section .hero {
  min-height: var(--viewportHeight);
  display: flex;
  align-items: center;
  position: relative;
}
section .hero picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section .hero picture:before {
  content: "";
  z-index: 0;
  background-color: #FFFFFF;
  opacity: 0.4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section .hero picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section .hero .container {
  position: relative;
}
@media (min-width: 1440px) {
  section .hero .section-top {
    margin-left: 90px;
  }
  section .hero .hero-tit {
    max-width: 700px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  section .hero .hero-tit {
    max-width: 600px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  section .hero {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  section .hero .tarifas-hero {
    max-width: 570px;
  }
}
@media (max-width: 767px) {
  section .hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section .hero .hero-tit {
    max-width: 680px;
    margin-bottom: 20px;
  }
  section .hero .hero-tit br {
    display: none;
  }
  section .hero .blockFeaturedCardTarifa-type1-item {
    min-height: 200px;
  }
}
section .tarifas-empresas .section-top {
  max-width: 642px;
}
@media (min-width: 1440px) {
  section .tarifas-empresas .section-cont {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  section .tarifas-empresas {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  section .tarifas-empresas .section-top {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  section .tarifas-empresas {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section .tarifas-empresas .section-top {
    margin-bottom: 40px;
  }
}
section .banner-residencial {
  background-color: #023331;
}
section .banner-residencial .btn-n1:hover {
  border-color: #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
}
section .banner-residencial .blockFeaturedCardTarifa-type1-item .blockFeaturedCardTarifa-content {
  min-height: 160px;
}
@media (min-width: 1024px) {
  section .banner-residencial {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  section .banner-residencial .section-cont {
    max-width: 955px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section .banner-residencial .section-cont .section-top {
    width: 536px;
  }
  section .banner-residencial .section-cont > * {
    flex-basis: auto;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
@media (max-width: 1023px) {
  section .banner-residencial {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .banner-residencial .section-cont {
    max-width: 668px;
  }
  section .banner-residencial .section-cont .section-top {
    width: 450px;
  }
}
@media (max-width: 767px) {
  section .banner-residencial .section-tit3 br {
    display: none;
  }
}/*# sourceMappingURL=operador.css.map */