@charset "utf-8";

@font-face {
  font-family: "myriad";
  src: url('myriad.eot');
  src: local('Myriad Pro'), url('myriad.ttf') format('truetype');
}

.btnLGPD {
    font-size: 18px;
}

#menuMobToggle{
	display: none;
}


/* CORE STYLES */
:root {
	--primary-color: rgba(13, 110, 139, 0.75);
	--overlay-color: rgba(24, 39, 51 , 0.85);
	--menu-speed: 0.75s;
  }
  
 
  .menu-wrap{
	display: none;
  }
  
  .container {
	max-width: 960px;
	margin: auto;
	overflow: hidden;
	padding: 0 3rem;
  }
  
  .showcase {
	background: var(--primary-color);
	color: #fff;
	height: 100vh;
	position: relative;
  }
  
  .showcase:before {
	content: '';
	background: url('https://images.pexels.com/photos/533923/pexels-photo-533923.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260') no-repeat center center/cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
  }
  
  .showcase .showcase-inner {
	display: flex;
	
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
  }
  
  .showcase h1 {
	font-size: 4rem;
  }
  
  .showcase p {
	font-size: 1.3rem;
  }
  
  .btn {
	display: inline-block;
	border: none;
	background: var(--primary-color);
	color: #fff;
	padding: 0.75rem 1.5rem;
	margin-top: 1rem;
	transition: opacity 1s ease-in-out;
	text-decoration: none;
  }
  
  .btn:hover {
	opacity: 0.7;
  }
  
  /* MENU STYLES */
  .menu-wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
  }
  
  .menu-wrap .toggler {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
	width: 40px;
	height: 40px;
	max-width: 40px;
	max-height: 40px;
	min-width: 40px;
	min-height: 40px;
	opacity: 0;
  }
  
  .menu-wrap .hamburger {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 40px;
	height: 40px;
	min-width: 50px;
	min-height: 50px;
	max-width: 50px;
	max-height: 50px;
	padding: 0.5rem;
	background: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  /* Hamburger Line */
  .menu-wrap .hamburger > div {
	position: relative;
	flex: none;
	width: 100%;
	height: 2px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease;
  }
  
  /* Hamburger Lines - Top & Bottom */
  .menu-wrap .hamburger > div::before,
  .menu-wrap .hamburger > div::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: -10px;
	width: 100%;
	height: 2px;
	background: inherit;
  }
  
  /* Moves Line Down */
  .menu-wrap .hamburger > div::after {
	top: 10px;
  }
  
  /* Toggler Animation */
  .menu-wrap .toggler:checked + .hamburger > div {
	transform: rotate(135deg);
  }
  
  /* Turns Lines Into X */
  .menu-wrap .toggler:checked + .hamburger > div:before,
  .menu-wrap .toggler:checked + .hamburger > div:after {
	top: 0;
	transform: rotate(90deg);
  }
  
  /* Rotate On Hover When Checked */
  .menu-wrap .toggler:checked:hover + .hamburger > div {
	transform: rotate(225deg);
  }
  
  /* Show Menu */
  .menu-wrap .toggler:checked ~ .menu {
	visibility: visible;
  }
  
  .menu-wrap .toggler:checked ~ .menu > div {
	transform: scale(1);
	transition-duration: var(--menu-speed);
  }
  
  .menu-wrap .toggler:checked ~ .menu > div > div {
	opacity: 1;
	transition:  opacity 0.4s ease 0.4s;
  }
  
  .menu-wrap .menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .menu-wrap .menu > div {
	background: var(--overlay-color);
	
	width: 200vw;
	height: 200vw;
	display: flex;
	flex: none;
	align-items: center;
	justify-content: center;
	transform: scale(0);
	transition: all 0.4s ease;
  }
  
  .menu-wrap .menu > div > div {
	text-align: center;
	max-width: 90vw;
	max-height: 100vh;
	opacity: 0;
	transition: opacity 0.4s ease;
  }
  
  .menu-wrap .menu > div > div > ul > li {
	list-style: none;
	color: #fff;
	font-size: 1.5rem;
	padding: 1rem;
  }
  
  .menu-wrap .menu > div > div > ul > li > a {
	color: inherit;
	text-decoration: none;
	transition: color 0.4s ease;
  }
  
  


.banner {
	width: 100%; 
	position: relative;
    z-index: 1;
    overflow: hidden;
    height: auto;
}


.banner_slide img{
	width: 100%;
}
.foto_destaque_index{
	width: 100%;
	/* max-height: 150px; */
	overflow:hidden;
	margin-bottom: 2rem;
}

.btn_submit_busca{
	border: 0px;
    position: relative;
    left: -80px;
    width: 60px;
    height: 50px;
	background-color: transparent;
	cursor:pointer;
	z-index:1;
}
.div_foto{
	float:left;
	margin-right:15px;
	margin-bottom: 30px;
}
.video_thumb{
	width: 404px;
	height: 183px;
	overflow:hidden;
	margin-bottom:20px;
	position: relative;
    top: -35%;
}
.form_busca{
	position:absolute;
	z-index:0;	
}
.botaoEnviarContato{
	background-color:#38b6ff;border:0px;width:162px;height:45px;color:#fff;font-size:16px;font-family:myriad;
}


.rodape_redessocial{
	width:100%;float:right;text-align:right	
}
.rodape_redessocial img{
	float:right;
	margin-left:10px;	
}

/*-----------------------------Links--------------------------------------------*/

a:link{
	 text-decoration: none;
	 color:inherit;
}

a:hover{
	 text-decoration: underline;
	 color:inherit;
}
a:visited{
	 text-decoration: none;
	 color:inherit;
}
a:active{
	 text-decoration: none;
	 color:inherit;
}

/*-------------------------------------------------------------------------------*/

.div_externatopo{
	width:100%;text-align:-webkit-center
}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.agenda_mobile{
	display:none;	
}
.div_foto_video{
	float:left;width:100%;height:5px;margin: 2rem 0;
}
.pre_titel_img{
	float:left;	
}
.centro{
	text-align:center !important;	
    margin-top: 40px;
    text-align: left;
    width: 100%;
}
.div_linha{
	width:100%;height:50px;margin-top:240px;

}
.spacer_rodape_endereco{
	width:100%;height:40px;	
}
.div_linha_interna{
	width:100px;height:2px;background-color:#686158
}
.input_contato_100{
	width: 96%;
    height: 39px;
    font-size: 20px;
	padding:8px;
	margin-bottom:10px;
	color: #9d9d9d;
	font-family:myriad;
}
.textarea_contato_100{
	width: 96%;
    height: 100px;
    font-size: 20px;
	padding:12px;
	margin-bottom:30px;
	color: #9d9d9d;
	font-family:myriad;
}

.divsheaderimg{
	width:100%;
	height:121px;
	background-color:#e9e9e9;
}

.barra_verde{
	width: 14px;
    height: 226px;
    position: relative;
    background-color: #87be22;
    left: 314px;
    top: -57px;
}
.barra_azul{
	width: 14px;
    height: 226px;
    position: relative;
    background-color: #177dd8;
    left: 314px;
    top: -57px;
}
.barra_amarelo{
	width: 14px;
    height: 226px;
    position: relative;
    background-color: #ffbf00;
    left: 314px;
    top: -57px;
}
.barra_rosa{
	width: 14px;
    height: 226px;
    position: relative;
    background-color: #f12b63;
    left: 314px;
    top: -57px;
}

.divsheaderimg h2{
	color:#177dd8;font-family: myr-reg;font-size: 26px;
    margin: 0px;
    padding-top: 30px;
    text-align: center;
    font-weight: bolder;
}


.div_top_topo{
	height:40px;width:1215px;text-align:left;
}
.txt_topo_fone{
	font-family: myr-reg;
	color:#000;
	font-size:15px;
	float:left;
	width:160px;
}
.txt_topo_mail{
	font-family: myr-reg;
	color:#000;
	font-size:15px;
	float:left;
	width:240px;
}
.txt_topo_adress{
	font-family: myr-reg;
	color:#000;
	font-size:15px;
	float:left;
	width:260px;
}

.float_left{
	float:left;	
}
.float_left2{
	float:left;	
}

.float_left img{
	vertical-align:middle;margin-top:3px;
}

.div_topo{
	width:1424px;
	border:0px solid #000;
	height:110px;
}
.spacer{
	width:100%;
	height:20px;
}
.logo{
	width:20%;
	float:left;
	text-align:left;
	height:111px;	
}
.lado_logo{
	width:36%;
	float:right;
	text-align:left;
	height:111px;	
}

.div_siganos{
	text-align:right;
	font-family:myriad;color:#38b6ff;font-weight:bold;font-size:23px;
}
.div_siganos img{
	margin:7px;
}

.div_siganos span{
	position: relative;
    top: -11px;
}

.menu p{
	font-family:myriad;color:#000;font-weight:bold;
}
.header_div_menu{
	border:0px solid #000;height:40px;width: 100%;
}

.li_back_home{
	background-image:url(../img/home.jpg);background-repeat:no-repeat;background-position:center top;	
}
.li_back_escolas{
	background-image:url(../img/escolas.jpg);background-repeat:no-repeat;background-position:center top;	
}
.li_back_ceis{
	background-image:url(../img/ceis.jpg);background-repeat:no-repeat;background-position:center top;	
}
.li_back_projeto{
	background-image:url(../img/projeto.jpg);background-repeat:no-repeat;background-position:center top;	
}
.li_back_agenda{
	background-image:url(../img/agenda.jpg);background-repeat:no-repeat;background-position:center top;	
}
.li_back_contatos{
	background-image:url(../img/contatos.jpg);background-repeat:no-repeat;background-position:center top;	
}
.li_back_instituicoes{
	background-image:url(../img/instituicoes.jpg);background-repeat:no-repeat;background-position:center top;	
}
.li_back_faleconosco{
	background-image:url(../img/faleconosco.jpg);background-repeat:no-repeat;background-position:center top;	
}

.menu{
	list-style:none; 
	float:left; 
	font-family: myr-reg;
	font-size:15px;
	color:#38b6ff;
	padding-inline-start: 0px;
	width:100%;

}
.menu li{
	position:relative; 
	float:left; 
	width:12.5%;
	text-align:left;
	height: 75px;
}
.menu a{
	font-family: myr-reg;color:#38b6ff;font-weight:bold;text-decoration:none;    font-weight: 300;

}
.menu a:hover{
	font-family: myr-reg;color:#38b6ff;font-weight:bold;text-decoration:underline;    font-weight: 300;

}

.menu li a{
	color:#38b6ff; 
	text-decoration:none; 
	display:block;
	padding: 12px 1px 8px 1px;
	font-size: 19px;
    font-weight: 300;
}

.menu li a :last-child{
	padding:0px; 
}

.menu .dropdown:hover{
	/*background-color:#61bde9;
	color: #000;*/
}

.menu .dropdown:hover a{
	color: #38b6ff;
}

.menu li a:hover{
	/*-moz-box-shadow:0 3px 10px 0 #CCC; 
	-webkit-box-shadow:0 3px 10px 0 #ccc; 
	text-shadow:0px 0px 5px #000;
	background-color:#61bde9;
	color:#000; */
}

.menu li ul{
	position:absolute; 
	top:35px; 
	left:0px;
	background-color:#61bde9; 
	display:none;
	padding:0px;
	width:100%;
	z-index:999;
}
.menu li ul a{
	color:#FFFFFF;
	margin:5px;
	position:relative;
	z-index:999;
}

.menu li:hover ul, .menu li.over ul{
	display:block;
}

.menu li ul li{
	border:0px solid #c0c0c0; 
	display:block; 
	width:130px;
	position:relative;
	z-index:999;
}


.div_topo_logoMenu{
	border:0px solid #000; width:1200px;height:111px;	
}
.txt_topo{
	width:64%;
	height:200px;
	margin-top:390px;
	height:20px;
}
.txt_topo h1{
	color:#178192;text-align:center;font-family: myr-reg;font-size:40px;font-weight:lighter
}
.txt_topo p{
	font-family: myr-reg;color:#000;font-weight:bold;text-align:left;
}
.acessivel{
	font-style:italic;
}
.container-div-topo{
	margin-top:255px;width:64%;	
}

.div1{
	width:23.1%;float:left;
}
.div1 p{
	color:#bdbdbd;font-family: myr-reg;font-size: 17px;
    width: 70%;
}
.div1 span{
	color:#c72525;font-weight:bold;
}
.div2 span{
	color:#c72525;font-weight:bold;
}
.div3 span{
	color:#c72525;font-weight:bold;
}
.div2{
	width:23.1%;float:left;
}
.div2 p{
	color:#bdbdbd;font-family: myr-reg;font-size: 17px;
    width: 70%;
}
.div3{
	width:23.1%;float:left;
}
.div3 p{
	color:#bdbdbd;font-family: myr-reg;font-size: 17px;
    width: 70%;
}
.div4{
	width:23.1%;float:left;
}

.divRodapeContainer{
	background-color:#00c2ff;
	height:540px;
}

.divRodapeContainer h2{
	color:#fff;font-family: 'mri';text-align:left;margin-left:10px;
}

.divRodapeContainer p{
	color:#fff;font-family: myr-reg;text-align:left
}
.img_roda_mobile{
	display:none;	
}

.img_roda{
	float: left;
    margin-top: -10px;
    margin-right: 10px;
}
.div_rodape_1{
	border: 0px solid #000;
    float: left;
    width: 50%;
    height: 300px;
}

.div_rodape_2{
	border: 0px solid #000;
    float: right;
    width: 35%;
    height: 300px;
}
.div_rodape_2 h2{
	color:#fff;font-family: 'mri';text-align:right;margin-left:0px;
}
.txt_news{
	height:55px;
	width:100%;
	border:1px solid #a8c8df;
	margin-bottom:25px;
	color:#0094d2;
	/* font-family:myriad; */
	font-family: myr-reg;
	font-size:16px;
}
.txt_busca{
	height:55px;
	width:500px;
	border:1px solid #a7cbe3;
	margin-bottom:25px;
	color:#3893cf;
	/* font-family:myriad; */
	font-family: myr-reg;
	font-size:16px;
	
	padding-top:5px;
	background-image:url(../img/icon_lupa.png);
	background-repeat:no-repeat;   
	background-position:right;        
}
.btn_news{
	background-color:#639dc5;
	width:160px;
	height:53px;
	/* font-family:myriad; */
	font-family: myr-reg;
	border:0px;
	color:#fff;
	font-size:14px;
    position: relative;
    float: right;
    left: 5px;	
}



.espaco_divstopo{
	width:35px;height:350px;float:left;
}
.espaco_divstopo2{
	width:35px;height:350px;float:left;
}

.w100{
	width: 100%;
}

.w50{
	width: 50%;
}

.w49{
	width: 49%;
}

.w45{
	width: 45%;
}

.w64{
	width: 64%;
}

.w35{
	width: 35%;
}

.w33{
	width: 33%;
}
.w32{
	width: 32%;
}

.w22{
	width: 22%;
}

.w23{
	width: 23%;
}

.w25{
	width: 25%;
}

.w27{
	width: 27%;
}

.central{
	width: 1420px;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

.tamanho{
		width: inherit !important;
}

/*-------------------INDEX*/
/*-------------------HEADER*/

.menuMobile {
    display: block;
    /*font-size: 70px;*/
    position: relative;
    color: #38b6ff;
    /*margin-top: 10px;*/
}

#menuMob {
    display: none;
    text-transform: uppercase;
	color: #000;
    padding: 20px;
    margin: 0;
    position: relative;
    z-index: 6;
}

#menuMob li {
	display: inline-block;
    margin-right: 106.4px;
    cursor: pointer;
	font-weight:bold;
	width:100%;
	border-top: 1px #e5e5e5 dashed;
}
#menuMob a {
	color: #38b6ff;
    text-decoration: none;
    display: block;
    padding: 12px 1px 8px 1px;
    font-size: 36px;
	/* font-family:myriad; */
	font-family: myr-reg;
    font-weight: 300;
}

#menuMob li:last-child {
    margin-right: 0px;
}


.txt_mid{
	width:90%;	
}


.textEduca{
    margin-top: 60px;
	text-align: left;
	height: 950px;
}

.noticiaEduca{
	margin: 60px 0;
	text-align: left;
	height: 28rem;
}

.textEduca h1{
	font-family: 'mri';
	margin: 0;
	color: #53c0ff;
	font-size: 65px;
}

.noticiaEduca h1{
	/* font-family:myriad; */
	font-family: myr-reg;
	margin: 0;
	color: #53c0ff;
	font-size: 65px;
}


.textEduca, .noticiaEduca h2{
	/* font-family:myriad; */
	font-family: myr-reg;
	margin: 0;
	color: #350014;
	font-size: 40px;
	/* font-style:italic; */
}

.textEduca, .noticiaEduca h3{
	/* font-family:myriad; */
	font-family: myr-reg;
	margin: 0;
	color: #868686;
	font-size: 20px;
    /* margin-bottom: 17rem; */
}


.textEduca, .noticiaEduca p{
	margin-top: 30px;
	line-height: 22px;
	color:#868686;
	font-family: myr-reg;
    font-size: 16px;
	margin-bottom: 2rem;
	height: 100%;
}

.link_p_educa{
	color:#868686;
	/* font-family:myriad; */
	font-family: myr-reg;
}

.textList{
    margin-top: 60px;
	text-align: left;
	width:100%;
}
.textList h1{
	/* font-family:myriad; */
	font-family: myr-reg;
	margin: 0;
	color: #53c0ff;
	font-size: 65px;
	margin-bottom: 50px;
}
.textList h2{
	font-family:myriad;
	margin: 0;
	color: #350014;
	font-size: 40px;
	font-style:italic;
}
.textList h3{
	/* font-family:myriad; */
	font-family: myr-reg;
	margin: 0;
	color: #868686;
	font-size: 20px;
    margin-bottom: 0px;
}
.link_h3_interno{
	color: #868686;
	text-decoration:none;
}
.link_p_interno{
	color: #868686;
	text-decoration:none;
}

.textList p{
	margin-top: 30px;
	color:#868686;
	/* font-family:myriad; */
	font-family: myr-reg;
    font-size: 15px;
	line-height:22px;
}
.textList hr{
	margin-block-end: 50px;
    margin-block-start: 100px;
	width:100%;
}
.float_left_escolas{
	float:left;	
	width:87%;
}



.textInterno{
    margin-top: 60px;
	text-align: left;
	width:100%;
}
.textInterno h1{
	/* font-family:myriad; */
	font-family: myr-reg;
	margin: 0;
	color: #53c0ff;
	font-size: 65px;
}
.textInterno h2{
	font-family:myriad;
	margin: 0;
	color: #350014;
	font-size: 40px;
	font-style:italic;
}
.textInterno h3{
	/* font-family:myriad; */
	font-family: myr-reg;
	margin: 0;
	color: #868686;
	font-size: 20px;
	margin-bottom: 0px;
    margin-top: 20px;
}
.textInterno p{
	margin-top: 30px;
	color:#868686;
	/* font-family:myriad; */
	font-family: myr-reg;
    font-size: 15px;
	line-height:22px;
}


.textProj{
    margin-top: 60px;
	text-align: left;
	height: 670px;
}

.textProj h1{
	/* font-family:myriad; */
	font-family: 'mri';
	margin: 0;
	color: #53c0ff;
	font-size: 65px;
	margin-bottom: 1rem;
}


/*.textProj h2{
	font-family:myriad;
	margin: 0;
	color: #350014;
	font-size: 40px;
	font-style:italic;
}*/

.textProj h3{
	/* font-family:myriad; */
	font-family: myr-reg;
	margin: 0;
	color: #868686;
	font-size: 20px;
    margin-bottom: 50px;
}

.textProj p{
	margin-top: 30px;
	color:#868686;
	/* font-family:myriad; */
	font-family: myr-reg;
    font-size: 15px;
}


.textSeliga{
    margin-top: 60px;
	text-align: left;
	height: 570px;
}
.textSeliga h1{
	/* font-family:myriad; */
	font-family: myr-reg;
	margin: 0;
	color: #53c0ff;
	font-size: 65px;
}
.textSeliga h2{
	/* font-family:myriad; */
	font-family: myr-reg;
	margin: 0;
	color: #53c0ff;
	font-size: 40px;
}
.textSeliga h3{
	/* font-family:myriad; */
	font-family: myr-reg;
	margin: 0;
	color: #575757;
	font-size: 20px;
    margin-bottom: 50px;
}
.textSeliga p{
	margin-top: 30px;
	color:#868686;
	/* font-family:myriad; */
	font-family: myr-reg;
    font-size: 15px;
}
.div_seliga{
	width:325px;
	float:left;
}
.div_seliga_preimg{
	width:280px;
	height:169px;
	overflow:hidden;
}
.div_seliga_img{
	margin-top:24px;
	width:100%;
	position: relative;
    top: -48%;
}

.div_destaque_spacer_Seliga{
	float:left;
      width: 38px;
	height:50px;
}

.min_altura{
	overflow:hidden;
}

.fotos_slider{
	width: 	450px;
	height:400px;
	overflow:hidden;
}




.div_txt_interno{
	width:100%;
	float:left;
}
.div_destaque{
	width:421px;
	float:left;
}

.div_destaque h2{
	font-size: 1.3rem;
}

.div_destaque_img{
	margin-top:24px;
	width: 46%;
	height: 9.688rem;
	/* border-radius: 10px; */
}
.div_destaque_vid{
	margin-top:24px;
	margin-bottom:35px;
}
.div_destaque h3{
	font-family:myriad;
	margin: 0;
	color: #868686;
	font-size: 20px;
	float:left;
	width:90%;
	margin-left:10px;
}
/* .link_h3_destque{
	font-family:myriad;
	color: #868686;
} */
.link_h3_destque {
    /* font-family: cursive; */
	font-family: myr-reg;
    color: #868686;
    font-weight: bolder;
}
.link_h4_destque{
	/* font-family:myriad; */
	font-family: 'mri';
	color: #53c0ff;
	font-weight: bolder;
}
.div_destaque_spacer{
	float:left;
	width:34px;
	height:50px;
}

.div_frasemid{
	background-color:#38bbff;
	width:100%;
	height:215px;
	
}
.div_frasemid p{
	margin-top: 30px;
	color:#ffffff;
	font-family: myr-reg;
    font-size: 18px;
}

.div_frasesug{
	background-color:#38bbff;
	width:100%;
	height:300px;
}

.div_frasesug p{
	margin-top: 30px;
	color:#ffffff;
	font-family: myr-reg;
    font-size: 18px;
}

.div_fraseinterna{
	padding-top: 60px;
	width:60%;
}
.div_fraseinterna h2{
	line-height: 13px;
	color:#ffffff;
	font-family:myriad;
}
.div_fraseinterna_autor{
	float:right;
	margin-top: -32px;
	width:40%;
}
.div_fraseinterna_autor p{
	line-height: 13px;
	color:#ffffff;
	font-family:myriad;
    font-size: 15px;
    font-style: italic;
}

.btn_deixe{
	background-color:#d81769;
	width:325px;
	height:53px;
	font-family:myriad;
	border:0px;
	color:#fff;
	font-size:14px;
	margin-top: 73px;
}
.btn_seliga{
	background-color:#53c0ff;
	width:325px;
	height:53px;
	/* font-family:myriad; */
	font-family: 'mri';
	border:0px;
	color:#fff;
	font-size:22px;
	margin-bottom:60px;
}

.bgnoticias{
	
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	height:606px;
}

.bgnoticias h3{
	margin: 0px;
	font-family: playfair;
    font-size: 40px;
	color:#000;
	margin-bottom:30px;
	
}

.bgnoticias h4{
	margin: 0px;
	font-family: playfair;
    font-size: 19px;
	color:#000;
	margin-bottom:30px;
	margin-top:100px;
	text-align:left;
}

.bgnoticias p{
	color: #d0d0d0;
	font-weight: bold;
	padding-bottom: 50px;
	font-family: myriad;
    margin: auto;
	text-align:left;
}

.quadros_noticia{
	width:27%;float:left;
}

.div_spacer_noticias{
	width:30px;
	height:300px;
	float:left;
}
.div_Noticia{
	width:100%;margin-left:90px;	
}




.areaAtuacao{
	padding-bottom: 136px;
}

.areaAtuacao h1{
	font-family:playfair;
	margin: 0;
	color: #3c3c3c;
	font-size: 60px;
	margin-bottom:80px;
}

.areaAtuacao h2{
	font-family:playfair;
	margin: 0;
	color: #3c3c3c;
	font-size: 35px;
	font-style:italic;
}

.areaAtuacao p{
	margin-top: 30px;
	font-weight: bold;
	line-height: 31px;
	color:#959595;
	font-family:myriad;
}

.div_atuacao{
	width:370px;height:300px;border:1px solid #e0e0e0; float:left;margin-top:60px;
}
.div_atuacao img{
	margin-top:40px;
}
.div_atuacao h2{
	font-family:playfair;
	margin: 0;
	margin-top:22px;
	color: #3c3c3c;
	font-size: 32px;
	font-style:italic;
}
.div_atuacao p{
	margin-top: 30px;
	font-weight: bold;
	line-height: 31px;
	color:#959595;
	font-family:myriad;
	width:65%;
}
.div_spacer_atuacao{
	width:10px;
	height:300px;
	float:left;
}
.div_spacer_atuacao_y{
	width:100%;
	height:10px;
	float:left;
}


.bgfooter{
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	height:443px;
}

.bgfooter h3{
	margin: 0px;
	font-family: playfair;
    font-size: 40px;
	color:#000;
	margin-bottom:30px;
	margin-top:100px;
}

.bgfooter h4{
	margin: 0px;
	font-family: playfair;
    font-size: 19px;
	color:#4c4c4c;
	margin-bottom:30px;
	text-align:left;
}

.bgfooter p{
	color: #b4b4b4;
	font-weight: bold;
	padding-bottom: 50px;
	font-family: myriad;
    margin: auto;
	text-align:left;
}
.bgfooter hr{
	color: #b4b4b4;
}


.btn {
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
  }
  
  .btn:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
  }


  /* Pagina Galeria  */


  .galeria h1{
	font-family: myriad;
	  margin: 2rem;
	  color: #53c0ff;
	  font-size: 65px;
  }
  
  #galeria_subtitle{
	font-family: myriad;
	  margin: 0;
	  color: #868686;
	  font-size: 25px;
	  margin-bottom: 25px;
	  margin-top: 20px;
  }
  
  /* (B) GALLERY WRAPPER */
  .gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
	max-width: 1000px;
	margin-bottom: 1rem;
  }
  
  /* (C) GALLERY IMAGES */
  .gallery img {
	/* (C1) DIMENSION */
	width: 100%;
	height: 150px; /* optional */
   
  
	/* (C2) COLORS */
	border: 1px solid #ddd;
	background: #fff;
  
	object-fit: contain;
	position: relative;
  
   
	box-shadow:
		 inset 0 -3em 3em rgba(0,0,0,0.1),
			   0 0  0 2px rgb(255,255,255),
			   0.3em 0.3em 1em rgba(0,0,0,0.3);
  }
  
  /* (D) ON SMALL SCREENS - 2 IMAGES PER ROW */
  @media only screen and (max-width: 600px) {
	.gallery {
	  grid-template-columns: repeat(2, 1fr);
	}
  }
  
  /* (E) OPTIONAL ZOOM ON HOVER */
  .gallery img:hover {
	z-index: 9;
	transform: scale(1.3);
	/* linear | ease | ease-in | ease-out | ease-in-out */
	transition: transform ease 0.5s;
  }
  
  /* Fim Pagina galeria  */


@media screen and (max-width:1800px) {
	.container-div-topo{
		width:1200px;	
	}
	.spacer_rodape_endereco{
		width:100%;height:10px;	
	}
	.divRodapeContainer{
		height: 580px;
	}



}

@media screen and (max-width:1600px) {	


}
@media screen and (max-width:1440px) {	
	.centro{
		text-align:center !important;
		width:89% !important;
	}
	.div_topo{
		width:100%;	
	}
	.div_rodape_1{
		position: relative;
		left: 20px;
	}

	
}
@media screen and (max-width:1366px) {
	
	.div_externatopo{
		width:98%;text-align:-webkit-center
	}
	.div_destaque {
    	width: 30%;
	}
	.div_destaque_spacer{
		width: 5%;
	}
	.div_destaque_img{
		width:100%;	
	}
	.div_destaque_vid{
		width:100%;	
	}
	
	.img_proj img{
		width:100%;	
	}
	.div1, .div2, .div3, .div4{
		width:21%;	
	}
	.barra_verde, .barra_azul, .barra_rosa{
		left:266px;
	    top: -84px;
	}
	.barra_amarelo{
		left:266px;
	    top: -57px;
	}
	.espaco_divstopo{
		width:5%;	
	}
	.espaco_divstopo2{
		width:5%;	
	}
	.btn_deixe{
		margin-top: 53px;
	}
	
	.div_seliga_img{
		width:100%;
	}
	.div_seliga{
		width:21%;
	}
	.div_destaque_spacer_Seliga{
		width:5.3%;	
	}
	
	.txt_busca{
		margin-left:-23px;	
	}
	.central{
		width:97%;	
	}
	.centro{
		width:86% !important;
	}
	.txt_news{
		margin-left: -1px;
	}
	.btn_news{
		left:2px;
	}
	.fotos_slider{
		width:410px;	
	}
	.div_rodape_2{
		width:38%;	
	}
	
	
}
@media screen and (max-width:1280px) {
	.float_left_escolas{
		float:left;	
		width:85%;
	}

	.txt_busca {
		margin-left: -63px;
	}
	.div_rodape_2 h2{
		width: 495px;
		margin-left: -80px;	
	}
	.div_destaque {
    	width: 30.05%;
	}
	.div_destaque_spacer{
		width: 4.8%;
	}
	.div_destaque_img{
		width:100%;	
	}
	.div_destaque_vid{
		width:100%;	
	}
	.div1, .div2, .div3, .div4{
		width:22%;	
	}
	.barra_verde{
		left: 255px;
		top: -57px;	
	}
	.barra_azul{
		left:256px;
		top:-84px;
	}
	.barra_amarelo{
		left: 255px;
		top: -57px;
	}
	.barra_rosa{
		left: 256px;
		top: -57px;
	}
	.divsheaderimg h2{
		text-align: center
	}
	.espaco_divstopo{
		width:45px;	
	}
	.espaco_divstopo2{
		width:45px;	
	}
	.textProj{
		height:580px;	
	}
	.div_destaque_spacer_Seliga{
		width:2.6%;	
	}
	
	.div_seliga{
		width: 23%;
	}





}
@media screen and (max-width:1024px) {

	.float_left_escolas{
		float:left;	
		width:82%;
	}
	
	.txt_topo {
		margin-top: 360px;
	}
	
	.div_topo_logoMenu{
		width:100%;	
	}
	
	.menu{
		display:none;	
	}
	#menuMobToggle{
		display: block;
		float:left;
		width:100%;
	}

	.container-div-topo {
		margin-top: 300px;
		width:95%;
	}
	
	.div1, .div2, .div3, .div4{
		width:21%;	
	}
	.barra_verde{
		left:197px;
		top:-84px;
	}
	.barra_azul{
		left:197px;
		top:-84px;
	}
	.barra_amarelo{
		left:197px;
		top:-84px;
	}
	.barra_rosa{
		left:197px;
		top:-84px;
	}
	
	.div_seliga{
		width:237px;	
	}	
	
	.central{
		width:98%;	
	}
	.div_top_topo{
		height:40px;
		width:100%;
		text-align:left;
	}
	.div_atuacao{
		width:320px;	
	}
	.bgnoticias {
		margin-top:630px;
	}
	.div_rodape_2{
		width:42%;	
	}
	.txt_busca{
		margin-left:-137px;	
	}
	.centro{
		width:81% !important;	
	}
	
	.img_topo{
		margin-top:30px;	
	}
	.li_back_escolas, .li_back_home, .li_back_ceis, .li_back_projeto, .li_back_agenda, .li_back_contatos, .li_back_instituicoes, .li_back_faleconosco {
		background:inherit;	
	}
	
	.textEduca{
		height:inherit;
		overflow:hidden;
		margin-bottom:40px;	
	}
	.div_destaque_img{
		width:100%;	
	}
	.div_destaque {
    	width: 30%;
	}
	.div_destaque_spacer{
		width:45px;	
	}
	
	.div_destaque_vid{
		width:100%;	
	}

	.div_seliga_preimg {
		width: 231px;
	}

	.div_destaque_spacer_Seliga {
		width: 1.6%;
	}

}

@media screen and (max-width:800px) {

	.menu-wrap{
		display: block;
		
	}

	.menu-wrap, .menu li{
		float: none !important;
	}
	  

	.logo {
		width: 100% !important;
		/* float: left; */
		text-align: inherit;
		height: 124px;
	}

	.lado_logo {
		width: 86% !important;
	}

	.menu li {
		height: 57px;
	}

	.menu-wrap .menu > div > div > ul > li {
		padding: 0 !important;
	}

	.foto_destaque_index{
		width:100%;	
	}
	.video_thumb{
		width:100%;	
	}
	.float_left_escolas{
		float:left;	
		width:74%;
	}
	.espaco_divstopo{
		width:80px;	
	}
	.espaco_divstopo2{
		width:100%;
		height:50px;
	}
	
	.barra_verde{
		left:267px;
		top:-57px;
	}
	.barra_azul{
		left:267px;
		top:-57px;
	}
	.barra_amarelo{
		left:267px;
		top:-57px;
	}
	.barra_rosa{
		left:267px;
		top:-57px;
	}
	.div1, .div2, .div3, .div4{
		width:280px;
		position: relative;
		left: 100px;
	}
	.div_foto_video{
		height:80px;	
	}
	
	.textProj{
		height:inherit;
		overflow:hidden;
		margin-bottom:40px;	
	}
	
	.agenda_mobile{
		display:block;
		text-align:center;
	}
	.agenda_desk{
		display:none;
	}

	
	.div_seliga_mobile{
		width:347px !important;	
		position: relative;
		left: 30px;

	}
	.div_destaque_spacer_Seliga{
		width:40px !important;	
	}
	
	
	
	.div_fraseinterna img{
		width:100%;	
	}
	
	
	.pre_titel_img{
		display:none;	
	}
	article{
		text-align:center;	
	}
	.div_destaque_vid{
		width:80%;	
		position:relative;
		top:-140px;
	}
	
	.div_destaque_spacer{
		float:left;
		width:100%;
		height:30px;
	}
	.div_destaque{
		width:100%;	
		text-align:center;
	}
	.div_destaque_img{
		width:35%;
		height: 100%;
	}
	
	.img_roda_mobile{
		display:block;
		position:relative;
		top:10px;
	}

	.div_siganos{
		display:none;	
	}
	.textInterno h3{
		margin-bottom:0px;
	}
	.textInterno h1 img{
		display:none;
	}
	.textInterno h1{
		text-align:center;	
	}
	.div_atuacao{
		width:250px;
		height:330px;	
	}
	.bgnoticias {
		margin-top:700px;
	}
	.min_altura{
		overflow:hidden;
	}

	.centro{
		width:45% !important;	
	}
	.txt_busca{
		margin-left:-222px;	
	}
	
	.img_roda{
		display:none;	
	}
	
	.div_rodape_2{
		display:none;	
	}
	.div_rodape_1{
		width:100%;
		left:0px;
		text-align:center;
	}
	.divRodapeContainer h2 {
		text-align:center;
	}
	.divRodapeContainer p{
		text-align:center;
	}
	

	
	.div_Noticia {
		width: 100%;
		margin-left: 50px;
	}
	.bgnoticias h3 {
		margin-bottom: -30px;
	}
	.lado_logo{
		width:100%;	
	}
	.div_siganos{
		text-align:center	
	}
	.txt_busca{
		margin-left:0px;	
	}
	.buscarapida{
		text-align-last: center;
	}
	.txt_busca{
		margin-bottom: 0px;
	}

	.card {
		text-align: center;
		padding: 5px 2px;
	}

	.column {
		width: 78%;
	}

}


@media screen and (max-width:600px) {
	.float_left_escolas{
		width:100%;
		text-align: -webkit-center;
	}
	.div_foto{
		width: 100%;
		text-align: -webkit-center;
	}
	.div_foto img{
		width:30%;	
	}
	
	.div_fraseinterna {
		width:90%;	
	}
	.barra_verde, .barra_azul, .barra_amarelo, .barra_rosa{
		display:none;	
	}
	.div1, .div2, .div3, .div4{
		width:100%;
		position: relative;
		left: 0px;
	}
	.espaco_divstopo{
		width:100%;
		float:left;
		height:40px;
	}
	
	.div_seliga_mobile{
		width:100% !important;	
		left:00px;
	}
	.div_destaque_spacer_Seliga_mobile{
		width:100% !important;
		height:50px;	
		float:left;
	}
	
	.div_seliga_img{
		margin-top:-30px
	}
	.centro{
		margin-bottom:110px;	
	}
	.divsheaderimg h2{
		padding-left:0px;
		text-align:center;
	}
	.divsheaderimg{
		height:80px;
	}
	
	.divRodapeContainer{
		height: 580px;
	}
	.logo{
		width:100%;
		text-align:center;
	}
	
	.div_siganos span{
		display:none;
	}
	.buscarapida{
		display:none;
	}
	.lado_logo{
		height:0px;	
	}
	.foto_destaque_index{
		height:inherit;	
	}
}

@media screen and (max-width:500px) {

	.div_foto{
		display:none;	
	}
	.div_destaque_vid{
		width:80%;	
		position:relative;
		top:-45px;
	}

	.textEduca h1 {
		font-size: 38px;
	}

	.side {
		text-align: center;
	}

	.textProj h1 {
		font-size: 38px;
	}

	.textSeliga h1 {
		font-size: 38px;
	}

	.textSeliga h2 {
		font-size: 30px;
	}

	.img_noticia_interna img{
		width: 30%;
	}
	
}

@media screen and (max-width:425px) {
	.textEduca h1 {
		font-size: 28px;
	}

	.row {
		margin: 0;
	}

	.column {
		width: 100%;
	}

	.card img {
		width: 96%;
	}
}


