@import url(//fonts.googleapis.com/css?family=Libre+Franklin:300,400,600,700,800);

body {
	font-family: 'Libre Franklin', sans-serif;
	font-style: normal;
	font-weight: 400;
	overflow-x: hidden;
}
* {
	max-width: 100%;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: color .3s ease;
	-moz-transition: color .3s ease;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: opacity .6s ease;
	-moz-transition: opacity .6s ease;
	-webkit-transition: opacity .6s ease;
	-o-transition: opacity .6s ease;
}
::-webkit-scrollbar {
	width: 8px
}
::-webkit-scrollbar-track {
	background-color: #eaeaea
}
::-webkit-scrollbar-thumb {
	background-color: #ccc
}
::-webkit-scrollbar-thumb:hover {
	background-color: #bbb
}
.menu-principal {
	float: left;
	width: 100%;
	background: #6e0b4d;
}
.menu-principal a {color: #ffffff; font-weight: 600; text-transform: uppercase;}
.menu-principal .dropdown-menu>li>ul>li>a {
	color: #333333;
	float: left;
	width: 100%;
	line-height: 25px;
	font-size: 13px;
}
.menu-principal	.dropdown-menu .dropdown-menu {display: none !important}
.menu-principal	.dropdown-menu li.dropdown-submenu:hover .dropdown-menu  {display: block !important;}
.menu-principal.topo {
	background: #1c282c;
	color: #ffffff;
	padding: 5px 0;
}
.menu-principal	li:hover a {text-decoration: none;}
a[property="item"]:hover {color: #6e0b4d !important}
.nav>li>a:focus, .nav>li>a:hover, .menu-hover:hover>a {
	text-decoration: none;
	background-color: #54012c;
}
.menu-hover:hover .menu-hover:hover>a {
	background: transparent;
}
.menu-hover:hover .dropdown-menu{
	display: block;
}
ul {
	list-style: none;
}
#topo {
	width: 100%;
	background: rgba(255, 255, 255, 0.94);
	padding: 15px 0 15px;
	float: left;
	width: 100%;
}
#topo img {

}
.cor-branco {
	color: #ffffff;
}
#faixa-compartilhe {
	padding: 6px 0;
	width: 100%;
	background: #042256;
	border-bottom: 1px solid #00153a;
	float: 	left;
	width: 	100%
}
#faixa-compartilhe h3 {
	margin: 5px 0 3px;
}
.fb_iframe_widget {
	margin-top: 3px
}
#faixa-compartilhe h3 small b {
	color: #fff;
	text-transform: none
}

.margin-0 {
	margin: 0;
}
#formulario	h3.borda-destaque {
	border: 2px dashed rgb(237, 32, 36);
	font-weight: 600;
	padding: 15px;
	line-height: 40px;
	width: auto;
	float: left;
}
.p-0 {
	padding: 0 !important
}
.navbar-nav>li>.dropdown-menu {
	min-width: 222px;
}
.dropdown-menu li[property="itemListElement"] {
	float: left;
	width: 100%
}
#formulario-bg {
	float: left;
	padding: 38px 0;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 10%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 10%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 10%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 10%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 10%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
#formulario .well {
	background: #fff;
	float: left;
	border: none;
	margin: 0;
	width: 	100%
}

.hs-form fieldset.form-columns-2 .hs-form-field, .hs-form input:not([type="image"]), .hs-form textarea, .hs-form .hs-input, .hs-form textarea.hs-input {
	width: 100% !important;
	max-width: 100% !important
}
input {
	box-shadow: none !important
}


li.atcb-item {
	padding: 0 !important;
}



.row {
	float: 	left;
	width: 	100%
}

p {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 24px;
}
input.hs-input[type="text"], input.hs-input[type="email"] {
	background: 0 0;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	color: #000;
	height: 44px;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
	font-family: roboto,Arial,sans-serif;
	line-height: 1.428571429;
	padding: 0 0 0 7.5px;
}

.bg-orange {
	background: #990E11;
}

input.hs-input[type="text"]:focus, input.hs-input[type="email"]:focus, input.hs-input:focus, textarea.hs-input:focus {
	border-color: #990E11!important;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #555;
	border: 1px solid;
	height: 42px;
	background: #f9f9f9 !important;
}

.actions input[type="submit"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
	border: 1px solid #e2141e;
	color: #FFFFFF !important;
	padding: 15px 0px;
	text-decoration: none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display: inline-block;
	cursor: pointer;
	font-weight: 600;
	outline: 0;
	background: #ED2024 !important;
	text-shadow: none !important;
	font-weight: normal !important;
}
.actions::before {
	width: 141px;
	height: 77px;
	background: url(../img/garanta.png);
	background-repeat: no-repeat;
	content: " ";
	float: left;
	position: absolute;
	margin-left: -161px;
	margin-top: -27px;
	opacity: .6;
}

.actions input[type="submit"]:active, .actions input[type="submit"]:hover, .actions input[type="submit"]:focus{
	background: #e2141e !important;
	color: #fff !important;
	border: 1px solid #e2141e !important;
	box-shadow: none !important;
}

.hsformerror em {
	border: 8px solid !important;
	border-color: #E2141E transparent transparent !important;
	bottom: -17px !important;
	display: block;
	height: 0;
	left: 60px;
	position: absolute;
	width: 0;
}
.actions {
	float: left;
	width: 100%;
	text-align: center;
}
.hsformerror {
	margin: 0 0 2px;
	padding: 2px 6px;
	height: auto;
	background-color: #FFFFFF !important;
	font-size: 11px;
	border: 1px solid #E2141E !important;
	padding: 4px 16px 4px 10px;
	color: #000;
	display: none;
	background-image: none !important;
	background-size: 100%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:  none !important;
	-webkit-box-shadow:  none !important;
	box-shadow: none !important;
	z-index: 99999;
	font-weight: bold;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.hs-form.stacked fieldset {
	padding: 0 !important;
}

.hs-form.stacked .actions {
	padding: 0 !important;
	margin: 0 !important
}

.hs_concurso_s_de_interesse {
	width: 100% !important
}
.hs-form fieldset.form-columns-1 .hs-input, .hs-form input:not([type="image"]), .hs-form textarea {
	height: 50px !important;
	text-align: center;
	font-size: 20px !important
}

.hs-button.primary.large {
	padding: 0 !important
}
#copy_right {
	color: 	#fff;
	text-transform: none;
  text-align: center;
  width: 100%;
	line-height: 20px;
  padding-top: 20px;

}
#copy_right ul {
	float: 	left;
	margin-bottom: 20px;
	padding-left: 0
}
#copy_right ul a i {
	color: #fff;
	border: 2px solid #f1f2f6;
	border-radius: 50%;
	padding: 10px;
	width: 	38px;
	margin-right: 5px;
}
#copy_right ul a:hover i {
	background: #f1f2f6;
	color: #ED2024;
}
#copy_right a {
	color: #fff;
}
.clean {
	border: none;
	float: 	left;
	width: 	100%
}
#nav-footer .btn {
	background: transparent !important;
	border-color: #ffffff
}
.secao-padrao {
	padding: 100px 0;
	float: 	left;
	width: 	100%
}
#secao-1 {
	text-align: center;
	background-color: #f2f4f5;
	padding-top: 80px;
}
#secao-2 {
	background-color: #242c33;
	padding-bottom: 0;
	padding: 70px 0;
}

#secao-3 {
	background-color: #f2f4f5;
	box-shadow: 0 0 60px -18px #222;
}

#secao-4 {
	box-shadow: 0 0 60px -18px #222;
	background-color: #caae54;
	padding: 50px 0 30px;
	color: #ffffff;
	text-align: center;
}
#secao-4 h1 span {
	float: left;
	width: 100%;
	font-size: 80px;
	font-weight: 900;
	line-height: 157px;
	margin-top: -20px;
}
#secao-4 .hoje {
	background: #96813e;
	padding: 5px 10px;
}
#secao-4 h1 .total- {
	float: left;
	width: 100%;
	color: #ffffff;
	opacity: .7;
	margin: -33px 0 0px;
}
#secao-4 h1 small {
	color: #ffffff;
	opacity: .5;
}
#secao-4 h1 {
	line-height: 50px;
	margin-bottom: 30px;
}
#secao-4 img {
	max-width: 300px;
	margin-bottom: -155px;
}
#secao-5 {
	background-color: #fff;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 5%;
}
#secao-6, #secao-videos {
	background-color: #1c282c;
	color: #ffffff;
	padding: 75px 0;
	text-align: center;
}
#secao-6 .col-md-4:nth-child(3) {
	border: 1px dotted #ccc;
	border-top: none;
	border-bottom: none;
}
#secao-6 .col-md-4 {
	padding: 0 20px;
}
footer {
	background-color: #6e0b4d;
	color: #fff;
	height: 5rem;
	line-height: 5rem;
	position: relative;
	text-align: center;
	height: auto;
	float: left;
	width: 100%;
	padding: 40px 0 0;
	text-align: center;
	margin-bottom: -1px;
}
.newsletter {
    background: #f1f2f6;
    color: #333;
    float: left;
    width: 100%;
    padding: 40px 0 60px;
    font-size: 30px;
    display: block;
    line-height: 24px;
    text-align: center;
}
.box-footer {
	background: rgba(0, 0, 0, 0.21);
	margin-top: 44px;
	float: left;
	width: 100%;
	padding: 20px 0
}
.titulo-secao {
	margin-bottom: 30px;
	font-size: 3.3em;
	font-weight: 700;
	line-height: 1.11;
	margin: 0 0 30px;
}
.secao-quero-comecar {
	background: #12161b;
	padding: 40px 0 36px;
	float: left;
	width: 100%;
}
.btn-danger {
	background: #ed2125 !important;
}
.btn-info {
	background: #042256 !important;
}
.btn-success {
	background-color: green !important;
}
.btn-big {
	width: 100%;
	padding: 20px 10px;
	font-size: 25px;
	font-weight: 900;
	border: none;
	border-bottom: 4px solid rgba(0, 0, 0, 0.53);
}
.btn {white-space: inherit;}
.btn-big:hover {
	border-bottom: 0;
	margin-bottom: -3px;
	margin-top: 7px;
}
.box-simulado {
	/*background: #f2f4f5;*/
	background: rgba(255, 255, 255, 0.05);
	border: 2px solid #0f1317;
	padding: 5px 0;
	border-radius: 4px;
}
.box-curso {
	border-radius: 4px;
	color: #333 !important;
	float: left;
	width: 100%;
	padding: 0;
	-webkit-box-shadow: 0 0 0 1px #eeeeee;
	-moz-box-shadow: 0 0 0 1px #eeeeee;
	box-shadow: 0 0 0 1px #eeeeee;
}
.box-curso:hover {
		-webkit-box-shadow: 0 0 0 1px transparent;
	-moz-box-shadow: 0 0 0 1px transparent;
	box-shadow: 0 0 0 1px transparent;
}
.box-box-curso {
	border: 2px solid transparent;
	float: 	left;
	width: 100%;
	margin-bottom: 30px;
	    border-radius: 7px;
}
.box-box-curso:hover {
	border-color: green
}
.box-curso .titulo-secao {
	margin-bottom: 10px;
	font-size: 35px;
	text-align: left;
}
.imagem-curso {
	height: 160px;
	padding: 23px 15px 0;
}
.info-concurso {
	margin-top: 0;
	display: block;
	font-size: 12px;
	z-index: 1;
}
.info-concurso	span {
	width: 100%;
	display: inline-block;
	border-radius: 4px 4px 0 0;
	line-height: 23px;
	margin: 0 -1px -23px
}
.info-concurso span.verde {
	background: green;
	color: #ffffff;
}
.info-concurso span.amarelo {
	background: #b18400;
	color: #ffffff;
}
.box-curso:hover .imagem-curso {border-top-color: transparent;}
.imagem-curso img {
	max-height: 150px;
	margin-top: 10px;
}
.box-curso1 {
	margin-bottom: 25px;
	padding: 22px 20px;
}
.box-curso1 p {
	margin: 0;
}
.whatsapp-section {
	padding: 28px 0 5px;
	float: left;
	width: 100%;
}
.whatsapp-section .bg-branco.well {
	background: #ffffff !important;
	list-style: none;
	color: #333333;
	text-align: center;
	padding: 0;
}
.whatsapp-section .bg-branco.well li:first-child {
	background: #f1f2f6; padding: 13px 0 5px;border-radius: 4px 4px 0 0; margin: 0 0 10px
}
.embed-responsive {
	overflow: hidden;
	border-radius: 4px;
}

#footer ul {
	padding: 0;
}
#footer li {
	float: left;
	width: 100%;
	line-height: 25px;
}
#footer li a {
	color: #ffffff;
	opacity: 0.7;
}
#footer li a:hover {
	opacity: 1;
}
.btn-saiba {
	background: transparent !important;
	border-color: #ffffff;
	padding: 5px 10px;
	font-size: 16px;
	color: #ffffff !important
}
.section-palestrantes {
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 7% 0 2%;
}
.section-palestrantes .titulo-cursos-home {
	background: #6e0b4d
}
.section-palestrantes .thumbnail p {
	padding: 10px 5px;
	white-space: normal !important;
	min-height: 62px;
}
.section-palestrantes .thumbnail.bg-cinza {
	background: #fff !important;
	border-color: #E5E5E5 !important;
	border: none !important;
}
.section-palestrantes .professor-box {
	position: relative;
	z-index: 2;
	float: left;
	text-transform: none;
	padding: 10px 0px 20px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	margin-left: 0;
	width: 100%;
	font-weight: lighter;
}
.section-palestrantes .carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -50px;
	width: 50px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	filter: alpha(opacity=50);
	opacity: .5;
}
.section-palestrantes .col-md-2 {
	width: 20%;
	padding: 0 5px;
}
.btn-curriculo {
	float: left;
	width: 100%;
	padding: 5px 20px;
	text-align: center;
	background: #fff;
	border: 1px solid #F1F2F6;
	border-radius: 0 0 4px 4px;
	margin-top: -3px;
	color: #333333;
	text-transform: uppercase;
	cursor: pointer;
}

.titulo-cursos-home {
	color: #fff;
	padding: 11px 10px;
	float: left;
	text-align: center;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 3px 3px 0 0;
}
.curriculo {
	color: #1c282c;
	padding: 9px 15px;
	border-radius: 3px;
	/*background: rgba(241, 242, 246, 0.48);*/
}
.nav>li>a:hover {
	color: #ffffff !important;
}
.icone-fechar {
	position: absolute;
	right: 0;
	top: 0;
	padding: 6px;
	color: #13054B;
	cursor: pointer !important;
	font-size: 18px;
	margin: 0px;
}
a[href="https://flowplayer.org/hello"] {opacity: 0 !important;}
.section-palestrantes .carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	filter: alpha(opacity=50);
	opacity: .5;
}

.section-palestrantes .carousel-control.left, .section-palestrantes .carousel-control.right {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	background-image: none !important;
	background-repeat: no-repeat !important;
	text-shadow: none !important;
	width: 50px;

	margin-left: -50px;
}
.section-palestrantes .carousel-control.left span {
	padding: 11px 10px 9px 7px;
}
.section-palestrantes .carousel-control.right span {
	padding: 11px 7px 9px 10px;
}
.section-palestrantes .carousel-control.left span.fa-chevron-left, .section-palestrantes .carousel-control.right span.fa-chevron-right {
	position: absolute;
	top: 50%;
	font-size: 1.5em;
	margin-top: -7px;
	color: #1c282c;
}

#Carousel-corpo-docente:hover .carousel-control span {
	display: block;
}
#Carousel-corpo-docente {
	float: left;
	width: 100%
}
.section-palestrantes .carousel-control.right {
	right: -50px;
	left: auto;
}
.section-palestrantes .carousel-control span {
	display: block;
	background: transparent;
	moz-transition: all .3s ease-in-out;
	o-transition: all .3s ease-in-out;
	transition: visibility 0s linear 0.2s, opacity 0.3s linear;
	-webkit-transition: all .3s ease-in-out;
	transition-delay: 0s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	visibility: visible;
}
.cursos-home:hover .carousel-control span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;

}
section.compartilhar {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid #f1f2f6;
	background: rgba(241, 242, 246, 0.46);
}
.wa_btn {
	padding: 7.5px 12px;
	background: green;
	color: #ffffff;
	font-weight: 600;
	border-radius: 4px;
	text-decoration: none !important;
	color: #ffffff !important
}







/* Carousel Styles */
#carousel-topo {
	float: left;
	width: 100%;
}
#carousel-topo .carousel-indicators .active {
	background-color: #6e0b4d;
	border-color: #6e0b4d
}

#carousel-topo .carousel-inner img {
	width: 100%;
	max-height: auto
}

#carousel-topo .carousel-control {
	width: 0;
}

#carousel-topo .carousel-control.left, #carousel-topo .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

#carousel-topo .carousel-control.left span {
	padding: 14px 22px 0 18px;
}


#carousel-topo .carousel-control.right span {
	padding: 14px 22px 0 18px;
}

#carousel-topo .carousel-control .glyphicon-chevron-left,
#carousel-topo .carousel-control .glyphicon-chevron-right,
#carousel-topo .carousel-control .icon-prev,
#carousel-topo .carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

#carousel-topo .carousel-control .glyphicon-chevron-left,
#carousel-topo .carousel-control .icon-prev {
	left: 0;
	margin: 0;
	height: 55px;
}
#message-newsletter {
	float: left;
	width: 100%;
	height: 20px;
}

#carousel-topo .carousel-control .glyphicon-chevron-right,
#carousel-topo .carousel-control .icon-next {
	right: 0;
	margin: 0;
	height: 55px;
}

#carousel-topo .carousel-control.left span:before, #carousel-topo .carousel-control.right span:before {
	margin: -5px 0 0 -13px;
	float: left;
}
#carousel-topo .carousel-control.left span,
#carousel-topo .carousel-control.right span {
	background-color: #000;
}

#carousel-topo .carousel-control.left span:hover, #carousel-topo .carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

#carousel-topo .header-text {
	position: absolute;
	top: 20%;
	left: 1.8%;
	right: auto;
	width: 96.66666666666666%;
	color: #fff;
}

#carousel-topo .header-text h2 {
	font-size: 40px;
}

#carousel-topo .header-text h2 span {
	background-color: #6e0b4d;
	padding: 10px;
}

#carousel-topo .header-text h3 span {
	background-color: #000;
	padding: 15px;
}

#carousel-topo .btn-min-block {
	min-width: 170px;
	line-height: 26px;
}

#carousel-topo .btn-theme {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	margin-right: 15px;
}

#carousel-topo .btn-theme:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.vid {
	position: relative;
	padding-bottom: 47.25%;
	padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom: 30px
}

.vid iframe,
.vid object,
.vid embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 3px;
}
.icones-sociais { float: right; }
.ms-icon { padding: 8px 0 9px; float: left; width: 15.4%; margin-left: 0.15%; background: #eee; color: #fff !important; text-align: center; font-size: 1em; }
.fb-icon { background: #366eab; }
.tt-icon { background: #28a9e5; }
.yt-icon { background: #e2141e; }
.gp-icon { background: #ec2755; }
.pt-icon { background: #21b0bc; }
.rs-icon { background: #ef9434; }
.fl-icon { background: #7fb941; }
.ms-icon:hover { background-color: #1b2125; transition: background .5s ease; -moz-transition: background .5s ease; -webkit-transition: background .5s ease; -o-transition: background .5s ease; color: #fff; }
.container-selos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
	float: left;
	width: 100%;
	padding: 20px 0 5px;
}
.box-selos {
	background: #fff;
	padding: 10px 15px;
	border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 953px;
  width: 100%;
}
.container-selos>a {
	margin-left: -100px;
}
#seloEbit {
	float: right;
	margin-left: 7px;
}
.icones-grupo a {
	margin-left: 5px;
}
.box-info h3 {
	font-size: 13px;
	font-weight: 400;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 10px;
	color: #333333;
	vertical-align: middle;
	display: table-cell;
	padding: 10px 0px;
	line-height: 18px;
	margin: 10px 0;
	width: 100%;
	float: 	left;
	height: 112px;
}
.box-info>.col-md-12 {
	margin: 0px 0 10px
}
.box-info .col-md-9 {
	color: #333333;
	font-size: 14px;
	text-align: center;
	line-height: 17px;
	width: 100%
}
.box-info .col-md-3 {
	color: #ffffff;
	line-height: 15px;
	width: 86%;
	background: #6e0b4d;
	border-radius: 4px;
	padding: 5px 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 19px;
	margin: 13px 7% 0;
}
.box-info h3>b {
	font-size: 16px;
	margin-bottom: 5px;
	float: left;
	width: 100%;
	text-align: center;
}
.box-curso:hover .col-md-3 {
	background: green;
}
.box-curso:hover .parcela {color: green;}
.parcela {color: #6e0b4d; font-size: 1.5em}
.box-info {
	padding-bottom: 15px;
	float: left;
	width: 100%;
}
.box-info .fa {
	font-size: 24px;
	color: #ffffff;
	margin: 5px;
}



.carousel-padrao .carousel {
	margin-bottom: 40px;
	padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-padrao .carousel-control {
	left: -12px;
	height: 40px;
	width: 40px;
	background: none repeat scroll 0 0 #1c282c;
	border: 4px solid #FFFFFF;
	border-radius: 23px 23px 23px 23px;
	margin-top: 190px;
}
.carousel-padrao .carousel-control.right {
	right: -12px;
	left: auto;
}
/* The indicators */
.carousel-padrao .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-padrao .carousel-indicators li {
	background: #cecece;
}
.carousel-padrao .carousel-indicators .active {
	background: #1c282c;
	border: none
}
@media (max-width: 1200px) {
	.btn-big {font-size: 19px}
	#secao-2 {text-align: center;}
	#secao-2 .col-md-7, #secao-2 .col-md-5 {width: 100%}
	.box-curs {
		margin-top: 30px;
	}
	.box-simulado {
		padding: 1px 0;
	}
}
@media (max-width: 776px) {
	#carousel-topo .carousel-control.left span, #carousel-topo .carousel-control.right span {background: transparent !important;}
	.carousel-indicators {display: none;}
	.titulo-secao {font-size: 2.3em}
	#secao-4 h1 span {font-size: 1em}
	#secao-6 .col-md-4:nth-child(3) {
		border: 1px dotted #ccc;
		border-left: none;
		border-right: none
	}
	.section-palestrantes .carousel-control.left, .section-palestrantes .carousel-control.right {margin-left: 0 !important}
	.section-palestrantes .titulo-cursos-home {
		min-height: 10px !important;
	}
	.box-selos {display: none;}
	#secao-6 .col-md-4 {
		padding: 20px 0
	}
	.box-info h3 {
		float: 	left;
		width: 	100%;
		height: initial !important;
		min-height: initial !important;
	}
	img[alt="GG Educacional"] {    margin: 35px 0 20px 40px !important;}
	#carousel-topo .carousel-control span {
		top: 38% !important;
		height: 41px !important
	}
	#carousel-topo .carousel-control.right span, #carousel-topo .carousel-control.left span {padding-right: 15px !important}
}
@media (min-width: 991px) {
	#Carousel-corpo-docente {
		min-height: 712px;
	}
}
@media (min-width: 768px) {
	.menu-principal {text-align: center;}
	.menu-principal	.navbar-nav {float: none; display: -webkit-inline-box;}
}
@media (max-width: 767px) {
	.carousel-padrao .carousel {padding: 0}
}
@media (max-width: 992px) {
	#faixa-compartilhe .col-md-7 {
		width: 100% !important;
		text-align: center !important	;
		text-transform: none;
		display: 	none;
	}
	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 7px;
		font-size: 12px;
	}
	.titulo-cursos-home {
		min-height: 80px;
	}
	.section-palestrantes .carousel-control.left {
		left: -29px !important
	}
	.section-palestrantes .carousel-control.right {
		right: -39px !important;
	}
	#footer, #footer .text-left {text-align: center;	}
	.flowplayer {margin-bottom: 20px}
	.curriculo {display: none}
	.btn-big:hover {
		border-bottom: 0;
		margin-bottom: 12px !important;
		margin-top: 7px;
	}
	.btn-big, .embed-responsive {
		margin-bottom: 15px
	}
	.row {margin: 0;}
	.curriculo {
		min-height: 10px !important
	}
	#secao-5 {
		padding-top: 30px !important
	}
	.box-info:hover>.col-md-12 {margin: 0 !important}
}

@media (max-width: 540px) {
	#faixa-compartilhe {
		/*min-height: 77px*/
	}
}
