html{
	margin:0;
	padding:0;
	font-family: 'Barlow Condensed', sans-serif;
}
body{
	max-width:100%;
	margin:0;
	padding:0;
	background-color:#F4F3EC;
	font-family: 'Barlow Condensed', sans-serif;
	color:#6c6c6c;
}
.borders{
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

.newtitles{
	display: block;
    font-size: 32px;
    font-weight: bold;
    margin: 15px 0;
}

.main-dos {
    padding-top: 115px;
}

.fifty{
	width: 50%;
	margin: 0;
	padding: 0;
}

.select-calendario{
    top: 70px;
    width: 100%;
	z-index: 99;
}

.left{
	float: left;
}

.fondu{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.selector{
	    display: inline-block;
    vertical-align: top;
    height: 100vh;
    cursor: pointer;
    position: relative;
    flex: 1;
    z-index: 2;
	width: 50vw;
	
}

.selector:hover{
	background-color: rgba(255, 212, 0, 0.5);
}

.selector-info {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.ciudad-titulo{
	width: 29%;
    margin: 0px 2%;
    padding: 1% 0;
    text-align: center;
    background-color: #565e73;
    color: #fff;
    font-weight: bold;
    border-radius: 15px;
}
.titulos-ciudad{
	    margin: 20px auto;
    padding: 0;
    width: 100%;
   
}

.studio-evento {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    width: 50%;
    margin: 0 25% 0 25%;
}
    

.tarjetas-lista{
	list-style: none;
	margin: 0;
	padding: 0;
}
.tarjetas-lista li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    min-height: 150px;
    background-color: #7f7f7f;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(135deg, #555555, #898989 50%, #555555);
    background-image: -webkit-linear-gradient(135deg, #555555, #898989 50%, #555555);
    background-image: -o-linear-gradient(135deg, #555555, #898989 50%, #555555);
    background-image: linear-gradient(135deg, #555555, #898989 50%, #555555);
    border-radius: 20px;
}

.card p{
	padding: 50px 0;
}
.tarjeta-logo{
	width: 75px;
	padding: 10px;
	float: left;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    margin: -30px 0px 0px -50px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}




/*//////HEADER/////////*/
.top-bar{
	position: fixed;
	z-index: 1001;
	width: 100%;
	height: 70px;
	top: 0;
}

header {
    background: #F4F3EC;
    width: 100%;
	height: 90px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.05);
    border-bottom: 1px solid #efefef;
}

.logo-cont{
	    max-width: 220px;
    padding-top: 10px;
    padding-left: 10px;
}
.slide-cont{
	    height: 60px;
    margin: 26px 25px;
	
}
#asientoform button {
    cursor: pointer;
    width: 50%;
    border: none;
    background: #383838;
    color: #FFF;
    margin: 0 25%;
    padding: 10px;
    font: 200 13px/16px "Roboto", Helvetica, Arial, sans-serif;
    border-radius: 15px;
    float: left;
    text-transform: uppercase;
}
.boton-amarillo{
	    margin: 15px 10px;
    border-radius: 10px;
    padding: 8px 10px 4px 10px;
    background-color: #F4F3EC;
    color: #000;
    font-size: 15px;
    width: 120px;
    text-align: center;
	font-family: 'Barlow Condensed', sans-serif;
}
.nombre-coach{
	font-size: 22px;
	padding: 10px 0;
}

.info-coach{
	    font-size: 20px;
	padding: 5px 0;
}

.boton-amarillo-big{
	      margin: 15px auto;
    border-radius: 0;
    padding: 20px 15px;
    background-color: #F4F3EC;
    color: #000;
    font-size: 16px;
    width: 260px;
    text-align: center;
    border: 1px solid #000;
}
.boton-amarillo-big:hover{
    background-color: #565e73;
	 color: #fff;
}

.boton-gris{
	    margin: 15px 10px;
    border-radius: 10px;
    padding: 8px 10px 4px 10px;
    background-color: #808080;
    color: #fff;
    font-size: 15px;
    width: 120px;
    text-align: center;
	font-family: 'Barlow Condensed', sans-serif;
}

.boton-grisosc{
	margin: 15px 10px;
    border-radius: 10px;
    padding: 8px 10px 4px 10px;
    background-color: #4a4951;
    color: #fff;
    font-size: 15px;
    width: 120px;
    text-align: center;
}


/*//////FOOTER/////////*/

footer {
	margin: 0;
	padding: 0;
    width: 100%;
}

.top-footer {
    background: #F4F3EC;
    width: 100%;
	min-height: 250px;
	padding: 10px;
}

.bot-footer {
    background: #F4F3EC;
    width: 100%;
    min-height: 50px;
    padding: 10px;
    text-align: center;
    color: #000;    font-size: 20px;
}
.newsletter{
	background-image: url(../images/fondo-news.jpg);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px auto 0 auto;
    width: 100%;
	padding: 20px;
	min-height: 220px;
}

#news {
	width: 60%;
    padding: 25px;
    margin: 25px 20%;
    border-radius: 15px;
}
#news fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    padding: 0;
}
#news fieldset input{
	width: 100%;
    border: none;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
	border-radius: 10px;
}
#news input[type="text"], #news input[type="email"], #news input[type="password"],#news input[type="tel"], #news input[type="url"], #news textarea, #news button[type="submit"] {
    font: 200 13px/16px 'gothambold1';
}

#news button {
    cursor: pointer;
    width: 40%;
    border: none;
    background: #808080;
    color: #FFF;
    margin: 0 30%;
    padding: 10px;
    font: 200 13px/16px 'gothambold1';
	border-radius: 15px;
	float: left;
}
#news button:hover {
    background: #fff;
	color: #808080;
}

.menu-fot{
	width: 100%;
    margin: 20px auto;
    padding: 0;
}

.menu-fot div{
	width: 23%;
    margin: 0 1%;
    padding: 10px;
    float: left;
}
.footer-content {
       max-width: 1200px;
    margin: 30px auto;
}

.whats-cont{
	position: fixed;
	z-index: 500;
	right: 10px;
	bottom: 10px;
}

.whatsappme__button {
    position: absolute;
    z-index: 2;
    bottom: 50px;
    right: 5px;
    height: 60px;
    min-width: 60px;
    max-width: 95vw;
    background-color: #25D366;
    color: #fff;
    border-radius: 30px;
    box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, .24);
    cursor: pointer;
    transition: background-color 500ms ease-in-out;
}

.whatsappme__button svg {
    width: 36px;
    height: 60px;
    margin: 0 12px;
}

.fab {
    font-size: 25px;
    padding: 10px;
    color: #808080;
}
.social-cont{
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	height: 50px;
	    border: 1px solid #eee;
	    z-index: 100001;
}

.half-boton{
	    float: left;
    width: 49.5%;
    padding: 15px;
    text-align: center;
    height: 50px;
}

.foot-links{
	text-decoration: none;
    color: #000;
    margin: 10px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 17px;
}

.boton-outline-big {
    margin: 15px auto;
    border-radius: 10px;
    padding: 20px 15px;
    border: 2px solid #dddc00;
    color: #dddc00;
    font-size: 16px;
    width: 180px;
    text-align: center;
}


/*//////MENU/////////*/

.menu-open{
	background-color: #565e73;
    padding: 15px 25px;
    margin: 0;
}
.menu-cont{
	
}
.menu-text{
	font-size: 29px;
    cursor: pointer;
	padding: 10px;
	margin: 0;
	color: #fff;
}

.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    background-color: #565e73;
    overflow-x: hidden;
	transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.ontop {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9002;
    top: 0;
    left: 0;
    background-color: #565e73;
    overflow-x: hidden;
	transition: 0.5s;
}

.ontop-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.ontopvip {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9002;
    top: 0;
    left: 0;
    background-color: #808080;
    overflow-x: hidden;
	transition: 0.5s;
}

.ontopvip-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.closepop {
    padding: 8px;
    text-decoration: none;
    font-size: 50px;
    color: #4a4951;
    display: block;
    transition: 0.3s;
    float: right;
}

.closebtn{
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #4a4951;
    display: block;
    transition: 0.3s;
}

.closebtn:hover, .closebtn:focus {
    color: #f1f1f1;
}

.menu-bot{
        padding: 0 20px;
	text-align: left;
}

.menu-bot a {
        padding: 5px;
    text-decoration: none;
    font-size: 28px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.menu-bot a:hover, .menu-bot a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 60px;
	padding: 15px;
}

.sesion-comprar {
    padding: 25px 0;
}
.sesion {
    margin: 0 15px;
}
.boton-amarillo-sesion {
    margin: 15px 10px;
    border-radius: 10px;
    padding: 8px 10px 4px 10px !important;
    background-color: #565e73;
    color: #fff;
    font-size: 15px;
    width: 120px;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
}
.riders{
	padding: 10px 0;
	margin: 15px;	

}
.riders a{
	text-decoration: none;
	padding: 10px 20px;
	margin: 15px;	
    border-radius: 10px;
    background-color: #4a4951;
    color: #fff;
    font-size: 15px;
    text-align: center;
	font-family: 'Barlow Condensed', sans-serif;
}
.riders a:hover{
    background-color: #808080;
}
.menu-ubi{
	width: 50%;
	margin: 15px 25%;
	padding: 0;
}

.menu-ubi div{
	    width: 48%;
    margin: 0 1%;
    padding: 10px;
    float: left;
    min-height: 70px;
	
}

/*//////RESERVA/////////*/

.nombre-pic p {
	padding: 0 !important;
}

.reservar-win{
	display: none;
    width: 100%;
    min-height: 350px;
    background-color: #565e73;
}
.res-con {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 0 5px 0;
}

.content-reservas {
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
    margin-bottom: 30px;
	padding: 0 20px;
}
.reserva {
          width: 15.666%;
    vertical-align: top;
    margin: 1% 0;
    /* border: solid 1px #ecebeb; */
    padding-top: 50px;
    padding-bottom: 2em;
    overflow: hidden;
    border-radius: 0;
    background-color: #F4F3EC;
    color: #000;
    border-right: 1px solid #000;
    height: 200px;
}
.reserva .txt-clases{

}

.reserva:hover {
    background-color: #565e73;
;
	color: #fff !important;
}

.reserva-cancun {
    width: 15.6%;
    vertical-align: top;
    margin-right: 1%;
    border: solid 1px #ecebeb;
    padding-top: 1.5em;
    padding-bottom: 2em;
    overflow: hidden;
    border-radius: 15px;
    background-color: #fff;
    color: #808080;
    min-height: 260px;
}
.reserva-cancun:hover {
    background-color: #808080;
	color: #fff !important;
}

/*//////COACHES/////////*/


.coaches-con{
	max-width: 1500px;
    margin: 0 auto;
    padding: 15px 0;
}
.coaches-block{
	padding: 5px 0 15px 0;
}

/*//////LOGIN/////////*/


.login-win{
	display: none;
	width: 100%;
	height: 350px;
	background-color: #efefef;
}
.log-con{
	max-width: 450px;
	margin: 0 auto;
	padding: 15px;
}

#contact {
    background: #fff;
    padding: 25px;
    margin: 15px 0 0 0;
    border-radius: 15px;
    border: 1px solid #d3d3d3;
	
}
#contact fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    padding: 0;
}
#contact fieldset input{
	width: 100%;
    border: none;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="password"],#contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] {
    font: 200 13px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact button {
    cursor: pointer;
    width: 44%;
    border: none;
    background: #565e73;
    color: #FFF;
    margin: 0 3%;
    padding: 10px;
    font: 200 13px/16px "Roboto", Helvetica, Arial, sans-serif;
	border-radius: 15px;
	float: left;
	text-transform: uppercase;
	    font-weight: bold;
}
#contact button:hover {
    background: #808080;
}

#contact_pop {
    background: #fff;
    padding: 25px;
    margin: 25px 25%;
    border-radius: 15px;
    border: 1px solid #d3d3d3;
    width: 50%;
}
#contact_pop fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    padding: 0;
}
#contact_pop fieldset input{
	width: 100%;
    border: none;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}
#contact_pop input[type="text"], #contact_pop input[type="email"], #contact_pop input[type="password"],#contact_pop input[type="tel"], #contact_pop input[type="url"], #contact_pop textarea, #contact_pop button[type="submit"] {
    font: 200 13px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact_pop button {
    cursor: pointer;
    width: 44%;
    border: none;
    background: #565e73;
    color: #FFF;
    margin: 0 3%;
    padding: 10px;
    font: 200 13px/16px "Roboto", Helvetica, Arial, sans-serif;
	border-radius: 15px;
	float: left;
	text-transform: uppercase;
}
#contact_pop button:hover {
    background: #808080;
}

.contact_pop {
    background: #fff;
    padding: 25px;
    margin: 25px 35%;
    border-radius: 15px;
    border: 1px solid #d3d3d3;
    width: 30%;
}
.contact_pop fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    padding: 0;
}
.contact_pop fieldset input{
	width: 100%;
    border: none;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}
.contact_pop input[type="text"], .contact_pop input[type="email"], .contact_pop input[type="password"],.contact_pop input[type="tel"], .contact_pop input[type="url"], .contact_pop textarea, .contact_pop button[type="submit"] {
    font: 200 13px/16px "Roboto", Helvetica, Arial, sans-serif;
}

.contact_pop button {
    cursor: pointer;
    width: 44%;
    border: none;
    background: #565e73;
    color: #FFF;
    margin: 0 3%;
    padding: 10px;
    font: 200 13px/16px "Roboto", Helvetica, Arial, sans-serif;
	border-radius: 15px;
	float: left;
	text-transform: uppercase;
}
.contact_pop button:hover {
    background: #808080;
}


.menu-principal{
	    padding: 23px 15px;
    margin: 0;
}

.lista-principal{
	    margin: 0;
    padding: 0;
    list-style: none;
}

.lista-principal li{
	    float: left;
    margin: 10px 15px;
    padding: 0;
}

.lista-principal li a{
	color: #000;
	text-decoration: none;
	    font-size: 20px;
}

.lista-principal li a:hover{
	color: #565e73;
	text-decoration: none;
}

/*//////TEXTOS/////////*/
.txt-clase{    font-size: 20px;
	padding: 0;
	margin: 10px 0 3px 0;
}
.txt-clases{
	font-size: 30px;
    margin: 0;
    padding: 0;
}
.txt-clases span{    font-size: 20px;
	margin: 0;
	padding: 0;
	font-family: 'Barlow Condensed', sans-serif;
}
.txt-costo{    font-size: 20px;
	font-family: 'Barlow Condensed', sans-serif;
	margin: 3px 0;
	padding: 0;
}
.txt-expira{
	font-size: 10px;
	margin: 3px 0;
	padding: 0;
}

.text-copy{    font-size: 18px;
}
.text-ubicaciones{
	color: #4a4951;
	font-size: 16px;
}
.text-ubicaciones span{
	
}
.text-ubicaciones a{
	text-decoration: none;
	color: #4a4951;
}

.text-footer{
	color: #4a4951;    font-size: 20px;
}
.text-footer span{
	font-family: 'Barlow Condensed', sans-serif;
}
.text-footer a{
	text-decoration: none;
	color: #4a4951;
}
.txt-general{
	font-size: 24px;
	padding: 15px 0;
	margin: 0;
}
.txt-general span{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 18px;
}
.txt-date{    font-size: 20px;
	padding: 15px 0;
	margin: 0;
}
.txt-iconos{    font-size: 20px;
	padding: 3px 0;
	margin: 0;
}
.titulo-blanco{
	width: 40%;
	text-align: left;
	padding: 0;
	margin: 10px 0;
}

/*//////COLORES/////////*/

.amarillo{
	color: #565e73;
}
.gris{
	color: #808080;
}
.blanco{
	color: #fff !important;
}
.blanco span, .blanco a{
	color: #fff !important;
}
.negro{
	color: #6c6c6c;
}
.gris-osc{
	color: #4a4951;
}
.fondo-gris{
	background-color: #F4F3EC;
}
.fondo-grisosc{
	background-color: #282828;
}
.fondo-rojo{
	background-color: #565e73;
}

/*//////FOLLOW/////////*/

.follow-con{
	max-width: 1500px;
    margin: 0 auto;
    padding: 15px 0;
}
.follow-block{
	padding: 5px 0 15px 0;
}

.fondo-follow{
	    background-image: url(../images/fondo-follow.jpg);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 100%;
    min-height: 450px;
    background-size: cover;
}
.fondo-nosotros-circles{
	    background-image: url(../images/fondo-nosotros_circles.jpg);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 100%;
    min-height: 450px;
    background-size: cover;
}
.feed{
	width: 100%;
	margin: 15px 0;
	padding: 0;
	cursor: pointer;
	transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
}

.feed img {
   width: 16.666%;
    margin: 0;
    padding: 2px;
    transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
    /* height: 339px; */
}


.feed img:hover {
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter:none;
	cursor: pointer;
}


/*//////CALENDARIO/////////*/

.calendario{
	position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
}

.calendario-content{
    width: 100%;
    margin: 0 auto;
	padding: 0;
	
}
.calendario-header{
    width: 100%;
    margin: 0 auto;
	padding: 0;
	display: flex;
}
.calendario-clases{
    width: 100%;
    margin: 0 auto;
	padding: 0;
	display: flex;
}
.seventh{
   	width: calc(100% / 7);
    padding: 15px 5px 0 5px;    font-size: 20px;
}
.seventh div{
    border-radius: 15px;
	font-weight: bold;
}
.seventh-clases{
    width: calc(100% / 7);
    padding: 5px 0;    font-size: 20px;
}

.sixth{
   	width: calc(100% / 6);
    padding: 15px 15px 0 15px;    font-size: 20px;
}
.sixth div{
   	background-color: #f9f9f9;
    border-radius: 15px;
	font-weight: bold;
}
.sixth-clases{
    width: calc(100% / 6);
    padding: 5px 0;    font-size: 20px;
}

.clase {
  width: 94%;
    vertical-align: top;
    margin: 0 3% 6% 3%;
    border-right: solid 1px #000000;
    /* padding: 1.5em; */
    /* padding-bottom: 2em; */
    overflow: hidden;
    /* border-radius: 15px; */
    /* background-color: #fff; */
    color: #000000;
    min-height: 118px;
    text-align: center;
}
.clase .txt-clases{

}

.clase:hover {
    background-color: #565e73;
	color: #fff !important;
}
.txt-clase-nombre{
	    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    margin: 0;
    padding: 0 0 15px 0;
}
.txt-horario{    font-size: 20px;
	margin: 0;
	padding: 0;
}
.txt-ride{    font-size: 18px;
	margin: 0;
	padding: 0;
}

.pasados {
    opacity: .4;
    pointer-events: none;
}
.clase a {
    text-decoration: none;
    color: #000000;
    width: 100%;
    height: auto;
    display: block;
    padding: 25px;
}

.clase a:hover{
	text-decoration: none;
	color: #fff !important;
}


/*//////HOME/////////*/

.home-slide{
	background-image: url(../images/foto-slide.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #383838;
    background-size: cover;
	height: 700px;
}

.home-boton{
	padding-top: 175px;
}



.reserva-overlay {
    background: #565e73;
    bottom: 0;
    display: none;
    height: 70%;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 40%;
    z-index: 10000;
}

.reserva-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.reserva-overlay .closebtn{
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #FFFFFF;
    display: block;
    transition: 0.3s;
}

.closebtn:hover, .closebtn:focus {
    color: #4a4951;
}

.reserva-content .menu-bot a {
    padding: 8px;
    text-decoration: none;
    font-size: 24px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.reserva-content .menu-bot p {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
	font-weight: bold;
    color: #fff;
    display: block;
    transition: 0.3s;
	font-family: 'Barlow Condensed', sans-serif;
}

.reserva-content .menu-bot a:hover, .reserva-content .menu-bot a:focus {
    color: #4a4951;
}

.reserva-overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 60px;
	padding: 15px;
}


/*//////COACHES/////////*/

.coaches-lista{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.coaches-lista li{
	float: left;
	width: 25%;
	padding: 2px;
	margin: 0;
	transition: 0.3s;
}

/*//////REGISTRO/////////*/

.content-form-logueo {
    width: 50%;
	margin: 100px 25%;
}

.fitspin__text-input {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 13px;
    border: none;
    border-top: solid 1px transparent;
    color: #000!important;
    padding: 20px 12px;
    min-height: 42px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    background-color: #fafafa!important;
    border: 0!important;
    outline: 0;
    -webkit-appearance: none!important;
    border-radius: 3px;
	font-family: 'Barlow Condensed', sans-serif;
}

.form-logueo .fitspin__text-input {
    background: #f4f4f4!important;
    padding: 15px 12px;
}
#fitspinLoginForm .relativeblock {
    position: relative;
    display: block;
    width: 100%;
}
.fitspin_btn-default {
    background: #565e73;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: block;
    border: 0;
    border-radius: 10px;
    -webkit-appearance: none;
    line-height: 1.4;
    text-align: center;
    padding: 15px;
    transition: .3s linear;
    cursor: pointer;
}
.titulo-fecha-nac {
    position: relative;
    top: 30px;
    z-index: 100;
    padding-left: 10px;
    padding-right: 0;
    color: #bababa;
    background: #f0f0f0;
    position: relative;
    left: 55%;
    font-size: 13px;
}

#fitspinLoginForm .relativeblock .titulo-fecha-nac {
    position: absolute;
}
/*//////FIRST/////////*/

.title-slide-first{
	background-image: url(../images/fondo-first.jpg);
	
	width: 100%;
    height: 250px;
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    background-color: #fff;
}

.title-slide-membresia{
	background-image: url(../images/fondo-membresia.jpg);
	
	width: 100%;
    height: 350px;
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    background-color: #000;
}

.first .circle .pic {
    width: 12.5em;
    height: 12.5em;
    position: relative;
    overflow: visible;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 1em;
}

.first .circle .pic img {
    max-width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/*//////INSTRUCTOR/////////*/

.instructor {
    top: 35%;
    height: 40%;
    width: 60%;
    margin: 0 20%;
}

.title-instructor{
	font-size: 36px;
	margin: 0;
}
.redes-instructor .fab{
	font-size: 36px;
	color: #000;
}

/*//////PERFIL/////////*/

.iconos-holder{
	width: 80%;
	margin: 0 10%;
	padding: 0;
}

.perfil-block{
	border-right: 1px solid #dddddd;
	min-height: 580px;
}
.bor-right{
	border-right: 1px solid #dddddd;
}
.bor-down{
	border-bottom: 1px solid #dddddd;
}

.perfiles{
	padding: 10px 0;
	margin: 15px;	

}
.perfiles a{
	text-decoration: none;
	padding: 10px 20px;
	margin: 15px;	
    border-radius: 10px;
    background-color: #808080;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.perfiles a:hover{
    background-color: #565e73;
}
.cuenta{
	background-color: #565e73;
    padding: 20px 0;
    margin: 0 auto;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.cuenta a{
	font-size: 50px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #fff;
	
}
.perfil {
    background-color: #565e73;
    padding: 10px 0;
    margin: 0 auto;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    float: right;
    text-align: center;
}
.perfil a {
    font-size: 20px;
    padding: 0 7px;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    text-align: center;
}
.log-block p{
	padding: 0;
	margin: 0;
}
.lista-horarios{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
}
.lista-horarios li{
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}

.lista-horarios li p{
	background-color: #fff;
    padding: 15px 15px;
	margin: 0;
    color: #808080;
    border-radius: 10px;
    max-width: 500px;
}
.lista-horarios li p:hover{
	background-color: #565e73;
    color: #fff;
}
.lista-horarios li p span{
font-family: 'Barlow Condensed', sans-serif;
}
.horario-block{
	padding: 15px 0;
}
/*//////NOSOTROS/////////*/

.title-slide{
	background-image: url(../images/fondo-nosotros.jpg);
	
	width: 100%;
    height: 250px;
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    background-color: #fff;
}
.fifty-center{
	width: 60%;
	margin: 45px auto;
	padding: 0;
}
.titles {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-size: 2em;
    text-shadow: 0 0 5px rgba(0,0,0,.5);
    line-height: 1;
    letter-spacing: -1px;
}

.circle {
    text-align: center;
    max-width: 22em;
    display: inline-block;
    vertical-align: top;
    float: none;
    padding: 0 1.5em;
	margin-bottom: 30px;
}

.circle .pic {
    width: 7.5em;
    height: 7.5em;
    position: relative;
    overflow: visible;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 1em;
}

.circle .pic img {
    max-width: 120px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.medium-4 {
    width: 33.33333%;
}

.row{
	margin: 50px 0;
}

.text-holder-nosotros {
        width: 50%;
    margin: 0 25%;
    padding: 75px 0;
}

/*//////STUDIO/////////*/

.studio-cdmx{
	    background-image: url(../images/fondo-cdmx.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #383838;
    background-size: cover;
    height: auto;
    padding: 30px 0;
}
.studio-eventos {
    background-image: url(../images/fondo-evento.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #383838;
    background-size: cover;
    height: auto;
    padding: 30px 0;
}
.studio-polanco {
    background-image: url(../images/fondo-polanco.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #383838;
    background-size: cover;
    height: auto;
    padding: 30px 0;
}
.studio-cancun {
    background-image: url(../images/fondo-cancun.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #383838;
    background-size: cover;
    height: auto;
    padding: 30px 0;
}

.studio-boton{
	padding-top: 275px;
}

.studio-info h1 {
	font-family: 'Barlow Condensed', sans-serif;
    z-index: 1;
    text-align: center;
    font-size: 38px;
	margin: 0;
	padding: 0;
}

.studio-info {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8); 
    border-radius: 10px;
    width: 30%;
    margin: 0 35% 0 35%;
}

.studiors{
	    padding: 0;
    margin: 5px 0;	

}
.studiors p {
    text-decoration: none;
    padding: 25px 20px;
    margin: 15px 1%;
    border-radius: 10px;
    background-color: #808080;
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: 48%;
    float: left;
    font-family: 'Barlow Condensed', sans-serif;
}
.studiors a{
	text-decoration: none;
}
.studiors p:hover{
    background-color: #565e73;
}
.nombre{
	margin: 0;
	padding: 0;
	    font-size: 30px;
}

.nombre-pic{
	width: 40%;
	margin: 0 30%;
	padding: 0;
}

.nombre-pic .pic {
      width: 180px;
    height: 180px;
    position: relative;
    overflow: visible;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 1em;
	margin-top: 10px;
    background: #565e73;
    padding: 5px;
}
.nombre-pic .pic img {
    max-width: 170px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /* background: #000; */
    /* padding: 15px; */
    margin: 0;
}


.mapa-salon{
	
}

.salon-polanco{
	
}

.polanco .asiento {
    width: calc(100vw / 24);
    height: calc(100vw / 24);
    margin: 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.outdoor .asiento {
    width: calc(100vw / 24);
    height: calc(100vw / 24);
    margin: 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.outdoordos .asiento{
	
	 width: calc(100vw / 24);
    height: calc(100vw / 24);
    margin: 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
	
	
}

.attic .asiento {
    width: calc(100vw / 20);
    height: calc(100vw / 12);
    margin: 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cdmx .asiento {
    width: calc(100vw / 24);
    height: calc(100vw / 24);
    margin: 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cancun .asiento {
    width: calc(100vw / 24);
    height: calc(100vw / 24);
    margin: 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.asiento-texto {
   cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #fff;
    color: #383838;
    text-align: center;
    transition: .3s ease;
    font-size: 16px;
}
.asiento-texto:hover{background-color:#565e73;color:#fff}

.asiento-texto-atic {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    color: #bababa;
    text-align: center;
    transition: .3s ease;
    font-size: 16px;
}
.asiento-texto-atic:hover{background-color:#565e73;color:#fff}

table.salones {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    max-width: 600px;
}

.inactivo {
    pointer-events: none;
	  
	border-radius: 100%;
}
.inactivo .asiento-texto{
   opacity: .3;
    background-color: #565e73;
    color: #fff;
}

.inactivo-atic {
       pointer-events: none;
    background-image: url(../images/icono-inactivo-attic.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #808080;
    background-size: contain;
    height: auto;
}
.inactivo-atic .asiento-texto-atic{
    opacity: 0;
}

.calendar a {
    text-decoration: none;
    padding: 10px 20px;
    margin: 0 15px 15px 15px;
    border-radius: 10px;
    background-color: #565e73;
    color: #fff;
    font-size: 15px;
    text-align: center;
	font-family: 'Barlow Condensed', sans-serif;
}

.calendar a:hover {
    background-color: #4a4951;
}
/*//////GLOBAL/////////*/

.compras-list select {
   background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
    background-color: #eeeeee;
    background-repeat: no-repeat;
    background-position: right 10px top 15px;
    background-size: 16px 16px;
    color: white;
    padding: 12px;
    width: 320px;
    font-size: 16px;
    font-weight: bold;
    color: #808080;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
    border: 0;
    outline: 0;
}

.pointer{
	cursor: pointer;
}
.fitspin_btn-default_black {
    background: #4a4951;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: block;
    border: 0;
    border-radius: 10px;
    -webkit-appearance: none;
    line-height: 1.4;
    text-align: center;
    padding: 15px;
    transition: .3s linear;
    cursor: pointer;
}
#fitspinLoginForm{
	    margin-bottom: 100px;
}

#fitspin-registro{
	width: 50%;
	margin: 0 25%;
}

.hover_img a {
    position: absolute;
    /* float: left; */
    z-index: 999;
    margin-left: -25px;
    margin-top: 15px;
    text-decoration: none;
    color: #666;
}
.hover_img a span { position:absolute; display:none; z-index:99; }
.hover_img a:hover span { display:block; }

.hide{
	display: none;
}
.bold{
	font-family: 'Barlow Condensed', sans-serif;
}

.select-calendario select {
   background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519' fill='white'/></svg>");
    background-color: #565e73;
    background-repeat: no-repeat;
    background-position: right 10px top 13px;
    background-size: 16px 16px;
    padding: 12px 50px 12px 12px;    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
.inline {
    display: inline-block;
}
.middle {
    vertical-align: middle;
}
.main{
	padding-top: 90px; 
}
.center{
	text-align: center;
}

.left{
	float: left;
}
.right{
	float: right;
}

.img img{
	width: 100%;
}

.pointer {
    cursor: pointer;
}

.relative{
	position: relative;
}
.absolute{
	position: absolute;
}

.desktop{
	display: block;
}

.mobile{
	display: none;
}

.marger-y {
    margin-top: 5px;
    margin-bottom: 20px;
}

.marger-x{
	margin-left:20px;
	margin-right:20px;
}

.padder-y{
	padding-top: 20px;
	padding-bottom: 20px;
}

.padder-x{
	padding-left: 20px;
	padding-right: 20px;
}

.padder-y-big{
	padding-top: 60px;
	padding-bottom: 60px;
}

.padder-x-big{
	padding-left: 60px;
	padding-right: 60px;
}

.transition {
    -webkit-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -moz-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -ms-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    -o-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
}

.full{
	width: 100%;
}
.half{
	width: 50%;
}
.half-icono{
	width: 50%;
}
.third{
	width: 33.333333%;
}
.fourth{
	width: 25%;
}
.inner-full{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

@media screen and
(min-width : 481px)
and (max-width : 768px) {
	
	.select-calendario{
	    position: fixed;
    top: 70px;
    width: 100%;
	z-index: 99;
}
	
	.fifty{
	width: 100%;
}

.selector{
height: 50vh;
	width: 100vw;
	}
	
	.studio-info {
    width: 90%;
    margin: 0 5% 0 5%;
}
	.studio-evento {
    width: 90%;
    margin: 0 5% 0 5%;
}
	
	.padder-y-big {
    padding-top: 30px;
	padding-bottom: 30px;
}
	
	.half{
	width: 100%;
}
.third{
	width: 50%;
}
.fourth{
	width: 33.33333%;
}
	
	.medium-4 {
    width: 50%;
}
	
	.fifty-center{
	width: 80%;
	margin: 45px auto;
	padding: 0;
}
	
	.coaches-lista li{
	width: 50%;
}
	.feed img{
	width: 33%;
	margin: 0;
	transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
}
	.menu-ubi {
    width: 70%;
    margin: 15px 15%;
    padding: 0;
}
#news {
    width: 70%;
    padding: 25px;
    margin: 25px 15%;
    border-radius: 15px;
}
	.desktop{
	display: none;
}
	
	.tablet{
	display: block;
}

.mobile{
	display: none;
}
	.reserva {
    width: 31%;
    vertical-align: top;
    margin: 1%;
}
	
	.txt-clase-nombre{
	font-size: 9px;
	margin: 0;
	padding: 0;
}
.txt-horario{
	font-size: 9px;
	margin: 0;
	padding: 0;
}
.txt-ride{
	font-size: 9px;
	margin: 0;
	padding: 0;
}

	
	
}

@media screen and
(min-width : 769px)
and (max-width : 1199px) {
	
	
	.reserva-overlay {
    height: 80%;
    width: 50%;
}
	
	.padder-y-big {
    padding-top: 40px;
	padding-bottom: 40px;
}
	
	.title-instructor {
    font-size: 36px;
		margin: 5px 0;
}
	.medium-4 {
    width: 33.33333%;
}
	
	.fifty-center{
	width: 70%;
	margin: 45px auto;
	padding: 0;
}
	
	.coaches-lista li{
	width: 33%;
}
	.menu-ubi {
    width: 70%;
    margin: 15px 15%;
    padding: 0;
}
#news {
    width: 70%;
    padding: 25px;
    margin: 25px 15%;
    border-radius: 15px;
}
	.desktop{
	display: block;
}
	
	.tablet{
	display: block;
}

.mobile{
	display: none;
}
	.reserva {
    width: 23%;
    vertical-align: top;
    margin: 1%;
}
	}

@media screen and
(min-width : 300px)
and (max-width : 480px) {
	
	.slide-cont {
    height: 39px;
    margin: 15px 25px;
}
	
	
	.select-calendario select {
   background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519' fill='white'/></svg>");
    background-color: #565e73;
    background-repeat: no-repeat;
    background-position: right 10px top 13px;
    background-size: 16px 16px;
    padding: 12px 50px 12px 12px;    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 0;
    /* -webkit-border-radius: 10px; */
    /* -webkit-appearance: none; */
    border: 0;
    /* outline: 0; */
    /* -webkit-transition: 0.3s ease all; */
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    float: left;
    border-bottom: 1px solid #eee;
}
	
	.select-calendario{
	    position: fixed;
    top: 70px;
    width: 100%;
	z-index: 99;
}
	
	.title-slide {
    background-image: none;
    width: 100%;
    height: 250px;
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    background-color: #000;
}
	
	.title-slide-first{
	width: 100%;
    height: 250px;
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    background-color: #fff;
}

.title-slide-membresia{
width: 100%;
    height: 350px;
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    background-color: #000;
}
	
	.clock {
    zoom: 0.5;
    -moz-transform: scale(0.5);
}
	
	.fifty{
	width: 100%;
}

.selector{
height: 50vh;
	width: 100vw;
	}
	
	#fitspin-registro{
	width: 90%;
	margin: 0 5%;
}
	
	#contact_pop {
    background: #fff;
    padding: 25px;
    margin: 25px 5%;
    border-radius: 15px;
    border: 1px solid #d3d3d3;
    width: 90%;
}
	
	.select-calendario select {
		width: 49.9%;
		
	}

	
	.perfil-block {
    min-height: 400px;
}
	.padder-y-big {
    padding-top: 15px;
	padding-bottom: 15px;
}
	.half{
	width: 100%;
}
.third{
	width: 100%;
}
.fourth{
	width: 100%;
}
	
	.medium-4 {
    width: 100%;
}
	
	.fifty-center{
	width: 90%;
	margin: 45px auto;
	padding: 0;
}
	
	
	.coaches-lista li{
	width: 100%;
}
	footer {
    margin: 0 0 45px 0;
    padding: 0;
    width: 100%;
}
	.feed img{
	width: 33.3%;
    margin: 10px 0;
    transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    float: left;

}
	.desktop{
	display: none;
}
	
	.tablet{
	display: none;
}

.mobile{
	display: block;
}
	
	.reserva-overlay {
        width: 100%;
    height: 100%;
    min-height: 525px;

}
	
	#news {
    width: 90%;
    padding: 25px;
    margin: 25px 5%;
    border-radius: 15px;
}

	.overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
	
	.menu-ubi {
    width: 90%;
    margin: 15px 5%;
    padding: 0;
}
	
	.menu-fot div {
    width: 96%;
    margin: 0 2%;
    padding: 10px;
    float: left;
		text-align: center !important;
}
	.menu-ubi div {
    width: 90%;
    margin: 0;
    padding: 10px;
    float: none;
    display: inline-block;
}
	
	.logo-cont {
          max-width: 40%;
    padding-top: 15px;
    padding-left: 10px;
}
	#logmobile{
		    margin: 0;
	}
	.titulo-blanco {
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 10px 0;
}
	.reserva {
    width: 48%;
    vertical-align: top;
    margin: 1%;
}
	.perfil-block {
    border-right: none;
		border-bottom: 1px solid #dddddd;
}
	.studio-info {
    width: 90%;
    margin: 0 5% 0 5%;
background-color: rgba(255, 255, 255, 0.8);
}
	.studio-evento {
    width: 90%;
    margin: 0 5% 0 5%;
}
	
	
	.studiors p {
    margin: 5px 1%;
    width: 98%;

}
	.content-form-logueo {
    width: 90%;
    margin: 100px 5%;
}
	.nombre-pic {
    width: 80%;
    margin: 0 10%;
    padding: 0;
}
	.text-holder-nosotros {
       width: 86%;
    margin: 0 7%;
    padding: 50px 0;
}
	header {
    height: 70px;
}
	.main{
		padding-top: 70px;
	}
	.main-dos{
	padding-top: 115px;
}
	.menu-open {
    background-color: #565e73;
    padding: 5px 10px;
    margin: 0;
}
	.overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 60px;
    padding: 5px 8px;
}
	.text-ubicaciones {
    color: #4a4951;    font-size: 20px;
    padding: 0;
    margin: 0;
		text-align: left;
}
	.clase {
    width: 94%;
    vertical-align: top;
    margin: 0 3% 6% 3%;
    border-right: solid 1px #000000;
    /* padding: 1.5em; */
    /* padding-bottom: 2em; */
    overflow: hidden;
    /* border-radius: 15px; */
    /* background-color: #fff; */
    color: #000000;
    min-height: 68px;
    text-align: center;
}
	
	.txt-clase-nombre{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0 0 10px 0;
}
.txt-horario{
	font-size: 7px;
	margin: 0;
	padding: 0;
}
.txt-ride{
	font-size: 7px;
	margin: 0;
	padding: 0;
}
	.txt-date{
	font-size: 10px;
	padding: 15px 0;
	margin: 0;
}
	
	.clase a {
    text-decoration: none;
    color: #808080;
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 3px;
}
	.polanco .asiento {
    width: calc(100vw / 14);
    height: calc(100vw / 14);
    margin: 3px;

}
	
	.outdoor .asiento {
    width: calc(100vw / 20);
    height: calc(100vw / 20);
    margin: 1px;

}
	
	.outdoordos .asiento {
    width: calc(100vw / 24);
    height: calc(100vw / 24);
    margin: 1px;

}
	
	.attic .asiento {
    width: calc(100vw / 12);
    height: calc(100vw / 7);
    margin: 3px;

}
	
	.asiento-texto-atic {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    color: #bababa;
    text-align: center;
    transition: .3s ease;    font-size: 18px;
}
	.cancun .asiento {
        width: calc(100vw / 16);
    height: calc(100vw / 16);
    margin: 2px;
}
	.calendar{
		float: none !important;
	}
	.cdmx .asiento {
    width: calc(100vw / 18);
    height: calc(100vw / 18);
    margin: 1px;

}
	.cdmx .asiento-texto {
    font-size: 8px;
}
	.instructor {
    top: 15%;
    height: 40%;
    width: 90%;
    margin: 0 5%;
}
	.asiento-texto {
    font-size: 9px;
}
	
	.asiento-texto-atic {
    font-size: 9px;
}
	.reserva-cancun {
    width: 48%;
    vertical-align: top;
    margin: 1%;
}
	.sesion {
    margin: 0px;
}
	.nombre-pic .pic {
    width: 90px;
    height: 90px;
    position: relative;
    overflow: visible;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 0;
    background: #565e73;
    padding: 5px;
}
	.nombre-pic .pic img {
    max-width: 80px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /* background: #000; */
    /* padding: 15px; */
    margin: 0;
}
	.nombre {
    margin: 0;
    padding: 0;
    font-size: 20px;
}
	.contact_pop {
    background: #fff;
    padding: 25px;
    margin: 25px 5%;
    border-radius: 15px;
    border: 1px solid #d3d3d3;
    width: 90%;
}
}