*{
    margin: 0;
    padding: 0;
}

body{
    position: relative;
    min-height: fit-content;
    background:white;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	padding: 0px;
}
/*
header{
    margin: auto;
    padding: 20px 80px;
    background-color: cadetblue;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    top: 0;
}
*/
.header-clean{
	margin: auto;
    padding: 20px 20px;
    background-color: cadetblue;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    align-items: center;
    justify-content: space-between;
    /*max-width:min-content;*/
}

.menu-left{
    margin: 0 auto;
    display: flex;
}

.logo-menu{
    margin-bottom: 10px;
}

.menu-nav-sup{
    display: flex;
}

.menu{
    display: flex;
    padding: 10px 10px;
    flex-direction: row-reverse;
    align-items: center;
    text-decoration: none;
    flex-wrap: wrap;
}

.menu ul{
    display: flex;
    justify-content: space-between;
}

.menu li{
    padding: 10px 10px;
    text-align: center;
    align-self: center;
    list-style: none;
}
 
a{
    text-decoration: none;
    color: black;
}

.content{
    display: flex;
    margin: auto;
    max-width: 90%;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
}

.menu-lateral-1{
    padding-top: 100px;
    display: flex;
    padding-right: 100px;
}



.bloco-texto{
    background-color: white;
    margin-top: 60px;
    width: 100%;
}

.bloco-texto p {
    word-wrap: break-word;
}

.corpo{
    padding: 10px 25px;
    text-align: justify;
}

.btns{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 15px;
}

.btn-proximo, .btn-voltar{
    background-color: #FACB50CC;
    padding: 12px 12px;
    margin: 5px 20px;
    border: none;
    border-radius: 5px;
}


.nav-items{
    background-color: white;
}

.nav-items i{
    color: rgb(68, 67, 67);
}

.nav-link{
    font-size: 20px;
    color: black;
    font-style: normal;
    text-decoration: none;
}

.fa-solid fa-circle{
    background-color: white;
}
.fa-globe:before {
    content: "\f0ac";
	font-family: "Font Awesome 6 Free";
}

.nav-subtopic{
    background-color: white;
    margin: 5px 30px;
    font-size: 16px;
    color: black;
}

.nav-subtopic a{
    color: black;
}

.nav-link-sub {
    display: block;
}


.rodape{
    display: flex;
    flex-direction: row;
    padding: 30px 100px;
    justify-content: space-between;
    background-color: cadetblue;
    bottom: 0;
    max-width: 90%;
	color: white;
}
.rodape  a {
	color: white;
}
.redes{
    background-color: transparent;
    padding: 30px 0px;
    align-self: center;
	width: 120px;
}
.redes > a{
    color: white;
}


.insta, .site, .telegram{
    padding: 5px 15px;
    font-size: 20px;
}
.insta, .site, .telegram > a{
	width: 120px;
	color: white;
}
/*
.site > a:before {
	content: "🌐";
	color: white;
	font-family: "Font Awesome 6 Free";
}
*/
.dados-uff{
    padding: 30px 40px;
    max-width: 340px;
    margin: 20px 20px;
    background-color: transparent;
    align-self: center;
    font-size: 17px;
}

.login{
    padding: 30px 40px;
    background-color: transparent;
    align-self: center;
}

.btn-login{
    padding: 20px 40px;
    border: none;
    background-color: #004AADCC;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 500;
}


#full_back
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 50%;
	background-color: #000000;
}
#full_media
{
	text-align: center;
	vertical-align: middle;
	line-height: 345;
	position: fixed;
	
	height: 315px;
	width: 600px;
	
	left: 50%;
	top: 50%; 
	margin-left: -300px;
	margin-top: -172px;
	
	border: 1px solid rgb(233,227,222);
	padding: 20px;
	background-color: white;
}
.full_hidden
{
	visibility: hidden;
	display: none;
}
