 :root, [data-bs-theme=light] {
    
}
.sec-heading .title {
    font-size: 2rem;
}
 .header-basic {
    background-color: #0b1235;
}
 .active {
    font-weight: bold;
    color: #2598bb;
}

.language-selector {
    position: relative;
    width: 120px;
    margin: 1rem;
}

.language-select {
    width: 100%;
    padding: 8px 12px;
    padding-left: 40px; 
    border: 1px solid #343a40;
    border-radius: 4px;
    background-color: #101225;
    cursor: pointer;
    font-size: 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #e0e4e9;
}

.language-select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0,123,255,.25);
}

.select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.select-wrapper::after {
    content: '▼';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
    color: #555;
}

.flag-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 15px;
}

/* Estilos específicos para las banderas SVG */
.flag-es, .flag-en {
    width: 20px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    top: 0px;
    position: absolute;
}
.menu-item.active a {
    color: #2598bb!important;
    font-weight: 800;
}
