@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "Saira", sans-serif;
}

html {
  overflow-y: scroll;
}

html::-webkit-scrollbar {
  width: 0.5rem;
  background-color: rgba(0, 230, 211, 0.473);
  border-radius: 3rem;
}

html::-webkit-scrollbar-thumb {
  background-color: #07a799;
  border-radius: 3rem;
}

body {
  background-image: url(../images/photo-1550895030-823330fc2551.jpg);
  background-repeat: repeat;
  background-size: cover;
  height: 100vh;
}

ul, ol {
  list-style: none;
}

.fas:hover {
  color: #ffffff;
}

.actGymEnlaces a {
  text-decoration: none;
  color: #07a799;
}
.actGymEnlaces a:hover {
  color: #00e6d3;
}

/*----Menú de Navegación Big Screens----*/
header {
  background-image: url(../images/fondo-headerrrr2.jpg);
  background-repeat: no-repeat;
  background-position: cover;
  background-size: 100%;
  width: 100%;
}

#logo__superior {
  background-position-y: 25%;
  background-position-x: center;
  background-image: url(../images/logo-life-sombreado.png);
  background-size: 35%;
  background-repeat: no-repeat;
}

#logo__superior img {
  width: 490px;
}

#menu__nav {
  position: relative;
  top: -6rem;
  width: 100%;
}

.container__menu {
  background-color: #00e6d3;
  height: 5rem;
  width: 100%;
  padding-top: 1.75rem;
  text-align: center;
  box-shadow: 0px 5px 5px rgba(29, 29, 29, 0.377), 0px -5px 5px rgba(32, 32, 32, 0.329);
}

.nav__inline li a {
  background-color: #00e6d3;
  color: #ffffff;
  padding: 1.25rem 0.5rem;
  text-decoration: none;
  font-weight: bold;
  align-items: center;
  font-size: 20px;
}

.nav__inline--li {
  display: inline-block;
  margin-right: 1rem;
}

.nav__inline li a:hover {
  background-color: #ffffff;
  color: black;
  height: auto;
}

.btnGym {
  color: #ffffff;
  padding: 0.3rem;
  background-color: #07a799;
  font-weight: bold;
  border: none;
  border-radius: 0.5rem;
  background-position-x: center;
  text-decoration: none;
}

.btnGym:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

/*----Menú de Navegación Small Screens----*/
#menu__nav--responsive {
  margin: auto;
  width: 100%;
}

#ulNavResponsive {
  margin-left: 5%;
}

.nav__responsive {
  padding-left: 0;
}

.nav__responsive li a {
  background-color: #00e6d3;
  color: #ffffff;
  text-decoration: none;
  display: block;
  text-decoration: none;
  font-weight: bold;
  align-items: center;
  text-align: center;
  align-self: center;
  padding: 0.5rem;
}

.nav__responsive li a:hover {
  background-color: #ffffff;
  color: black;
  background-position: center;
}

.nav__responsive li ul {
  display: none;
  position: absolute;
  font-weight: bold;
  text-align: center;
  width: 80%;
  /*esto es el tamaño de la caja de los elementos del submenu */
}

.nav__responsive li:hover > ul {
  display: block;
  z-index: 100;
}

.container__menu--res {
  background-color: #00e6d3;
  height: 3rem;
  width: 100%;
  padding-top: 0.75rem;
  background-position-x: center;
  text-align: center;
  box-shadow: 0px 5px 5px rgba(29, 29, 29, 0.377), 0px -5px 5px rgba(32, 32, 32, 0.329);
}

/*--------------------------*/
/*----------TRAINING GENERADOR--------*/
.form__contact {
  color: #ffffff;
  font-weight: bold;
  background-color: rgba(0, 230, 211, 0.473);
  border-radius: 5px;
  margin-top: 0%;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 5%;
  box-shadow: 0px 5px 5px rgba(29, 29, 29, 0.377), 0px -5px 5px rgba(32, 32, 32, 0.329);
}

.contact__h5 {
  font-weight: bold;
}

fieldset {
  border: 2px solid rgba(0, 230, 211, 0.473);
  padding-left: 1rem;
  padding-bottom: 1rem;
}

/* Ventanas modal rutina*/
.modalContainerRutinas {
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: contain;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.modalRutinasActive {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}

.modalRutinas {
  color: black;
  background-color: #ffffff;
  width: 95%;
  height: 95%;
  border-radius: 0.5rem;
  text-align: center;
  padding: 1rem;
  margin: auto;
  overflow-y: scroll;
}

.modalRutinas::-webkit-scrollbar {
  width: 0.5rem;
  background-color: rgba(0, 230, 211, 0.473);
  border-radius: 3rem;
}

.modalRutinas::-webkit-scrollbar-thumb {
  background-color: #07a799;
  border-radius: 3rem;
}

.modalForm {
  color: black;
  background-color: #ffffff;
  background-size: contain;
  width: 50%;
  border-radius: 0.5rem;
  text-align: center;
  padding: 1rem;
  margin: auto;
}

/*-------------------INDEX---------------*/
.container__actividad {
  margin-top: -5rem;
  padding: 5%;
  display: flex;
  flex-wrap: wrap;
}

.contenedor {
  position: relative;
  margin: 2%;
}

.img__index--act {
  border-radius: 100%;
  filter: grayscale(1);
}

.filtro__hov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: rgba(0, 230, 211, 0.473);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.filtro__hov p {
  transform: translateY(2.5rem);
  font-size: 28px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.815);
}

.filtro__hov:hover {
  opacity: 1;
}
.filtro__hov:hover p {
  transform: translateY(0rem);
  color: #ffffff;
}

@media screen and (min-width: 360px) {
  .container__actividad {
    padding: 0%;
    width: 100%;
    margin-top: 2rem;
  }

  .img__index--act {
    height: 15rem;
    width: 15rem;
  }

  #menu__nav {
    display: none;
  }

  #logo__superior {
    padding: 15%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #ulNavResponsive {
    margin-left: 7%;
  }
}
@media screen and (min-width: 768px) {
  .container__actividad {
    margin-top: -5rem;
  }

  #logo__superior {
    text-align: center;
    padding: 20%;
  }

  #menu__nav {
    display: inline;
  }

  #menu__nav--responsive {
    display: none;
  }

  .mainSpace {
    margin-top: -5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .nav__inline li a {
    padding: 1.25rem 1.25rem;
  }

  .img__index--act {
    height: 13rem;
    width: 13rem;
  }
}
h4 {
  color: #07a799;
}

p {
  color: black;
}

.form__contact {
  color: #ffffff;
  background-color: rgba(0, 230, 211, 0.473);
  border-radius: 5px;
  margin-top: 0%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 5%;
  box-shadow: 0px 5px 5px rgba(29, 29, 29, 0.377), 0px -5px 5px rgba(32, 32, 32, 0.329);
}
.form__contact i {
  font-size: 1.5rem;
}

.contact__h5 {
  font-weight: bold;
}

.servOfrecidos {
  color: #00e6d3;
  background-color: #00e6d3;
}

.form-check-input:checked {
  background-color: rgba(0, 230, 211, 0.473);
  border-color: #07a799;
}

.formuario__label {
  display: block;
  font-weight: 1.5rem;
  padding: 1rem;
  cursor: pointer;
}

.formulario__grupo-input {
  position: relative;
}

.formulario__input {
  width: 100%;
  background-color: #ffffff;
  border: 0.25rem solid transparent;
  border-radius: 0.35rem;
  height: 2.5rem;
  line-height: auto;
  padding: 0 3rem 0 1rem;
  transition: 0.3s ease all;
}

.formulario__input--mensaje {
  width: 100%;
  background-color: #ffffff;
  border: 0.25rem solid transparent;
  border-radius: 0.35rem;
  height: 5rem;
  line-height: auto;
  padding: 0 3rem 0 1rem;
  transition: 0.3s ease all;
}

.formulario__input--mensaje:focus {
  border: 0.3rem solid #00e6d3;
  outline: none;
  box-shadow: 3px 0px 10px #241d1b;
}

.formulario__input:focus {
  border: 0.3rem solid #00e6d3;
  outline: none;
  box-shadow: 3px 0px 10px #241d1b;
}

.formulario__input-error {
  font-size: 0.75rem;
  margin-bottom: 0;
  display: none;
  color: black;
}

.formulario__input-error-activo {
  display: block;
}

.formulario__validacion-estado {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  z-index: 100;
  font-size: 16px;
  opacity: 0;
}

.formulario__mensaje {
  height: auto;
  padding: 20%;
  align-items: center;
  text-align: center;
  margin: auto;
  background-color: #241d1b;
  padding: 0 15px;
  border-radius: 3px;
  display: none;
  color: #ffffff;
}

.formulario__mensaje-activo {
  display: block;
}

.formulario__mensaje p {
  padding: 5px;
}

.formulario__grupo-correcto .formulario__validacion-estado {
  color: #07a799;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__label {
  color: black;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
  color: #241d1b;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__input {
  border: 3px solid #241d1b;
}

.recibir__novedades:focus {
  background-color: #00e6d3;
  color: #ffffff;
}

.recibir__novedades:hover {
  background-color: #00e6d3;
  color: #ffffff;
}

#contenedorMercadoPago {
  color: black;
  background-color: #ffffff;
  width: 90%;
  height: auto;
  border-radius: 0.5rem;
  text-align: center;
  padding: 1rem;
  margin: auto;
}
#contenedorMercadoPago fieldset {
  border: 0.25rem solid #00e6d3;
  padding: 1rem;
  border-radius: 0.5rem;
}
#contenedorMercadoPago h3 {
  color: #00e6d3;
  font-weight: bold;
}
#contenedorMercadoPago a {
  text-decoration: none;
  color: #00e6d3;
}
#contenedorMercadoPago a:hover {
  color: #07a799;
}

footer {
  background-color: black;
  background-size: cover;
  background-position: center;
  width: 100%;
}
footer div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  width: 70%;
  margin: auto;
  padding-top: 1rem;
}
footer div p {
  text-align: center;
  align-content: space-around;
  color: #ffffff;
  font-size: 0.75rem;
}
footer div p a {
  text-decoration: none;
  color: #ffffff;
}
footer div p a:hover {
  color: #00e6d3;
}
footer .fab {
  font-size: 1.5rem;
  color: #ffffff;
  padding-bottom: 2rem;
}
footer .fab:hover {
  color: #00e6d3;
}/*# sourceMappingURL=estilos.css.map */