/* CONTEÚDO BANNER */
.total-conteudo-banner{
	position: relative;
	height: 720px;
	width: 100% !important;
}
.conteudo-banner{
	height: 720px;
	width: 1920px;
	display: table-cell;
	vertical-align: middle;
}
.contorno-frase-banner span{
	font-size: 27px;
	color: #F9d230;
	display: block;
	margin-bottom: 7px;
	font-family: 'NeoSansStd-Regular';
}
.contorno-frase-banner .frase-principal-banner p,
.contorno-frase-banner .frase-principal-banner{
	width: 100%;
	color: #FFFFFF;
	font-size: 87px;
	line-height: 93px;
	font-family: 'NeoSansStd-Bold';
}
.contorno-frase-banner .borda-titulo{
	width: 170px;
	margin-top: 42px;
	border-top: 2px solid #FFFFFF;
}
.texto-editor img{
	height: auto;
}

.total-blog .texto-ler-noticia li{
    font-family: 'Objective-Light';
    font-size: 18px;
    color: #888888;
    line-height: 24px;
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
	.total-conteudo-banner,
	.swiper-container,
	.conteudo-banner{
		height: 500px;
	}
	.frase-principal-banner p,
	.frase-principal-banner{
		font-size: 40px !important;
		line-height: inherit !important;
	}
	.contorno-frase-banner span{
		margin-bottom: 10px;
	}
}

/* MOBILE */
@media (max-width: 767px){
	.total-conteudo-banner,
	.swiper-container,
	.conteudo-banner{
		height: 300px;
	}
	.frase-principal-banner p,
	.frase-principal-banner{
		font-size: 32px !important;
		line-height: inherit !important;
	}
	.contorno-frase-banner {
		margin-top: 33px
	}
	.contorno-frase-banner span{
		margin-bottom: 10px;
	}
}

/* BLOG */
.total-blog{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 70px;
	background: #F2F2F2;
}
.total-blog .texto-ler-noticia{
	width: 100%;
	margin: 0 auto;
}
.total-blog .texto-ler-noticia *{
    font-family: 'Objective-Light';
	font-size: 16px;
	color: #555;
	line-height: 28px;
}
.total-blog .texto-ler-noticia h1,
.total-blog .texto-ler-noticia h2,
.total-blog .texto-ler-noticia h3,
.total-blog .texto-ler-noticia h4,
.total-blog .texto-ler-noticia h5,
.total-blog .texto-ler-noticia h6{
    color: #555;
    font-family: 'Objective-Light';
}
.total-blog .texto-ler-noticia a{
    color: #0E498D;
    text-decoration: underline;
}
.total-blog .texto-ler-noticia a:hover{
    color: #0b305a !important;    
}
.total-blog .botao-voltar{
	height: 40px;
	line-height: 40px;
	width: 110px;
	margin-top: 20px;
	-webkit-box-shadow: 0px 2px 15px 0px #DCDCDE;
    -moz-box-shadow: 0px 2px 15px 0px #DCDCDE;
    box-shadow: 0px 2px 15px 0px #DCDCDE;
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){

}

/* MOBILE */
@media (max-width: 767px){
	.total-blog .texto-ler-noticia{
		width: 100%;
	}
	.total-blog .texto-ler-noticia .contorno-foto-noticia{
		width: 100%;
		float: none;
	}
}

.texto-editor strong{
	font-family: 'NeoSansStd-Regular';
}
