/* Ocultar la barra superior de Google Translate */

/* Estilo inicial para la barra de Google Translate */
.skiptranslate {
    width: 1px !important;
    height: 1px !important;
    visibility: hidden !important;
}

body {
    top: 0 !important;
}

#overlay-translation {
    /*
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0.8;
    display: block;
    color: white;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
    z-index: 1001;
    */

    /*
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000000;
    padding: 20px;
    display: block;
    z-index: 999;
    */

    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: top 0.5s ease-in-out;
    z-index:1500;
    width: 200px;
    display:none;
    text-transform: uppercase;




}

