/* CONTEÚDO BANNER */
.total-conteudo-banner{
	position: relative;
	height: 460px;
    width: 100% !important;
    background-color: #0c509f;
}
.conteudo-banner{
	height: 600px;
	width: 1920px;
	display: table-cell;
	vertical-align: middle;
}
.contorno-frase-banner span{
	font-size: 22px;
	color: #F9d230;
	/* color: #0c509f; */
	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: #FFF;
	font-size: 70px;
	line-height: 70px;
	font-family: 'NeoSansStd-Bold';
}
.contorno-frase-banner .borda-titulo{
	width: 170px;
	margin-top: 10px;
	margin-bottom: 10px;
	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){
	.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{
		height: 300px;
    }
    .conteudo-banner{
        height: 390px;
    }
	.frase-principal-banner p,
	.frase-principal-banner{
		font-size: 32px !important;
		line-height: inherit !important;
	}
	.contorno-frase-banner {
		margin-top: 0px
	}
	.contorno-frase-banner span{
		margin-bottom: 10px;
    }
    .total-blog{
        padding-top: 30px
    }
}
@media (max-width: 360px){
    .total-conteudo-banner,
	.swiper-container{
		height: 320px;
    }
    .conteudo-banner{
        height: 395px;
    }
}

.imagem-banner-evento img{
    width: 100%;
    margin-bottom:30px;
}

/* 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 p{
	font-family: 'Objective-Light';
	font-size: 18px;
	color: #888888;
	line-height: 24px;
}
.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;
}
.campo-formulario label{
    margin-top: 15px;
    font-family: 'Objective-Light';
	font-size: 18px;
	color: #888888;
    line-height: 24px;
    display: inline-block;
}

/* 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-size: 20px;
	color: #0D509F;
	margin-bottom: 7px;
	font-family: 'NeoSansStd-Regular';
}

/* RDO */
.contorno-formas-contato{
	padding-left: 1px;
	padding-right: 25px;
	float: left;
	margin-top: 17px;
}
.contorno-formas-contato .foco-campo-camiseta,
.contorno-formas-contato .foco-campo{
	cursor: pointer;
}
.contorno-formas-contato .quadrado{
	width: 20px;
	height: 20px;
	border:1px solid #BEBEBE;
	float: left;
	position: relative;
}
.contorno-formas-contato .quadrado .checked{
	background: url('../../imagens/check.svg') 0px 0px no-repeat;
	width: 20px;
	height: 18px;
	position: absolute;
	top: 0px;
	left: 0px;
    display: none;
    background-size: contain;
}
.contorno-formas-contato .quadrado-selecionado{
	border:1px solid #F9d230 !important;
}
.contorno-formas-contato p{
	line-height: 20px;
	padding-left: 10px;
	float: left;
	width: calc(100% - 20px);
}
.contorno-formas-contato .foco-campo-camiseta:hover p,
.contorno-formas-contato .foco-campo:hover p{
	color: #F9d230;
}

/* MSG */
.msg-total-erro,
.msg-total-ok{
	margin-bottom: 20px;
	width: 100%;
}

/* ANTI BOT */
.anti-bot {
    position: absolute !important;
    left: -500000000px !important;
    top: -5000000000px !important;
}

/* Formulario */
.formulario-inscricao label{
    margin-top: 10px
}
.input-contato{
	width: 60%;
	height: 47px;
	padding-left: 20px;
	outline: none;
	border: 0px;
	border-radius: 3px;
	font-family: 'NeoSansStd-Regular';
	font-size: 14px;
	color: #959595;
	display: block;
	-webkit-box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.15);
    margin-top: 18px;
}
.botao-contato{
	height: 40px;
	width: 165px;
	display: table;
	margin-top: 20px;
}
/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
    .input-contato{
        width: 90%;
    }
}

/* MOBILE */
@media (max-width: 767px){
    .input-contato{
        width: 100%;
    }
}
