#hero {
  position: relative;
  text-align: center;
  height: 990px;
  background: url("https://open-publicidad.com/wp-content/uploads/2025/11/hero_img.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
}

#hero .titulares {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  position: absolute;
  top: 275px;
  width: 100%;
  z-index: 1;
}

#hero .titulares h1,
#hero .titulares h2 {
  color: var(--azul-1);
  font-weight: 600;
}

#hero .titulares h1 {
  font-size: 76px;
  line-height: 1;
}

#hero .titulares h2 {
  font-size: 30px;
}
@media (min-width: 768px) and (max-width: 1160px) {

  #hero .titulares h1 {
    font-size: 60px;
    line-height: 1;
  }

  #hero .titulares h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  #hero {
    background: url("https://open-publicidad.com/wp-content/uploads/2025/11/hero_movilimg.webp");
    background-position: center top;
    background-size: cover;
    height: 600px;
  }

  #hero .titulares {
    top: 145px;
  }

  #hero .titulares h1 {
    font-size: 44px;
    line-height: 1;
  }

  #hero .titulares h2 {
    font-size: 22px;
  }
}
