.nwOfiArg{
  background-color: #182232 !important;
  background-repeat: no-repeat;
  background-image: url(../images/slide/oficina-bg.png);
  background-size: cover;
  background-position: 50% 50%;
  background-blend-mode: overlay !important;
}
.bciNwsBg{
  background-color: #182232 !important;
  background-repeat: no-repeat;
  background-image: url(../images/slide/banner-bci.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-blend-mode: overlay !important;
}
.isoBg{
  background-color: #182232 !important;
  background-repeat: no-repeat;
  background-image: url(../images/slide/seguridad-digital.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-blend-mode: overlay !important;
}
.appointment-hero-wrapper {
    height: 580px;
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #ffffff;
}
@media (max-width: 767.98px) {
    .appointment-hero-wrapper {
        height: 380px;
    }
    h1{
        font-size: 24px;
    }
    h2{
        font-size: 22px;
    }
    h5{
        font-size: 16px;
    }   
}

