/* Clase para elementos que no se traducen */
.notranslate {
    /* No se traducirá */
}

/* Estilos para GTranslate */
.gtranslate_wrapper {
    display: inline-block;
    background-color: rgba(173, 195, 218, 0.34);
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    padding: 5px 12px;
}

/* Personalizar el selector de GTranslate */
#gt-wrapper-80552987 select,
#gt-wrapper-80552987 a {
    border: none;
    cursor: pointer;
    margin: 0;
    /* margin-bottom: 3px; */
    margin-top: -3px;
    padding: 0;
    transition: all 0.304s;
}

a.glink.gt-current-lang img,
#gt-wrapper-80552987 a.gt-current-lang,
#gt-wrapper-80552987 select:hover,
#gt-wrapper-80552987 a:hover {
    filter: drop-shadow(0 0 3.4px rgba(86, 119, 127, 0.61));
    opacity: 1;
}

#gt-wrapper-80552987 a:active {
    transform: scale(0.97);
}

.gtranslate_wrapper img {
    width: 25px;
    height: auto;
}
