/********* BODY */

body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  position: relative;
}

::-webkit-scrollbar {
  display: none;
}

body::-webkit-scrollbar:vertical {
  display: block;
  width: 8px;
}

body::-webkit-scrollbar-track:vertical {
  background: #929292;
}

body::-webkit-scrollbar-thumb:vertical {
  background: #474747;
}

/* ********* NAVEGADOR */

.navegador {
  width: 100%;
  height: 140px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.barras-navegador {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  background-color: #353535;
  border-radius: 1000px;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 10;
  transition: 0.6s all ease-out;
  -webkit-transition: 0.6s all ease-out;
}

.circulo-navegador {
  width: 620px;
  height: 620px;
  border-radius: 1000px;
  position: absolute;
  bottom: 0;
  right: -220px;
  z-index: 9;
  background-color: #000000;
}

.logo-navegador {
  width: 140px;
  height: 60px;
  background-image: url("../img/logo_negro.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
}

.logo-navegador-auth {
  width: 140px;
  height: 100px;
  background-image: url("../authentic/landing/img/logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 10;
}
.menu-navegador {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: -100vh;
  left: 0;
  z-index: 8;
  background-color: #000000;
  transition: 0.6s all ease-out;
  -webkit-transition: 0.6s all ease-out;
}

.menu-navegador.active {
  top: 0;
}

.opciones-menu-navegador {
  width: 300px;
  height: auto;
  margin: 0 auto;
  margin-top: 180px;
  margin-left: 12px;
}

.opcion-menu-navegador {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  margin: 20px auto;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

/* ********* CONTENIDO */

.contenido {
  width: 90%;
  max-width: 1050px;
  height: auto;
  margin: 25px auto;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 7;
}

.titulo-contenido {
  width: 100%;
  height: auto;
  margin: 10px auto;
  margin-top: 5%;
  text-align: center;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  color: #3b3b3b;
  font-size: 18px;
  position: relative;
  z-index: 7;
}

.boton-contenido {
  width: 330px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 7px 0;
  margin-right: 10px;
  background-color: #f4f0ef;
  border-radius: 17px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #6d6d6d;
  cursor: pointer;
  position: relative;
  z-index: 7;
}

.recuadros-dias-contenido {
  width: 330px;
  height: auto;
  margin: 0;
  margin-bottom: 25px;
  display: flex;
}

.recuadro-dias-contenido {
  width: 40px;
  height: 50px;
  margin: 0;
  margin-right: 10px;
  background-color: #f4f0ef;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  cursor: pointer;
  color: #6d6d6d;
}

.recuadro-dias-contenido.active {
  background-color: #000000;
  color: #fff;
}

.numero-recuadro-dias-contenido {
  width: 30px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.texto-recuadro-dias-contenido {
  width: 30px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size: 12px;
}

.mensaje-recuadro-clases {
  width: 100%;
  height: auto;
  margin: 5px auto;
  text-align: left;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #6d6d6d;
}

.recuadros-clase {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}

.recuadro-clase {
  width: 330px;
  height: auto;
  margin: 10px 0;
  margin-right: 10px;
  border-radius: 17px;
  background-color: #f4f0ef;
}

.img-recuadro-clase {
  width: 320px;
  height: 85px;
  margin: 5px auto;
  background-color: #333333;
  border-radius: 13px;
  position: relative;
  z-index: 6;
  background-size: cover;
  background-position: center;
}

.coach-img-recuadro-clase {
  width: 90px;
  height: 30px;
  display: flex;
  position: absolute;
  bottom: -15px;
  left: 5px;
  z-index: 7;
  background-color: #fff;
  border-radius: 17px;
}

.img-coach-img-recuadro-clase {
  width: 20px;
  height: 20px;
  margin: 5px;
  border-radius: 1000px;
  background-size: cover;
  background-position: center;
}

.texto-coach-img-recuadro-clase {
  width: calc(100% - 30px);
  height: 20px;
  line-height: 20px;
  text-align: left;
  margin: 5px auto;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #6d6d6d;
}

.contenido-recuadro-clase {
  width: 90%;
  height: auto;
  margin: 15px auto;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}

.nombre-contenido-recuadro-clase {
  width: 140px;
  height: 28px;
  line-height: 14px;
  text-align: left;
  margin: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6d6d6d;
}

.nombre-contenido-recuadro-clase.active {
  width: 220px;
}

.fecha-contenido-recuadro-clase {
  width: 160px;
  height: 25px;
  line-height: 25px;
  text-align: left;
  margin: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #9b9b9b;
}

.horario-contenido-recuadro-clase {
  width: 80px;
  height: 25px;
  line-height: 25px;
  text-align: left;
  margin: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #9b9b9b;
}

.boton-contenido-recuadro-clase {
  width: 77px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  border-radius: 17px;
  background-color: #000;
  cursor: pointer;
}

.boton-contenido-recuadro-clase.active {
  background-color: #e0e0e0;
  color: #8b8b8b;
}

.boton-contenido-recuadro-clase.red {
  background-color: #b50000;
  color: #ffffff;
}

.sombra-reformers {
  width: 100%;
  height: 100vh;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.5);
}

.sombra-reformers.active {
  display: flex;
}

.contenedor-reformers {
  width: 330px;
  height: auto;
  background-color: #f4f0ef;
  border-radius: 12px;
  position: relative;
}

.cerrar-contenedor-reformers {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #6d6d6d;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.titulo-contenedor-reformers {
  width: 90%;
  height: 20px;
  line-height: 20px;
  text-align: left;
  margin: 15px auto;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #6d6d6d;
}

.lista-contenedor-reformers {
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.elemento-lista-contenedor-reformers {
  width: 65px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 10px auto;
  border-radius: 10px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}

.elemento-lista-contenedor-reformers.white {
  color: #6d6d6d;
  background-color: #ffffff;
}

.elemento-lista-contenedor-reformers.black {
  color: #ffffff;
  background-color: #000000;
}

.elemento-lista-contenedor-reformers.green {
  background-color: #5bbb2c;
  color: #ffffff;
}

.leyendas-contenedor-reformers {
  width: 90%;
  height: auto;
  margin: 5px auto;
  display: flex;
  justify-content: center;
}

.leyenda-contenedor-reformers {
  width: auto;
  height: 20px;
  line-height: 20px;
  text-align: left;
  margin: 0 auto;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #6d6d6d;
}

.leyenda-contenedor-reformers i {
  font-size: 10px;
  margin-right: 5px;
}

.boton-contenedor-reformers {
  width: 250px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 15px auto;
  margin-top: 30px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  cursor: pointer;
}

.recuadros-paquetes {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
}

.recuadro-paquete {
  width: 330px;
  height: auto;
  margin: 10px 0;
  margin-right: 10px;
  border-radius: 17px;
  background-color: #f4f0ef;
  cursor: pointer;
  position: relative;
}

.nombre-recuadro-paquete {
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px 10px 0 0;
  z-index: 2;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}

.texto-nombre-recuadro-paquete {
  width: 90%;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}

.precio-recuadro-paquete {
  width: 90px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  bottom: -17.5px;
  right: 15px;
  background-color: #fff;
  border-radius: 17px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6d6d6d;
}

.contenido-recuadro-paquete {
  width: 90%;
  height: auto;
  margin: 12px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.texto-contenido-recuadro-paquete {
  width: auto;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: 5px auto;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #9b9b9b;
}

.boton-contenido-recuadro-paquete {
  width: 175px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 10px calc(50% - 87.5px);
  background-color: #24272f;
  border-radius: 17px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}

.boton-contenido-recuadro-paquete i {
  color: #3f4148;
  margin-left: 25px;
}

.boton-contenido-recuadro-paquete.active {
  background-color: #d1d1d1;
  color: #000;
}

.notificacion {
  width: 100%;
  height: auto;
  margin: 10px auto;
  border-bottom: 1px solid #cecece;
}

.titulo-notificacion {
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: left;
  margin: 0 auto;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #24272f;
}

.mensaje-notificacion {
  width: 100%;
  height: auto;
  text-align: left;
  margin: 0 auto;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #505050;
}

.fecha-notificacion {
  width: 100%;
  height: auto;
  text-align: right;
  margin: 10px auto;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #9b9b9b;
}

.trademark {
  width: 100%;
  height: auto;
  margin: 0;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-trademark {
  width: 90%;
  max-width: 400px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  color: #f0f0f0;
  font-size: 12px;
  cursor: pointer;
}

.text-trademark i {
  margin: 0 5px;
}

.powered {
  width: 90%;
  max-width: 400px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  color: #cecece;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
}

.phantomy {
  font-family: "Times New Roman", Times, serif;
  color: #fff;
  font-size: 15px;
  padding-left: 5px;
  cursor: pointer;
}

.img-salon {
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  border-radius: 0 0 10px 10px;
  position: relative;
  margin-top: 2%;
}

.img-salon.sin-imagen {
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  margin-top: 2%;
}

.img-salon.sin-imagen i {
  font-size: 48px;
}

.nombre-recuadro-paquete.dark {
  background-color: #000;
  border-radius: 10px 10px 0 0;
  text-align: center;
}

.texto-nombre-recuadro-paquete {
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  color: white;
  font-size: 16px;
  line-height: 50px;
}

@media (max-width: 650px) {
  .img-salon {
    height: 75vh;
  }

  .texto-nombre-recuadro-paquete {
    font-size: 18px;
  }

  .recuadro-paquete {
    margin: 20px auto;
    margin-top: 2%;
  }

  .recuadro-paquete:not(:nth-child(1)) {
    margin-top: 12%;
  }

  .recuadros-paquetes {
    margin-top: 10%;
  }

  .nombre-recuadro-paquete.dark {
    background-color: #000;
    border-radius: 10px 10px 0 0;
    text-align: center;
    margin-top: -10%;
  }

  .titulo-contenido {
    width: 330px;
  }

  .boton-contenido {
    margin: 7px auto;
  }

  .mensaje-recuadro-clases {
    width: 330px;
  }

  .recuadros-dias-contenido {
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .recuadro-clase {
    margin: 10px auto;
  }
}

.seccion-formulario {
  width: 90%;
  max-width: 400px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  margin-right: 25px;
}

@media (max-width: 950px) {
  .seccion-formulario {
    margin: 10px auto;
  }
}

input {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.textfield {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #fff;
  height: calc(3em + 2px);
  padding: 1em;
  font-size: 1em;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
  outline: none;
  color: #505050;
  font-family: proxima-nova, sans-serif;
  border-radius: 0;
}

.textfield:focus,
.textfield:active {
  border-bottom: 1px solid #000;
}

.textfield:focus + label:before,
.textfield:active + label:before {
  color: #000;
}

.textfield + label {
  display: block;
  font-size: 1em;
  height: 3em;
  line-height: 3em;
  margin-top: calc(-3em - 1px);
  margin-bottom: 1em;
  pointer-events: none;
}

.textfield + label:before {
  content: attr(placeholder);
  display: inline-block;
  color: #c9c9c9;
  font-family: proxima-nova, sans-serif;
  margin: 0 calc(1em + 2px);
  white-space: nowrap;
  transition-property: color, -webkit-transform;
  -webkit-transition-property: color, -webkit-transform;
  transition-property: transform, color;
  transition-property: transform, color, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.textfield:focus + label:before,
.textfield.active + label:before,
.textfield:valid + label:before {
  background-color: #fff;
  line-height: 1;
  padding: 0 1.5px;
  -webkit-transform: translateY(calc(-3em / 2 - 1px / 2)) scale(0.8, 0.8);
  transform: translateY(calc(-3em / 2 - 1px / 2)) scale(0.8, 0.8);
}

.btn-modificar {
  width: 200px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #000;
  border-radius: 17px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  color: #fff;
  margin: 15px 0;
  margin-right: calc(100% - 200px);
  cursor: pointer;
}

/* ********* LEGAL */

.seccion-legal {
  width: 90%;
  max-width: 1100px;
  height: auto;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.titulo-seccion-legal {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: left;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #434343;
}

.separador-seccion-legal {
  width: 100%;
  height: 1px;
  background-color: #cecece;
  margin: 5px auto;
}

.texto-seccion-legal {
  width: 100%;
  height: auto;
  margin: 10px auto;
  text-align: left;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #434343;
}

.subtitulo-seccion-legal {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 15px;
  text-align: left;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #3b3b3b;
  text-transform: uppercase;
}

/* ********* POPUP */

.popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #000;
  display: none;
}

.icono-popup {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0 calc(50% - 30px);
  margin-top: 30vh;
  z-index: 99;
  border: 4px solid #ffffff;
  color: #ffffff;
  font-size: 40px;
  border-radius: 1000px;
}

.mensaje-popup {
  width: 95%;
  height: auto;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 20px;
}

.btn-popup {
  width: 160px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 15px;
  border: 2px solid #ffffff;
  color: #ffffff;
  margin: 25px calc(50% - 80px);
  cursor: pointer;
  border-radius: 5px;
}

/* ********* TRADEMARK */
