@charset "utf-8";
/* CSS Document */
#scrollUp {
bottom: 35px;
right: 20px;
width: 38px;
text-indent: -99999px;
height: 38px;
border-radius: 4px;
opacity: .6;
background: #6d6e72 url(../img/up-scroll.png) no-repeat center;
}

 
#share-buttons img {
width: 45px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}
 
.social_top {
	padding-top: 5px !important; padding-bottom: 0px !important; padding-left:0px !important; padding-right:2px !important; float:left;
}
 
.branco {
	color:#FFF !important;
}
body {
	font-family: "Droid Sans", sans-serif;
	font-size:14px;	
	margin-top: 80px;
	background-color:#F3F3F3;
}
h2 {
	margin-top:0;
	font-size: 24px;
}
h5 {
	font-weight: bold;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left:10px;
}
/*
ul>li>ul {
	margin-left:15px;
}
ul>li>ul>li {
	padding-left:20px;
}
ul>li>ul>li:before {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e080";
}

/* BOOTSTRAP CUSTOM SETTINGS */
.navbar-default {
	background-color: #FFF;
	border-color: #e7e7e7;
	opacity:0.98;
	-moz-opacity:0.98;
	-webkit-opacity:0.98;
}
.navbar-nav {
	margin: 13px 20px;
}
.container>.navbar-header {
	height:80px;
}
.navbar-fixed-top {
	box-shadow: 0 0 20px #949494;
}
.carousel-control.right {
	background-image:none;
}
.carousel-control.left {
	background-image:none;
}
.carousel-control {
	width:40px;
	opacity:1;
}
.carousel-control:hover {
	width:40px;
	opacity:1;
}
.carousel-caption {
	bottom:20%;
	/*text-shadow: 1px 2px 2px rgba(0,0,0,.9);*/
	text-shadow:none;
	background-color:rgba(255,255,255,.8);
	color:#000;
	transition:all 0.3s;
	cursor:pointer;
}
.carousel-caption h3 {
	font-size:28px;
	font-weight:bold;
	text-transform:uppercase;	
}
.carousel-caption h4 {
	font-size: 21px;
	font-weight: bold;
}
.btn {
	transition:all 0.3s;
}
.btn-default {
		background-color:#1A1A1A;
	color:#FFF;
}
.btn-default:hover {
	background-color:#000;
	color:#FFF;
}
table {
 border-spacing: 1px;
 border-collapse: inherit;
}
td {
	border-radius: 4px;
}
.img-responsive {
	width:100%;
}

.panel-default>.panel-heading {
	background-color: #8242A8;
	color:#FFF;
	font-size:24px;
	text-transform:uppercase;
	border-radius:4px;
}
.panel-heading a {
	display:block;
	color:#FFF;
	text-decoration:none;
}
.has-feedback .form-control {
	padding-right: 5px;
}

.has-feedback-left .form-control {
    padding-right: 12px;
    padding-left: 34px;
}
.has-feedback-left .form-control-feedback {
    left: 0;
}

/* CUSTOM STYLES */
.fr {
	float:right;
}
.controles {
	width:130px;
	margin:auto;
}

.prev {
	background-image: url('../img/navigation_previous.png');
	width: 39px;
	height: 39px;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-left: 2px;
	padding: 0;
	border: none;
	position:absolute;
	left: 50%;
	top: 45%;
	transition:all 0.2s;
}
.prev:hover {
	background-position: 0 -39px;
}
.next {
	background-image: url('../img/navigation_next.png');
	width: 39px;
	height: 39px;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-left: 2px;
	padding: 0;
	border: none;
	position:absolute;
	right: 50%;
	top: 45%;
	transition:all 0.2s;
}
.next:hover {
	background-position: 0 -39px;
}
.more {
	background-image: url('../img/navigation_more.png');
	width: 39px;
	height: 39px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-left: 2px;
	float: left;
	padding: 0;
	border: none;
	transition:all 0.2s;
}
.more:hover {
	background-position: 0 -39px;
}

.boxes {
	width:960px;
	margin:auto;
	position:relative;
	margin-top:-130px;
}
.boxes2 {
	width:980px;
	margin:auto;
	position:relative;
	margin-top:-40px;
}
.boxes2 .home_box {
	margin-right: 5px;
	margin-bottom: 5px;
}
.home_box {
	float: left;
	width: 320px;
	height: 250px;
	padding: 25px 30px 30px;
	border-radius: 8px;
	opacity:0.98;
	color:#FFF;
	position:relative;
	z-index:11;
}
.home_box h2 {
	color: #FFF;
}
.home_box h2.classificado {
	min-height:52px;
}
.home_box h3 {
	color: #FFF;
	font-size:16px;
	margin: 0;
	margin-bottom: 5px;
	/*height: 17px;
	overflow: hidden;*/
}
.home_box.cor1 {
	background-color: #fff;
	color:#333;
}
.home_box.cor2 {
	background-color: #8242A8;
}
.home_box.cor3 {
	background-color: #B688D0;
}
.home_box.cor1 h2 {
	color: #8242A8;
	margin-bottom:20px;
}
.home_box .banner_icon {
	float: left;
	margin-right: 17px;
	margin-top: 5px;
}
.video_box {
	height:auto !important;
	min-height:271px !important;
	width: 32.5%;
	margin-right: 5px;
	margin-bottom: 5px !important;
}
.video_box h2 {
	color:#FFF !important;
	margin-bottom:6px !important;
}
.video_box h3 {
    margin-bottom:10px;
    font-size: 1em;
}
.video_box img {
	border-radius:8px; margin-bottom:8px;
}
.detalhes {
	height:auto; min-height:85px;padding-top: 10px;
}
.banner_icon {
width: 50px;
height: 60px;
background-position: center center;
background-repeat: no-repeat;
}
.banner_icon.note {
	background-image: url('../img/banner_icon_note.png');
}
.banner_icon.calendar {
	background-image: url('../img/banner_icon_calendar.png');
}
.banner_icon.hand {
	background-image: url('../img/banner_icon_hand.png');
}
.banner_icon.phone {
	background-image: url('../img/banner_icon_phone.png');
}
.prox_cursos {
	width:90%;
	border-bottom:1px dashed #666;
	padding-bottom:5px;
	margin-bottom:10px;
	cursor:pointer;
}
.titulo_curso {
	border-bottom: 2px solid #8242A8;
	padding-bottom: 5px;
	margin-bottom: 15px;
	color: #8242A8;
}
.wrap {
	width:100%;
	max-width:1170px;
	margin:auto;
	font-size:15px;
}
.wrap h1 {
	text-transform: uppercase;
	font-size: 24px;
	padding:10px 20px;
	background-color: #8242A8;
	color:#FFF;
	border-radius: 4px;
}
.wrap p {
	padding-left:5px;
	padding-right:5px;
}
#rodape {
	background-color: #666;
	padding-bottom: 10px;
	margin-top: 50px;
}
#rodape p {
	color:#FFF;
}
.rodape_social_icons {
	margin-top: 30px;
}
.rodape_social_icons li {
	float: left;
	margin-left: 10px;
}
.rodape_banner_box {
	float: left;
	width: 33%;
	height: 100px;
	padding: 20px 30px;
	border-radius: 8px;
	margin-top: -50px;
	position: relative;
}
.rodape_banner_box.cor1 {
	background-color: #8242A8;
}
.rodape_banner_box.cor2 {
	background-color: #A873C8;
	cursor:pointer;
}
.rodape_banner_box.cor3 {
	background-color: #BD94D6;
}
.rodape_banner_box h2 {
	color:#FFF;
	text-shadow: 1px 1px 1px #000;
	margin-bottom:0;
}
#rodape .banner_icon {
	float: left;
	margin-right: 20px;
}
.rodape_banner_box h3 {
	font-size:18px;
	font-family: 'Droid Serif';
	font-style: italic;
	color: #FFF;
	margin-top: 0;
	text-shadow: 1px 1px 1px #000;
}
.h3rodape {
	font-size:20px;
	color:#FFF;
	padding-bottom:5px;
	border-bottom:1px dashed #CCC;
}
.copy {
	color:#FFF;
	font-size:12px;
	padding-top:8px;
	border-top:1px dashed #CCC;
}
.social_icon {
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
}
.social_icon.google {
	background-image: url('../img/social_icon_googleplus.png');
}
.social_icon.twitter {
	background-image: url('../img/social_icon_twitter.png');
}
.social_icon.facebook {
	background-image: url('../img/social_icon_facebook.png');
}
.social_icon.youtube {
	background-image: url('../img/social_icon_youtube.png');
}
.social_icon.whatsapp {
	background-image: url('../img/icone-whatsapp.png');
	margin-left: 5px;
}
#inscrevase {
	position: fixed;
	z-index: 1009;
	top: 60%;
	left: 0;
	background-color: #DF0000;
	padding: 10px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	transition-property: all;
	transition-duration: 0.3s;
	cursor: pointer;
	border-radius: 4px;
}
#inscrevase .glyphicon {
	font-size:24px;
	vertical-align: bottom;
	padding-right: 5px;
}
.compre {
	position: fixed;
	z-index: 1009;
	top: 30%;
	left: 0;
	background-color: #DF0000;
	padding: 10px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	transition-property: all;
	transition-duration: 0.3s;
	cursor: pointer;
	border-radius: 4px;
}
#compre .glyphicon {
	font-size:24px;
	vertical-align: bottom;
	padding-right: 5px;
}
.filtros {
	padding:10px 20px;
	color:#FFF;
	background-color:#421B5F;
	border-radius:4px;
	margin-bottom:20px;
	margin-top: 20px;
	clear:both;
}
.filtros h3 {
	color:#FFF;
	margin: 0;
	text-align: left;
	padding-top: 4px;
	text-shadow: 1px 1px 2px #000;
}
.selo {
	background-image:url(../img/selo-lotado3.png);
	background-repeat:no-repeat;
    height: 119px;
    width: 118px;
    position: absolute;
    z-index: 3;
    margin-top: -30px;
    margin-left: 200px;
}
.selo2 {
	background-image:url(../img/selo-bandeirado.png);
	background-repeat:no-repeat;
	height:73px;
	width:73px;
	position:absolute;
	z-index:3;
	margin-top: -29px;
	right: -5px;
}
.selo3 {
	background-image:url(../img/selo-emprego.png);
	background-repeat:no-repeat;
	height:73px;
	width:73px;
	position:absolute;
	z-index:3;
	margin-top: -29px;
	right: -5px;
}
.selo4 {
	background-image:url(../img/selo-servico.png);
	background-repeat:no-repeat;
	height:73px;
	width:73px;
	position:absolute;
	z-index:3;
	margin-top: -29px;
	right: -5px;
}
.fale {
	font-size: 24px;
	line-height: 24px;
	text-align: center;
}
.aparece {
	display:block !important;
}
.naoaparece {
	display:none;
}
.video {
	border-radius: 8px; width:100%; max-width:560px; padding:20px; margin-right: 5px; margin-bottom: 5px; color:#FFF; float:left;
}
.home_box.video_box.cor1{
	background-color:#8242A8;
}
.home_box.video_box.cor2 {
	background-color:#A873C8;
}
.home_box.video_box.cor3 {
	background-color:#BD94D6;
}
.video.cor1{
	background-color:#8242A8;
}
.video.cor2 {
	background-color:#A873C8;
}
.video.cor3 {
	background-color:#BD94D6;
}
.cor2 {
	background-color:#A873C8 !important;
}
.cor3 {
	background-color:#BD94D6 !important;
}
.fonte-faq {
	font-size: 1.2em !important;
}
@media (max-width:600px){
	#ipad {
		margin-bottom:0 !important;
	}
	.panel-default>.panel-heading {
		background-color: #8242A8;
		color:#FFF;
		font-size:16px;
		text-transform:uppercase;
		border-radius:4px;
	}
	#inscrevase {
		display:none;
	}
	.boxes {
		width:100%;
		margin-top:10px;
	}
	.boxes2 {
		width:100%;
		margin-top:10px;
	}
	.home_box {
		float: none;
		margin:auto;
	}
	.carousel-caption {
		bottom:0%;
	}
	.carousel-caption h3 {
		font-size:21px;
		font-weight:bold;
		text-transform:uppercase;	
	}
	.carousel-caption h4 {
		font-size: 15px;
		font-weight: bold;
	}
	#rodape {
		margin-top:0;
	}
	.rodape_banner_box {
		width:100%;
		float: none;
		margin:auto;
	}
	.boxes2 .home_box {
		margin-right: inherit;
	}
	.wrap h1 {
		font-size:16px;
		margin-left: 0;
		margin-right: 0;
	}
	.wrap p {
		padding-left: 5px;
		padding-right: 5px;
	}
	.container h1 {
		font-size:16px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.filtros {
		margin-left: 10px;
		margin-right: 10px;
	}
	.filtros h3 {
		color:#FFF;
		margin: 0;
		text-align: left;
		padding-top: 0;
		margin-bottom:5px;
	}
	.panel-group .panel {
		margin-left: 10px;
		margin-right: 10px;
	}
	.fale {
		font-size: 20px;
		line-height: 20px;
		text-align: left;
	}
	.compre {
		display:none;
	}
	.faq2 {
		margin-top:1%;
	}
	.fonte-faq {
		font-size: 1.0em !important;
	}
	.video_box {
		width: 100%;
	}
}