#destacado {
  background: url("https://open-publicidad.com/wp-content/uploads/2025/11/fondo_estrellas.webp");
  background-size: cover;
  background-position: 50% 50%;
  height: 216px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#destacado p {
  color: white;
  line-height: 1.25;
  margin-bottom: 13px;
}
.big {
  font-size: 24px;
  max-width: 65%;
}
.small {
  font-size: 16px;
}

@media (min-width: 1680px) {
  .big {
    max-width: 800px;
  }
}
@media (max-width: 1160px) {
  .big {
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  #destacado {
    background: url("https://open-publicidad.com/wp-content/uploads/2025/11/fondo_estrellas_movil_v2.webp");
    background-size: contain;
    background-position: 50% 50%;
  }
  .big {
    font-size: 18px;
    max-width: 100%;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .small {
    font-size: 14px;
  }
}
