@font-face {
  font-family: "BankGothic Medium";
  src: url("./assets/fonts/bankGothic/bank-gothic-medium-bt.woff2") format("woff2"),
    url("./assets/fonts/bankGothic/bank-gothic-medium-bt.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "BankGothic Medium";
  src: url("./assets/fonts/bankGothic/BankGothic Bold.woff2") format("woff2"),
    url("./assets/fonts/bankGothic/BankGothic Bold.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "BaseMonoWideReg Regular";
  src: url("./assets/fonts/BaseMonoWideReg-Regular.woff2") format("woff2"),
    url("./assets/fonts/BaseMonoWideReg-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "BankGothic Medium";
}

body {
  background: url("./assets/img/body-back.webp") repeat;
  overflow-x: hidden;
}

header {
  background-image: url(./assets/img/bg_menu.webp);
  display: flex !important;
  border-bottom: 7px solid #ff5f01 !important;
  padding: 0.5em !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 10 !important;
}

header ul {
  list-style-type: none;
}

header div ul {
  display: flex;
  flex-direction: column;
  gap: 0.1em;
}

header ul li img {
  height: 17px;
  width: 22px;
  cursor: pointer;
}

header nav {
  color: white;
  margin: 0 auto;
  display: flex;
  font-size: 18px;
}

header nav .madrid {
  cursor: pointer;
}

header nav img {
  height: 64px;
  width: 216px;
  margin-right: 2em;
}

header nav div {
  display: flex;
  gap: 0.3em;
}

header nav div p {
  font-size: 19px;
  margin-left: -0.5em;
}

header nav div span {
  color: #ff5f01;
  font-weight: bold;
  cursor: pointer;
  height: 1em;
}

header nav ul {
  display: flex;
  gap: 2em;
  margin-left: -0.5em;
}

header nav ul li {
  display: flex;
  align-items: center;
}

header nav ul li a {
  position: relative;
  padding-left: 0.4em;
  color: white;
  text-decoration: none;
}

header nav ul li a.orange::before {
  content: "– ";
  color: #ff5f01;
  font-size: 15px;
  position: absolute;
  left: -0.4em;
  top: 58%;
  transform: translateY(-50%);
}

header nav .menu-toggle {
  background-color: transparent;
  color: transparent;
  border: none;
  position: relative;
}

.mobile-menu {
  display: none;
}

.burger {
  width: 35px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 300;
}

.burger .bar {
  height: 2px;
  width: 100%;
  background: white;
  border-radius: 2px;
  margin: 5px 0;
  margin-right: 1em;
}

.reservas-aion {
  width: 70%;
  margin: 0 auto;
  margin-top: 4em;
  margin-bottom: 10em;
}


main {
  margin-top: 6em;
}

.reservas {
  color: white;
  text-decoration: none;
  background-color: #ff5f01;
  padding: 0.5rem;
}

.main-container {
  height: 90vh;
  position: relative;
  background-image: url(./assets/img/home.webp);
  background-size: cover;
  overflow: hidden;
}

.reservas-container {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0em;
}

.reservas-container .reservas-container-boton {
  text-align: center;
  align-items: center;
  display: flex;
  gap: 1.85em;
}

.reservas-container .reservas-container-texto {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.reservas-container a {
  text-decoration: none;
  font-size: 35px;
  color: white;
  background-color: #ff5f01;
  padding: 0.235em 5.5em;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
}

.reservas-container p:first-of-type {
  color: #ff5f01;
  letter-spacing: 1px;
  font-size: 32px;
  margin: 0;
  text-transform: uppercase;
}

.reservas-container p:nth-of-type(2) {
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
}

.reservas-container p:last-of-type {
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.5px;
}

.btn-reservar-sticky {
  display: none;
}

/*////////TERMINOS Y CONDICIONES////////AVISO LEGAL/////////////PRIVACIDAD/////////////////*/

.main-terminos,
.main-aviso-legal,
.main-privacidad {
  color: white;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 8em;
  width: 65%;
  padding-bottom: 10%;
}

.main-terminos h1,
.main-aviso-legal h1,
.main-privacidad h1 {
  font-size: 2.5rem;
  margin-bottom: 50px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.main-terminos h1::before,
.main-terminos h1::after,
.main-aviso-legal h1::before,
.main-aviso-legal h1::after,
.main-privacidad h1::before,
.main-privacidad h1::after {
  content: "";
  flex: 1;
  height: 4px;
  background-color: #ff5f01;
}

.main-terminos h2,
.main-aviso-legal h2,
.main-privacidad h2 {
  color: #ff5f01;
  font-size: 2rem;
  margin-bottom: 8px;
  font-weight: 500;
}

.main-terminos h3,
.main-aviso-legal h3,
.main-privacidad h3 {
  color: grey;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.main-terminos p,
.main-aviso-legal p,
.main-privacidad p {
  color: white;
  font-weight: 100;
  font-size: 1.2rem;
  margin-bottom: 40px;
  text-align: left;
  line-height: 1.5;
}

.main-terminos ul,
.main-aviso-legal ul,
.main-privacidad ul {
  color: white;
  font-weight: 100;
  font-size: 1rem;
  margin-bottom: 40px;
  text-align: left;
  line-height: 1.5;
  padding-left: 30px;
}

.main-terminos li,
.main-aviso-legal li,
.main-privacidad li {
  color: white;
  font-weight: 100;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.5;
  padding-top: 10px;
}

#system-13773-container {
  margin: 0 auto;
  margin-bottom: 15em;
}

/*/ ///////////////////////////COLABOREMOS////////////////////////////*/
.body-colaboremos {
  background-image: url(assets/img/bg_colaboremos.webp);
  margin: 0%;
  padding: 0;
  box-sizing: border-box;
}

.carrusel-1 {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
  background-color: #ff5f01;
  padding-bottom: 0.5em;
}

.contenedor-1 {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.contenedor-1>div {
  min-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.contenedor-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.colaboremos {
  margin: 3% 5%;
}

.colaboremos h1 {
  font-size: 40px;
}

.colaboremos h1,
h2,
h3 {
  color: #ff5f01;
}

.colaboremos p {
  color: black;
  font-family: "BaseMonoWideReg Regular";
  text-align: justify;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.colaboremos button,
.colaboremos a {
  background-color: #ff5f01;
  border: none;
  width: 140px;
  height: 40px;
  color: white;
  text-decoration: none;
}

.colaboremos-contenedor-1 {
  display: flex;
  margin: 3% 20%;
  gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.colaboremos-contenedor-1 img {
  width: 45%;
}

#colaboremos-separador-1 {
  margin-left: 7%;
  margin-bottom: 0%;
  position: absolute;
  right: 0;
  width: 90%;
}

.colaboremos-contenedor-2 {
  margin-top: 10%;
  margin-left: 20%;
  margin-bottom: 2%;
  font-size: 25px;
}

.contenedor-2-lista {
  display: flex;
  margin-left: 20%;
  gap: 200px;
  margin-bottom: 3%;
}

.contenedor-2-lista ul {
  padding: 2%;
  list-style: none;
}

.contenedor-2-lista li {
  margin-bottom: 6%;
}

.contenedor-2-lista li::before {
  content: "- ";
  color: black;
}

.contenedor-2-lista img {
  width: 35%;
}

.colaboremos-contenedor-3 {
  display: flex;
  margin: 3% 20%;
  gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#colaboremos-separador-2 {
  margin-right: 7%;
  margin-bottom: 0%;
  position: absolute;
  left: 0;
  width: 90%;
}

.colaboremos-contenedor-4 {
  margin-top: 10%;
  margin-right: 17%;
  text-align: right;
  margin-bottom: 2%;
  font-size: 25px;
}

.colaboremos-contenedor-5 {
  display: flex;
  margin-right: 17%;
  margin-bottom: 3%;
  gap: 20px;
}

.colaboremos-contenedor-5 p {
  width: 60%;
}

.contenedor-5-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20%;
  width: 800px;
  height: 350px;
  overflow: hidden;
}

.contenedor-5-img img {
  transform: scale(0.6);
}

.contenedor-6 {
  display: flex;
  gap: 25px;
  justify-content: center;
}

.contenedor-6-cuadrado {
  width: 280px;
  height: 150px;
  background-color: #343434;
  color: white;
  padding-top: 20px;
  padding-left: 20px;
}

.contenedor-6-cuadrado h4 {
  padding-bottom: 5px;
  font-size: 30px;
}

.contenedor-6-cuadrado p {
  background-color: #343434;
  color: white;
  font-size: 15px;
}

.contenedor-6-flecha {
  margin-top: 3%;
  display: flex;
  margin-left: 17%;
}

.contenedor-6-flecha p {
  background-color: #343434;
  width: 950px;
}

.contenedor-6-boton {
  margin-top: 2%;
  margin-bottom: 3%;
  text-align: right;
  margin-right: 17%;
}

#colaboremos-separador-3 {
  margin-left: 7%;
  margin-bottom: 0%;
  position: absolute;
  right: 0;
  width: 90%;
}

.contenedor-7 {
  margin-top: 10%;
  margin-left: 20%;
  margin-bottom: 2%;
  font-size: 25px;
}

.contenedor-7-conjunto {
  display: flex;
  margin-left: 25%;
}

.contenedor-7-conjunto img {
  width: 300px;
  margin-right: 11%;
}

.contenedor-7-conjunto p {
  justify-content: center;
  margin-right: 23%;
}

.contenedor-7-conjunto-boton {
  margin-right: 17%;
  text-align: right;
  margin-bottom: 3%;
}

#colaboremos-separador-4 {
  margin-right: 7%;
  margin-bottom: 0%;
  position: absolute;
  left: 0;
  width: 90%;
}

.contenedor-8 {
  margin-top: 10%;
  margin-right: 17%;
  text-align: right;
  margin-bottom: 2%;
  font-size: 25px;
}

.contenedor-8-conjunto {
  display: flex;
  margin-left: 10%;
  margin-top: 3%;
}

.contenedor-8-conjunto img {
  width: 600px;
  margin-right: 17%;
  margin-left: 2%;
}

.contenedor-8-conjunto p {
  justify-content: center;
  margin-left: 20%;
  margin-bottom: 3%;
}

.contenedor-8-conjunto-boton {
  text-align: right;
}

.contenedor-final {
  text-align: center;
  font-size: 22px;
  margin: 7% 17%;
  margin-bottom: 4%;
}

.carrusel-2 {
  width: 60%;
  height: 120px;
  margin-bottom: 10%;
  margin-left: 20%;
  overflow: hidden;
  position: relative;
}

.contenedor-2 {
  display: flex;
  align-items: center;
  width: 100%;
  animation: deslizar-2 20s infinite;
}

.contenedor-2 img {
  width: 150px;
  margin: 5px 5px;
}

.slide-1 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-left: 15%;
  margin-right: 23%;
  gap: 20px;
}

.slide-2 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-right: 23%;
  gap: 20px;
}

.slide-3 {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 15%;
  gap: 20px;
}

@keyframes deslizar-2 {

  0%,
  30% {
    transform: translateX(0);
  }

  33.33%,
  63.33% {
    transform: translateX(-90.33%);
  }

  66.66%,
  96.66% {
    transform: translateX(-180.67%);
  }

  100% {
    transform: translateX(0);
  }
}

/* RESPONSIVE COLABOREMOS */

@media (max-width: 550px) {
  body {
    overflow-x: hidden;
  }

  .body-colaboremos {
    overflow-x: hidden;
  }

  .colaboremos h1 {
    font-size: 35px;
  }

  .colaboremos h2 {
    font-size: 32px;
  }

  .colaboremos h3 {
    font-size: 20px;
  }

  .colaboremos-contenedor-1 {
    margin: -10% 0%;
    gap: 40px;
  }

  .colaboremos-contenedor-1 img {
    width: 100%;
  }

  #colaboremos-separador-1 {
    margin-top: 15%;
    width: 100%;
  }

  .colaboremos-contenedor-2 {
    margin-top: 25%;
    margin-left: 15%;
  }

  .colaboremos-contenedor-2 h3 {
    font-size: 20px;
    margin-top: 20px;
  }

  .contenedor-2-lista {
    margin-left: 10%;
    margin-top: 15%;
    flex-direction: column;
  }

  .contenedor-2-lista ul {
    padding: 2%;
    list-style: none;
  }

  .contenedor-2-lista li {
    margin-bottom: 6%;
    font-size: 16px;
  }

  .contenedor-2-lista li::before {
    content: "- ";
    color: black;
  }

  .contenedor-2-lista img {
    width: 100%;
    margin-top: -50%;
  }

  .colaboremos-contenedor-3 {
    margin: 15% 0%;
  }

  #colaboremos-separador-2 {
    margin-top: 5%;
    width: 100%;
  }

  .colaboremos-contenedor-4 {
    margin-top: 30%;
    margin-right: 10%;
    font-size: 24px;
  }

  .colaboremos-contenedor-4 h3 {
    font-size: 22px;
    margin-top: 20px;
  }

  .colaboremos-contenedor-5 {
    margin-top: 10%;
    flex-direction: column;
    margin-left: -15%;
    margin-bottom: 3%;
    gap: 20px;
  }

  .colaboremos-contenedor-5 p {
    margin-left: 15%;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 15%;
  }

  .contenedor-5-img {
    margin-left: 14%;
    width: 450px;
    height: 300px;
  }

  .contenedor-6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }

  .contenedor-6-cuadrado {
    width: 160px;
  }

  .contenedor-6-flecha {
    margin-top: 10%;
    margin-left: 0%;
  }

  .contenedor-6-boton {
    margin-top: 10%;
    margin-bottom: 3%;
    margin-right: 0%;
  }

  #colaboremos-separador-3 {
    margin-top: 5%;
    width: 100%;
  }

  .contenedor-7 {
    margin-top: 15%;
    margin-left: 10%;
  }

  .contenedor-7 h3 {
    margin-top: 5%;
    font-size: 20px;
    margin-bottom: 10%;
  }

  .contenedor-7-conjunto {
    flex-direction: column;
    margin-left: 10%;
    justify-content: center;
    align-items: center;
  }

  .contenedor-7-conjunto img {
    margin-bottom: 10%;
  }

  .contenedor-7-conjunto p {
    justify-content: center;
    margin-right: 0%;
    margin-left: -10%;
    margin-bottom: 5%;
  }

  .contenedor-7-conjunto-boton {
    margin-right: 0%;
    margin-bottom: 10%;
  }

  #colaboremos-separador-4 {
    margin-top: 5%;
    width: 100%;
  }

  .contenedor-8 {
    margin-top: 25%;
    margin-right: 10%;
  }

  .contenedor-8 h3 {
    margin-top: 5%;
    font-size: 20px;
    margin-bottom: 10%;
  }

  .contenedor-8-conjunto {
    flex-direction: column;
    margin-left: -25%;
    margin-top: 3%;
    overflow: hidden;
  }

  .contenedor-8-conjunto img {
    width: 500px;
    transform-origin: left;
    margin-left: 20%;
  }

  .contenedor-8-conjunto-boton {
    margin-bottom: 10%;
  }

  .contenedor-final {
    text-align: center;
    font-size: 22px;
    margin: 10% 5%;
    margin-bottom: 15%;
  }

  .carrusel-2 {
    width: 105%;
    height: 420px;
    margin-bottom: 0%;
    margin-left: -5%;
  }

  .contenedor-2 {
    width: 100%;
  }

  .slide-1 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-left: 5%;
    margin-right: 23%;
    gap: 15px;
  }

  .slide-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .slide-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  @keyframes deslizar-2 {

    0%,
    30% {
      transform: translateX(0);
    }

    33.33%,
    63.33% {
      transform: translateX(-120.33%);
    }

    66.66%,
    96.66% {
      transform: translateX(-230.67%);
    }

    100% {
      transform: translateX(0);
    }
  }
}

@media (min-width: 551px) and (max-width: 770px) {
  .colaboremos h1 {
    font-size: 37px;
  }

  .colaboremos h2 {
    font-size: 35px;
  }

  .colaboremos h3 {
    font-size: 24px;
  }

  .colaboremos-contenedor-1 {
    margin: 0% 0%;
    gap: 40px;
  }

  .colaboremos-contenedor-1 img {
    width: 100%;
  }

  #colaboremos-separador-1 {
    margin-top: 15%;
    width: 100%;
  }

  .colaboremos-contenedor-2 {
    margin-top: 25%;
    margin-left: 15%;
  }

  .colaboremos-contenedor-2 h3 {
    margin-top: 20px;
  }

  .contenedor-2-lista {
    margin-left: 10%;
    margin-top: 15%;
    flex-direction: column;
  }

  .contenedor-2-lista ul {
    padding: 2%;
    list-style: none;
  }

  .contenedor-2-lista li {
    margin-bottom: 6%;
    font-size: 20px;
  }

  .contenedor-2-lista li::before {
    content: "- ";
    color: black;
  }

  .contenedor-2-lista img {
    width: 100%;
    margin-top: -30%;
  }

  .colaboremos-contenedor-3 {
    margin: 15% 0%;
  }

  #colaboremos-separador-2 {
    margin-top: 5%;
    width: 100%;
  }

  .colaboremos-contenedor-4 {
    margin-top: 30%;
    margin-right: 10%;
    font-size: 24px;
  }

  .colaboremos-contenedor-4 h3 {
    font-size: 24px;
    margin-top: 20px;
  }

  .colaboremos-contenedor-5 {
    margin-top: 10%;
    flex-direction: column;
    margin-left: -15%;
    margin-bottom: 3%;
    gap: 20px;
  }

  .colaboremos-contenedor-5 p {
    margin-left: 15%;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 15%;
  }

  .contenedor-5-img {
    margin-left: 15%;
    width: 550px;
    height: 300px;
  }

  .contenedor-6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }

  .contenedor-6-cuadrado {
    width: 250px;
  }

  .contenedor-6-flecha {
    margin-top: 10%;
    margin-left: 0%;
  }

  .contenedor-6-boton {
    margin-top: 10%;
    margin-bottom: 3%;
    margin-right: 0%;
  }

  #colaboremos-separador-3 {
    margin-top: 5%;
    width: 100%;
  }

  .contenedor-7 {
    margin-top: 15%;
    margin-left: 10%;
  }

  .contenedor-7 h3 {
    margin-top: 5%;
    margin-bottom: 10%;
  }

  .contenedor-7-conjunto {
    flex-direction: column;
    margin-left: 10%;
    justify-content: center;
    align-items: center;
  }

  .contenedor-7-conjunto img {
    width: 80%;
    margin-bottom: 10%;
  }

  .contenedor-7-conjunto p {
    justify-content: center;
    margin-right: 0%;
    margin-left: -10%;
    margin-bottom: 5%;
  }

  .contenedor-7-conjunto-boton {
    margin-right: 0%;
    margin-bottom: 10%;
  }

  #colaboremos-separador-4 {
    margin-top: 5%;
    width: 100%;
  }

  .contenedor-8 {
    margin-top: 25%;
    margin-right: 10%;
  }

  .contenedor-8 h3 {
    margin-top: 5%;
    font-size: 24px;
    margin-bottom: 10%;
  }

  .contenedor-8-conjunto {
    flex-direction: column;
    margin-left: -25%;
    margin-top: 3%;
    overflow: hidden;
  }

  .contenedor-8-conjunto img {
    width: 600px;
    transform-origin: left;
    margin-left: 20%;
  }

  .contenedor-8-conjunto-boton {
    margin-bottom: 10%;
  }

  .contenedor-final {
    text-align: center;
    font-size: 22px;
    margin: 10% 5%;
    margin-bottom: 15%;
  }

  .carrusel-2 {
    width: 105%;
    height: 420px;
    margin-bottom: 0%;
    margin-left: -5%;
  }

  .contenedor-2 {
    width: 100%;
  }

  .slide-1 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-left: 25%;
    margin-right: 23%;
    gap: 30px;
  }

  .slide-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .slide-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  @keyframes deslizar-2 {

    0%,
    30% {
      transform: translateX(0);
    }

    33.33%,
    63.33% {
      transform: translateX(-90%);
    }

    66.66%,
    96.66% {
      transform: translateX(-170%);
    }

    100% {
      transform: translateX(0);
    }
  }
}

@media (min-width: 771px) and (max-width: 1000px) {
  body {
    overflow-x: hidden;
  }

  .colaboremos-contenedor-1 {
    margin: 0% 0%;
    gap: 40px;
  }

  .colaboremos-contenedor-1 img {
    width: 60%;
  }

  #colaboremos-separador-1 {
    margin-top: 15%;
    width: 100%;
  }

  .colaboremos-contenedor-2 {
    margin-top: 25%;
    margin-left: 15%;
  }

  .colaboremos-contenedor-2 h3 {
    margin-top: 20px;
  }

  .contenedor-2-lista {
    margin-left: 10%;
    margin-top: 15%;
    flex-direction: column;
  }

  .contenedor-2-lista ul {
    padding: 2%;
    list-style: none;
  }

  .contenedor-2-lista li {
    margin-bottom: 6%;
    font-size: 20px;
  }

  .contenedor-2-lista li::before {
    content: "- ";
    color: black;
  }

  .contenedor-2-lista img {
    width: 100%;
    margin-top: -30%;
  }

  .colaboremos-contenedor-3 {
    margin: 15% 0%;
  }

  #colaboremos-separador-2 {
    margin-top: 5%;
    width: 100%;
  }

  .colaboremos-contenedor-4 {
    margin-top: 30%;
    margin-right: 10%;
    font-size: 24px;
  }

  .colaboremos-contenedor-4 h3 {
    font-size: 24px;
    margin-top: 20px;
  }

  .colaboremos-contenedor-5 {
    margin-top: 10%;
    flex-direction: column;
    margin-left: -15%;
    margin-bottom: 3%;
    gap: 20px;
  }

  .colaboremos-contenedor-5 p {
    margin-left: 15%;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 15%;
  }

  .contenedor-5-img {
    margin-left: 17%;
    width: 100%;
    height: 300px;
  }

  .contenedor-6-flecha {
    margin-top: 10%;
    margin-left: 0%;
  }

  .contenedor-6-boton {
    margin-top: 10%;
    margin-bottom: 3%;
    margin-right: 0%;
  }

  #colaboremos-separador-3 {
    margin-top: 5%;
    width: 100%;
  }

  .contenedor-7 {
    margin-top: 15%;
    margin-left: 10%;
  }

  .contenedor-7 h3 {
    margin-top: 5%;
    margin-bottom: 10%;
  }

  .contenedor-7-conjunto {
    flex-direction: column;
    margin-left: 10%;
    justify-content: center;
    align-items: center;
  }

  .contenedor-7-conjunto img {
    width: 80%;
    margin-bottom: 10%;
  }

  .contenedor-7-conjunto p {
    justify-content: center;
    margin-right: 0%;
    margin-left: -10%;
    margin-bottom: 5%;
  }

  .contenedor-7-conjunto-boton {
    margin-right: 0%;
    margin-bottom: 10%;
  }

  #colaboremos-separador-4 {
    margin-top: 5%;
    width: 100%;
  }

  .contenedor-8 {
    margin-top: 25%;
    margin-right: 10%;
  }

  .contenedor-8 h3 {
    margin-top: 5%;
    font-size: 24px;
    margin-bottom: 10%;
  }

  .contenedor-8-conjunto {
    flex-direction: column;
    margin-left: -25%;
    margin-top: 3%;
    overflow: hidden;
  }

  .contenedor-8-conjunto img {
    width: 100%;
    transform-origin: left;
    margin-left: 20%;
  }

  .contenedor-8-conjunto-boton {
    margin-bottom: 10%;
  }

  .carrusel-2 {
    width: 105%;
    height: 420px;
    margin-bottom: 0%;
    margin-left: -5%;
  }

  .contenedor-2 {
    width: 100%;
  }

  .slide-1 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-left: 30%;
    margin-right: 23%;
    gap: 30px;
  }

  .slide-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .slide-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  @keyframes deslizar-2 {

    0%,
    30% {
      transform: translateX(0);
    }

    33.33%,
    63.33% {
      transform: translateX(-73%);
    }

    66.66%,
    96.66% {
      transform: translateX(-143%);
    }

    100% {
      transform: translateX(0);
    }
  }
}

@media (min-width: 1001px) and (max-width: 1200px) {
  .colaboremos-contenedor-1 {
    margin: 0% 10%;
    gap: 40px;
  }

  .colaboremos-contenedor-1 img {
    width: 70%;
  }

  #colaboremos-separador-1 {
    margin-top: 10%;
    width: 100%;
  }

  .colaboremos-contenedor-2 {
    margin-top: 20%;
    margin-left: 15%;
  }

  .colaboremos-contenedor-2 h3 {
    margin-top: 20px;
  }

  .contenedor-2-lista {
    margin-left: 10%;
    margin-top: 5%;
    flex-direction: column;
  }

  .contenedor-2-lista ul {
    padding: 2%;
    list-style: none;
  }

  .contenedor-2-lista li {
    margin-bottom: 6%;
    font-size: 20px;
  }

  .contenedor-2-lista li::before {
    content: "- ";
    color: black;
  }

  .contenedor-2-lista img {
    width: 100%;
    margin-top: -25%;
  }

  .colaboremos-contenedor-3 {
    margin: 15% 10%;
  }

  #colaboremos-separador-2 {
    margin-top: 0%;
    width: 100%;
  }

  .colaboremos-contenedor-4 {
    margin-top: 25%;
    margin-right: 10%;
    font-size: 24px;
  }

  .colaboremos-contenedor-4 h3 {
    font-size: 24px;
    margin-top: 20px;
  }

  .colaboremos-contenedor-5 {
    margin-top: 10%;
    flex-direction: column;
    margin-bottom: 3%;
    gap: 20px;
  }

  .colaboremos-contenedor-5 p {
    margin-left: 15%;
    width: 90%;
    margin-top: 5%;
    margin-bottom: 15%;
  }

  .contenedor-5-img {
    margin-left: 17%;
    width: 100%;
    height: 300px;
  }

  .contenedor-6-flecha {
    margin-top: 10%;
    margin-left: 0%;
  }

  .contenedor-6-boton {
    margin-top: 10%;
    margin-bottom: 3%;
    margin-right: 0%;
  }

  #colaboremos-separador-3 {
    margin-top: 5%;
    width: 100%;
  }

  .contenedor-7 {
    margin-top: 15%;
    margin-left: 10%;
  }

  .contenedor-7 h3 {
    margin-top: 5%;
    margin-bottom: 10%;
  }

  .contenedor-7-conjunto {
    flex-direction: column;
    margin-left: 10%;
    justify-content: center;
    align-items: center;
  }

  .contenedor-7-conjunto img {
    width: 50%;
    margin-bottom: 10%;
  }

  .contenedor-7-conjunto p {
    justify-content: center;
    margin-right: 10%;
    margin-left: 0;
    margin-bottom: 5%;
  }

  .contenedor-7-conjunto-boton {
    margin-right: 0%;
    margin-bottom: 10%;
  }

  #colaboremos-separador-4 {
    margin-top: 5%;
    width: 100%;
  }

  .contenedor-8 {
    margin-top: 25%;
    margin-right: 10%;
  }

  .contenedor-8 h3 {
    margin-top: 5%;
    font-size: 24px;
    margin-bottom: 10%;
  }

  .contenedor-8-conjunto {
    flex-direction: column;
    margin-left: -10%;
    margin-right: 10%;
    margin-top: 3%;
    overflow: hidden;
  }

  .contenedor-8-conjunto img {
    width: 100%;
    transform-origin: left;
    margin-left: 20%;
  }

  .contenedor-8-conjunto-boton {
    margin-bottom: 10%;
  }

  .carrusel-2 {
    width: 105%;
    height: 420px;
    margin-bottom: 0%;
    margin-left: -5%;
  }

  .contenedor-2 {
    width: 100%;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .colaboremos-contenedor-1 {
    margin: 0% 10%;
    gap: 40px;
  }

  .colaboremos-contenedor-1 img {
    width: 60%;
  }

  #colaboremos-separador-1 {
    margin-top: 10%;
    width: 100%;
  }

  .colaboremos-contenedor-2 {
    margin-top: 20%;
    margin-left: 15%;
  }

  .colaboremos-contenedor-2 h3 {
    margin-top: 20px;
  }

  .contenedor-2-lista {
    margin-left: 10%;
    margin-top: 5%;
    flex-direction: column;
  }

  .contenedor-2-lista ul {
    padding: 2%;
    list-style: none;
  }

  .contenedor-2-lista li {
    margin-bottom: 6%;
    font-size: 20px;
  }

  .contenedor-2-lista li::before {
    content: "- ";
    color: black;
  }

  .contenedor-2-lista img {
    width: 70%;
    margin-top: -20%;
    margin-left: 10%;
  }

  .colaboremos-contenedor-3 {
    margin: 5% 10%;
  }

  #colaboremos-separador-2 {
    margin-top: 0%;
    width: 100%;
  }

  .colaboremos-contenedor-4 {
    margin-top: 15%;
    margin-right: 10%;
  }

  .colaboremos-contenedor-4 h3 {
    margin-top: 20px;
  }

  .colaboremos-contenedor-5 {
    margin-top: 10%;
    flex-direction: column;
    margin-bottom: 3%;
    gap: 20px;
  }

  .colaboremos-contenedor-5 p {
    margin-left: 15%;
    width: 90%;
    margin-top: 5%;
    margin-bottom: 15%;
  }

  .contenedor-5-img {
    margin-left: 10%;
    width: 100%;
    height: 300px;
  }

  .contenedor-6 {
    margin-top: -5%;
  }

  .contenedor-6-flecha {
    margin-top: 10%;
    margin-left: 0%;
  }

  .contenedor-6-boton {
    margin-top: 10%;
    margin-bottom: 3%;
    margin-right: 0%;
  }

  #colaboremos-separador-3 {
    margin-top: 5%;
    width: 100%;
  }

  .contenedor-7 {
    margin-top: 15%;
    margin-left: 10%;
  }

  .contenedor-7 h3 {
    margin-top: 5%;
    margin-bottom: 10%;
  }

  .contenedor-7-conjunto {
    flex-direction: column;
    margin-left: 10%;
    justify-content: center;
    align-items: center;
  }

  .contenedor-7-conjunto img {
    width: 50%;
    margin-bottom: 10%;
  }

  .contenedor-7-conjunto p {
    justify-content: center;
    margin-right: 10%;
    margin-left: 0;
    margin-bottom: 5%;
  }

  .contenedor-7-conjunto-boton {
    margin-right: 10%;
    margin-bottom: 10%;
  }

  #colaboremos-separador-4 {
    margin-top: 5%;
    width: 100%;
  }

  .contenedor-8 {
    margin-top: 25%;
    margin-right: 10%;
  }

  .contenedor-8 h3 {
    margin-top: 5%;
    font-size: 24px;
    margin-bottom: 10%;
  }

  .contenedor-8-conjunto {
    flex-direction: column;
    margin-left: -10%;
    margin-right: 10%;
    margin-top: 3%;
    overflow: hidden;
  }

  .contenedor-8-conjunto img {
    width: 100%;
    transform-origin: left;
    margin-left: 20%;
  }

  .contenedor-8-conjunto-boton {
    margin-bottom: 10%;
  }

  .carrusel-2 {
    margin-bottom: 10%;
  }

  .slide-1 {
    margin-left: 0;
  }

  @keyframes deslizar-2 {

    0%,
    30% {
      transform: translateX(0);
    }

    33.33%,
    63.33% {
      transform: translateX(-122%);
    }

    66.66%,
    96.66% {
      transform: translateX(-243%);
    }

    100% {
      transform: translateX(0);
    }
  }
}

@media (min-width: 1441px) and (max-width: 1800px) {

  #colaboremos-separador-1,
  #colaboremos-separador-2,
  #colaboremos-separador-3,
  #colaboremos-separador-4 {
    width: 90%;
  }

  .contenedor-8-conjunto img {
    width: 30%;
    object-fit: cover;
    /* height: 100%; */
  }
}

/*////////////////////////////SERVICIOS////////////////////////////*/

.servicios {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  margin-top: 2em;
  gap: 3em;
}

.servicios-virus {
  width: 35.625em;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  gap: 2em;
}

.servicios-virus img {
  padding: 0.5em;
  border-top: 10px solid #ff5f01;
  border-right: 1px solid #ff5f01;
  border-bottom: 3px solid #ff5f01;
  border-left: 10px solid #ff5f01;
  border-radius: 20em;
  transform: scale(1.2);
}

.servicios-virus-contenedor {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url(./assets/img/metal_izquierdo.webp);
  background-size: 100% 100%;
  gap: 2em;
  height: 100%;
  padding: 4em 2em 1.5em 2em;
}

.virus-contenedor-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.virus-contenedor-text h2 {
  color: black;
  text-align: center;
  font-size: 2rem;
}

.virus-contenedor-text p:nth-of-type(2) {
  font-family: "BaseMonoWideReg Regular";
  font-weight: 400;
}

.virus-contenedor-text p:first-of-type {
  color: #ff5f01;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.virus-contenedor-text :nth-child(2) {
  font-size: 28px;
}

.virus-contenedor-text :nth-child(3) {
  color: black;
  font-size: 16px;
  line-height: 24px;
}

.virus-contenedor-text :last-child {
  font-size: 20px;
  font-weight: 700;
}

.virus-contenedor-precio {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}

.virus-contenedor-precio span {
  font-family: "BaseMonoWideReg Regular";
  font-weight: 400;
  color: #ff5f01;
}

.virus-contenedor-precio p {
  font-family: "BaseMonoWideReg Regular";
  font-weight: 400;
  color: black;
  font-size: 16px;
}

.virus-contenedor-boton {
  text-decoration: none;
  color: white;
  background-color: #ff5f01;
  padding: 0.65em 0.5em;
  align-self: flex-end;
  font-size: 19px;
  font-weight: bold;
}

.servicios-keylock {
  width: 35.625em;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  gap: 2em;
}

.servicios-keylock img {
  padding: 0.5em;
  border-top: 10px solid #ff5f01;
  border-right: 10px solid #ff5f01;
  border-bottom: 3px solid #ff5f01;
  border-left: 1px solid #ff5f01;
  border-radius: 20em;
  transform: scale(1.2);
}

.servicios-keylock-contenedor {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url(./assets/img/metal_derecho.webp);
  gap: 2em;
  height: 100%;
  padding: 4em 2em 1.5em 2em;
  background-size: 100% 100%;
}

.keylock-contenedor-boton {
  text-decoration: none;
  color: white;
  background-color: #ff5f01;
  padding: 0.65em 0.5em;
  align-self: flex-start;
  font-size: 19px;
  font-weight: bold;
}

/*////////////////////////////REGALOS////////////////////////////*/
.regalo-section {
  display: flex;
  justify-content: center;
  width: 65%;
  margin: 0 auto;
  margin-top: 5em;
}

.regalo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  align-items: start;
  padding: 3rem;
  color: white;
}

.regalo-texto {
  grid-column: 1;
  grid-row: 1;
}

.regalo-texto h2 {
  color: #ff5f01;
  margin-bottom: 0.5rem;
  font-size: 1.75em;
}

.regalo-texto .intro {
  text-transform: uppercase;
  font-size: 0.9rem;
  color: white;
  margin-bottom: 1rem;
}

.regalo img:nth-of-type(1) {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: auto;
  align-self: start;
  margin-left: 1em;
}

.regalo img:nth-of-type(2) {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  padding-right: 1em;
  border-right: 5px solid #ff5f01;
}

.regalo>p {
  font-family: "BaseMonoWideReg Regular";
  grid-column: 2;
  grid-row: 2;
  line-height: 1.6;
  margin-left: 1em;
  font-weight: 900;
  font-size: 1em;
}

.opciones-section {
  display: flex;
  justify-content: center;
  width: 65%;
  margin: 0 auto;
}

.opciones {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 2em;
  align-items: start;
  padding: 3rem;
  color: white;
}

.opciones .opciones-img {
  width: 100%;
}

.opciones-texto {
  grid-column: 2;
  grid-row: 1;
  text-align: right;
  position: relative;
}

.opciones-texto h2 {
  color: #ff5f01;
}

.opciones-texto p {
  width: 95%;
  position: absolute;
  right: 0;
}

.bono-section {
  width: 100%;
  height: 100%;
  padding: 2.5em;
  padding-bottom: 4em;
  background-image: url(./assets/img/metal_izquierdo.webp);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
  position: relative;
  background-size: 100% 100%;
}

.bono-section img {
  width: 100%;
  background-size: cover;
}

.bono-contenido h3 {
  color: #ff5f01;
  font-size: 1.5em;
}

.bono-contenido p {
  color: black;
  font-family: "BaseMonoWideReg Regular";
  font-weight: 400;
  font-size: 1em;
}

.bono-contenido .nota {
  color: #ff5f01;
}

.bono-boton {
  position: absolute;
  right: 2.5em;
  color: white;
  text-decoration: none;
  background-color: #ff5f01;
  padding: 0.5em 1em;
  margin-top: 2em;
}

.fajo-section {
  width: 100%;
  height: 100%;
  padding: 2.5em;
  padding-bottom: 4em;
  background-image: url(./assets/img/metal_derecho.webp);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
  position: relative;
  background-size: 100% 100%;
}

.fajo-section img {
  width: 100%;
  background-size: cover;
}

.fajo-contenido h3 {
  color: #ff5f01;
  font-size: 1.5em;
}

.fajo-contenido p {
  color: black;
  font-family: "BaseMonoWideReg Regular";
  font-weight: 400;
  font-size: 1em;
}

.fajo-contenido .nota {
  color: #ff5f01;
}

.fajo-boton {
  position: absolute;
  left: 2.5em;
  color: white;
  text-decoration: none;
  background-color: #ff5f01;
  padding: 0.5em 1em;
  margin-top: 0.5em;
}

/*/ ///////////////////////////COMPRAR////////////////////////////*/

.comprar {
  background-color: black;
  width: 60%;
  margin: 0 auto;
  border-radius: 1.875em;
  padding: 2em;
  margin-bottom: 10em;
}

.grid-comprar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.comprar-virus {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7em;
}

.comprar-virus-title {
  background-image: url(./assets/img/default.webp);
  background-size: cover;
  font-size: 2.25em;
  font-weight: 700;
  border-radius: 0.5em;
  width: 100%;
  height: 4em;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0.8em;
}

.comprar-virus-title p {
  font-weight: 400;
  font-size: 1em;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
}

.comprar-virus-paragraph {
  width: 90%;
  font-size: 1em;
}

.comprar-virus-form {
  color: white;
  margin-top: auto;
}

.comprar-virus-form label {
  display: block;
  font-size: 0.8em;
  margin-bottom: 0.3em;
  font-weight: bold;
}

.comprar-virus-form select {
  width: 100%;
  padding: 0.7em;
  border-radius: 0.3em;
  border: none;
  font-size: 1em;
  font-weight: bold;
}

.total-compra {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 0.5em;
  margin-top: 0.8em;
  font-weight: 600;
  font-size: 1.2em;
}

.total-compra button {
  background-color: #28a745;
  color: white;
  border: none;
  font-weight: bold;
  border-radius: 0.3em;
  padding: 0.6em 1em;
  cursor: pointer;
  font-size: 0.95em;
  transition: background 0.2s ease-in-out;
}

.total-compra button:hover {
  background-color: #218838;
}

.comprar-keylock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7em;
}

.comprar-keylock-title {
  background-image: url(./assets/img/smashroom.png);
  background-size: cover;
  font-size: 2.25em;
  font-weight: 700;
  border-radius: 0.5em;
  width: 100%;
  height: 4em;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0.8em;
}

.comprar-keylock-title p {
  font-size: 1em;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 1);
}

.comprar-keylock-paragraph {
  width: 90%;
  font-size: 1em;
}

/*////////////////////////////EMPRESAS////////////////////////////*/

.body-empresas {
  background: url("./assets/img/noise_tile-white.webp") repeat;
}

.slider {
  position: relative;
  width: 100%;
  height: 23em;
  overflow: hidden;
  border-bottom: 7px solid #ff5f01;
  margin-top: -5px;
}

.slides {
  display: flex;
  transition: transform 1s ease;
  height: 100%;
}

.slide {
  min-width: 100%;
  height: 100%;
  position: relative;
  transition: transform 2s ease;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slide:first-child img {
  object-position: top;
}

.slide h2 {
  position: absolute;
  bottom: 20px;
  left: 40px;
  color: white;
  font-size: 1.5em;
  text-transform: uppercase;
  text-shadow: 2px 2px 6px black;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.5em;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  cursor: pointer;
  z-index: 1;
  border-radius: 4px;
  user-select: none;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.prev {
  left: 1em;
}

.next {
  right: 1em;
}

.dots {
  position: absolute;
  bottom: 1em;
  right: 15em;
}

.dot {
  height: 1em;
  width: 1em;
  margin: 0 5px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  border: 2px solid gray;
}

.dot.active {
  background-color: #ff5f01;
  border: 2px solid #7f2f00;
}

.empresas {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2em;
  margin-top: 3em;
}

.empresas h1 {
  color: #ff5f01;
  font-size: 2.5em;
  margin: 0 auto;
}

.empresas p {
  color: black;
  font-family: "BaseMonoWideReg Regular";
  font-weight: bold;
}

.empresas img {
  width: 35%;
  margin: 0 auto;
  margin-bottom: 5em;
}

.icono-teambuilding {
  position: absolute;
  right: 0;
  width: 90%;
}

.team-cont-1 {
  margin-top: 6.5%;
  margin-left: 23%;
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}

.team-cont-1 h2 {
  font-size: 2em;
}

.team-cont-1 h3 {
  font-size: 1.5em;
}

.team-cont-2 {
  display: flex;
  width: 60%;
  margin: 0 auto;
  gap: 2em;
  height: 100%;
  margin-top: 3.5em;
}

.team-cont-2 p {
  color: black;
  font-family: "BaseMonoWideReg Regular";
  font-weight: 400;
  width: 60%;
  font-size: 1em;
}

.team-cont-2 img {
  width: 63%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
}

.team-cont-3 {
  width: 60%;
  margin: 0 auto;
  display: flex;
  margin-top: 3em;
  gap: 1em;
}

.team-cont-3 div {
  width: 50%;
  border: 5px solid black;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.team-cont-3 div p {
  color: black;
  text-align: right;
  width: 85%;
  margin-left: auto;
  font-family: "BaseMonoWideReg Regular";
  font-weight: 400;
}

.team-cont-3 div a {
  text-decoration: none;
  color: white;
  background-color: #ff5f01;
  margin-left: auto;
  margin-top: auto;
  padding: 0.5em 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icono-publi {
  position: absolute;
  right: 0;
  width: 90%;
}

.publi-cont-2 {
  width: 58%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 0.7em;
}

.publi-cont-2 p {
  color: black;
  font-family: "BaseMonoWideReg Regular";
  font-weight: 400;
  font-size: 1em;
}

.publi-cont-3-1 section {
  display: flex;
  margin-top: auto;
  justify-content: space-between;
}

.publi-cont-3-1 section a {
  display: flex;
  flex-direction: column;
  padding: auto;
  font-size: 15px;
  margin-left: 0;
}

.publi-cont-3-1 section a span {
  font-size: 10px;
}

.icono-lupa {
  position: absolute;
  left: 0;
  width: 90%;
}

.personal-cont-1 {
  margin-top: 6.5%;
  margin-right: 20%;
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  text-align: right;
}

.personal-cont-1 h2 {
  font-size: 2em;
}

.personal-cont-1 h3 {
  font-size: 1.5em;
}

.personal-cont-2 {
  display: flex;
  width: 60%;
  margin: 0 auto;
  gap: 2em;
  height: 100%;
  margin-top: 3.5em;
}

.personal-cont-2 p {
  color: black;
  font-family: "BaseMonoWideReg Regular";
  font-weight: 400;
  width: 60%;
  font-size: 1em;
}

.personal-cont-2 img {
  width: 63%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
}

.personal-cont-3 {
  display: flex;
  width: 60%;
  margin: 0 auto;
  gap: 2em;
  height: 100%;
}

.personal-cont-3 div {
  width: 25%;
  background-color: #343434;
  max-height: 210px;
  padding: 1.25em;
  display: flex;
  flex-direction: column;
  margin-top: 4em;
}

.personal-cont-3 h2 {
  color: white;
  font-size: 2em;
  margin-bottom: 0.2em;
}

.personal-cont-3 h3 {
  color: white;
  width: 70%;
}

.personal-cont-3 p {
  font-size: 0.75em;
}

.personal-cont-3 img {
  margin-left: auto;
  margin-top: auto;
  width: 22%;
}

/*/ ///////////////////////////CARRUSEL////////////////////////////*/
.carrusel {
  width: 80%;
  margin: 3em auto;
  overflow: hidden;
  background: url("../assets/img/noise_tile-white.webp") repeat;
  margin-bottom: 20em;
  margin-top: 6em;
  display: flex;
  flex-direction: column;
  gap: 7em;
}

.carrusel h2 {
  color: #ff5f01;
  font-size: 2em;
  width: 75%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1.5em;
}

.carrusel-container {
  display: flex;
  width: 400%;
  transition: transform 0.8s ease-in-out;
}

.carrusel-container>div {
  flex: 0 0 25%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.carrusel img {
  height: 80px;
  width: auto;
  transition: transform 0.3s ease;
}

.carrusel-container>div:last-child {
  justify-content: center;
  gap: 4em;
}

/*/ ///////////////////////////RESERVAS////////////////////////////*/

.reservar-title {
  margin-top: 8em;
  position: relative;
  display: flex;
  justify-content: center;
}

.reservar-title h1 {
  color: white;
  font-size: 2.5em;
  position: relative;
  padding: 0 0.5em;
}

.reservar-title h1::before,
.reservar-title h1::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 3px;
  background: #ff5f01;
}

.reservar-title h1::before {
  left: -100%;
}

.reservar-title h1::after {
  right: -100%;
}

.reservar-contenedor {
  width: 75%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1em;
  margin-top: 4.5em;
  font-size: 1.3em;
  font-family: "BaseMonoWideReg Regular";
}

.reservar-contenedor div {
  width: 85%;
}

.reservar-contenedor div>p {
  font-size: 0.9em;
  font-family: "BaseMonoWideReg Regular";
}

.reservar-contenedor div span {
  color: #ff5f01;
  font-family: "BaseMonoWideReg Regular";
}

/* RESPONSIVE RESERVAR */
@media (max-width: 768px) {

  html,
  body {
    overflow-x: hidden;
  }

  .reservar-title {
    text-align: center;
  }

  .reservar-contenedor {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/*/ ///////////////////////////FOOTER////////////////////////////*/
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.footer-responsive {
  display: none;
}

.footer-naranja {
  display: flex;
  background-image: url(assets/svg/bg_footer.webp);
  padding: 20px 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  justify-content: space-between;
  height: 80px;
}

.footer-naranja a,
p {
  color: white;
  text-decoration: none;
  font-size: 23px;
  font-weight: bold;
}

.footer-texto {
  display: flex;
  margin-top: 1em;
  align-items: center;
  align-self: center;
  width: 80%;
  justify-content: space-between;
}

.footer-texto a,
p {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

.footer-iconos {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer-naranja img {
  width: 70px;
}

.footer-negro {
  display: flex;
  background-color: black;
  gap: 70px;
  padding: 6px 6px;
}

.footer-negro a {
  text-decoration: none;
  color: white;
  margin-left: 80px;
  white-space: nowrap;
}

.panel-madrid-modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 5000;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  width: 100vw;
}

.panel-madrid-modal.panel-open {
  display: flex;
}

.panel-madrid-box {
  max-width: 900px;
  height: 80vh;
  background: transparent;
  border: none;
  position: relative;
  overflow-y: auto;
  padding: 0;
  width: 100%;
}

.panel-madrid-close {
  position: absolute;
  top: 5px;
  right: 10px;
  background: transparent;
  color: white;
  border: none;
  font-size: 30px;
  cursor: pointer;
}

.mapa-madrid-img {
  width: 100%;
  height: auto;
  display: block;
}

.body-no-scroll {
  overflow: hidden;
  height: 100vh;
}

.whatsapp {
  position: fixed;
  bottom: 120px;
  right: 25px;
  z-index: 1;
  background-color: #25d366;
  padding: 0.7em;
  border-radius: 20em;
  height: 60px;
  width: 60px;
  transition: background-color 0.5s ease;
}

.whatsapp a {
  visibility: hidden;
}

.whatsapp:hover {
  background-color: #128c7e;
}

.whatsapp img {
  width: 40px;
  visibility: visible;
}

#btn-contacto {
  cursor: pointer;
  width: 170px;
  padding: 0.5em;
}

.open-popup2 {
  cursor: pointer;
  width: 170px !important;
  padding: 0.5em !important;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-box {
  background: black;
  padding: 30px;
  border: 3px solid #ff6a00;
  width: 550px;
  height: 300px;
  max-width: 90%;
  color: white;
  text-align: center;
  position: relative;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  color: white;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}

.popup-box h2 {
  color: #ff6a00;
  font-size: 2.5rem;
  margin-bottom: 20px;
  width: 65%;
}

.popup-info {
  display: flex;
  flex-direction: column;
  text-align: right;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.popup-info p:first-child {
  font-weight: bold;
  color: #ff6a00;
}

.popup-overlay-2 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-box-2 {
  background: black;
  padding: 30px;
  border: 3px solid #ff6a00;
  width: 550px;
  height: 300px;
  max-width: 90%;
  color: white;
  text-align: center;
  position: relative;
}

.popup-close-2 {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  color: white;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}

.popup-box-2 h2 {
  color: #ff6a00;
  margin-bottom: 20px;
  font-size: 2.5em;
  width: 65%;
}

.popup-info-2 {
  display: flex;
  flex-direction: column;
  text-align: right;
  position: absolute;
  right: 30px;
  bottom: 30px;
  align-items: flex-end;
}

.popup-info-2 a {
  width: 20%;
}

.popup-info-2 p:first-child {
  font-weight: bold;
  color: #ff6a00;
}

.linkedin-icon-2 {
  width: 40px;
  margin-top: 10px;
  align-self: flex-end;
}

.main-virus {
  background-image: url(./assets/img/bg_virus.webp);
  width: 60%;
  margin: 0 auto;
  margin-top: 8em;
  display: flex;
  gap: 2em;
  height: 370px;
  padding: 1em;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.main-virus-image {
  background-image: url(./assets/img/elvirus.webp);
  background-position: center;
  height: 92%;
  width: 45%;
  padding: 1em 2em;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.main-virus-image h1 {
  color: white;
  font-size: 2.5em;
}

.main-virus-image div p:first-of-type {
  font-size: 20px;
}

.main-virus-image div p:last-of-type {
  font-size: 30px;
}

.main-virus-paragraph {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.main-virus-paragraph div h3 {
  font-size: 20px;
}

.main-virus-paragraph div p {
  font-size: 16px;
  color: black;
}

.main-virus-modos {
  display: flex;
  width: 60%;
  height: 100%;
  margin: 0 auto;
  margin-top: 2em;
  gap: 0em;
}

.main-virus-modos-cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.main-virus-modos-cont h2 {
  font-size: 25px;
}

.main-virus-modos-cont p {
  font-size: 16px;
}

.main-virus-modos-img {
  background-image: url(./assets/img/pizarra.webp);
  width: 100%;
  padding: 2em 4em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.main-virus-modos-img p {
  font-family: "BaseMonoWideReg Regular";
  font-weight: 400;
}

.main-virus-info {
  width: 60%;
  margin: 0 auto;
  display: flex;
  gap: 2em;
  margin-top: 4em;
}

.main-virus-info h2 {
  font-size: 25px;
  color: white;
}

.main-virus-info-cont {
  width: 47.5%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.main-virus-info-cont h3 {
  font-family: "BaseMonoWideReg Regular";
  font-weight: 500;
  font-size: 18px;
}

.main-virus-info-cont div p {
  font-family: "BaseMonoWideReg Regular";
  font-size: 15px;
  font-weight: 500;
}

.main-virus-info-cont div span {
  font-family: "BaseMonoWideReg Regular";
  font-size: 15px;
  font-weight: 500;
  color: #ff6a00;
}

/*/ ///////////////////////////DONDE ESTAMOS////////////////////////////*/

.btn-donde-estamos {
  cursor: pointer;
}

.panel-donde {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 5000;
}

.panel-donde--open {
  display: flex;
}

.panel-donde__box {
  background: black;
  border: 4px solid #ff5f01;
  width: 70%;
  height: 70vh;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto 1fr;
  align-items: start;
  gap: 5px;
}

.panel-donde__close {
  display: none;
}

.panel-donde__box h2 {
  grid-column: 1;
  grid-row: 1;
  margin: 0 0 5px 0;
  font-size: 32px;
}

.panel-donde__box .box-direction {
  grid-column: 1;
  grid-row: 2;
  margin: 0px 0 15px 0;
  margin-top: auto;
  font-size: 24px;
}

.panel-donde__box>div:nth-of-type(2) {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-self: end;
  text-align: right;
}

.panel-donde__box div p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: 16px;
}

.panel-donde__box div img {
  width: 20px;
}

.panel-donde__box iframe {
  grid-column: 1 / -1;
  grid-row: 3;
  width: 100%;
  height: 100%;
  border: none;
  margin-top: 10px;
}

/*/ ///////////////////////////AESINO KEYLOCK CITY////////////////////////////*/

.body-asesino {
  background-image: url(assets/img/bg_colaboremos.webp);
  margin: 7% 15%;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 15%;
}

.asesino-principal {
  width: 100%;
}

.titulo-asesino {
  padding: 25px;
  background-color: #ae070b;
  width: 100%;
  transform: skew(0deg, -4deg);
  color: white;
  top: -30px;
  font-size: 28px;
  margin-bottom: 8%;
}

.titulo-asesino h2 {
  color: white;
  font-size: 55px;
  letter-spacing: 2px;
  font-weight: 100;
  margin-bottom: 2%;
}

.titulo-asesino b,
.titulo-asesino u {
  letter-spacing: 2px;
}

.subtitulo-asesino {
  display: flex;
  gap: 1%;
}

.subtitulo-asesino p {
  font-size: 28px;
  font-weight: 100;
  letter-spacing: 2px;
}

.boton-hall {
  transform: skew(-30deg, 0deg);
  background-color: #e4ad27;
  text-decoration: none;
  color: black;
  padding: 0px 15px 2px 15px;
  display: inline-block;
}

.boton-hall span {
  font-size: 28px;
  letter-spacing: 2px;
  display: inline-block;
  transform: skew(30deg, 0deg);
}

.descripcion-asesino {
  display: flex;
  gap: 5%;
  width: 100%;
  margin: 0% 10%;
  margin-bottom: 8%;
}

.descripcion-negra {
  background-color: black;
  color: white;
  width: 50%;
  transform: skew(-4deg, -8deg);
  padding: 50px 50px;
  text-align: justify;
}

.descripcion-negra-contenido {
  display: inline-block;
  transform: skew(4deg, 8deg);
}

.descripcion-negra-contenido p {
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 100;
  margin-bottom: 5%;
}

.descripcion-negra-contenido b {
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 800;
}

.descripcion-roja {
  display: flex;
  flex-direction: column;
  gap: 5%;
}

.rojo1,
.rojo2,
.rojo3,
.rojo4 {
  background-color: #ae070b;
  color: white;
  transform: skew(-20deg, 0deg);
  width: 250px;
  height: 80px;
  padding: 5px 10px;
}

.rojo1 p,
.rojo2 p,
.rojo3 p,
.rojo4 p {
  letter-spacing: 2px;
  font-weight: 200;
  font-size: 20px;
  transform: skew(20deg, 0deg);
}

.rojo1 h2,
.rojo2 h2,
.rojo3 h2,
.rojo4 h2 {
  color: white;
  text-align: right;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 40px;
  transform: skew(20deg, 0deg);
}

.recuerda {
  font-weight: bold;
  color: #febf00;
}

.recuerda a {
  text-decoration: none;
  color: white;
}

.botones-amarillos {
  display: flex;
  gap: 3%;
  width: 100%;
  margin: 0 20%;
  margin-bottom: 8%;
}

.boton-amarillo1,
.boton-amarillo2 {
  background-color: #e4ad27;
  transform: skew(-10deg, 0deg);
  width: 350px;
  padding: 0 2% 1% 2%;
}

.boton-amarillo1 a,
.boton-amarillo2 a {
  text-decoration: none;
}

.boton-amarillo1 h2,
.boton-amarillo2 h2 {
  letter-spacing: 1px;
  color: black;
  display: block;
  transform: skew(10deg, 0deg);
  text-align: center;
  font-size: 55px;
  font-weight: 700;
}

.boton-amarillo2 h2 {
  text-align: right;
}

.boton-amarillo1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.boton-amarillo2 p {
  transform: skew(10deg, 0deg);
  font-weight: 500;
  font-size: 35px;
  padding-top: 15px;
  color: black;
  text-align: left;
}

.titulo-grupos {
  padding: 25px;
  background-color: #ae070b;
  width: 100%;
  height: 170px;
  transform: skew(0deg, -4deg);
  color: white;
  top: -30px;
  margin-bottom: 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7%;
}

.titulo-grupos h2 {
  letter-spacing: 2px;
  color: white;
  font-size: 50px;
  font-weight: 100;
}

.titulo-grupos p {
  letter-spacing: 2px;
  font-weight: 100;
  font-size: 28px;
}

.titulo-hall {
  padding: 25px;
  background-color: #ae070b;
  width: 100%;
  height: 100px;
  transform: skew(0deg, 2deg);
  top: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4%;
}

.titulo-hall h2,
.titulo-reserva h2,
.titulo-domicilio h2 {
  letter-spacing: 2px;
  font-weight: 100;
  color: white;
  font-size: 55px;
}

.titulo-domicilio {
  margin-top: 5%;
}

.hall-escape1,
.hall-escape2,
.hall-escape3 {
  display: flex;
  gap: 5%;
  margin: 0 10%;
  margin-bottom: 4%;
}

.hall-escape1 img,
.hall-escape2 img,
.hall-escape3 img {
  width: 40%;
}

.hall-escape1 p,
.hall-escape2 p {
  color: black;
  text-align: justify;
  width: 100%;
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 2px;
  font-size: 21px;
  margin-bottom: 3%;
  margin-top: 15px;
}

.hall-escape1 span,
.hall-escape2 span {
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 2px;
  font-size: 21px;
}

.hall-escape3 h4 {
  color: black;
  text-align: justify;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 100;
  line-height: 1.5;
  font-size: 26px;
  margin-bottom: 3%;
  margin-top: 15px;
}

.hall-escape3 span {
  letter-spacing: 2px;
  font-weight: 100;
  line-height: 1.5;
  font-size: 28px;
}

.titulo-reserva {
  padding: 25px;
  background-color: #ae070b;
  width: 100%;
  height: 100px;
  transform: skew(0deg, -4deg);
  top: -30px;
  margin-bottom: 8%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.titulo-domicilio {
  padding: 25px;
  background-color: #ae070b;
  width: 100%;
  height: 150px;
  transform: skew(0deg, -4deg);
  top: -30px;
  margin-bottom: 8%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.domicilio-1,
.domicilio-2 {
  display: flex;
  gap: 5%;
  margin: 0 20%;
}

.domicilio-1 p,
.domicilio-2 p {
  letter-spacing: 2px;
  font-weight: 100;
  color: black;
  text-align: justify;
  width: 100%;
  font-size: 30px;
  padding-top: 10%;
  line-height: 1.5;
}

.domicilio-1 span,
.domicilio-2 span {
  letter-spacing: 2px;
  font-weight: 100;
  font-size: 30px;
}

.domicilio-1 img,
.domicilio-2 img {
  width: 20%;
  height: 200px;
  margin-top: 8%;
}

.que-se-necesita h2,
.reserva-domicilio h2 {
  letter-spacing: 2px;
  font-weight: 100;
  color: #ae070b;
  font-size: 55px;
  margin: 4% 10%;
}

.que-se-necesita img {
  margin-left: 8%;
  width: 20%;
  height: 300px;
}

.asesino-domicilio form {
  width: 80%;
  max-width: 1100px;
  margin: 0 10%;
}

.fila {
  display: grid;
  gap: 25px;
  margin-bottom: 25px;
  align-items: center;
}

.fila1 {
  grid-template-columns: 65% 35%;
}

.fila2 {
  grid-template-columns: 45% 55%;
}

.fila3 {
  grid-template-columns: 70% 30%;
  align-items: start;
}

.campo:not([type="submit"]) {
  background: #ae070b;
  border: none;
  padding: 20px;
  border-radius: 15px;
  width: 100%;
}

.campo label {
  letter-spacing: 2px;
  font-weight: 100;
  font-size: 28px;
  color: white;
}

.fila input:not([type="submit"]) {
  background: #ae070b;
  border: none;
  padding: 20px;
  border-radius: 15px;
  letter-spacing: 2px;
  font-weight: 100;
  font-size: 22px;
  color: white;
  width: 100%;
}

.submit {
  background: #e4ad27;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 80px;
}

.submit input {
  border: none;
  letter-spacing: 2px;
  font-weight: 100;
  font-size: 28px;
  background: transparent;
}

@media (max-width: 550px) {
  header {
    padding: 0;
    height: 60px;
    border-bottom: none;
  }

  header>div {
    display: none;
    height: 100%;
  }

  header nav {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  header nav img {
    height: 50px;
    width: auto;
    margin-right: 0;
  }

  header nav div {
    display: flex;
    gap: 0;
    align-items: center;
  }

  header nav div p {
    font-size: 15px;
  }

  header nav div span {
    font-size: 100%;
    padding: 0;
    height: 100%;
  }

  header nav .madrid {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  header nav .madrid p {
    position: absolute;
    font-size: 1em;
    margin-bottom: 1em;
  }

  header nav .madrid span {
    font-size: 40px;
    height: 10%;
    margin-top: 0.3em;
  }

  header nav ul {
    display: none;
  }

  .panel-madrid-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 5000;
    padding: 20px;
  }

  .panel-madrid-modal.panel-open {
    display: flex;
  }

  .panel-madrid-box {
    width: 100%;
    max-height: 53%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  /* Imagen centrada */
  .mapa-madrid-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    overflow: hidden;
  }

  .burger {
    display: flex;
  }

  .main-virus-wrapper {
    width: 100% !important;
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
    background: black;
    position: absolute;
    right: -10px;
    top: 47px;
    padding: 20px 20px 0 20px;
    width: 100vw;
    z-index: 500;
    gap: 1.38em;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition:
      max-height 0.5s ease-in-out,
      opacity 0.5s ease-in-out,
      transform 0.5s ease-in-out;
  }

  .mobile-menu-colaboremos {
    top: 57px;
  }

  .mobile-menu.open {
    max-height: 1000px;
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-menu span a {
    color: white;
    text-decoration: none;
    font-size: 18px;
  }

  .mobile-menu .flags {
    display: flex;
    gap: 1em;
    margin-top: 10px;
  }

  .mobile-menu .flags img {
    width: 16px;
    height: auto;
  }

  .btn-reservar-mobile {
    background: #ff5f01;
    color: white;
    text-decoration: none;
    display: block;
    width: 100vw;
    padding: 0.7em 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }

  .btn-reservar-sticky {
    display: block;
    background: #ff5f01;
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    width: 100vw;
    padding: 0.67em 0;
    position: fixed;
    top: 58px;
    z-index: 200;
  }

  .btn-reservar-sticky.hidden {
    display: none;
  }

  .footer {
    display: none;
  }

  .footer-responsive {
    display: flex;
    width: 100%;
    background-color: #ff5f01;
    justify-content: space-between;
    gap: 1em;
  }

  .footer-responsive p {
    width: 100%;
    align-items: center;
    text-align: center;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
  }

  .tooltip {
    position: relative;
    text-decoration: none;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
  }

  .bono-boton {
    margin-top: 0.5em;
    right: 1.5em;
  }

  /*
  .tooltip-text {
    visibility: hidden;
    background-color: #333;
    color: white;
    padding: 5px 8px;
    border-radius: 5px;
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.2s;
  }

  .tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
  }
  */

  .panel-donde__box {
    width: 95%;
    height: 90vh;
    padding: 15px;
    display: flex;
    flex-direction: column;
  }

  .panel-donde__box h2 {
    font-size: 20px;
    text-align: center;
    margin: 0;
  }

  .panel-donde__box .box-direction {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
  }

  .panel-donde__box>div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }

  .panel-donde__box div {
    width: 100%;
  }

  .panel-donde__box div p {
    width: 100%;
    justify-content: right;
    font-size: 12px;
    font-weight: bold;
  }

  .panel-donde__box div img {
    width: 19px;
  }

  .panel-donde__box iframe {
    width: 100%;
    height: 100%;
    margin-top: 10px;
  }

  .panel-donde__close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 26px;
    color: white;
    cursor: pointer;
    z-index: 9999;
  }

  /* ------------------------- */
  /* --------WHATSAPP--------- */
  /* ------------------------- */

  .whatsapp {
    bottom: 35px;
    z-index: 1;
  }

  /* ------------------------- */
  /* POPUP "CONTÁCTANOS" MÓVIL */
  /* ------------------------- */

  .popup-overlay-2 {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 6000;
    width: 100%;
  }

  .popup-overlay-2.open {
    display: flex;
    width: 100%;
  }

  .popup-box-2 {
    background: black;
    border: 3px solid #ff5f01;
    padding: 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    border-radius: 4px;
  }

  .popup-box-2 h2 {
    margin-top: 0;
    color: #ff5f01;
    font-size: 32px;
    width: 60%;
  }

  .popup-info-2 p {
    color: white;
    font-size: 16px;
  }

  .popup-info-2 div {
    margin-top: 12px;
  }

  .popup-info-2 div a {
    text-decoration: none;
  }

  .trip-icon-2 {
    height: 40px;
    width: 50px;
    transform: scale(1.3);
    transform-origin: center;
    margin-right: 0.7em;
  }

  .ins-icon-2 {
    height: 40px;
  }

  /* ------------------------- */
  /*    BEFORE EN EL HEADER    */
  /* ------------------------- */

  header nav ul li a,
  .mobile-menu span a {
    position: relative;
  }

  header nav ul li a.orange::before,
  .mobile-menu span a.orange::before {
    content: "– ";
    color: #ff5f01;
    font-size: 15px;
    position: absolute;
    left: -0.8em;
    top: 50%;
    transform: translateY(-50%);
  }

  /* ------------------------- */
  /* avis/leg, term/condi, priv*/
  /* ------------------------- */

  .main-terminos,
  .main-aviso-legal,
  .main-privacidad {
    margin-top: 6em;
    margin-left: 1em;
    width: 100%;
    max-width: 455px;
    padding-bottom: 10%;
  }

  /* ------------------------- */
  /*  Cuerpo del index (main)  */
  /* ------------------------- */

  .main-container {
    background-repeat: no-repeat;
    background-size: contain;
    height: 75vh;
    background-position: center 9vh;
  }

  .reservas-container {
    width: 100%;
    margin-bottom: 1.5em;
  }

  .reservas-container-boton img,
  .reservas-container-boton a {
    display: none;
  }

  .reservas-container-texto {
    width: 100%;
  }

  .reservas-container-texto p {
    line-height: 1.2;
  }

  .reservas-container-texto p:nth-of-type(2) {
    font-size: 1.3em;
  }

  .reservas-container-texto p:nth-of-type(3) {
    /* display: none; */
    font-size: 1.3em;
  }

  .servicios {
    flex-direction: column;
    width: 100%;
    margin-top: 3em;
    padding: 0 1em;
  }

  .servicios-virus {
    width: 100%;
  }

  .servicios-virus img {
    width: 170px;
  }

  .servicios-keylock {
    width: 100%;
  }

  .servicios-keylock img {
    width: 170px;
  }

  .retos {
    display: flex;
    flex-direction: column;
    width: 65%;
    margin: 0 auto;
    margin-top: 5em;
    margin-bottom: 10em;
  }

  .retos .collage {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 9em;
  }

  .retos-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 9em;
    margin: 0 auto;
  }

  .retos-container img {
    width: 44%;
  }

  .retos-container-1 {
    width: 100%;
    display: flex;
    gap: 2em;
  }

  .retos-container-1 div {
    position: relative;
    width: 100%;
  }

  .retos-container-1 div img {
    width: 70%;
    position: absolute;
    top: -60px;
  }

  .retos-container-1 div h3 {
    color: white;
    font-size: 28px;
    top: -20px;
    position: relative;
    margin-left: 15%;
  }

  .retos-container-1 div .engranaje {
    margin-left: 3.5em;
  }

  .retos-container-1 div p {
    color: white;
    font-size: 20px;
    width: 70%;
    position: absolute;
    right: 200px;
    line-height: 1.5;
    text-align: right;
    margin: 0 auto;
    font-family: "BaseMonoWideReg Regular";
    font-weight: 400;
  }

  .retos-container-2 {
    width: 100%;
    display: flex;
    gap: 2em;
  }

  .retos-container-2 div {
    position: relative;
    width: 100%;
  }

  .retos-container-2 div img {
    width: 70%;
    position: absolute;
    top: -60px;
    right: 20px;
  }

  .retos-container-2 div h3 {
    color: white;
    font-size: 28px;
    top: -20px;
    position: relative;
    margin-left: 7em;
  }

  .retos-container-2 div .laberinto {
    margin-left: 21%;
  }

  .retos-container-2 div p {
    color: white;
    font-size: 20px;
    width: 70%;
    position: absolute;
    right: 80px;
    line-height: 1.5;
    text-align: left;
    margin: 0 auto;
    font-family: "BaseMonoWideReg Regular";
    font-weight: 400;
  }

  .retos {
    width: 100%;
    padding: 0 1em;
    margin-top: 2em;
    gap: 7em;
    margin-bottom: 25em;
  }

  .retos-container {
    width: 100%;
  }

  .retos .collage {
    width: 100%;
    margin-bottom: 3em;
  }

  .equipo,
  .engranajes,
  .laberintos,
  .contador {
    display: none;
  }

  .retos-container {
    gap: 33em;
  }

  .retos-container-1 div img {
    width: 110%;
    right: -10%;
  }

  .retos-container-1 div h3 {
    margin-right: auto;
    margin-left: 25%;
    top: -15px;
  }

  .retos-container-1 div p {
    width: 80%;
    right: 0;
    text-align: left;
  }

  .retos-container-2 div img {
    width: 110%;
    right: 0%;
  }

  .retos-container-2 div h3 {
    margin-right: auto;
    margin-left: 0;
    margin-right: 3em;
    top: -15px;
  }

  .retos-container-2 div .laberinto {
    margin-left: 0;
  }

  .retos-container-2 div p {
    width: 80%;
    left: 0;
    text-align: left;
  }

  /*Para regalar*/

  .regalo-section {
    width: 100%;
    margin-top: 4em;
  }

  .regalo {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1em;
  }

  .regalo>p {
    margin-left: 0;
    border-left: 5px solid #ff5f01;
    font-family: "BaseMonoWideReg Regular";
    font-weight: 400;
    margin-top: 1em;
  }

  .regalo-texto h2 {
    font-size: 1.5em;
  }

  .regalo-texto>p {
    font-size: 13px !important;
  }

  .regalo img:nth-of-type(1) {
    display: none;
  }

  .regalo img:nth-of-type(2) {
    border: none;
  }

  .opciones .opciones-img {
    display: none;
  }

  .opciones-section {
    width: 100%;
  }

  .opciones {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1em;
  }

  .opciones-texto {
    width: 100%;
    margin-bottom: 4.5em;
  }

  .opciones-texto p {
    width: 100%;
  }

  .bono-boton {
    margin-left: 4px;
  }

  .comprar {
    width: 93%;
    padding: 1em;
  }

  .grid-comprar {
    display: flex;
    flex-direction: column;
  }

  /* ------------------------- */
  /* ---------VIRUS----------- */
  /* ------------------------- */

  .main-virus {
    width: 93%;
    height: 100%;
    flex-direction: column;
    margin-top: 5em;
    padding: 2em 1em;
  }

  .main-virus-image {
    width: 100%;
    height: 180px;
    padding: 1em;
  }

  .main-virus-image h1 {
    font-size: 2em;
  }

  .main-virus-image div p:first-of-type {
    font-size: 16px;
  }

  .main-virus-image div p:last-of-type {
    font-size: 18px;
  }

  .main-virus-paragraph {
    margin-left: 20px;
  }

  .main-virus-modos {
    width: 93%;
  }

  .main-virus-modos-cont {
    width: 80%;
  }

  .main-virus-modos-img {
    height: 100%;
    padding: 2em;
    padding-top: 60px;
  }

  .main-virus-info {
    width: 93%;
  }

  .main-virus-info-cont {
    width: 100%;
  }

  /* ------------------------- */
  /* --------EMPRESAS--------- */
  /* ------------------------- */

  .slider {
    margin-top: 2.5em;
  }

  .dots {
    right: 40px;
  }

  .empresas {
    width: 100%;
    padding: 1em;
  }

  .empresas h1 {
    text-align: center;
  }

  .empresas img {
    width: 100%;
  }

  .icono-teambuilding {
    width: 100%;
  }

  .team-cont-1 {
    width: 80%;
    margin-top: 6.5%;
    margin-left: 15%;
  }

  .team-cont-1 h2 {
    font-size: 32px;
  }

  .team-cont-2 {
    flex-direction: column;
    width: 100%;
    padding: 1em;
  }

  .team-cont-2 p {
    width: 100%;
  }

  .team-cont-2 img {
    width: 100%;
  }

  .team-cont-3 {
    width: 100%;
    margin-top: 1.4em;
    padding: 1em;
    flex-direction: column;
    gap: 2em;
  }

  .team-cont-3 div {
    width: 100%;
  }

  .team-cont-3 div p {
    width: 95%;
  }

  .team-cont-3 div a {
    margin: 0 auto;
  }

  .icono-lupa {
    width: 100%;
  }

  .personal-cont-1 h2 {
    font-size: 32px;
  }

  .personal-cont-2 {
    flex-direction: column;
    width: 100%;
    padding: 1em;
    margin-top: 3em;
  }

  .personal-cont-2 p {
    width: 100%;
  }

  .personal-cont-2 img {
    width: 100%;
  }

  .botones-juegos {
    display: flex;
    gap: 10px;
  }

  .personal-cont-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
    padding: 1em;
  }

  .personal-cont-3>div {
    background: #2e2e2e;
    color: white;
    padding: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-top: 0;
  }

  .personal-cont-3 h2 {
    font-size: 40px;
  }

  .personal-cont-3 h3 {
    margin: 10px 0 0;
    font-size: 17.5px;
    font-weight: bold;
  }

  .personal-cont-3 p {
    display: none;
  }

  .personal-cont-3 img {
    width: 50px;
  }

  .icono-publi {
    width: 100%;
  }

  .publi-cont-2 {
    width: 100%;
    padding: 1em;
  }

  .carrusel {
    width: 100%;
    align-items: center;
    margin-top: 5em;
    margin-bottom: 6em;
  }

  .carrusel h2 {
    margin: 0;
    font-size: 40px;
  }

  .carrusel-container {
    width: 100%;
  }

  .carrusel-container>div {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 0em;
    justify-items: center;
    align-items: center;
    width: 90%;
  }

  .carrusel img {
    height: 50px;
  }

  .reservas-aion {
    width: 100%;
    padding: 2em;
  }
}

@media (min-width: 551px) and (max-width: 770px) {
  header {
    padding: 0;
    height: 74px;
    border-bottom: none;
  }

  header>div {
    display: none;
    height: 100%;
  }

  header nav {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  header nav img {
    height: 64px;
    width: auto;
    margin-right: 0;
  }

  header nav div {
    display: flex;
    gap: 0;
    align-items: center;
  }

  header nav div p {
    font-size: 15px;
  }

  header nav div span {
    font-size: 100%;
    padding: 0;
    height: 100%;
  }

  header nav .madrid {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 9.5em;
  }

  header nav .madrid p {
    position: absolute;
    font-size: 1em;
    margin-bottom: 1em;
  }

  header nav .madrid span {
    font-size: 40px;
    height: 10%;
    margin-top: 0.3em;
  }

  header nav ul {
    display: none;
  }

  .panel-madrid-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 5000;
    padding: 20px;
  }

  .panel-madrid-modal.panel-open {
    display: flex;
  }

  .panel-madrid-box {
    width: 100%;
    max-height: 53%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .mapa-madrid-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    overflow: hidden;
  }

  .burger {
    display: flex;
  }

  .main-virus-wrapper {
    width: 100% !important;
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
    background: black;
    position: absolute;
    right: -20px;
    top: 47px;
    padding: 20px 20px 0 20px;
    width: 100vw;
    z-index: 500;
    gap: 1.38em;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition:
      max-height 0.5s ease-in-out,
      opacity 0.5s ease-in-out,
      transform 0.5s ease-in-out;
  }

  .mobile-menu-colaboremos {
    top: 57px;
  }

  .mobile-menu.open {
    max-height: 1000px;
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-menu span a {
    color: white;
    text-decoration: none;
    font-size: 18px;
  }

  .mobile-menu .flags {
    display: flex;
    gap: 1em;
    margin-top: 10px;
  }

  .mobile-menu .flags img {
    width: 16px;
    height: auto;
  }

  .btn-reservar-mobile {
    background: #ff5f01;
    color: white;
    text-decoration: none;
    display: block;
    width: 100vw;
    padding: 0.7em 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }

  .btn-reservar-sticky {
    display: block;
    background: #ff5f01;
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    width: 100vw;
    padding: 0.67em 0;
    position: fixed;
    top: 74px;
    z-index: 200;
  }

  .btn-reservar-sticky.hidden {
    display: none;
  }

  .footer {
    display: none;
  }

  .footer-responsive {
    display: flex;
    width: 100%;
    background-color: #ff5f01;
    justify-content: space-between;
    gap: 1em;
    height: 46px;
    align-items: center;
  }

  .footer-responsive p {
    width: 100%;
    align-items: center;
    text-align: center;
    cursor: pointer;
    font-size: 1.33em;
    font-weight: bold;
  }

  .tooltip {
    position: relative;
    text-decoration: none;
    color: white;
    font-size: 1.33em;
    font-weight: bold;
  }

  /*
  .tooltip-text {
    visibility: hidden;
    background-color: #333;
    color: white;
    padding: 5px 8px;
    border-radius: 5px;
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.2s;
  }

  .tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
  }
  */

  .panel-donde__box {
    width: 95%;
    height: 90vh;
    padding: 15px;
    display: flex;
    flex-direction: column;
  }

  .panel-donde__box h2 {
    font-size: 20px;
    text-align: center;
    margin: 0;
  }

  .panel-donde__box .box-direction {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
  }

  .panel-donde__box>div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }

  .panel-donde__box div {
    width: 100%;
  }

  .panel-donde__box div p {
    width: 100%;
    justify-content: right;
    font-size: 12px;
    font-weight: bold;
  }

  .panel-donde__box div img {
    width: 19px;
  }

  .panel-donde__box iframe {
    width: 100%;
    height: 100%;
    margin-top: 10px;
  }

  .panel-donde__close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 26px;
    color: white;
    cursor: pointer;
    z-index: 9999;
  }

  /* ------------------------- */
  /* --------WHATSAPP--------- */
  /* ------------------------- */

  .whatsapp {
    bottom: 50px;
    z-index: 1;
  }

  /* ------------------------- */
  /* POPUP "CONTÁCTANOS" MÓVIL */
  /* ------------------------- */

  .popup-overlay-2 {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 6000;
    width: 100%;
  }

  .popup-overlay-2.open {
    display: flex;
    width: 100%;
  }

  .popup-box-2 {
    background: black;
    border: 3px solid #ff5f01;
    padding: 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    border-radius: 4px;
  }

  .popup-box-2 h2 {
    margin-top: 0;
    color: #ff5f01;
    font-size: 32px;
    width: 30%;
  }

  .popup-info-2 p {
    color: white;
    font-size: 16px;
  }

  .popup-info-2 div {
    margin-top: 12px;
  }

  .popup-info-2 div a {
    text-decoration: none;
  }

  .trip-icon-2 {
    height: 40px;
    width: 50px;
    transform: scale(1.3);
    transform-origin: center;
    margin-right: 0.7em;
  }

  .ins-icon-2 {
    height: 40px;
  }

  /* ------------------------- */
  /*    BEFORE EN EL HEADER    */
  /* ------------------------- */

  header nav ul li a,
  .mobile-menu span a {
    position: relative;
  }

  header nav ul li a.orange::before,
  .mobile-menu span a.orange::before {
    content: "– ";
    color: #ff5f01;
    font-size: 15px;
    position: absolute;
    left: -0.8em;
    top: 50%;
    transform: translateY(-50%);
  }

  /* ------------------------- */
  /* avis/leg, term/condi, priv*/
  /* ------------------------- */

  .main-terminos,
  .main-aviso-legal,
  .main-privacidad {
    margin: 6em 1em 0 1em;
    margin-left: 1em;
    width: auto;
    padding-bottom: 10%;
  }

  /* ------------------------- */
  /*  Cuerpo del index (main)  */
  /* ------------------------- */

  .main-container {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100vw;
    height: 70vh;
  }

  main {
    margin-top: 3em;
  }

  .reservas-container {
    width: 100%;
  }

  .reservas-container-boton img,
  .reservas-container-boton a {
    display: none;
  }

  .reservas-container-texto {
    width: 100%;
  }

  .reservas-container-texto p {
    line-height: 1.2;
  }

  .reservas-container-texto p:nth-of-type(2) {
    font-size: 1.3em;
  }

  .servicios {
    flex-direction: column;
    width: 100%;
    margin-top: 3em;
    padding: 0 1em;
  }

  .servicios-virus {
    width: 100%;
  }

  .servicios-virus img {
    width: 170px;
  }

  .servicios-keylock {
    width: 100%;
  }

  .servicios-keylock img {
    width: 170px;
  }

  .retos {
    display: flex;
    flex-direction: column;
    width: 65%;
    margin: 0 auto;
    margin-top: 5em;
    margin-bottom: 10em;
  }

  .retos .collage {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 9em;
  }

  .retos-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 9em;
    margin: 0 auto;
  }

  .retos-container img {
    width: 44%;
  }

  .retos-container-1 {
    width: 100%;
    display: flex;
    gap: 2em;
  }

  .retos-container-1 div {
    position: relative;
    width: 100%;
  }

  .retos-container-1 div img {
    width: 70%;
    position: absolute;
    top: -60px;
  }

  .retos-container-1 div h3 {
    color: white;
    font-size: 28px;
    top: -20px;
    position: relative;
    margin-left: 15%;
  }

  .retos-container-1 div .engranaje {
    margin-left: 3.5em;
  }

  .retos-container-1 div p {
    color: white;
    font-size: 20px;
    width: 70%;
    position: absolute;
    right: 200px;
    line-height: 1.5;
    text-align: right;
    margin: 0 auto;
    font-family: "BaseMonoWideReg Regular";
    font-weight: 400;
  }

  .retos-container-2 {
    width: 100%;
    display: flex;
    gap: 2em;
  }

  .retos-container-2 div {
    position: relative;
    width: 100%;
  }

  .retos-container-2 div img {
    width: 70%;
    position: absolute;
    top: -60px;
    right: 20px;
  }

  .retos-container-2 div h3 {
    color: white;
    font-size: 28px;
    top: -20px;
    position: relative;
    margin-left: 7em;
  }

  .retos-container-2 div .laberinto {
    margin-left: 21%;
  }

  .retos-container-2 div p {
    color: white;
    font-size: 20px;
    width: 70%;
    position: absolute;
    right: 80px;
    line-height: 1.5;
    text-align: left;
    margin: 0 auto;
    font-family: "BaseMonoWideReg Regular";
    font-weight: 400;
  }

  .retos {
    width: 100%;
    padding: 0 1em;
    margin-top: 2em;
    gap: 7em;
    margin-bottom: 25em;
  }

  .retos .collage {
    width: 75%;
    margin-bottom: 3em;
  }

  .equipo,
  .engranajes,
  .laberintos,
  .contador {
    display: none;
  }

  .retos-container {
    width: 100%;
    gap: 28em;
  }

  .retos-container-1 div img {
    width: 100%;
    right: -5%;
    top: -280%;
  }

  .retos-container-1 div h3 {
    margin-right: auto;
    margin-left: 27%;
    top: -10px;
  }

  .retos-container-1 div .engranaje {
    margin-left: 27%;
  }

  .retos-container-1 div p {
    width: 80%;
    right: 0;
    text-align: left;
  }

  .retos-container-2 div img {
    width: 110%;
    right: 0%;
    top: -280%;
  }

  .retos-container-2 div h3 {
    margin-right: auto;
    margin-left: 0;
    margin-right: 5em;
    top: -10px;
    white-space: nowrap;
  }

  .retos-container-2 div .laberinto {
    margin-left: 0;
  }

  .retos-container-2 div p {
    width: 90%;
    left: 0;
    text-align: left;
    margin-top: 0.5em;
  }

  .comprar {
    width: 93%;
    padding: 1em;
  }

  .grid-comprar {
    display: flex;
    flex-direction: column;
  }

  .regalo-section {
    width: 100%;
    margin-top: 4em;
  }

  .regalo {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1em;
  }

  .regalo>p {
    margin-left: 0;
    border-left: 5px solid #ff5f01;
    font-family: "BaseMonoWideReg Regular";
    font-weight: 400;
    margin-top: 1em;
  }

  .regalo-texto h2 {
    font-size: 1.5em;
  }

  .regalo-texto>p {
    font-size: 13px !important;
  }

  .regalo img:nth-of-type(1) {
    display: none;
  }

  .regalo img:nth-of-type(2) {
    border: none;
  }

  .opciones .opciones-img {
    display: none;
  }

  .opciones-section {
    width: 100%;
  }

  .opciones {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1em;
  }

  .opciones-texto {
    width: 100%;
    margin-bottom: 3em;
  }

  .opciones-texto p {
    width: 100%;
  }

  /* ------------------------- */
  /* ---------VIRUS----------- */
  /* ------------------------- */

  .main-virus {
    width: 93%;
    height: 100%;
    margin-top: 5em;
    padding: 2em 1em;
  }

  .main-virus-image {
    width: 70%;
    height: 356px;
    padding: 1em;
    background-size: cover;
  }

  .main-virus-image h1 {
    font-size: 2em;
  }

  .main-virus-image div p:first-of-type {
    font-size: 16px;
  }

  .main-virus-image div p:last-of-type {
    font-size: 18px;
  }

  .main-virus-modos {
    width: 93%;
  }

  .main-virus-modos-cont {
    width: 80%;
  }

  .main-virus-modos-img {
    height: 100%;
    padding: 2em;
  }

  .main-virus-info {
    width: 93%;
  }

  .main-virus-info-cont {
    width: 100%;
  }

  /* ------------------------- */
  /* --------EMPRESAS--------- */
  /* ------------------------- */

  .slider {
    margin-top: 2.5em;
    height: 12em;
  }

  .dots {
    right: 40px;
  }

  .empresas {
    width: 100%;
    padding: 1em;
  }

  .empresas h1 {
    text-align: center;
    font-size: 3.5em;
    width: 80%;
  }

  .empresas img {
    width: 60%;
  }

  .icono-teambuilding {
    width: 90%;
  }

  .team-cont-1 {
    width: 80%;
    margin-top: 7.5%;
    margin-left: 23%;
  }

  .team-cont-1 h2 {
    font-size: 3.5em;
  }

  .team-cont-1 h3 {
    font-size: 2em;
  }

  .team-cont-2 {
    flex-direction: column;
    width: 100%;
    padding: 1em;
  }

  .team-cont-2 p {
    width: 100%;
  }

  .team-cont-2 img {
    display: none;
  }

  .team-cont-3 {
    width: 100%;
    margin-top: 1.4em;
    padding: 1em;
    flex-direction: column;
    gap: 2em;
  }

  .team-cont-3 div {
    width: 100%;
  }

  .team-cont-3 div p {
    width: 95%;
  }

  .team-cont-3 div a {
    margin-right: 0;
  }

  .icono-lupa {
    width: 90%;
  }

  .personal-cont-1 h2 {
    font-size: 3.5em;
  }

  .personal-cont-1 h3 {
    font-size: 2.33em;
  }

  .personal-cont-2 {
    flex-direction: column;
    width: 100%;
    padding: 1em;
    margin-top: 3em;
  }

  .personal-cont-2 p {
    width: 100%;
  }

  .personal-cont-2 img {
    display: none;
  }

  .personal-cont-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: fit-content;
    padding: 1em;
  }

  .personal-cont-3>div {
    background: #2e2e2e;
    color: white;
    padding: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-top: 0;
  }

  .personal-cont-3 h2 {
    font-size: 3.5em;
  }

  .personal-cont-3 h3 {
    margin: 10px 0 0;
    font-size: 1.5em;
    font-weight: bold;
  }

  .personal-cont-3 img {
    width: 50px;
  }

  .team-cont-3 div p {
    width: 100%;
  }

  .icono-publi {
    width: 90%;
  }

  .publi-cont-2 {
    width: 100%;
    padding: 1em;
  }

  .carrusel {
    width: 100%;
    align-items: center;
    margin-top: 5em;
    margin-bottom: 6em;
  }

  .carrusel h2 {
    margin: 0;
    width: 100%;
    font-size: 3.5em;
  }

  .carrusel-container {
    width: 100%;
  }

  .carrusel-container>div {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 0.8em;
    justify-items: center;
    align-items: center;
  }

  .carrusel img {
    height: 55px;
  }

  .reservas-aion {
    width: 75%;
  }
}

@media (min-width: 771px) and (max-width: 1000px) {
  header {
    height: 90px;
  }

  header nav img {
    display: none;
  }

  header nav .madrid {
    left: 10%;
    top: 0;
    position: absolute;
  }

  header nav ul {
    width: 80%;
    gap: 0.8em;
  }

  header nav ul li a {
    font-size: 16px !important;
    white-space: nowrap;
  }

  .main-container {
    height: 80vh;
    background-position: center;
  }

  .reservas-container {
    width: 100%;
  }

  .reservas-container a {
    padding: 0.235em 1em;
  }

  .reservas-container-boton {
    width: 100%;
  }

  .reservas-container-boton img {
    width: 32%;
  }

  .retos {
    display: flex;
    flex-direction: column;
    width: 65%;
    margin: 0 auto;
    margin-top: 5em;
    margin-bottom: 10em;
  }

  .retos .collage {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 9em;
  }

  .retos-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 9em;
    margin: 0 auto;
  }

  .retos-container img {
    width: 44%;
  }

  .retos-container-1 {
    width: 100%;
    display: flex;
    gap: 2em;
  }

  .retos-container-1 div {
    position: relative;
    width: 100%;
  }

  .retos-container-1 div img {
    width: 70%;
    position: absolute;
    top: -60px;
  }

  .retos-container-1 div h3 {
    color: white;
    font-size: 28px;
    top: -20px;
    position: relative;
    margin-left: 15%;
  }

  .retos-container-1 div .engranaje {
    margin-left: 3.5em;
  }

  .retos-container-1 div p {
    color: white;
    font-size: 20px;
    width: 70%;
    position: absolute;
    right: 200px;
    line-height: 1.5;
    text-align: right;
    margin: 0 auto;
    font-family: "BaseMonoWideReg Regular";
    font-weight: 400;
  }

  .retos-container-2 {
    width: 100%;
    display: flex;
    gap: 2em;
  }

  .retos-container-2 div {
    position: relative;
    width: 100%;
  }

  .retos-container-2 div img {
    width: 70%;
    position: absolute;
    top: -60px;
    right: 20px;
  }

  .retos-container-2 div h3 {
    color: white;
    font-size: 28px;
    top: -20px;
    position: relative;
    margin-left: 7em;
  }

  .retos-container-2 div .laberinto {
    margin-left: 21%;
  }

  .retos-container-2 div p {
    color: white;
    font-size: 20px;
    width: 70%;
    position: absolute;
    right: 80px;
    line-height: 1.5;
    text-align: left;
    margin: 0 auto;
    font-family: "BaseMonoWideReg Regular";
    font-weight: 400;
  }

  .servicios {
    padding: 1em;
  }

  .retos {
    width: 100%;
    padding: 1em;
    margin-top: 1em;
  }

  .retos .collage {
    width: 50%;
  }

  .retos-container-1 div img {
    width: 100%;
    right: -4%;
  }

  .retos-container-1 div p {
    position: relative;
    right: 0;
    width: 100%;
  }

  .retos-container-1 div h3 {
    margin-left: 25%;
  }

  .retos-container-2 div img {
    width: 100%;
    right: 4%;
  }

  .retos-container-2 div p {
    position: relative;
    left: 0;
    width: 100%;
  }

  .retos-container-2 div h3 {
    margin-left: 0;
  }

  .retos-container-2 div .laberinto {
    margin-left: 0;
  }

  .retos-container-1 div .engranaje {
    margin-left: 45%;
    white-space: nowrap;
  }

  .main-virus-wrapper {
    display: flex;
    flex-direction: column;
    width: 100% !important;
  }

  footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }

  .footer-responsive {
    display: none;
  }

  .footer-naranja {
    display: flex;
    background-image: url(assets/svg/bg_footer.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0;
    justify-content: space-between;
    height: 80px;
  }

  .footer-naranja a,
  .footer-naranja p {
    color: white;
    text-decoration: none;
    font-size: 23px;
    font-weight: bold;
  }

  .footer-texto {
    display: flex;
    margin-top: 0.5em;
    align-items: center;
    align-self: center;
    width: 85%;
    justify-content: space-between;
  }

  .footer-texto a,
  .footer-texto p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    white-space: nowrap;
  }

  .footer-texto a:not(:first-child),
  .footer-texto p:not(:first-child) {
    font-size: 12px;
  }

  .footer-iconos {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .footer-iconos a:nth-of-type(1) img {
    width: 43px;
  }

  .footer-iconos a:nth-of-type(2) img {
    width: 40px;
  }

  .footer-negro {
    display: flex;
    background-color: black;
    padding: 0;
    width: 100%;
    gap: 2em;
    padding: 0 3em;
    height: 24px;
    align-items: center;
  }

  .footer-negro a {
    text-decoration: none;
    color: white;
    margin-left: 0;
    white-space: nowrap;
  }

  .main-terminos,
  .main-aviso-legal,
  .main-privacidad {
    margin: 6em 1em 0 1em;
    margin-left: 1em;
    width: auto;
    padding-bottom: 10%;
  }

  /*Para regalar*/

  .regalo-section {
    width: 100%;
  }

  .regalo {
    padding: 0 1em;
  }

  .regalo img:nth-of-type(2) {
    border: none;
  }

  .regalo>p {
    border-left: 5px solid #ff5f01;
    padding-left: 1em;
    margin-left: 0;
  }

  .opciones-section {
    width: 100%;
    margin-top: 6em;
  }

  .opciones {
    padding: 0 1em;
  }

  .comprar {
    width: 93%;
    margin-top: 3em;
  }

  .grid-comprar {
    display: flex;
    flex-direction: column;
  }

  .opciones-texto {
    width: 100%;
    margin-bottom: 3em;
  }

  .opciones-texto p {
    width: 100%;
  }

  /* ------------------------- */
  /* ---------VIRUS----------- */
  /* ------------------------- */

  .main-virus {
    width: 85%;
    height: 100%;
    margin-top: 8em;
    padding: 2em 1em;
  }

  .main-virus-image {
    width: 70%;
    height: 356px;
    padding: 1em;
    background-size: cover;
  }

  .main-virus-image h1 {
    font-size: 2em;
  }

  .main-virus-image div p:first-of-type {
    font-size: 16px;
  }

  .main-virus-image div p:last-of-type {
    font-size: 18px;
  }

  .main-virus-modos {
    width: 85%;
  }

  .main-virus-modos-cont {
    width: 80%;
  }

  .main-virus-modos-img {
    height: 100%;
    padding: 2.5em;
  }

  .main-virus-info {
    width: 85%;
  }

  .main-virus-info-cont {
    width: 100%;
  }

  /* ------------------------- */
  /* --------EMPRESAS--------- */
  /* ------------------------- */

  .slider {
    margin-top: 2.5em;
    height: 14em;
  }

  .dots {
    right: 4em;
  }

  .empresas {
    width: 100%;
    padding: 1em;
  }

  .empresas h1 {
    text-align: center;
    font-size: 2.5em;
    width: 100%;
  }

  .empresas img {
    width: 44%;
  }

  .icono-teambuilding {
    width: 90%;
  }

  .team-cont-1 {
    width: 80%;
    margin-top: 7.5%;
    margin-left: 23%;
  }

  .team-cont-1 h2 {
    font-size: 2em;
  }

  .team-cont-1 h3 {
    font-size: 1.5em;
  }

  .team-cont-2 {
    width: 100%;
    padding: 1em;
  }

  .team-cont-2 p {
    width: 100%;
  }

  .team-cont-2 img {
    width: 100%;
  }

  .team-cont-3 {
    width: 100%;
    margin-top: 1.4em;
    padding: 1em;

    gap: 2em;
  }

  .team-cont-3 div {
    width: 100%;
  }

  .team-cont-3 div p {
    width: 95%;
  }

  .team-cont-3 div a {
    margin-right: 0;
  }

  .icono-lupa {
    width: 90%;
  }

  .personal-cont-1 h2 {
    font-size: 2em;
  }

  .personal-cont-1 h3 {
    font-size: 1.5em;
  }

  .personal-cont-2 {
    width: 100%;
    padding: 1em;
    margin-top: 3em;
  }

  .personal-cont-2 p {
    width: 100%;
  }

  .personal-cont-2 img {
    width: 100%;
  }

  .personal-cont-3 {
    width: 100%;
    padding: 0 1em;
  }

  .icono-publi {
    width: 90%;
  }

  .publi-cont-2 {
    width: 100%;
    padding: 1em;
  }

  .carrusel {
    width: 100%;
    align-items: center;
    margin-top: 5em;
    margin-bottom: 10em;
  }

  .carrusel h2 {
    margin: 0;
    width: 100%;
    font-size: 2em;
  }

  .carrusel-container {
    width: 100%;
  }

  .carrusel-container>div {
    flex: 0 0 100%;
    display: flex !important;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 0rem;
    width: 100%;
  }

  .carrusel img {
    height: 50px;
  }

  .reservar-title h1 {
    font-size: 2.4em;
  }

  .reservar-contenedor {
    width: 80%;
  }

  .reservar-contenedor div {
    width: 100%;
  }
}

@media (min-width: 1001px) and (max-width: 1200px) {
  header nav ul li a {
    font-size: 18px !important;
    white-space: nowrap;
  }

  header nav {
    margin: 0;
  }

  header nav img {
    display: none;
  }

  header nav .madrid {
    left: 12%;
    top: 0;
    position: absolute;
  }

  header nav ul {
    width: 100%;
    gap: 1.5em;
    margin-left: 1em;
    position: absolute;
    top: 35%;
    left: 9%;
  }

  .main-container {
    height: 80vh;
    background-position: center;
  }

  .reservas-container {
    width: 100%;
  }

  .reservas-container a {
    padding: 0.235em 1.5em;
  }

  .reservas-container-boton {
    width: 100%;
  }

  .reservas-container-boton img {
    width: 34%;
  }

  .servicios {
    padding: 1em;
  }

  .retos {
    display: flex;
    flex-direction: column;
    width: 65%;
    margin: 0 auto;
    margin-top: 5em;
    margin-bottom: 10em;
  }

  .retos .collage {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 9em;
  }

  .retos-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 9em;
    margin: 0 auto;
  }

  .retos-container img {
    width: 44%;
  }

  .retos-container-1 {
    width: 100%;
    display: flex;
    gap: 2em;
  }

  .retos-container-1 div {
    position: relative;
    width: 100%;
  }

  .retos-container-1 div img {
    width: 70%;
    position: absolute;
    top: -60px;
  }

  .retos-container-1 div h3 {
    color: white;
    font-size: 28px;
    top: -20px;
    position: relative;
    margin-left: 15%;
  }

  .retos-container-1 div .engranaje {
    margin-left: 3.5em;
  }

  .retos-container-1 div p {
    color: white;
    font-size: 20px;
    width: 70%;
    position: absolute;
    right: 200px;
    line-height: 1.5;
    text-align: right;
    margin: 0 auto;
    font-family: "BaseMonoWideReg Regular";
    font-weight: 400;
  }

  .retos-container-2 {
    width: 100%;
    display: flex;
    gap: 2em;
  }

  .retos-container-2 div {
    position: relative;
    width: 100%;
  }

  .retos-container-2 div img {
    width: 70%;
    position: absolute;
    top: -60px;
    right: 20px;
  }

  .retos-container-2 div h3 {
    color: white;
    font-size: 28px;
    top: -20px;
    position: relative;
    margin-left: 7em;
  }

  .retos-container-2 div .laberinto {
    margin-left: 21%;
  }

  .retos-container-2 div p {
    color: white;
    font-size: 20px;
    width: 70%;
    position: absolute;
    right: 80px;
    line-height: 1.5;
    text-align: left;
    margin: 0 auto;
    font-family: "BaseMonoWideReg Regular";
    font-weight: 400;
  }

  .retos {
    width: 100%;
    padding: 1em;
    margin-top: 1em;
  }

  .retos .collage {
    width: 50%;
  }

  .retos-container-1 div img {
    width: 100%;
    right: -4%;
    top: -27%;
  }

  .retos-container-1 div p {
    position: relative;
    right: -8%;
    width: 85%;
  }

  .retos-container-1 div h3 {
    margin-left: 60%;
    right: 0;
  }

  .retos-container-1 div .engranaje {
    margin-left: 50%;
  }

  .retos-container-2 div img {
    width: 100%;
    right: 4%;
    top: -27%;
  }

  .retos-container-2 div p {
    position: relative;
    left: 0;
    width: 100%;
  }

  .retos-container-2 div h3 {
    margin-left: 0;
  }

  .retos-container-2 div .laberinto {
    margin-left: 0;
  }

  .footer-naranja {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0;
    justify-content: space-between;
    height: 80px;
  }

  .footer-texto {
    margin-top: 1em;
    width: 85%;
  }

  .footer-texto a,
  p {
    font-size: 22px;
  }

  .footer-texto a:not(:first-child),
  .footer-texto p:not(:first-child) {
    font-size: 16px;
  }

  .footer-iconos {
    gap: 10px;
  }

  .footer-iconos a:nth-of-type(1) img {
    width: 55px;
  }

  .footer-iconos a:nth-of-type(2) img {
    width: 50px;
  }

  .footer-negro {
    display: flex;
    background-color: black;
    padding: 0;
    width: 100%;
    gap: 2em;
    padding: 0 3em;
    height: 24px;
    align-items: center;
  }

  .footer-negro a {
    text-decoration: none;
    color: white;
    margin-left: 0;
    white-space: nowrap;
  }

  .main-terminos,
  .main-aviso-legal,
  .main-privacidad {
    margin: 6em 1em 0 1em;
    margin-left: 1em;
    width: auto;
    padding-bottom: 10%;
  }

  .regalo-section {
    width: 100%;
  }

  .opciones-section {
    width: 100%;
  }

  .comprar {
    width: 93%;
  }

  /* ------------------------- */
  /* ---------VIRUS----------- */
  /* ------------------------- */

  .main-virus {
    width: 80%;
    height: 100%;
    margin-top: 8em;
    padding: 2em 1em;
  }

  .main-virus-image {
    width: 70%;
    height: 356px;
    padding: 1em;
    background-size: cover;
  }

  .main-virus-image h1 {
    font-size: 2em;
  }

  .main-virus-image div p:first-of-type {
    font-size: 16px;
  }

  .main-virus-image div p:last-of-type {
    font-size: 18px;
  }

  .main-virus-modos {
    width: 80%;
  }

  .main-virus-modos-cont {
    width: 80%;
  }

  .main-virus-modos-img {
    height: 100%;
    padding: 4em;
  }

  .main-virus-modos-img p {
    font-size: 16px;
  }

  .main-virus-info {
    width: 80%;
  }

  .main-virus-info-cont {
    width: 100%;
  }

  /* ------------------------- */
  /* --------EMPRESAS--------- */
  /* ------------------------- */

  .slider {
    margin-top: 2.5em;
    height: 14em;
  }

  .dots {
    right: 4em;
  }

  .empresas {
    width: 100%;
    padding: 1em;
  }

  .empresas h1 {
    text-align: center;
    font-size: 2.5em;
    width: 100%;
  }

  .empresas img {
    width: 35%;
  }

  .icono-teambuilding {
    width: 90%;
  }

  .team-cont-1 {
    width: 80%;
    margin-top: 7.5%;
    margin-left: 23%;
  }

  .team-cont-1 h2 {
    font-size: 2em;
  }

  .team-cont-1 h3 {
    font-size: 1.5em;
  }

  .team-cont-2 {
    width: 100%;
    padding: 1em;
  }

  .team-cont-2 p {
    width: 100%;
  }

  .team-cont-2 img {
    width: 100%;
  }

  .team-cont-3 {
    width: 100%;
    margin-top: 1.4em;
    padding: 1em;

    gap: 2em;
  }

  .team-cont-3 div {
    width: 100%;
  }

  .team-cont-3 div p {
    width: 100%;
    font-size: 16px;
  }

  .team-cont-3 div a {
    margin-right: 0;
  }

  .icono-lupa {
    width: 90%;
  }

  .personal-cont-1 h2 {
    font-size: 2em;
  }

  .personal-cont-1 h3 {
    font-size: 1.5em;
  }

  .personal-cont-2 {
    width: 100%;
    padding: 1em;
    margin-top: 3em;
  }

  .personal-cont-2 p {
    width: 100%;
  }

  .personal-cont-2 img {
    width: 100%;
  }

  .personal-cont-3 {
    width: 100%;
    padding: 0 1em;
  }

  .icono-publi {
    width: 90%;
  }

  .publi-cont-2 {
    width: 100%;
    padding: 1em;
  }

  .carrusel {
    width: 100%;
    align-items: center;
    margin-top: 5em;
    margin-bottom: 10em;
  }

  .carrusel h2 {
    margin: 0;
    width: 100%;
    font-size: 2em;
  }

  .carrusel-container {
    width: 100%;
  }

  .carrusel-container>div {
    flex: 0 0 100%;
    display: flex !important;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 2rem;
    width: 100%;
  }

  .carrusel img {
    height: 55px;
  }

  .reservar-contenedor {
    width: 80%;
  }

  .reservar-contenedor div {
    width: 100%;
  }
}

@media (min-width: 1025px) and (max-width: 1700px) {
  .reservas-aion {
    width: 85%;
  }
}

@media (min-width: 1201px) and (max-width: 1700px) {
  .main-container {
    height: 80vh;
    background-position: center;
  }

  .titulo-domicilio {
    padding: 25px;
    background-color: #ae070b;
    width: 100%;
    height: 150px;
    transform: skew(0deg, -4deg);
    top: -30px;
    margin-bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .reservas-container {
    width: 100%;
  }

  .reservas-container a {
    padding: 0.235em 1.5em;
  }

  .reservas-container-boton {
    width: 100%;
  }

  .reservas-container-boton img {
    width: 37%;
  }

  .main-virus-wrapper {
    width: 85% !important;
  }

  .servicios {
    padding: 1em;
  }

  .regalo-section {
    width: 80%;
  }

  .opciones-section {
    width: 80%;
  }

  .comprar {
    width: 73%;
  }

  /* ------------------------- */
  /* ---------VIRUS----------- */
  /* ------------------------- */

  .main-virus {
    width: 70%;
    height: 100%;
    margin-top: 8em;
    padding: 2em 1em;
  }

  .main-virus-image {
    width: 50%;
    height: 310px;
    padding: 1em;
    background-size: cover;
  }

  .main-virus-modos {
    width: 70%;
  }

  .main-virus-modos-cont {
    width: 80%;
  }

  .main-virus-modos-img {
    height: 100%;
    padding: 4em;
  }

  .main-virus-modos-img p {
    font-size: 16px;
  }

  .main-virus-info {
    width: 70%;
  }

  .main-virus-info-cont {
    width: 100%;
  }

  /* ------------------------- */
  /* --------EMPRESAS--------- */
  /* ------------------------- */

  .slider {
    margin-top: 2.5em;
    height: 20em;
  }

  .dots {
    right: 4em;
  }

  .empresas {
    width: 80%;
    padding: 1em;
  }

  .empresas h1 {
    text-align: center;
    font-size: 2.5em;
    width: 100%;
  }

  .empresas img {
    width: 35%;
  }

  .icono-teambuilding {
    width: 90%;
  }

  .team-cont-1 {
    width: 80%;
    margin-top: 7.5%;
    margin-left: 23%;
  }

  .team-cont-1 h2 {
    font-size: 2em;
  }

  .team-cont-1 h3 {
    font-size: 1.5em;
  }

  .team-cont-2 {
    width: 80%;
    padding: 1em;
  }

  .team-cont-2 p {
    width: 100%;
  }

  .team-cont-2 img {
    width: 100%;
  }

  .team-cont-3 {
    width: 80%;
    margin-top: 1.4em;
    padding: 1em;
    gap: 2em;
  }

  .team-cont-3 div {
    width: 100%;
  }

  .team-cont-3 div p {
    width: 85%;
    font-size: 16px;
  }

  .team-cont-3 div a {
    margin-right: 0;
  }

  .icono-lupa {
    width: 90%;
  }

  .personal-cont-1 h2 {
    font-size: 2em;
  }

  .personal-cont-1 h3 {
    font-size: 1.5em;
  }

  .personal-cont-2 {
    width: 80%;
    padding: 1em;
    margin-top: 3em;
  }

  .personal-cont-2 p {
    width: 100%;
  }

  .personal-cont-2 img {
    width: 100%;
  }

  .personal-cont-3 {
    width: 80%;
    padding: 0 1em;
  }

  .icono-publi {
    width: 90%;
  }

  .publi-cont-2 {
    width: 80%;
    padding: 1em;
  }

  .carrusel {
    width: 100%;
    align-items: center;
    margin-top: 5em;
    margin-bottom: 14.5em;
  }

  .carrusel h2 {
    margin: 0;
    width: 100%;
    font-size: 2em;
  }

  .carrusel-container {
    width: 100%;
  }

  .carrusel-container>div {
    flex: 0 0 100%;
    display: flex !important;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 2rem;
    width: 100%;
  }

  .carrusel img {
    height: 65px;
  }
}

.submit input {
  border: none;
  letter-spacing: 2px;
  font-weight: 100;
  font-size: 28px;
  background: transparent;
}

/*RESPONSIVE ASESINO KEYLOCK CITY*/
@media (max-width: 550px) {
  .body-asesino {
    margin: 0 0;
    padding: 0;
    overflow-x: hidden;
  }

  .titulo-asesino h2 {
    font-size: 22px;

    text-align: center;
  }

  .titulo-asesino b,
  .titulo-asesino u {
    font-weight: 600;
  }

  .subtitulo-asesino p {
    display: none;
  }

  .boton-hall {
    width: 70%;
    margin: 0 25%;
    padding: 0 0 5px 12px;
  }

  .boton-hall span {
    font-size: 15px;
  }

  .descripcion-asesino {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }

  .descripcion-negra {
    width: 320px;
    margin: 7% 0%;
    padding: 30px 15px;
    transform: skew(0deg, -4deg);
  }

  .descripcion-negra-contenido {
    transform: skew(0deg, 4deg);
  }

  .descripcion-negra-contenido p {
    font-size: 15px;
    letter-spacing: 0;
  }

  .descripcion-negra-contenido b {
    font-size: 15px;
    letter-spacing: 0;
  }

  .descripcion-roja {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr;
    row-gap: 15%;
  }

  .rojo1,
  .rojo2,
  .rojo3,
  .rojo4 {
    width: 130px;
    height: 60px;
    padding: 0px 10px;
  }

  .rojo1 h2,
  .rojo2 h2,
  .rojo3 h2,
  .rojo4 h2 {
    font-size: 30px;
  }

  .botones-amarillos {
    flex-direction: column;
    gap: 20px;
  }

  .boton-amarillo1,
  .boton-amarillo2 {
    width: 250px;
  }

  .boton-amarillo1 {
    padding: 3%;
    margin-top: 15%;
  }

  .boton-amarillo1 h2 {
    font-size: 40px;
  }

  .boton-amarillo2 {
    padding: 0% 5%;
  }

  .boton-amarillo2 h2 {
    font-size: 30px;
    margin-top: -5%;
  }

  .boton-amarillo2 p {
    font-size: 20px;
    padding-top: 5px;
    letter-spacing: 1px;
  }

  .titulo-grupos h2 {
    font-size: 25px;
    letter-spacing: 1px;
  }

  .titulo-grupos p {
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: -2%;
  }

  .titulo-hall,
  .titulo-domicilio {
    width: 90%;
    margin: 0 5%;
    height: 90px;
  }

  .titulo-hall h2,
  .titulo-reserva h2,
  .titulo-domicilio h2 {
    font-size: 25px;
  }

  .hall-escape1,
  .hall-escape2,
  .hall-escape3 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .hall-escape1 img,
  .hall-escape3 img {
    display: none;
  }

  .hall-escape2 img {
    width: 120%;
    margin-left: -7%;
  }

  .hall-escape1 p,
  .hall-escape2 p {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .hall-escape1 span,
  .hall-escape2 span {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .hall-escape3 {
    margin-bottom: 5%;
  }

  .hall-escape3 h4 {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .hall-escape3 span {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .domicilio-1,
  .domicilio-2 {
    display: flex;
    flex-direction: column;
    margin: 0 9%;
  }

  .domicilio-1 p,
  .domicilio-2 p {
    font-size: 21px;
    letter-spacing: 1px;
  }

  .domicilio-1 span,
  .domicilio-2 span {
    font-size: 21px;
    letter-spacing: 1px;
  }

  .domicilio-1 img,
  .domicilio-2 img {
    width: 120px;
    margin: 0 30%;
  }

  .que-se-necesita h2,
  .reserva-domicilio h2 {
    margin-top: 10%;
    font-size: 30px;
    text-align: center;
  }

  .que-se-necesita img {
    height: 180px;
    width: 30%;
    margin-left: 2%;
  }

  .asesino-domicilio form {
    margin-bottom: 40%;
  }

  .fila1,
  .fila2,
  .fila3 {
    grid-template-columns: 1fr;
  }

  .campo:not([type="submit"]) {
    display: flex;
  }

  .campo label {
    font-size: 21px;
  }

  .campo input {
    font-size: 20px;
    padding: 0%;
  }
}

@media (min-width: 551px) and (max-width: 770px) {
  body {
    overflow-x: hidden;
  }

  .body-asesino {
    margin: 0 0;
  }

  .titulo-asesino h2 {
    font-size: 22px;

    text-align: center;
  }

  .titulo-asesino b,
  .titulo-asesino u {
    font-weight: 600;
  }

  .subtitulo-asesino p {
    display: none;
  }

  .boton-hall {
    width: 70%;
    margin: 0 25%;
    padding: 0 0 5px 12px;
  }

  .boton-hall span {
    font-size: 15px;
  }

  .descripcion-asesino {
    flex-direction: column;
  }

  .descripcion-negra {
    width: 360px;
    margin: 7% -5%;
    padding: 30px 15px;
    transform: skew(0deg, -4deg);
  }

  .descripcion-negra-contenido {
    transform: skew(0deg, 4deg);
  }

  .descripcion-negra-contenido p {
    font-size: 15px;
    letter-spacing: 0;
  }

  .descripcion-negra-contenido b {
    font-size: 15px;
    letter-spacing: 0;
  }

  .descripcion-roja {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr;
    margin-left: -4%;
    row-gap: 15%;
  }

  .rojo1,
  .rojo2,
  .rojo3,
  .rojo4 {
    width: 170px;
    height: 60px;
    padding: 0px 10px;
  }

  .rojo1 h2,
  .rojo2 h2,
  .rojo3 h2,
  .rojo4 h2 {
    font-size: 30px;
  }

  .botones-amarillos {
    flex-direction: column;
    gap: 20px;
  }

  .boton-amarillo1,
  .boton-amarillo2 {
    width: 250px;
  }

  .boton-amarillo1 {
    padding: 3%;
  }

  .boton-amarillo1 h2 {
    font-size: 40px;
  }

  .boton-amarillo2 {
    padding: 0% 5%;
  }

  .boton-amarillo2 h2 {
    font-size: 30px;
    margin-top: -5%;
  }

  .boton-amarillo2 p {
    font-size: 20px;
    padding-top: 5px;
    letter-spacing: 1px;
  }

  .titulo-grupos h2 {
    font-size: 25px;
    letter-spacing: 1px;
  }

  .titulo-grupos p {
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: -2%;
  }

  .titulo-hall,
  .titulo-domicilio {
    width: 90%;
    margin: 0 5%;
    height: 90px;
  }

  .titulo-hall h2,
  .titulo-reserva h2,
  .titulo-domicilio h2 {
    font-size: 25px;
  }

  .hall-escape1,
  .hall-escape2,
  .hall-escape3 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .hall-escape1 img,
  .hall-escape3 img {
    display: none;
  }

  .hall-escape2 img {
    width: 120%;
    margin-left: -7%;
  }

  .hall-escape1 p,
  .hall-escape2 p {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .hall-escape1 span,
  .hall-escape2 span {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .hall-escape3 {
    margin-bottom: 5%;
  }

  .hall-escape3 h4 {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .hall-escape3 span {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .domicilio-1,
  .domicilio-2 {
    display: flex;
    flex-direction: column;
    margin: 0 9%;
  }

  .domicilio-1 p,
  .domicilio-2 p {
    font-size: 21px;
    letter-spacing: 1px;
  }

  .domicilio-1 span,
  .domicilio-2 span {
    font-size: 21px;
    letter-spacing: 1px;
  }

  .domicilio-1 img,
  .domicilio-2 img {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .que-se-necesita h2,
  .reserva-domicilio h2 {
    font-size: 30px;
    text-align: center;
  }

  .que-se-necesita img {
    height: 180px;
    width: 30%;
    margin-left: 2%;
  }

  .asesino-domicilio form {
    margin-bottom: 40%;
  }

  .fila1,
  .fila2,
  .fila3 {
    grid-template-columns: 1fr;
  }

  .campo:not([type="submit"]) {
    display: flex;
  }

  .campo label {
    font-size: 21px;
  }

  .campo input {
    font-size: 20px;
    padding: 0%;
  }
}

@media (min-width: 771px) and (max-width: 1000px) {
  .body-asesino {
    margin: 0 0;
  }

  .titulo-asesino h2 {
    font-size: 50px;
  }

  .titulo-asesino b,
  .titulo-asesino u {
    font-weight: 600;
  }

  .boton-hall {
    width: 45%;
    text-align: center;
  }

  .descripcion-negra {
    width: 360px;
    margin: 7% -5%;
    padding: 30px 15px;
    transform: skew(0deg, -4deg);
  }

  .descripcion-negra-contenido {
    transform: skew(0deg, 4deg);
  }

  .descripcion-negra-contenido p {
    font-size: 20px;
    letter-spacing: 0;
  }

  .descripcion-negra-contenido b {
    font-size: 20px;
    letter-spacing: 0;
  }

  .descripcion-roja {
    margin-top: 10%;
    margin-left: 10%;
  }

  .rojo1,
  .rojo2,
  .rojo3,
  .rojo4 {
    width: 250px;
    height: 100px;
    padding: 0px 10px;
  }

  .rojo1 h2,
  .rojo2 h2,
  .rojo3 h2,
  .rojo4 h2 {
    font-size: 50px;
  }

  .botones-amarillos {
    gap: 20px;
    margin-top: -5%;
  }

  .boton-amarillo1,
  .boton-amarillo2 {
    width: 250px;
  }

  .boton-amarillo1 {
    padding: 3%;
  }

  .boton-amarillo1 h2 {
    font-size: 50px;
  }

  .boton-amarillo2 {
    padding: 0% 5%;
  }

  .boton-amarillo2 h2 {
    font-size: 40px;
    margin-top: -5%;
  }

  .boton-amarillo2 p {
    font-size: 25px;
    padding-top: 10%;
    padding-bottom: 10%;
    letter-spacing: 1px;
  }

  .titulo-grupos h2 {
    font-size: 50px;
    letter-spacing: 1px;
  }

  .titulo-grupos p {
    font-size: 25px;
    letter-spacing: 1px;
  }

  .titulo-hall h2,
  .titulo-reserva h2,
  .titulo-domicilio h2 {
    font-size: 50px;
  }

  .hall-escape1,
  .hall-escape2,
  .hall-escape3 {
    margin: 0% 5%;
  }

  .hall-escape2 img {
    height: 5%;
    margin-top: 7%;
  }

  .hall-escape1 p,
  .hall-escape2 p {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .hall-escape1 span,
  .hall-escape2 span {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .hall-escape3 {
    margin-bottom: 5%;
  }

  .hall-escape3 h4 {
    font-size: 24px;
    letter-spacing: 1px;
  }

  .hall-escape3 span {
    font-size: 24px;
    letter-spacing: 1px;
  }

  .domicilio-1,
  .domicilio-2 {
    margin: 0% 5%;
  }

  .domicilio-1 p,
  .domicilio-2 p {
    font-size: 25px;
    letter-spacing: 1px;
    order: 1;
  }

  .domicilio-1 span,
  .domicilio-2 span {
    font-size: 25px;
    letter-spacing: 1px;
  }

  .domicilio-1 img,
  .domicilio-2 img {
    order: 2;
  }

  .que-se-necesita h2,
  .reserva-domicilio h2 {
    font-size: 50px;
    text-align: center;
  }

  .que-se-necesita img {
    height: 180px;
    width: 20%;
  }

  .asesino-domicilio form {
    margin-bottom: 25%;
  }
}

@media (min-width: 1001px) and (max-width: 1200px) {
  .main-virus-wrapper {
    width: 90% !important;
  }

  .body-asesino {
    margin: 0 0;
  }

  .titulo-asesino h2 {
    font-size: 50px;
  }

  .titulo-asesino b,
  .titulo-asesino u {
    font-weight: 600;
  }

  .boton-hall {
    width: 45%;
    text-align: center;
  }

  .descripcion-negra {
    width: 360px;
    margin: 7% -5%;
    padding: 30px 15px;
    transform: skew(0deg, -4deg);
  }

  .descripcion-negra-contenido {
    transform: skew(0deg, 4deg);
  }

  .descripcion-negra-contenido p {
    font-size: 20px;
    letter-spacing: 0;
  }

  .descripcion-negra-contenido b {
    font-size: 20px;
    letter-spacing: 0;
  }

  .descripcion-roja {
    margin-top: 10%;
    margin-left: 10%;
  }

  .rojo1,
  .rojo2,
  .rojo3,
  .rojo4 {
    width: 250px;
    height: 100px;
    padding: 0px 10px;
  }

  .rojo1 h2,
  .rojo2 h2,
  .rojo3 h2,
  .rojo4 h2 {
    font-size: 50px;
  }

  .botones-amarillos {
    gap: 20px;
    margin-top: -5%;
  }

  .boton-amarillo1,
  .boton-amarillo2 {
    width: 250px;
  }

  .boton-amarillo1 {
    padding: 3%;
  }

  .boton-amarillo1 h2 {
    font-size: 50px;
  }

  .boton-amarillo2 {
    padding: 0% 5%;
  }

  .boton-amarillo2 h2 {
    font-size: 40px;
    margin-top: -5%;
  }

  .boton-amarillo2 p {
    font-size: 25px;
    padding-top: 10%;
    padding-bottom: 10%;
    letter-spacing: 1px;
  }

  .titulo-grupos h2 {
    font-size: 50px;
    letter-spacing: 1px;
  }

  .titulo-grupos p {
    font-size: 25px;
    letter-spacing: 1px;
  }

  .titulo-hall h2,
  .titulo-reserva h2,
  .titulo-domicilio h2 {
    font-size: 50px;
  }

  .hall-escape1,
  .hall-escape2,
  .hall-escape3 {
    margin: 0% 5%;
  }

  .hall-escape2 img {
    height: 5%;
    margin-top: 7%;
  }

  .hall-escape1 p,
  .hall-escape2 p {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .hall-escape1 span,
  .hall-escape2 span {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .hall-escape3 {
    margin-bottom: 5%;
  }

  .hall-escape3 h4 {
    font-size: 24px;
    letter-spacing: 1px;
  }

  .hall-escape3 span {
    font-size: 24px;
    letter-spacing: 1px;
  }

  .domicilio-1,
  .domicilio-2 {
    margin: 0% 5%;
  }

  .domicilio-1 p,
  .domicilio-2 p {
    font-size: 25px;
    letter-spacing: 1px;
    order: 1;
  }

  .domicilio-1 span,
  .domicilio-2 span {
    font-size: 25px;
    letter-spacing: 1px;
  }

  .domicilio-1 img,
  .domicilio-2 img {
    order: 2;
  }

  .que-se-necesita h2,
  .reserva-domicilio h2 {
    font-size: 50px;
    text-align: center;
  }

  .que-se-necesita img {
    height: 180px;
    width: 20%;
  }

  .asesino-domicilio form {
    margin-bottom: 25%;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .body-asesino {
    margin: 0 3%;
  }

  .titulo-asesino h2 {
    font-size: 55px;
  }

  .titulo-asesino b,
  .titulo-asesino u {
    font-weight: 600;
  }

  .boton-hall {
    width: 30%;
    text-align: center;
  }

  .descripcion-negra {
    width: 500px;
    margin: -1% -5%;
    padding: 40px 30px;
    transform: skew(0deg, -4deg);
  }

  .descripcion-negra-contenido {
    transform: skew(0deg, 4deg);
  }

  .descripcion-negra-contenido p {
    font-size: 20px;
    letter-spacing: 0;
  }

  .descripcion-negra-contenido b {
    font-size: 20px;
    letter-spacing: 0;
  }

  .descripcion-roja {
    margin-top: 0%;
    margin-left: 10%;
  }

  .rojo1,
  .rojo2,
  .rojo3,
  .rojo4 {
    width: 300px;
    height: 100px;
    padding: 10px 10px;
  }

  .rojo1 h2,
  .rojo2 h2,
  .rojo3 h2,
  .rojo4 h2 {
    font-size: 50px;
  }

  .rojo1 p,
  .rojo2 p,
  .rojo3 p,
  .rojo4 p {
    font-size: 30px;
  }

  .hall-escape1,
  .hall-escape2,
  .hall-escape3 {
    margin: 0% 5%;
  }

  .hall-escape1 p,
  .hall-escape2 p {
    font-size: 25px;
    letter-spacing: 1px;
  }

  .hall-escape1 span,
  .hall-escape2 span {
    font-size: 25px;
    letter-spacing: 1px;
  }

  .hall-escape3 {
    margin-bottom: 5%;
  }

  .hall-escape3 h4 {
    font-size: 30px;
    letter-spacing: 1px;
  }

  .hall-escape3 span {
    font-size: 30px;
    letter-spacing: 1px;
  }

  .titulo-domicilio {
    margin-bottom: 0%;
  }

  .asesino-domicilio form {
    margin-bottom: 20%;
  }
}

/*------------------------------ NUEVO ---------------------------*/
/* -------------------------------CONTENEDOR GENERAL -------------*/
.main-virus-wrapper {
  width: 80%;
  margin: 0 auto;
  display: flex;
  gap: 4rem;
  padding: 4rem 6%;
  color: white;
}

/* LADO IZQUIERDO */
.main-virus-info {
  flex: 1;
}

.main-virus-info-cont {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}

.main-virus-info h3 {
  color: #ff7a00;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.main-virus-info p {
  line-height: 1.6;
  font-size: 0.95rem;
  color: #e5e5e5;
}

.main-virus-info span {
  color: #ff7a00;
  font-weight: 700;
}

/* LADO DERECHO */
.virus-info-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.virus-info-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width: 768px) {
  .main-virus-wrapper {
    display: flex;
    flex-direction: column;
  }

  /* TEXTO ARRIBA */
  .main-virus-info {
    order: -1 !important;
  }

  /* IMAGEN / CUADROS ABAJO */
  .main-virus-pricing {
    order: 2 !important;
  }

  .main-virus-pricing img {
    max-width: 90%;
    height: auto;
  }
}

/*color en el texto de inferior de virus y reserva */
.recuerda {
  color: #ffc000;
}

.telefono {
  text-decoration: none;
  color: white;
}

/* SMASHROOM */
.banner-container {
  margin-top: 10%;
  position: relative;
  width: 100%;
  height: 650px;
  margin: 0 auto;
  overflow: hidden;
}

.banner-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  object-position: top;
}

.banner-slide.active {
  opacity: 1;
}

.banner-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.banner-dots {
  position: absolute;
  margin-top: 5px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: rgba(255, 255, 255, 1);
}

.titulo-smashroom {
  margin: 50px 0;
  text-align: center;
  font-size: 50px;
  color: #ff5f01;
}

.main-content {
  width: 90%;
  margin: 0 5%;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.smash-img img {
  width: 100%;
  height: 400px;
}

.smash-texto {
  width: 50%;
}

.smash-texto p {
  font-size: 20px;
}


.smash-reservas h2 {
  margin-top: 5%;
  font-size: 45px;
  text-align: center;
  margin-bottom: 5%;
}

.smash-reservas {
  margin: 0% 15%;
  margin-bottom: 10%;
}

/*RESPONSIVE SMASH ROOM*/

@media (max-width: 770px) {
  .banner-container {
    height: 400px;
  }
}

@media (max-width: 1200px) {
  .main-content {
    flex-direction: column;
    gap: 230px;
  }

  .smash-img {
    height: 200px;
    margin-top: 0%;
  }

  .smash-img img {
    object-fit: cover;
  }

  .smash-texto {
    width: 98%;
    margin: 0 2%;
  }

  .smash-romper {
    flex-direction: column;
  }

  .romper-texto {
    width: 98%;
    margin: 0 2%;
  }

  .romper-titulo {
    display: block;
    text-align: center;
    width: 100%;
  }

  .romper-titulo img {
    display: none;
  }

  .romper-titulo h2 {
    margin-top: 50px;
    position: static;
    right: auto;
  }

  .romper-texto p {
    margin-top: 20px;
    font-size: 20px;
    width: 95%;
    padding-left: 0;
    margin-left: 2.5%;
  }

  .romper-img {
    width: 90%;
    height: auto;
    margin: 0 5%;
    object-position: top;
  }

  .smash-proteccion {
    flex-direction: column;
    margin-top: 100px;
  }

  .smash-proteccion img {
    order: 2;
  }

  .proteccion-texto {
    order: 1;
    width: 98%;
    margin: 0 2%;
  }

  .proteccion-titulo {
    display: block;
    text-align: center;
    width: 80%;
    margin: 0 10%;
  }

  .proteccion-titulo img {
    display: none;
  }

  .proteccion-titulo h2 {
    right: auto;
    position: static;
  }

  .proteccion-texto p {
    margin-top: 20px;
    font-size: 20px;
    width: 95%;
    padding-left: 0;
    margin-left: 2.5%;
  }

  .smash-reservas h2 {
    margin-top: 100px;
  }

  .smash-reservas {
    width: 90%;
    margin: 0 5%;
    margin-bottom: 12%;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .romper-titulo h2 {
    width: 60%;
    text-align: center;
    right: 0px;
  }

  .proteccion-titulo h2 {
    text-align: center;
  }

  .romper-texto p {
    width: 100%;
  }

  .proteccion-texto p {
    width: 100%;
  }

  /* retos-container: márgenes laterales automáticos, sin encoger texto ni imágenes */
  .retos {
    width: 90%;
    margin: 5em auto 10em;
    display: flex;
    flex-direction: column;
  }

  .retos .collage {
    width: min(520px, 60%);
    margin: 0 auto 6em;
    display: block;
  }

  .retos-container {
    display: flex;
    flex-direction: column;
    gap: 6em;
  }

  .retos-container-1,
  .retos-container-2 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3em;
  }

  .retos-container-1>img,
  .retos-container-2>img {
    width: 48%;
    height: auto;
    display: block;
    flex-shrink: 0;
  }

  .retos-container-1>div,
  .retos-container-2>div {
    min-height: 270px;
    padding-top: 0;
  }

  .retos-container-1>div>img,
  .retos-container-2>div>img {
    width: 100%;
    top: -58px;
    z-index: 3;
  }

  .retos-container-1>div>div {
    text-align: right;
  }

  .retos-container-2>div>div {
    text-align: left;
  }

  .retos-container h3 {
    font-size: 30px;
    line-height: 1;
    margin-top: 6px;
    color: white;
  }

  .retos-container-1 div h3,
  .retos-container-2 div h3 {
    position: relative;
    top: -35px;
  }

  .retos-container-1 div .engranaje,
  .retos-container-2 div .laberinto {
    position: relative;
    top: -35px;
  }

  .retos-container p {
    font-size: 20px;
    width: 100%;
    margin-top: 6px;
  }
}

@media (min-width: 1441px) {
  .reservas-container {
    bottom: 100px;
  }

  .retos {
    width: min(1200px, 92%);
    margin: 5em auto 10em;
    display: flex;
    flex-direction: column;
  }

  .retos .collage {
    width: min(520px, 60%);
    margin: 0 auto 6em;
    display: block;
  }

  .retos-container {
    display: flex;
    flex-direction: column;
    gap: 6em;
  }

  .retos-container-1,
  .retos-container-2 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3em;
  }

  .retos-container-1>img,
  .retos-container-2>img {
    width: 48%;
    height: auto;
    display: block;
  }

  .retos-container-1>div,
  .retos-container-2>div {
    min-height: 270px;
    padding-top: 0;
  }

  .retos-container-1>div>img,
  .retos-container-2>div>img {
    width: 100%;
    top: -58px;
    z-index: 3;
  }

  .retos-container-1>div>div {
    text-align: right;
  }

  .retos-container-2>div>div {
    text-align: left;
  }

  .retos-container h3 {
    font-size: 30px;
    line-height: 1;
    margin-top: 6px;
    color: white;
  }

  .retos-container-1 div h3,
  .retos-container-2 div h3 {
    position: relative;
    top: -35px;
  }

  .retos-container-1 div .engranaje,
  .retos-container-2 div .laberinto {
    position: relative;
    top: -35px;
  }

  .retos-container p {
    font-size: 20px;
    width: 100%;
    margin-top: 6px;
  }

  .retos-container-1 h3 {
    transform: translateY(-2px);
  }

  .retos-container-2 h3 {
    transform: translateY(-2px);
  }
}

/* ===== UNIFICACIÓN TIPOGRÁFICA GLOBAL ===== */
/* Títulos: Bank Gothic en todo el proyecto */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BankGothic Medium" !important;
}

/* Header y Nav: Bank Gothic */
header,
header * {
  font-family: "BankGothic Medium" !important;
}

/* Footer: Bank Gothic */
footer,
footer * {
  font-family: "BankGothic Medium" !important;
}

/* Párrafos: BaseMonoWideReg en todo el proyecto */
p {
  font-family: "BaseMonoWideReg Regular" !important;
}

/* Excepción: párrafos dentro de header, nav y footer mantienen Bank Gothic */
header p,
header nav p,
footer p {
  font-family: "BankGothic Medium" !important;
}

/* reservas-container-texto: BankGothic en todos los idiomas */
.reservas-container-texto,
.reservas-container-texto * {
  font-family: "BankGothic Medium" !important;
}

/* virus-contenedor-text: todas las <p> en negro excepto la primera (naranja) */
.virus-contenedor-text p {
  color: black !important;
}

.virus-contenedor-text p:first-of-type {
  color: #ff5f01 !important;
}

/* ===== SMASH GRID (estilo retos-container, flujo normal) ===== */

/* Wrapper: 65% centrado, igual que .retos */
.smash-grid {
  display: flex;
  flex-direction: column;
  gap: 6em;
  width: 65%;
  margin: 5em auto 10em;
}

/* Fila: flex horizontal, igual que retos-container-1/2 */
.smash-grid .smash-romper,
.smash-grid .smash-proteccion {
  margin-top: 0;
  width: 100%;
  display: flex;
  gap: 2em;
  align-items: flex-start;
  justify-content: center;
}

/* Foto: 576x305px fijo */
.smash-grid .romper-img {
  width: 576px;
  height: 305px;
  object-fit: cover;
  flex-shrink: 0;
}

/* Área de texto: position relative para el cable absolute */
.smash-grid .romper-texto,
.smash-grid .proteccion-texto {
  position: relative;
  width: 100%;
  max-width: 576px;
  padding-top: 60px;
  /* espacio para el cable que sube con top:-60px */
}

/* Cable decorativo: ancho completo del contenedor */
.smash-grid .smash-romper .romper-texto>img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.smash-grid .smash-proteccion .proteccion-texto>img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Div interior que contiene h2 + p — en flujo normal */
.smash-grid .romper-texto>div,
.smash-grid .proteccion-texto>div {
  position: relative;
  width: 100%;
}

/* h2: ancho completo, alineado con el texto del p */
.smash-grid .smash-romper .romper-texto>div>h2 {
  color: white;
  font-size: 28px;
  width: 100%;
  margin-right: 0;
  margin-bottom: 1em;
  text-align: end;
}

.smash-grid .smash-proteccion .proteccion-texto>div>h2 {
  color: white;
  font-size: 28px;
  width: 100%;
  margin-bottom: 1em;
}

/* p: ancho completo del contenedor */
.smash-grid .smash-romper .romper-texto>div>p {
  color: white !important;
  font-size: 20px !important;
  width: 100%;
  line-height: 1.5;
  text-align: right;
  padding-left: 0 !important;
  font-weight: 400;
}

.smash-grid .smash-proteccion .proteccion-texto>div>p {
  color: white !important;
  font-size: 20px !important;
  width: 100%;
  line-height: 1.5;
  text-align: left;
  padding-left: 0 !important;
  font-weight: 400;
}

/* Span de precios */
.smash-grid .romper-texto span,
.smash-grid .proteccion-texto span {
  color: #ff5f01;
}

/* Responsive ≤1200px */
/* Entre 1201px y 1750px: layout horizontal con márgenes laterales proporcionales */
@media (min-width: 1201px) and (max-width: 1750px) {
  .smash-grid {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .smash-grid .smash-romper,
  .smash-grid .smash-proteccion {
    gap: 2em;
    align-items: flex-start;
  }

  /* Imagen y texto proporcionales al ancho disponible */
  .smash-grid .romper-img {
    width: 48%;
    max-width: 576px;
    height: 305px;
    object-fit: cover;
    flex-shrink: 0;
  }

  .smash-grid .romper-texto,
  .smash-grid .proteccion-texto {
    width: 48%;
    max-width: 576px;
  }
}

@media (max-width: 1200px) {
  .smash-grid {
    width: 90%;
    margin: 2em auto 8em;
    padding: 0;
    gap: 5em;
    align-items: center;
  }

  .smash-grid .smash-romper,
  .smash-grid .smash-proteccion {
    flex-direction: column;
    align-items: center;
  }

  .smash-grid .romper-img {
    width: 100%;
    max-width: 800px;
    height: auto;
    order: 2;
    margin: 0 auto;
  }

  .smash-grid .smash-romper .romper-img {
    order: 2;
  }

  .smash-grid .romper-texto,
  .smash-grid .proteccion-texto {
    width: 100%;
    max-width: 800px;
    padding-top: 0;
  }

  .smash-grid .smash-romper .romper-texto>img,
  .smash-grid .smash-proteccion .proteccion-texto>img {
    display: none;
  }

  .smash-grid .smash-romper .romper-texto>div>h2,
  .smash-grid .smash-proteccion .proteccion-texto>div>h2 {
    margin-left: 0;
    font-size: 24px;
  }

  .smash-grid .smash-romper .romper-texto>div>p,
  .smash-grid .smash-proteccion .proteccion-texto>div>p {
    text-align: left;
    font-size: 20px !important;
  }
}