/* Nuevos estilos para ASESOCAR*/

/* Control de opacidad del menu para nuevo script */
#mainNav {
    background-color: rgba(255, 255, 255, 0.5) !important;
    transition: background-color 0.3s ease;
}

#mainNav.scrolled {
    background-color: rgba(255, 255, 255, 1) !important;
}

#mainNav .nav-link.active {
    color: red !important;
    font-weight: 600;
}

@media (max-width: 992px) {
    header.masthead {
        padding-top: 0;
    }
    header {
        padding-top: 0;
    }

    #mainNav {
        background-color: rgba(255, 255, 255, 1) !important;
    }

    header.masthead h1 {
    font-size: 2.25rem;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
}

@media (max-width: 500px) {
    .navbar-brand {
        max-width: 200px;
        width: 100%;
        height: auto;
    }

    .navbar-brand img{
        width: 200px !important;
        height: auto !important;
    }
}
