/* Pixel Google Translate */

.pgt-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.pgt-wrapper .pgt-element {
    display: inline-block;
}

/* Ocultar la barra superior que Google inyecta y su empuje del body */
.goog-te-banner-frame.skiptranslate,
#goog-gt-tt,
.goog-te-balloon-frame {
    display: none !important;
}

body {
    top: 0 !important;
    position: static !important;
}

/* Quitar el resaltado que Google pone sobre el texto traducido */
.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

/* Estética del desplegable */
.pgt-wrapper .goog-te-gadget-simple {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 13px;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
}

.pgt-wrapper .goog-te-gadget-simple .goog-te-menu-value {
    color: inherit;
}

.pgt-wrapper .goog-te-gadget-simple img {
    display: none;
}

.pgt-wrapper .goog-te-gadget-icon {
    display: none;
}
