/* banner.css — shared across all three landings; edit here only if the change applies to every site */

.form-overlay {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 2rem;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  text-align: left;
  min-height: 13rem;
  position: relative;
  overflow: hidden;
}

.overlay-img {
  position: absolute;
  bottom: 0;
  left: -1rem;
  width: 18rem;
  height: auto;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

@media (max-width: 1000px) {
  .form-overlay {
    position: static;
    transform: none;
    margin: 1rem auto;
    width: auto;
    max-width: 95%;
    flex-direction: row;
    align-items: center;
    text-align: left;
    min-height: 12rem;
  }

  .overlay-img {
    width: 15rem;
  }

}
@media (prefers-color-scheme: dark) {
  .form-overlay {
    background-color: #222222e7;
    color: var(--nl-light, #2f2727);
  }

}
.br-mobile {
  display: none;
}

@media (max-width: 768px) {
  .br-mobile {
    display: inline;
  }

}
.br-desktop {
  display: none;
}

@media (min-width: 768px) {
  .br-desktop {
    display: inline;
  }

}
.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-container-mobile {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-pagination-bullet {
  background-color: var(--nl-orange) !important;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background-color: var(--nl-orange) !important;
  opacity: 1;
}

.buttons-container-desktop {
  margin: 0px 3.125rem;
}

.banner-desktop {
  position: relative;
  padding-bottom: 1rem;
}

.banner-mobile {
  position: relative;
}

.banner-legal {
  margin: 0;
  padding: 0.85rem 1.5rem;
  background-color: #000;
  color: #fff;
  text-align: justify;
  text-align-last: center;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(11px, 0.79vw, 15.5px);
  line-height: 1.15;
}

.banner-legal a {
  color: inherit;
  text-decoration: underline;
}

.banner-legal-mobile {
  font-size: clamp(9.2px, 1.24vw, 14px);
  line-height: 1.2;
  padding: 0.75rem 1rem;
}

.banner-swiper {
  display: block;
}

.banner-swiper-mobile {
  display: none;
}

.swiper-slide .servicio-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 25rem;
  overflow: hidden;
  padding: 0;
}

.swiper-slide .servicio-imagen-small {
  width: 13rem;
  margin-bottom: 2rem;
}

.swiper-slide .servicio-imagen-medium {
  margin-bottom: 2rem;
}

.servicio-imagen {
  display: block;
  width: 100%;
  max-width: 20rem;
  height: auto;
  margin: 0 auto;
  border-radius: 1rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}

@media (max-width:37.5rem) {
  .servicio-imagen {
    max-width: 15rem;
  }

}
@media (max-width:60.25rem) {
  .form-mobile {
    margin: 1rem;
    justify-content: center;
  }

  .banner-desktop {
    display: none;
  }

  .servicio-imagen {
    max-width: 15rem;
  }

}
@media(max-width:60.0625rem) {
  .banner-swiper {
    display: none;
  }

  .banner-swiper-mobile {
    display: block;
  }

  .buttons-container-desktop {
    display: none !important;
  }

}
@media(min-width:1000px) {
  .form-overlay iframe {
    height: 40rem !important;
    width: 40rem !important;
  }

}
@media(min-width:60.1rem) {
  .banner-desktop {
    display: block;
  }

  .banner-swiper {
    display: block;
  }

  .banner-mobile {
    display: none!important;
  }

  .banner-swiper-mobile {
    display: none;
  }

  .buttons-container-mobile {
    display: none !important;
  }

}
@media(min-width:768px) and (max-width:1024px) {
  .banner-swiper-mobile .swiper-wrapper {
    display: flex!important;
  }

  .banner-swiper-mobile .swiper-slide {
    flex: 0 0 100%!important;
    width: 100%!important;
  }

}
.form-mobile {
  background-color: var(--nl-cta-bg-light);
}

@media (prefers-color-scheme:dark) {
  .form-mobile {
    background-color: var(--nl-cta-bg-dark);
  }

}
