body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    line-height: 1.4;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    font-family: "Montserrat", sans-serif;
    background: #FFC0CB;
}
body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #000
    background-color: #FFC0CB;
}



/* --- DESKTOP: Transparente y no sticky --- */
@media (min-width: 992px) {
    #header, .header-nav {
        background: transparent !important;
        position: absolute !important;
        top: 0;
        width: 100%;
        box-shadow: none !important;
        font-weight: 400;
    }
}

/* --- MÓVIL: Fondo rosa, ancho completo y altura correcta --- */
@media (max-width: 991px) {
    #header, .header-nav, .mobile {
        background-color: #FFC0CB !important; /* Tu color rosa */
        background-image: none !important;
        position: relative !important;
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 10px 15px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
}

/* --- ESTILOS COMUNES DE TEXTO E ICONOS --- */
#header .header-nav a, 
#header .header-nav span,
.mobile a, .mobile span {
    color: #000 !important;
    font-size: 1.5rem !important;
}

#header svg, #header i, .mobile svg {
    fill: #000 !important;
    color: #000 !important;
}


/*---------------------------------------------------------------------------*/

