@charset "utf-8";

/* DOCUMENTO CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, 
acronym, address, big, cite, code, del, dfn, em, img, 
ins, kbd, q, s, samp, small, strike, strong, sub, sup, 
tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
address {font-style: initial;}
a {color: inherit; text-decoration: none;}
a:hover {text-decoration: none !important;}
button {cursor: pointer;}

.tudo {min-height: 100%; position: relative; overflow: auto;}

.conteudo{position: relative; display: block; width: 90%; max-width: 1400px; margin: auto; height: inherit;}

#menu_responsivo {display: none;}

.container_flex {display: flex; justify-content: space-between;}

html, body {
	margin:0;
	padding:0;
	height:100%;

	font-family: 'Montserrat'
}

#menu_responsivo_menu {
	display: none;
}

/*-----------------------------------------------------------------------------------------------------*/
/*DECLARAÇÃO DAS FONTES*/

h1 {font-size: 32px;}

.fonte_menu {
	font-size: 14px;
	color: #FFF;
	font-weight: 300;
	font-family: 'Montserrat';
}

/*FONTE WEIGHT*/
.thin{font-weight: 100;}
.light{font-weight: 300;}
.regular{font-weight: 400;}
.semibold{font-weight: 600;}
.bold{font-weight: 700;}
.extrabold{font-weight: 800;}

/*CORES*/
.preto{color: #000;}
.branco{color: #FFF;}
.verde{color: #006B00;}
.cinza{color: #525252;}
.amarelo{color: #FFDD1F;}

/*TAMANHO*/
.onze{font-size:11px;}
.doze{font-size:12px}
.treze{font-size:13px;}
.quatorze{font-size:14px;}
.quinze{font-size:15px;}
.dezesseis{font-size: 16px;}
.dezessete{font-size:17px;}
.dezoito{font-size:18px;}
.dezenove{font-size:19px;}
.vinte{font-size:20px;}
.vinte_um{font-size:21px;}
.vinte_dois{font-size:22px;}
.vinte_tres{font-size:23px;}
.vinte_quatro{font-size:24px;}
.vinte_cinco{font-size:25px;}
.vinte_seis{font-size:26px;}
.trinta{font-size:30px;}
.quarenta{font-size:40px;}
.quarenta_tres{font-size:43px;}
.quarenta_quatro{font-size:44px;}
.sessenta{font-size:60px;}

/*SPECS*/
.justificado {text-align: justify;}
.lh16{line-height:1.6;}
/*-----------------------------------------------------------------------------------------------------*/

/*PADRÕES*/

.secao_padrao {
	position: relative;

	width: 60%;
	height: auto;

	margin: 0 auto 80px auto;

	text-align: center;
}

.secao_padrao h1 {
	position: relative;

	margin-bottom: 15px;
}

.secao_padrao div {
	position: relative;

	margin-bottom: 40px;
}

.secao_padrao hr {
	position: relative;

	width: 7%;
	height: 2px;
	border: none;

	margin: auto;
}

.hr_verde{background-color: #004E00;}
.hr_branco{background-color: #FFF;}

/*TOPO*/
#topo {
	position: fixed;
	width: 100%;
	height: auto;
	padding: 20px 0;

	z-index: 1000 !important;
}

#topo .conteudo {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#topo .conteudo > a {
	position: relative;
	display: block;

	width: 12%;
	height: auto;

	text-align: center;
}

#topo img[name="logo_ipe_topo"] {
	position: relative;

	max-width: 100%;
	height: auto;
}

#topo nav {
	position: relative;

	width: 60%;
	height: auto;
}

#topo nav ul {
	position: relative;

	width: 100%;
	height: auto;
}

#topo nav ul li {
	position: relative;

	list-style: none;
}

/*DESTAQUE*/

.swiper-container #btt_destaque {
	position: absolute;

	left: 50%;
	bottom: 50px;
	margin-left: -10%;

	width: 20%;
	height: 55px;
	line-height: 55px;

	text-align: center;

	background-color: #FFF;

	border-bottom: 4px #FFDD21 solid;

	z-index: 99;
}

/*PRIMEIRA HABILITAÇÃO*/

#primeira_habilitação {
	position: relative;

	width: 100%;
	height: auto;

	padding: 80px 0;

	background-color: #F4F4F4;
}
/*--------------------------------------------------*/
#primeira_habilitacao #c_f_habilitacoes {
	position: relative;

	width: 100%;
	height: auto;
}

#c_f_habilitacoes .b_f_habilitacoes {
	position: relative;

	width: 31%;
	height: auto;

	text-align: center;

	background-color: #FFF;
}

.b_f_habilitacoes a {
	position: relative;
	display: block;

	width: 100%;
	height: 100%;
}

.b_f_habilitacoes a:hover .btt_veja_mais {
	background-color: #DADADA;
	color: #FFF;
}

.b_f_habilitacoes img {
	position: relative;

	width: 100%;
	height: 220px;

	margin-bottom: 35px;

	object-fit: cover;

	text-align: center;

	background-color: #FFF;
}

.b_f_habilitacoes h3 {
	position: relative;

	margin-bottom: 25px;
}

.b_f_habilitacoes .btt_veja_mais {
	position: relative;
	display: block;

	width: 37%;
	height: 42px;
	line-height: 42px;

	margin: 0 auto 23px auto;

	border-radius: 20px;

	border: 1px #DADADA solid;

	transition: .35s all ease-in-out;
}
/*--------------------------------------------------*/
#primeira_habilitação #btt_ver_mais_pacotes {
	position: relative;

	width: 17%;
	height: 45px;
	line-height: 45px;

	text-align: center;

	border-radius: 30px;

	margin: 80px auto 0 auto;

	background-color: #525252;
	border: 1px #FFF solid;

	color: #FFF;
	font-weight: 300;
	font-size: 13px;

	transition: .35s all ease-in-out;
}


#primeira_habilitação #btt_ver_mais_pacotes:hover {
	background-color: #FFF;
	color: #525252;
	border: 1px #525252 solid;
}

#btt_ver_mais_pacotes a {
	position: relative;
	display: block;

	width: 100%;
	height: 100%;
}

/*PASSO A PASSO*/

#passos {
	position: relative;

	width: 100%;
	height: auto;

	padding: 80px 0;
}

#c_f_passos {
	position: relative;
	align-items: center;

	width: 100%;
	height: auto;
}

#c_f_passos div {
	position: relative;

	text-align: center;
}

#c_f_passos div img {
	position: relative;

	max-width: 100%;
	height: auto;
}

#c_f_passos img[name="seta_passos"] {
	position: relative;

	width: 80px;
	height: 25px;
}

/*ESTAMOS PRONTOS*/

#sobre_capa {
	position: relative;

	width: 100%;
	height: 537px;

	padding: 80px 0;

	background: url("../img_site/equipe.jpg") 75% 0;
	background-size: cover;
}

#sobre_capa #c_f_sobre_capa {
	position: relative;

	width: 90%;
	height: auto;

	margin: auto;
}

#c_f_sobre_capa .b_f_sobre_capa {
	position: relative;

	text-align: center;
}

.b_f_sobre_capa div:nth-child(2) {
	position: relative;

	margin: 15px 0;
}

/*NOTÍCIAS CAPA*/
#noticias_capa {
	position: relative;

	width: 100%;
	height: auto;

	padding: 80px 0;

	border-bottom: 4px #525252 solid;
}

#noticias_capa #c_f_noticias_capa {
	position: relative;
	width: 100%;
	height: auto;
}

#c_f_noticias_capa .b_f_noticias_capa {
	position: relative;

	width: 45%;
	height: auto;
}

.b_f_noticias_capa a {
	position: relative;
	display: block;

	width: 100%;
	height: 100%;
}

.b_f_noticias_capa img {
	position: relative;

	width: 100%;
	height: 375px;

	object-fit: cover;
}

.b_f_noticias_capa div:nth-child(3) {
	position: relative;

	margin: 30px 0 15px 0;
}

.tag_cat {
	position: absolute;

	left: 0;
	top: 33px;

	width: 30%;
	height: 28px;
	line-height: 28px;

	text-align: center;

	background-color: #FFDD21;

	z-index: 1;
}

#btt_ver_mais_noticias {
position: relative;

	width: 17%;
	height: 45px;
	line-height: 45px;

	text-align: center;

	border-radius: 30px;

	margin: 80px auto 0 auto;

	background-color: #F0F0F0;

	color: #525252;
	font-weight: 300;
	font-size: 13px;

	transition: .35s all ease-in-out;
}

#noticias_capa #btt_ver_mais_noticias:hover {
	background-color: #525252;
	color: #FFF;
}

#btt_ver_mais_noticias a {
	position: relative;
	display: block;

	width: 100%;
	height: 100%;
}

/*FALAR NO WHATSAPP*/

#btt_falar_wpp {
position: relative;

	width: 17%;
	height: 45px;
	line-height: 45px;

	text-align: center;

	border-radius: 30px;

	margin: 80px auto 0 auto;

	background-color: #F0F0F0;

	color: #525252;
	font-weight: 300;
	font-size: 13px;

	transition: .35s all ease-in-out;
}

#btt_falar_wpp:hover {
	background-color: #525252;
	color: #FFF;
}

#btt_falar_wpp a {
	position: relative;
	display: block;

	width: 100%;
	height: 100%;
}




/*COMENTÁRIOS*/

#comentarios {
	position: relative;

	width: 100%;
	height: auto;

	padding: 80px 0; 
}

#comentarios #c_f_comentarios {
	position: relative;

	width: 100%;
	height: auto;
}

#c_f_comentarios .b_f_comentarios {
	position: relative;

	width: 30%;
	height: auto;
}

.b_f_comentarios .texto_comentario {
	position: relative;
	overflow: auto;

	width: 100% -60px;
	height: 178px;

	padding: 20px 30px;

	border: 1px #DADADA solid;
}

.b_f_comentarios img[name="seta_baixo_comentarios"] {
	position: absolute;

	left: 40px;
	top: 177px;

	max-width: 100%;
	height: auto;
}

.b_f_comentarios .perfil_comentario {
	position: relative;
	align-items: center;

	width: 70%;
	height: auto;

	margin-top: 40px;
}

.perfil_comentario img {
	position: relative;

	width: 123px;
	height: 123px;

	object-fit: cover;

	border-radius: 100%;
}

.perfil_comentario section {
	position: relative;
}

.perfil_comentario h3 {
	position: relative;

	margin-bottom: 20px;
}

/*GALERIA CAPA*/

#galeria {
	position: relative;

	width: 100%;
	height: auto;
}

#galeria #galeria_capa {
	position: relative;

	width: 100%;
	height: auto;
}

#galeria_capa .conteudo .container_flex {
	position: relative;
	flex-wrap: wrap;

	width: 100%;
	height: auto;
}

#galeria_capa .conteudo .container_flex a {
	position: relative;

	margin-bottom: 40px;
}

#galeria_capa .conteudo .container_flex a img {
	position: relative;

	width: 248px;
	height: 248px;

	object-fit: cover;
}

/*RODAPE*/

#espaco_rodape {
	position: relative;

	min-height: 400px;
}

footer {
	position: absolute;

	width: 100%;
	height: auto;

	bottom: 0;
}

footer #rodape_cinza {
	position: relative;

	width: 100%;
	height: auto;

	background-color: #F4F4F4;

	text-align: center;

	padding: 25px 0;
}

footer #rodape_cinza img[name="seta_volta_topo"] {
	position: absolute;

	right: 0;
	top: -64px;
}

#rodape_cinza img[name="logo_ipe_rodape"] {
	position: relative;

	max-width: 7.5%;
	height: auto;

	margin-bottom: 20px;
}

#rodape_cinza div:nth-child(3){
	position: relative;

	margin: 20px 0 25px 0;
}

footer #rodape_verde {
	position: relative;

	width: 100%;
	height: auto;

	padding: 20px 0;

	background-color: #006B00;
}

/*INTERNAS*/
.container_padrao_interna {
	position: relative;
	width: 100%;
	height: auto;
	padding: 180px 0 0 0;
}
/*==============================*/

/*SOBRE INTERNA*/

#sobre {
	position: relative;

	width: 100%;
	height: auto;
}

#sobre img[name="equipe_interna"] {
	position: relative;

	max-width: 100%;
	height: auto;

	margin: 30px 0;
}

#corpo_sobre {
	position: relative;

	width: 100%;
	height: auto;
}

#corpo_sobre #espacos_sobre {
	position: relative;

	margin: 30px 0 15px 0;
}

/*HABILITAÇÃO INTERNA*/

#btt_faca_hab {
	position: relative;

	width: 20%;
	height: 55px;
	line-height: 55px;

	margin: auto;

	text-align: center;

	background-color: #FFF;

	border-bottom: 3px #FFDD21 solid;
	border-left: 2px #FFDD21 solid;
}

#btt_faca_hab a {
	position: relative;
	display: block;

	width: 100%;
	height: 100%;
}

/*PACOTES INTERNA*/

#c_f_pacotes {
	position: relative;
	flex-wrap: wrap;
	justify-content: flex-start !important;
	width: 100%;
	height: auto;
}

#c_f_pacotes .b_f_pacotes {
	position: relative;

	width: 30%;
	height: auto;

	padding: 2%;
	margin-right: 40px !important; 
	margin-bottom: 120px;

	border-top: 3px #FFDD21 solid;
	border-right: 1px #E5E5E5 solid;
	border-bottom: 1px #E5E5E5 solid;
	border-left: 1px #E5E5E5 solid;

	transition: .35s all ease-in-out;
}

.b_f_pacotes:hover {
	background-color: rgba(0, 0, 0, .35);
}

.b_f_pacotes > a {
	position: relative;
	display: block;

	width: 100%;
	height: 100%;
}

.b_f_pacotes div:first-child {
	position: relative;

	width: 80%;
	height: auto;

	margin-bottom: 10px;
}

.b_f_pacotes div:nth-child(3) {
	position: relative;

	margin: 50px 0 40px 0;
}

#btt_faca_pacotes {
	position: relative;

	width: 100%;
	height: 40px;
	line-height: 40px;

	text-align: center;

	margin: 40px auto 0 auto;

	background-color: #2B7D28;
}

/*CONTATO*/

#contato {
	position: relative;
	overflow: hidden;
}

#contato #c_e_contato {
	position: relative;

	width: 45%;
	height: auto;

	float: left;
}

#c_e_contato form {
	position: relative;
	width: 100%;
	height: auto;
}

#c_e_contato form input {
	position: relative;

	width: 97%;
	height: 39px;
	line-height: 39px;

	margin-bottom: 20px;

	padding-left: 3%;
}

#c_e_contato form textarea {
	position: relative;

	width: 97%;
	height: 145px;

	margin-bottom: 20px;

	padding: 4% 0 0 3%;
}

#c_e_contato form input[type="submit"] {
	position: relative;

	width: 20%;
	height: 40px;
	line-height: 40px;

	text-align: center;

	padding: 0;

	border: none;

	float: right;

	background-color: #2B7D28;
}

#c_d_contato {
	position: relative;

	width: 45%;
	height: auto;

	float: right;
}

#c_d_contato .container_flex {
	position: relative;
	flex-wrap: wrap;
	flex-direction: column;
}

#c_d_contato .container_flex > div {
	position: relative;
	display: flex;
	align-items: center;

	width: 60%;
	height: auto;

	margin-bottom: 40px;
}

/*#c_d_contato .container_flex > div:first-child {
	width: 32.5%;
}

#c_d_contato .container_flex > div:nth-child(2) {
	width: 54.5%;
}

#c_d_contato .container_flex > div:nth-child(3) {
	width: 60%;
}*/

#c_d_contato .container_flex > div img {
	position: relative;

	max-width: 100%;
	height: auto;
}

#c_d_contato .container_flex > div > div {
	position: relative;

	max-width: 100%;
	height: auto;

	padding-left: 2%;
}

/*NOTÍCIAS INTERNA*/
#noticias_interna #c_f_noticias_interna {
	position: relative;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
}

#c_f_noticias_interna .b_f_noticias_interna {
	position: relative;

	width: 45%;
	height: auto;

	margin-bottom: 100px;
}

.b_f_noticias_interna a {
	position: relative;
	display: block;

	width: 100%;
	height: 100%;
}

.b_f_noticias_interna img {
	position: relative;

	width: 100%;
	height: 375px;

	object-fit: cover;
}

.b_f_noticias_interna div:nth-child(3) {
	position: relative;

	margin: 30px 0 15px 0;
}

.tag_cat {
	position: absolute;

	left: 0;
	top: 33px;

	width: 40%;
	height: 28px;
	line-height: 28px;

	text-align: center;

	background-color: #FFDD21;

	z-index: 1;
}

/*NOTICIA DETALHES*/

#noticias_detalhe #corpo_noticia {
	position: relative;

	width: 100%;
	height: auto;

	padding-bottom: 150px;

	border-bottom: 2px #AFAFAF solid;
}

#corpo_noticia h1 {
	text-align: center;

	margin-bottom: 40px;
}

#data_noticia_detalhe {
	position: relative;

	margin-top: 100px;
}

/*ESTUDOS*/

#coluna_topo_estudos {
	position: relative;

	width: 100% -15px;
	height: auto;

	padding: 20px 15px;

	margin-bottom: 70px;

	background-color: #F4F4F4;
}

#coluna_topo_estudos > div:first-child {
	position: relative;

	align-items: center;
}

#coluna_topo_estudos div:first-child img {
	position: relative;

	margin-right: 20px;
}

#coluna_topo_estudos > div:nth-child(2) {
	position: relative;
	display: flex;
	align-items: center;

	width: 40%;
}

#coluna_topo_estudos > div:nth-child(2) form {
	position: relative;

	width: 100%;
	height: auto;
}

#coluna_topo_estudos > div:nth-child(2) form input[type="text"]{
	position: relative;

	width: 100%;
	height: 27px;
	line-height: 27px;

	padding-left: 10px;

	border: 1px #3F903F solid;
}

#coluna_topo_estudos > div:nth-child(3) {
	position: relative;
	align-items: center;
}

#coluna_topo_estudos > div:nth-child(3) div:nth-child(2) {
	position: relative;
	align-items: center;

	margin: 0 10px;
}

#coluna_topo_estudos > div:nth-child(3) div:nth-child(3) {
	position: relative;
	align-items: center;

	margin: 0 10px;

	padding: 3px 5px;

	background-color: #FFDD20;
}

/*----------------------*/
/* CSS DO MENU RESPONSIVO */
#c_f_menu_estudo {
	position: relative;
	flex-wrap: wrap;
}

#espaco_vazio_estudo {
	position: absolute;

	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	padding-bottom: 48px;

}

#c_f_menu_estudo > div {
	position: relative;
	display: flex;
	align-items: center;

	width: 37%;
	height: 20px;
}

#c_f_menu_estudo > div:nth-child(1),
#c_f_menu_estudo > div:nth-child(2),
#c_f_menu_estudo > div:nth-child(3) {
	margin-bottom: 20px;
}

#c_f_menu_estudo > div img {
	position: relative;

	float: left;

	max-width: 100%;
	height: auto;
}

#c_f_menu_estudo > div div {
	position: relative;

	float: left;
}

#menu_responsivo img, #lista{
	display:block;
	visibility:visible;

	z-index: 600 !important;
}

#lista{
	position: absolute;
	display:block;
	top: 50px;
	left: 0;
	width: 600px; 
	height: auto; 
	padding: 15px;
	background-color: #2B7D28;
	z-index:-1;
}

#icone_menu_lista{
	display: none;
	position:absolute;
	display:block;
	width:26px;
	height:15px;
	top: -13px;
	left: 0;
	background:url(../img_site/icone_menu_lista.png) center center no-repeat;
}

#lista ul{
	width: auto; 
	height: auto; 
	text-align: right;
	list-style:none;
}

#lista > ul > li{
	display: table;

	height: auto;
	width: 93%;

	margin: auto 0 auto auto;

	padding: 6% 0;

	border-bottom: 1px #CCC solid;
}

#lista li:last-child{
	border-bottom:none;
}

.lista{
	font-size: 14px;
	color: #4C4C4C;
	font-weight: 300;
	text-decoration: none;

	padding-right: 40px;
}

.lista:hover{
	color: #666;
}

.lista_submenu:hover{
	color: #666;
}

#li_orcamento {
	position: relative;

	background-color: none;

	font-size: 13px;
	color: #FFC926;
	font-weight: 700;

	border-radius: 5px;

	top: -3.5px;
}

#escurece{
	position: absolute;

	left:0;
	top:0;

	min-height:100%;
	min-width:100%;

	z-index: 100;
}
/*----------------------*/

#c_f_estudo { position: relative; flex-wrap: wrap; width: 100%; height: auto;}
#c_f_estudo .b_f_estudo { position: relative; width: 24%; height: auto; margin-bottom: 100px; border: 1px #E5E5E5 solid;}
#c_f_estudo .b_f_estudo a{display:block;}
.b_f_estudo div.corpo_b_f_estudo { position: relative; padding: 10px;}
.b_f_estudo img[name="img_relativa_estudo"] {position: relative; width: 100%; height: 156px; margin-bottom: 10px; object-fit: cover;}

.b_f_estudo section {position: relative; width: 90%; height: auto; float: left; margin-bottom: 30px; min-height:90px;}
.b_f_estudo img[name="icone_coracao"] { position: relative; max-width: 100%; height: auto; float: right;}

.b_f_estudo div#last_div_estudo {
	position: relative;

	width: 20%;
	height: auto;

	clear: both;
}

.b_f_estudo div#last_div_estudo img {
	position: relative;

	max-width: 100%;
	height: auto;
}

/*FORM MATRÍCULA*/
form#matricula {
	position: relative;
	overflow: hidden;

	width: 90%;
	height: auto;

	padding: 30px 0 20px 0;

	margin: auto;
}

form#matricula input, form#matricula select {
	position: relative;

	width: 100%;
	height: 39px;
	line-height: 39px;

	margin-bottom: 20px;

	padding-left: 3%;
}

form#matricula textarea {
	position: relative;

	width: 100%;
	height: 145px;

	margin-bottom: 20px;

	padding: 2% 0 0 1%;
}

form#matricula input[type="submit"] {
	position: relative;

	width: 20%;
	height: 40px;
	line-height: 40px;

	text-align: center;

	border: none;

	float: right;

	background-color: #2B7D28;
}

div#busca{position:relative;}

#resultado_texto{ border:#CCC 1px solid; position:absolute; height:auto; z-index:1; background-color:#FFF; top:30px; border-radius:5px;}
#resultado_texto a{ display:block; padding:5px;}
#resultado_texto a:hover{ background-color:rgba(0,102,0, 0.1); color:#FFF;}

#TabbedPanels1{display:block;}
.Accordion { display:none !important;}