.img-banner-home a img {
    width: 100% !important;
    height: 100% !important;
}

/* Mantiene responsive sin romper nada */
img {
  max-width: 100%;
  height: auto;
}

/* Fix para imágenes específicas */
img[src*="astronauta"] {
  aspect-ratio: 3 / 4;
}

img[src*="foto-home"] {
  height: 100%;
}

img[src*="logo"] {
  aspect-ratio: 3 / 1;
}

.style-sell {
  font-family: 'MediumItalic', sans-serif !important;
}


.c-col-11.invertido > [class*="c-col-"] {
  float: right;
}