@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
@import url("https://fonts.cdnfonts.com/css/progress-personal-use");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


.white {
  color: white;
}

.black {
  background-color: black;
}

.red {
  color: #c84b2d;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.progres {
  font-family: "PROGRESS PERSONAL USE", sans-serif;
}

.progfs1 {
  font-size: 4em;
}

.hover-logo :hover {
  color: #8a8a8a;
  transform: scale(1.2);
  transition: all 0.5s ease;
}

nav {
  transition: background-color 0.4s ease-in-out;
  background-color: transparent;
}

nav.scrolled {
  background-color: rgba(0, 0, 0, 0.4);
}

.scrolled {
  background-color: rgba(0, 0, 0, 0.4);
}

/* media breakpoints */

@media (min-width: 1400px) {
  .font-size-change {
    font-size: 7.5em;
  }

  .font-size-change1 {
    font-size: 2em;
  }

  .font-size-change2 {
    font-size: 4em;
  }

  .font-size-change3 {
    font-size: 3.5em;
  }

  .font-size-change4 {
    font-size: 1em;
  }

  .font-size-change5 {
    font-size: 5em;
    line-height: 65px;
  }

  .font-size-change6 {
    font-size: 1.2em;
  }

  .eak {
    color: #f1c8c8;
    padding: 9px 9px;
    height: 15px;
    background-color: #f1c8c8;
  }

  .al-display {
    align-items: flex-start;
  }

  .w-h {
    width: 130px;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .font-size-change {
    font-size: 5.4em;
  }

  .font-size-change1 {
    font-size: 1.5em;
  }

  .font-size-change2 {
    font-size: 4em;
  }

  .font-size-change3 {
    font-size: 3em;
  }

  .font-size-change4 {
    font-size: 1em;
  }

  .font-size-change5 {
    font-size: 3.5em;
    line-height: 65px;
  }

  .font-size-change6 {
    font-size: 1.2em;
  }

  .eak {
    color: #f1c8c8;
    padding: 9px 9px;
    height: 15px;
    background-color: #f1c8c8;
  }

  .al-display {
    align-items: flex-start;
  }

  .w-h {
    width: 130px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .font-size-change {
    font-size: 4em;
  }

  .font-size-change1 {
    font-size: 1.2em;
  }

  .font-size-change2 {
    font-size: 2.5em;
  }

  .font-size-change3 {
    font-size: 3em;
  }

  .font-size-change4 {
    font-size: 1em;
  }

  .font-size-change5 {
    font-size: 3em;
    line-height: 65px;
  }

  .font-size-change6 {
    font-size: 1.2em;
  }

  .eak {
    color: #f1c8c8;
    padding: 9px 9px;
    height: 15px;
    background-color: #f1c8c8;
  }

  .al-display {
    align-items: flex-start;
  }

  .w-h {
    width: 130px;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .font-size-change {
    font-size: 5em;
    line-height: 65px;
  }

  .font-size-change1 {
    font-size: 1em;
  }

  .font-size-change2 {
    font-size: 2.5em;
  }

  .font-size-change3 {
    font-size: 2em;
  }

  .font-size-change4 {
    font-size: 0.8em;
  }

  .font-size-change5 {
    font-size: 4em;
    line-height: 65px;
  }

  .font-size-change6 {
    font-size: 1em;
  }

  .eak {
    color: #f1c8c8;
    padding: 7px 7px;
    height: 10px;
    background-color: #f1c8c8;
  }

  .al-display {
    align-items: center;
  }

  .w-h {
    width: 100px;
  }
}

@media (max-width: 500px) {
  .font-size-change {
    font-size: 3.8em;
    line-height: 55px;
  }

  .font-size-change1 {
    font-size: 1em;
  }

  .font-size-change2 {
    font-size: 2em;
  }

  .font-size-change3 {
    font-size: 1.5em;
  }

  .font-size-change4 {
    font-size: 0.5em;
  }

  .font-size-change5 {
    font-size: 2.5em;
    line-height: 35px;
  }

  .font-size-change6 {
    font-size: 0.8em;
  }

  .eak {
    color: #f1c8c8;
    padding: 7px 7px;
    height: 10px;
    background-color: #f1c8c8;
  }

  .al-display {
    align-items: center;
  }

  .w-h {
    width: 80px;
  }
}

/* hero section */

.hero {
  background-image: linear-gradient(0deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)),
    url(../imgs/hero1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}

.media {
  display: flex;
  flex-direction: row;
  width: 150px;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 10%;
}

/* seccion actividades */

.actividades {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-color: rgb(27, 27, 27);
}

.etiquetaActividad {
  position: absolute;
  /* right: 15%;
    top: 30%;
    left: 15%; */
  color: #fff;
  text-align: center;
  margin: 0;
}

.imgcover {
  object-fit: cover;
}

.hth {
  max-height: 500px;
}

.boton {
  padding: 7px 80px;
  background-color: #c84b2d;
  color: white;
  font-weight: bold;
  border: none;
}

/* seccion crossfit */

.hero2 {
  background-image: linear-gradient(0deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)),
    url(../imgs/seccioncrossfit.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 100px;
}

#infoDesplegable {
  background-color: rgba(244, 244, 244, 0.539);
  padding: 25px 15px;
}

.bold {
  font-weight: 600;
}

.boton2 {
  padding: 7px 30px;
  background-color: #c84b2d;
  color: white;
  font-weight: bold;
  border: none;
}

.boton:hover {
  background-color: #df3c13;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
  transition: all 0.5s ease;
}

.boton2:hover {
  background-color: #df3c13;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
  transition: all 0.5s ease;
}

/* seccion box */

.anilla {
  height: 45vh;
  object-fit: cover;
}

.ul-box {
  list-style: none;
  padding-inline-start: 0;
}

/* Seccion formulario */

.hero3 {
  background-image: linear-gradient(0deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)),
    url(../imgs/seccioncontacto.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 100px;
}

input,
textarea {
  background-color: rgba(244, 244, 244, 0.539);
  border: none;
}

.mws {
  max-width: 800px;
}

.mws1 {
  max-width: 800px;
  height: 35vh;
}

/* seccion call to action */
.hero4 {
  background-image: linear-gradient(0deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)),
    url(../imgs/calltoaction.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 100px;
}

#fake-button {
  text-decoration: none;
}

#fake-button:hover {
  background-color: #df3c13;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
  color: white;
  transition: all 0.5s ease;
}

/* footer */
.footerLogo {
  width: auto;
  height: 100px;
}

.mws3 {
  max-width: 250px;
}

/* seccion horarios */

.hero5 {
  background-image: linear-gradient(0deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)),
    url(../imgs/hero2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 70vh;
}

.widthHorarios {
  width: 85vw;
}

.hero6 {
  background-image: linear-gradient(0deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)),
    url(../imgs/hero6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 100px;
  padding-bottom: 100px;
}