.hero-banner {
  position: relative;
  width: 100%;
  min-height: 740px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 0 !important;
  margin: 0 !important;
  /* overlay escuro para leitura */
  /* Responsivo */
}
.hero-banner__background {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-banner__image {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 2;
}
.hero-banner__content {
  position: relative;
  z-index: 3;
  max-width: 1180px !important;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding-bottom: 64px;
}
.hero-banner__tagline {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 1rem;
  font-weight: 400;
}
.hero-banner__tagline img {
  max-width: 102px;
  height: auto;
}
.hero-banner__icon {
  width: 12px;
  height: 12px;
  background-color: #e30613;
  border-radius: 50%;
  display: inline-block;
}
.hero-banner__title {
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
  font-family: "Sabin", sans-serif;
  margin-top: 1.5rem;
  max-width: 767px;
  line-height: 100%;
}
.hero-banner__description {
  font-size: 1rem;
  margin-top: 10px;
  line-height: 24px;
  font-family: "Lab Grotesque", "Sabin", sans-serif;
  color: #EEEDE7;
  max-width: 767px;
}
@media (max-width: 768px) {
  .hero-banner {
    border-radius: 0 0 32px 32px;
  }
  .hero-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.9) 75%, rgba(0, 0, 0, 0.99) 100%);
    z-index: 2;
  }
  .hero-banner__image {
    height: 400px !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60% 30%;
       object-position: 60% 30%;
  }
  .hero-banner__content {
    padding: 1rem;
    color: #323232 !important;
  }
  .hero-banner__title {
    font-size: 1.75rem;
  }
  .hero-banner__description {
    color: #323232 !important;
  }
  .hero-banner__description p {
    margin-bottom: 0;
  }
  .hero-banner__wrapper {
    padding: 1.5rem;
    background: #EEEDE7;
    border-radius: 32px;
  }
}

.elementor-element.e-con:has(.elementor-widget-csp-banner-simple) {
  padding: 0 !important;
  margin-top: -70px;
}/*# sourceMappingURL=style.css.map */