  @font-face {
  	font-family: "CuteSunrise";
  	src: url('CuteSunrise.otf') format('opentype');
  }

  body {
  		font-family: "CuteSunrise";
		font-size: 16px;
  } 
 .cabecalho {
			background-color:#05915e;
			height: 80px;
			text-align: right;
		}
	
		.login {
			display: inline-flex;
			justify-content: flex-end;
			padding: 30px;
			text-decoration-color: none;
		}
		.login a {
			color: black;             
			text-decoration: none;     
			margin-top: 1px;
		}

		.login a:visited {
			color: black;            
		}

		.login a:hover {
			color: #f5f5f5;              
		}
	
		.login i { 
  			font-size: 40px;
  			
		}
		.login div{
			visibility: hidden;
			
		}
		.login i:hover{
			 border-radius: 2px;
			 color: #f5f5f5; 
		}
		.login i:hover + div{
			visibility: visible;
			color: #f5f5f5; 
			 
		}
 

		.topnav {
			background: #00402e;
			overflow: hidden;
			display: flex;
  		    justify-content: center; 
   			align-items: center; 

		}
		.topnav a {
			float: left;
			display: block;
			color: #f2f2f2;
			align-items: center;
			padding: 14px 16px;
			text-decoration: none;             
			font-size: 20px;
			
		}
		.topnav a:hover {
			 background-color: #98E594;
  			 color: black;
		}

		.contraste {
			left: 80%;
			top: 20px;
			position: absolute;
			display: flex;
			align-items: center;
			justify-content: center;
			margin: 0;
			transition: background 0.2s linear;
		}
		body.dark #noticia{
			background: #232c35;
			color: #f5f5f5;
		}	
		body.dark {
			background: #181E24;
		}	
		body.dark .title,#termos a {
			color: #f5f5f5;
		}	
		body.dark .login a {
			color: #f5f5f5;
		}
		body.dark .login a:hover{
			color: black;
		}
		body.dark .login i:hover{
			 color: black; 
		}
		body.dark .login i:hover + div{
			color: black; 
			 
		}
		.checkbox {
			opacity: 0;
			position: absolute;
		}
		.label {
			background-color: #232c35;
			border-radius: 50px;
			cursor: pointer;
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: 5px;
			position: relative;
			height: 15px;
			width: 43px;
			transform: scale(1.5);
		}
		.label .bola {
			background-color: #fff;
			border-radius: 50%;
			position: absolute;
			top: 3px;
			left: 5px;
			height: 20px;
			width: 20px;
			transform: translateX(0px);
			transition: transform 0.2s linear;
		}
		.checkbox:checked + .label .bola {
			transform: translateX(24px);
		}
		.fa-moon {
			color: #f1c40f;
		}
		.fa-sun {
			color: #f39c12;
		}

main {
	width: 100%;
}

footer {
	width: 100%;
	color: #fff;
	font-family: "Fira Code", Arial, Helvetica, Sans-Serif;
	font-weight: 500;
	margin-top: 40px;
}

.footer-link {
	text-decoration: none;
}

#footer-content {
	background-color: #05915e; 
	display: flex;
    justify-content: space-evenly;
	padding: 3rem 3.5rem;
	justify-content: center; 
    align-items: center;     
    text-align: center;
}

#footer-logo {
	display: flex;
	align-items: center;
}

#footer-logo img {
	object-fit: cover;
    height: 100px;
    width: 100px;
    image-rendering: auto;
}


.footer-list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	list-style: none;
	margin-top: 0;
    padding-left: 0;
    text-align: center;
}

.footer-list .footer-link {
	color: #f5f5f5;
	transition: all 0.4s;
}

.footer-list .footer-link:hover {
	color: #7f37c9;
}

#footer-copy {
	display: flex;
	justify-content: center;
	background-color: #00402e;
	font-size: 1rem;
	padding: 1.5rem;
	font-weight: 300;
	border-style: solid;
	border-width: 1px 0 0;
	border-color: #d4d4d4;
}
