@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');
@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: .25em;
	line-height: 14px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}

.icon-calendar:before {
	content: "\43";
}
.icon-calendar-2:before {
	content: "\44";
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}
.collapse.in {
	height: auto;
}
.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
button.close {
	padding: 3;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.alert-options {
	float: right;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.alert-options:hover,
.alert-options:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 40px;
}
.alert,
.alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0 0 .5em;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
	cursor: pointer;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}

body{

	padding:0;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 24px;
}

img{

	max-width: 100%;
	height: auto;
}

h2{

	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}

h5{

	text-transform: uppercase;
	font-weight: normal;
}

p{

	margin: 0;
}

.left p,
.right p{

	margin:0 0 15px;
}


.full{

	float: left;
	width: 100%;
}

.bg_amarelo{

	background-color: #f3ec19;
	color: #000;
}

.bg_preto{

	background-color: #000;
	color: #FFF;
}

.bg_preto h2{

	color: #f3ec19;
	margin: 0 0 40px;
}

.left p,
.right p{

	margin: 0 0 15px;
}

.btn{

	padding: 5px 10px;
	background-color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-right: 10px;
	color: #000;
	position: relative;		
}

.btn_amarelo{

	background-color: #f3ec19;
}

#conteudo_educativo .btn{

	display: block;
	font-size: 25px;
	line-height: 30px;
	font-weight: 500;
	display: table;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-decoration: none;
	padding: 10px 90px 10px 20px;
	margin: 30px 0 0;
}

.btn:hover{

	background-color: #f3ec19;
}

.btn.btn_amarelo:hover{

	background-color: #FFF;
}

#conteudo_educativo .btn:hover{

	background-color: #000;
	color: #f3ec19;
}

#menu_cabecalho a{

	float: left;
	text-transform: uppercase;
}


@media (min-width: 1200px){

	h2{

		font-size: 30px;
		line-height: 40px;
	}

	h5{

		margin: 0 0 40px;
		font-size: 13px;
	}	

	.wrapper{

		display: table;
		margin: 0 auto;
		width: 1200px;
	}

	#logo{

		width: 310px;
	}	

	#cabecalho{

		background:transparent url(../../../images/site/imagem-header.jpg) no-repeat center top;
		background-size: cover;
		min-height: 682px;
	}	

	#cabecalho .wrapper{

		position: relative;
	}

	#cabecalho:not(.not_homepage) .wrapper{

		min-height: 702px;
	}

	#cabecalho.not_homepage{

		background: #000;
		min-height: 135px;
		max-height: 135px;
	}	

	.left,
	.right{

		max-height: 600px;
		min-height: 600px;
	}

	.left.padding,
	.right.padding{

		max-height: 550px;
		min-height: 550px;
	}

	#content{

		padding: 60px 0;
	}

	.bfElemWrap{

		width: 48%;
		float: left;
	}

	.bfPage > .bfElemWrap:nth-child(odd){

		float: right;
	}

	.bfPage > .bfElemWrap:nth-child(even){

		clear: left;
	}

	#bfElemWrap9 label,
	#bfElemWrap23 label,
	#bfElemWrap29 label{

		width: 15.9%;
	}

	#bfElemWrap9 input,
	#bfElemWrap14 input,
	#bfElemWrap23 input,
	#bfElemWrap29 input{

		width: 78.5% !important;
	}

	#bfElemWrap52 input,
	#bfElemWrap14 input,
	#bfElemWrap27 input{

		width: 52% !important;
	}	
}


@media (min-width: 50px) and (max-width: 640px){

	h2{

		font-size: 30px;
		line-height: 40px;
	}

	h5{

		margin: 0 0 40px;
		font-size: 13px;
	}		

	body,
	#homepage{

		overflow-x: hidden;
	}

	#conteudo_educativo .wrapper,
	#content{

		width: 97%;
		padding: 0 1.5%;
	}

	#cabecalho{

		background:transparent url(../../../images/site/imagem-header-mobile.jpg) no-repeat center top;
		background-size: cover;
		min-height: 460px;
		position: relative;
	}

	#logo{

		display: none;
	}

	#cabecalho .wrapper{

		min-height: 460px;
	}

	#menu_cabecalho{

		position: absolute;
		bottom: 10px;
		left: 0;
		width: 100%;
	}

	#menu_cabecalho .custom{

		text-align: center;
	}

	#menu_cabecalho a{

		width: 40%;
		font-size: 13px;
		line-height: 16px;
		margin-right: 10px;
		margin-bottom: 0px;
		float: none;
		display: inline-block;
	}	

	.padding{

		width: 90%;
		padding: 5%;
	}

	.conteudo_educativo_right img{

		display: block;
		margin: 40px auto;
	}

	#conteudo_educativo .btn{

		font-size: 18px;
		margin: 40px auto 0;
	}

	.left:not(.padding),
	.right:not(.padding){

		line-height: 0;
	}

	#content{

		padding-top: 30px;
		padding-bottom: 30px;
	}

	#bfElemWrap52 input, 
	#bfElemWrap14 input, 
	#bfElemWrap27 input{

		width: 83.5% !important;
		max-width: 83.5% !important;
		min-width: 83.5% !important;

	}

	.zoom{

		background-position: 95% 60px !important;
	}


	footer{

		text-align: center;
	}

	footer img{

		display: block;
		margin: 0 auto 10px;
	}

}

@media (min-width: 641px){

	#menu_cabecalho{

		position: absolute;
		bottom: 30px;
		right: 20px;
	}

	#menu_cabecalho a{

		width: 130px;
		font-size: 11px;
		line-height: 15px;
	}	

	.left,
	.right{

		float: left;
		width: 50%;
		position: relative;
	}

	.left.padding,
	.right.padding{

		width: 45%;
		padding: 25px 2.5%;
	}	

	#homepage{

		margin: 60px 0;
	}

	#content{

		padding-top: 45px;
		padding-bottom: 45px;
	}	

	.conteudo_educativo_left{

		float: left;
		width: 40%;
	}

	.conteudo_educativo_right{

		float: left;
		width: 55%;
		padding-left: 5%;
	}

	#homepage .custom{

		margin: 0 0 40px;
	} 

	#logo_footer{

		float: left;
	}	

	#copyright,
	#copyright img{

		float: right;
		line-height: 80px;
	}

	#copyright img{

		margin-left: 20px;
	}

	.zoom{

		background-position: 95% 25px !important;
	}	
}

@media (min-width: 641px) and (max-width: 1199px){

	body{

		font-size: 12px;
		line-height: 18px;
	}

	h2{

		font-size: 20px;
		line-height: 30px;
	}

	h5{

		margin: 0 0 40px;
		font-size: 13px;
	}		

	#logo{

		width: 200px;
	}


	#cabecalho{

		background:transparent url(../../../images/site/imagem-header.jpg) no-repeat center top;
		background-size: cover;
		min-height: 400px;
		position: relative;
	}

	.left.padding,
	.right.padding{

		width: 45%;
		padding: 25px 2.5%;
	}	

	.left,
	.right{

		min-height: 350px;
	}

	.left.padding,
	.right.padding{

		min-height: 300px;
	}	

	.conteudo_educativo_left{

		float: left;
		width: 40%;
	}

	.conteudo_educativo_right{

		float: left;
		width: 55%;
		padding-left: 5%;
	}

	#conteudo_educativo .btn{

		font-size: 18px;
		margin: 40px auto 0;
	}	
}


#cabecalho{

	padding: 10px 0;
}

#menu_cabecalho ul,
.left ul,
.right ul{

	list-style: none;
	margin: 0;
	padding: 0;
}

#menu_cabecalho li{

	float: left;
	margin-right: 15px;
	padding: 10px 20px;
	background:#FFF;
	border-radius: 20px;
	position: relative;
}

#menu_cabecalho li:hover{

	background:#f3ec19;
}

#menu_cabecalho li a{

	color: #000;
	font-size: 10px;
}

#menu_cabecalho li:after{

	content: ">";
	position: absolute;
	right: 10px;
	top: 10px;
	color: #000;
}

.btn img{

	float: left;
	margin:5px 10px 0 0;
}


.btn span{

	float: left;
}

.icon_menu_cabecalho{

    position: absolute;
    right: 10px;
    top: 12px;
    font-weight: bold;
    font-size: 16px;
    font-family: monospace;
}

#conteudo_educativo span{

	line-height: 50px;
}

#conteudo_educativo .icon_menu_cabecalho{

	font-size: 25px;
	top: 10px;
}

#homepage .custom{

	float: left;
	width: 100%;
} 

.legenda{

	position: absolute;
	bottom: 25px;
	left: 30px;
	line-height: 24px;
}

.legenda h3{

	float: left;
	padding: 10px 20px;
	font-size: 25px;
	text-transform: uppercase;
	color: #000;
	margin: 0;
	font-weight: normal;
	background-color: #f3ec19;
	clear: both;
}

.left ul li,
.right ul li{

	margin: 0 0 30px;
	color: #FFF;
}

.left ul li span,
.right ul li span{

	font-weight: bold;
	color: #f3ec19;

}

.left .ol ul li,
.right .ol ul li{

	margin: 0;
	line-height: 25px;
	color: #000;
}

.left .ol ul li span,
.right .ol ul li span{

	font-weight: bold;
	color: #000;
}

.right.bg_amarelo:after{

      width: 0;
      height: 0;
      border-top: 70px solid transparent;
      border-right: 80px solid #f3ec19;
      border-bottom: 70px solid transparent;
      content: "";
      left: -80px;
      bottom: 50px;
      z-index: 2500;
      position: absolute;
}

.zoom{

	background: #000 url(../../../images/site/zoom.png) no-repeat;
}

#conteudo_educativo{

	padding: 60px 0;
}

#conteudo_educativo h2{

	float: left;
	padding: 5px 20px;
	font-size: 25px;
	text-transform: uppercase;
	color: #f3ec19;
	margin: 0;
	font-weight: normal;
	background-color: #000;
	clear: both;
}

#conteudo_educativo table{

	width: 100%;
	margin: 60px 0 0;
	float: left;
}

#conteudo_educativo td{

	vertical-align: top;
}

.cabeca_tabela{

	border-bottom: solid 2px #000;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 10px;
}

#banners{

	margin: 60px 0 0;
}

#banners p{

	margin: 0 0 60px;
}

footer{

	font-size: 13px;
	color: #FFF;
	background-color: #000;
	padding: 10px 0;
}

footer a{

	font-size: 13px;
	color: #FFF;
	text-decoration: underline;
}

footer span{

	color: #f3ec19;
}

#logo_footer img{

	width: 200px;
}

.separator{

	width: 20px;
}

input,
textarea{

	padding: 10px 3.5% 10px 1.5%;
	border: solid 1px #f9f584;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	max-width: unset !important;
}

button.btn{

	background-color: #f3ec19;
	padding: 10px 100px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	border: solid 0px;
}

input.ff_elem {

	width: 59% !important;
	float: left;
}

.control-label{

	font-size: 20px;
	line-height: 25px;
	float: left;
	color: #383838;
	font-weight: normal;
}

.bfElemWrap{

	margin: 0 0 30px;	
}


.bfElemWrap,
#bfElemWrap9,
#bfElemWrap17,
#bfElemWrap55,
#bfElemWrap16,
#bfElemWrap23,
#bfElemWrap30,
#bfElemWrap29{

	width: 100%;	
}

textarea.ff_elem{

	width: 94.5% !important;
}

#bfElemWrap16,
.field-calendar div > span,
#bfElemWrap30,
.bfElemWrap{

	float: left;
}

.bfPage h3{

	font-size: 30px;
	line-height: 35px;
	color: #f3ec19;
	font-weight: bold;
	text-align: center;
	margin: 0 0 80px;
}

.bfPage img{

	width: 100px;
	display: block;
	margin: 0 auto 20px;
}

.field-calendar div > span button{

	padding: 8px 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;	
	margin: 0;
}

#bfElemWrap52 input,
#bfElemWrap14 input,
#bfElemWrap27 input{

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;		
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;	
}

#jq_quiz_container_tbl{

	position: relative;
	width: 80%;
	margin: 0 auto;
}

.jq_time_tick_container{

	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 30px;
	padding-bottom: 5px;
	background: transparent url(../../../images/site/svg/clock.svg) no-repeat 0 0;
}

.pergunta{

	font-size: 25px;
	line-height: 30px;
	text-align: center;
}

.jq_question_answers_cont,
div.moduletable.joomlaquiz_container table{

	width: 100%;
}

div.moduletable.joomlaquiz_container table{

	border-collapse: collapse;
}

div.moduletable.joomlaquiz_container table:not(.jq_results_container) td{

	padding: 10px 2.5%;
	display: block;
	margin: 0 0 30px;
	background-color: #f3ec19;
	float: left;
	width: 95%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

div.moduletable.joomlaquiz_container table:not(.jq_results_container) td:hover,
div.moduletable.joomlaquiz_container table:not(.jq_results_container) td.activo{

	background-color: #000;
}

div.moduletable.joomlaquiz_container table:not(.jq_results_container) td:hover label,
div.moduletable.joomlaquiz_container table:not(.jq_results_container) td.activo label{

	color: #FFF;
}

.quest_choice_radio,
#jq_quiz_container_title,
.jq_fmessage_container{

	display: none;
}

.letras_resposta{

	display: inline-block;
	float: left;
	margin: 0 15px 0 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 30px;
	background-color: #FFFF;
	border-radius: 200px;
	text-align: center;
	text-transform: uppercase;
	color: #383838;
}

.jq_input_pos label{

	margin: 10px 0 0;
	float: left;
}

#jq_next_link_container,
#jq_continue_link_container,
#jq_submit_link_container{

	background: transparent;
	background-color: #f3ec19;
	width: auto;
	height: auto;
	padding: 10px 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#jq_quiz_task_link_container{

	display: inline-block;
	visibility: visible;
}

.jq_quiz_task_container a{

	padding: 0;
	margin: 0;
	border-radius: 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
}

.jq_question_info_container span#jq_quest_num_container{

	padding: 0;
	margin: 0 0 20px;
	text-align: center;
	width: 100%;
	font-weight: bold;
}

.titulo_msg_final{

	font-size: 30px;
	line-height: 35px;
	margin: 0 0 60px;
	text-align: center;
	font-weight: normal;
    text-transform: initial;	
}

.error_messagebox_quest{

	float: left;
	width: 100%;
	margin: 0 0 60px;
}

.subtitulo_msg_final{

	font-size: 45px;
	line-height: 50px;
	font-weight: bold;
	margin: 0 0 30px;
	text-align: center;
}

table.jq_results_container td.jq_result_value{

	text-align: center;
}

.span_resultado{

	text-align: center;
	color: #f3ec19;
	font-size: 50px;
	line-height: 55px;
	font-weight: bold;
}

div.incorrect_answer,
div.correct_answer{

	background-color: transparent;
	border: solid 0px;
	font-weight: normal;
}