/*Overpass font google*/
/*@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@100;200;300;400;500;600;800&display=swap');*/

*{padding: 0; margin: 0;box-sizing: border-box;}
.main ul{list-style: initial; padding: 0 0 10px 40px;}
.main ul a{line-height: 1.6;font-size: 18px;    height: 48px;display: inline-block;line-height: 48px;}
.mobile{display: block;}
.desktop{display: none;}
ul{list-style: none;}
html header nav li{list-style: none;}
#header-mobile{background: var(--cor-bg);ba}
#header-desktop{display: none;background: var(--cor-bg);z-index: 99;}
/*#cookie-law-info-bar{display: none!important;}*/
textarea:focus, input:focus, select:focus {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
} 
.cky-btn-revisit-wrapper{display: none!important;}
/*:root{
	--cor-principal: #D89939;
	--cor-secundaria:  #D89939;
	--cor-tercearia: #333;
	--cor-bg: #010101;
	--cor-letra-menu: #fff;
}*/
html a{
	color: var(--cor-tercearia);
}
html a:hover{text-decoration: underline;}
.fundo, .anuncio{
	display: none;
}
.container{
    max-width: 1280px;
    margin: auto;
    padding: 0 40px;
}
.lgpd{
	display: flex;
	justify-content: space-between;
	padding: 10px;
	position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px 0px 4px #0005;
    visibility: hidden;
}
#lgpd-p{line-height: 1; margin: 0;}
.lgpd #lgpd-botao{
	color: #3f6ff8!important;
    display: block;
    border-radius: 10px;
    font-weight: bold;
    margin: auto 0;
    background: var(--cor-principal);
    padding: 5px 40px;
    text-decoration: none;
    font-family: inherit;
    border: none;

}
.aparecer{
	visibility: visible;
}
.principal{min-height: 600px;}
.base-menu{
	display: flex;
    justify-content: space-between;
	box-shadow: 0px -3px 4px #3333331f;
    padding: 10px 50px;
    max-width: 1320px;
    margin: auto;
}
.bx-menu{
	color: #e8e4fe;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 40px;
}
.searchform{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.base-menu .input{
	background: var(--cor-bg);
    width: 70%;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
    border: 1px solid var(--cor-letra-menu);
}
.base-menu input[type=submit],.base-menu input[type=submit]:hover{
    width: 30px;
    border: none;
	background-image: url("../img/lupa.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #0000;
    background-size: contain;
    width: 20px;
}
.login{
	text-decoration: none;
    border: 2px solid;
    border-radius: 30px;
	padding: 5px 50px;
    height: fit-content;
    margin: auto 0;
}
.login i{
	transform: rotateY(180deg);
	vertical-align: text-top;
}
.base-menu .input form input[type=text]{
	border: none;
	background: none;
	padding: 10px;
	width: 79%;
	color: var(--cor-letra-menu);
}
.base-menu input::placeholder{
	color: var(--cor-letra-menu);
}
.base-menu .lupa{
	font-size: 30px;
    vertical-align: middle;
    color: #003366;
}
.sub-menu{margin: 0}
.answer{
	display: none;
}
.label-question{
	display: block;
	padding: 8px 10px;
	font-weight: bold;
    font-size: 20px;
    position: relative;
    border-bottom: 1px solid #333a;
}
input[type=checkbox]{display: none;}

input[name=pergunta].sub:checked  ~ .answer{
	display: block;
}
input[name=pergunta].sub:checked  ~ .label-question{
	background: #edf2f6;
	border: none;
}
input[name=pergunta].sub:checked  ~ .label-question::after {
	transform: rotate(0deg);
}
a.label-question{color: #0f172a;text-decoration: none;}
.label-question.sub:after{
	content: "";
	transform: rotate(180deg);
	background-image: url("../img/seta.png");
	background-position: center;
    width: 30px;
    height: 30px;
	transition: transform 0.35s;
    position: absolute;
    top: 0;
    right: 10px;
}
header::not(.page-header){
	position: relative;
	background: #fff;
	z-index: 99;
}
.menu-fixo{
	position: sticky;
    top: 0;
    /*background: #fff;*/
    width: 100%;
}
.menu-lgpd{
    top: 47px;
}
.inicio.inicio-espaco{
	padding-top: 100px;
}
.sub-menu{
	padding: 10px;
    font-size: 18px;
    border-bottom: 1px solid #333a;
    background: var(--cor-bg);
    box-shadow: -1px 6px 8px 0px #979797;
}
.sub-menu a{
	color: var(--cor-letra-menu)!important;
    text-decoration: none;
    line-height: 1.4;
    font-size: 18px;
}
.sub-menu ul > li:first-child{
	color: var(--cor-secundaria);
	font-weight: bold;
}
.sub-menu a li:hover{
	text-decoration: underline;
}
.botao-menu{
	border: none;
	background: none;
	padding-left: 20px;
}


#menu{
	/*transition: .6s;*/
	/*background: #e7e7e7;*/
	z-index: 1000;
	visibility: hidden;
	overflow-y: hidden;
	position: relative;
    background: #fff;
    height: 0;
    transition: .6s;
    margin: 0;
}



#nav{
	/*display: none;*/
	visibility: hidden;
	position: absolute;
    width: 100%;
}
#nav.active{
	/*display: block;*/
	top: 100px;

}
#nav.active #menu{
	height: calc(100vh - 70px);
	visibility: visible;
	overflow-y: auto;
}

/*teste abrir fechar*/

#hamburger{
	border-top: 2px solid;
	width: 20px;
}

#hamburger::after,#hamburger::before{
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: currentColor;
	margin-top: 5px;
	transition: 0.4s;
	position: relative;
	background: #c4d0dc;
}

#nave.active #hamburger{
	border-top-color: transparent;
}

#nave.active #hamburger::after{
	transform: rotate(135deg);
	top: -7px;
}

#nave.active #hamburger::before{
	transform: rotate(-135deg);
}
#btn-mobile{
	display: flex;
	gap: 0.5rem;
	padding: .5rem 1rem;
	font-size: 1rem;
	border: none;
	background: none;
	cursor: pointer;
	color: #c4d0dc;
}

/*footer - rodapé*/
html footer{
    background: var(--cor-bg);
/*    padding: 20px 0;*/
    border-bottom: 1px solid var(--cor-secundaria);
    margin: auto;
    padding: 20px 40px;
}
footer .contmax{
   max-width: 1320px;
   padding: 40px 50px;
   margin: auto;
}
footer ul{margin: 0;}
.menu-rodape a{text-decoration: none;display: flex;align-items: center;}
.menu-rodape a:not(.sem-seta):before{
	content: "˃ ";
	font-weight: bold;
	color: #e5e5e5;
	margin-right: 3px;
}
.menu-rodape a:hover:not(.sem-seta){transform: translateX(15px);transition: all .5s;}
.topo .redes{width: 80%;padding: 20px 0;}
.topo .redes i{
    color: #e5e5e5;
    padding: 10px;
    transform: scale(0.8);
}
.redes{
	display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    padding: 50px 0 20px;
}
.redes i{
	font-size: 30px;
    color: #108ad1;
    border-radius: 40px;
    border: 1px solid;
    padding: 15px;
}
.topo .logo{
	margin: 20px auto;
	display: block;
    width: 100%;
    object-fit: contain;
}
.topo h4{
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    padding: 0 0 20px;
    line-height: 1.2;
}
.topo h2{
    text-align: center;
    color: var(--cor-principal);
    font-size: 20px;
    font-weight: 400;
}
.topo h6{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 0 15px;
}
.newsletter{
    margin: auto;
    width: fit-content;
    padding: 20px 0;
}
.newsletter form{display: flex;align-items: center;}
.newsletter input[type=email],.newsletter input[type=text]{
    border-radius: 10px;
    background: #fff;
    border: none;
    text-align: center;
    padding: 5px 10px;
    font-size: 18px;
    width: 160px;
}
.newsletter input::placeholder{
    color: #000;
    font-weight: bold;
}
/*.enviar-letter{display: none;}*/
.enviar-letter::after{
    content: "▼";
    width: 10px;
    height: 10px;
}
.enviar-botao{
    vertical-align: middle;
    margin: 0 5px;
    height: 34px;
    width: fit-content;
}

footer .linha{
    border-bottom: 1px solid var(--cor-principal);
    width: 100%;
    margin: 20px 0;
}
.menu-rodape{
    padding: 10px;
}
.menu-rodape h3{
    color: var(--cor-principal);
    padding: 20px 0 0;
    font-weight: bold;
}
.menu-rodape li{
    color: var(--cor-letra-menu);
    line-height: 2;
    font-size: 18px;
    list-style: none;
}
.menu-rodape a{color: var(--cor-letra-menu);}
.menu-rodape a:hover{color:var(--cor-letra-menu)}
footer h5{
    padding: 0 10px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.dados-rodape{
    padding: 20px 10px;
    font-size: 0.75em;
    text-align: center;
    color: #373737;
}
.dados-rodape a{color: #000!important}
.dados-rodape a:hover{font-weight: bold;}
.dados-rodape p:nth-child(1){
    font-size: 16px;
    margin-bottom: 15px;
}
@media (min-width:  1100px){
	.mobile{display: none!important;}
	.desktop{display: block;}
	#header-desktop{display: block;box-shadow: 0px 5px 7px #3333331f;}
	#header-mobile{display: none;}
	.lgpd{padding: 10px 80px;}
	.lgpd br{display: none;}
	/*.lgpd p{line-height: 40px;}*/
	.base-menu{box-shadow: none;}
	.base-menu .input{
		background: none;
	    border: 2px solid var(--cor-principal);
	    border-radius: 30px;
	    width: 156px;
	    max-height: 40px;
	    margin: auto 0;
	}
	.base-menu input{width: 100%;}

	nav{padding-top: 5px;align-self: center;height: 50px;}
	header .logo{
		max-width: 190px;
		margin: 0;
		height: auto;
	    max-height: 100px;
	    object-fit: contain;
	}
	.inspirando{margin: 0;color: var(--cor-principal);font-size: 14px!important;}
	.menu{
		display: flex;
		gap: 2px;
		position: relative;
		justify-content: center;
		z-index: 99;
		color: var(--cor-letra-menu);
		max-width: 1200px;
		margin: auto;
		padding: 0 0 15px;
/*		padding: 0 80px;*/
	}
	.sub-menu li{margin: 0 0 10px;line-height: 1.2;}
	.menu li span{font-size:  0.9rem;}
	.menu span{
		padding: 5px 8px;
		display: block;
		font-weight: bold;
	    text-transform: uppercase;
	    position: relative;
	}
	.menu span.sub{padding-right: 30px;}
	.sub-menu{
		z-index: 999;
		display: none;
		position: absolute;
		padding: 20px;
/*		width: 100%;*/
		/*background: var(--cor-principal);*/
		top: 23px;
/*		left: 0;*/
		border: none;
		min-width: 300px;
	    /*justify-content: space-evenly;*/
	    /*padding: 10px 70px;
	    padding-left: 170px;
	    padding-top: 25px;*/
	}
	.sub-menu:hover{display: flex;}
	.menu li:hover {background: var(--cor-bg);}
	.menu li:hover > span:after {
		transform: rotate(0deg);
	}

	.sub-menu ul{
		margin: 0;
		/*margin-right: 20px;
	    border-right: 2px solid #d0d2db;
	    padding-right: 20px;*/
	}
	.menu a{text-decoration: none;}
	.menu a span{color: var(--cor-secundaria);}
	.menu span.sub:hover ~ .sub-menu{
		display: flex;
	}
	.menu span.sub:hover{
	    background: var(--cor-bg);
	}
	.menu span.sub:after{
		content: "";
		transform: rotate(180deg);
		background-image: url("../img/seta-desktop.webp");
		background-position: center;
	    width: 15px;
	    height: 30px;
		transition: transform 0.35s;
	    position: absolute;
	    top: 0;
	    right: 10px;
	}
	.menu span:hover:after {
		transform: rotate(0deg);
	}
	.topo h4{
		margin: 0;
	    font-size: 22px;
	    text-align: left;
	    padding: 0;
	}
	.topo .redes-sociais{margin-right: 150px;}
	.topo h2{
		padding: 0;
		text-align: left;
		font-weight: bold;
	}
	#info-footer{
		min-width: 500px;
	}
	#info-footer img{
		margin: 0;
	    margin-right: 20px;
/*	    border-right: 1px solid #b9b9b9;*/
	    padding-right: 20px;
	    object-fit: contain;
	}
	.topo .redes{
		padding: 0;
	    margin: 10px 0 0;
	}
	.desktop .redes i{
		border: 3px solid;
	}
	html footer{
		padding: 45px 80px;
		padding-bottom: 20px;
	}
	.topo.desktop{
		display: flex;
		justify-content: space-between;
	}
	#info-footer{
		 display: flex;
	    align-items: center;
	}
	footer .linha{border-bottom: 2px solid var(--cor-principal);}
	.menu-rodape{
		display: flex;
		justify-content: space-between;
	}
	footer h4{
		padding: 0;
		padding-left: 10px;
	    padding-top: 40px;
	    font-size: 16px;
	    color: var(--cor-letra-menu);
	}
	h4.titulo-news{
		padding: 0;
	    margin: 0;
	    padding-top: 40px;
	}
	.newsletter{
		margin: 0;
	}
	.dados-rodape{max-height: 130px;}
	body.customize-support{padding-bottom: 0px!important;}
	
}
