@media (min-width: 992px) {
    .brand {
        background-color: #1a1a27;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .brand .btn i {
            color: #494b74;
        }

        .brand .btn .svg-icon svg g [fill] {
            -webkit-transition: fill .3s ease;
            transition: fill .3s ease;
            fill: #494b74;
        }

        .brand .btn .svg-icon svg:hover g [fill] {
            -webkit-transition: fill .3s ease;
            transition: fill .3s ease;
        }

        .brand .btn.active .svg-icon svg g [fill],
        .brand .btn:hover .svg-icon svg g [fill] {
            -webkit-transition: fill .3s ease;
            transition: fill .3s ease;
            fill: #203749;
        }

        .brand .btn.active .svg-icon svg:hover g [fill],
        .brand .btn:hover .svg-icon svg:hover g [fill] {
            -webkit-transition: fill .3s ease;
            transition: fill .3s ease;
        }

        .brand .btn.active i,
        .brand .btn:hover i {
            color: #203749;
        }
}

@media (max-width: 991.98px) {
    .header-mobile {
        background-color: #1a1a27;
    }

        .header-mobile .burger-icon span {
            background-color: #484f66;
        }

            .header-mobile .burger-icon span::after,
            .header-mobile .burger-icon span::before {
                background-color: #484f66;
            }

        .header-mobile .burger-icon:hover span {
            background-color: #203749;
        }

            .header-mobile .burger-icon:hover span::after,
            .header-mobile .burger-icon:hover span::before {
                background-color: #203749;
            }

        .header-mobile .burger-icon-active span {
            background-color: #203749;
        }

            .header-mobile .burger-icon-active span::after,
            .header-mobile .burger-icon-active span::before {
                background-color: #203749;
            }

        .header-mobile .btn i {
            color: #484f66;
        }

        .header-mobile .btn .svg-icon svg g [fill] {
            -webkit-transition: fill .3s ease;
            transition: fill .3s ease;
            fill: #484f66;
        }

        .header-mobile .btn .svg-icon svg:hover g [fill] {
            -webkit-transition: fill .3s ease;
            transition: fill .3s ease;
        }

        .header-mobile .btn.active .svg-icon svg g [fill],
        .header-mobile .btn:hover .svg-icon svg g [fill] {
            -webkit-transition: fill .3s ease;
            transition: fill .3s ease;
            fill: #203749;
        }

        .header-mobile .btn.active .svg-icon svg:hover g [fill],
        .header-mobile .btn:hover .svg-icon svg:hover g [fill] {
            -webkit-transition: fill .3s ease;
            transition: fill .3s ease;
        }

        .header-mobile .btn.active i,
        .header-mobile .btn:hover i {
            color: #203749;
        }
}

.accordion .card {
    background-color: #1a1a27;
    border: none;
    color: #3f4254;
}

    .accordion .card .card-header {
        cursor: pointer;
        margin: 0;
        border-bottom: 0;
        padding: 0;
        background-color: #181C32;
    }

.accordion .btn-link {
    color: #ffc107;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

    .accordion .btn-link:hover {
        color: #ffd700; /* Más intenso */
    }

.accordion .status-icon {
    margin-left: 10px;
}

.accordion .card-body {
    background-color: #1a1a27;
}

.accordion .collapse.show {
    border-top: 1px solid #444;
}

.spinner-border {
    color: #ffc107;
}

.text-success {
    color: #28a745 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.text-info {
    color: #17a2b8 !important;
}
