<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---- SecciÃ³n de foto de equipo Inwow ---- */
.foto-equipo {
    max-width: 100vw;
    height: 100vh;
    background-image: url('../../media/imagenes/nosotros.png'); /* Imagen para escritorio */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .foto-equipo {
        background-image: url('../../media/imagenes/nosotros-vertical.png'); /* Imagen para mÃ³viles */
    }
}</pre></body></html>