/* banner.site.css — netlifeplanes only; loads straight after its shared counterpart, so it overrides that section without disturbing the others */

.overlay-text {
  margin-left: calc(12rem + 1rem);
  line-height: 1.3;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  z-index: 2;
}

@media (max-width: 1000px) {
  .overlay-text {
    margin-left: calc(8rem + 0.5rem);
    font-size: .9rem;
  }

}
.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.banner-desktop .form-overlay {
  position: absolute;
  top: 38%;
  right: 2rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: translateY(-50%);
  max-width: 30%;
  max-height: 70%;
}

.beneficio-item img {
  width: 100%;
  max-width: 7rem;
  height: auto;
  padding-bottom: 1rem;
}

@media (max-width:30rem) {
  .beneficio-item img {
    max-width: 8rem;
  }

}
@media (max-width:37.5rem) {
  .beneficio-item img {
    max-width: 10rem;
  }

}
@media (max-width:60.25rem) {
  .beneficio-item img {
    max-width: 12rem;
  }

  .swiper-slide {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

}
@media(min-width:960px) and (max-width:1278px) {
  .banner-desktop .form-overlay {
    zoom: 70%;
  }

}
@media(min-width:1278px) and (max-width:1500px) {
  .banner-desktop .form-overlay {
    zoom:80% !important;
  }

}
.swiper-slide img {
  padding: 0rem 0rem 1rem;
}

@media(min-width:500px) {
  .overlay-text {
    font-size: 3rem;
    line-height: 1;
    margin-left: calc(5rem + 1rem);
  }

  .banner-desktop .form-overlay {
    zoom: 100% !important;
  }

}
