.skiptranslate {
    & iframe {
        display: none;
    }
}

body {
    top: 0px !important;
}

#google_translate_element {
    display: none;
    & .skiptranslate {
        position: relative;
        height: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 150px;

       

        & div {
            position: absolute;
            top: 0px;

            &:after {
                content: "\f107";
                position: absolute;
                top: 4px;
                right: 10px;
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                font-size: 18px;
            }

            & .goog-te-combo {
                margin: 0px;
                color: #000;
                border-radius: 0 !important;
                width: 150px;
                & option {
                    display: none;

                    /* &:first-of-type {
                        display: block;
                    } */

                    &[value="en"] {
                        display: block;
                    }

                    &[value="es"] {
                        display: block;
                    }
                }
            }
        }
    }

    &:after {
        top: 15px
    }
}

#goog-gt-tt {
    display: none !important;
}

.header-menus {
    line-height: normal;
    display: inline-flex;
    width: auto;
    align-items: center;
}
