/* Escritorio */
.logo-imagen {
  width: 75% !important;
}
.hero .heading {
    /* font-size: clamp(3.5rem, 2.5vw, 2.5rem) !important; */
    font-size: 4rem !important;
 }

/* Mobil */
@media only screen and (max-width: 767px) {
  .logo-imagen {
    width: 321% !important;
  }
  .hero .heading {
    font-size: clamp(2.5rem, 2.5vw, 2.5rem) !important;
 }
}