#welcome {
  height: auto
}

#welcome .ms-wrapper-slider {
  width: 100%;
  height: auto
}

#welcome .ms-wrapper-slider .swiper {
  height: 100%
}

#welcome .ms-wrapper-slider .swiper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom
}

#welcome .ms-wrapper-slider .swiper iframe,
#welcome .ms-wrapper-slider .swiper video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover
}

#welcome .ms-wrapper-slider .swiper picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: auto
}

#welcome .ms-wrapper-slider .swiper-pagination {
  position: absolute;
  bottom: 2vh
}

@media screen and (min-width:1024px) {
  #welcome .ms-wrapper-slider .swiper-pagination {
    bottom: 4vh
  }
}

#welcome .ms-wrapper-slider .swiper-button-next {
  right: 20px
}

#welcome .ms-wrapper-slider .swiper-button-prev {
  left: 20px
}

#welcome .ms-wrapper-slider .swiper-button-next,
#welcome .ms-wrapper-slider .swiper-button-prev {
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  font-size: clamp(5.625rem, 4.9415rem + 2.924vw, 7.5rem)
}

#welcome .ms-wrapper-slider .js-open-promo-modal {
  cursor: pointer
}

@media screen and (min-width:1600px) {
  #welcome {
    height: 100vh
  }

  #welcome .ms-wrapper-slider {
    height: 100%
  }

  #welcome .ms-wrapper-slider .swiper img,
  #welcome .ms-wrapper-slider .swiper picture,
  #welcome .ms-wrapper-slider .swiper video {
    height: 100%
  }
}

/* ===== SECCIÓN GRÚA GRATIS ===== */
.ms-grua-gratis {
  background: #1f1f1f;
}

.ms-grua-container {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 12px;
  align-items: center;
}

/* IZQUIERDA */
.ms-grua-info {
  color: #fff;
  margin-left: 30px;
}

.ms-grua-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
}

/* PASOS */
.ms-grua-step {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 48px;
  margin-left: 70px;
}

.ms-grua-step-text {
  flex: 1;
}

.step-label {
  display: block;
  font-size: 27px;
  margin-bottom: 14px;
}

.ms-grua-step-text p {
  margin: 0;
  line-height: 1.45;
  font-size: 24px;
}

/* IMÁGENES DE PASOS – MÁS GRANDES */
.ms-grua-step-img img {
  width: 160px;
  height: auto;
  border-radius: 4px;
  filter: brightness(0) saturate(100%) invert(17%) sepia(93%) saturate(7482%) hue-rotate(2deg) brightness(95%) contrast(120%);
}

/* LLAMA YA */
.ms-grua-cta {
  display: flex;
  justify-content: center;
  margin: 10px 0 20px 0;
}

.ms-grua-cta img {
  width: 350px;      /* TAMAÑO CONTROLADO */
  max-width: 100%;
  height: auto;
}


/* HORARIOS */
.ms-grua-schedule {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 32px;
  margin-left: 60px;
}

.ms-grua-schedule-icon img {
  width: 124px;
}

.schedule-title {
  font-size: 30px;
  display: block;
  margin-bottom: 7px;
}

.ms-grua-schedule-text {
  font-size: 23px;
}

/* DERECHA – IMAGEN GRÚA */
.ms-grua-image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: -100px;
}

.ms-grua-image img {
  width: 100%;
  max-width: 560px;
  display: block;
}

/* ===== RESPONSIVE MÓVIL ===== */
@media (max-width: 768px) {
  .ms-grua-gratis {
    padding: 40px 20px 0 20px;
  }

  .ms-grua-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* Título */
  .ms-grua-title {
    font-size: 26px;
    margin-bottom: 50px;
  }

  /* Pasos */
  .ms-grua-step {
    gap: 20px;
    margin-bottom: 40px;
  }

  .step-label {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .ms-grua-step-text p {
    font-size: 17px;
  }

  .ms-grua-step-img img {
    width: 200px;
  }

  .ms-grua-cta img {
    width: 190px;
  }

  /* Horarios */
  .ms-grua-schedule {
    gap: 14px;
    margin-top: 28px;
    margin-bottom: 40px;
  }

  .ms-grua-schedule-icon img {
    width: 100px;
  }

  .schedule-title {
    font-size: 26px;
    margin-bottom: 6px;
  }

  .ms-grua-schedule-text {
    font-size: 19px;
  }

  /* IMAGEN GRÚA SIN MÁRGENES - PEGADA AL CONTENEDOR */
  .ms-grua-image {
    margin: 0 -20px 0 -20px;
    justify-content: center;
    width: calc(100% + 40px);
  }

  .ms-grua-image img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 0;
  }
}

/* Para pantallas más pequeñas */
@media (max-width: 480px) {
  .ms-grua-gratis {
    padding: 30px 15px 0 15px;
  }

  .ms-grua-title {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .step-label {
    font-size: 25px;
  }

  .ms-grua-step-text p {
    font-size: 20px;
  }

  .ms-grua-step-img img {
    width: 130px;
  }

  .ms-grua-step {
    margin-left: 20px;
  }
  .ms-grua-cta img {
    width: 280px;
  }

  .ms-grua-schedule-icon img {
    width: 85px;
    margin-left: -45px; 
  }

  .schedule-title {
    font-size: 22px;
  }

  .ms-grua-schedule-text {
    font-size: 16px;
  }

  /* IMAGEN GRÚA SIN MÁRGENES */
  .ms-grua-image {
    margin: 0 -15px 0 -15px;
    width: calc(100% + 30px);
  }
}

.promo-slide {
  position: relative;
}

.ms-banner {
  width: 100%;
  height: auto;
  display: block;
}

.promo-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: stretch;
}

.promo-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55%; 
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.92) 0%,
    rgba(0, 0, 0, 0.85) 55%,
    rgba(0, 0, 0, 0.45) 80%,
    rgba(0, 0, 0, 0) 100%
  );
}

.promo-content {
  position: relative;
  z-index: 2;
  width: 55%;
  padding: 60px 0 50px 80px;

  display: flex;
  flex-direction: column;
  justify-content: flex-start; 
  color: #fff;
}

.promo-conditions {
  margin-top: 60px; 
}

.promo-top h2 {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.promo-top p {
  font-size: 18px;
  line-height: 1.6;
  color: #e0e0e0;
  max-width: 420px;
}

.promo-conditions h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
}

.promo-conditions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.promo-conditions li {
  font-size: 14px;
  margin-bottom: 8px;
  padding-left: 18px;
  position: relative;
  color: #e0e0e0;
}

.promo-conditions li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #e53935;
}

@media (max-width: 768px) {
  .promo-overlay::before {
    width: 46%;
  }

  .promo-content {
    width: 100%;
    padding: 10px 15px;
  }

  .promo-top h2 {
    font-size: 10px;
  }

  .promo-conditions h4 {
    font-size: 8px;
  }

  .promo-conditions li {
    font-size: 7px;
  }

  .promo-conditions {
    margin-top: 25px; 
  }
  
  .promo-top p {
    font-size: 7px;
    margin-top: -15px; 
    width: 57%;
  }
}
.js-open-promo-modal {
  cursor: pointer;
}
