:root {
  --white: #ffffff;
  --black: #000000;
  --grey: #f4f4f4;
  --grey2: #2c2c2c;
  --red: #d51a21;
  --hov: #630202;
}

@font-face {
  font-family: "Mulish";
  src: url("../assets/fonts/Mulish-Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Mulish";
  src: url("../assets/fonts/Mulish-Regular.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
html,
body {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  color: var(--black);
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 30px;
}

.fs-25 {
  font-size: 25px;
}

.d-pad {
  padding: 80px 9%;
}

.fs-16 {
  font-size: 16px;
}

.text-red {
  color: var(--red);
}

.bg-grey {
  background-color: var(--grey);
}

a {
  color: unset;
  text-decoration: none;
}
a:hover {
  color: unset;
}

.btn-cta {
  background-color: var(--red);
  display: inline-block;
  padding: 8px 50px;
  color: var(--white);
  text-decoration: none;
  border: none;
  border-radius: 8px;
  font-size: 20px;
}
.btn-cta:hover {
  color: var(--white);
  background-color: var(--hov);
}

.btn-wssp {
  display: block;
  position: fixed;
  left: 30px;
  background: transparent;
  bottom: 28px;
  padding: 0 10px;
  z-index: 9999;
}
.btn-wssp img {
  width: 15%;
}

.body-gracias {
  background-image: url("../assets/img/aspromocionales-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
  background-image: url("../assets/img/aspromocionales-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 110px 9% 95px;
}
.header .logo {
  width: 15%;
}
@media (min-width: 1920px) {
  .header {
    padding: 160px 9% 300px !important;
  }
}
@media (min-width: 1300px) {
  .header {
    padding: 150px 9% 150px;
  }
}
@media (max-width: 768px) and (min-width: 600px) {
  .header {
    padding: 30px 9% 30px;
  }
  .header h1 {
    font-size: 35px !important;
  }
}
@media (max-width: 500px) and (min-width: 0px) {
  .header {
    background-image: url("../assets/img/aspromocionales-header-res.jpg");
    padding: 15px 9% 200px;
    text-align: center;
  }
  .header h1 {
    line-height: 1.1;
    font-size: 40px;
  }
  .header .logo {
    width: 30%;
    margin-bottom: 1rem !important;
  }
}

.sec1 .line {
  border: 1px solid var(--grey);
}
.sec1 .iconos {
  width: 45%;
  margin-bottom: 20px;
}
.sec1 .back-black {
  background-color: var(--black);
  border-radius: 8px;
  padding: 7px;
  width: 60%;
}
@media (max-width: 768px) and (min-width: 600px) {
  .sec1 .back-black {
    line-height: 1;
    padding: 6px;
  }
  .sec1 .back-black .fs-16 {
    font-size: 15px !important;
  }
  .sec1 .fs-25 {
    font-size: 18px !important;
  }
}
@media (max-width: 500px) and (min-width: 0px) {
  .sec1 {
    text-align: center;
  }
  .sec1 p {
    margin-bottom: 2.5rem;
  }
}

.sec2 .glide__bullets {
  bottom: -30px;
  margin-top: 30px;
}
.sec2 .glide__bullets .glide__bullet {
  background-color: #8b8b8b !important;
  border: unset;
}
.sec2 .glide__bullets .glide__bullet.glide__bullet--active {
  background-color: #bfbebe !important;
  border: 3px solid transparent;
}
.sec2 .glide__bullet {
  width: 13px;
  height: 13px;
}
.sec2 .fila {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; /* Alinea el contenido al inicio (izquierda) */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Centra horizontalmente */
  height: 100%; /* Asegura que ocupe toda la altura del contenedor */
}
.sec2 .btn-cta {
  padding: 12px 58px;
}
@media (max-width: 500px) and (min-width: 0px) {
  .sec2 h2 {
    margin-top: 15%;
  }
}

.sec3 .separador {
  height: 2px;
  background-color: var(--grey);
  margin: 5% 0;
}
.sec3 .box {
  margin-top: 6%;
}
.sec3 .box .icono {
  width: 55px;
  margin-bottom: 20px;
}
@media (max-width: 500px) and (min-width: 0px) {
  .sec3 .row {
    margin: 0 !important;
  }
  .sec3 img {
    margin-top: 8%;
  }
}

.sec4 .glide2 .glide__bullets {
  bottom: -35px;
}
.sec4 .glide2 .glide__bullets .glide__bullet {
  background-color: #a0a0a0 !important;
  border: unset;
}
.sec4 .glide2 .glide__bullets .glide__bullet.glide__bullet--active {
  background-color: #4b4b4b !important;
}
@media (max-width: 500px) and (min-width: 0px) {
  .sec4 .glide__bullets {
    display: none;
  }
}

.sec4-1 .box {
  margin-top: 6%;
}
.sec4-1 .box .icono {
  width: 55px;
  margin-bottom: 20px;
}
@media (max-width: 500px) and (min-width: 0px) {
  .sec4-1 .row {
    margin: 0 !important;
  }
  .sec4-1 img {
    margin-top: 8%;
  }
}

.footer {
  background-image: url("../assets/img/aspromocionales-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 9%;
}
.footer .wssp {
  width: 35px;
  margin-right: 10px;
}
.footer .formulario form .form-control {
  font-size: 16px;
  border: 1px solid var(--black);
  border-radius: 8px;
  background-color: var(--white);
  padding: 12px;
}
.footer .formulario form .form-control::-webkit-input-placeholder {
  color: var(--black);
}
.footer .formulario form .form-control::-moz-placeholder {
  color: var(--black);
}
.footer .formulario form .form-control:-ms-input-placeholder {
  color: var(--black);
}
.footer .formulario form .form-control::-ms-input-placeholder {
  color: var(--black);
}
.footer .formulario form .form-control::placeholder {
  color: var(--black);
}
.footer .formulario form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.footer .formulario .btn-cta {
  padding: 8px 70px;
}
@media (max-width: 500px) and (min-width: 0px) {
  .footer {
    text-align: center;
  }
  .footer form {
    margin-top: 8%;
  }
  .footer a {
    font-size: 16px;
  }
}

.copy {
  background-image: url("../assets/img/aspromocionales-legales.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 9%;
}

.mobile-item {
  display: none;
}

@media (max-width: 500px) and (min-width: 0px) {
  .desktop-item {
    display: none;
  }
  .mobile-item {
    display: block;
  }
}