.hero-sostenible {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 60px;
}

.hero-sostenible::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

.hero-sostenible__breadcrumb {
  position: absolute;
  top: 20px;
  left: 60px;
  z-index: 1;
}

.hero-sostenible__breadcrumb ol {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-sostenible__breadcrumb a,
.hero-sostenible__breadcrumb li {
  color: #ffffff !important;
  font-family: 'Figtree', sans-serif;
  font-size: 13px;
}

.hero-sostenible__breadcrumb li::after {
  content: '›';
  margin-left: 8px;
  color: #ffffff;
}

.hero-sostenible__breadcrumb li:last-child::after {
  display: none;
}

.hero-sostenible__contenido {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin-top: 60px;
}

.hero-sostenible__titulo {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.hero-sostenible__bold {
  font-family: 'Figtree', sans-serif;
  font-weight: 800;
  font-size: 3rem;
  color: #ffffff;
  line-height: 1;
}

.hero-sostenible__script {
  font-family: 'VasttagBrush', cursive;
  font-size: 6rem;
  color: #ffffff;
  line-height: 1;
}

.hero-sostenible__parrafo {
  font-family: 'Figtree', sans-serif;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1.6;
  max-width: 400px;
}

@media screen and (max-width: 764px) {
  .hero-sostenible {
    background-image: url('/themes/custom/aires_theme/images/bg-seamos-m.webp') !important;
    padding: 20px;
    min-height: 400px;
  }

  .hero-sostenible__breadcrumb {
    left: 20px;
  }

  .hero-sostenible__bold {
    font-size: 2.2rem;
  }

  .hero-sostenible__script {
    font-size: 4rem;
  }

  .hero-sostenible__parrafo {font-size: 1.5rem; line-height: 1;}
}
