﻿body {
    top: 0 !important;
}

.skiptranslate {
    display: none !important
}
.goog-te-banner-frame {
    display: none;
    height: auto !important;
    visibility: hidden;
}

#google_translate_element {
    display: none;
}

#goog-gt-tt, .goog-te-balloon-frame {
    display: none !important;
}

.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

.btn-languaje img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    #languajeMobile {
        display: block !important;
    }

    #languajeDesktop {
        display: none;
    }
}