﻿.navbar-nav .nav-link {
    display: inline-block;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.navbar-nav .nav-link:hover, .nav-link.active {
    color: #ff9900;
    background-color: #fff1c2;
    border-radius: 4px;
}

section {
    scroll-margin-top: 110px;
}

/* Estilos para selector de idioma personalizado */
.language-selector {
    position: relative;
    margin-right: 15px;
    margin-left:10px;
}

.language-dropdown {
    position: relative;
    display: inline-block;
}

.language-button {
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 20px;
}

    .language-button:hover {
        background-color: rgba(0,0,0,0.05);
    }

    .language-button img {
        width: 24px;
        height: 16px;
        margin-right: 5px;
    }

.language-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 170px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1000;
    border-radius: 4px;
    right: 0;
    overflow-y: auto;
    max-height: 300px;
}

    .language-dropdown-content.show {
        display: block;
    }

.language-option {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.2s;
}

    .language-option:hover {
        background-color: #f8f9fa;
    }

    .language-option img {
        width: 24px;
        height: 16px;
        margin-right: 10px;
    }
    .language-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 170px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1000;
    border-radius: 4px;
    right: 0;
    overflow-y: auto;
    max-height: 300px;
}

    .language-dropdown-content.show {
        display: block;
    }

.language-option {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.2s;
}

    .language-option:hover {
        background-color: #f8f9fa;
    }

    .language-option img {
        width: 24px;
        height: 16px;
        margin-right: 10px;
    }
/*Mobile*/
.language-optionMobile {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.2s;
}

    .language-optionMobile:hover {
        background-color: #f8f9fa;
    }

    .language-optionMobile img {
        width: 24px;
        height: 16px;
        margin-right: 10px;
    }
/* Ocultar elementos no deseados del traductor de Google */
.goog-te-banner-frame {
    display: none !important;
}

.goog-te-gadget {
    font-family: inherit !important;
    font-size: 0 !important; /* Oculta todo el texto */
}

    .goog-te-gadget span {
        display: none !important;
    }

.goog-te-gadget-simple {
    display: none !important;
}


.titleMonserrat {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

.subTitleMonserrat {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.textoArial {
    font-family: Arial, sans-serif;
}

.text-justify {
    text-align: justify;
}

.text-center {
    text-align: center;
}

.text-arial-italic {
    font-family: Arial, sans-serif;
    font-style: italic;
}