/* Estilos específicos de nosotros.html */

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.industrial-sheen {
    background: linear-gradient(135deg, #fff6df 0%, #ffd700 100%);
}

.frosted-engine-glass {
    background-color: rgba(53, 53, 52, 0.6);
    backdrop-filter: blur(20px);
}
