/* =================================================================
   SONIA PENSANDO · solo imagen, fondo crema para integrar
================================================================= */
.sonia-pensando {
    background: #f8f2e7;
    display: flex; align-items: center; justify-content: center;
    padding: clamp(2.5rem, 5vw, 4rem) 5% !important;
}
/* Imagen sin fondo contenida al viewport: nunca desborda en alto ni en ancho. */
.sonia-pensando img {
    width: auto; max-width: min(560px, 90%);
    max-height: 60vh; height: auto;
    display: block; margin: 0 auto;
    object-fit: contain;
}

/* Responsive — sonia */
@media (max-width: 768px) {
    .sonia-pensando { padding: 2.5rem 5% !important; }
    .sonia-pensando img { max-width: 85%; max-height: 45vh; }
}
