/*---TOC---*/
/* 0 Initializations - $init 1 Typography - $typogtaphy 2 Helper Classes - $helper 3 Header - $header 4 Homepage 1 (plus common styles) - $index1 5 Homepage 2 - $index2 6 Homepage 3 - $index3 7 Teachers - $teachers 8 Teacher single - $teachershingle 9 Courses grids - $coursesgrids 10 Pricings - $pricings 11 How it works - $howitworks 12 Services - $services 13 Blog - $blog 14 Footer - $footer 15 Responsive $responsive */
/*---------*/
/*Initializations $init*/
h1, h2, h3, h4, h5, h6, p, ul{
	margin: 0;
}
p{
	font-family: 'helvetica-regular';
}
*{
	outline: 0;
}
html,body{
	overflow-x: hidden;
}
/*Typography $typography*/
h3{
	font-family: 'helvetica-regular';
	font-size: 30px;
	letter-spacing:3px;
	color: #505050;
	margin-top: 122px;
	margin-bottom: 16px;
}
h6{
	font-family: 'helveticaNeueMedium';
	font-size:15px;
}
a{
	text-decoration: none !important;
	font-family: 'helveticaNeueMedium';
	font-size: 15px;
}
.author{
	margin-bottom:15px;
}
.author a{
	font-family: 'helveticaNeueMedium';
	font-size: 17px;
	color: rgba(80, 80, 80, 0.40);
}
.author span{
	font-family: 'helveticaNeueMedium';
	font-size: 16px;
	color: rgba(80, 80, 80, 0.40);
}
.abs{
	font-family: "helvetica-regular";
	font-size: 15px;
	color: #707070;
	line-height: 27px;
}
/*Helper Classes $helper*/
.make-center{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flexer{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}
.resp-img{
	width: 100%;
	height: auto;
}
.pos-r{
	position: relative;
}
/*Header $header*/
.container{
}
.rslides-header{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.rslides_nav{
	position: absolute;
	top: 50%;
	color: #fff;
	opacity: .3;
}
.rslides_nav{
	padding: 10px;
}
.rslides_nav.prev{
	left: 10px;
}
.rslides_nav.prev:hover{
	left: 13px;
}
.rslides_nav.next{
	right: 10px;
}
.rslides_nav.next:hover{
	right: 13px;
}
.rslides_nav:hover{
	color: #fff;
	opacity: 0.8;
	transition: all 0.3s ease;
}
.rslides_nav:focus{
	color: #fff;
}
nav > ul > li > a{
	font-family: 'helvetica-regular';
	font-size: 15px;
	font-weight: 500;
	color: #505050;
	padding: 0;
	margin-right: 41px;
	transition: color 0.3s;
	letter-spacing: 2px;
	text-decoration: none;
	font-size: 17px;
}
.navbar-toggle{
	color: #fff;
	line-height: 1;
	margin: 0;
	position: absolute;
	top: 33px;
	right: 20px;
}
nav ul a:hover{
	text-decoration: none;
	color: #80B3E3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
nav{
	width: 84%;
	float:right;
	margin-top: 33px;
	text-align: right;
}
nav ul{
	display: inline-block;
	vertical-align: middle;
	margin-right: 31px;
}
.submenu .sub-column{
	margin-right: 0px !important;
	padding: 0;
}
nav ul li{
	display: inline-block;
}
nav > ul > li > a{
	display: inline-block;
	height: 24px;
}
.submenu.clearfix{
	width: 305px;
	background: #F2F2F2;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 18px;
}
.submenu.submenu-list > li{
	float: none;
	display: block;
	line-height: 1;
	margin-bottom: 15px;
}
.submenu.submenu-list{
	padding: 35px 40px 20px 35px;
}
#topo.flutuante .submenu, .cart-container{
	top: 60px;
}
.submenu, .cart-container{
	background-color: rgba(255,255,255,0.9);
	top: 84px;
	position: absolute;
	z-index: -1;
	margin-left: -215px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	padding: 35px 35px;
}
nav > ul > li > a:hover{
	border-bottom: 2px solid #80B3E3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
nav > ul > li:hover .submenu{
	opacity: 1;
	visibility:initial;
	z-index: 99;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.submenu > li{
	float: left;
}
.submenu li:not(:last-child) .sub-column{
	padding-right: 60px;
	border-right: 1px solid #d6d6d6;
	margin-right: 45px;
}
.sub-column > li{
	display: block;
	line-height: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	text-align: left;
}
.sub-column > li:last-child{
	margin-bottom: 0;
}
.submenu a{
	font-family: "Montserrat", sans-serif;
	color: #5c5c5c;
	font-size: 14px;
	position: relative;
	left: 0;
	transition: all 0.2s ease;
	vertical-align: middle;
	text-align: left;
}
.submenu a:hover{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.submenu a:before{
	content: '';
	width: 8px;
	height: 8px;
	background: #4FA0D3;
	bottom: 0;
	vertical-align:middle;
	border-radius:100%;
	display: inline-block;
	margin-right: 10px;
}
.submenu a:hover:before{
	opacity: 1;
	transition: all 0.5s ease;
}
.navigation{
	display: inline-block;
}
#topbar{
	height: 107px;
	padding: 0 83px;
	background: #FFFFFF;
}
.page header{
	background-color: #213c50;
}
#topbar > .pull-right{
	line-height: 98px;
}
.logo{
	display: inline-block;
	line-height: 28px;
	margin-top: 25px;
}
.navbar-collapse{
	padding: 0;
}
.blueplay:before{
	content:"\25b6";
	display: inline-block;
	margin: 0 8px 0 10px;
	color: #12c8fc;
	position: relative;
	bottom: 1px;
}
.blueplay, .register{
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	color: #fff;
	transition: background-color 0.5s ease;
	border-radius: 3px;
}
.blueplay:hover, .register:hover{
	text-decoration: none;
	transition: background-color 0.5s ease;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blueplay{
	padding: 8px 12px 8px 0;
	border: 1px solid rgba(255,255,255,0.15);
}
.blueplay:hover{
	background-color: rgba(255,255,255,0.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blueplay.login, .register, .cart{
	margin-right: 24px;
}
.cart{
	display: inline-block;
}
.cart:hover > .cart-container{
	z-index: 99;
	opacity: 1;
}
.cart > a{
	color: #fff;
	position: relative;
	bottom: -5px;
	transition: color 0.3s;
}
.cart .cart-item img{
	margin-right: 28px;
}
.cart .cart-container{
	width: 425px;
}
.cart .cart-container .cart-item{
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 24px;
}
.cart .cart-container .cart-item a{
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	color: #202020;
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top: 12px;
	left: 125px;
}
.cart .cart-container .cart-item .quantity{
	font-family: "Work Sans", sans-serif;
	font-weight: 500;
	color: #18c967;
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top: 42px;
	left: 125px;
}
.cart .cart-container .cart-item .remove{
	line-height: 25px;
	border: none;
	border-radius: 3px;
	color: #fff;
	background-color: #c9c9c9;
	position: absolute;
	bottom: 30px;
	left: 125px;
}
.cart .cart-controls{
	line-height: 1;
}
.cart .cart-controls a{
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	color: #fff;
	padding: 0 15px;
	display: inline-block;
	border-radius: 2px;
}
.cart .cart-controls a:not(:last-child){
	margin-right: 20px;
}
.cart .cart-controls .checkout{
	background-color: #12c8fc;
	line-height: 33px;
}
.cart .cart-controls .viewcart{
	background-color: #213c50;
	line-height: 33px;
}
.cart .cart-controls .addcourse{
	background-color: #c9c9c9;
	line-height: 33px;
}
.cart a>span{
	font-family: "Montserrat", sans-serif;
	position: absolute;
	background-color: #12c8fc;
	color: #fff;
	line-height: 16px;
	width: 16px;
	border-radius: 8px;
	text-align: center;
	font-size: 10px;
	top: -10px;
	left: 6px;
}
.cart h6{
	color: #202020;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 2px;
	margin-bottom: 26px;
}
.cart img{
	border: 1px solid #dfdfdf;
}
.search .search-something{
	width: 300px;
	position: absolute;
	top: 98px;
	z-index: -1;
	opacity: 0;
	padding: 5px;
	background: rgba(255,255,255,.9);
}
.search .search-something input{
	background: transparent;
}
.lang{
	list-style-type: none;
	border: 1px solid rgba(255,255,255,0.15);
	border-radius: 3px;
	position: absolute;
	right: 40px;
	top: 34px;
	width: 50px;
	padding: 5px 0;
	max-height: 30px;
	overflow: hidden;
	transition: all 0.3s ease;
}
.lang:hover{
	max-height: 116px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.lang .selected{
	margin-bottom: 20px;
}
.lang .selected::before{
	font-size: 7px;
	content: "\25bc";
	margin-right: 7px;
	margin-left: 7px;
	position: relative;
	bottom: 2px;
	color: #fff;
}
.lang:hover .selected::before{
	color: #18c967;
}
.lang li:not(.selected){
	line-height: 20px;
	margin-left: 23px;
}
.lang a{
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	padding: 0;
	color: #fff;
	text-decoration: none;
}
h2 + p, .pretitle{
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.97);
}
.pretitle{
	font-family: 'helvetica-regular';
	font-size: 25px;
	margin-top: 190px;
}
#banner .desc-bann{
	width: 100%;
	height: 100%;
	max-width: 1149px;
	text-align: center;
	padding-top: 311px;
	margin: 0 auto;
	z-index: 100;
	position: relative;
}
#banner{
	margin-top: 100px;
}
#banner ul li{
	background-position: top center !important;
}
.banner-texto .eng-titulo-bann1{
   width: 100%;
   height: 100%;
   display: table;
}
.banner-texto .eng-titulo-bann2{
   width: 100%;
   height: 100%;
   display: table-cell;
   vertical-align: middle;
}
.banner-texto .titulo{
	font-size: 33px;
	font-family: 'helvetica-bold';
	letter-spacing: 2px;
	color:#FFFFFF;
	line-height: 45px;
	margin-top: -25px;
}
.btn-banner{
	margin-top: 0;
	position: absolute;
	bottom: 90px;
	left: 50%;
	transform: translate(-50%, 0);
}
.btn-banner a{
	background: #4FA0D3;
	color: #fff;
	font-size: 14px;
	font-family: 'helvetica-regular';
	text-decoration: inherit;
	padding: 12px 70px;
	border-radius: 25px;
	border:1px solid #4FA0D3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-banner:hover a{
	background:transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
h2{
	font-family: 'helveticaNeueMedium';
}
h2 + p{
	font-size: 28px;
	margin-top: 15px;
}
.bluebutton{
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-size: 12px;
	display: block;
	margin: auto;
	background-color: #12c8fc;
	text-decoration: none;
	transition: background-color 0.3s ease;
}
header .bluebutton{
	line-height: 60px;
	padding: 0 24px;
	width: 340px;
	margin-top: 50px;
}
.bluebutton:hover{
	background-color: #09a5c9;
	transition: background-color 0.3s ease;
	text-decoration: none;
	color: #fff;
}
header .bluebutton::before{
	content: "";
	background-image: url("http://placehold.it/12x14");
	display: inline-block;
	margin-right: 18px;
	width:15px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	top: 2px;
	left: 0;
	transition: left 0.3s ease;
}
header .bluebutton:hover::before{
	left: 10px;
	transition: left 0.3s ease;
}
header .scrolldown{
	display: block;
	width: 17px;
	height: 27px;
	border: 2px solid #fff;
	border-radius: 8px;
	margin: auto;
	right: 0;
	left: 0;
	position: absolute;
	bottom: 15px;
}
header .scrolldown > span{
	display: block;
	margin: auto;
	width: 2px;
	height: 3px;
	background-color: #fff;
	position: relative;
	top: 5px;
	transition: top 0.3s ease;
}
header .scrolldown:hover > span{
	top: 14px;
	transition: top 0.3s ease;
}
.slick-features{
	padding: 0 80px;
}
.features-carousel{
	border-bottom: 1px solid #e8e8e8;
}
.feature{
	padding: 0 35px;
	height: 300px;
}
.feature img{
	margin-top: 0;
	margin: auto;
}
.feature h6{
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #202020;
	margin-top: 30px;
	min-height: 34px;
}
.feature p{
	font-family: "Work Sans", sans-serif;
	font-size: 12px;
	color: #535353;
	min-height: 64px;
}
.feature .readmore{
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	color: #18c967;
	letter-spacing: 1px;
	margin-top: 25px;
	display: inline-block;
}
.feature .readmore > span{
	display: inline-block;
	width: 0;
	transition: width 0.5s ease;
	overflow: hidden;
	white-space: nowrap;
}
.feature .readmore:hover > span{
	width: 90%;
	transition: width 0.5s ease;
}
.feature .readmore i{
	position: relative;
	bottom: 4px;
}
.slick-features .slick-arrow{
	color: #d4d4d4;
	line-height: 300px;
	position: absolute;
	width: 80px;
	cursor: pointer;
	top: 0;
}
.slick-features .slick-arrow.zmdi-chevron-left{
	left: 0;
}
.slick-features .slick-arrow.zmdi-chevron-right{
	right: 0;
	border-left: 1px solid #e8e8e8;
}
h3 + p {
	font-family: 'helvetica-regular';
	font-size: 14px;
	color: #747474;
}
.whyus h3::after{
	margin-right: 0;
	margin-left: 0;
}
.categories{
	position: relative;
}
.partners .partner, .categories .category{
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.categories .category img{
	margin-top: 50px;
	height: 63px;
}
.categories .category h5{
	font-family: 'helvetica-regular';
	font-weight: 500;
	color: #505050;
	margin-top: 30px;
	margin-bottom: 50px;
}
.box-principais-curso .overlay span{
	font-size: 33px;
	color: #fff;
	font-family: 'helvetica-bold';
	margin-top: 23px !important;
}
.box-principais-curso .overlay p{
	color: #FFFFFF;
}
.box-principais-curso .overlay h5{
	font-family: "helvetica-regular";
	font-weight:500;
	font-size: 14px;
}
.categories .row:last-child::after, .partners .row:last-child::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: relative;
	bottom: 1px;
}
.categories::after, .partners::after{
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}
.categories .category .overlay{
	background-color:#80B3E3;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	padding: 30px 60px;
	opacity: 0;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.13);
	border-radius: 3px;
}
.categories .category .overlay p{
	font-family: "helvetica-regular";
	font-weight:500;
	font-size: 12px;
	color:rgba(255, 255, 255, 0.33);
}
.categories .category .overlay p span{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 36px;
	color: #fff;
	display: block;
}
.categories .category .overlay h5{
	margin-top: 90px;
	color: #fff;
	margin-bottom: 22px;
}
.categories .category .overlay a{
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.categories .category .overlay a::after{
	display: block;
	content: "";
	width: 0;
	height: 2px;
	background-color: rgba(255,255,255,0.6);
	transition: width 0.5s ease;
	margin: 0 auto;
}
.categories .category .overlay a:hover::after{
	width: 100%;
	transition: width 0.5s ease;
}
.categories .category:hover > .overlay{
	transform: scale(1.1);
	transition: all 0.5s ease;
	opacity: 1;
}
.horizontal-divider{
	margin-top: 100px;
	position: relative;
}
.step a{
	display: inline-block;
	box-sizing: content-box;
	font-family: "Work Sans", sans-serif;
	font-size: 32px;
	font-weight: 600;
	color: #fff;
	padding: 3px 0;
	width: 50px;
	border-radius: 62px;
	text-align: center;
	background-color: #416581;
	border: 6px solid #8299ac;
	box-shadow: 0 0 0 6px #c4ced7;
	text-decoration: none;
}
.step:hover a{
	background-color: #18c967;
	border-color: #68da9b;
	box-shadow: 0 0 0 6px #b7edcf;
	transform: rotate(360deg);
	transition: all 0.3s ease;
}
.horizontal-divider .divider{
	border-bottom: solid 1px #18c967;
	position: absolute;
	width: 500%;
	top: 32px;
	display: block;
	left: -600px;
}
.horizontal-divider h6{
	margin-top: 35px;
	margin-bottom: 15px;
}
.signup{
	background-image: url("http://placehold.it/1920x345");
	background-size: cover;
	background-position: center;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	color: #fff;
}
.signup p{
	font-size: 16px;
	letter-spacing: 10px;
	margin-top: 75px;
}
.signup h4{
	font-size: 53px;
	margin-top: 15px;
}
.signup a{
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	line-height: 44px;
	width: 145px;
	border-radius: 2px;
	margin-top: 45px;
	margin-bottom: 80px;
}
.popular h3{
	padding-bottom:45px;
	border-bottom: 1px solid #e8e8e8;
}
.popular h3::after{
	display: none;
}
.popular .popular-scrolldown i{
	color: #fff;
	background-color: #12c8fc;
	width: 28px;
	text-align: center;
	line-height: 28px;
	display: inline-block;
	border-radius: 30px;
	margin-top: 7px;
}
.popular .popular-scrolldown{
	display: inline-block;
	width: 44px;
	height: 44px;
	border-radius: 44px;
	border: 1px solid #e9e9e9;
}
.popular .scrolldown-placeholder{
	background-color: #fff;
	position: relative;
	top: -22px;
	display: inline-block;
	padding: 0 20px;
}
.popular .tutorials{
	margin-top: 70px;
}
.popular .tutorials .tutorial{
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.13);
}
.popular .tutorial .tutorial-details{
	padding: 18px 34px 29px 34px;
}
.popular .tutorial .tutorial-details h6{
	font-family: "helvetica-regular";
	font-weight: 500;
	font-size: 15px;
	color: #105C77;
	margin-bottom: 8px;
	line-height: 22px;
	width: 71%;
}
.popular .tutorial .tutorial-details .lessons, .popular .tutorial .tutorial-details .duration, .class-details, .option-items .duration{
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	font-size: 11px;
	color: #979798;
}
.popular .tutorial .tutorial-details i{
	margin-right: 10px;
}
.popular .tutorial .tutorial-details .lessons{
	margin-right: 20px;
}
.popular .tutorial .tutorial-details .abs{
	margin-top: 8px;
	font-family: "helvetica-regular";
	font-size: 11px;
	width: 80%;
}
.popular .tutorial .tutorial-details .greybutton{
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 49px;
	color: #fff;
	text-decoration: none;
	background-color: #b6b6b7;
	border-radius: 2px;
	margin-top: 34px;
	transition: background-color 0.3s ease;
}
.popular .tutorial .tutorial-details .greybutton:hover{
	background-color: #18c967;
	transition: background-color 0.3s ease;
}
#depoimentos{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background: #FFF;
}
.eng-depoimento .titulo{
	margin-top: 83px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.20);
	padding-bottom: 25px;
	color: #505050;
	font-size: 30px;
	font-family: 'helveticaNeueMedium';
}
.testimonials .name{
	font-size: 25px;
	color: #fff;
	letter-spacing: 2px;
	font-family: 'helveticaNeueMedium';
}
.testimonials h4{
	font-size: 17px;
	color: #4FA0D3;
	margin-bottom: 22px;
	font-family: 'helveticaNeueMedium';
}
.testimonials p{
	color: #505050;
	font-size: 13px;
	width: 54%;
	margin: 0 auto;
	font-family: 'helvetica-regular';
}
.testimonials .name em{
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	margin-left: 15px;
	position: relative;
	bottom: 1px;
}
.testimonials .image{
	width: 200px;
	margin: 0 auto;
	margin-bottom: 25px;
}
.testimonials img{
	display: inline-block!important;
	margin: 50% 0;
	transform: translate(0, -50%);
}
.testimonial{
	margin-top: 43px;
	height: 180px;
}
.testimonials .slick-arrow{
	box-sizing: content-box;
	position: absolute;
	bottom: -60px;
	background-color: #FFFFFF;
	color: #4FA0D3;
	line-height: 30px;
	width: 30px;
	cursor: pointer;
	border-radius: 30px;
	transition: all 0.3s ease;
	z-index: 200;
	border: 2px solid #dae5ef;
}
.testimonials .slick-arrow:hover{
	background-color: #18c967;
	transform: rotate(360deg);
	transition: all 0.3s ease;
}
.testimonials .slick-arrow.zmdi-chevron-right{
	right: 0;
	bottom: 0;
}
.testimonials .slick-arrow.zmdi-chevron-left{
	left: 0;
	bottom: 0;
}
.whyus h6{
	margin-bottom: 20px;
}
.whyus p{
	font-family: "Work Sans", sans-serif;
	font-size: 12px;
	color: #535353;
	margin-bottom: 55px;
}
#index1 .whyus, #how-it-works .whyus{
	background-image: url("http://placehold.it/1920x597");
	background-size: cover;
	background-position: right bottom;
}
/*Homepage2 $index2*/
#index2 header .pretitle, #index3 header .pretitle{
	visibility: hidden;
}
#index2 .features-carousel, #services-2 .features-carousel{
	background-image: url("http://placehold.it/1920x301");
	background-size: cover;
	background-position: center;
}
#index2 .slick-features .feature h6, #index2 .slick-features .feature p, #services-2 .slick-features .feature h6, #services-2 .slick-features .feature p{
	color: #fff;
}
#index2 .slick-features .feature, #services-2 .slick-features .feature{
	border-left: 1px solid #435969;
}
#index2 .slick-features .slick-arrow.zmdi-chevron-right, #services-2 .slick-features .slick-arrow.zmdi-chevron-right{
	border-left: 1px solid #435969;
}
#index2 .pros .blueplay, #index3 .pros .blueplay{
	color: #737373;
	border-color: #e6e6e6;
	transition: background-color 0.3s ease;
	margin: 45px 0;
	display: inline-block;
}
#index2 .pros .blueplay:hover, #index3 .pros .blueplay:hover{
	background-color: #ddd;
	transition: background-color 0.3s ease;
}
.pros .imgcontainer img{
	width: 100%;
}
.pros .imgcontainer{
	width: 136px;
	height: 136px;
	border-radius: 70px;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.13);
	position: relative;
	overflow: hidden;
	border: 4px solid #fff;
	margin: 0 auto;
}
.pros .imgcontainer .overlay{
	background-color: rgba(24,201,103,0.47);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}
.pros .teacher{
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
}
.pros .teacher a{
	margin-top: 20px;
	color: #202020;
	display: block;
}
.janela-3 {
	width: 570px;
	border-radius: 15px;
	padding: 45px;
	display: none;
}
.janela-3 p {
	line-height: 26px;
	text-align: justify;
	padding: 30px;
	padding-top: 0;
}
.janela-3 .image{
	margin: 0 auto;
	width: 250px;
	height: 250px;
	border-radius: 100%;
	overflow: hidden;
}
.janela-3 .image img{
	width: 100%;
}
.janela-3 .tit-lightbox{
	text-align: center;
	margin-top: 15px;
}
.janela-3 .tit-lightbox h1{
	font-size: 30px;
	color: #4FA0D3;
}
.janela-3 .fancybox-close-small:after{
	background: #FFF;
	color: #4FA0D3;
}
.janela-3 .fancybox-close-small:hover:after{
	color: #FFF;
	background: #4FA0D3;
}
.pros a + p, .teacher-page h5 + p{
	color: #12c8fc;
	font-size: 12px;
}
.pros .overlay img{
	margin-top: 45px;
	position: relative;
	left: 1px;
}
.pros .overlay p{
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	color: #fff;
	margin-top: 5px;
}
.platform{
	background-image: url("http://placehold.it/1920x917");
	background-size: cover;
	background-position: center;
	color: #fff;
}
.platform h3{
	color: #fff;
	margin-top: 85px;
	margin-bottom: 55px;
}
.platform-feature a{
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-size: 15px;
	display: block;
	margin-top: 22px;
	transition: color 0.3s ease;
	text-decoration: none;
}
.platform-feature a:hover{
	color: rgba(255,255,255,0.17);
	transition: color 0.3s ease;
	text-decoration: none;
}
.platform-feature a::after{
	content: "";
	display: block;
	height: 2px;
	width: 66px;
	margin: 18px auto;
	background-color: #fff;
}
.platform-feature p{
	font-family: "Work Sans", sans-serif;
	font-size: 12px;
	padding: 0 30px;
}
.platform{
	margin-top: 100px;
	padding-bottom: 470px;
	position: relative;
}
.platform .browser-mockup{
	position: absolute;
	top: 480px;
}
#index2 .success h3{
	margin-top: 250px;
}
.partners .partner{
	height: 180px;
}
.partners .partner img{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.partners .partner a{
	opacity: 0.80;
	transition: opacity 0.3s ease;
}
.partners .partner a:hover{
	opacity: 1;
	transition: opacity 0.3s ease;
}
.partners{
	position: relative;
}
.partners .row.text-center{
	margin-top: 63px;
}
.ready{
	background-image: url("http://placehold.it/1920x199");
	background-position: center;
	background-size: cover;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	color: #fff;
	margin-top: 75px;
}
.ready .container{
	position: relative;
}
.ready h4{
	font-size: 40px;
	margin-bottom: 63px;
}
.ready p{
	font-size: 16px;
	letter-spacing: 10px;
	margin-top: 60px;
}
.ready .whitebutton{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "OpenSans", sans-serif;
	font-size: 11px;
	color: #202020;
	display: inline-block;
	line-height: 43px;
	width: 135px;
	background-color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	transition: background-color 0.3s ease;
}
.ready .whitebutton:hover{
	background-color: #18c967;
	transition: background-color 0.3s ease;
}
/*Homepage 3 $index3*/
#index3 .feature .img-container-bg, #services-2 .feature .img-container-bg{
	width: 105px;
	height: 105px;
	display: inline-block;
	background-color: #f6f6f6;
	border-radius: 50px;
	margin-top: 78px;
}
#index3 .feature .img-container-bg img, #services-2 .feature .img-container-bg img{
	margin-top: 0;
}
#index3 .feature, #services-2 .page-heading + .featured .feature{
	padding: 0 5px;
	border: none;
	height: auto;
}
#index3 .feature p{
	line-height: 20px;
}
.index-3-categories .category-with-bg{
	font-family: "Montserrat", sans-serif;
	background-size: cover;
	background-position: center;
	color: #fff;
	cursor: pointer;
	margin-top: 31px;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.13);
}
.index-3-categories .category-with-bg h5{
	font-weight: 600;
	font-size: 14px;
	padding-top: 90px;
	margin-bottom: 14px;
}
.index-3-categories .category-with-bg p{
	font-size: 12px;
	margin-bottom: 20px;
}
.index-3-categories .category-with-bg .goto{
	margin-bottom: 50px;
	display: inline-block;
	padding: 0 12px;
	line-height: 18px;
	color: #fff;
	background-color: #12c8fc;
	border-radius: 12px;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.index-3-categories .category-with-bg:hover .goto{
	opacity: 1;
	transition: opacity 0.3s ease;
}
#index3 .index-3-categories .row.text-center{
	margin-top: 30px;
}
#index3 .signup{
	background-image: url("http://placehold.it/1920x345");
}
.pricings .plan{
	position: relative;
	border-radius: 2px;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.13);
	margin-top: 40px;
}
.pricings .price{
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	font-size: 89px;
	color: #12c8fc;
	position: relative;
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 10px;
}
.price::before{
	content:"$";
}
.pricings .price::before{
	font-size: 50px;
	left: -30px;
	top: 10px;
}
.pricings .mostpopular .price{
	color: #18c967;
}
.pricings .crew{
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	color: #202020;
	margin-bottom: 15px;
}
.pricings .plan-details p{
	font-family: "Work Sans", sans-serif;
	font-size: 13px;
	color: #5f5f5f;
	margin-top: 15px;
}
.pricings .plan a{
	bottom: 0;
	width: 137px;
	line-height: 40px;
	display: inline-block;
	left: 0;
	right: 0;
	margin: 60px auto 27px auto;
	border: 1px solid;
	border-color: #cdcdcd;
	border-radius: 4px;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.pricings .plan a i{
	margin-right: 15px;
}
.pricings .plan:hover a + a{
	opacity: 1;
	transition: opacity 0.5s ease;
}
.pricings .plan a + a{
	position: absolute;
	z-index: 100;
	opacity: 0;
	border-color: #18c967;
	background-color: #18c967;
	transition: opacity 0.5s ease;
	color: #fff;
}
.pricings .plan .ribbon{
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-size: 9px;
	position: absolute;
	right: 0;
	top: 11px;
	line-height: 32px;
	width: 99px;
	background-color: #18c967;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	display: none;
}
.pricings .mostpopular .ribbon{
	display: block;
}
#index3 .whyus h3::after, #services-1 .whyus h3::after{
	margin: 18px auto 40px auto;
}
/*Teachers $teachers*/
.page .page-heading h2{
	font-size: 30px;
	color: #505050;
	line-height: 125px;
	margin-top: 1px;
	letter-spacing: 0;
	font-family: 'helvetica-regular';
	font-weight: 500;
}
.page .page-heading{
	background-color: #eff5f9;
	height: 158px;
}
.toolbar > div{
	margin-bottom: 5px;
}
.ui-selectmenu-button.ui-button{
	width: 100%;
	border-radius: 0;
	padding: 0;
	line-height: 44px;
	border: 1px solid #d3d3d3;
	background-color: #fff;
}
.ui-selectmenu-text, .keywords{
	padding-left: 20px;
	font-family: "Work Sans", sans-serif;
	font-size: 13px;
	color: #535353;
	border-radius: 1px;
}
.keywords{
	line-height: 44px;
	border: 1px solid #d3d3d3;
}
.search-teachers{
	border: none;
	border-radius: 1px;
	line-height: 46px;
	background-color: #12c8fc;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	color: #fff;
}
.keywords::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
	color: #535353;
}
.keywords::-moz-placeholder {
   /* Firefox 19+ */
	color: #535353;
}
.keywords:-ms-input-placeholder {
   /* IE 10+ */
	color: #535353;
}
.keywords:-moz-placeholder {
   /* Firefox 18- */
	color: #535353;
}
.ui-button .ui-icon{
	width: 42px;
	height: 46px;
	border-left: 1px solid #d3d3d3;
	background-color: #e6eaed;
	background-image: url("http://placehold.it/10x7");
	background-position: center center;
}
.ui-selectmenu-button.ui-button:hover .ui-icon, .ui-selectmenu-button.ui-button:focus .ui-icon{
	background-color: #18c967;
	background-image: url("http://placehold.it/10x7");
	transition: all 0.3s ease;
}
.text-keywords .keywords{
	width: 100%;
}
.search-button .search-teachers{
	width: 100%;
}
#teachers .pros .row{
	margin-top: 53px;
}
.paginations a{
	line-height: 40px;
	width: 40px;
	display: inline-block;
	margin-right: 14px;
	border-radius: 1px;
	font-family: "OpenSans", sans-serif;
	font-size: 11px;
	color: #202020;
	transition: all 0.3s ease;
}
.paginations .next, .paginations .prev{
	width: auto;
	padding: 0 15px;
}
.paginations{
	margin-bottom: 65px;
}
.paginations .zmdi-chevron-left{
	margin-right: 16px;
}
.paginations .zmdi-chevron-right{
	margin-left: 16px;
}
.paginations a:hover{
	background-color: #18c967;
	color: #fff;
	transition: all 0.3s ease;
	text-decoration: none;
}
.teacher-page{
	margin-top: 63px;
}
#teacher-single h4{
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	color: #202020;
}
#teacher-single h4::after{
	display: block;
	content: "";
	height: 3px;
	width: 46px;
	background-color: #e6e6e6;
	margin: 18px 0;
}
.teacher-page .teacher-avatar{
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.13);
	border-radius: 120px;
}
.teacher-page h5{
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	color: #202020;
	margin-bottom: 4px;
}
.class-details{
	margin-top: 16px;
}
.class-details i{
	margin-right: 10px;
}
.class-details span:not(:last-child){
	margin-right: 30px;
}
.teacher-page .abs, #course-single .abs{
	margin-top: 15px;
	line-height: 20px;
}
#teacher-single .popular{
	margin-top: 90px;
}
#teacher-single .popular .tutorials{
	margin-top: 37px;
	margin: 37px -15px 0 -15px;
}
#teacher-single .popular .zmdi-chevron-left, #teacher-single .popular .zmdi-chevron-right, #course-single .popular-courses .zmdi-chevron-left, #course-single .popular-courses .zmdi-chevron-right, #blog-1 .popular-courses .zmdi-chevron-left, #blog-1 .popular-courses .zmdi-chevron-right, #blog-2 .popular-courses .zmdi-chevron-left, #blog-2 .popular-courses .zmdi-chevron-right{
	color: #424242;
	position: absolute;
	line-height: 34px;
	width: 36px;
	border-radius: 1px;
	border: 1px solid #d3d3d3;
	top: -73px;
	cursor: pointer;
	transition: all 0.3s ease;
}
#teacher-single .popular .zmdi-chevron-left:hover, #teacher-single .popular .zmdi-chevron-right:hover, #course-single .popular-courses .zmdi-chevron-left:hover, #course-single .popular-courses .zmdi-chevron-right:hover, #blog-1 .popular-courses .zmdi-chevron-left:hover, #blog-1 .popular-courses .zmdi-chevron-right:hover, #blog-2 .popular-courses .zmdi-chevron-left:hover, #blog-2 .popular-courses .zmdi-chevron-right:hover{
	background-color: #12c8fc;
	color: #fff;
	border-color: #12c8fc;
	transition: all 0.3s ease;
}
/*Teacher single $teachershingle*/
#teacher-single .popular .zmdi-chevron-right{
	right: 15px;
}
#teacher-single .popular .zmdi-chevron-left{
	right: 65px;
}
#teacher-single .tutorial{
	margin: 0 15px;
}
#teacher-single .slick-list{
	padding-bottom: 80px;
}
.toolbar{
	margin-top: 53px;
}
/*Courses grids $coursesgrids*/
#courses-3-col .toolbar{
	margin-bottom: 52px;
}
#courses-3-col .popular .tutorials:not(:last-child){
	margin-top: 48px;
}
#courses-3-col .popular .paginations{
	margin-top: 85px;
}
.grid-opts{
	padding: 0;
}
.grid-opts li{
	display: inline-block;
	line-height: 125px;
}
.grid-opts li a{
	line-height: 36px;
	width: 36px;
	text-align: center;
	border: 1px solid #b6b9c0;
	color: #b6b9c0;
	border-radius: 1px;
	display: inline-block;
	transition: all 0.3s ease;
}
.grid-opts li a:first-child{
	margin-right: 10px;
}
.grid-opts li a:hover{
	border-color: #213c50;
	transition: all 0.3s ease;
}
.grid-opts li a.active{
	background-color: #213c50;
	color: #fff;
	border-color: #213c50;
}
#courses-4-col .popular .tutorial .tutorial-details, #courses-sidebar .popular .tutorial .tutorial-details{
	padding: 18px 23px 29px 23px;
}
#courses-4-col .popular .tutorials, #courses-sidebar .popular .tutorial .tutorial-details{
	margin-top: 9px;
}
#courses-4-col .popular .tutorial, #courses-sidebar .popular .tutorial{
	margin-top: 39px;
}
#courses-4-col .popular .paginations, #courses-list .popular .paginations, #courses-list-sidebar .popular .paginations{
	margin-top: 72px;
}
aside.categories{
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.13);
	padding: 22px;
}
aside.categories h6, #course-single .categories h6, #blog-1 .categories h6, #blog-2 .categories h6{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #202020;
}
aside.categories h6::after, #course-single .categories h6::after, #blog-1 .categories h6::after, #blog-2 .categories h6::after{
	display: block;
	content: "";
	width: 46px;
	height: 3px;
	background-color: #e6e6e6;
	margin: 15px 0 25px 0;
}
aside.categories ul, #course-single .categories ul, #blog-1 .categories ul, #blog-2 .categories ul{
	list-style: none;
	padding: 0;
}
aside.categories ul li a, #course-single .categories ul li a, #blog-1 .categories ul li a, #blog-2 .categories ul li a{
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	color: #5c5c5c;
	transition: all 0.3s ease;
}
aside.categories ul li a:hover, #course-single .categories ul li a:hover, #blog-1 .categories ul li a:hover, #blog-2 .categories ul li a:hover{
	text-decoration: none;
	color: #18c967;
	transition: all 0.3s ease;
}
aside.categories ul li:not(:last-child), #course-single .categories ul li:not(:last-child), #blog-1 .categories ul li:not(:last-child), #blog-2 .categories ul li:not(:last-child){
	margin-bottom: 25px;
}
.start-today{
	min-height: 175px;
	background-image: url("http://placehold.it/271x175");
	background-size: cover;
	background-position: center;
	position: relative;
	margin-top: 30px;
	transition: transform 0.3s ease;
	cursor: pointer;
}
.start-today:hover{
	transform: scale(1.1);
	transition: transform 0.3s ease;
}
.start-today .price{
	width: 66px;
	line-height: 42px;
	position: absolute;
	right: 0;
	top: 10px;
	background-color: #18c967;
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	font-size: 30px;
	text-align: center;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.start-today .price::before{
	font-size: 17px;
	top: -7px;
	left: 7px;
}
.start-today .readytostart{
	font-size: "Raleway", sans-serif;
	color: #fff;
	font-size: 22px;
	padding-left: 20px;
	line-height: 37px;
	padding-top: 20px;
}
.start-today a{
	font-family: "Montserrat", sans-serif;
	font-size: 9px;
	color: #fff;
	line-height: 35px;
	width: 116px;
	display: block;
	text-align: center;
	margin: 15px auto;
	background-color: #12c8fc;
	text-decoration: none;
}
#courses-sidebar .tutorials .col-sm-9 .row{
	margin-top: -32px;
}
#courses-list-sidebar .popular .tutorial{
	margin-left: 0;
	margin-right: 0;
}
#courses-list .popular .tutorial .col-sm-8{
	padding-right: 0;
}
#courses-list .popular .tutorial, #courses-list-sidebar .popular .tutorial:not(:first-child){
	margin: 50px 0 0 0 ;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.13);
}
#courses-list .popular .tutorial .tutorial-details, #courses-list-sidebar .popular .tutorial .tutorial-details{
	padding: 28px 32px 0 0;
}
#courses-list .popular .tutorial .tutorial-details .lessons, #courses-list-sidebar .popular .tutorial .tutorial-details .lessons{
	display: inline-block;
	margin: 10px 20px 10px 0;
}
#courses-list .popular .tutorial .abs{
	line-height: 20px;
}
#courses-list .popular .tutorial .tutorial-details .greybutton, #courses-list-sidebar .popular .tutorial .tutorial-details .greybutton{
	width: 303px;
	margin-bottom: 20px;
}
.popular .tutorial .fav{
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	font-size: 11px;
	color: #213c50;
	margin-top: 3px;
}
.popular .tutorial .fav.favorite{
	margin-right: 29px;
}
.popular .tutorial .tutorial-details .fav i{
	color: #b6b6b7;
	margin-right: 30px;
}
.popular .tutorial .fav a:hover i{
	color: #fdd227;
}
.popular .tutorial .tutorial-details .favorite i{
	color: #fdd227;
}
#courses-list-sidebar .toolbar{
	margin-bottom: 45px;
}
.page-heading{
	position: relative;
}
.page-heading .breadcrumbs{
	position: absolute;
	margin: auto;
	bottom: 52px;
	display: inline-block;
	right: 0;
	left: 0;
	font-family: "Work Sans", sans-serif;
	font-weight: 500;
	font-size: 12px;
}
.page-heading .breadcrumb span{
	color: rgba(116, 116, 116, 0.70);
}
.page-heading .breadcrumbs a, .page-heading .breadcrumbs i{
	color: rgba(116, 116, 116, 0.70);
	font-family: 'helvetica-regular';
	font-size: 12px;
}
.page-heading .breadcrumbs span{
	color: rgba(116, 116, 116, 0.70);
	padding: 0 10px;
}
.page-heading .breadcrumbs i{
	margin: 0 13px;
}
.course-preview{
	cursor: pointer;
}
#course-single h3{
	font-size: 24px;
	font-weight: 700;
	margin-top: 35px;
}
#course-single h3::after{
	display: none;
}
#course-single .class-details{
	margin-bottom: 25px;
}
#course-single h4, #contact h4, #blog-1 h4, #blog-2 h4{
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #202020;
	font-weight: 600;
	margin-top: 50px;
}
#course-single .class-details + h4{
	margin-top: 0;
}
#course-single h5{
	font-family: "Work Sans", sans-serif;
	font-size: 16px;
	margin: 15px 0 5px 0;
}
#course-single .includes > li{
	line-height: 30px;
	font-family: "Work Sans", sans-serif;
	font-size: 12px;
	color: #535353;
}
.course-accordion{
	padding: 0;
	list-style: none;
}
.accordion-option{
	overflow: hidden;
}
.box-topico-inter.accordion-option.opened .option-title{
	background:#4FA0D3;
	color:#fff;
}
.box-topico-inter.accordion-option.opened .option-title img{
	filter: brightness(10) saturate(0.1) contrast(10);
}
.box-topico-inter.accordion-option.opened .option-title:after{
	color:#fff !important;
}
.option-title{
	line-height: 58px;
	cursor: pointer;
	background: rgba(112, 112, 112, 0.10);
	padding: 0 29px;
	border-radius: 31px;
	font-size: 13px;
	color: #707070;
	font-family: 'helveticaNeueBold';
}
.option-title:nth-of-type(odd):before{
	display:none;
}
.option-title::before{
	content: "";
	width: 11px;
	height: 11px;
	display: inline-block;
	background-color:#243D50;
	position: relative;
	vertical-align:middle;
	margin-left: 6px;
	margin-right: 15px;
	border-radius:100%;
}
.option-items{
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
}
.option-items li{
	border-radius: 1px;
	line-height: 43px;
	margin: 17px 0px 3px 0;
	padding: 0 29px;
}
.option-items li:hover::before{
	color: #18c967;
}
.option-items li a{
	font-family: "Work Sans", sans-serif;
	font-size: 12px;
	color: #707070;
}
.option-items li:hover a{
	text-decoration: none;
	color: #202020;
}
.option-items li i, .option-items li .duration{
	color: #b6b6b7;
}
.option-items li i{
	margin: 0 20px 0 15px;
}
.option-items li i:hover{
	color: #fdd227;
}
.accordion-option:not(:first-of-type){
	margin-top: 0;
}
.course-accordion{
	margin-top: 23px;
}
.option-wrapper{
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease;
}
.opened > .option-wrapper{
	max-height: 500px;
	transition: all 0.3s ease;
}
.comment img{
	border-radius: 65px;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.13);
	margin-right: 30px;
	margin-bottom: 30px;
}
.comment{
	margin-top: 30px;
}
.comment{
	margin-left: 90px;
	margin-top: 50px;
}
.comment a{
	font-family: "Montserrat", sans-serif;
	color: #202020;
	font-size: 14px;
}
.comment .postedon{
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	font-size: 11px;
	color: #979798;
	margin-left: 13px;
}
.comment .greybutton{
	line-height: 30px;
	width: 60px;
	color: #fff;
	text-align: center;
	background-color: #b6b6b7;
	border-radius: 2px;
	font-size: 10px;
	transition: background-color 0.3s ease;
	margin-top: 25px;
}
.comment .greybutton:hover{
	text-decoration: none;
	background-color: #12c8fc;
	transition: background-color 0.3s ease;
}
.contact label{
	font-family: "Varela Round", sans-serif;
	font-size: 11px;
	color: #27343e;
	display: block;
	position: relative;
	margin-top: 30px;
}
.contact label.req::after{
	content: "*";
	color: #ff222c;
	display: inline-block;
	font-size: 15px;
	position: absolute;
	top: -4px;
}
.contact input, .contact textarea{
	width: 100%;
	border: none;
	border-bottom: 1px solid #d6d6d6;
	height: 40px;
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	color: #5f5f5f;
	font-size: 11px;
	padding-left: 15px;
}
.contact textarea{
	line-height: 40px;
	overflow: hidden;
}
.contact{
	margin-bottom: 95px;
}
.order .price{
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	color: #213c50;
	font-size: 68px;
}
.order .price + p, .order .order-or + p{
	font-family: "Montserrat", sans-serif;
	color: #202020;
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 8px;
}
.order .blueplay{
	color: #202020;
	font-size: 11px;
	position: relative;
	left: -7px;
	border: 1px solid #e6e6e6;
	border-radius: 1px;
	margin: 22px 0 30px 0;
	display: inline-block;
}
.order-or span{
	background-color: #eff5f9;
	line-height: 42px;
	width: 42px;
	border-radius: 42px;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	color: #202020;
}
.order-or span::after{
	position: absolute;
	display: inline-block;
	content: "";
	background-color: #fff;
	width: 76px;
	height: 42px;
	z-index: -100;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.order-or{
	position: relative;
}
.order-or::after{
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: #e8e8e8;
	top: 21px;
	z-index: -101;
}
.order .greybutton, .contact .greybutton{
	line-height: 50px;
	width: 100%;
	color: #fff;
	background-color: #12c8fc;
	display: block;
	font-family: "Montserrat",sans-serif;
	font-size: 12px;
	border-radius: 2px;
	transition: all 0.3s ease;
	margin-top: 22px;
}
.order .greybutton:hover{
	text-decoration: none;
	background-color: #00a5ca;
	transition: all 0.3s ease;
}
.order-or{
	margin-bottom: 15px;
}
.order{
	padding: 39px 30px;
	border: 1px solid rgba(112, 112, 112, 0.50);
	border-radius: 31px;
}
.order p{
	color: #243D50;
	font-size: 15px;
	font-family: 'helveticaNeueMedium';
}
.order .preco{
	color:#243D50;
	font-size: 35px;
	font-family: 'helveticaNeueMedium';
}
#course-single .pros .teacher .social li a{
	color: #fff;
}
#course-single .pros .teacher .social li a:hover, #blog-1 .about-author .social li a:hover{
	background-color: #f44522;
	transition: all 0.3s ease;
}
#course-single .pros h4::after{
	margin: 15px 0 35px 0;
}
#course-single .pros .teacher > a {
	margin-top: 14px;
}
#course-single .pros .teacher > a + p{
	margin-top: 4px;
}
#course-single .pros .teacher .social{
	margin-top: 2px;
}
#course-single .pros, #course-single .ratings, #course-single .categories{
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.13);
	padding: 30px 30px 25px 30px;
}
#course-single .pros h4, #course-single .ratings h4{
	margin-top: 0;
}
#course-single .rating{
	text-align: center;
	margin-top: 35px;
}
#course-single .rating a{
	color: #b6b6b7;
}
#course-single .rating a:hover, #course-single .rating a.on{
	color: #fdd227;
}
#course-single .ratings p{
	font-family: "Work Sans", sans-serif;
	font-size: 13px;
	color: #535353;
	margin-top: 25px;
}
#course-single .popular-courses .zmdi-chevron-right, #blog-1 .popular-courses .zmdi-chevron-right, #blog-2 .popular-courses .zmdi-chevron-right{
	right: 0;
}
#course-single .popular-courses .zmdi-chevron-left, #blog-1 .popular-courses .zmdi-chevron-left, #blog-2 .popular-courses .zmdi-chevron-left{
	right: 45px;
}
#course-single .popular-courses .zmdi-chevron-left, #course-single .popular-courses .zmdi-chevron-right, #blog-1 .popular-courses .zmdi-chevron-left, #blog-1 .popular-courses .zmdi-chevron-right, #blog-2 .popular-courses .zmdi-chevron-left, #blog-2 .popular-courses .zmdi-chevron-right{
	top: -20px;
	z-index: 200;
}
#course-single .courses-side-slick, #blog-1 .courses-side-slick, #blog-2 .courses-side-slick{
	margin-top: -26px;
}
#course-single .page-heading + .container > .row > .col-md-3 > div:not(:first-child){
	margin-top: 34px;
}
#course-single .page-heading + .container{
	margin-top: 50px;
}
.contact .greybutton{
	width: 84px;
	line-height: 44px;
	border: none;
	border-radius: 2px;
}
#course-single .index-3-categories .category-with-bg h5{
	padding-top: 50px;
}
#course-single .index-3-categories .category-with-bg p{
	margin-top: 15px;
}
#categories .categories{
	margin-top: 50px;
}
#categories .signup{
	margin-top: 80px;
}
#courses-gallery .toolbar{
	margin-bottom: 10px;
}
#courses-gallery .paginations{
	margin-top: 65px;
}
/*Pricings $pricings*/
#pricings .pricings .plan{
	margin-top: 50px;
}
#pricing .pricings{
	margin-bottom: 80px;
}
#pricing .pricings .col-md-3{
	padding-right: 8px;
	padding-left: 8px;
}
#pricing .pricings .row{
	margin-left: -8px;
	margin-right: -8px;
}
/*How it works $howitworks*/
#how-it-works .step a{
	margin-right: 45px;
	margin-bottom: 170px;
}
#how-it-works .step h6{
	margin-top: 20px;
	margin-bottom: 20px;
}
#how-it-works .step p{
	font-family: "Work Sans", sans-serif;
	font-size: 12px;
	color: #535353;
}
#how-it-works .success > .row:first-child{
	margin-bottom: 100px;
}
#how-it-works .whyus h3{
	margin-bottom: 35px;
}
#how-it-works .whyus{
	padding-bottom: 60px;
}
#how-it-works .ready{
	margin-top: 0;
}
#services-1 .signup{
	margin-top: 0;
}
.more-categories{
	display: none;
	margin-bottom: 120px;
}
.service-categories{
	margin-bottom: 120px;
	position: relative;
}
.loadmore{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -65px;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	color: #737373;
	line-height: 25px;
	width: 91px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	display: inline-block;
	transition: all 0.3s ease;
}
.loadmore:hover{
	text-decoration: none;
	border-color: #555;
	transition: all 0.3s ease;
}
/*Services $services*/
#services-1 .platform-feature a{
	color: #202020;
}
#services-1 .platform-feature a:hover{
	color: #999;
}
#services-1 .platform-feature{
	margin-top: 53px;
}
#services-2 .testimonials{
	margin-bottom: 160px;
}
#services-2 .partners{
	margin-bottom: 100px;
}
/*Blog $blog*/
#blog-1 h3, #blog-2 h3{
	font-weight: 700;
	font-size: 24px;
	margin-top: 0;
}
#blog-1 h3::after, #blog-2 h3::after{
	content: none;
}
#blog-1 h3 + .author, #blog-2 h3 + .author{
	margin-top: 20px;
}
#blog-1 .author, #blog-2 .author{
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	font-size: 11px;
}
#blog-1 .author > a, #blog-2 .author > a{
	color: #18c967;
}
#blog-1 .author > span, #blog-2 .author > span{
	color: #979798;
}
#blog-1 .abs + .abs{
	margin-top: 26px;
}
#blog-1 .author + .abs, #blog-2 .author + .abs{
	margin-top: 20px;
}
#blog-1 .about-author{
	padding: 26px;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.13);
	margin: 43px 0;
}
#blog-1 .about-author .social{
	margin-top: 0;
}
#blog-1 .about-author h4 + img{
	margin-right: 25px;
}
#blog-1 .about-author .teacher-name{
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #202020;
}
#blog-1 .about-author .teacher-name + p{
	font-family: "Montserrat", sans-serif;
	color: #12c8fc;
	font-size: 12px;
	margin-bottom: 15px;
}
#course-single .comment + h4, #blog-1 .comment + h4{
	margin-top: 65px;
}
input[type="search"]{
	display: block;
	width: 100%;
	height: 43px;
	border: 1px solid #e2ebf1;
	border-radius: 3px;
	font-family: "Open Sans", sans-serif;
	font-size: 11px;
	color: #5f5f5f;
	font-style: italic;
	padding-left: 23px;
}
.search-something{
	position: relative;
}
.search-something a{
	color: #202020;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
}
.blog-sidebar h4{
	margin-top: 35px;
	margin-bottom: 20px;
}
.instagram-feed, .popular-tags{
	list-style: none;
	padding: 0;
}
.instagram-feed li{
	margin: 0 8px 8px 0;
}
.instagram-feed li:nth-child(4), .instagram-feed li:nth-child(8){
	margin-right: 0;
}
.instagram-feed li, .popular-tags li, .popular-tags li a{
	display: inline-block;
}
.instagram-feed li{
	position: relative;
	width: 61px;
}
.instagram-feed a{
	position: absolute;
	left:0 ;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.instagram-feed a:hover{
	opacity: 0.8;
	transition: opacity 0.5s ease;
	background-image: url("http://placehold.it/60x60");
	background-size: 100% 100%;
}
.popular-tags a{
	font-size: 9px;
	color: #202020;
	font-family: "Montserrat", sans-serif;
	line-height: 33px;
	padding: 0 23px;
	border: 1px solid #e2ebf1;
	border-radius: 35px;
	text-align: center;
	margin-bottom: 10px;
	transition: all 0.3s ease;
}
.popular-tags a:hover{
	color: #fff;
	background-color: #12c8fc;
	border-color: #12c8fc;
	transition: all 0.3s ease;
	text-decoration: none;
}
#blog-1 h4 + img{
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.13);
	border-radius: 120px;
}
#blog-1 .comment .abs{
	margin-top: 17px;
}
.recent-post img{
	margin-right: 20px;
}
.recent-post > a{
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	color: #202020;
}
.recent-post .author{
	white-space: nowrap;
	margin-top: 17px;
}
.recent-post .author > a{
	padding-left: 14px;
}
.recent-post{
	margin-bottom: 35px;
}
h4 + .recent-post{
	margin-top: 20px;
}
#blog-1 .categories, #blog-2 .categories{
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.13);
	padding: 25px 33px;
}
#blog-1 .blog-sidebar .slick-arrow, #blog-2 .blog-sidebar .slick-arrow{
	top: -25px;
}
#blog-1 .page-heading, #blog-2 .page-heading{
	margin-bottom: 53px;
}
#blog-2 .blog-item{
	margin-bottom: 80px;
}
#blog-2 .blog-item:nth-child(3){
	margin-bottom: 100px;
}
#blog-2 .paginations a{
	text-align: center;
}
#blog-2 .blog-item .greybutton{
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 34px;
	color: #fff;
	text-decoration: none;
	background-color: #12c8fc;
	border-radius: 2px;
	margin-top: 34px;
	width: 112px;
	transition: background-color 0.3s ease;
}
#blog-2 .blog-item .greybutton:hover{
	background-color: #09a5c9;
	transition: background-color 0.3s ease;
}
/*Footer $footer*/
footer{
	background-color: #4FA0D3;
}
footer .logo{
	margin-top: 60px;
	width: 215px;
}
footer .box-image-footer .image img{
	filter: brightness(10);
	opacity: 0.8;
	width: 120px;
}
footer .box-image-footer .image{
	float:right;
	margin-top: 47px;
}
footer .titulo{
	color:#FFFFFF;
	font-size: 15px;
	font-family: 'helvetica-regular';
}
.eng-rede-footer{
	text-align: center;
}
.eng-rede-footer a{
	font-size: 27px;
	margin-right: 12px;
	color: #FFFFFF;
}
footer .titulo-central::after{
	display: block;
	content: "";
	background-color: rgba(204, 204, 204, 0.20);
	width: 104px;
	height: 1px;
	transition: width 0.3s ease;
	margin-top: 7px;
}
footer ul{
	padding: 0;
	list-style: none;
}
footer .contactinfo{
	margin-top: 32px;
}
footer .contactinfo li::before{
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	width:12px;
	height: 13px;
	margin-right: 10px;
}
footer .contactinfo li{
	font-family: "Work Sans", sans-serif;
	font-size: 12px;
	color: #fff;
}
footer .contactinfo li:not(:last-child){
	margin-bottom: 8px;
}
footer .contactinfo li strong{
	font-weight: 500;
}
.social{
	margin-top: 17px;
	padding-left: 0;
	position: relative;
	z-index: 50;
}
.social .icon-text{
	color: #FFF;
}
.social li a{
	display: inline-block;
	line-height: 26px;
	width: 28px;
	text-align: center;
	margin-top: 0 !important;
	border-radius: 2px;
	background-color: #4a677d;
	color: #fff !important;
	transition: background-color 0.3s ease;
}
.social li{
	display: inline-block;
}
.social li:not(:last-child){
	margin-right: 6px;
}
.social li:hover a{
	background-color: #87a3b8;
	transition: background-color 0.3s ease;
}
footer h6{
	margin-top: 68px;
}
footer .information{
	margin-top: 28px;
}
footer .information li{
   margin-bottom: 7px;
}
footer .information li a{
	font-family: 'helvetica-regular';
	color: #F4F4F4;
	font-size: 15px;
	display: inline-block;
	text-decoration: none;
	transition: color 0.3s ease;
}
footer .information li a::after{
	display: block;
	content: "";
	background-color: rgba(204, 204, 204, 0.59);
	width: 0;
	height: 1px;
	transition: width 0.3s ease;
	margin-top: 4px;
}
footer .information li:hover a{
	transition: color 0.3s ease;
}
footer .information li:hover a::after{
	width:100%;
	transition: width 0.3s ease;
}
footer .payments{
	margin-top: 20px;
}
footer .payments li{
	display: inline-block;
	margin-right: 23px;
}
footer .payments li a:hover{
	filter: brightness(400%);
}
footer .payments li:not(:last-child){
	margin-right: 23px;
}
footer .copyright{
	color: #fff;
	line-height: 115px;
	padding-top: 7px;
}
footer .botbar{
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	margin-top: 60px;
}
.box-categoria .titulo-categoria{
	margin-left: 15px;
	color: #505050;
	font-size: 17px;
	font-weight: 500;
	line-height: 21px;
	line-height: 21px;
	margin-top: 0;
	font-family: 'helveticaNeueMedium';
	display: block;
	text-align: center;
	margin-top: 16px;
}
.box-categoria:hover .imagem-categoria{
	filter: brightness(10) saturate(0.1) contrast(10);
	filter: brightness(10) saturate(0.1) contrast(10);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.box-categoria:hover{
	background:#4FA0D3;
	box-shadow:0 3px 6px rgba(0, 0, 0, 0.16);
	z-index:100;
	border: none;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.box-categoria{
	padding: 27px 37px;
	padding-right: 14px;
	height: 152px;
	width: 25%;
	background: #FFFFFF;
	border-left: 1px solid rgba(112, 112, 112, 0.20);
	border-bottom: 1px solid rgba(112, 112, 112, 0.20);
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: -3.8px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.box-categoria:hover .titulo-categoria{
	color:#fff;
}
.box-categoria .descricao-categoria1{
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}
.box-categoria .descricao-categoria{
	width: 100%;
	height: 100%;
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.box-categoria p{
	border-top: 1px solid #80B3E3;
	margin-top: 10px;
	padding-top: 15px;
	font-family: 'helvetica-regular';
	font-size: 10px;
}
.box-principais-curso{
	height: 240px;
}
.eng-texto-titulo{
	border-bottom: 1px solid rgba(204, 204, 204, 0.47);
	padding-bottom: 30px;
	text-align: left;
}
.eng-texto-titulo .eng1{
	width: 70%;
	float: left;
}
.eng-texto-titulo .eng1 .image{
	margin-right: 22px;
   /* float: left;
	*/
	width: 45px;
	height: auto;
	margin-top: 0;
	vertical-align: middle;
}
.eng-texto-titulo .eng1 .descricao{
   /* display: table;
	*/
	vertical-align: middle;
	width: 680px;
}
.eng-texto-titulo .eng1 .image img{
   width: 100%;
}
.eng-texto-titulo .eng1 .titulo{
}
.eng-texto-titulo .eng1 p{
	text-align: left;
}
.eng2{
	width: 30%;
	display: table;
	float: right;
	height: 175px;
}
.eng2 .btn-treinamento{
	margin:0 auto;
	margin-top: 42px;
	display:table;
}
.eng2 .btn-treinamento a{
	background:#4FA0D3;
	color: #FFFFFF;
	padding: 10px 19px;
	border-radius: 19px;
	text-decoration: none;
	border:1px solid #4FA0D3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.eng2 .btn-treinamento:hover a{
	background:transparent;
	color:#4FA0D3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#curso-destaque .container.tutorials{
	width: 1154px;
	padding-right: 0;
}
.container.tutorials{
	padding-bottom: 60px;
}
.eng2 .englba-curso1{
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}
.eng2 .englba-curso2{
	width: 100%;
	height: 100%;
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
#curso-destaque .popular h3{
	border: none;
	padding-bottom: 0;
	margin-top: 38px;
	text-align: left;
	color: #505050;
	font-size: 27px;
	font-family: 'helveticaNeueMedium';
}
.box-curso-destaque .tutorial .tutorial-details .abs{
	font-size: 14px;
	margin-top: 13px;
	color: #747474;
}
.btn-curso{
	margin-top: 36px;
	float: right;
}
#curso-destaque .popular{
	padding-bottom: 83px;
	width: 1104px;
}
.btn-curso a{
	border: 1px solid #2b415a;
	padding: 4px 19px;
	border-radius: 25px;
	color: #2b415a;
	text-decoration:inherit;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.box-curso-destaque img{
	width: 100%;
	border-radius: 51px;
}
.box-curso-destaque:hover .btn-curso a{
	background-color:#105C77;
	color:#fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.box-curso-destaque .tutorial .tutorial-details{
	padding: 16px 0;
}
.box-curso-destaque:nth-of-type(4){
	padding-right:0;
}
.box-curso-destaque:nth-of-type(even){
}
.box-curso-destaque{
	position: relative;
	padding: 10px;
	margin-bottom: 54px;
}
.box-curso-destaque .tutorial .tutorial-details h6{
	color:#4FA0D3;
	font-size:15px;
}
.box-curso-destaque .tutorial{
	box-shadow: none !important;
}
.box-curso-destaque:hover{
	z-index:100;
	border: none;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.box-curso-destaque .tutorial .image{
	width: 100%;
   /* height: 200px;
	*/
	overflow: hidden;
}
.box-video{
}
.box-video .tutorial{
	box-shadow: none !important;
}
.box-video .video img{
	border: none;
	position: absolute;
	top: 31%;
	left: 43%;
}
.box-video .video .eng{
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}
.box-video .video .eng1{
	width: 100%;
	height: 100%;
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.box-video .tutorial .tutorial-details{
	padding: 0;
	padding-top: 12px;
}
.btn-td-videos{
	float: right;
	margin-top: 53px;
}
.btn-td-videos a{
	padding: 5px 30px;
	border: 1px solid #105C77;
	border-radius: 25px;
	color: #105C77;
	font-family: 'helvetica-regular';
	text-decoration: inherit;
}
.btn-td-videos:hover a{
	background:#105C77;
	color:#fff;
}
.box-professor{
	margin-bottom: 50px;
	border-right: 1px solid #ccc;
	padding: 0 41px;
}
.box-contato ul{
	padding: 0 36px;
	margin: 0 auto;
}
.box-contato{
	padding-left: 0;
	box-shadow: 1px 1px 27px #ccc;
	height: 317px;
	padding-right: 0;
}
.box-contato ul{
}
.box-contato ul li{
	border-bottom: 1px solid #ccc;
	padding-bottom: 12px;
	margin-bottom: 12px;
	list-style-type: none;
}
.box-contato ul li a{
}
.contact h4{
	margin-top: 39px !important;
}
.box-contato .eng-contato{
	margin: 0 auto;
	text-align: center;
}
.box-contato .eng-contato .titulo{
	margin-bottom: 34px;
}
.contact{
	float:right;
	margin-bottom: 0;
}
#contato .container{
	padding: 80px 0;
}
.paralax-home .descricao{
	margin-top: 138px;
}
.paralax-home .titulo-paralax{
	font-size: 25px;
	color: #fff;
	font-family: 'helvetica-regular';
}
.paralax-home .subtitulo-paralax{
	font-size: 39px;
	font-family: 'helvetica-bold';
	color: #FFFFFF;
	margin-top: 5px;
}
.btn-paralax{
	margin-top: 31px;
}
.btn-paralax a{
	background: #80B3E3;
	padding: 14px 50px;
	font-size: 16px;
	font-family: 'helvetica-bold';
	text-decoration: inherit;
	color: #fff;
	border-radius: 26px;
}
.order ul{
	margin-left: 0;
	padding-left: 0;
	margin-top:20px;
}
.order ul li{
	list-style-type:none;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-family: 'helvetica-regular';
	font-size: 15px;
	color: #243D50;
}
.order ul li:last-of-type{
	border-bottom:none;
}
.order ul li a{
}
.btn-treinamento{
	clear:both;
	padding-top: 0;
	margin-top: 25px;
}
.btn-treinamento a, .btn-treinamento form input[type=submit]{
	background: #60BF76;
	color: #FFFFFF;
	padding: 10px 19px;
	border-radius: 19px;
	font-size: 15px;
	font-family: 'helvetica-bold';
	text-decoration: none;
	border: 1px solid #60BF76;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-treinamento:hover a{
	background:transparent;
	color:#60BF76;
}
.professor-destaque{
}
.professor-destaque .titulo{
	text-align: center;
	margin-bottom: 21px;
}
.titulo-topo h2{
}
.titulo-topo p{
}
.titulo-topo p a{
}
.box-blog{
}
.box-blog .btn-ver-art{
	border: 1px solid #ccc;
	padding: 1px 27px;
	border-radius: 25px;
}
#artigo{
	padding-bottom:50px;
}
.topo.flutuante{
	height: 60px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.3);
	box-shadow: 0 0 6px rgba(204, 204, 204, 0.38);
}
.topo.flutuante .image-logo{
	margin-top: 1px;
}
.topo.flutuante nav{
	margin-top: 14px;
}
.topo.flutuante .image-logo img{
	width: 103px !important;
}
.topo{
	height: auto;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #FFFFFF;
}
#topbar1{
	display:table;
	width:100%;
}
.eng-clientes{
	margin: 0 auto;
	margin-top: 67px;
	width: 1042px;
}
.eng-cliente123 .titulo{
	color: #505050;
	font-size: 30px;
	font-family: 'helveticaNeueMedium';
	margin-top: 83px;
	border-bottom: 1px solid rgba(112, 112, 112, 0.20);
	padding-bottom: 25px;
   color:#505050;
}
.box-clientes{
	padding: 10px;
	margin-bottom: 54px;
}
.box-clientes:hover{
	z-index:100;
	border: none;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#clientes .container{
	padding-bottom:100px;
	width: 1154px;
	padding-left: 0;
	padding-right: 0;
}
.box-clientes .image{
	margin: 0 auto;
	display: table;
	height: 131.27px;
	background: #FFFFFF;
	width: 100%;
	border-radius: 28px;
}
.box-clientes .image .eng-img{
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}
.box-clientes .image .eng-img2{
	width: 100%;
	height: 100%;
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.box-clientes .image .eng-img .eng-img2 img{
	width: 144px;
	text-align: center;
	margin: 0 auto;
	display: table;
}
.navigation2 .image-logo{
	float: left;
	margin-top: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.eng-rede{
	display:inline-block;
	vertical-align: middle;
}
.eng-rede a{
	font-size: 27px;
	margin-right: 12px;
	color: #4FA0D3;
}
.eng-rede a:last-of-type{
	margin-right:0;
}
.light .fancybox-close-small{
	right: -46px;
	top: -23px;
}
.light .fancybox-close-small:hover:after{
	background:transparent !important;
	color: #fff;
}
.light .fancybox-close-small:after{
	background: transparent;
	color: #fff;
	font-size: 48px;
	font-family: 'helveticaNeueMedium';
}
.light{
	display:none;
	width: 792px;
	border-radius: 41px;
	padding: 57px !important;
	overflow: visible !important;
}
.light .engloba-titulo {
	text-align: center;
	margin-bottom: 34px;
}
.btn-flutuante{position: fixed;right: 0;bottom: 33px;z-index: 111;}
.btn-flutuante .wpp{
	background: #4fa0d3;
	height: 45px;
	width: 45px;
	border-radius: 8px 0 0 8px;
}
.btn-flutuante a{
	color: #FFF;
	font-size: 31px;
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
}
.eng-images .image{
	width: 23.78%;
	margin-right: 5px;
	border-radius: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}
.eng-images img{
	width: 100%;
}
.eng-contatos{
	text-align:center;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.52);
	padding-bottom: 27px;
	margin-top: 43px;
	display: block;
}
.light .engloba-titulo .titulo{
	font-size: 40px;
	color: #243D50;
	font-family: 'helveticaNeueMedium';
}
.box-eng-contatos:nth-of-type(1){
	width: 30%;
}
.fancybox-button.fancybox-button--close{
}
.box-eng-contatos:nth-of-type(2){
	width: 45%;
}
.box-eng-contatos{
	width: 43%;
}
.box-eng-contatos a{
   font-size: 32px;
   vertical-align: middle;
   display: inline-block;
}
.box-eng-contatos:nth-of-type(2) a{
   font-size: 27px;
   display: inline-block;
   vertical-align: middle;
}
.box-eng-contatos:nth-of-type(3) a{
	font-size: 28px;
}
.box-eng-contatos:last-of-type{
	margin-right: 0px !important;
}
.box-eng-contatos a span{
   margin-left: 1px;
   color: #243D50;
   font-family: 'helveticaNeueMedium';
   font-size: 15px;
   vertical-align: middle;
   display: inline-block;
   margin-top: -5px;
}
.light .engloba-titulo p{
	color: #707070;
	font-size: 15px;
}
.lightbox-evento .engloba-titulo p{
	text-align: left;
}
.eng-form{
}
.eng-form .titulo{
	font-size: 20px;
	color: #243D50;
	font-family: 'helveticaNeueMedium';
	margin-bottom: 30px;
}
.eng-form form input{
	width: 47.34%;
	margin-bottom: 9px;
	margin-right: 16px;
	padding-left: 17px;
	background: rgba(191, 191, 191, 0.20);
	border: none;
	height: 46px;
	border-radius: 23px;
	font-family: 'helvetica-regular';
}
.eng-form form .enviar{
	width: 27%;
	padding-left: 0;
	background: #4FA0D3;
	color: #fff;
	height: 32px;
	margin: 0 auto;
	display: table;
	border-radius: 30px;
	margin-top: 55px;
	padding-bottom: 0;
	border: 1px solid #4FA0D3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.eng-form form .enviar:hover{
	background:transparent;
	color:#4FA0D3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.eng-form form textarea{
	width: 98%;
	margin-right: 16px;
	height: 155px;
	padding-left: 17px;
	background: rgba(191, 191, 191, 0.20);
	border: none;
	border-radius: 23px;
	padding-top: 13px;
}
.lightbox-inscricao .engloba-titulo .titulo{
	margin-bottom:15px;
}
.lightbox-inscricao .engloba-titulo{
	border-bottom: 1px solid rgba(204, 204, 204, 0.52);
	padding-bottom: 25px;
}
.lightbox-inscricao .engloba-titulo p{
	text-align:center;
	width: 430px;
	margin: 0 auto;
	color: #243d50;
}
.lightbox-inscricao .eng-form p.observacao{
	margin-top: 10px;
	text-align: left;
	width: 100%;
	margin-bottom: 30px;
	font-size: 13px;
	color: #243d50;
}
.lightbox-inscricao form .enviar{
	background:#60BF76;
	border: 1px solid #60BF76;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.lightbox-inscricao form .enviar:hover{
	color:#60BF76;
	border: 1px solid #60BF76;
	background:transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.lightbox-evento .engloba-titulo{
	text-align: center;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.52);
	padding-bottom: 43px;
}
.lightbox-evento .engloba-titulo .titulo{
	margin-bottom: 12px;
	font-family: 'helveticaNeueMedium';
}
.lightbox-coach{
	margin-top: 140px !important;
}
.lightbox-coach .btn-curso{
	margin: 0 auto;
	float: none;
	margin-top: 36px;
	display: table;
}
.lightbox-coach .image{
	width: 240px;
	border-radius: 100%;
	border: 5px solid #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	overflow: hidden;
	margin: 0 auto;
	margin-top: -171px;
}
.lightbox-coach .desricao{
}
.lightbox-coach .desricao .titulo{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 4px;
}
.lightbox-coach .eng-reede{
	text-align: center;
	margin-bottom: 31px;
}
.lightbox-coach .eng-reede a{
	font-size: 25px;
	margin-right: 7px;
}
.lightbox-coach .image img{
	width: 100%;
}
*{
	text-decoration: none;
	color: #707070;
}
#banner-inter{
	height: 211.42px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 101px;
}
.engloba-banner1{
	float:right;
	width: 59%;
	text-align: right;
	margin-top: 79px;
}
.engloba-banner1 .titulo{
	color: #fff;
	font-size: 38px;
	margin-bottom: 10px;
	font-family: 'helveticaNeueMedium';
	text-align: center;
}
.engloba-categoria-banner{
	text-align:center;
	display: none;
}
.engloba-categoria-banner .box-categoria-link{
	display: inline-block;
	margin-right: 0;
}
.engloba-categoria-banner .box-categoria-link a{
	color: rgba(255, 255, 255, 0.70);
	font-family: 'helvetica-regular';
	font-size: 13px;
}
.engloba-categoria-banner .box-categoria-link a:after{
	content:'>';
}
#sobre .container{
	width: 1087px;
}
#sobre .eng-sobre{
	padding:90px 0;
	padding-bottom: 40px;
	display: table;
	border-bottom: 1px solid rgba(112, 112, 112, 0.20);
}
#sobre .ld2 p{
	color: #707070;
	font-size: 15px;
}
#sobre .ld1{
	width: 30%;
	float: left;
	display: table;
}
.janela-4 {
	width: 570px;
	border-radius: 15px;
	padding: 45px;
	display: none;
}
.janela-4 p {
	line-height: 26px;
	text-align: justify;
	margin-top: 20px;
	padding: 30px;
}
.janela-4 .image{
	margin: 0 auto;
	width: 250px;
	height: 250px;
	border-radius: 100%;
	overflow: hidden;
}
.janela-4 .image img{
	width: 100%;
}
.janela-4 .tit-lightbox{
	text-align: center;
	margin-top: 15px;
}
.janela-4 .tit-lightbox h1{
	font-size: 30px;
	color: #4FA0D3;
}
.janela-4 .fancybox-close-small:after{
	background: #FFF;
	color: #4FA0D3;
}
.janela-4 .fancybox-close-small:hover:after{
	color: #FFF;
	background: #4FA0D3;
}
#sobre a{
	background: #4FA0D3;
	color: #fff;
	font-size: 14px;
	font-family: 'helvetica-regular';
	text-decoration: inherit;
	padding: 8px 15px;
	border-radius: 25px;
	border:1px solid #4FA0D3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	float: right;
	margin-top: 20px;
}
#sobre a:hover {
	background:transparent;
	color:#4FA0D3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.eng-sobre:nth-of-type(odd) .ld2{
   /* width: 100% !important;
	*/
}
#sobre .ld2{
	float: none;
	width: 70%;
	display: table;
	padding: 15px;
	text-align: justify;
}
#sobre .ld2 strong{
	color: #4FA0D3;
	font-size: 18px;
}
#sobre .eng-sobre:nth-of-type(odd) .ld1 .image{
	width: inherit;
	display: inline;
}
#sobre .eng-sobre:nth-of-type(odd) .ld1 .image img{
	width:100%;
}
#sobre .eng-sobre:nth-of-type(odd) .ld1{
	float: left;
	border-radius: 100%;
	overflow: hidden;
}
#sobre .eng-sobre:nth-of-type(odd) .ld2{
	float:right;
}
#sobre .eng-sobre:nth-of-type(even) .ld1{
	float: right;
}
#sobre .eng-sobre:nth-of-type(odd) .citacao{
	display: none;
}
#sobre .citacao {
	margin: 0;
	margin-left: 50px;
	padding: 0;
}
#sobre .citacao-fundadora{
	display: block;
	text-align: right;
	font-size: 13px;
}
#sobre .citacao p{
	font-size: 15px;
}
#sobre .eng-sobre:nth-of-type(even) .ld2{
	float:left;
}
#sobre .eng-sobre:nth-of-type(even) .ld2 p{
	text-align:right;
}
#sobre .eng-sobre:nth-of-type(even) .ld1 .image{
	width: 233px;
	margin: 0 auto;
	margin-top: -10px;
}
#sobre .eng-sobre:nth-of-type(even) .ld1 .image img{
	width: 100%;
}
#eventos-realizados{
}
#eventos-realizados .container{
	padding: 80px 0;
	width: 1087px;
}
#eventos-realizados .engloba-titulo{
	margin-bottom: 50px;
}
#eventos-realizados .engloba-titulo .titulo{
	font-size: 30px;
	font-family: 'helveticaNeueMedium';
	color:#505050;
}
.eng-eventos-realizados{
}
.box-evento-realizados{
	width: 25%;
	padding-right: 5px;
}
.box-evento-realizados .image{
	width: 100%;
	overflow:hidden;
	border-radius:33px;
}
.box-evento-realizados:hover{
	z-index:100;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.box-evento-realizados:hover .image img{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.box-evento-realizados .image img{
	width: 100%;
}
.box-evento-realizados .descricao{
	padding: 0 36px;
	padding-top: 39px;
}
.box-evento-realizados .descricao .titulo{
	color: #4FA0D3;
	font-size: 15px;
	font-family: 'helveticaNeueMedium';
}
.categoria-interna{
}
.engloba-categoria-interna{
	text-align: center;
	padding: 50px 0;
	border-bottom: 1px solid rgba(112, 112, 112, 0.20);
	margin-bottom: 81px;
	padding-top: 49px;
}
.box-categoria-interna:hover .image{
	filter: brightness(10) saturate(0.1) contrast(10);
	filter: brightness(10) saturate(0.1) contrast(10);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.box-categoria-interna:hover .descricao .titulo{
	color:#fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.box-categoria-interna .image{
	display: block;
	width: 11%;
	margin: 0 auto;
}
.box-categoria-interna:nth-of-type(1){
	width:20%;
}
.box-categoria-interna:nth-of-type(1) .image{
	width: 8%;
}
.box-categoria-interna:nth-of-type(3) .image{
	width: 9%;
}
.box-categoria-interna:nth-of-type(4) .image{
	width: 9%;
}
.box-categoria-interna:last-of-type{
	border-right:none;
}
.box-categoria-interna .image img{
	width: 100%;
	vertical-align: middle;
}
.box-categoria-interna .descricao{
	vertical-align: middle;
	display: inline-block;
	margin-left: 0;
}
.box-categoria-interna .descricao .titulo{
	color: #505050;
	font-size: 16px;
	text-align: left;
	vertical-align: middle;
	font-family: 'helveticaNeueMedium';
}
.box-categoria-interna:nth-of-type(3) {
	width: 26%;
}
.eng-box-categoria-interna:nth-of-type(1){
	padding: 0;
}
.box-categoria-interna:nth-of-type(2) .descricao{
	margin-left: 0px;
}
.eng-box-categoria-interna{
	width: 89%;
	background: transparent;
	margin: 0 auto;
	padding: 10px 0px;
	border-radius: 20px;
	height: 60px;
}
.box-categoria-interna .eng-box-categoria-interna.active{
	background:#4FA0D3;
}
.box-categoria-interna .eng-box-categoria-interna.active .image{
	filter: brightness(10) saturate(0.1) contrast(10);
	filter: brightness(10) saturate(0.1) contrast(10);
}
.box-categoria-interna .eng-box-categoria-interna.active .descricao .titulo{
	color:#fff;
}
.box-categoria-interna:hover .eng-box-categoria-interna{
	background:#4FA0D3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.box-categoria-interna {
	width: 25%;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: -3.8px;
	height: 51px;
	padding-top: 5px;
}
.box-categoria-interna .engloba-box1{
}
.box-ebook img{
	width: 100%;
	border-radius: 51px;
}
.box-ebook .btn-curso:hover a{
	background-color:#105C77;
	color:#fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.box-ebook .tutorial .tutorial-details{
	padding: 16px 0;
	display: table;
}
.box-ebook{
	padding-right: 20px;
	min-height: 560px;
}
.box-ebook:hover{
	z-index:100;
	border: none;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.box-ebook .tutorial h6{
	color:#4FA0D3;
	font-size: 16px;
}
.box-ebook .tutorial{
	box-shadow: none !important;
}
.box-ebook .tutorial .image{
	width: 100%;
}
.descricao-ebook{
	display:table;
	margin-top: 19px;
	width: 100%;
}
.descricao-ebook .data{
   float: left;
   width: 21%;
   background: #4FA0D3;
   text-align: center;
   padding: 5px;
   height: 36px;
   border-radius: 6px;
   margin-right: 14px;
   display: none;
}
.data .engloba1 {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}
.data .engloba2{
	width: 100%;
	height: 100%;
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.descricao-ebook .data .dia{
	display: block;
	line-height: 10px;
	color:#fff;
	font-size: 18px;
	padding-top: 3px;
	font-family: 'helveticaNeueMedium';
}
.descricao-ebook .data .mes{
	display: block;
	color:#fff;
	line-height: 13px;
	font-size: 11px;
	font-family: 'helveticaNeueMedium';
}
.descricao-ebook .titulo{
   display: table;
}
#curso-inter .container{
	padding-top: 81px;
	padding-bottom: 106px;
}
#curso-inter .pros{
	margin: 44px 0;
	padding: 20px 23px;
	padding-bottom: 25px;
	border: 1px solid rgba(112, 112, 112, 0.50);
	border-radius: 31px;
	position: relative;
}
#curso-inter .texto-ce{
	font-size:12px;
	color:#707070;
	line-height:22px;
	margin-top: 12px;
}
#curso-inter .pros .titulo{
	text-align: left;
	margin-bottom: 22px;
	margin-top: 0;
	color: #243D50;
	font-size: 22px;
	font-family: 'helveticaNeueMedium';
}
.index-3-categories .titulo{
	color: #243D50;
	font-size: 22px;
	font-family: 'helvetica-regular';
	margin-top: 35px;
}
.engloba-titulo-art{
	margin-top: 48px;
	margin-bottom: 36px;
}
.engloba-titulo-art img{
	margin-right: 15px;
	width: 100%;
	max-width: 47px;
	margin-top: -25px;
}
.engloba-titulo-art .titulo{
	color: #505050;
	font-size: 23px;
}
.btn-voltar{
	margin-top:80px;
}
.box-curso-inter{
	margin-top: 47px;
	cursor:pointer;
}
.box-curso-inter:hover .image img{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.box-curso-inter .descricao .titulo{
	margin-top: 13px;
	color: #4FA0D3;
	font-size: 19px;
	font-family: 'helveticaNeueMedium';
}
.box-curso-inter .descricao p{
	color:#747474;
	font-family: 'helvetica-regular';
	font-size:14px;
	margin-top: 16px;
}
.btn-veja {
	float:right;
	display:table;
	margin-top:20px;
}
.btn-veja a{
	border: 1px solid #105C77;
	padding: 7px 29px;
	border-radius: 25px;
	color: #105C77;
	text-decoration:inherit;
	font-family: 'helveticaNeueBold';
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 11px;
}
.carrossel-curso-inter {
}
.carrossel-curso-inter .owl-nav{
	display: block !important;
	position: absolute;
	right: 0;
	top: -52px;
}
.carrossel-curso-inter button{
	margin-right: 5px;
}
.carrossel-curso-inter button span{
	border: 1px solid #dedede;
	width: 34px;
	height: 34px;
	display: block;
	padding: 6px 14px;
	color: #737373;
}
.carrossel-curso-inter button:hover span{
	background:#dedede;
	color:#fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-veja:hover a{
	background-color:#105C77;
	color:#fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.box-curso-inter .image{
	border-radius: 27px;
	overflow: hidden;
}
.box-curso-inter .image img{
	width:100%;
}
.btn-voltar a{
	border: 1px solid #105C77;
	padding: 8px 42px;
	border-radius: 25px;
	color: #105C77;
	text-decoration:inherit;
	font-family: 'helveticaNeueBold';
	font-size: 13px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-voltar:hover a{
	background-color:#105C77;
	color:#fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.imagem-artigo-inter{
	border-radius: 64px;
	overflow: hidden;
}
#curso-inter .descricao p{
	text-align: justify;
}
#curso-inter .box-topico-inter{
	margin-bottom: 10px;
}
#curso-inter .box-topico-inter .option-title img{
	width: 23.85px;
	margin-right: 21px;
}
#curso-inter .box-topico-inter .option-title:after{
	content:'+';
	float:right;
	display:block;
	vertical-align: middle;
	border-radius: 100%;
	font-size: 22px;
	color: #707070;
	font-family: 'helveticaNeueBold';
}
.topicos .titulo{
	margin-top: 54px;
	margin-bottom: 31px;
	font-family: 'helveticaNeueMedium';
	font-size: 22px;
}
#entregas{
}
#entregas .container{
	padding: 120px 0;
	width: 940px;
}
#entregas .eng-titulo-entrega{
}
#entregas .eng-titulo-entrega .titulo{
	color: #FFFFFF;
	font-size: 46px;
	text-align: center;
	font-family: 'helveticaNeueMedium';
}
#entregas .engloba-entrega{
	margin-top: 54px;
	text-align: center;
}
#entregas .box-entrega{
	width: 50%;
	display: inline-block;
	margin-right: -3.8px;
	padding: 0 20px;
}
#entregas .box-entrega:hover .engloba-box2{
}
#entregas .box-entrega:nth-of-type(3){
	border-right:none;
}
#entregas .box-entrega .image{
	display: block;
	width: 37.89px;
	vertical-align: middle;
	margin-right: 13px;
	margin: 0 auto;
	margin-bottom: 0;
}
#entregas .box-entrega .image img{
	width: 100%;
	display: none;
}
#entregas .box-entrega .descricao{
	display: block;
	vertical-align: middle;
}
#entregas .box-entrega .descricao .titulo{
	letter-spacing: 1px;
	text-align: left;
	color: rgba(255, 255, 255, 0.84);
	font-size: 17px;
	font-family: 'helveticaNeueMedium';
	padding: 15px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-left: 30px;
}
#entregas .box-entrega .descricao .titulo:before{
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #4fa0d3;
	border-radius: 100%;
	vertical-align: top;
	margin-top: 4px;
	margin-right: 10px;
	margin-left: -21px;
}
.engloba-box1 {
   /* pai da classe central, em conjunto centraliza o conteudo verticalmente */
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}
.engloba-box2{
   /* filha da classe container, em conjunto centraliza o conteudo verticalmente */
	width: 100%;
	height: 100%;
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.slick-testimonials-oque-entregamos .owl-nav{
	margin-top: 0;
}
.slick-testimonials-oque-entregamos .owl-prev{
	position: absolute;
	left: 0;
	margin-left: -47px;
	top: 0;
	margin-top: 55px;
}
.slick-testimonials-oque-entregamos button:hover span{
	background:#76A9DA;
	color:#fff;
}
.slick-testimonials-oque-entregamos .owl-next{
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -47px;
	margin-top: 53px;
}
.slick-testimonials-oque-entregamos span{
	border: 1px solid #fff;
	background:#fff;
	width: 29px;
	height: 29px;
	display: block;
	padding: 0 11px;
	color: #76A9DA;
	font-size: 19px;
	border-radius: 100%;
}
.box-conteudo-workshop .image{
	width: 21.35%;
	float: left;
	display: table;
}
.box-conteudo-workshop .descricao{
	float: right;
	width: 75%;
}
#conteudo-workshop{
	margin-bottom:30px;
}
.box-conteudo-workshop p{
	color: #707070;
	font-size: 15px;
}
#parceiro .container{
	padding:120px 0;
}
.box-parceiro .eng-parceiros{
	width: 100%;
	display: table;
	position: relative;
	border: 1px solid #CCC;
	padding: 15px 30px;
	border-radius: 26px;
}
.box-parceiro{
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: -3.8px;
	width: 50%;
	padding-right: 7px;
	margin-bottom: 10px;
}
.box-parceiro .image{
	width: 14%;
	float: left;
	display: table;
}
.box-parceiro .image img{
}
.box-parceiro .descricao{
	float: right;
	width: 70%;
	padding-top: 21px;
	padding-left: 17px;
}
.box-parceiro .descricao .engloba-titulo{
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.box-parceiro .descricao .titulo{
	float: left;
	display: table;
	font-size: 21px;
}
.box-parceiro .descricao .eng-redes{
	float: right;
}
.box-parceiro .descricao .eng-redes a{
	margin-right: 10px;
	color: #6c6c6c;
	font-size: 24px;
}
.link1{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	font-family: inherit;
	font-size: inherit;
}
.carrosel-todos, .carrosel-todos1, .carrosel-todos2{
}
.carrosel-todos .owl-nav, .carrosel-todos1 .owl-nav, .carrosel-todos2 .owl-nav, .slick-testimonials .owl-nav, .carrossel-clientes .owl-nav{
	display:block !important;
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -86px;
}
.carrossel-clientes .owl-nav{
	margin-top:-58px;
}
.carrosel-todos .owl-prev, .carrosel-todos1 .owl-prev, .carrosel-todos2 .owl-prev{
	position: absolute;
	left: -72px;
}
.carrosel-todos .owl-next, .carrosel-todos1 .owl-next, .carrosel-todos2 .owl-next{
	position: absolute;
	right: -44px;
}
.carrosel-todos button span, .carrosel-todos1 button span, .carrosel-todos2 button span, .carrossel-clientes span {
	border: 1px solid #76A9DA;
	width: 54px;
	height: 54px;
	display: block;
	padding: 14px;
	color: #76A9DA;
	border-radius: 100%;
}
.carrosel-todos button:hover span, .carrosel-todos1 button:hover span, .carrosel-todos2 button:hover span, .carrossel-clientes button:hover span {
	background:#76A9DA;
	color:#fff;
}
.carrossel-clientes .owl-prev{
	position: absolute;
	left: -89px;
}
.carrossel-clientes button:hover span{
	background:#76A9DA;
	color:#fff;
}
.carrossel-clientes .owl-next{
	position: absolute;
	right: -89px;
}
.slick-testimonials .owl-nav{
	margin-top: 0;
}
.slick-testimonials .owl-prev{
	position: absolute;
	left: 0;
}
.slick-testimonials button:hover span{
	background:#76A9DA;
	color:#fff;
}
.slick-testimonials .owl-next{
	position: absolute;
	right: 0px;
}
.slick-testimonials span{
	border: 1px solid #fff;
	background:#fff;
	width: 29px;
	height: 29px;
	display: block;
	padding: 0 11px;
	color: #fff;
	font-size: 19px;
	border-radius: 100%;
	background:#76A9DA;
}
.newsletter{
	display: table;
}
.newsletter .titulo{
	color: #243D50;
	font-size: 22px;
	font-family: 'helveticaNeueMedium';
	text-align: left;
}
.newsletter span{
	color:#243D50;
	font-size: 14px;
	font-family: 'helvetica-regular';
	margin-bottom: 31px;
	display: block;
}
.newsletter form .enviar{
	background:#4FA0D3;
	color:#fff;
	width: 93px;
	height: 28px;
	float: right;
	padding-left: 0;
	border-radius: 30px;
	border: 1px solid #4FA0D3;
}
.newsletter form .enviar:hover{
	background:transparent;
	color:#4FA0D3;
}
.newsletter form input{
	background: rgba(112, 112, 112, 0.10);
	color: rgba(112, 112, 112, 0.50);
	font-size: 15px;
	font-family: 'helvetica-regular';
	margin-bottom: 11px;
	border: none;
	border-radius: 17px;
	height: 34px;
	width: 100%;
	padding-left: 21px;
}
.newsletter-footer{
	display: table;
	margin-top: 68px;
	margin-left: 20px;
}
.newsletter-footer .titulo{
	color: #FFF;
	font-size: 15px;
	font-family: 'helvetica-regular';
	text-align: left;
}
.newsletter-footer .titulo:after{
	display: block;
	content: "";
	background-color: rgba(204, 204, 204, 0.20);
	width: 104px;
	height: 1px;
	transition: width 0.3s ease;
	margin-top: 7px;
}
.newsletter-footer span{
	color:#FFF;
	font-size: 14px;
	font-family: 'helvetica-regular';
	margin-bottom: 31px;
	display: block;
}
.newsletter-footer form {
	margin-top: 27px;
}
.newsletter-footer form .enviar{
	background:#4FA0D3;
	color:#fff;
	width: 93px;
	height: 28px;
	float: right;
	padding-left: 0;
	border: 1px solid #4FA0D3;
}
.newsletter-footer form .enviar:hover{
	text-decoration: underline;
}
.newsletter-footer form input::placeholder{
	color: #FFF;
}
.newsletter-footer form input{
	background: rgba(112, 112, 112, 0.10);
	color: #FFF;
	font-size: 11px;
	font-family: 'helvetica-regular';
	margin-bottom: 11px;
	border: none;
	border-radius: 17px;
	height: 34px;
	width: 100%;
	padding-left: 21px;
}
.categoria-artigo{
}
.categoria-artigo li:hover{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 10;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.categoria-artigo ul{
	padding-left: 0;
}
.categoria-artigo ul li{
	border-bottom: 1px solid #ccc;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	padding-bottom: 12px;
	margin-bottom: 13px;
}
.categoria-artigo ul li a{
	color: #243D50;
	font-size: 15px;
	font-family: 'helvetica-regular';
}
.titulo-fale{
	color:#243D50;
	font-size: 30px;
	font-family: 'helveticaNeueMedium';
	margin-bottom: 25px;
}
.texto-fale{
	color: #243D50;
	font-size: 15px;
	font-family: 'helvetica-regular';
	display: block;
	margin-bottom: 32px;
}
.sidebar {
	width: 300px;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	right: -300px;
	z-index: 2000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.6s ease;
	background-color: #fff;
}
.sidebar.aberto{
	right: 0;
}
.sidebar .inside {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow-y: auto;
}
.fundo-sidebar {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0.7;
	background: #000;
}
.menu-flutuante a{
	display: none;
}
#loading-page{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	z-index: 10000;
	background-color: #4fa0d3;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#loading-page svg{
	width: 150px;
}
#loading-page p{
	color: #fff;
	font-size: 18px;
}
.no-scroll{
	overflow: hidden;
}
