@media screen and (max-width:1023px) {
	footer {margin-top:100px;}
}
@media screen and (min-width:1024px) {
	footer {margin-top:150px;}
}


/* **** **** */
.editorReset,
.editorReset * {font-weight:500;font-size:14px;color:#082650;}


/* **** **** */
#bannerInterno {margin-top:55px;}
#bannerInterno .centralizar {position:relative;}
@media screen and (max-width:1023px) {
	#bannerInterno {margin-left:var(--sitePadding);margin-right:var(--sitePadding);}
	#bannerInterno .centralizar {border-radius:15px;overflow:hidden;padding: 0;height: 300px;}
	#bannerInterno h1 {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;color: #FFF;}
	#bannerInterno img {}
}
@media screen and (min-width:1024px) {
	#bannerInterno h1 {position:absolute;font-size: 46px;color: #FFF;max-width: 300px;width: 100%;display: flex;top: 50%;left: 11%;transform: translateY(-50%);}
	#bannerInterno img {border-radius:10px;width:100%;}
}


/* **** **** */
#divRedacaoInterna {margin-top: 95px;}
#divRedacaoInterna .centralizar {flex-wrap:wrap;}
#divRedacaoInterna .divHeader {width:100%;}
#divRedacaoInterna .divHeader h2 {font-size:26px;color:#003875;}
#divRedacaoInterna .divRedacao {width:100%;}
@media screen and (max-width:1023px) {
	#divRedacaoInterna .centralizar {}
	#divRedacaoInterna .divHeader {}
	#divRedacaoInterna .divRedacao {margin-top: 30px !important;!i;!;}
}
@media screen and (min-width:1024px) {
    #divRedacaoInterna .centralizar {justify-content:space-between;}
	#divRedacaoInterna .divHeader {max-width: 41%;}
	#divRedacaoInterna .divRedacao {max-width: 56%;}
}


/* **** **** */
.divJornadaVideo {margin-top:90px;}
@media screen and (max-width:1023px) {}
@media screen and (min-width:1024px) {}


/* **** **** */
.templateJornadaFiv  {margin-top:90px;background:unset;padding:0;}
.templateJornadaFiv .centralizar {max-width:var(--siteLarguraMenor);}
.templateJornadaFiv .divConteudo {background-color:#eef7fe;border-radius:15px;}
@media screen and (max-width:499px) {
	.templateJornadaFiv .divConteudo {padding:40px;border-radius: 0;}
}
@media screen and (min-width:500px) {
	.templateJornadaFiv .divConteudo {padding:70px 80px;}
}
@media screen and (min-width:1024px) and (max-width:1279px) {
	.templateJornadaFiv .divConteudo {max-width:38%;padding:50px;}
}
@media screen and (min-width:1280px) {
	.templateJornadaFiv .divConteudo {max-width:49%;}
}


/* **** **** */
.divJornadaDestaque {margin-top:40px;}
.divJornadaDestaque .cardJornadaDestaque {max-width:90%;margin-left:auto;margin-right:auto;}
.divJornadaDestaque .tituloPadrao {font-size:17px;color:#082650;}
.divJornadaDestaque .textoPadrao {font-size:14px;color:#082650;line-height:1.5;margin-top:20px;}
@media screen and (max-width:1023px) {}


/* **** **** */
.divProdutos .divHeader {justify-content:center;}
@media screen and (max-width:1023px) {
	.divProdutos {margin-top:90px;}
}
@media screen and (min-width:1024px) {
	.divProdutos {margin-top:90px;}
}


/* **** **** */
.templateConteudoImagem:not(.ctaWhatsapp) .divConteudo:before {background-color: #003875;}
@media screen and (min-width:700px) and (max-width:1023px) {
	.templateConteudoImagem .centralizar {flex-direction:column-reverse;}
	.templateConteudoImagem .divVideo .fancyboxVideoBox {border-radius:15px 15px 0 0;}
	.templateConteudoImagem .divConteudo {border-radius:0 0 15px 15px;}
}