* {
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	transition: all 300ms ease 0s;	
	text-decoration:none;
}

ul li {
	list-style:none;
}

.input-default {
	height:25px;
	background:#ffffff;
	text-indent:5px;
	color:	#585858;
	border:none;
	line-height:25px;
}


.bt {
	border:none;
	color:#ffffff;
	text-transform:uppercase;
	text-align:center;	
	min-height:25px;
	cursor:pointer;
	transition: all 300ms ease 0s;	
	display:block;
}

.bt:hover {
	opacity:0.7;	
}

.bt-primary {
	background:	#00afec;
}

.bt-secondary {
	background:	#255e91;
}

.bt-radius {
	border-radius:3px;	
}

.title-marked::after {
	background:url(../img/misc/marker-title.png) transparent bottom center no-repeat;
	width:50%;
	margin: 0 auto;
	content: " ";
	height:13px;
	display:block;
}


h3.title-principal {
	color:#252525;
	font-size:24px;
	text-transform:uppercase;	
	padding-bottom:25px;
	font-weight:normal;
}

h3.title-principal::after {
	content: " ";
	width:45px;
	border-bottom:3px solid #00afec;
	display:block;
	margin-top:15px;
}


/* HEADER */
.header-bar {
	background-color:#0073b9;
	display:table;
}


.header-bar-social a {
	border-radius:15px;
	border:1px solid #ffffff;
	color:#ffffff;	
	padding:2px;
	width:20px;
	height:20px;
	display:inline-block;
	line-height:20px;
	text-align:center;
	margin-right:5px;
}

.header-bar-social a:hover {
	background-color: #ffffff;
	color: #0073b9;
	border-color:#0073b9;
}

.header-bar-contact a {
	color:#ffffff;
}

.header-bar-contact a:hover {
	color: #cecece;	
}

.header-bar-contact a::after {
	content: " | ";
	margin: 0 5px;
	color:#ffffff;
}

.header-bar-contact a:last-child::after {
	content:"";	
}

.header-bar-login .input-default {
	border-right:3px solid #0073b9;
}

.header-controls {
	height:325px;	
}

.header-controls-content {
	background:#ffffff;	
}

.header-controls-menu ul li {
	display:inline;	
}

.header-controls-menu ul li a {
	text-transform:uppercase;
	font-weight:bold;
	color:#58595b;
	padding:0 5px;	
	font-size:	14px;
}


.header-controls-menu ul li a:hover,
.header-controls-menu ul li.active a {
	color:#255e91;
}

.header-controls-content {
	position:relative;	
}

.header-controls-logo h1 {
	line-height:0;
}

.header-controls-module {
	border-top:	5px solid #ededed;
	border-right:3px solid #ededed;
}

.header-controls-module a {
	color:#58595b;
}

.header-controls-search-bar {
	border-top:	5px solid #ededed;
}

.header-controls-search-bar .input-default {
	height:32px;	
}

.header-controls-search-bar .bt {
	height:32px;	
}

/* FOOTER */
footer {
	color:#ffffff;	
}

footer a {
	color:#ffffff;		
}

.footer-bar {
	background-color:#0e6797;
}

.footer-bar-address i {
	font-size:68px;
	padding-top:15px;
}

.footer-bar p {
	font-size:14px;	
}

.footer-bar-email i {
	font-size:50px;		
	padding-top:10px
}

.footer-bar-phone i {
	font-size:60px;
	padding-top:10px;
}

.footer-content {
	background-color:#074380;
}

.footer-content-menu ul li a:hover,
.footer-content-links ul li a:hover {
	color:#7798b9;	
}

.footer-content-menu ul li {
	margin-bottom:5px;	
}

.footer-content-menu ul li a {
	color:#ffffff;
	text-transform:uppercase;
	font-size:12px;	
}

.footer-content-menu ul li a i {
	color:#7798b9;	
	margin-right:10px;
}

.footer-content-links ul li {
	margin-bottom:15px;
}

.footer-content-links ul li a {
	color:#ffffff;
	font-size:12px;		
}

.footer-content-newsletter-social a {
	background:#10548c;
	color:#ffffff;
	display:inline-block;
	padding:5px;
	width:25px;
	height:25px;
	border-radius:20px;
	line-height:25px;
	text-align:center;
	margin:0 3px;
}

.footer-content-newsletter-social a:hover {
	background:#ffffff;
	color:#10548c;
}

/* HOME */
.home .header-controls {
	background: url(../img/banners/home.jpg) transparent center center no-repeat;
	background-size:cover;	
}

.home-inscricoes {
	width: 65%;
}

.home-inscricoes h3 {
	color:#252525;
	font-size:24px;
	text-transform:uppercase;	
	padding-bottom:25px;
	font-weight:normal;
	margin-top: 5%;
}

.home-inscricoes h3::after {
	content: " ";
	width:45px;
	border-bottom:7px solid #00afec;
	display:block;
	margin-top:15px;
}

.home-inscricoes p {
	color:#555555;
	font-size:14px;
}

.home-turma-integral,
.home-turma-noturno {
	border:1px solid #eeeeee;
	border-radius:3px;	
	min-height:265px;
}

.home-turma-integral h4,
.home-turma-noturno h4 {
	font-size:16px;
	font-weight:bold;
	color:#00afec;
	padding-bottom:15px;
}

.home-turma-integral h4::before {
	background:url(../img/misc/ico-turma-integral.png) transparent 0 0 no-repeat;
	width:45px;
	height:45px;
	content:" ";
	display:block;
	background-size:contain;
	margin:-45px auto 0 auto;
	padding-bottom:15px;
}

.home-turma-noturno h4::before {
	background:url(../img/misc/ico-turma-noturno.png) transparent 0 0 no-repeat;
	width:45px;
	height:45px;
	content:" ";
	display:block;
	background-size:contain;
	margin:-45px auto 0 auto;
	padding-bottom:15px;
}

.home-turma-integral p,
.home-turma-noturno p {
	font-size:14px;
	color:#231f20;
}

.home-excelencia {
	background:#e7e8e8;
}

.home-excelencia h3 {
	color:#252525;
	font-size:24px;
	text-transform:uppercase;	
	padding-bottom:25px;
	font-weight:normal;
}

.home-excelencia h3::after {
	content: " ";
	width:45px;
	border-bottom:7px solid #255e91;
	display:block;
	margin-top:15px;
}

.home-excelencia-aprovados {
	background:url(../img/home/excelencia-aprovados.png) transparent right 150px no-repeat;	
}

.home-excelencia-image {
	background:url(../img/home/image-excelencia.jpg) transparent 0 0 no-repeat;
	background-size:cover;
	height:430px;	
}

.home-cursos h3 {
	color:#555555;
	font-size:32px;
	text-transform:uppercase;
	font-weight:normal;
}

.home-cursos h4 {
	font-size:12px;
	text-transform:uppercase;
	color:#255e91;
	border-top:5px solid #dddddd;
	padding-top:10px;
	margin-top:10px;
	padding-bottom:10px;
}

.home-cursos p {
	font-size:12px;	
	color:#636363;
}

.home-cursos a {
	color:#255e91;
	font-size:12px;
}


.home-diferenciais h3 {
	color:#555555;
	font-size:32px;
	text-transform:uppercase;
	font-weight:normal;
}

.home-diferenciais img {
	max-width:100%;

}

.home-diferenciais h4 {
	color:#255e91;
	font-size:14px;	
}

.home-diferenciais p {
	color:#555555;
	font-size:14px;	
}


.home-contador {
	background:url(../img/home/image-contador.jpg) transparent center center no-repeat;
	background-size:cover;	
}

.home-contador h3 {
	font-size:28px;
	color:#ffffff;	
	text-transform:uppercase;
	font-weight:normal;
}

.home-contador h3::before {
	content: " ";
	width:45px;
	border-bottom:7px solid #00aeea;
	display:block;
	margin-bottom:15px;
}

.home-contador h4 {
	color:#00afec;
	font-size:14px;
	font-weight:bold;
}

.home-contador p {
	color:#ffffff;
	font-size:14px;
}

.home-contador h5 {
	color:#00afec;
	font-size:18px;	
	font-weight:normal;	
}

.countdown-content {
	display:table;	
}


/* OBJETIVO */
.objetivo .header-controls {
	background: url(../img/banners/objetivo.jpg) transparent center center no-repeat;
	background-size:cover;	
}

.objetivo-content {

}


.objetivo-content h3 {
	color:#252525;
	font-size:24px;
	text-transform:uppercase;	
	padding-bottom:25px;
	font-weight:normal;
}

.objetivo-content h3::after {
	content: " ";
	width:45px;
	border-bottom:3px solid #00afec;
	display:block;
	margin-top:15px;
}

.objetivo-content p {
	margin-bottom:20px;	
	color:#555555;
	font-size:14px;
}

.objetivo-highlight {
	background:#e7e8e8;
}

.objetivo-highlight-image {
	background:url(../img/objetivo/image.jpg) transparent 0 0 no-repeat;
	background-size:cover;
	height: 400px;
}


.objetivo-highlight p {
	margin-bottom:20px;	
	color:#555555;
	font-size:14px;
}


/* PUBLICO ALVO */
.publico-alvo .header-controls {
	background: url(../img/banners/publico-alvo.jpg) transparent center center no-repeat;
	background-size:cover;	
}
.publico-alvo-content p {
	margin-bottom:20px;	
	color:#555555;
	font-size:14px;
}

.publico-alvo-content-image {
	background:url(../img/publico-alvo/image.jpg) transparent 0 0 no-repeat;
	background-size:cover;
	height:500px;	
}


/* CONTEUDO PROGRAMATICO */
.conteudo-programatico .header-controls {
	background: url(../img/banners/conteudo-programatico.jpg) transparent center center no-repeat;
	background-size:cover;	
}


.programatico-item {
	min-height:335px;
	border:1px solid #eeeeee;
	border-radius:5px;
	padding:0 30px;
	background:#ffffff;
}

.programatico-item h4 {
	color:#255e91;
	font-size:16px;
	text-transform:uppercase;
	text-align:center;
	padding-bottom:25px;
}


.programatico-item p {
	color:#555555;
	font-size:13px;	
}

.programatico-item h4::before {
	width:60px;
	height:60px;
	content:" ";
	display:block;
	background-size:contain;
	margin:-30px auto 0 auto;
	padding-bottom:15px;
}

.programatico-item-macro h4::before {
	background:url(../img/misc/ico-macro-circ.png) transparent 0 0 no-repeat;
}

.programatico-item-micro h4::before {
	background:url(../img/misc/ico-micro-circ.png) transparent 0 0 no-repeat;
}

.programatico-item-matematica h4::before {
	background:url(../img/misc/ico-matematica-circ.png) transparent 0 0 no-repeat;
}

.programatico-item-estatistica h4::before {
	background:url(../img/misc/ico-estatistica-circ.png) transparent 0 0 no-repeat;
}

.programatico-item-brasil h4::before {
	background:url(../img/misc/ico-brasil-circ.png) transparent 0 0 no-repeat;
}

.conteudo-programatico-colored {
	background:#e7e8e8;
}


.programatico-diferenciais h4 {
	color:#555555;
	font-size:22px;
	text-align:center;
	font-weight:normal;
}


.programatico-diferenciais h5 {
	font-size:14px;
	color:#255e91;
	padding-bottom:10px;
}


.programatico-diferenciais p {
	font-size:14px;
	color:#555555;
}

/* OBJETIVO */
.orientacao .header-controls {
	background: url(../img/banners/orientacao.jpg) transparent center center no-repeat;
	background-size:cover;	
}



.orientacao-menu-geral {
	background: url(../img/orientacao/menu-geral.jpg) transparent center center no-repeat;
}

.orientacao-menu-logica {
	background: url(../img/orientacao/menu-logica.jpg) transparent center center no-repeat;
}

.orientacao-menu-dicas {
	background: url(../img/orientacao/menu-dicas.jpg) transparent center center no-repeat;
}

.orientacao-menu-geral.active {
	background: url(../img/orientacao/menu-geral-active.jpg) transparent center center no-repeat;
}

.orientacao-menu-logica.active {
	background: url(../img/orientacao/menu-logica-active.jpg) transparent center center no-repeat;
}

.orientacao-menu-dicas.active {
	background: url(../img/orientacao/menu-dicas-active.jpg) transparent center center no-repeat;
}

.orientacao-menu-item {
	background-size: cover;	
	height:200px;
	display: table;
}

.orientacao-menu-item a {
	display:block;
	width:100%;
	height:200px;	
	display: table-cell;
  	vertical-align: middle;
}

.orientacao-menu-item a h4 {
	text-transform:uppercase;
	color:#ffffff;	
	font-weight:normal;
	font-size:22px;
	text-align:center;	
}


.orientacao-content p {
	font-size:14px;	
	color:#555555;
	margin-bottom:15px;
}

.orientacao-content img {
	max-width:100%;	
}

.orientacao-content-colored {
	background:#e7e8e8;
}

.orientacao-content h5 {
	color:#214a89;
	font-size:14px;
}


/* INSCRICAO */
.inscricao .header-controls {
	background: url(../img/banners/inscricao.jpg) transparent center center no-repeat;
	background-size:cover;	
}

.link-duvidas {
	color:#074380;
	text-decoration:underline;
	display:inline-block;
	font-weight:bold;
}


/* MATRICULAS */
.matriculas .header-controls {
	background: url(../img/banners/matricula.jpg) transparent center center no-repeat;
	background-size:cover;	
}

.matriculas .objetivo-content h4 {
	color:#555555;
	font-size:18px;
	padding-top:25px;
}

.matriculas .objetivo-content h4::before {
	content: " ";
	width:45px;
	border-top:3px solid #555555;
	display:block;
	margin-bottom:15px;
}


.discount-block {
	background:	#f7ff9c;
	padding:4px 10px;
	display:inline-block;
	border-radius:3px;
}


/* MOBILE */
.menu-mobile-button {
	font-size:36px;
	color:#0073b9;
}

.menu-mobile {
	display:none;
	position:absolute;	
	top:70px;
	left:0;
	width:100%;
	
}

.menu-mobile li {
	border-bottom:1px solid #0073b9;
	width:100%;
	background:#ffffff;
}
.menu-mobile li a {
	padding:5px 10px;	
	display:block;
	text-transform:uppercase;
	color:#0073b9;
}

.menu-mobile li a:hover {
	background:#0073b9;
	color:#ffffff;
}

@media (max-width: 1024px) {
	.header-bar-login .input-default {
		border-right: none;
	}
	
	.header-controls-module a {
		font-size:12px;
	}
	
	.home-excelencia-aprovados {
		background:url(../img/home/excelencia-aprovados.png) transparent 75% 180px no-repeat;	
	}
	.header-controls {
		background-image: none !important;
	}
	
	.header-controls {
		height:auto;
	}
}


@media (max-width: 767px) {
	.home-excelencia-aprovados {
		background:none;
	}
	
	.header-bar-contact a::after {
		content: "";
	}
	
	.header-bar-contact a {
		display:block;
		width:100%;
	}
	
	
	
}


