
/* 3. Efeitos de opacidade (Inativo vs Ativo) */
.lang-option {
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.4; 
    font-weight: 400 !important;
}

.lang-option.active {
    opacity: 1; 
    font-weight: 700 !important;
}

/* 4. Limpeza 100% dos widgets visuais do Google Translate */
.goog-te-banner-frame, 
.goog-te-banner-frame.skiptranslate, 
iframe.skiptranslate,
.VIpgJd-ZVi9od-aZ2wEe,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.VIpgJd-ZVi9od-ORHb, 
.VIpgJd-ZVi9od-ORHb-OEVmcd.skiptranslate {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
    box-shadow: none !important;
}
/* Remove barra Google */ .goog-te-banner-frame, .goog-te-banner-frame.skiptranslate, .VIpgJd-ZVi9od-ORHb-OEVmcd { display: none !important; } /* Corrige deslocamento */ body { top: 0 !important; } /* Remove widget visual */ #google_translate_element, .goog-te-gadget { display: none !important; } #goog-gt-tt { display: none !important; } #goog-gt-vt { display: none !important; } .VIpgJd-suEOdc .VIpgJd-yAWNEb-L7lbkb .skiptranslate { display: none !important; visibility: hidden !important; } #goog-gt-tt, .goog-tooltip, .goog-te-balloon-frame { display: none !important; visibility: hidden !important; opacity: 0 !important; } /* Remove highlight amarelo */ font { background: transparent !important; }
