@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800,900|Lato:400,700,900|Indie+Flower|Source+Sans+Pro:300,400,700,900);
body, html {
	font-family: 'Open Sans';
	overflow-x: hidden;
}
body {
	font-style: normal;
	font-weight: 400;
	overflow-x: hidden;
	font-size: 1rem;
	line-height: 1.75;
	text-align: center;
}
h1, h2, h3, h4, h5 {
	font-style: normal;
	font-weight: 400;
}
h3.h3 {
	font-weight: 600
}
[class*="hs-form-"] label {
	font-style: normal !important;
	font-weight: 400 !important;
	letter-spacing: .3rem !important;
}
* {
	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
}


html {
	font-size: 62.5%;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	font-weight: normal;
	line-height: 1;
	word-wrap: break-word;
	text-rendering: optimizeLegibility;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: none;
}

body,
input,
button {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

img,
video {
	max-width: 100%;
	height: auto;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-font-smoothing: auto;
	-webkit-font-smoothing: antialiased;
	-webkit-font-variant-ligatures: common-ligatures;
	-moz-font-variant-ligatures: common-ligatures;
	font-variant-ligatures: common-ligatures;
	text-rendering: optimizeLegibility;
}

em,
i {
	font-style: italic;
	line-height: inherit;
}

strong,
b {
	font-weight: bold;
	line-height: inherit;
}

small {
	font-size: 60%;
	line-height: inherit;
}

ol,
ul {
	list-style: none;
}

li {
	display: block;
}


a {
	text-decoration: none;
	line-height: inherit;
}

a img {
	border: none;
}

fieldset {
	margin: 0;
	padding: 0;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.row {

	margin: 0 auto;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.row .row {
	width: auto;
	max-width: none;
	margin-left: -20px;
	margin-right: -20px;
}


[class*="col-"] {
	float: left;
	padding: 0 20px;
}

[class*="col-"]+[class*="col-"].end {
	float: right;
}


.col-one {
	width: 8.33333%;
}

.col-two,
.col-1-6 {
	width: 16.66667%;
}

.col-three,
.col-1-4 {
	width: 25%;
}

.col-four,
.col-1-3 {
	width: 33.33333%;
}

.col-five {
	width: 41.66667%;
}

.col-six,
.col-1-2 {
	width: 50%;
}

.col-seven {
	width: 58.33333%;
}

.col-eight,
.col-2-3 {
	width: 66.66667%;
}

.col-nine,
.col-3-4 {
	width: 75%;
}

.col-ten,
.col-5-6 {
	width: 83.33333%;
}

.col-eleven {
	width: 91.66667%;
}

.col-twelve,
.col-full {
	width: 100%;
}


@media only screen and (max-width: 1200px) {
	.row .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	[class*="col-"] {
		padding: 0 15px;
	}
	.md-two,
	.md-1-6 {
		width: 16.66667%;
	}
	.md-one {
		width: 8.33333%;
	}
	.md-three,
	.md-1-4 {
		width: 25%;
	}
	.md-four,
	.md-1-3 {
		width: 33.33333%;
	}
	.md-five {
		width: 41.66667%;
	}
	.md-six,
	.md-1-2 {
		width: 50%;
	}
	.md-seven {
		width: 58.33333%;
	}
	.md-eight,
	.md-2-3 {
		width: 66.66667%;
	}
	.md-nine,
	.md-3-4 {
		width: 75%;
	}
	.md-ten,
	.md-5-6 {
		width: 83.33333%;
	}
	.md-eleven {
		width: 91.66667%;
	}
	.md-twelve,
	.md-full {
		width: 100%;
	}
}

@media only screen and (max-width: 800px) {
	.row {
		width: 90%;
	}
	.tab-1-4 {
		width: 25%;
	}
	.tab-1-3 {
		width: 33.33333%;
	}
	.tab-1-2 {
		width: 50%;
	}
	.tab-2-3 {
		width: 66.66667%;
	}
	.tab-3-4 {
		width: 75%;
	}
	.tab-full {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.row {
		width: auto;
		padding-left: 25px;
		padding-right: 25px;
	}
	.row .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	[class*="col-"] {
		padding: 0 10px;
	}
	.mob-1-4 {
		width: 25%;
	}
	.mob-1-3 {
		width: 33.33333%;
	}
	.mob-1-2 {
		width: 50%;
	}
	.mob-2-3 {
		width: 66.66667%;
	}
	.mob-3-4 {
		width: 75%;
	}
	.mob-full {
		width: 100%;
	}
}

@media only screen and (max-width: 400px) {
	.row .row {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
	[class*="col-"] {
		width: 100% !important;
		float: none !important;
		clear: both !important;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	[class*="col-"]+[class*="col-"].end {
		float: none;
	}
}
[class*="block-"]:after {
	content: "";
	display: table;
	clear: both;
}

.block-1-6 .col-block {
	width: 16.66667%;
}

.block-1-5 .col-block {
	width: 20%;
}

.block-1-4 .col-block {
	width: 25%;
}

.block-1-3 .col-block {
	width: 33.33333%;
}

.block-1-2 .col-block {
	width: 50%;
}

.block-1-6 .col-block:nth-child(6n+1),
.block-1-5 .col-block:nth-child(5n+1),
.block-1-4 .col-block:nth-child(4n+1),
.block-1-3 .col-block:nth-child(3n+1),
.block-1-2 .col-block:nth-child(2n+1) {
	clear: both;
}

@media only screen and (max-width: 1200px) {
	.block-m-1-6 .col-block {
		width: 16.66667%;
	}
	.block-m-1-5 .col-block {
		width: 20%;
	}
	.block-m-1-4 .col-block {
		width: 25%;
	}
	.block-m-1-3 .col-block {
		width: 33.33333%;
	}
	.block-m-1-2 .col-block {
		width: 50%;
	}
	.block-m-full .col-block {
		width: 100%;
		clear: both;
	}
	[class*="block-m-"] .col-block:nth-child(n) {
		clear: none;
	}
	.block-m-1-6 .col-block:nth-child(6n+1),
	.block-m-1-5 .col-block:nth-child(5n+1),
	.block-m-1-4 .col-block:nth-child(4n+1),
	.block-m-1-3 .col-block:nth-child(3n+1),
	.block-m-1-2 .col-block:nth-child(2n+1) {
		clear: both;
	}
}

@media only screen and (max-width: 800px) {
	.block-tab-1-6 .col-block {
		width: 16.66667%;
	}
	.block-tab-1-5 .col-block {
		width: 20%;
	}
	.block-tab-1-4 .col-block {
		width: 25%;
	}
	.block-tab-1-3 .col-block {
		width: 33.33333%;
	}
	.block-tab-1-2 .col-block {
		width: 50%;
	}
	.block-tab-full .col-block {
		width: 100%;
		clear: both;
	}
	[class*="block-tab-"] .col-block:nth-child(n) {
		clear: none;
	}
	.block-tab-1-6 .col-block:nth-child(6n+1),
	.block-tab-1-6 .col-block:nth-child(5n+1),
	.block-tab-1-4 .col-block:nth-child(4n+1),
	.block-tab-1-3 .col-block:nth-child(3n+1),
	.block-tab-1-2 .col-block:nth-child(2n+1) {
		clear: both;
	}
}

@media only screen and (max-width: 600px) {
	.block-mob-1-6 .col-block {
		width: 16.66667%;
	}
	.block-mob-1-5 .col-block {
		width: 20%;
	}
	.block-mob-1-4 .col-block {
		width: 25%;
	}
	.block-mob-1-3 .col-block {
		width: 33.33333%;
	}
	.block-mob-1-2 .col-block {
		width: 50%;
	}
	.block-mob-full .col-block {
		width: 100%;
		clear: both;
	}
	[class*="block-mob-"] .col-block:nth-child(n) {
		clear: none;
	}
	.block-mob-1-6 .col-block:nth-child(6n+1),
	.block-mob-1-5 .col-block:nth-child(5n+1),
	.block-mob-1-4 .col-block:nth-child(4n+1),
	.block-mob-1-3 .col-block:nth-child(3n+1),
	.block-mob-1-2 .col-block:nth-child(2n+1) {
		clear: both;
	}
}

@media only screen and (max-width: 400px) {
	.stack .col-block {
		width: 100% !important;
		float: none !important;
		clear: both !important;
		margin-left: 0;
		margin-right: 0;
	}
}

.group:after {
	content: "";
	display: table;
	clear: both;
}


.is-hidden {
	display: none;
}

.is-invisible {
	visibility: hidden;
}

.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.overflow-hidden {
	overflow: hidden;
}

.remove-bottom {
	margin-bottom: 0;
}

.half-bottom {
	margin-bottom: 1.5rem !important;
}

.add-bottom {
	margin-bottom: 3rem !important;
}

.no-border {
	border: none;
}

.full-width {
	width: 100%;
}

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

.text-left {
	text-align: left;
}

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

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.align-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

ul {
	list-style: none;
}
#topo {
	width: 100%;
	background: rgba(255, 255, 255, 0.94);
	padding: 15px 0 15px;
}
#topo img {

}
.cor-branco {
	color: #ffffff !important;
}
.cor-amarelo {
	color: #660504 !important;
}
.cor-azul {
	color: #0a2456
}
#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
}
#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;
}

.hbspt-form {
	background: #ffffff;
	padding: 40px 40px 90px 30px;
	border-radius: 4px;
}

.row {
	float: 	left;
	width: 	100%
}
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"] {
	display: inline-block !important;
	font-size: 1.2rem !important;
	text-transform: uppercase !important;
	letter-spacing: .3rem !important;
	height: 5.4rem !important;
	line-height: calc(5.4rem - .4rem) !important;
	padding: 0 3rem !important;
	margin: 0 .3rem 1.2rem 0 !important;
	text-decoration: none !important;
	text-align: center !important;
	white-space: nowrap !important;
	cursor: pointer !important;
	-webkit-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !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-button.primary.large {
	padding: 0 !important;
	background: #660504 !important;
	border: none;
	text-shadow: none;
}
#copy_right {
	color: 	#fff;
	text-transform: none;
	line-height: 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;
	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;
	line-height: 5rem;
}
@media (max-width: 992px) {
	.btn-big {
		height: auto !important;
		line-height: 1.1em !important;
		padding: 10px 20px !important;
	}
	.dotted .col-md-3:nth-child(2), .dotted .col-md-3:nth-child(3) {
		border: none !important;
	}
	.section-coaches .titulo-cursos-home {
		min-height: 10px
	}
	.section-coaches .professor-box {
		margin-bottom: 15px;
	}
	#secao-1 {
		min-height: 10px
	}
	#faixa-compartilhe .col-md-7 {
		width: 100% !important;
		text-align: center !important	;
		text-transform: none;
		display: 	none;
	}
	#secao-1 {
		padding-top: 9rem !important;
		text-align: center !important;
		padding-bottom: 9rem !important;
	}
	#secao-1 img {
		margin-bottom: 20px;
		width: 100%
	}
	#secao-1 .text-left {
		text-align: center !important;
	}
	.section-palestrantes .carousel-control.left {
		left: -29px !important
	}
	.carousel-control.right {
		right: -39px !important;
	}
	#footer, #footer .text-left {text-align: center;	}
	.flowplayer {margin-bottom: 20px}
	.btn-big:hover {
		border: none !important;
		margin-bottom: 12px !important;
		margin-top: 7px !important;
	}
	.btn-big, .embed-responsive {
		margin-bottom: 15px
	}
	.row {margin: 0;}
	.curriculo {
		min-height: 10px !important
	}
	#secao-5 {
		padding-top: 100px !important
	}
}

@media (max-width: 540px) {
	#faixa-compartilhe {
		/*min-height: 77px*/
	}
}
.secao-padrao {
	/*padding: 100px 0;*/
	float: 	left;
	width: 	100%
}
#secao-1 {
	text-align: center;
	background-color: #000000;
	background: url("../img/coaching-bg2.jpg");
	/*background-attachment: fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center -100px;
	padding-top: 20rem;
	padding-bottom: 20rem;
}
#secao-1 img {
	border-radius: 4px
}
#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;
}
.secao-6 {
	background-color: #f2f4f5;
	text-align: center;
}
.dotted .col-md-3:nth-child(3), .dotted .col-md-6:nth-child(2) {
	border: 1px dotted #ccc;
	border-top: none;
	border-bottom: none;
}
.dotted .col-md-3:nth-child(2) {
	border-left: 1px dotted #ccc;
}
.secao-6 .col-md-3 {
	padding: 0 20px;
}
.lighter {
}
footer {
	background-color: #0a2456;
	color: #fff;
	height: 5rem;
	line-height: 5rem;
	position: relative;
	text-align: center;
	height: auto;
	float: left;
	width: 100%;
	padding: 30px 0;
	text-align: center;
}
.titulo-secao {
	letter-spacing: -.1rem;
	visibility: visible;
	animation-name: fadeIn;
	font-size: 5.2rem;
	line-height: 1.255;
	color: #000000;
	margin-top: 0;
	max-width: 100%;
	margin: 0 auto 3%;
}
.titulo-secao span {
	font-weight: normal !important
}
b, strong {
	font-weight: 700
}
.secao-quero-comecar {
	background: #0a2456;
	padding: 40px 0 36px;
	float: left;
	width: 100%;
}
.btn-danger {
	background: #ed2125 !important;
}
.btn-info {
	background: #0a2456 !important;
}
.btn-success {
	background-color: green !important;
}
.btn-big, .hs-button.primary.large {
	width: 100%;
	padding: 20px 10px;
	font-size: 25px;
	font-weight: 900;
	border: none;
	border-bottom: 4px solid rgba(0, 0, 0, 0.2)
}
.hs-button.primary.large {
	border: none !important;
	margin: 0px !important
}
.btn {white-space: inherit;}
.btn-big:hover {
	border: 0 !important;
	margin-bottom: 5px !important;
	margin-top: 7px !important;]
}
.btn-big.btn-garantir {
	font-size: 2.3rem;
	letter-spacing: .1rem;
	height: 7.4rem;
	line-height: calc(7.4rem - .4rem);
}
.hs-button.primary.large:hover {
	background: #0a2456 !important;

	margin: 0 !important
}
.box-simulado {
	background: rgba(0, 0, 0, 0.08) !important;
	border-radius: 4px;
	padding: 11px 35px;
	border: 2px solid #0000003d;
}
.box-curso {
	/*background: #f2f4f5;*/

	border-radius: 4px;
	padding: 20px;
	color: #333 !important;
}
.box-curso .titulo-secao {
	margin-bottom: 10px;
	font-size: 35px;
	text-align: left;
}
.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;
	font-size: 16px
}
#footer li a {
	color: #ffffff;
	opacity: 0.7;
	font-size: 16px
}
#footer li a:hover {
	opacity: 1;
}
.btn-saiba {
	background: transparent !important;
	border-color: #ffffff;
	padding: 5px 10px;
	font-size: 16px;
	color: #ffffff !important
}
@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;
	}
	.home-social {
		display: none;
	}
		#programacao, #programacao2, #secao-1 {
		background-position: center !important
	}
}
@media (max-width: 776px) {
	.titulo-secao {font-size: 1.5em}
	#secao-4 h1 span {font-size: 1em}
	#secao-6 .col-md-3:nth-child(4) {
		border: 1px dotted #ccc;
		border-left: none;
		border-right: none
	}

	#secao-6 .col-md-3 {
		padding: 20px 0
	}
	.thumbnail img {
		width: 100%
	}
	.igual * {
		padding: 0 !important;
		margin: 0 !important;
	}
}

.section-palestrantes {
	float: left;
	width: 100%;
	background: #242c33;
	padding: 7% 0 2%;
	color: #ffffff;
}
.section-palestrantes .titulo-cursos-home {
	background: #0a2456
}
.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;
	min-height: 80px;
	text-align: center;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 3px 3px 0 0;
}
.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;}
.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;
}

.carousel-control.left, .carousel-control.right {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	background-image: none !important;
	background-repeat: no-repeat !important;
	text-shadow: none !important;
}
.carousel-control.left span {
	padding: 11px 10px 9px 7px;
}
.carousel-control.right span {
	padding: 11px 7px 9px 10px;
}
.carousel-control.left span.fa-chevron-left, .carousel-control.right span.fa-chevron-right {
	position: absolute;
	top: 50%;
	font-size: 1.5em;
	margin-top: -7px;
}

#Carousel-corpo-docente:hover .carousel-control span {
	display: block;
}
.carousel-control.right {
	right: -50px;
	left: auto;
}
.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;

}
.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
}
section {
	padding-top: 12rem;
	padding-bottom: 11rem;
	background-color: #660504;
	color: #010507;
	position: relative;
	float: left;
	width: 100%;
	/*min-height: 100vh*/
}

#servicos {
	background: #ffffff
}

#programacao, #programacao2 {
	color: #ffffff;
	background: url("../img/coaching-bg2.jpg");
	/*background-attachment: fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	width: 100%;
	background-position: center -100px
}
.service-icon {
	float: left;
	color: #660504;
	font-size: 4.8rem;
	margin-top: -.6rem;
}
.services-list .service-text {
	margin-left: 7.8rem;
	text-align: left;
}
.service-text h3 {
	margin: -8px 0 10px;
}
.section-header {
	margin-bottom: 3%
}
html {
	font-size: 10px;
}
@media only screen and (max-width: 400px) {
	html {
		font-size: 9.411764705882353px;
	}
}
html, body {
	height: 100%;
}
body {
	font-size: 2.1rem;
	font-style: normal;
	font-weight: normal;
	line-height: 1.765;
	color: #757575;
	margin: 0;
	padding: 0;
}
a {
	color: #0087cc;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:active {
	color: #660504;
}
a:hover, a:active {
	outline: 0;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	margin-top: 6rem;
	margin-bottom: 1.8rem;
}
@media only screen and (max-width: 600px) {
	h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
		margin-top: 5.1rem;
	}
}
h5, .h5, h6, .h6 {
	margin-top: 4.2rem;
	margin-bottom: 1.5rem;
}
@media only screen and (max-width: 600px) {
	h5, .h5, h6, .h6 {
		margin-top: 3.6rem;
		margin-bottom: 0.9rem;
	}
}
h1, .h1 {
	font-size: 3.6rem;
	line-height: 1.25;
	letter-spacing: -.1rem;
}
@media only screen and (max-width: 600px) {
	h1, .h1 {
		font-size: 3.3rem;
		letter-spacing: -.07rem;
	}
}
h2, .h2 {
	font-size: 3rem;
	line-height: 1.3;
}
h3, .h3 {
	font-size: 2.4rem;
	line-height: 1.25;
}
h4, .h4 {
	font-size: 2.1rem;
	line-height: 1.286;
}
h5, .h5 {
	font-size: 1.6rem;
	line-height: 1.313;
}
h6, .h6 {
	font-size: 1.3rem;
	line-height: 1.385;
	text-transform: uppercase;
	letter-spacing: .16rem;
}
p img {
	margin: 0;
}
p.lead {
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.8;
	margin-bottom: 3.6rem;
	color: #000000;
}
@media only screen and (max-width: 800px) {
	p.lead {
		font-size: 1.8rem;
	}
}
em, i, strong, b {
	font-size: inherit;
	line-height: inherit;
	font-style: normal;
	font-weight: normal;
}
em, i {
	font-style: italic;
}
strong, b {

}
small {
	font-size: 1.2rem;
	line-height: inherit;
}
blockquote {
	margin: 3.9rem 0;
	padding-left: 4.5rem;
	position: relative;
}
blockquote:before {
	content: "\201C";
	font-size: 10rem;
	line-height: 0px;
	margin: 0;
	color: rgba(0, 0, 0, 0.25);
	font-family: arial, sans-serif;
	position: absolute;
	top: 3.6rem;
	left: 0;
}
blockquote p {
	padding: 0;
	font-size: 2.1rem;
	line-height: 1.857;
	color: #0a2456;
}
blockquote cite {
	display: block;
	font-size: 1.4rem;
	font-style: normal;
	line-height: 1.5;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited {
	color: #828282;
	border: none;
}
abbr {

	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .05rem;
	color: #828282;
}
var, kbd, samp, code, pre {

}
pre {
	padding: 2.4rem 3rem 3rem;
	background: #F1F1F1;
	overflow-x: auto;
}
code {
	font-size: 1.4rem;
	margin: 0 .2rem;
	padding: .3rem .6rem;
	white-space: nowrap;
	background: #F1F1F1;
	border: 1px solid #E1E1E1;
	border-radius: 3px;
}
pre > code {
	display: block;
	white-space: pre;
	line-height: 2;
	padding: 0;
	margin: 0;
}
pre.prettyprint > code {
	border: none;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
	text-decoration: none;
}
mark {
	background: #ffd900;
	color: #000000;
}
hr {
	border: solid rgba(0, 0, 0, 0.1);
	border-width: 1px 0 0;
	clear: both;
	margin: 2.4rem 0 1.5rem;
	height: 0;
}

ul.disc li {
	display: list-item;
	list-style: none;
	padding: 0 0 0 .8rem;
	position: relative;
}
ul.disc li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #660504;
	position: absolute;
	left: -17px;
	top: 11px;
	vertical-align: middle;
}
dt {
	margin: 0;
	color: #660504;
}
dd {
	margin: 0 0 0 2rem;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
img.pull-right {
	margin: 1.5rem 0 0 3rem;
}
img.pull-left {
	margin: 1.5rem 3rem 0 0;
}
table {
	border-width: 0;
	width: 100%;
	max-width: 100%;

}
th, td {
	padding: 1.5rem 3rem;
	text-align: left;
	border-bottom: 1px solid #E8E8E8;
}
th {
	color: #000000;
}
td {
	line-height: 1.5;
}
th:first-child, td:first-child {
	padding-left: 0;
}
th:last-child, td:last-child {
	padding-right: 0;
}
.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
button, .btn {
	margin-bottom: 1.2rem;
}
fieldset {
	margin-bottom: 1.5rem;
}
input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.video-container,
.cl-custom-select {
	margin-bottom: 3rem;
}
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.pace-inactive {
	display: none;
}
.pace .pace-progress {
	background: #660504;
	position: fixed;
	z-index: 9000000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 4px;
}
.oldie .pace {
	display: none;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	z-index: 800;
	height: 100%;
	width: 100%;
	display: table;
}
.no-js #preloader, .oldie #preloader {
	display: none;
}
#loader {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.line-scale-pulse-out > div {
	background-color: #660504;
	width: 4px;
	height: 35px;
	border-radius: 2px;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
	-webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
	animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}
.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
	-webkit-animation-delay: -0.4s !important;
	animation-delay: -0.4s !important;
}
.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
	-webkit-animation-delay: -0.2s !important;
	animation-delay: -0.2s !important;
}
@-webkit-keyframes line-scale-pulse-out {
	0% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}
	50% {
		-webkit-transform: scaley(0.4);
		transform: scaley(0.4);
	}
	100% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}
}
@keyframes line-scale-pulse-out {
	0% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}
	50% {
		-webkit-transform: scaley(0.4);
		transform: scaley(0.4);
	}
	100% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}
}
fieldset {
	border: none;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	display: block;
	height: 5.3rem;
	padding: 1.5rem 0;
	border: 0;
	outline: none;
	color: #333333;
	font-size: 1.4rem;
	line-height: 3rem;
	max-width: 100%;
	background: transparent;
	border-bottom: 2px solid rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cl-custom-select {
	position: relative;
	padding: 0;
}
.cl-custom-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	margin: 0;
	line-height: 3rem;
	vertical-align: middle;
}
.cl-custom-select select option {
	padding-left: 2rem;
	padding-right: 2rem;
}
.cl-custom-select select::-ms-expand {
	display: none;
}
.cl-custom-select::after {
	border-bottom: 2px solid rgba(0, 0, 0, 0.5);
	border-right: 2px solid rgba(0, 0, 0, 0.5);
	content: '';
	display: block;
	height: 8px;
	width: 8px;
	margin-top: -7px;
	pointer-events: none;
	position: absolute;
	right: 2.4rem;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.oldie .cl-custom-select::after {
	display: none;
}
textarea {
	min-height: 25rem;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	color: #000000;
	border-bottom: 2px solid black;
}
label, legend {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: .9rem;
	line-height: 1.714;
	color: #000000;
	display: block;
}
input[type="checkbox"], input[type="radio"] {
	display: inline;
}
label > .label-text {
	display: inline-block;
	margin-left: 1rem;
	font-weight: normal;
	line-height: inherit;
}
label > input[type="checkbox"],
label > input[type="radio"] {
	margin: 0;
	position: relative;
	top: .15rem;
}
::-webkit-input-placeholder {
	color: #828282;
}
:-moz-placeholder {
	color: #828282;

}
::-moz-placeholder {
	color: #828282;

}
:-ms-input-placeholder {
	color: #828282;
}
.placeholder {
	color: #828282 !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #660504;
	transition: background-color 5000s ease-in-out 0s;
}
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
	height: 5.4rem;
	line-height: calc(5.4rem - .4rem);
	padding: 0 3rem;
	margin: 0 .3rem 1.2rem 0;

	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {

}
.service-text p {
	font-size: 15px;
	line-height: 23px;
	margin-top: 5px;
}
.service-text h3 {
	margin-bottom: 3px !important
}
.btn.btn--primary,
button.btn--primary,
input[type="submit"].btn--primary,
input[type="reset"].btn--primary,
input[type="button"].btn--primary {
	background: #660504;
	border-color: #660504;
	color: #FFFFFF;
}
.btn.btn--primary:hover,
button.btn--primary:hover,
input[type="submit"].btn--primary:hover,
input[type="reset"].btn--primary:hover,
input[type="button"].btn--primary:hover,
.btn.btn--primary:focus,
button.btn--primary:focus,
input[type="submit"].btn--primary:focus,
input[type="reset"].btn--primary:focus,
input[type="button"].btn--primary:focus {
	background: #ea9312;
	border-color: #ea9312;
}

.btn.full-width, button.full-width {
	width: 100%;
	margin-right: 0;
}
.btn--medium, button.btn--medium {
	height: 5.7rem !important;
	line-height: calc(5.7rem - .4rem) !important;
}
.btn--large, button.btn--large {
	height: 6rem !important;
	line-height: calc(6rem - .4rem) !important;
}
.btn--stroke, button.btn--stroke {
	background: transparent !important;
	border: 0.2rem solid #660504;
	color: #660504;
}
.btn--stroke:hover, button.btn--stroke:hover {
	border: 0.2rem solid #000000;
	color: #000000;
}
.btn--pill, button.btn--pill {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
	border-radius: 1000px !important;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.alert-box {
	padding: 2.1rem 4rem 2.1rem 3rem;
	position: relative;
	margin-bottom: 3rem;
	border-radius: 3px;
	font-size: 1.5rem;
	line-height: 1.6;
}
.alert-box__close {
	position: absolute;
	right: 1.8rem;
	top: 1.8rem;
	cursor: pointer;
}
.alert-box__close.fa {
	font-size: 12px;
}
.alert-box--error {
	background-color: #ffd1d2;
	color: #e65153;
}
.alert-box--success {
	background-color: #c8e675;
	color: #758c36;
}
.alert-box--info {
	background-color: #d7ecfb;
	color: #4a95cc;
}
.alert-box--notice {
	background-color: #fff099;
	color: #bba31b;
}

.drop-cap:first-letter {
	float: left;
	margin: 0;
	padding: 1.5rem .6rem 0 0;
	font-size: 8.4rem;
	font-weight: bold;
	line-height: 6rem;
	text-indent: 0;
	background: transparent;
	color: #000000;
}
.lining dt, .lining dd {
	display: inline;
	margin: 0;
}
.lining dt + dt:before, .lining dd + dt:before {
	content: "\A";
	white-space: pre;
}
.lining dd + dd:before {
	content: ", ";
}
.lining dd + dd:before {
	content: ", ";
}
.lining dd:before {
	content: ": ";
	margin-left: -0.2em;
}
.dictionary-style dt {
	display: inline;
	counter-reset: definitions;
}
.dictionary-style dt + dt:before {
	content: ", ";
	margin-left: -0.2em;
}
.dictionary-style dd {
	display: block;
	counter-increment: definitions;
}
.dictionary-style dd:before {
	content: counter(definitions, decimal) ". ";
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}



@media (min-width: 1200px) {
	.container {
		width: 1440px;
		max-width: 100%
	}
	.section-coaches .col-xl-2 {
		max-width: 20%;
	}
}

.subhead {
	font-size: 1.7rem;
	line-height: 1.333;
	text-transform: uppercase;
	letter-spacing: .25rem;
	margin-top: 0;
	margin-bottom: 0;
}
.about-desc {
	font-size: 2.4rem;
	line-height: 1.75;
	text-align: center;
}
.s-services {
	color: #757575;
}

.home-social {
	list-style: none;
	margin: 0;
	position: absolute;
	top: 50%;
	right: 5.4rem;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	margin-top: -153px
}
.home-social a {
	color: white;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.home-social li {
	position: relative;
	padding: .9rem 0;
}
.home-social li a {
	display: block;
	width: 33px;
	height: 33px;
}
.home-social i, .home-social span {
	position: absolute;
	top: 0;
	line-height: 33px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.home-social i {
	font-size: 14px;
	right: 0;
	text-align: center;
	display: inline-block;
	width: 33px;
	height: 33px;
	line-height: calc(33px - 4px);
	border: 2px solid #FFFFFF;
	border-radius: 50%;
}
.home-social span {
	color: #ffffff;
	right: 4.5rem;
	font-size: 1.3rem;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	max-width: 77px;
	font-weight: 100;
}
.home-social li:hover span {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.bg-branco {
	background: #ffffff
}
#duvidas .well {
	padding: 0;
	background: #fff;
	border: none;
	box-shadow: none;
	float: left;
	border-radius: 4px;
	overflow: hidden;
}
#duvidas a {
	color: #222;
	font-weight: 400px;
	text-decoration: none;
}
#duvidas .btn {
	border: none;
	background: #ED2024;
	font-weight: bold;
	width: 100%;
	float: left;
	text-transform: uppercase;
	margin: 20px 0 15px;
	color: #fff
}
#duvidas img {
	width: 100%;
}
#duvidas .well {
	width: 100%
}

#toTop {
	width: 50px;
	height: 50px;
	line-height: 36px;
	background: rgba(0, 0, 0, 0.17);
	text-align: center;
	padding: 5px;
	position: fixed;
	bottom: 27px;
	right: 27px;
	cursor: pointer;
	display: none;
	color: #FDFFFC;
	font-size: 28px;
}

.container-fluid {
	padding: 0 !important
}
img[src*="https://sp.analytics.yahoo.co"] {
	display: none !important
}

.section-coaches  {
	float: left;
	width: 100%;
	background: #242c33;
	color: #ffffff;
	/*background: url("../img/coaching-bg2.jpg");*/
	/*background-attachment: fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-coaches .titulo-cursos-home {
	background: #12161b
}
.section-coaches .thumbnail p {
	padding: 10px 5px;
	white-space: normal !important;
	min-height: 62px;
}
.section-coaches .thumbnail.bg-cinza {
	background: #fff !important;
	border-color: #E5E5E5 !important;
	border: none !important;
}
.section-coaches .professor-box {
	position: relative;
	z-index: 2;
	float: left;
	text-transform: none;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	margin-left: 0;
	width: 100%;
	font-weight: lighter;
	background: #12161b;
}
.section-coaches .carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 38px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	filter: alpha(opacity=50);
	opacity: .5;
	left: -19px;
}
.section-coaches .col-md-2 {
	width: 20%;
	padding: 0 5px;
}
.section-coaches .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;
}

.section-coaches .titulo-cursos-home {
	color: #fff;
	padding: 11px 10px;
	float: left;
	min-height: 80px;
	text-align: center;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 0;
}
.section-coaches .curriculo {
	color: #c1c1c1;
	height: 120px;
	overflow: auto;
	text-align: left;
	font-size: 13px;
	line-height: 19px;
	padding: 10px
}
.section-coaches .icone-fechar {
	position: absolute;
	right: 0;
	top: 0;
	padding: 6px;
	color: #13054B;
	cursor: pointer !important;
	font-size: 18px;
	margin: 0px;
}
.section-coaches .carousel-control.left, .section-coaches .carousel-control.right {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	background-image: none !important;
	background-repeat: no-repeat !important;
	text-shadow: none !important;
	display: none;
}
.section-coaches .carousel-control.left span {
	padding: 11px 10px 9px 7px;
}
.section-coaches .carousel-control.right span {
	padding: 11px 7px 9px 10px;
}
.section-coaches .carousel-control.left span.fa-chevron-left, .section-coaches .carousel-control.right span.fa-chevron-right {
	position: absolute;
	top: 50%;
	font-size: 1.5em;
	margin-top: -7px;
}
.section-coaches .carousel-control.right span.fa-chevron-right {
	right: 0
}

#Carousel-corpo-docente:hover .carousel-control span {
	display: block;
}
.section-coaches .carousel-control.right {
	right: -19px;
	left: auto;
}
.section-coaches .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;
}
.section-coaches  .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;

}
.icone-down {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -17px;
}
.quadro-1 {
	font-size: 28px;
	padding: 40px 30px !important;
	line-height: 34px;
}

form input[type="text"], form input[type="email"], form input[type="tel"] {
	background: #fff;
	padding: 17px;
	border: none !important;
	padding-right: 53px
}
.input-icon {
	position: absolute;
	right: 21px;
	top: 15px;
	width: 28px;
	padding-top: 2px;
	color: #dddddd;
	height: 24px;
	text-align: right;
	border-left: 1px solid #ececec;
}

form [class*="col-"] {
	padding: 0 7.5px
}

.hide {
	display: 	none;
}
.plano {
	background: #ffffff;
	border-radius: 4px;
	float: left;
	padding-bottom: 15px;
	margin-bottom: 15px
}
.plano .col-12 {
	padding: 0 15px !important;
}
.plano .h2 {
	padding: 15px;
	background: #0a2456;
	color: #ffffff;
	font-weight: bold
}
.plano p {
	padding: 0 15px;
	font-size: 14px;
}
#duvidas small {
	line-height: 22px;
	min-height: 46px;
	float: left;
	width: 100%;
}

.termos-con {
	padding: 18px 0 0;
	margin-top: 10px;
}
.termos-con p {
	line-height: 16px;
	font-size: 14px
}
.img-coache {
	float: 	left;
	height: auto;
	overflow: hidden;
	background: #ffffff;
	width: 100%;
}
.bg-cinza {
	background: #f1f2f6
}
.phone {
	font-size: 3.6rem;
	float: left;
	padding: 15px;
	width: 100%;
	background: #fff;
	color: #000;
	text-align: center;
	border-radius: 4px;
	margin: 10px 0 16px;
}
.section-coaches .col-xl-2 {
	margin-bottom: 15px
}

.section-coaches ::-webkit-scrollbar {
	width: 8px
}
.section-coaches ::-webkit-scrollbar-track {
	background-color: #33373e
}
.section-coaches ::-webkit-scrollbar-thumb {
	background-color: #660504;
	border-radius: 1px
}
.section-coaches ::-webkit-scrollbar-thumb:hover {
	background-color: #7d0b0a
}

.section-coaches .col-xl-2 img {
	height: auto;
	width: 100%;
	max-width: initial;
	min-width: 100%;
}
@media (max-width: 575px) {
	.section-coaches .thumbnail p {
		min-height: 10px !important;
		margin-bottom: 0 !important
	}
	.img-coache {
		height: auto !important
	}
	.section-coaches .curriculo {
		height: auto !important
	}
	.section-coaches .titulo-cursos-home {
		min-height: 10px !important
	}
	.img-coache img {
		max-width: 100% !important;
		height: auto !important
	}
}

.turmas-disponiveis-mobile {
  display: block;
  background: #ffffff;
  border-radius: 4px;
  padding: 15px;
  color: #333;
  margin-top: 58px;
}

.turmas-disponiveis-mobile:before,
.turmas-disponiveis-mobile:after {
  content: ' ';
  clear: both;
  display: table;
}

.turmas-disponiveis-mobile h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
}

.turmas-disponiveis-mobile a {
  width: 100%;
  float: left;
  font-weight: 600;
  text-decoration: none !important;
  padding: 3px 10px;
  border-radius: 4px;
  background: #02002f;
  color: #fff;
  margin-top: 5px;
}

.turmas-disponiveis-mobile a:hover {
  opacity: .8
}
