.aside {
    background-color: #333333;
}

body {
    color: #f2eada;
    background-color: #333333;
}

.text-muted {
    color: #f2eada !important;
}

.text-dark-50 {
    color: #ffffff !important;
}

.btn.btn-clean:hover {
    background-color: #333333 !important;
    border: solid;
    border-color: #f2eada;
    color: #333333 !important; /* Mantén el color del texto */
    transform: scale(1.05); /* Escala ligeramente el botón */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.8); /* Sombra más pronunciada al pasar el cursor */
}

.btn.btn-clean.dropdown-toggle:after {
    color: #333333 !important;
}


a {
    color: #f2eada !important;
}

    a:hover {
        background-color: #939191 !important;
        color: #f2eada !important;
        transition: transform 0.3s, background-color 0.3s, color 0.3s, border 0.3s, box-shadow 0.3s;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra inicial */
    }


.offcanvas {
    background-color: #333333;
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
    border: solid;
    border-color: #f2eada;
}

#Reja.menu-link {
    background-color: #333333 !important;
}

@media (min-width: 992px) {
    .brand {
        background-color: #333333;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .brand .btn i {
            color: #f2eada;
        }

        .brand .btn .svg-icon svg g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
            fill: #494b74;
        }

        .brand .btn .svg-icon svg:hover g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
        }

        .brand .btn.active .svg-icon svg g [fill], .brand .btn:hover .svg-icon svg g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
            fill: #333333;
        }

        .brand .btn.active .svg-icon svg:hover g [fill], .brand .btn:hover .svg-icon svg:hover g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
        }

        .brand .btn.active i, .brand .btn:hover i {
            color: #f2eada;
        }
}

@media (max-width: 991.98px) {
    .header-mobile {
        background-color: #333333;
    }

        .header-mobile .burger-icon span {
            background-color: rgb(197, 195, 201); /*MOD LUIS*/
        }

            .header-mobile .burger-icon span::before, .header-mobile .burger-icon span::after {
                background-color: rgb(197, 195, 201); /*MOD LUIS*/
            }

        .header-mobile .burger-icon:hover span {
            background-color: #333333;
        }

            .header-mobile .burger-icon:hover span::before, .header-mobile .burger-icon:hover span::after {
                background-color: #333333;
            }

        .header-mobile .burger-icon-active span {
            background-color: #333333;
        }

            .header-mobile .burger-icon-active span::before, .header-mobile .burger-icon-active span::after {
                background-color: #333333;
            }

        .header-mobile .btn i {
            color: #f2eada;
        }

        .header-mobile .btn .svg-icon svg g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
            fill: #484f66;
        }

        .header-mobile .btn .svg-icon svg:hover g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
        }

        .header-mobile .btn.active .svg-icon svg g [fill], .header-mobile .btn:hover .svg-icon svg g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
            fill: #3699FF;
        }

        .header-mobile .btn.active .svg-icon svg:hover g [fill], .header-mobile .btn:hover .svg-icon svg:hover g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
        }

        .header-mobile .btn.active i, .header-mobile .btn:hover i {
            color: #3699FF;
        }
}
