/*
------------------- RESET DA MODELO -------------------
*/

.titulos{
	display: none;
}

/*
--------------- BANNERS -------------------
*/
#banners {
	float: none;
	margin: 0 auto;
	max-width: 2000px;
	position: relative;
	z-index: 1;
}
/*
--------------- RESULTADOS -------------------
*/
.resultados-container {
	background: url(../img/home-resultados-bg.jpg) no-repeat center top;
	background-size: cover;
	text-align: center;
}
.resultados-container a {
	display: block;
	height: 100%;
	padding: 25px 0;
	width: 100%;
}
.resultados-container a img{
	display: inline-block;
}
.resultados-container a img:hover,.resultados-container a img:focus {
	opacity: .7;
}
/*
--------------- NOTICIAS -------------------
*/
.noticias-container {
	padding: 70px 0;
}
.noticia {
	position: relative;
	font-family: 'regular';
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	text-align: justify;
	min-height: 520px;
}
.noticias-container > div:nth-child(2) { /* divisao vertical */
	background: url(../img/home-noticia-divisoria-vertical.png) no-repeat 2px top,
				url(../img/home-noticia-divisoria-vertical.png) no-repeat 95% top;
}
.noticia a {
	color: #525252;
	padding: 0 30px;
}
.noticia a:hover,.noticia a:focus,.noticia a:hover {
	text-decoration: none;
}
.noticia a:hover > .noticia-link { /* hover botoes */
	background: #f5811f;
}
.noticias-container > div:nth-child(2) a {
	display: block;
}
.noticia-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: block;
	height: 1000px;
	margin: 42px auto;
	max-height: 160px;
	max-width: 160px;
	position: relative;
	vertical-align: middle;
	width: 100%;
}
.noticias-container > div:nth-child(2) .noticia-img { /* img segunda noticia */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: block;
	height: 1000px;
	margin: 0 auto 42px auto;
	max-height: 224px;
	max-width: 224px;
	position: relative;
	width: 100%;
}
.noticia-img:before { /* img segunda noticia linha pontilhada */
	border: dotted 1.5px #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.noticia-img:after { /* img segunda noticia linha solida[interna] */
	border: solid 16px #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	content: '';
	height: 98.5%;
	left: 1.5px;
	position: absolute;
	top: 1.5px;
	width: 98.5%;
}
.noticia-titulo {
	line-height: normal;
	margin: 20px 0;
	text-align: center;
}
.noticia-titulo p:nth-child(1){
	color:  #2b55a2;
	font-family: 'bebasneue';
	font-size: 30px;	
}
.noticia-titulo > p > strong,
.noticia-titulo > p > b{
	display: block;
	font-size: 45px;
	font-weight: normal;
}
.noticia-link {
	position: absolute;
	bottom: 0;
	left: -126px;
	width: 252px;
	margin-left: 50%;
	background: #2b55a2;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	color: #fff;
	font-family: 'bebasneue';
	font-size: 21px;
	/*margin: 25px auto 0 auto;*/	
	padding: 20px 8px;
	text-align: center;
	text-transform: uppercase;
}
.noticias-container > div:nth-child(2) .noticia-link{
	
}
/*
------------ REDES SOCIAIS -----------------
*/
.redes-sociais {
	background-image: -moz-linear-gradient( 0deg, rgb(15,105,206) 0%, rgb(104,153,125) 20%, rgb(207,204,32) 39%, rgb(255,216,0) 53%, rgb(219,151,72) 73%, rgb(96,0,255) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(15,105,206) 0%, rgb(104,153,125) 20%, rgb(207,204,32) 39%, rgb(255,216,0) 53%, rgb(219,151,72) 73%, rgb(96,0,255) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(15,105,206) 0%, rgb(104,153,125) 20%, rgb(207,204,32) 39%, rgb(255,216,0) 53%, rgb(219,151,72) 73%, rgb(96,0,255) 100%);
	-webkit-border-radius: 0 45px 0 45px;
	-moz-border-radius: 0 45px 0 45px;
	-ms-border-radius: 0 45px 0 45px;
	-o-border-radius: 0 45px 0 45px;
	border-radius: 0 45px 0 45px;
	font-family: 'bebasneue';
	font-size: 18px;
	max-width: 1170px;
	overflow: hidden;
	padding: 25px 0;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}
.redes-sociais:before {
	background: url(../img/layout/bg_padrao.png) center top;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.redes-sociais a {
	color:  #fff;
	padding: 25px 0;
}
.redes-sociais div {
	text-align: center;
	position: relative;
	z-index: 3;
}
.redes-sociais i {
	font-size: 30px;
	margin-right: 12px;
	vertical-align: bottom;
}
/*
--------------- BLOG -------------------
*/
@media screen and (min-width:1170px){
	
	.blog-container, 
	.video-container {
		padding: 0;
	}
}

.video-container .blog-item{
	width: 31.5%
}

.video-container .blog-item.fisrt {
	margin-right:29px;
}

.blog-titulo {
	font-family: 'bebasneue';
	font-size: 60px;
	padding: 60px 0;
	text-transform: uppercase;
}
.blog-item {
	margin-bottom: 20px;
	padding: 0;
}
.blog-item a {
	background-size: cover !important;
	background-position: center !important;
	color: #fff;
	display: block;
	font-family: 'bebasneue';
	font-size: 34px;
	height: 1000px;
	line-height: 38px;
	max-height: 200px;
	padding: 25px;
	position: relative;
	text-transform: uppercase;
	width: 100%;
}
.blog-item a div {
	bottom: 25px;
	display: block;
	left: 25px;
	position: absolute;
	width: calc(100% - 25px);
	z-index: 1;
}
.blog-item a div:after {
	background:  #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	bottom: 0;
	color: #f5811f;
	content: '\f144';
	font-family: 'FontAwesome';
	font-size: 27px;
	height: 23px;
	line-height: 24px;
	position: absolute;
	right: 25px;
	text-align: center;
	width: 23px;
	z-index: -2;
}
.blog-item a:before {
	background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.8) 0%, rgba(56,56,56,0.6) 19%, rgba(112,112,112,0.50196) 40%);
	background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.8) 0%, rgba(56,56,56,0.6) 19%, rgba(112,112,112,0.50196) 40%);
	background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.8) 0%, rgba(56,56,56,0.6) 19%, rgba(112,112,112,0.50196) 40%);
	bottom: 0;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.blog-item a:hover:before,.blog-item a:focus:before {
	background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.8) 0%, rgba(56,56,56,0.6) 79%, rgba(112,112,112,0.50196) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.8) 0%, rgba(56,56,56,0.6) 79%, rgba(112,112,112,0.50196) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.8) 0%, rgba(56,56,56,0.6) 79%, rgba(112,112,112,0.50196) 100%);	
}

.videos-link{
	width:45px;
	height: 45px;
    line-height: 46px;
    padding: 0;
	margin-top:50px;
}

.videos-link a{
	background: #f5811f;
	color: #fff;
	display: block;
	font-family: 'bebasneue';
	font-size: 14px;
	position: relative;
	text-align: center;
	width: 100%;			
}

.blog-link {
	margin-bottom: 20px;
	margin-left: 15px;
	padding: 0;
	width: 31%;
}
.blog-link a {
	background: #f5811f;
	color: #fff;
	display: block;
	font-family: 'bebasneue';
	font-size: 14px;
	height: 1000px;
	line-height: 165px;
	max-height: 200px;
	padding: 25px;
	position: relative;
	text-align: center;
	width: 100%;
}
.blog-link a:hover,.blog-link a:focus,
.videos-link a:hover,.videos-link a:focus {
	background: #2b6ccb;
	text-decoration: none;
}


.blog-container > div:nth-child(4) {
	width: 31%;
}
/*
--------------- PROFESSORES -------------------
*/
.professores-container {
	background: url(../img/layout/bg_padrao.png) center top #a95817;
	background: #fff;
	overflow: hidden;
	padding: 45px 0;
}
.professores {
	background: #ededed;
	margin: 0 auto;
	max-width: 1170px;
	max-width: 1110px;
	position: relative;
}
.professores-1 {
	left: 70px;
	margin-bottom: 80px;
	position: relative;
	top: 45px;
}
.professores-2 {
	bottom: -80px;
	bottom: 0;
	position: absolute;
	right: 65px;
	right: 35px;
}
.professores-link {
	background: #fff;
	background: #f5811f;
	color: #004c98;
	color: #fff;
	display: block;
	font-family: bebasneue;
	font-family: 'regular';
	font-size: 34px;
	font-size: 24px;
	font-weight: bold;
	max-width: 305px;
	max-width: 225px;
	padding: 25px;
	padding: 13px;
	position: absolute;
	right: 0px;
	right: 45px;
	top: 230px;
	width: 100%;
}
.professores-link:before {
	content: '\f0da';
	font-size: 24px;
	line-height: 46px;
	line-height: 36px;
}
.professores-link:hover,.professores-link:focus {
	background: #f5811f;
	color: #fff;
	text-decoration: none;
}
/*
------------- FORM CADASTRO DESCONTO --------------
*/
.cadastro-desconto {
	background: #fff;
	position: relative;
}
.formLeadsWrap {
	background: #08428f;
	margin: 0 auto;
	margin-bottom: 48px;
	max-width: 1110px;
	overflow: hidden;
	padding: 45px 15px;
}
.cadastro-desconto form {
	margin: 0 auto;
	max-width: 872px;
	width: 100%;
}
.cadastro-desconto .help-block{
	color: #ffffff;	
}
.cadDesconto-legenda {
	color: #fff;
	font-family: 'regular';
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 15px;
	text-align: center;
}
.cadastro-desconto form input,.cadDescontoBt {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.cadastro-desconto form input {
	font-family: 'regular';
	font-size: 16px;
	padding: 24px 33px;
}
.cadastro-desconto form .form-group {
	margin-bottom: 6px;
}
.cadastro-desconto form .form-group div {
	padding: 0 3px;
	margin-bottom: 6px;
}
.cadastro-desconto form .form-group div:first-child {
	padding-left: 0;
}
.cadastro-desconto form .form-group div:last-child {
	padding-right: 0;
}
.cadDescontoBt {
	background: #99b839;
	border: none;
	color: #fff;
	font-family: bebasneue;
	font-size: 34px;
	padding: 25px;
	width: 100%;
}
.cadDescontoBt:before {
	content: '\f0da';
	font-size: 24px;
	line-height: 46px;
	right: 12em;
}
.cadDescontoBt:hover,.cadDescontoBt:focus,.cadDescontoBt:active:focus {
	background: #A7CD32;
	color: #fff;
	text-decoration: none;
}
/*
--------------- RESPONSIVIDADES -------------------
*/
@media screen and (max-width:1100px) {
	.professores-1 {
		left: 15px;
	}
	.professores-2 {
		right: 15px;
	}
}
@media screen and (max-width:920px) {
	.noticias-container > div:nth-child(2) .noticia-img { /* img segunda noticia */
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		display: block;
		height: 1000px;
		margin: 42px auto;
		max-height: 160px;
		max-width: 160px;
		position: relative;
		vertical-align: middle;
		width: 100%;
	}
	.professores-link {
		bottom: -70px;
		font-size: 30px;
		padding: 20px;
		position: absolute;
		right: -5px;
		top: auto;
	}
}
@media screen and (max-width:850px) {
	.noticias-container {
		padding: 0;
	}
	.noticia {
		border: dotted 1px #E3E3E3;
		display: block;
		float: none;
		margin: 15px auto;
		max-width: 350px;
		padding: 15px;
		vertical-align: top;
		width: 100%;
	}
	.noticias-container > div:nth-child(2) { /* divisao segunda noticia */
		background: none;
	}
	.noticia-img {
		margin: 0 auto 10px auto;
	}
	.cadDescontoBt:before {
		right: 11em;
	}
}
@media screen and (max-width:850px) {
	.cadDescontoBt:before {
		right: 10em;
	}

}
@media screen and (max-width:767px) {
	#banners {
		/*
		display: none!important;
		visibility: hidden!important;
		*/
	}
	.banners {
		/*margin-top: 36px;*/
		margin-top: 123px;
	}
	.resultados-container {
		margin-top: 36px;
	}
	.noticias-container > div:nth-child(2) a {
		display: inline;
	}
	
		.video-container .blog-item{
	width: 100%;
	
	}
	.video-container .blog-item.first{
		margin-right:0;
		
	}
	
	
	
	.blog-link,.blog-container > div:nth-child(4) {
		width: 48.5%;
	}
	.professores-1 {
		width: 55%;
	}
	.professores-2 {
		bottom: -80px;
		width: 55%;
	}
	.professores-link {
		font-size: 25px;
		padding: 8px 20px;
	}
	.professores-link:before {
		font-size: 18px;
		line-height: 36px;
	}
	.cadastro-desconto form .form-group div {
		padding: 0;
	}
	.cadDescontoBt:before {
		right: 1em;
	}
	.subir {
		z-index: 20;
	}
}
@media screen and (max-width:550px) {
	.blog-titulo {
		font-size: 40px;
		padding: 40px 0;
	}
	
	.video-container .blog-item{
	width: 100%;
	
	}
	.video-container .blog-item.first{
		margin-right:0;
		
	}
	
	.blog-container > div:nth-child(4) {
		width: 100%;
	}
	.blog-item a {
		background-size: cover !important;
	}
	
	.videos-link{
		margin-top:25px;	
	}
	
	.blog-link {
		position: absolute;
		right: 15px;
		top: 30px;
		width: 45px;
	}
	.blog-link a {
		height: 45px;
		line-height: 46px;
		padding: 0;

	}
}
@media screen and (max-width:520px) {
	.professores-1 {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 75px;
		width: 80%;
	}
	.professores-2 {
		display: none;
	}
	.professores-link {
		bottom: auto;
		margin: 0 auto;
		margin-bottom: 35px;
		position: relative;
		right: auto;
	}
}
@media screen and (max-width:550px) {
	.blog-titulo {
		font-size: 30px;
	}
}
@media screen and (max-width:380px) {
	.redes-sociais {
		font-size: 12px;
	}
	.redes-sociais i {
		display: block;
		font-size: 20px;
		margin-right: 0;
	}
}