
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700);


a:active,
a:focus{
	outline: none;
}


body{
	font-family: 'Open Sans', sans-serif;
	border-top: 5px solid #fff400;
	background: url(../img/bkg-geral.png);
}

header{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 2px;
	border-bottom: 1px solid #ececec;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
}

header .menu{
	margin-top: 27px;
}

header .logo{
	margin-top: 15px;
}

header .menu li a{
	display: inline-block;
	text-indent: -99999px;
	height: 51px;
	margin-right: 12px;
}

header .menu li:nth-child(1) a{
	width: 45px;
	background: url(../img/menu/home.png) no-repeat;
}

header .menu li:nth-child(1) a:hover,
header .menu li:nth-child(1) a.ativo{
	background: url(../img/menu/home-hover.png) no-repeat;
}

header .menu li:nth-child(2) a{
	width: 93px;
	background: url(../img/menu/cultural.png) no-repeat;
}

header .menu li:nth-child(2) a:hover,
header .menu li:nth-child(2) a.ativo{
	background: url(../img/menu/cultural-hover.png) no-repeat;
}

header .menu li:nth-child(3) a{
	width: 55px;
	background: url(../img/menu/equipe.png) no-repeat;
}

header .menu li:nth-child(3) a:hover,
header .menu li:nth-child(3) a.ativo{
	background: url(../img/menu/equipe-hover.png) no-repeat;
}

header .menu li:nth-child(4) a{
	width: 137px;
	background: url(../img/menu/online.png) no-repeat;
}

header .menu li:nth-child(4) a:hover,
header .menu li:nth-child(4) a.ativo{
	background: url(../img/menu/online-hover.png) no-repeat;
}

header .menu li:nth-child(5) a{
	width: 69px;
	background: url(../img/menu/contato.png) no-repeat;
}

header .menu li:nth-child(5) a:hover,
header .menu li:nth-child(5) a.ativo{
	background: url(../img/menu/contato-hover.png) no-repeat;
}

header .students-access a{
	margin-top: 20px;
	display: inline-block;
}

header .redes{
	color: #ff1721;
	font-size: 16px;
	font-weight: 700;
}

header .student{
	display: inline-block;
	margin-bottom: 15px;
}


.infos-topo{
	color: #8a8a8a;
	font-size: 18px;
	padding-bottom: 90px;
	background: url(../img/bkg-criancas.png) repeat-x center 95%;
}

.banner{
	margin-bottom: 45px;
}

.banner-internas{
	margin-bottom: 100px;
	background: url(../img/bkg-internas-topo.jpg) no-repeat top center;
}

.banner-internas h1{
	color: #fff400;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 800;
	margin: 55px 0;
}

.box-home article{
	padding: 20px;
	border-bottom: 3px solid #dbdbdb;
	color: #8a8a8a;
	font-size: 13px;
	min-height: 360px;
	background: #fff;
}

.box-home article h1{
	font-weight: 800;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	background: url(../img/seta-h1.png) no-repeat right;
}

.box-home article h1 a{
	color: #ff1721;
}

.box-home article h1 a:hover{
	text-decoration: none;
}


section.criancas{
	width: 100%;
	top: -50px;
	margin-bottom: -50px;
	position: relative;
	background: url(../img/bkg-criancas.png) repeat-x center 95%;
}

section.criancas .img-responsive{
	margin-left: auto;
	margin-right: auto;
}

section.fale{
	min-height: 232px;
	margin-bottom: 60px;
	background: url(../img/bkg-fale.jpg) no-repeat top center;
}

section.fale h1{
	color: #fff400;
	font-size: 35px;
	font-weight: 800;
	margin: 35px 0 0;
	display: inline-block;
	padding-right: 40px;
	background: url(../img/seta-amarela.png) no-repeat right;
}

section.fale .tit{
	color: #fff400;
	font-size: 15px;
}

section.fale article{
	border-left: 3px solid #56501e;
	color: #eaf7ab;
	font-size: 15px;
	padding: 5px 0 5px 20px;
	line-height: 16px;
	margin-top: 30px;
}

section.fale article h2{
	color: #eaf7ab;
	font-size: 15px;
	margin: 0;
	font-weight: 700;
}

section.fale article p{
	margin: 0;
}


section.noticias{
	margin-bottom: 80px;
}

section.noticias h1{
	margin-top: 0;
	color: #ff1721;
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 60px;
	text-transform: uppercase;
}

section.noticias h1 a{
	color: #ff1721;
}

section.noticias h1 a:hover{
	color: #ff1721;
	text-decoration: none;
}


footer{
	padding: 40px 0 25px;
	background: url(../img/bkg-rodape.png);
}

footer h2{
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	padding-left: 15px;
	margin-bottom: 30px;
	background: url(../img/seta-branca.png) no-repeat left;
}

footer .menu-rodape a{
	color: #575856;
	font-size: 15px;
	text-transform: uppercase;
}

footer input[type=email]{
	width: 280px;
	border: 0;
	border-radius: 3px 0 0 3px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 15px;
	background: #222222;
}

footer input[type=submit]{
	border: 0;
	border-radius: 0 3px 3px 0;
	color: #ffca00;
	font-weight: 800;
	margin-left: -4px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 15px;
	background: #222222;
}

footer hr{
	border-color: #262723;
}

footer .copy{
	color: #575856;
}

footer .copy span{
	color: #ff1721;
}


.internas{
	font-size: 18px;
	color: #8a8a8a;
	padding-top: 40px;
	background: #fff;
}

.internas h2{
	color: #ff1721;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 40px;
}

.internas .ver-mais{
	color: #c8c200;
	font-size: 16px;
	text-transform: uppercase;
	padding-right: 15px;
	background: url(../img/seta-verde.png) no-repeat right;
}

section.classroom{
	padding: 15px 0;
	color: #fff;
	background: url(../img/bkg-class.jpg) no-repeat top center;
}


section.classroom h2{
  color: #ff1721;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
}

section.classroom p{
  margin-bottom: 20px;
}

section.classroom h3{
	font-size: 25px;
	font-weight: 700;
}

section.classroom .img-responsive{
	margin-left: auto;
	margin-right: auto;
}

.lista-equipe article{
	text-align: center;
	margin-bottom: 50px;
}

.lista-equipe article h2{
	font-size: 18px;
	color: #ff1721;
	font-size: 700;
	margin: 15px 0 0;
}

.lista-equipe article img{
	border: 3px solid #e9e9e9;
	border-radius: 3px;
}

.lista-equipe article p{
	font-size: 15px;
	color: #191919;
}

.lista-cursos .row{
	margin-bottom: 35px;
}

.lista-cursos img{
	border: 3px solid #e9e9e9;
	border-radius: 3px;
}

.lista-cursos h2{
	font-size: 18px;
	color: #ff1721;
	font-size: 700;
	margin: 20px 0;
}

section.mapa{
	min-height: 485px;
	margin-bottom: 10px;
	background: url(../img/bkg-mapa.jpg) no-repeat top center;
}

section.mapa .box-form{
	position: relative;
	top: -180px;
	margin-bottom: -180px;
	border-radius: 10px;
	background: rgba(255,255,255,0.9);
}

section.mapa .box-form article{
	padding: 15px;
}

section.mapa .box-form h2{
	color: #ff1721;
	font-size: 30px;
	font-weight: 800;
}

section.mapa .box-form input[type=text],
section.mapa .box-form input[type=email],
section.mapa .box-form textarea{
	color: #383838;
	font-size: 15px;
	padding: 10px 15px;
	height: auto;
	margin-bottom: 10px;
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
	background: rgba(255,23,33,0.15);
}

section.mapa .box-form input[type=submit]{
	color: #eaf7ab;
	font-size: 15px;
	font-weight: 700;
	border: 0;
	padding: 10px 20px;
	border-radius: 5px;
	background: #ff1721;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
	font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
	font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
	font-style: italic;
}

.internas .single{
	padding-bottom: 50px;
}

.internas .single .meta{
	font-size: 12px;
	font-style: italic;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.internas .single h1{
	color: #ff1721;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 800;
}

.lista-news{
	padding-bottom: 30px;
}


.lista-news article{
	width: 260px;
	padding: 15px;
	background: #f1f1f1;
}

.lista-news article h2{
	font-size: 15px;
	color: #555;
	width: 135px;
	float: left;
	font-weight: 700;
}

.lista-news article .categ{
	font-size: 10px;
	margin-top: 15px;
	color: #ff232b;
	float: right;
	display: inline-block;
	padding: 3px 7px;
	border-radius: 2px;
	font-weight: 700;
	background: #dcd400;
}

.lista-news article .ver{
	font-size: 13px;
	color: #cbcbcb;
	font-weight: 700;
}




/********************/

.online{
	min-height: 700px;
	padding-top: 30px;
	color: #111;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	background: url(../img/bkg-online.jpg) no-repeat top center;
}

.online .form-control{
	color: #383838;
	font-size: 18px;
	padding: 10px 15px;
	height: auto;
	margin-bottom: 10px;
	box-shadow: none;
	border: 0;
	background: rgba(255,255,255,0.7);
}

.online input[type=submit]{
	color: #eaf7ab;
	font-size: 15px;
	font-weight: 700;
	border: 0;
	padding: 10px 20px;
	border-radius: 5px;
	background: #ff1721;
}

.online h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 800;
	text-align: center;
	margin: 20px 0 30px;
}



/********************************************************************/
/********************************************************************/
/********************************************************************/


@media (max-width: 768px) {
	section.fale{
		min-height: 232px;
		margin-bottom: 60px;
		padding-bottom: 30px;
		background: url(../img/bkg-rodape.png);
	}

	.owl-carousel .owl-item {
	  margin-bottom: 40px;
	}

	footer .copy {
	  text-align: center;
	  margin-bottom: 15px;
	}

	footer .text-right{
		text-align: center;
	}

	section.classroom {
	  background: #c8c200;
	  color: #fff;
	  padding: 30px 0;
	}

	section.classroom .img-responsive{
	  margin: 0 auto;
	}

	section.internas .text-right{
	  text-align: left;
	}

	.banner-internas h1 {
	  font-size: 28px;
	}

	.banner-internas {
	  margin-bottom: 50px;
	}

	.lista-news article {
	  margin-bottom: 30px;
	}

	.internas .single h1 {
	  font-size: 28px;
	}

	section.mapa .box-form {
	  margin-bottom: 0px;
	  top: 0px;
	}

	.online {
		min-height: 1330px;
		padding-top: 70px;
		background: url(../img/bkg-online-m.jpg) no-repeat top center;
	}
}