@font-face {
	font-family: 'heyaugust';
	src: url('../fonts/heyaugust.eot');
	src: url('../fonts/heyaugust?#iefix') format('embedded-opentype'),
	url('../fonts/heyaugust.svg#Locaweb-Icons') format('svg'),
	url('../fonts/heyaugust.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
header{
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: -1px;
	z-index: 150;
	position: relative;
}
.redes{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	background-image: url(../images/redes.png);
	display: flex;
	align-items: center;
	width: 280px;
	background-repeat: no-repeat;
	justify-content: center;
}
.redes a{
	padding: 0 15px;
}
a.dropdown-item {
	color: #fff;
	padding: .5rem 1.5rem!important;
	border-bottom: 1px solid #ffffff69;
}
a.dropdown-item:last-child{
	border: none;
}
.dropdown-menu.show {
	background: rgba(35, 42, 77, 0.9);
	/* color: #fff; */
	border: none;
}
.menu{
	/*justify-content: space-evenly;*/
	align-items: center;
	line-height: 1;
	height: 100%;
	text-align: center;
	margin-top: 5px;
}
.menu a{
	padding: 0px 30px;
}
.logo{
	margin-top: -50px;
	margin-bottom: -35px;
	z-index: 99;
	position: relative;
}
.toggle{
	position: absolute;
	left: 10px;
	top: 7px;
}
.divisoria{
	background: #ffffff40;
	width: 1px;
	height: 35px;
}
body{
	font-family: 'Montserrat', sans-serif;
	background-image: url(../images/back.png);
	background-attachment: fixed;
}
h1{
	color: #324291;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 36px;
}
.container{
	max-width: 1200px;
}
a, a:hover{
	text-decoration: none;
	color: inherit;
}
#banner{
	background-image: url(../images/mainbanner.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 570px;
	border-bottom: 15px solid #b20000;
	position: relative;
}
.banner{
	background-position: left;
	background-size: cover;
	height: 250px;
	display: flex;
	align-items: center;
	font-size: 55px;
	background-repeat: no-repeat;

}
.banner h1{
	color: #fff!important;
	text-transform: capitalize!important;
	font-weight: bold;
	font-size: 55px;
	line-height: 1;
}
.banner h1 > span{
	font-size: 36px;
	display: block;
}
.bannersobre{
	background-image: url(../images/bannersobre.png);
}
.bannercontato{
	background-image: url(../images/bannercontato.png);
}
.bannerinfantil{
	background-image: url(../images/bannerinfantil.png);
}
.bannerfundamental{
	background-image: url(../images/bannerfundamental.png);
}
.bannerblog{
	background-image: url(../images/bannerblog.png);
}
#prematricula{
	background-image: url(../images/backpre.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}
#vantagens{
	background-image: url(../images/backvantagens.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	color: #fff;
	overflow: hidden;
}
#prematricula .tit{
	color: #324291;
	font-size: 35px;
	line-height: .75;
}
#prematricula .tit span{
	font-size: 55px;
	font-weight: 900;
	display: block;
}
.matriculas{
	position: absolute;
	font-family: 'heyaugust';
	color: #cd1f1e;
	font-size: 100px;
	line-height: .75;
	text-align: right;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.matriculas span{
	font-size: 82px;
	display: block;
	margin-right: 20px;
}
.matriculas .btn{
	background-color: #374797;
	border-radius: 7px;
	font-family: Montserrat;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 20px;
	margin-top: -20px;
}
.div-bt-portais{
	position: absolute;
	top: 30px;
	left: 0;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.div-bt-portais a{
	text-transform: uppercase;
	font-size: 1.4em;
	background-color:#db3632;
	color:#fff;
	padding: 10px 22px;
	border-radius: 15px;
}
.div-bt-portais a:hover,
.div-bt-portais a:focus{
	background-color:#374797;
}
@media(max-width: 800px){
	.div-bt-portais a{		
		font-size: 1em;
		padding: 10px 18px;
	}
}
.div-bt-portais a span{
	font-weight: bold;
}
#boxes{
	margin-top: -130px;
}
.box{
	color: #fff;
	position: relative;
	background-color:  #db3632;
	text-align: center;
	line-height: 1;
	border-radius: 20px;
	padding-bottom: 20px;
}
.box img{
	/*margin-bottom: 10px;*/
	width: 100%;
}
.box p{
	font-size: 30px;
	font-weight: 500;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}
.box p span{
	font-weight: 800;
	display: block;
}
.btnsaibamais {
	text-transform: uppercase;
	border: 1px solid #fff;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 10px;
	font-size: 12px;
	transition:  all .5s linear;
	font-weight: 600;
}
.box:hover > .btnsaibamais{
	background-color: #374797;
	border-color: #374797;
}
.boxbloghome{

}
.blogimg{
	border-radius: 20px;
	overflow: hidden;
	border-bottom-right-radius: 0px;
	max-height: 250px;
}
.blogimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blogtitulo{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 900;
	padding-top: 10px;
	padding-bottom: 20px;
}
.boxbloghome p{
	font-size: 18px;
}
.btny{
	background-color: #f1ee41;
	color: #324291;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 20px;
	padding: 15px;
	border: 0px;
	font-weight: 900;
}
.form-control{
	color: #fff;
	background-color: #324291;
	border-radius: 15px;
	border: none;
	height: 40px;
}
.margin_b{
	margin-bottom: 5px;
}
::-webkit-input-placeholder {color: #ccc!important;text-transform: uppercase;font-size: 14px!important;}
:-moz-placeholder { /* Firefox 18- */color: #ccc!important;text-transform: uppercase;font-size: 14px!important;}
::-moz-placeholder {  /* Firefox 19+ */color: #ccc!important;text-transform: uppercase;font-size: 14px!important;}
:-ms-input-placeholder {  color: #ccc!important;text-transform: uppercase;font-size: 14px!important;}

.texto{
	font-size: 18px;
	font-weight: 500;
}
.boxesavant{
	padding-top: 100px;

}
.boxvant{
	background-color: #192771;
	color: #fff;
	position: relative;
	text-align: center;
	height: 100%;
	padding: 20px;
	padding-top: 80px;
	min-height: 450px;
}
.boxvant .number{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -70px;
}
.boxvant h2{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}
.boxavant p{
	font-size: 16px;
}
.girl{
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	/*background-image: url(../images/backgirl.png);*/
	/*background-position: center;*/
	/*background-repeat: no-repeat;*/
}
#mapa{
	background-color: #CDCDCD;
	margin-bottom: -250px;
	padding-bottom: 190px;
}
#galeria{
	background-color: #2c3b87;
}

#slide-fotos .item{
	overflow: hidden;
	border-radius: 20px;
	height: 230px;
}
#slide-fotos{
	padding-left: 50px;
	padding-right: 50px;
}
#slide-fotos .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#slide-fotos .owl-nav{
	position: absolute;
	top: 35%;
	left: 0px;
	transform: translateY(-50%);
	width: 100%;
}
#slide-fotos .owl-prev{
	position: absolute;left: 0px;
}
#slide-fotos .owl-next{
	position: absolute;right: 0px;
}
.extras img{
	padding: 20px 40px;
	max-width: 500px;
	width: 100%;
}
.blog_new{

}
.blog_img{
	position: relative;
	height: 275px;
}
.blog_img > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog_img > .data{
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 1;
}
.blog_txt{
	margin-top: 10px;
	font-size: 18px;
	color: #2c3b87;
	line-height: 1;
	margin-bottom: 40px;
}
.data {
	background-color: #2c3b87;
	padding: 10px;
	margin-right: 10px;
	display: inline-block;
}
.data .menor{
	color: #fff;
}
.data1{
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	/*margin-bottom: -10px;*/

}
.titulo_lado{
	text-transform: uppercase;
	font-weight: 500;
	color: #2c3b87;
	font-size: 36px;
	padding-bottom: 10px;
}
.search{
	float: left;
	width: calc(100% - 60px);
	display: inline-block;
	background-color: rgba(0, 135, 202, .1);
	height: 50px;
}
.list_posts{
	margin-top: 10px;
}
.list_posts > .titulo_post{
	border-bottom: 2px dotted #0087ca;
	padding-bottom: 20px;
	margin-bottom: 20px;	 
}
.pesquisa{
	display: inline-flex;
	background: #2c3b87;
	/*border-radius: 50%;*/
	height: 50px;
	width: 50px;
	align-items: center;
	margin-left: 5px;
	/*margin: 8px;*/
	justify-content: center;
}
.titulo_post {
	font-size: 18px;
	display: flex;
	align-items: center;
	line-height: 1.1;
	font-weight: 500;
	color: #2c3b87;
	text-transform: uppercase;
}

.acesso{
	width: 100%;
}

.acesso ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline-flex;
}
.acesso ul li{
	color: #2c3b87;
	font-size: 20px;
	padding: 10px 13px;
	float: left;
	margin: 1px;
	cursor: pointer;
	background-color: rgba(159, 160, 161, .4);

}
.acesso .seta{
	background-color: #9fa0a1;
}
.acesso .ativo{
	background-color: #2c3b87!important; 
	color: #fff !important;
}

.wa img { max-width: 30px; margin-top: 4px; vertical-align: middle;}
.wa {color: #fff; display: block;}
.wa:hover {background: #41a79d;}

.wa {position: fixed; left: 40px; width: 50px; height: 50px; bottom: 30px; padding: 5px; vertical-align: middle; text-align: center;
	border-radius: 50%; background: #0ba360; z-index: 1000; z-index: 2000;}
	.wa::after,
	.wa::before{content: ''; position: absolute; opacity: 0; border: 4px solid #0ba360; left: -10px; top: -10px; right: -10px; bottom: -10px; -webkit-border-radius: 50%; animation: WaveWhatsApp 1.5s ease infinite;}
	.wa::after{animation-delay: .5s;}
	@keyframes WaveWhatsApp {0%{ transform: scale(0.5); } 50%{ opacity: 1; } 100%{ transform: scale(1.2); opacity: 0; }}

	.sticky{
		position: fixed;
		width: 100%;
	}


	.contatos-footer{
		position: relative;
		background-image: url(../images/footer.png);
		background-position: center;
		margin-top: 150px;
		background-size: 100% 100%;
		padding-bottom: 100px;
		background-repeat: no-repeat;
	}
	.logo-footer{
		position: absolute;
		padding: 0px 10px;
		transform: translateX(-50%);
		top: -74px;
		left: 50%;
	}
	.social-box a{
		padding: 0px 10px;
	}
	.info-footer{
		color: #fff;
		font-size: 14px;
		line-height: 1;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		padding-top: 120px;
		align-items: center;
	}
	.info-box > img{
		padding-right: 10px;
		float: left;
	}
	.info-box{
		display: inline-flex;
		align-items: center;
		margin: 0px 20px;
	}
	.copy{
		background-color: #324291;
		color: #fff;
		padding: 10px;
		position: absolute;
		bottom: 0px;
		width: 100%;
	}
	.sr{
		float: right;
		margin-left: 10px;
	}
	.close-menu2{
		position: absolute;
		right: 20px;
		top: 20px;
	}
	.logomenu{
		position: absolute;
		bottom: -41px;
		right: -40px;
		width: 200px;
	}
	.responsivo{
		overflow: hidden;
		height: auto;
		padding: 20px;
		padding-top: 150px;
		background-color: rgba(219, 54, 50, .9)!important;
		color: #fff;
		font-size: 20px;
	}
	.responsivo .dropdown-menu{
		width: 100%;
	}
	.responsivo .dropdown-item{
		font-size: 14px;
	}
	.responsivo a{
		display: block;
		border-bottom: 1px solid #f1ee41;
		text-align: center;
		padding: 5px;
	}
	.responsivo a:last-child{
		border: none;
	}
	.responsivo ul li{
		list-style-type: none;
		transition: all .5s linear;
		text-transform: uppercase;
		color: #fff;
		font-size: 18px;
		padding: 5px;
		cursor: pointer;
		border-bottom: 1px solid #69b6c1;
	}