body {
    font-family: 'Open Sans', sans-serif !important;
    padding:90px 0 0;
}
input, button, select, textarea{
	font-family: 'Open Sans', sans-serif !important;
}
.clear{
	clear: both;
	line-height: 0;
}
.padding-zero{
	padding:0;
}
.close{
	font-size: 40px;
	line-height: 26px;
}

/* Head */
#top-bar {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #ccc;
	font-weight: 300;
	height: 90px;
	margin: 0 auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
#top-bar .navbar-header span {
  	background: #9c9c9c none repeat scroll 0 0;
}
.logo {
  	height: auto;
  	padding: 15px;
}
.logo img{
	height:60px;
	width:200px; 
}

/* Pesquisa topo */
.search .input-group{
	border: 1px solid #999;
}
.search input{
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	font-weight: 300;
	height: 40px;
}
.btn-search{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	padding: 9px 13px 5px;
}
.btn-search i{
	color: #999;
	font-size: 150%;
}

/* Menu head */
#top-bar-itens ul {
  	margin: 23px 0;
}
.layout-cart #top-bar-itens ul {
  	margin: 13px 0;
}
#top-bar-itens li{
	margin: 0 12px;
}
#top-bar-itens a{
	color: #333;
	font-size: 120%;
	font-weight: 300;
	padding: 8px 15px 8px;
}
.sign-in-cart, .create-account-cart{
	margin: 14px auto;
}
#top-bar-itens .menu-active a, 
#top-bar-itens a:hover, 
#top-bar-itens a:focus{
	background: #2268a9 none repeat scroll 0 0;
	color: #fff;
}
#top-bar-itens a.btn-coach-your-team{
	background: #ef9f0d;
	color: #fff;
}
#top-bar-itens a.btn-coach-your-team:focus, 
#top-bar-itens a.btn-coach-your-team:hover{
	background: #ef850d;
}
.menu-active a:hover{
	background: #125899 none repeat scroll 0 0 !important;
}
.cart-top:hover .block-cart-top{
	display:block;
}
.shopping-cart{
	border:1px solid transparent;
}
.shopping-cart:hover{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	color: #333 !important;
}
.item-cart{
	background: #ffdf39 none repeat scroll 0 0;
	border-radius: 15px;
	font-size: 80%;
	font-weight: 600;
	height: 18px;
	left: 34px;
	line-height: 18px;
	position: absolute;
	text-align: center;
	top: -2px;
	width: 18px;
	line-height: 16px;
}
.shopping-cart .glyphicon-shopping-cart{
	font-size: 150%;
}
.cart-top:hover .shopping-cart{
	background: #fff none repeat scroll 0 0 !important;
	border-left: 1px solid #555;
	border-radius: 5px 5px 0 0;
	border-right: 1px solid #555;
	border-top: 1px solid #555;
	color: #333;
	z-index: 99;
}
.block-cart-top{
	background: #fff none repeat scroll 0 0;
	border: 1px solid #555;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	border-radius: 0 0 5px 5px;
	color: #666;
	display: none;
	height: auto;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 46px;
	width: 390px;
	z-index: 9;
}
.block-item-cart-top ul{
	margin: 0 !important;
	padding: 0 !important;
	max-height: 420px;
	overflow-y: auto;
}
.block-item-cart-top ul li{
	list-style: none;
	margin: 0px auto 15px auto !important;
	border-bottom: 1px solid #eee;
	overflow: hidden;
    padding: 5px;
}
.course-cover-cart-top{
	float: left;
	width: 20%;
	margin-right: 3%;
}
.course-cover-cart-top a{ 
	padding: 0 !important;
}
.course-cover-cart-top a:hover{
	background:none !important;
	color: #333 !important;
}
.course-cover-cart-top img{ 
	width: 100%;
}
.title-course-cart-top{
	float: left;
	width: 77%;
	margin-bottom: 3px;
}
.title-course-cart-top a{
	padding: 0 !important;
}
.title-course-cart-top a:hover{
	background:none !important;
	color: #333 !important;
}
.block-button-cart-top a{
	border-radius: 0 !important;
	color: #fff !important;
	font-size: 100% !important;
	padding: 5px 15px !important;
}
.total-shopcart{
	margin: 4px auto;
}
.cart-empty strong{
	display: block;
	font-size: 130%;
	text-align: center;
	margin:2px auto;
}
.cart-empty span{
	display: block;
	text-align: center;
}
.cart-empty a{
	color: #2268a9 !important;
	font-size: 100% !important;
	padding: 0 !important;
}
.cart-empty a:hover{
	background:none !important;
}
#top-bar-itens a.see-more {
	color: #333;
	font-size: inherit;
	padding: 0;
}
#top-bar-itens a.see-more:hover, #top-bar-itens a.see-more:focus {
	background: none;
}
.see-more-text {
	padding: 0;
	margin: -22px 0 10px;
	font-size: 30px;
	text-align: center;
}
.sign-in-icon{
	display: none;
}

/* User logado */
.menu-active.my-space{
	min-width: 148px;
}
.my-space:hover .block-space-menu{
	display:block;
	margin-top:0;
	position: relative;
	margin: 0 auto;
	top: 10px;
	left: 0;
}
.name-user{
	margin: 12px 15px !important;
}
.bt-my-space{
	font-size: 110% !important;
}
.block-space-menu{
	left: -24px;
    top: 62px;
    width: 148px;
}
.my-space .block-space-menu{
	top: 52px;
}
.block-space-menu ul{
	margin: 0 !important;
	padding: 0;
}
.block-space-menu li{
	margin: 0px !important;
	list-style: outside none none;
}
.block-space-menu li:hover{
	background: #eee none repeat scroll 0 0;
}
.block-space-menu a{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	color: #333 !important;
	display: block;
	padding: 8px !important;
	font-size: 100% !important;
}
.block-space-menu a:hover{
	background: #eee none repeat scroll 0 0 !important;
}
.block-space-menu i{
	margin:0 5px 0 0;
}
.my-space-icon{
	display: block;
	padding: 10px 0;
	border-radius: 40px;
	border: 1px solid #333;
	width: 42px;
	margin:auto
}

/* Head Mobile */
.header-mobile{
	display: none;
}
.header-mobile{
	float: right;
}
.header-mobile a{
	border: 1px solid #333;
	color: #333;
	display: block;
	float: left;
	font-size: 120%;
	margin: 11px 5px;
	padding: 8px 10px;
}
.header-mobile i{
	margin-right: 5px; 
}
.header-mobile span{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.header-mobile .shopping-cart{
	border: medium none;
	position: relative;
}
.header-mobile .shopping-cart span{
	display: none;
}
.header-mobile .item-cart{
	background: #ffdf39 none repeat scroll 0 0 !important;
	display: block !important; 
	left: 20px;
}
.mobile-sign-out{
	border:none !important;
}


/* Video home */
.video-head{
	height: 100%;
	overflow: hidden;
	position: relative;
}
.video-head .video-filter{
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:99;
}
.video-head video {
  	display: block;
  	top: -40px;
}
.slogan{
	color: #fff;
	margin: 0 auto;
	padding: 0 130px;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 100%;
	z-index: 999;
}
.slogan2{
	color: #fff;
	margin: 0 auto;
	padding: 0 130px;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 100%;
	z-index: 999;
}
.slogan2 strong{
	font-size: 370%;
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
.slogan strong{
	font-size: 370%;
	font-weight: 300;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}

/* Seta ver mais */
.video-head .scroll-down {
	bottom: 30px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 99;
}
.video-head .scroll-down .btn {
	color: white;
	font-size: 40px;
	padding: 0;
	transition: all 0.5s ease 0s;
}
.video-head .scroll-down span{
	color: #fff;
	display: block;
	font-size: 130%;
	font-weight: 300;
}

/* Bloco texto */
.block-text{
	font-size: 130%;
	font-weight: 300;
	line-height: 30px;
	margin: 70px 0 0;
}
.title{
	color: #2268a9;
	font-size: 230%;
	font-weight: 300;
	text-align: center;
	margin: 0 0 40px;
}

/* Lista de cursos */
.list-courses{
	font-size: 130%;
	margin: 50px 0 0;	
}
.block-courses a{
	border: 1px solid #eee;
	display: block;
	margin: 30px;
	padding-top: 15px;
}
.block-courses a:hover, .block-courses a:focus{
	text-decoration: none;
}
.block-courses .img-courses img{
	margin:0 auto;
}
.block-courses .title-courses{
	height: 55px;
	margin: 0px auto 10px;
	padding: 0 10px;
	text-align: center;
}
.block-courses .title-courses strong{
	color: #2268a9;
	font-size: 100%;
	font-weight: normal;
	line-height: 29px;
}
.block-courses .description-courses{
	color: #333;
	font-size: 90%;
	font-weight: 300;
	height: 310px;
	line-height: 26px;
	padding: 0 15px;
	text-align: justify;
}
.block-courses .bt-view-course{
	display: block;
	font-size: 90%;
	font-weight: 300;
	margin: 20px auto 20px;
	text-align: center;
	width: 70%;
	border-radius: 0;
}
.block-star{
	text-align: center;
	margin: 5px auto;
	color: rgb(242, 188, 3);
}
.course-detail-home{

}
.course-detail-home span{
	margin: 10px auto;
	display: block;
	font-size: 75%;
	color: #333;
	font-weight: 300;
	padding: 0 20px;
}
.course-detail-home i{
	background-image: url("/img/icon-details-course.png");
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 10px;
}
.icon-module{
	background-position: -200px 0;
}

/* Begin Courses */
.begin-courses{
	margin: 40px auto 60px;
	text-align: center;
}
.begin-courses a{
	display: block;
	padding: 8px;
	width: 90%;
	margin: 10px auto;
	font-size: 140%;
	font-weight: 300;
}
.begin-courses strong{
	display: block;
	font-size: 170%;
	margin-bottom: 20px;
}
.btn-begin-courses{
	background: #125899 none repeat scroll 0 0;
	color: #fff;
}
.btn-begin-courses:hover{
	background: #2268a9 none repeat scroll 0 0;
	color: #fff;
	text-decoration: none;
}
.btn-coach-your{
	background: #ef9f0d none repeat scroll 0 0;
	color: #fff;
}
.btn-coach-your:hover{
	background: #ef850d none repeat scroll 0 0;
	color: #fff;
	text-decoration: none;
}

/* Vantagens do cursos */
.advantages-courses{
	margin: 50px 0 0;
	font-weight: 300;
	font-size: 130%;
}
.block-advantages{
	font-size: 90%;
	line-height: 26px;
	margin: 20px auto;
	text-align: center;
}
.block-advantages img{
	margin: 0 auto 20px;
}

/* Formulario mais informaÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£o */
.block-form-home{
	margin: 50px 0 0;
	font-weight: 300;
	font-size: 130%;
}
.form-fields label, .form-fields-footer label{
	display: block;
	font-size: 100%;
	font-weight: 600;
}
.form-fields p{
	display: block;
	height: 90px;
}
.form-fields-footer p{
	display: block;
	height: 75px;
	padding: 0;
}
.form-fields input, .form-fields select, .form-fields-footer input, .form-fields-footer select{
	height: 42px;
	border-radius: 0;
	font-weight: 300;
	width: 100%;
}
.single input{
	width: 100%;
}
.code-area{
	float: left;
	margin-right: 3%;
	width: 20% !important;
}
.phone-number{
	width: 72% !important;
}
.form-fields textarea, .form-fields-footer textarea{
	border-radius: 0;
	font-weight: 300;
	width: 100%;
	resize: vertical;
}
#bt-more-information{
	margin: 15px 0;
}
#bt-more-information{
	border-radius: 0;
	display: block;
	font-size: 120%;
	font-weight: 300;
	margin: 10px auto;
	padding: 5px 12px;
	text-align: center;
	width: 170px;
}
label.error{
  	color: red !important;
  	float: none;
  	font-size: 12px !important;
  	line-height: 120%;
  	margin: 0;
  	padding: 5px 0;
  	vertical-align: top;

}

#modal-coupon-off label.error{
  	color: #ad2112 !important;
}

/* Subir ao topo */
.bt-topo {
  	bottom: -1px;
  	float: right;
  	position: fixed;
  	right: 2px;
  	z-index: 9999;
}
.vt-topo {
  	background: transparent url("/img/seta-subir-ao-topo.png") no-repeat scroll 0 -49px;
  	display: block;
  	height: 49px;
  	margin: 0;
  	width: 97px;
}
.vt-topo:hover {
  	background-position: 0 0;
}

/* Rodape */
.footer{
	background: #444 none repeat scroll 0 0;
	margin: 50px auto 0;
	padding: 20px 0;
}
.footer-top{
	border-bottom: 1px solid #565656;
	padding: 10px 0 20px;
}
.footer-top ul{
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.footer-top li{
	border-right: 1px solid #565656;
	float: left;
	list-style: outside none none;
	padding: 10px 20px;
}
.flag{
	border: medium none !important;
	padding: 10px 0 !important;
}
.flag-footer{
	display: none;
}
.footer-top a{
	color: #c0c0c0;
	display: block;
	font-weight: 300;
}
.footer-top a:hover{
	color:#fff;
}
.footer-bottom{
	padding: 20px 0;
	overflow: hidden;	
}
.social-midia-footer{
	color: #c0c0c0;
	font-weight: 300;
	margin: 10px auto;
}
.social-midia-footer span{
	float: left;
}
.social-midia-footer ul{
	margin: 0;
	padding: 0;
}
.social-midia-footer li{
	border-right: 1px solid #565656;
	float: left;
	list-style: outside none none;
	padding: 5px 15px;
}
.social-midia-footer i{
	background: transparent url("/img/icon-social.png") no-repeat scroll 0 0;
	display: block;
	height: 20px;
	width: 28px;
}
.twitter-footer{
	background-position: -28px 0px !important;
}
.youtuber-footer{
	background-position: -56px 0px !important;
}
.whatsapp-footer{
	background-position: -84px 0px !important;
}
.register{
	color: #c0c0c0;
	font-weight: 300;
	margin: 10px auto;
}

/* Migalha */
.crumb .breadcrumb{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-weight: 300;
	margin-bottom: 15px;
}

/* Produto */
#product-view{
	margin-top:20px;
}
.title-product-view{
	clear: both;
	margin: 0 0 20px;
}
.title-product-view h1{
	margin: 0 0 7px;
	color: #2268a9;
	font-weight: 300;
	font-size: 250%;
}
.teacher-name-course{
	font-weight: 300;
}
.teacher-name-course strong{
	font-weight: 600;
}
.product-view-image{
	margin: 10px auto;
}
.product-view-image img{
	margin: 0 auto;
}
.information-course{
	font-weight: 300;
	padding: 0 15px 0 30px;
}
.sinopse{
	font-size: 120%;
	line-height: 26px;
	margin-bottom: 20px;
}
.price-course{
	color: #2268a9;
	display: block;
	font-size: 250%;
	margin: 0 0 10px;
}
.former-price-course{
	font-size: 18px;
	display: inline-block;
    text-decoration: none;
	position: relative;
}
.former-price-course::after {
	content: '';
    display: block;
    width: 100%;
    height: 55%;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 2px solid rgba(0,0,0,0.6);
}
.prices{
	margin:0;
}
.price-course-list{
	color: #2268a9;
	font-size: 26px;
	margin: 0 0 10px;
	font-weight: 300;
}
.former-price-course-list{
	font-size: 14px;
	color: #a99d9d;
	display: inline-block;
	text-decoration: none;
	position: relative;
}
.former-price-course-list{}
.former-price-cart{
    text-decoration: line-through;
    margin: 0;
    padding: 0;
}
.discount{
	background: #bd2525 none repeat scroll 0 0;
	color: #fff;
	font-size: 100%;
	font-weight: 600;
	padding: 1px 8px;
	text-align: center;
	width: 140px;
}
.block-courses .discount{
	font-size: 70%;
	margin: 0 10px 0 auto;
}
.details-course ul, .information-technical ul{
	margin: 0;
	padding: 0;
}
.details-course li, .information-technical li{
	list-style: none;
	margin: 10px auto;
}
.details-course i, .information-technical i{
	background: transparent url("/img/icon-details-course.png") no-repeat scroll 0 0;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 10px;
}
.icon-video{
	background-position: -80px 0 !important;
}
.icon-content{
	background-position: -100px 0 !important;
}
.icon-exercises{
	background-position: -120px 0 !important;
}
.icon-exam{
	background-position: -140px 0 !important;
}
.icon-workload{
	background-position: -60px 0 !important;
}
.icon-start{
	background-position: -20px 0 !important;
}
.icon-duration{
	background-position: -40px 0 !important;
}
.icon-certificate{
	background-position: -180px 0 !important;
}
.block-button-buy{
	margin: 0 0 20px;
}
.block-button-buy a{
	font-size: 200%;
	font-weight: 300;
	padding: 6px 40px;
	white-space: normal;
}
.methods-payment{
	margin: 20px 0 0;
}
.block-buttons-course{
	text-align: center;
}
.block-buttons-course button{
	display: inline-block;
	float: none;
	margin: 5px 10px 0;
	position: relative;
	text-align: center;
}

/* Programa do Curso */
.course-program{
	margin: 40px auto 0;
}
.course-program .tab-content{
	padding:20px 0;
}
.title-module-course{
	font-size: 120%;
	font-weight: 600;
	margin: 25px 0 15px;
}
.sub-title-module-course{
	font-size: 110%;
	font-weight: 300;
	margin-left: 15px;
}
.tabs-courses ul{
	border-bottom: 1px solid #adadad;
}
.tabs-courses li{
	margin-right: 15px;
}
.tabs-courses a{
	background-color: #eee !important;
	border-color: #bebebe !important;
	border-radius: 10px 10px 0 0 !important;
	color: #505050 !important;
	font-size: 120%;
	border-radius: 2px 2px 0 0 !important;
	font-weight: 300 !important; 
}
.tabs-courses a:hover, .tabs-courses a:focus{
	background-color: #e9e9e9  !important;
	border-color: #adadad !important;
	color: #505050;
	outline: medium none;
}
.tabs-courses .active a{
	background-color: #fff !important;
	border-color: #adadad #adadad #fff !important;
	color: #505050 !important;
	font-weight: 600 !important;
}
.block-content-program ul {
  	margin-bottom: 10px;
	padding: 0 0 0 20px;
	border: none;
}
.block-content-program ul li {
  	font-size: 120%;
  	font-weight: 600;
  	list-style: inside none disc;
  	margin: 10px 0 20px;
}
.block-content-program ul li ul li {
  	font-size: 90%;
  	font-weight: 300;
  	margin: 10px 0;
}
#teacher{
	font-size: 110%;
	font-weight: 300;
	line-height: 26px;
}
.photo-teacher img{
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 0 auto;
	padding: 5px;
}
.name-teacher-tab{
	font-size: 150%;
	font-weight: normal;
}
#target-audience{
	font-size: 110%;
	font-weight: 300;
	line-height: 26px;
}
#target-audience ul{
	border: none;
}
#certification{
	font-size: 110%;
	font-weight: 300;
	line-height: 26px;
}
#how-it-works{
	font-size: 110%;
	font-weight: 300;
	line-height: 26px;
}
#unique-differentials{
	font-size: 110%;
	font-weight: 300;
	line-height: 26px;
}
#unique-differentials .media {
  	margin: 30px 0 50px;
  	padding: 0 15px;
}
#unique-differentials .media-left {
  	float: left;
  	padding-right: 40px;
}
#unique-differentials .media-object {
  	border: 1px solid #ddd;
  	padding: 5px;
}
#unique-differentials h3 {
  	border-bottom: 1px solid #ededed;
  	color: #08c;
  	display: block;
  	float: left;
  	font-size: 150%;
  	font-weight: 600;
  	line-height: 22px;
  	margin-bottom: 15px;
  	margin-top: 0;
  	padding: 0 0 10px;
  	width: 100%;
}

/* Rede sociais do produto */
.share {
	border-top: 1px solid #dadada;
	float: none;
	line-height: 24px;
	margin: 20px auto 10px;
	min-height: 24px;
	padding: 10px 0;
	text-align: center;
	width: auto;
}
.share span {
  	display: inline-block;
  	margin-bottom: 4px;
  	margin-left: 8px;
}
.share .whatsapp {
  	position: relative;
  	top: -px;
}
.share .whatsapp img {
  	border-radius: 3px;
  	width: 20px;
}
.share .facebook {
  	position: relative;
  	top: 2px;
}
.share .twitter, .share .gplus {
  	position: relative;
  	top: 5px;
}

/* IndentificaÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£o */
#identification{
	margin: 0px auto;
}
.secure-login-message{
	background: #f4f4f4 none repeat scroll 0 0;
	border: 1px solid #ececec;
	border-radius: 5px;
	float: none;
	margin: 10px auto;
	overflow: hidden;
	padding: 10px;
}
.secure-login-message i {
	background: transparent url("../img/cadiado-cadastro.png") no-repeat scroll 0 0;
	display: block;
	height: 48px;
	margin: 13px auto 0;
	text-align: center;
	width: 50px;
}
.secure-login-message strong {
	color: #717171;
	display: block;
	font-size: 120%;
	margin: 0 0 2px;
}
.secure-login-message span {
	display: block;
	font-size: 100%;
	font-weight: 300;
	line-height: 24px;
}
.message-logged, .message-disconnect{
	font-size: 120%;
	font-weight: 300;
	margin: 20px auto;
	text-align: center;
}
#block-login-forms{
	margin-top: 15px;
}
#block-login-forms h2{
	border-bottom: 1px solid #eee;
	color: #2268a9;
	margin: 15px auto 20px;
	padding: 5px 0 12px;
}
#block-login-forms p {
    font-weight: 300;
    overflow: hidden;
    padding: 0 15px;
}
#block-login-forms label{
	color: #555;
	display: block;
	font-weight: 600;
}
#block-login-forms input{
	border-radius: 0;
	font-weight: 300;
	height: 42px;
}
.stay-signed{
	float: left;
	font-size: 90%;
	margin: 0 20px 0 0;
}
.stay-signed input{
	height: auto !important;
}
.forgot-password{
	font-size: 90%;
	padding: 3px 0 0;
	text-align: right !important;
}
.bt-pre-registration input{
	font-size: 120%;
	margin: 10px auto;
	padding: 6px 30px;
}

/* Sign In  e Create Account */
.sign-in, .create-account{
	margin:0 auto;
	float:none;
}
.sign-in h2, .create-account h2{
	color: #2268a9;
	font-size: 260%;
	font-weight: normal;
	margin: 10px 0 20px;
	text-align: center;
}
.sign-in p, .create-account p{
	font-size: 110%;
	text-align: center;
}
#sign-in, #create-account, #verify-certificate{
	margin: 30px auto;
	overflow: hidden;
}
#sign-in p, #create-account p, #verify-certificate p{
	font-weight: 300;
	overflow: hidden;
	padding: 5px 15px;
}
#sign-in label, #create-account label, #verify-certificate label{
	color: #555;
	display: block;
	font-weight: normal;
	text-align: left;
	font-size: 110%;
}
#sign-in input, #create-account input, #verify-certificate input,  #create-account select{
	border-radius: 0;
	font-weight: 300;
	height: 42px;
}
#verify-certificate input{
	width: 100%;
}
#sign-in small, #create-account small{
	display: block;
	text-align: center;
}
.bt-sign-in, .bt-create-account{
	margin:10px auto;
}
.bt-sign-in input, .bt-create-account a, .bt-create-account input{
	font-size: 150%;
	height: auto !important;
	font-weight: normal !important;
	padding: 8px 110px;
	border-radius: 0;
}
.a-divider {
	background-color: transparent;
	border-bottom: 1px solid #dedede;
	box-sizing: content-box;
	height: 0;
	margin: 40px auto;
	padding-top: 0.5em;
	text-align: center;
}
.a-divider::after {
	background-color: #ffffff;
	content: attr(title);
	display: inline-block;
	font-size: 120%;
	font-weight: bold;
	line-height: 1;
	padding: 0 1em;
	position: relative;
	top: -0.5em;
	vertical-align: top;
}
.sign-in-facebook, .create-account-facebook{
	background: #3b5999 none repeat scroll 0 0;
	color: #fff;
	display: block;
	font-size: 140%;
	font-weight: 300;
	margin: 0 auto;
	padding: 8px 15px;
	text-align: center;
	width: 65%;
}
.sign-in-facebook:hover, .sign-in-facebook:focus, .create-account-facebook:hover, .create-account-facebook:focus {
	color: #fff;
	text-decoration: none;
	background: #2b4989 none repeat scroll 0 0;
}
.sign-in-facebook i, .create-account-facebook i{
	background: transparent url("/img/facebook-app-logo.png") no-repeat scroll 0 0;
	display: block;
	float: left;
	height: 24px;
	margin: 2px 10px 0 0;
	width: 24px;
}
.age-check input{
	float: left;
	height: auto !important;
	margin: 6px 6px 0 0;
}
.btn-back{
	margin:10px auto;
	border-radius: 0;
}

/* Cadastro */
.registration{
	margin: 20px auto;
}
.registration fieldset{
	clear: both;
}
.title-registration{
	border-bottom: 1px solid #eee;
	color: #2268a9;
	font-size: 210%;
	margin: 15px auto 20px;
	padding: 5px 0 12px;
}
.message-security-registration{
	background: #f2f2f2 none repeat scroll 0 0;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	margin-top: 5px;
	padding: 11px;
}
.message-security-registration i{
	background: transparent url("../img/cadiado-cadastro.png") no-repeat scroll 0 0;
	display: block;
	float: left;
	height: 48px;
	margin: 15px 10px 0 0;
	text-align: center;
	width: 50px;
}
.message-security-registration strong{
	display: block;
	font-weight: 600;
}
.message-security-registration span{
	font-size: 100%;
	font-weight: 300;
}
.type-person{
	margin: 10px auto 30px;
}
.type-person label:first-child{
  	display: block;
  	font-size: 140%;
  	font-weight: normal;
  	margin-bottom: 15px;
}
.type-person label {
  font-weight: 300;
  margin-right: 60px;
}
.type-person input {
  	float: left;
  	margin-right: 5px;
}
#form-registration{
	clear: both;
}
.block-identification-left, .block-identification-right{
	margin:25px auto;
}
.block-identification-left label, .block-identification-right label{
	display: block;
	font-size: 110%;
	font-weight: 600;
}
.block-identification-left input, .block-identification-right input{
	border-radius: 0;
	font-weight: 300;
	height: 42px;
}
.block-identification-left select, .block-identification-right select{
	border-radius: 0;
	font-weight: 300;
	height: 42px;
}
.area-code{
	float: left;
	width: 36% !important;
	margin-right: 4%;
}
.phone{
	float: left;
	width: 60% !important;
}
.button-sign-up input{
	border-radius: 0;
	display: block;
	font-size: 150%;
	font-weight: 300;
	margin: 0 auto;
	padding: 5px 12px;
	text-align: center;
	width: 170px;
}

/* Carrinho */
#car{
	padding:30px 15px;
}
.steps-cart{
  	position: relative;
}
.user-logged {
  	margin: 7px 0;
}
.user-logged i{
	border: 1px solid #333;
	border-radius: 20px;
	float: left;
	font-size: 130%;
	margin-right: 10px;
	padding: 7px;
}
.user-logged span{
	display: block;
	float: left;
	font-size: 100%;
	font-weight: 300;
	margin-top:8px;
}
.block-steps{
	padding: 0;
    position: absolute;
    margin-top: 0;
    top: -102px;
    left: 33%;
    z-index: 1000;    
    width: 33%;
}
.block-steps::after{
	background: #333 none repeat scroll 0 0;
	content: " ";
	display: block;
	height: 2px;
	left: 5.5%;
	position: absolute;
	top: 14px;
	width: 87%;
}

.block-steps ul{
	display: inline-flex;
	justify-content: space-between;
	list-style: outside none none;
	padding: 0;
	margin:0;
	position: relative;
	width: 100%;
}
.block-steps li{
	line-height: 1.6;
	text-align: center;
	z-index: 99;
}
.block-steps .active i{
	background: #333 none repeat scroll 0 0;
	color: #fff;
}
.block-steps i{
	background: #fff none repeat scroll 0 0;
	border: 2px solid #333;
	border-radius: 20px;
	/* font-size: 120%; */
	font-weight: 600;
	/* padding: 3px 8px; */
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 25px;
	text-align: center;
}
.block-steps span{
	display: block;
	font-weight: 500;
	margin: 7px auto;
	font-size: 90%;
}

.button-continue input{
	border-radius: 0;
	font-size: 130%;
	margin: 9px auto;
	padding: 6px 35px;
}
.button-grid .button-continue input{
	margin-top:12px;
}
.steps-cart .button-continue{
	position:absolute;
	right: 0; 
	top: -8px; 
	z-index: 2
}
.button-continue .place-order {
	padding: 6px 22px;
}

.radio-text {
	font-weight: 500 !important;
}

/* Grid carrinho */
.grid h2{
	border-bottom: 1px solid #eee;
	color: #2268a9;
	margin: 20px auto;
	padding: 5px 0 12px;
}
.top-grid{
	background: #eee none repeat scroll 0 0;
	height: auto;
	margin: 25px 0 10px;
	overflow: hidden;
	padding: 0;
}
.top-grid p{
	color: #08c;
	font-size: 110%;
	padding: 8px 0 0;
}
.item-grid{
	padding: 10px 0;
}
.product-grid{
	border-bottom: 1px solid #e8e8e8;
	display: inline-block;
	margin-bottom: 20px;
	padding: 0 0 12px;
}
.detail-course-grid h3{
	color: #08c;
	font-size: 150%;
	margin: 0 0 10px;
}
.info-course-grid{
	font-weight: 300;
}
.info-course-grid ul{
	padding: 0;
}
.info-course-grid li{
	list-style: none;
	float: left;
	margin-right: 15px;
}
.info-course-grid span{
	font-weight: bold;
}
.info-course-grid .quantity{
	display: inline-block;
	margin: 5px 10px;
	width: 75px;
}
.info-course-grid .quantity input{
	height: 30px;
	text-align: center;
	width: 100%;
}
.info-course-grid .update-item, .info-course-grid .remove-item{
	height: 30px;
	margin: 5px 10px;
}
#whosFor-group{
	background: #eee none repeat scroll 0 0;
	display: inline-block;
	margin: 15px auto;
	width: 100%;
}
#whosFor-group h4{
	background: #337ab7;
	color: #fff;
	margin: 0 0 15px;
	padding: 6px;
	font-size: 115%;
}
.info-grid-cart{
	cursor: pointer;
	font-size: 120%;
	margin-top: -1px;
}
.info-grid-cart i{
	color: #fff;
}
#info-grid-cart {
	font-weight: 300;
}
#info-grid-cart li{
	list-style: outside none none;
}
#info-grid-cart ul{
	margin: 0 0 15px;
	padding: 0 0 0 10px;
}
.remove a{
	color: #333;
	display: block;
	font-size: 120%;
	text-align: center;
}
.terms-of-use{
	font-weight: 300;
}
#terms-of-use{
	line-height: 26px;
}
.block-total{
	font-size: 140%;
}
.button-grid{
	background: #eee none repeat scroll 0 0;
	margin: 60px auto 0;
	overflow: hidden;
}
.buy-more{
	border-radius: 0;
	margin: 15px auto;
}

/* Payment */
.title-card{
	border-bottom: 1px solid #eee;
	color: #2268a9;
	margin: 20px auto;
	padding: 5px 0 12px;
}
.block-card-date label{
  	display: block;
  	font-size: 110%;
  	font-weight: 600;
}
.block-card-date input, .block-card-date select,
.billing-address input, .billing-address select{
  	border-radius: 0;
  	font-weight: 300;
  	height: 42px;
}
.block-card-date input[type=checkbox],
.billing-address input[type=checkbox]{
  	font-weight: 300;
  	height: auto;
}
.separate{
	font-size: 200%;
	font-weight: 300;
	text-align: center;
}
#credit_cards{
	margin:10px auto 20px;
}
#credit_cards img{
	margin:0 20px 0 0;
}
.transparent{
	opacity: 0.2;
}

.choice-payment{
	margin-top: 20px;
	margin-bottom: 30px;
}
.choice-payment p {
	font-size:120%; 
	margin-bottom: 20px;
}
.choice-payment .card-circle{
	background: #f7f6cc;
	height: 80px;
	width: 80px;
	border-radius: 40px;
	position: relative;
	margin: 0 auto 5px;
}
.choice-payment .btn-cards.active .card-circle,
.choice-payment .card-circle:hover{
	background:#ececec;
}
.choice-payment .card-circle img{
	position: absolute;
	width: 52px;
	top: 22px;
	left: 14px;
	right: 0;
	bottom: 0;
	border-radius: 4px;
}
.choice-payment .btn-cards{
	margin: 0 10% 0 0;
	padding: 10px;
	text-align: center;	
    display: inline-block;
}
.choice-payment .btn-cards.active{
	border: 2px solid #eee;
}

.choice-payment .btn-cards:hover, 
.choice-payment .btn-cards:focus, 
.choice-payment .btn-cards.focus {
    text-decoration: none;
}
.choice-payment .btn-cards:hover{
	cursor: pointer;
}
.choice-payment .btn-cards i{
	font-size: 40px;
	line-height: 78px;
}
.choice-payment .btn-cards img{
	display: block;
}
.choice-payment .btn-cards span{
	display: block;
}

.flag-card-mini{
	display: block;
	margin: 5px auto;
	width: 50px;
}

#my-cards{
	background: rgba(238, 238, 238, 0.57);
	padding: 5px;
	text-align: center;
	display: inline-block;
	border-radius: 4px;
	margin-bottom: 30px;
}
#my-cards .btn, #my-cards button{
	margin: 5px 5px;
}
#order-sumary-mini{
	border: 2px solid #efefef;
	margin-top: 70px;
	padding: 5px 15px 0;
}

/* Cupom */
.coupon-block{
	margin: 10px auto;
	border: 1px solid #eee;
}
.coupon-block strong{
	background: #eee;
	display: block;
	text-align: center;
	padding: 10px 0;
	font-size: 120%;
	margin-bottom: 10px;
}
.discount-coupon{
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px;
}
.discount-coupon input{
	border-radius: 0;
	font-weight: 300;
	height: 42px;
}
.input-coupon{
	float: left;
	width: 70%;
}
.apply-coupon{
	float: left;
	width: 30%;
	border-radius: 0;
	font-weight: 400;
	height: 42px;
	padding: 9px 12px;
}
.coupon-warning{
    display: block;
    margin-top: -40px;
    bottom: -60px;
    color: #fff;
    font-size: 12px;
    text-shadow: 2px 2px 3px #000;
}


/* Conclusao */
.purchase-successful{
	background: #1e9e1e none repeat scroll 0 0;
	border-radius: 40px;
	color: #fff;
	font-size: 38px;
	height: 80px;
	margin: 0 auto;
	text-align: center;
	width: 80px;
}
.purchase-successful span{
	display:inline-block;
	margin-top: 18px
}
.purchase-error {
    background: #721c24 none repeat scroll 0 0;
    border-radius: 40px;
    color: #fff;
    font-size: 38px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    width: 80px;
}
.purchase-error span {
    display: inline-block;
    margin-top: 18px
}

/* Modal de Erro */
.bootbox {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #cecece;
    border-radius: 5px;
    bottom: auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    height: auto;
    left: -1%;
    margin: 0 auto;
    padding: 10px;
    top: 20%;
    transition: transform 0.3s ease-out 0s;
    width: 40%;
    z-index: 10000;
}
.modal-body {
  	max-height: 430px;
  	overflow-x: hidden;
  	overflow-y: auto;
}
.bootbox .modal-body h4 {
  	color: #666;
  	font-size: 130%;
  	font-weight: normal;
  	line-height: 26px;
  	margin: 0 auto;
}
.bootbox .modal-footer {
  	padding: 15px 0;
}
.bootbox .modal-footer a {
  	margin-right: 10px;
  	padding: 6px 20px;
}

/* Central do Cliente */
.block-learning-center{
	
}
.block-learning-center ul{
	margin: 0;
	padding: 0;
}
.block-learning-center li{ 
	float: left;
	height: auto;
	list-style: outside none none;
	margin: 15px;
	padding: 20px 0;
	text-align: center;
	width: 198px;
}
.block-learning-center li:hover{
	background: #eee none repeat scroll 0 0;
}
.block-learning-center a{
	display: block;
}
.block-learning-center i{
	display: block;
	height: 120px;
	margin: 0 auto 10px;
	width: 120px;
}
.block-learning-center span{
	display: block;
}
.icon-my-courses{
	background: rgba(0, 0, 0, 0) url("/img/learning-center/my-courses.png") repeat scroll 0 0;
}
.icon-corporate{
	background: rgba(0, 0, 0, 0) url("/img/learning-center/corporate.png") repeat scroll 0 0;
}
.icon-my-notes{
	background: rgba(0, 0, 0, 0) url("/img/learning-center/my-notes.png") repeat scroll 0 0;
}
.icon-virtual-library{
	background: rgba(0, 0, 0, 0) url("/img/learning-center/virtual-library.png") repeat scroll 0 0;
}
.icon-external-search{
	background: rgba(0, 0, 0, 0) url("/img/learning-center/external-search.png") repeat scroll 0 0;
}
.icon-navigation-guide{
	background: rgba(0, 0, 0, 0) url("/img/learning-center/navigation-guide.png") repeat scroll 0 0;
}
.icon-my-profile{
	background: rgba(0, 0, 0, 0) url("/img/learning-center/my-profile.png") repeat scroll 0 0;
}
.icon-change-password{
	background: rgba(0, 0, 0, 0) url("/img/learning-center/change-password.png") repeat scroll 0 0;
}
.icon-change-email{
	background: rgba(0, 0, 0, 0) url("/img/learning-center/change-email.png") repeat scroll 0 0;
}
.icon-my-orders{
	background: rgba(0, 0, 0, 0) url("/img/learning-center/my-orders.png") repeat scroll 0 0;
}
.icon-my-certificates{
	background: rgba(0, 0, 0, 0) url("/img/learning-center/my-certificates.png") repeat scroll 0 0;
}
.icon-my-gifts{
	background: rgba(0, 0, 0, 0) url("/img/learning-center/gifts.png") repeat scroll 0 0;
}
.icon-appointment-book{
	background: rgba(0, 0, 0, 0) url("/img/learning-center/agenda.png") repeat scroll 0 0;
}
.icon-report{
	background: rgba(0, 0, 0, 0) url("/img/learning-center/report.png") repeat scroll 0 0;
}
.menu-central {
	margin: 20px 0 15px;
	width: 250px;
}
.menu-central-arrow {
	border-left: 1px solid #dedede;
	height: 47px;
	width: 47px;
}
.menu-central-arrow .active-arrow {
	background-image: url("/img/seta-bt-menu-central.png");
	background-position: 0 -18px;
	display: block;
	height: 18px;
	margin: 0 auto;
	text-align: center;
	width: 18px;
}
.menu-central:hover .active-arrow {
  	background-position: 0 0;
}


.dropdown-menu {
	border-radius: 0 0 6px 6px;
	margin: 0 0 0 5px;
	max-height: 370px;
	overflow-y: scroll;
	width: 233px;
}
.active-title {
  	width: 200px;
}
.menu-central ul li {
 	margin: 7px 0;
}
.menu-central ul li a {
  	border-left: 4px solid #fff;
  	padding: 3px 15px;
}
.menu-central ul li a:hover {
  	background: #eee none repeat scroll 0 0;
  	border-left: 4px solid #0081c2;
  	color: #333;
}
.menu-central span {
  	margin-left: 8px;
}
.menu-central:hover .dropdown-menu {
  	display: block;
}


.navbar .menu-central{
	margin: 0;
}
.navbar #top-bar-itens .menu-central .dropdown-menu li {
    margin: 0;
}
.navbar #top-bar-itens .menu-central .dropdown-menu a {
	padding: 10px 9px !important;
}
.navbar #top-bar-itens .menu-central:hover .dropdown-menu{
	margin: -1px 0 0;
    width: 100%;
}

/* Minhas AnotaÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âµes */
.my-notes{
	background: #f3f3f3 none repeat scroll 0 0;
	margin: 30px auto;
	overflow: hidden;
	padding: 15px;
}
.my-notes .accordion-heading h3{
	font-size: 150%;
}
.my-notes .buttons-notes{
	text-align: right;
}
.my-notes .buttons-notes a{
	margin: 15px auto;
}
.my-notes .accordion-heading{
	overflow: hidden;
}
.notes-details {
	border-top: 1px solid #dadada;
	clear: both;
	margin: 20px 0 0;
	padding: 15px 10px;
}
.erro-404{
	color: #eee;
	font-size: 60px;
	font-weight: bold;
	margin: 40px 0;
}

/* Pesquisa Externa */
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
  	height: auto !important;
  	margin-top: 4px !important;
  	padding: 12px 20px !important;
  	width: auto !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
  	padding-right: 0 !important;
}

/* Alterar Senha */
#change-password p {
  	display: block;
  	height: 74px;
  	padding: 0;
}
#change-password label {
  	display: block;
  	font-size: 110%;
  	font-weight: 600;
}
#change-password input {
  	border-radius: 0;
  	font-weight: 300;
  	height: 42px;
}

/* Alterar Senha Telemarketing */
#change-password-telemarketing p {
  	display: block;
  	height: 74px;
  	padding: 0;
}
#change-password-telemarketing label {
  	display: block;
  	font-size: 110%;
  	font-weight: 600;
}
#change-password-telemarketing input {
  	border-radius: 0;
  	font-weight: 300;
  	height: 42px;
}

/* Alterar Email */
#change-email p {
  	display: block;
  	height: 74px;
  	padding: 0;
}
#change-email label {
  	display: block;
  	font-size: 110%;
  	font-weight: 600;
}
#change-email input {
  	border-radius: 0;
  	font-weight: 300;
  	height: 42px;
}

/* Recuperar Senha */
#password-reset p {
  	display: block;
  	height: 74px;
  	padding: 0;
}
#password-reset label {
  	display: block;
  	font-size: 110%;
  	font-weight: 600;
}
#password-reset input {
  	border-radius: 0;
  	font-weight: 300;
  	height: 42px;
}

/* Loading */
#loading {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99999;
}
#bg-loading {
	background: rgba(255, 255, 255, .5);
	width: 100%;
}
#img-loading {
	overflow: auto;	
	overflow-y: hidden;
	margin: auto;
	padding: 21% 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
}
.circle-loading{
	background-color: #fff;
	border-radius: 80px;
	display: inline-block;
	padding: 20px 40px;
	text-align: center;
}

/* Meus Cursos */
.courses-progress{
	margin: 25px auto;
}
.courses-progress .panel-heading{
	font-size: 130%;
	font-weight: 300;
}
.courses-progress ul{
	margin: 0;
	padding: 0;	
}
.courses-progress li{
	background: #f4f4f4 none repeat scroll 0 0;
	border: 1px solid #eee;
	border-radius: 3px;
	list-style: outside none none;
	margin: 20px auto;
	padding: 15px;
	overflow: hidden;
}
.cover-course-progress{
	padding:0;
}
.cover-course-progress img{
	margin: 0 auto;
}
.course-status{
	margin: 10px auto;
	text-align: center;
}
.Iconstatus-1::before{
	content: "\e023";
	color: #006ebb;
}
.Iconstatus-2::before{
	content: "\e032";
	color: #0094f5;
}
.Iconstatus-3::before{
	content: "\e089";
	color: #44c130;
}
.Iconstatus-4::before{
	content: "\e088";
	color: #c30909;
}
.Iconstatus-5::before{
	content: "\e109";
	color: #ff7a39;
}
.Iconstatus-6::before{
	content: "\e089";
	color: #5cb85c;
}
.color-status-1{
	color: #006ebb;
}
.color-status-2{
	color: #0094f5;
}
.color-status-3{
	color: #44c130;
}
.color-status-4{
	color: #c30909;
}
.color-status-5{
	color: #ff7a39;
}
.color-status-6{
	color: #5cb85c;
}
.title-info-progress h3{
	margin: 5px auto 10px;
}
.title-info-progress a{
	display: block;
}
.info-progress p{
	float: left;
	font-weight: 300;
	margin: 10px 20px 10px 0;
}
.info-progress span{
	font-weight: 600;
}
.bar-progress{
	margin: 15px auto;
	width: 100%;
}
.duration-progress{
	font-weight: 300;
}
.bar-progress .progress{
	width: 100%;
}
.button-progress a{
	display: block;
	margin: 10px auto;
	text-align: center;
	white-space: normal;
	padding: 6px;
}


/* Corporate - Gifts*/
.menu-corporate, .menu-gifts {
	margin: 40px auto;
}
.menu-corporate .nav-tabs, .menu-gifts .nav-tabs {
  	border-bottom: 1px solid #adadad;
}
.menu-corporate .nav-tabs li, .menu-gifts .nav-tabs li {
  	margin-right: 15px;
}
.menu-corporate .nav-tabs a, .menu-gifts .nav-tabs a {
  	background-color: #eee;
  	border-color: #bebebe !important;
  	border-radius: 2px 2px 0 0 !important;
  	color: #505050;
  	font-size: 120%;
  	font-weight: 300;
}
.menu-corporate .nav-tabs img, .menu-gifts .nav-tabs img {
	width: 33px;
}
.menu-corporate .nav-tabs a:hover, .menu-corporate .nav-tabs a:focus,
.menu-gifts .nav-tabs a:hover, .menu-gifts .nav-tabs a:focus {
  	background-color: #e9e9e9 !important;
  	border-color: #adadad !important;
  	color: #505050;
  	outline: medium none;
}
.menu-corporate .nav-tabs .active a, .menu-gifts .nav-tabs .active a {
  	background-color: #fff !important;
  	border-color: #adadad #adadad #fff !important;
  	color: #505050 !important;
  	font-weight: 600;
}
.list-courses-corporate, .list-courses-gifts {
	padding: 15px;
}
.list-courses-corporate .panel-heading, .list-courses-gifts .panel-heading{
	border:none !important;
}
.view-courses-corporate:hover, .view-courses-corporate:focus,
.view-courses-gifts:hover, .view-courses-gifts:focus {
	text-decoration: none !important;
}
.details-courses-corporate h4, .details-courses-gifts h4 {
	color: #2268a9;
	font-size: 120%;
	font-weight: normal;
	margin: 0 auto 10px;
}
.details-courses-corporate p, .details-courses-gifts p {
	float: left;
	font-size: 85%;
	font-weight: 300;
	margin: 7px 20px 7px 3px;
}
.table-students-corporate, .table-students-gifts {
	margin:10px auto;	
}
#add-students-corporate label, #add-replace-students-corporate label {
	display: block;
	font-size: 100%;
	font-weight: 600;
}
#add-students-corporate input, #add-replace-students-corporate input {
	border-radius: 0;
	font-weight: 300;
	height: 42px;
	width: 100%;
}
.register-button{
	width: auto !important;
}
.title-corporate, .title-gifts {
	border-bottom: 1px solid #eee;
	color: #2268a9;
	margin: 25px auto 15px;
	padding: 5px;
}
.actions-students ul{
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	margin: 2px 0 0;
	overflow-y: auto;
	width: auto;
}
.actions-students ul li{
	margin: 2px auto;
}
.actions-students ul a:hover{
	background:#eee !important;
}
.actions-students ul a{
	font-size: 100%;
	font-weight: 300 !important;
}
.download-model{
	margin:20px auto;
}
.search-student input, .search-student button{
 	font-weight: 300;
 	border-radius:0;
}

#send-friend-gift textarea{
	border-radius: 0;
	font-weight: 300;
	resize: vertical;
	width: 98%;
}

/* Phone Sign Up */
.new-phone-block .phone{
	width: 51% !important;
}
.remove-phone, .remove-my-phone {
	border-radius: 0 5px 5px 0;
	padding: 10px 16px;
}

/* Customer Satisfaction Survey */
.blc-customer-satisfaction{
	margin: 30px auto 40px;
}
.blc-customer-satisfaction label{
	font-weight: 300;
	line-height: 23px;
	margin: 7px 5px;
}
.blc-customer-satisfaction i{
	color: #e9b60a;
	margin: 0 3px;
}
.blc-customer-satisfaction .error {
	vertical-align: inherit;
}

/* Modal Coupon off */
#modal-coupon-off .modal-body{
	background: hsla(0, 0%, 0%, 0) url("/img/modal-coupon-100-off.jpg") no-repeat scroll center 0;
	height: 500px;
	max-height: 500px;
}
#modal-coupon-off .close{
	color: hsl(0, 0%, 100%);
	opacity: 1;
}
#modal-coupon-off .title-coupon{
	display: block;
	text-align: center;
}
#modal-coupon-off .title-coupon img{
	margin: 0 auto;
}
#modal-coupon-off .discount-coupon-modal{
	display: block;
	margin: 50px 0 0;
	text-align: right;
	position: absolute;
	width: 100%;
}
#modal-coupon-off .discount-coupon-modal img{
	float: right;
}
.block-coupon-form{
	bottom: 70px;
	position: absolute;
	right: 0;
	padding: 0 10px;
}
.block-coupon-form p{
	
}
.block-coupon-form input{
	border-color: hsl(0, 0%, 20%);
	border-radius: 0;
	color: hsl(0, 0%, 20%);
	height: 42px;
}
.block-coupon-form .bt-send-coupon{
	
}
.bt-send-coupon input{
	background: hsl(147, 66%, 42%) none repeat scroll 0 0;
	border: medium none;
	color: hsl(0, 0%, 100%);
	font-size: 160%;
	font-weight: 600;
	text-align: center;
	width: 100%;
}
.bt-send-coupon input:hover{
	background: hsl(0, 0%, 25%) none repeat scroll 0 0;
}
#modal-coupon-off small{
	bottom: 5px;
	color: hsl(0, 0%, 100%);
	font-weight: 600;
	position: absolute;
	right: 10px;
	text-align: right;
}

/* My Orders */
#my-orders{
	margin-top: 30px;
}

/* Telemarketing */
#clean-search-date-end,
#calendar-date-end,
#clean-search-date-start,
#calendar-date-start {
	padding: 5px 7px;
	background-color: #fff;
	color: #333;
	cursor: pointer;
	line-height: 1.42857;
}
#clean-search-date-end:hover,
#calendar-date-end:hover,
#clean-search-date-start:hover,
#calendar-date-start:hover {
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #333;
}

/* Slider Home */
.slider-banner-home a{
	cursor: pointer;
}
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
    margin: 0 auto;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slider-banner-home{
	max-width: 1390px;
    margin: 0px auto;
	max-height: 580px;
	text-align: center;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
.slick-active {
    opacity: .5;
}
.slick-current {
    opacity: 1;
}
.slick-dots{
	bottom: 2%;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.slick-dots li{
	cursor: pointer;
	display: inline-block;
	height: 15px;
	margin: 0 4px;
	padding: 0;
	position: relative;
	width: 15px;
}
.slick-dots button{
	background: hsl(0, 0%, 100%) none repeat scroll 0 0;
	border: 0 none;
	border-radius: 20px;
	color: hsla(0, 0%, 0%, 0);
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 15px;
	line-height: 0;
	outline: medium none;
	padding: 5px;
	width: 15px;
}
.slick-prev{
	background: url("/img/seta-slider.png") no-repeat 0 0 transparent;
	width: 33px;
	height: 60px;
	border: none;
	position: absolute;
	left: 50px;
	top: 44%;
	z-index: 1;
	font-size: 0;
}
.slick-next{
	background: url("/img/seta-slider.png") no-repeat -33px 0 transparent;
	width: 33px;
	height: 60px;
	border: none;
	position: absolute;
	right: 50px;
	top: 44%;
	z-index: 1;
	font-size: 0;
}

/*Page Promotion*/
.banner-promo{
	margin: 0 0 40px;
	position: relative;
}
.banner-promo .text-promo{
	position: absolute;
	text-align: center;
	width: 100%;
	color: #fff;
	padding: 0 15px;
}
.banner-promo h2{
	font-size: 330%;
	margin: 160px 0 10px;
	text-shadow: 1px 1px 2px rgb(39, 39, 39);
	font-weight: bold;
}
.banner-promo span{
	font-size: 230%;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgb(39, 39, 39);
}
.banner-promo img{
	margin:0 auto;
}
.description-promo h3{
	color: rgb(34, 104, 169);
	font-weight: 300;
	margin: 40px auto 20px;
	font-size: 250%;
	text-align: center;
}
.description-promo{
	text-align: center;
}
.description-promo p{
	font-size: 130%;
	line-height: 26px;
}
.description-promo button{
	margin: 30px auto;
	font-size: 140%;
	padding: 10px 20px;
	font-weight: 600;
	white-space: normal;
}
.description-promo strong{
	display: block;
	font-size: 150%;
}



/* Coah Your Team */ 
@media (max-width: 768px){
	.img-media{
		margin-bottom: 30px;
	}
	.pull-right.img-media{
		float:none !important;
	}
}

/*
*
* Componente Youtube em Produtos;
*
*/
.youtube-video iframe{
	height: 266px;
	width: 100%;
}
@media (max-width: 768px){
	.youtube-video{
		text-align: center
	}
	.youtube-video iframe{
		height: 230px;
		width: 62%;
	}
}
@media (max-width: 768px){
	.youtube-video{
		text-align: center
	}
	.youtube-video iframe{
		height: 230px;
		width: 62%;
	}
}
@media (max-width: 480px){
	.youtube-video iframe{
		height: 191px;
		width: 100%;
	}
}