/* ==========================================================================
   Author's custom styles
   ========================================================================== */
*{
	outline: none;
	box-sizing: border-box;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	/*font-family: 'Roboto', sans-serif;*/
}
a{ color: #fff; }
a:hover, a:link, a:visited, a:active{ text-decoration: none; }

.tablet, .movil, .nav-movil{ display: none;  }
.desktop{ display: block; }

header{
	padding: 16px 0;
	float: left;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #f2f2f2;
}
header .logo{
    max-width: 100px;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-left: 55px;
}
header nav{
	float: left;
	margin-left: 30px;
	margin-top: 8px;
}
header nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
header nav ul li{
	display: inline-block;
	padding: 0;
	margin: 0 20px 0 0;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}

header nav ul li a{
	color: #9c9b9b;
	font-size: 14px;
	font-weight: 400;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}
header nav ul li:hover{
	border-bottom: 3px solid #ffca34;
    padding-bottom: 5px;
    transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}
header nav ul li:hover a{
	color: #3b3b3a;
	font-weight: 400;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}
header nav ul li.active{
	border-bottom: 3px solid #ffca34;
    padding-bottom: 5px;
    transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}
header nav ul li.active a{
	color: #3b3b3a;
	font-weight: 400;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}
header .btn{
	float: right;
	background: #ffb718;
	font-size: 14px;
	font-weight: 400;
	color: #3b3b3a;
	border-radius: 3px;
	padding: 10px 20px;
	margin-right: 55px;
}
header .inicio-session{
	float: right;
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	margin: 10px 20px;
}
header .selector{
	background: url(../img/arrow-down.png) 85% center no-repeat #f3f3f3;
    color: #999999;
    float: right;
    padding: 10px 10px;
    border-radius: 3px;
    text-align: left;
    min-width: 60px;
    position: relative;
}
header .selector:hover ul{
	display: block;
}
header .selector ul{
	position: absolute;
    background: #f3f3f3;
    left: 0;
    width: 415px;
    top: 40px;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 999;
}
header .selector ul li{
	list-style: none;
    font-size: 12px;
    color: #999999;
    letter-spacing: normal;
    font-weight: 500;
    padding: 10px 20px;
    display: table;
    clear: both;
    width: 100%;
}
header .selector ul li a{
	font-size: 14px;
    letter-spacing: normal;
    color: #999999;
    padding: 10px 0 0;
    float: left;
    width: 100%;
}
header .selector ul li a span{
    color: #ffb718;
    font-size: 34px;
    line-height: 18px;
    float: left;
    height: 14px;
    padding: 0;
    overflow: hidden;
    margin-right: 5px;
}
header .log-content{
	float: left;
	width: 100%;
	background: #faf9f9;
	padding: 30px 55px 50px;
	margin-top: 16px;
	margin-bottom: -16px;
	position: relative;
	display: none;
}
header .log-content .close{
	position: absolute;
	right: 55px;
	top: 30px;
	cursor: pointer;
	color: #999999;
}
header .log-content form{
	display: table;
	margin: 0 auto;
	clear: both;
	width: 100%;
	max-width: 900px;
}
header .log-content .title{
	font-size: 20px;
	font-weight: 600;
	color: #999999;
	float: left;
	width: 50%;
	height: 50px;
}
header .log-content .others{
	float: right;
	width: 50%;
	height: 50px;
	text-align: right;
	color: #999999;
}
header .log-content .others a{
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}
header .log-content input{
	width: calc(100% / 3 - 4px);
	float: left;
	padding: 20px 10px;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	margin-right: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}
header .log-content input:nth-child(5){
	margin-right: 0;
}
header .log-content input[type="submit"]{
	background: #ffb718;
	font-size: 16px;
    font-weight: 600;
	color: #3b3b3a !important;
}
header .log-content .registro{
	display: block;
}
header .log-content .registro input{
	width: calc(100% / 5 - 4px);
	float: left;
	padding: 20px 10px;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	margin-right: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}
header .log-content .registro input:nth-child(7){
	margin-right: 0;
}
header .log-content .registro select{
	float: left;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	background: url(../img/select-arrow.png) 90% 52% no-repeat #fff;
	font-size: 14px;
	padding: 20px 10px;
	width: calc(100% / 5 - 4px);
	font-weight: 400;
	color: #999999;
	margin-right: 5px;
	-webkit-appearance: none;
}
header .log-content .recuperar, header .log-content .paso1, header .log-content .paso2, header .log-content .paso3{
	display: none;
}

header .log-content .recuperar input[type="text"]{
	width: 66%;
}
header .log-content .msj-error{
    display: inline;
    margin-left: 20px;
    color: #ff0000;
    font-size: 14px;
}
header .log-content .terminos{
    float: left;
    width: calc(80% - 6px);
    background: #fff;
    padding: 20px 10px;
    margin-right: 5px;
    color: #3b3b3a;
    text-align: left;
}
header .log-content .terminos .check{
	float: right;
}
header .log-content .terminos a{
	float: right;
    margin-left: 15px;
    color: #ffb718;
    text-decoration: underline;
}
header	.user-log{
	float: right;
	color: #999999;
	font-size: 14px;
    font-weight: 500;
    height: 36px;
    display: flex;
	flex-direction: row;
    align-items: center;
}
header .user-log i{
	font-style: normal;
	font-size: 20px;
	margin: -5px 5px 0;
}
header .user-log .creditos{
    float: right;
    background: #f3f3f3;
    color: #999999;
    width: 36px;
    height: 36px;
    border-radius: 3px;
    margin: 0 10px 0;
    text-align: center;
    padding-top: 8px;
    font-size: 16px;
}
.checkbtn {
    position: relative;
    padding-left: 35px;
    margin-top: -3px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 22px;
    display: inline-block;
    float: left;
    padding-top: 3px;
}

/* Hide the browser's default checkbox */
.checkbtn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbtn:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbtn input:checked ~ .checkmark {
    background-color: #ffb718;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbtn input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbtn .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

footer{
	float: left;
	width: 100%;
	background: #faf9f9;
	padding: 16px 55px;
}
footer nav{
	float: left;
	margin-top: 8px;
}
footer nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
footer nav ul li{
	display: inline-block;
	padding: 0;
	margin: 0 20px 0 0;
}
footer nav ul li a{
	color: #9c9b9b;
	font-size: 14px;
	font-weight: 400;
}
footer nav ul li:hover{
    padding-bottom: 5px;
    transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}
footer nav ul li:hover a{
	color: #3b3b3a;
	font-weight: 400;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}
footer nav ul li.active{
    padding-bottom: 5px;
    transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}
footer nav ul li.active a{
	color: #3b3b3a;
	font-weight: 400;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}
footer .iso{
	width: 100%;
	max-width: 35px;
	float: right;
}
.home{
	float: left;
	width: 100%;
}
.home .img{
	float: left;
	width: 100%;
}
.sobre{
	display: table;
	clear: both;
	width: 100%;
}
.sobre .head{
	float: left;
	width: 100%;
	background: #faf9f9;
	padding: 20px 0;
}
.sobre .head .title{
    font-size: 22px;
    text-align: center;
    display: table;
    clear: both;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    color: #3b3b3a;
}
.sobre .head .title ul{
	display: none;
}
.sobre .head .prev{
    position: absolute;
    left: 0;
    top: 6px;
    color: #3b3b3a;
    font-size: 12px;
}
.sobre .head .prev img{
	float: left;
	margin-right: 15px;
}
.sobre .head .next{
    position: absolute;
    right: 0;
    top: 6px;
    color: #3b3b3a;
    font-size: 12px;
}
.sobre .head .next img{
	float: right;
	margin-left: 15px;
}
.sobre .content .principal{
	display: flex;
	width: 100%;
	min-height: calc(100vh - 202px);
	align-items: center;
	justify-content: center;
	gap: 100px;
}
.content{
	display: table;
	clear: both;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.content .nav{
	display: table;
	clear: both;
	width: 100%;
	margin: 0 auto;
}
.content .nav ul{
	list-style: none;
	margin: 20px auto;
	padding: 0;
}
.content .nav ul li{
	display: inline-block;
	text-align: center;
	width: calc(100% / 5 - 8px);
}
.content .nav ul li a{
	font-size: 12px; 
	font-weight: 300;
	color: #9c9b9b;
}
.content .nav ul li.active a{
	color: #3b3b3a;
}
.content .nav ul span{
	color: #ffca34;
	font-size: 16px;
}
.content p{
	display: table;
	clear: both;
	width: 100%;
	max-width: 690px;
	margin: 20px auto;
	font-size: 14px;
	color: #3b3b3a;
	font-weight: 300;
	line-height: 24px;
}
.content .cols{
	float: left;
	width: 100%;
	max-width: 900px;
	border-top: 1px solid #eeeeee;
	padding-top: 40px;
}
.content .cols .col{
	width: calc(100% / 3 - 47px);
	float: left;
	margin-right: 70px;
}
.content .cols .col:nth-child(3n){
	margin-right: 0;
}
.content .cols .col .img{
	position: relative;
	overflow: hidden;
}
.content .cols .col .img .icon{
    position: absolute;
    left: -62px;
    top: -25px;
    background: #fff;
    width: 165px;
    height: 165px;
    text-align: center;
    padding: 55px 0;
    border-radius: 100%;
}
.content .cols .col h3{
	color: #9c9b9b;
}
.content .cols .col p{
    margin: 15px 0 50px;
    font-size: 14px;
    color: #3b3b3a;
}
.content .cols .mid{
	float: left;
	width: calc(50% - 20px);
	margin-right: 40px;
}
.content .cols .mid:nth-child(2n){
	margin-right: 0;
}
.content .cols .mid .box{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.content .cols .mid img{
	float: left;
	margin-right: 20px;
}
.content .cols .mid .text{
    float: left;
    width: calc(100% - 172px);
}
.content .cols .mid h3{
	color: #9c9b9b;
	margin-top: 0;
	margin-bottom: 10px;
}
.content .cols .mid p{
	margin: 0 auto;
	font-size: 14px;
}

.content .cols .line .box{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.content .cols .line img{
	float: left;
	margin-right: 20px;
}
.content .cols .line .text{
    float: left;
    width: calc(100% - 172px);
}
.content .cols .line h3{
	color: #9c9b9b;
	margin-top: 0;
	margin-bottom: 10px;
}
.content .cols .line p{
	margin: 0 auto;
	font-size: 14px;
	max-width: none;
}

.content .llegada{
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 40px;
}
.content .llegada .llegada_cont{
	display: flex;
	width: 100%;
	gap: 100px;
}
.content .llegada .llegada_cont .cols{
	display: flex;
	flex-direction: column;
	max-width: 280px;
	padding-top: 0;
	border: 0;
}
.content .llegada .llegada_cont .cols .col{
	margin-right: 0;
	margin-bottom: 0;
	width: 100%;
}
.content .llegada .llegada_cont .cols .col p{
	margin: 20px 0;
}
.estudios{
	display: table;
	clear: both;
	width: 100%;
}
.estudios #map{
	float: left;
	width: 100%;
	min-height: 350px;
}
.estudios .boxes{
	float: left;
	width: 100%;
	border: 1px solid #eeeeee;
}
.estudios .boxes .box{
	float: left;
	width: 25%;
	border-right: 1px solid #eeeeee;
	padding: 10px 50px 60px;
	position: relative;
}
.estudios .boxes .box:nth-child(4n){
	border-right: 0;	
}
.estudios .boxes .box .star{
	color: #ffb718;
	font-size: 24px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.estudios .boxes .box .pin{
	color: #3E3E3D;
    font-size: 16px;
    float: left;
    margin-top: 60px;
    font-weight: 900;
    display: flex;
    width: 100%;
    align-items: center;
}
.estudios .boxes .box .pin span{
	color: #ffb718;
}
.estudios .boxes .box .pin i{
	color: #ffb718;
	font-size: 34px;
	margin-right: 10px;
}
.estudios .boxes .box h3{
	float: left;
	width: 100%;
	color: #9c9b9b;
}
.estudios .boxes .box a{
	color: #ffb718;
	text-decoration: underline;
	float: left;
	width: 100%;
}
.estudios .title{
	padding: 30px 0;
    font-size: 22px;
    text-align: center;
    display: table;
    clear: both;
    width: 100%;
    margin: 0 auto;
    position: relative;
    color: #3b3b3a;
    background: #faf9f9;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.estudios .title .be{
	color: #3b3b3a;
	font-weight: 900;
	font-size: 16px;
	letter-spacing: normal;
	margin-bottom: 5px;
}
.estudios .title .be span{
	color: #ffb718;
}
.estudios .clases{
	float: left;
	width: 100%;
	border: 1px solid #eeeeee;
}
.estudios .clases .clase{
	float: left;
	width: 20%;
	border-right: 1px solid #eeeeee;
	padding: 30px 30px 40px;
	position: relative;
	font-size: 16px;
    color: #9c9b9b;
    min-height: 175px;
}
.estudios .clases .clase:nth-child(5n){
	border-right: 0;	
}
.estudios .clases .clase h3{
	float: left;
	width: 100%;
	color: #9c9b9b;
	font-size: 16px;
}
.estudios .clases .clase a{
	color: #ffb718;
	text-decoration: underline;
	float: left;
	width: 100%;
}
.estudios .clases .clase .fecha{
	float: left;
    width: 100%;
    font-size: 14px;
    color: #9c9b9b;
}
.estudios .clases .clase h4{
	float: left;
    width: 100%;
    font-size: 16px;
    color: #9c9b9b;
    margin: 0 auto;
}
.estudios .clases .clase .name{
	width: 100%;
    float: left;
}
.estudios .clases .clase .name span{
	float: left;	
}
.estudios .clases .clase .name a{
	float: left;
	width: auto;
	margin-left: 5px;
}
.estudios .clases .clase .icon{
    float: left;
    font-size: 40px;
    margin-top: 10px;
    color: #cdcdcd;
}
.estudios .clases .clase .btn{
	border-radius: 3px;
    background: #ffb718;
    color: #3b3b3a;
    float: left;
    width: auto;
    margin-top: 13px;
    padding: 7px 30px;
    margin-left: 10px;
    text-decoration: none;
}
.inst-estudio{
	position: relative;
	border-bottom: 1px solid #eee;
	padding: 0;
}
.inst-estudio .title{
	float: left;
	width: 100%;
	color: #9c9b9b;
	font-size: 18px;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 0 55px;
}
.inst-estudio .instructor{
	float: left;
	width: 25%;
    overflow: hidden;
    height: 289px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.inst-estudio .instructor img{
    margin: 0 auto;
    max-width: 237px;	
    cursor: pointer;
}
.inst-estudio .instructor .name{
	cursor: pointer;
	position: absolute;
	z-index: 999;
	background: #ffb718;
    color: #3b3b3a;
    width: 50%;
    left: 25%;
    bottom: 10%;
    padding: 10px;
    font-weight: 500;
    border-radius: 3px;
    opacity: 0;
    transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}
.inst-estudio .instructor:hover .name{
	opacity: 1;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}
.instructores .slick-arrow{
	width: 42px;
	height: 42px;
	position: absolute;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	color: transparent;
	overflow: hidden;
	cursor: pointer;
}
.instructores .slick-prev{
    top: calc(50% - 21px);
    left: 55px;
	background: url('../img/angle-left.png') center center no-repeat;
}
.instructores .slick-next{
	top: calc(50% - 21px);
	right: 55px;
	background: url('../img/angle-right.png') center center no-repeat;
}
.comunidad{
	float: left;
	width: 100%;
	padding: 0 55px 30px;
}
.comunidad .title{
	float: left;
	width: 100%;
	color: #9c9b9b;
	font-size: 18px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 30px;
}
.comunidad .box{
	float: left;
	width: calc(25% - 15px);
	margin-right: 20px; 
	margin-bottom: 30px;
}
.comunidad .box:nth-child(4n){
	margin-right: 0;
}
.comunidad .box h3{
	color: #9c9b9b;
}
.comunidad .box p{
	color: #3b3b3a;
}
.instructors{
	float: left;
	width: 100%;
	background: #fff;
}
.instructors .head{
	padding: 0 55px;
	float: left;
	width: 100%;
	background: #faf9f9;
}
.instructors .selector{
	background: url(../img/select-arrow.png) 95% center no-repeat #f3f3f3;
    color: #999999;
    float: left;
    padding: 20px;
    text-align: left;
    min-width: 60px;
    width: 40%;
    letter-spacing: 3px;
    position: relative;
}
.instructors .selector:hover ul{
	display: block;
}
.instructors .selector ul{
	position: absolute;
    background: #f3f3f3;
    left: 0;
    width: 100%;
    top: 43px;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 999;
}
.instructors .selector ul li{
	list-style: none;
    font-size: 12px;
    color: #999999;
    letter-spacing: normal;
    font-weight: 500;
    padding: 10px 20px;
    display: table;
    clear: both;
    width: 100%;
}
.instructors .selector ul li a{
	font-size: 14px;
    letter-spacing: normal;
    color: #999999;
    padding: 10px 0 0;
    float: left;
    width: 100%;
}
.instructors .selector ul li a span{
    color: #ffb718;
    font-size: 34px;
    line-height: 18px;
    float: left;
    height: 14px;
    padding: 0;
    overflow: hidden;
    margin-right: 5px;
}
.instructors .buscador{
	float: right;
	width: 30%;
}
.instructors .buscador input{
	float: left;
    width: 100%;
    background: url(../img/lupa.png) 95% center no-repeat;
    border: 1px solid #f0f0f0;
    padding: 18px;
    font-size: 18px;
}
.instructors .content{
	float: left;
	width: 100%;
	max-width: 100%;
	background: #fff;
}
.instructors .content .inst{
	float: left;
	width: 20%;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	position: relative;
}
.instructors .content .inst:nth-child(5n){
	border-right: 0;	
}
.instructors .content .inst:hover{
	background: #ebebeb;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}
.instructors .content .inst:hover .btn-perfil{
	opacity: 1;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;	
}
.instructors .content .inst .name{
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    color: #9c9b9b;
    font-weight: 600;
    font-size: 20px;
}
.instructors .content .inst .btn-perfil{
	position: absolute;
	bottom: 5%;
	width: 50%;
	left: 25%;
	background: #ffb718;
	color: #3b3b3a;
	text-align: center;
	padding: 10px;
	border-radius: 3px;
	opacity: 0;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;	
}
.instructor{
	float: left;
	width: 100%;
}
.instructor #map{
	float: left;
	width: 100%;
	height: 200px;
}
.instructor .content{
	float: left;
	width: 100%;
	max-width: 100%;
	padding: 0 55px;
	min-height: 400px;
}
.instructor .box{
	float: left;
	width: calc(100% / 3);
	padding-top: 20px;
	position: relative;
	margin-bottom: 30px;	
	max-width: 438px;
}
.instructor .box:nth-child(2){
	padding: 20px 40px 0;
}

.instructor .box .title{
	font-size: 18px;
	color: #9c9b9b;
	font-weight: 600;
	margin-bottom: 20px;
}
.instructor .box p{
	margin: 0 auto;
}
.instructor .box .img{
    position: absolute;
    width: 100%;
    top: -134px;
    left: 0;
}

.proximas-clases .clases{
	float: left;
	width: 100%;
	border: 1px solid #eeeeee;
}
.proximas-clases .clases .clase{
	float: left;
	width: 20%;
	border-right: 1px solid #eeeeee;
	padding: 30px 30px 40px;
	position: relative;
	font-size: 16px;
    color: #9c9b9b;
    min-height: 175px;
}
.proximas-clases .clases .clase:nth-child(5n){
	border-right: 0;	
}
.proximas-clases .clases .clase h3{
	float: left;
	width: 100%;
	color: #9c9b9b;
	font-size: 16px;
}
.proximas-clases .clases .clase a{
	color: #ffb718;
	text-decoration: underline;
	float: left;
	width: 100%;
}
.proximas-clases .clases .clase .fecha{
	float: left;
    width: 100%;
    font-size: 14px;
    color: #9c9b9b;
}
.proximas-clases .clases .clase h4{
	float: left;
    width: 100%;
    font-size: 16px;
    color: #9c9b9b;
    margin: 0 auto;
}
.proximas-clases .clases .clase .name{
	width: 100%;
    float: left;
}
.proximas-clases .clases .clase .name span{
	float: left;	
}
.proximas-clases .clases .clase .name a{
	float: left;
	width: auto;
	margin-left: 5px;
}
.proximas-clases .clases .clase .icon{
    float: left;
    font-size: 40px;
    margin-top: 10px;
    color: #cdcdcd;
}
.proximas-clases .clases .clase .btn{
	border-radius: 3px;
    background: #ffb718;
    color: #3b3b3a;
    float: left;
    width: auto;
    margin-top: 13px;
    padding: 7px 30px;
    margin-left: 10px;
    text-decoration: none;
}
.calendario{
	float: left;
	width: 100%;
	position: relative;
	background: #f4f4f4;
}
.calendario .head{
	padding: 0 55px;
	float: left;
	width: 100%;
	background: #faf9f9;
}
.calendario .selector{
	background: url(../img/select-arrow.png) 95% center no-repeat #f3f3f3;
    color: #999999;
    float: left;
    padding: 20px;
    text-align: left;
    min-width: 60px;
    width: 40%;
    letter-spacing: 3px;
    position: relative;
}
.calendario .selector:hover ul{
	display: block;
}
.calendario .selector ul{
	position: absolute;
    background: #f3f3f3;
    left: 0;
    width: 100%;
    top: 43px;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 999;
}
.calendario .selector ul li{
	list-style: none;
    font-size: 12px;
    color: #999999;
    letter-spacing: normal;
    font-weight: 500;
    padding: 10px 20px;
    display: table;
    clear: both;
    width: 100%;
}
.calendario .selector ul li a{
	font-size: 14px;
    letter-spacing: normal;
    color: #999999;
    padding: 10px 0 0;
    float: left;
    width: 100%;
}
.calendario .selector ul li a span{
    color: #ffb718;
    font-size: 34px;
    line-height: 18px;
    float: left;
    height: 14px;
    padding: 0;
    overflow: hidden;
    margin-right: 5px;
}
.calendario .title{
    position: absolute;
    left: 0;
    top: 58px;
    width: 45%;
	height: 145px;
    z-index: 9;
    padding: 47px 55px;
    font-size: 20px;
    color: #6f6f6f;
	background: #faf9f9; /* Old browsers */
	background: -moz-linear-gradient(left, #faf9f9 80%, #faf9f9 80%, transparent 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #faf9f9 80%,#faf9f9 80%,transparent 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #faf9f9 80%,#faf9f9 80%,transparent 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf9f9', endColorstr='transparent',GradientType=1 ); /* IE6-9 */
	border-bottom: 1px solid #f0f0f0;
}
.calendario #map{
	float: right;
	width: 70%;
	height: 145px;
	border-bottom: 1px solid #f0f0f0;
}
.calendario .semana{
	display: table;
	clear: both;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	color: #3b3b3a;
	position: relative;
}
.calendario .semana .prev{
	position: absolute;
	left: 0;
	top: calc(50% - 5px);
}
.calendario .semana .next{
	position: absolute;
	right: 0;
	top: calc(50% - 5px);
}
.calendario .semana small{
	display: block;
	color: #969696;
}
.calendario .dias{
	float: left;
	width: 100%;
	border-top: 1px solid #f0f0f0;
}
.calendario .dias .dia{
	text-align: center;
	float: left;
	width: calc(100% / 8);
}
.calendario .dias .dia .box{
	background: #faf9f9;
    border-radius: 5px;
    display: table;
    clear: both;
    margin: 10px auto;
    padding: 20px;
    color: #3b3b3a;
}
.calendario .dias .dia .box.active{
	background: #ffb718;
}

.calendario .dias .dia .box span{
	display: block;
	font-size: 18px;
	font-weight: 600;
}
.calendario .clases{
	float: left;
	width: 100%;
	background: #fff;
	border-top: 1px solid #f0f0f0;
}
.calendario .clases .row{
	float: left;
	width: 100%;
}
.calendario .clases .clase{
    float: left;
    width: calc(100% / 8);
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    padding: 30px 15px 30px;
    position: relative;
    font-size: 16px;
    color: #9c9b9b;
    min-height: 185px;
    overflow: hidden;
}
.calendario .clases .clase:nth-child(8n){
	border-right: 1px solid #f0f0f0;
}
.calendario .clases .clase h3{
	float: left;
	width: 100%;
	color: #9c9b9b;
	font-size: 16px;
}
.calendario .clases .clase a{
	color: #ffb718;
	text-decoration: underline;
	float: left;
	width: 100%;
}
.calendario .clases .clase .fecha{
	float: left;
    width: 100%;
    font-size: 14px;
    color: #9c9b9b;
}
.calendario .clases .clase h4{
	float: left;
    width: 100%;
    font-size: 16px;
    color: #9c9b9b;
    margin: 0 auto;
}
.calendario .clases .clase .name{
	width: 100%;
    float: left;
}
.calendario .clases .clase .name span{
	float: left;	
}
.calendario .clases .clase .name a{
	float: left;
	width: auto;
	margin-left: 5px;
}
.calendario .clases .clase .icon{
    float: left;
    font-size: 34px;
    margin-top: 11px;
    color: #cdcdcd;
}
.calendario .clases .clase .btn{
	border-radius: 3px;
    background: #ffb718;
    color: #3b3b3a;
    float: left;
    width: auto;
    margin-top: 13px;
    padding: 7px 20px;
    margin-left: 10px;
    text-decoration: none;
    font-size: 12px;
    border: 1px solid #ffb718;
}
.calendario .clases .clase.old{
	color: #d7d7d7;
}
.calendario .clases .clase.old .fecha{
	color: #d7d7d7;	
}
.calendario .clases .clase.old h4{
	color: #d7d7d7;	
}
.calendario .clases .clase.old a{
	color: #ffe2a3;
}
.calendario .clases .clase.agotado{
	background: #f7f6f6;
}
.calendario .clases .clase.agotado .btn{
	background: #fff;
	color: #3b3b3a;
}
.clase-estudio{
	float: left;
	width: 100%;
}
.clase-estudio .head{
	float: left;
	width: 100%;
	text-align: center;
	margin: 30px 0 60px;
}
.clase-estudio .head .name{
	font-size: 14px;
	font-weight: 400;
	color: #3b3b3a;
}
.clase-estudio .head .fecha{
	font-size: 18px;
	font-weight: 600;
	color: #9c9b9b;
}
.clase-estudio .head .estudio{
	font-size: 14px;
	font-weight: 400;
	color: #3b3b3a;
}
.clase-estudio .head .msj{
    display: table;
    clear: both;
    width: 100%;
    text-align: center;
    background: #ffb718;
    max-width: 640px;
    margin: 15px auto;
    padding: 25px;
    color: #fff;
    display: none;
}
.clase-estudio .head .msj a{
	text-decoration: underline;
}
.clase-estudio .instructor{
    position: absolute;
    width: 130px;
    height: 130px;
    overflow: hidden;
    top: -40px;
    left: calc(50% - 95px);
    border-radius: 100%;
    border: 5px solid #939598;
    background: #ebebeb;
    z-index: 1;
}
.clase .spin{
	position: absolute;
}
.comprar-clases{
	float: left;
	width: 100%;	
	padding: 30px 100px;
}
.comprar-clases .title{
	display: flex;
	width: 100%;
	flex-direction: column;
	padding: 20px;
}
.comprar-clases .title h3{
	font-size: 26px;
	color: #9c9b9b;
	text-align: center;
	margin-bottom: 0;
}
.comprar-clases .title p{
	font-size: 18px;
	text-align: center;
}
.comprar-clases .ofertas{
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}
.comprar-clases .oferta{
	float: left;
	width: calc(50% - 10px);
	background: #ffb718;
	padding: 20px;
	margin-right: 20px;
    min-height: 245px;
}
.comprar-clases .oferta:nth-child(2n){
	margin-right: 0;	
}
.comprar-clases .oferta .name{
	font-size: 26px;
	color: #3c3c3b;
	font-weight: 600;
	width: 100%;
}
.comprar-clases .oferta p{
	font-size: 20px;
	color: #3c3c3b;
	font-weight: 600;
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
}
.comprar-clases .oferta .precio{
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	float: left;
	width: 100%;
}
.comprar-clases .oferta a.btn{
	background: #ffffff;
	border-radius: 3px;
	color: #3c3c3b;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	padding: 10px 30px;
	float: left;
}
.comprar-clases .oferta small p{
	float: left;
	width: 100%;
	font-size: 12px; 
	font-weight: 500;
	color: #3c3c3b;
	margin: 5px 0;
}
.comprar-clases .planes{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
}
.comprar-clases .planes .plan{
	float: left;
	width: calc(100% / 4 - 15px);
	background: #faf9f9;
	padding: 30px;
	border: 1px solid #eeeeee;
	min-height: 256px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}
.comprar-clases .planes .plan:nth-child(4n){
	margin-right: 0;
}
.comprar-clases .planes .plan .etiq{
	position: absolute;
    bottom: 0;
    right: 10px;
    background: #c05cff;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 2px 2px 0px 0px;
}
.comprar-clases .planes .plan .etiq span{
	font-size: 8px;
}
.comprar-clases .planes .name{
	font-size: 20px;
	color: #3c3c3b;
	font-weight: 600;
	width: 100%;
}
.comprar-clases .planes p{
	font-size: 16px;
	color: #3c3c3b;
	font-weight: 600;
	margin: 0;
	padding: 0;
	width: 100%;
}
.comprar-clases .planes .precio{
	font-size: 30px;
	color: #ffb718;
	font-weight: 600;
	float: left;
	width: 100%;
	margin-top: 20px;
}
.comprar-clases .planes a.btn{
	background: #ffb718;
	border-radius: 3px;
	color: #3c3c3b;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	padding: 10px 30px;
	float: left;
}
.comprar-clases .planes small p{
	float: left;
	width: 100%;
	font-size: 12px; 
	font-weight: 500;
	color: #3c3c3b;
	margin: 5px 0 0;
}
.comprar-clases .planes small strong p{
	font-weight: 800;
}
.carro{
	float: left;
	width: 100%;
}
.carro .title{
	float: left;
	width: 100%;
	padding: 20px 115px 10px;
	font-weight: 500;
	color: #9c9b9b;	
	font-size: 20px;
}
.carro .cart{
	float: left;
	width: 100%;
}
.carro .cart .head{
	float: left;
	width: 100%;
	padding: 0 115px;
}
.carro .cart .head .campo-l{
	float: left;
	width: 55%;
}
.carro .cart .head .campo-m{
	float: left;
	width: 15%;	
	text-align: center;
}
.carro .cart .body{
	float: left;
	width: 100%;
	padding: 0 115px;
	background: #faf9f9;
	border: 1px solid #f0f0f0;
}
.carro .cart .body .dato-l{
	float: left;
	width: 55%;
	border-right: 1px solid #f0f0f0;
	padding: 30px 0;
}
.carro .cart .body .dato-m{
	float: left;
	width: 15%;	
	text-align: center;
	padding: 20px 0;
}
.carro .cart .body .dato-l h3{
	float: left;
	color: #9c9b9b;
	margin: 4px 0 0 10px;
}
.carro .cart .body .dato-l span{
	float: left;
	width: 30px;
	height: 30px;
	background: #ffb718;
	border-radius: 3px;
	color: #3c3c3b;
	text-align: center;
	font-weight: 600;
	padding-top: 4px;
}
.carro .cart .body .dato-l .borrar{
    float: right;
    margin-right: 20px;
    font-size: 14px;
    text-decoration: underline;
    color: #3c3c3b;
    margin-top: 8px;
}
.carro .cart .body .precio{
	color: #9c9b9b;
	font-weight: 600;
	font-size: 20px;
	padding: 33px 0;
}
.carro .cart .body .cant{
	position: relative;
    display: table;
    margin: 0 auto;
}
.carro .cart .body .cant input{
	padding: 14px 0 14px 26px;
    text-align: left;
    width: 80px;
    font-size: 14px;
    color: #9c9b9b;
    border-radius: 3px;
    border: 1px solid #eeeeee;
}
.carro .cart .body .cant .arrow{
	position: absolute;
    width: 30px;
    height: 25px;
	cursor: pointer;
}
.carro .cart .body .cant .arrow.up{
	top: 0;
	right: 0;
	background: url('../img/select-arrow-up.png') center center no-repeat;
}
.carro .cart .body .cant .arrow.down{
	bottom: 0;
	right: 0;
	background: url('../img/select-arrow.png') center center no-repeat;
}
.carro .cart .foot{
	float: left;
	width: 100%;
}
.carro .cart .foot .codigo{
	float: left;
	width: calc(54% + 2px);
	border-right: 1px solid #f0f0f0;
	padding-left: 115px;
	min-height: 300px;
}
.carro .cart .foot .codigo h3{
	color: #9c9b9b;
	margin: 40px 0 20px;
}
.carro .cart .foot .codigo input{
	background: #f8f8f8;
	display: table;
	clear: both;
	width: 50%;
	border: 1px solid #eeeeee;
	padding: 15px 20px;
	color: #acacac;
	font-size: 16px;
	border-radius: 3px;
}
.carro .cart .foot .codigo a{
	background: #ffb718;
	width: 50%;
	display: table;
	clear: both;
	margin: 20px 0;
	text-align: center;
	padding: 15px 0;
	font-size: 20px;
	border-radius: 5px;
	color: #3b3b3a;
}

.carro .cart .foot .resumen{
	float: right;
	width: calc(46% - 2px);	
	border-bottom: 1px solid #f0f0f0;
	padding-right: 115px;

}
.carro .cart .foot .resumen .line{
	float: left;
	width: 100%;
	padding: 10px 50px;
}
.carro .cart .foot .resumen .line label{
	background: #ebebeb;
	padding: 5px 6px;
	float: left;
	color: #3c3c3b;
	border-radius: 3px;
}
.carro .cart .foot .resumen .line span{
	float: right;
	color: #a2a1a1;
	font-size: 20px;
	font-weight: 600;
}
.carro .cart .foot .total{
	float: right;
	width: calc(46% - 2px);	
	padding-right: 115px;
}
.carro .cart .foot .total .line{
	float: left;
	width: 100%;
	padding: 10px 50px;
}
.carro .cart .foot .total .line h3{
	float: left;
	color: #a2a1a1;
	margin: 10px auto;
}
.carro .cart .foot .total .line span{
	float: right;
	color: #a2a1a1;
	font-size: 20px;
	font-weight: 600;
}
.carro .cart .foot .pago{
	float: right;
	width: calc(46% - 2px);	
	padding-right: 115px;
}
.carro .cart .foot .pago .terminos{
    margin: 20px auto;
    display: table;
    clear: both;
}
.carro .cart .foot .pago .terminos a{
	color: #ffb718;
	text-decoration: underline;
	margin-left: 4px;
}
.carro .cart .foot .pago .btn{
	background: #ffb718;
	width: 60%;
	display: table;
	clear: both;
	margin: 20px auto;
	text-align: center;
	padding: 15px 0;
	font-size: 20px;
	border-radius: 5px;
	color: #3b3b3a;
}
.carro .cart .foot .pago .a{
	text-align: center;
	color: #3b3b3a;
	text-decoration: underline;
	display: table;
	clear: both;
	margin: 20px auto;
}
.carro .cart .foot .pago .img{
	text-align: center;
	width: 40%;
	display: table;
	clear: both;
	margin: 20px auto;
}
.login-page{
	float: left;
	width: 100%;
	padding: 20px 250px;
}
.login-page .mid{
	float: left;
	width: calc(50% - 40px);
	margin-right: 80px;
}
.login-page .mid:nth-child(2n){
	margin-right: 0;
}
.login-page h3{
	color: #9c9b9b;
}
.login-page p{
	color: #3b3b3a;
}
.login-page input{
	background: #f8f8f8;
	float: left;
	width: 100%;
	border: 1px solid #eeeeee;
	padding: 15px 20px;
	color: #acacac;
	font-size: 16px;
	border-radius: 3px;
	margin: 5px 0;
}
.login-page select{
	background: #f8f8f8;
	float: left;
	width: 100%;
	border: 1px solid #eeeeee;
	padding: 15px 20px;
	color: #acacac;
	font-size: 16px;
	border-radius: 3px;
	margin: 5px 0;
	background: url(../img/select-arrow.png) 96% 52% no-repeat #fff;
	-webkit-appearance: none;
}
.login-page button{
	background: #ffb718;
	width: 100%;
	float: left;
	margin: 20px 0;
	text-align: center;
	padding: 15px 0;
	font-size: 20px;
	border-radius: 5px;
	color: #3b3b3a;
	border: 0;
}
.login-page .check{
    float: left;
    margin: 15px 0 5px;
}
.login-page .check a{
	color: #ffb718;
	text-decoration: underline;
	margin-left: 5px;
}
.nav-datos{
	background: #faf9f9;
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 30px 55px;
}
.nav-datos ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
    flex-direction: row;
    gap: 30px;
}
.nav-datos ul li{
	
}
.nav-datos ul li a{
	color: #3b3b3a;
}
.nav-datos ul li:hover{
	border-bottom: 3px solid #ffca34;
    padding-bottom: 5px;
    transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}
.nav-datos ul li:hover a{
	color: #3b3b3a;
	font-weight: 400;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}
.nav-datos ul li.active{
	border-bottom: 3px solid #ffca34;
    padding-bottom: 5px;
    transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}
.nav-datos ul li.active a{
	color: #3b3b3a;
	font-weight: 600;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}

.page{
	background: #fff;
	float: left;
	width: 100%;
	padding: 20px 55px;
}
.page.sm{
    max-width: 960px;
}
.page.m{
    max-width: 100%;
}
.page h3{
	font-size: 24px;
	color: #9c9b9b;
}
.page h4{
	font-size: 14px;
	color: #c7c7c7;
	font-weight: 100;
}
.page .col{
	float: left;
	width: calc(100% / 3 - 34px);
	margin-right: 50px;
}
.page .col:nth-child(3n){
	margin-right: 0;
}
.page .col p{
	color: #9c9b9b;
    font-weight: 600;
    margin: 0 0 20x;
    font-size: 17px;
}
.page .col .file-load{
	color: #9c9b9b;
    border: 3px dashed #A3A3A3;
    border-radius: 2px;
    height: 100px;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
}
.page .col .file-load i{
	font-size: 40px;
	color: #9c9b9b;
}
.page .col .file-load span{
	font-weight: 600;
    font-size: 16px;
    color: #9c9b9b;
}
.page input{
	background: #f8f8f8;
	float: left;
	width: 100%;
	border: 1px solid #eeeeee;
	padding: 15px 20px;
	color: #acacac;
	font-size: 16px;
	border-radius: 3px;
	margin: 5px 0;
}
.page input.m{
	width: calc(50% - 5px);
}
.page input.s{
	width: 30%;
	float: right;
}
.page select{
	background: #f8f8f8;
	float: left;
	width: calc(50% - 5px);
	border: 1px solid #eeeeee;
	padding: 15px 20px;
	color: #acacac;
	font-size: 16px;
	border-radius: 3px;
	margin: 5px 10px 5px 0;
	background: url(../img/select-arrow.png) 90% 52% no-repeat #fff;
	-webkit-appearance: none;
}
.page select.s{
	float: right;
	width: 30%;
}
.page label{
	float: left;
	width: calc(50% - 5px);
	margin-right: 10px;
	padding: 20px 0;
}
.page input[type="file"]{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.page label.file{
	color: #9c9b9b;
    border: 3px dashed #A3A3A3;
    border-radius: 2px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    width: 100%;
}
.page label.file i{
    transform: rotate(90deg);
}
.page label.file span{
    top: 0;
    left: 50px;
    font-weight: 600;
    font-size: 16px;
    color: #9c9b9b;
}
.page .estado-solicitud{
	background: #faf9f9;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    min-height: 150px;
    align-items: center;
    justify-content: center;
}
.page .check{
    float: right;
    width: 30%;
    padding: 18px 0 0;
}
.page .btn{
	background: #ffb718;
	width: 100%;
	float: left;
	margin: 58px 0 20px;
	text-align: center;
	padding: 15px 0;
	font-size: 20px;
	border-radius: 5px;
	color: #3b3b3a;
	text-decoration: none;
	border: 0;
}
.page a{
	color: #3b3b3a;
	text-decoration: underline;
	text-align: center;
	float: left;
	width: 100%;
}
.page a.delete-cuenta{
	margin-top: 50px;
	color: #d1d1d1;
}
.page .datepick{
	background: url('../img/date.png') 90% center no-repeat #f8f8f8;
}
.page .creditos{
	font-size: 18px;
	font-weight: 600;
	color: #9c9b9b;
}
.page .creditos span{
	color: #fff;
	background: #ffb718;
    padding: 10px;
    border-radius: 10px;
}
.page .lista{
    float: left;
    margin: 20px 0;
    min-width: 30%;
    width: 55%;
}
.page .lista .item{
	border: 1px solid #eeeeee;
    display: table;
    clear: both;
    margin: 10px 0;
    padding: 15px;
    color: #aaa9a9;
    width: 100%;
}
.page .lista .item span{
	color: #9c9b9b;
	font-weight: 600;
	margin: 0 10px; 
}
.page .lista .item strong{
	float: right;
}
.page .compra-creditos{
    float: right;
    background: #faf9f9;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 5px;
}
.page .compra-creditos a{
	background: #ffb718;
    width: 100%;
    float: left;
    margin: 20px 0 0;
    text-align: center;
    padding: 15px 0;
    font-size: 22px;
    border-radius: 5px;
    color: #3b3b3a;
    text-decoration: none;
    border: 0;
}
.page .filtro{
    float: left;
    width: 55%;
}
.page .filtro select{
	width: calc(35% - 10px);
}
.page .filtro button{
	width: 30%;
    margin: 4px 0;
}
.page .vacio{
	color: #e4e4e4;
	font-size: 46px;
	font-weight: 600;
    float: left;
    width: 100%;
}
.page .clases{
	float: left;
    width: 100%;
    margin-top: 30px;
}
.page .clases .clase{
	float: left;
	width: calc(100% / 6 - 9px);
	border: 1px solid #eee;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 15px 20px;
	color: #aaa9a9;
}
.page .clases .clase:nth-child(6n){
	margin-right: 0;
}
.page .clases .clase .fecha{
    float: left;
    width: 100%;
    font-size: 14px;
}
.page .clases .clase h4{
    font-weight: 600;
    font-size: 16px;
    color: #9c9b9b;
    float: left;
    width: 100%;
    margin: 5px 0;
}
.page .clases .clase a{
	color: #ffb718;
    text-decoration: underline;
    float: left;
    width: auto;
    margin-left: 5px;
}
.page .clases .clase .name{
    float: left;
    width: 100%;
    font-size: 14px;
}
.page .clases .clase .name span{
	float: left;
}
.page .clases .clase .lugar{
    float: left;
    width: 100%;
    font-size: 13px;
    margin-top: 5px;
}
.page .clases .clase .icon{
    float: left;
    font-size: 34px;
    margin-top: 11px;
    color: #cdcdcd;
}
.page .clases .clase .btn{
	border-radius: 3px;
    background: #ffb718;
    color: #3b3b3a;
    float: left;
    width: 70%;
    margin-top: 13px;
    padding: 7px 20px;
    margin-left: 10px;
    text-decoration: none;
    font-size: 12px;
    border: 1px solid #ffb718;
}
.exito{
	float: left;
    width: 100%;
    padding: 55px;
} 
.exito .icon{
	display: table;
	clear: both;
	margin: 0 auto;
}
.exito h2{
	color: #9c9b9b;
	margin: 20px auto;
	text-align: center;	
	font-size: 40px;
}
.exito h3{
	color: #9c9b9b;
	margin: 10px auto;
	text-align: center;	
}
.exito h4{
	display: table;
	clear: both;
	width: 100%;
	max-width: 690px;
	color: #9c9b9b;
	margin: 20px auto;
	font-size: 14px;
}
.exito p{
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	color: #4d4d4d;
}
.exito .btn{
	border-radius: 3px;
    background: #ffb718;
    color: #3b3b3a;
    display: table;
    clear: both;
    margin: 20px auto;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid #ffb718;
}
.exito .datos-pago{
	display: table;
	clear: both;
	width: 100%;
	max-width: 690px;
	border: 1px solid #eee;
	margin: 0 auto;
	padding: 20px;
}
.exito .datos-pago p{
	float: left;
	width: 50%;
	text-align: left;
	font-size: 14px;
}
.exito .datos-pago p.right{
	text-align: right;
}
.exito .datos-pago p span{
	float: right;
	color: #9c9b9b;
	font-size: 16px;
}
.nav-com{
	float: left;
	width: 100%;
	padding: 20px 55px;
	background: #faf9f9;
}
.nav-com h2{
	color: #9c9b9b;
	font-size: 26px;
	float: left;
	margin: 0;
}
.nav-com ul{
	float: left;
	margin: 6px 0 0 40px;
	padding: 0;
	list-style: none;
}
.nav-com ul li{
	display: inline-block;
	margin-right: 25px;
}
.nav-com ul li a{
	color: #c8c7c7;
	font-size: 16px;
	font-weight: 100;
}
.nav-com ul li.active a{
	font-weight: 500;
	color: #9c9b9b;
}
.banner{
	float: left;
	width: 100%;
	margin-bottom: 50px;
	position: relative;
}
.banner .title{
	position: absolute;
	width: 50%;
	left: 25%;
	top: 50px;
	background: #ffb718;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	padding: 50px 0; 
	height: 200px;
}
.comunidad .destcados .box{
	width: calc(50% - 10px);
}
.comunidad .destcados .box:nth-child(2n){
	margin-right: 0;
}
.comunidad .destcados .box:nth-child(4n){
	margin-right: 20px;
}
.nav-com .prev{
	color: #3b3b3a;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 3px;
}
.nav-com .prev img{
	float: left;
	margin-right: 25px;
    margin-top: 2px;
}

.content .date{
    display: table;
    clear: both;
    max-width: 690px;
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    color: #9c9b9b;
    font-weight: 600;
}
.container{
	float: left;
	width: 100%;
}
.container .banner{
	display: table;
	clear: both;
	max-width: 1000px;
	margin: 20px auto 0;
	float: none;
}
.container .content{
	max-width: 760px;
}
.container .content p{
	color: #3b3b3a;
	max-width: 760px;
	margin: 20px auto;
}
.container .content h2{
	color: #9c9b9b;
	text-align: center;
}
.container .content h3{
	font-size: 22px;
	color: #9c9b9b;
}
.container .content p strong{
    display: block;
}
.container .content p a{
	color: #ffca34;
	text-decoration: underline;
}
.container .content ul{
	list-style: none;
	margin: -20px auto 0;
	padding: 0 0 0 20px;
}
.container .content ul li{
    font-size: 14px;
    color: #3b3b3a;
    font-weight: 300;
    line-height: 24px;
}
.container .content ul li span{
    color: #ffca34;
    font-size: 30px;
    float: left;
    margin-right: 10px;
}
.trabaja{
	float: left;
	width: 100%;
	background: url('../img/trabaja-con-nosotros.png') right top no-repeat;
	padding-top: 50px;
}
.trabaja form{
    float: left;
    width: 25%;
    margin-left: 15%;
}
.trabaja form h3{
	color: #9c9b9b;
	font-size: 20px;
}
.trabaja form p{
	font-size: 16px;
	color: #3b3b3a;
}
.trabaja form input{
	background: #f8f8f8;
	border:1px solid #eee;
	border-radius: 3px;
	float: left;
	width: 100%;
	font-size: 14px;
	padding: 15px 20px;
	margin-bottom: 10px;
	color: #3b3b3a;
}
.trabaja form .btn{
	background: #ffb718;
	border:1px solid #eee;
	border-radius: 3px;
	float: left;
	width: 100%;
	font-size: 16px;
	padding: 15px 20px;
	margin-bottom: 10px;	
	color: #3b3b3a;
}
.contacto{
	float: left;
	width: 100%;
	background: url('../img/contacto-corporativo.png') right top no-repeat;
	padding-top: 50px;
}
.contacto form{
    float: left;
    width: 25%;
    margin-left: 15%;
}
.contacto form h3{
	color: #9c9b9b;
	font-size: 20px;
}
.contacto form p{
	font-size: 16px;
	color: #3b3b3a;
}
.contacto form input{
	background: #f8f8f8;
	border:1px solid #eee;
	border-radius: 3px;
	float: left;
	width: 100%;
	font-size: 14px;
	padding: 15px 20px;
	margin-bottom: 10px;
	color: #3b3b3a;
}
.contacto form .btn{
	background: #ffb718;
	border:1px solid #eee;
	border-radius: 3px;
	float: left;
	width: 100%;
	font-size: 16px;
	padding: 15px 20px;
	margin-bottom: 10px;	
	color: #3b3b3a;
}
.fracaso{
	padding: 50px;
}
.fracaso a.btn{
	background: #ffb718;
	border:1px solid #eee;
	border-radius: 3px;
	display: table;
	clear: both;
	width: 40%;
	font-size: 16px;
	padding: 15px 20px;
	margin: 30px auto;
	color: #3b3b3a;
	text-align: center;
}
.recuperar h3{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    display: block;
    clear: both;
    color: #9c9b9b;
}
.recuperar p{
    max-width: 900px;
    width: 100%;
    margin: 30px auto;
    display: block;
    clear: both;
    color: #3b3b3a;
}

.cart .body .vacio{
	color: #e4e4e4;
	font-size: 46px;
	font-weight: 600;
	padding: 50px 0;
}
.proceso-compra .content p{
    font-size: 30px;
    margin: 30% 0 0;
    text-align: center;
}
.olvide-contrasena{
	color: #9c9b9b;
    text-decoration: underline;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9a9999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #9a9999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #9a9999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #9a9999;
}
.loading{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0,0,0,0.1);
}
.loading > div{
    background: #fff;
    position: absolute;
    top: calc(50% - 100px);
    left: 0;
    width: 100%;
    height: 200px;
	box-shadow: 0px 0px 40px -38px #333;
}
.loading > div > div{
	width: 100px;
	height: 100px;
	position: absolute;
	top: calc(35% - 50px);
	left: calc(50% - 50px);
	border: 8px solid #919295;
	border-radius: 100%;
}
.loading span{
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 10px);
	width: 20px;
	height: 20px;
	background: #F1C930;
	border-radius: 100%;
	animation-name: fade;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-out;
	animation-delay: 0.4s;
}
.loading label{
	position: absolute;
	top: calc(65%);
	left: calc(50% - 155px);
	width: 310px;
	height: 50px;
	background: url(../img/logo.png) bottom center no-repeat;
}

@keyframes fade{
	0% { opacity: 0; }
	33% { opacity: 0.5; }
	66% { opacity: 1; }
	100% { opacity: 0.5; }
}
#instafeed{
	float: left;
	width: 100%;
}
#instafeed a{
	position: relative;
	float: left;
    width: calc(100% / 6 - 1px);
    margin-right: 1px;
    margin-bottom: 1px;
}
#instafeed a:nth-child(7n){
	margin-right: 0;
}
#instafeed a span{
	position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 25px;
}
#instafeed a span.video{
	background: url(../img/video.png) center center no-repeat;
	background-size: 100%;
}
#instafeed a span.carousel{
	background: url(../img/carousel.png) center center no-repeat;
	background-size: 100%;
}
#instafeed h2{
	float: left;
	width: 100%;
	padding: 0 50px;
	font-size: 34px;
	font-weight: 900;
	color: #9c9b9b;
}
#instafeed h2 small{
	font-size: 60%;
}
footer .social{
	float: right;
	font-size: 16px;
	color: #a4a4a4;
	margin: 4px 10px 0 0;
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
footer .social .tel{
	display: flex;
	flex-direction: column;
	align-items: center;
}
footer .social .tel span{
	font-size: 14px;
	font-weight: 600;
}
footer .social .tel .num{
	display: flex;
	flex-direction: row;
	gap: 10px;
}
footer .social .tel .num a{
	font-size: 12px;
	font-weight: 600;
	margin: 0;
	font-family: 'Roboto', sans-serif;

}
footer .social a{
	color: #919295;
	margin-left: 5px;
	float: left;
}
footer .social a.fono{
	margin-top: 6px;
    margin-right: 14px;
}
footer .social a svg{
	width: 24px;
}
.whatsapp{
	color: #00E676;
    float: right;
    width: 34px;
    height: 34px;
    margin-right: 20px;
    background: url('../img/whatsapp.svg') left center no-repeat;
    background-size: 120px;
}
.streaming{
	float: left;
	width: 100%;
}
.streaming .contenedor{
	display: table;
    clear: both;
    width: 100%;
    max-width: 800px;
    margin: 20px auto 50px;
}
.streaming .title{
	display: table;
	clear: both;
	color: #3e3e3d;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	margin: 50px auto 20px;
}
.streaming .title svg{
	float: left;
    width: 100px;
}
.streaming .title span{
	float: left;
    margin-left: 10px;
    line-height: 16px;
}
.rec{
	float: left;
	width: 100%;
}
.rec .contenedor{
	display: table;
    clear: both;
    width: 100%;
    max-width: 800px;
    margin: 20px auto 50px;
}
.rec .box{
	float: left;
	width: calc(50% - 10px);
	margin-right: 20px;
	margin-bottom: 20px;
}
.rec .box:nth-child(2n){
	margin-right: 0;
}
.rec .name{
	text-align: center;
    float: left;
    width: 100%;
    padding: 10px;
    font-weight: 500;
}
.frmMetodoPago{
	display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 0 40px;
}
.frmMetodoPago .radio{
	position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
.frmMetodoPago .radio input[type=radio]{
	position: absolute;
	visibility: hidden;
}
.frmMetodoPago .radio label{
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
    padding: 0 0px 0 20px;
    z-index: 9;
    cursor: pointer;
    color: #4a5056;
    margin: 0 0 8px;
    -webkit-transition: all 0.25s linear;
}
.frmMetodoPago .radio .check{
	display: block;
	position: absolute;
	border: 1px solid #d7d7d7;
	border-radius: 100%;
	height: 16px;
    width: 16px;
	top: calc(50% - 12px);
    left: 0;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.frmMetodoPago .radio .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 10px;
	width: 10px;
	top: 2px;
	left: 2px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
.frmMetodoPago .radio input[type=radio]:checked ~ .check {
	border: 1px solid #333;
}
.frmMetodoPago .radio input[type=radio]:checked ~ .check::before{
  	background: #333;
}
.frmMetodoPago .radio input[type=radio]:checked ~ label{
  	color: #333;
}

.banner_estudios{background-position: top center; background-size: 100% auto; float: left; width: 100%; height: 350px;}

.cont404{float: right; width: 60%;}
.info404{position: absolute; z-index: 99; top: 100px; left: 100px; width: 400px; margin-top: 50px;}

.info404 h4{float: left; width: 100%; margin: 0; padding: 0; font-size: 40px;}
.info404 h2{float: left; width: 100%; margin: -40px 0 0 0; padding: 0; font-size: 100px; color: #ffb718;}
.info404 p{float: left; width: 100%; margin: 0; padding: 0; font-size: 16px;}

.campo_vacio{border: solid 1px red;}
.contacto form input.campo_vacio {border: solid 1px red;}
.trabaja form input.campo_vacio {border: solid 1px red;}