/* switch idioma 20200127 */

#llengua {
     position: fixed;
     right: 3%;
     top: 1%;
     width: 3em;
     z-index:10001 !important;
}

#llengua {
     text-transform: uppercase;
     font-family:'Roboto condensed';
     color: #000;
}

#llengua a,
#llengua span {
     font-size:.85em;
}

#llengua .ttp {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

#llengua .ttp .tiptext {
    visibility: hidden;
    width: 100px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 6px 0;
    position: absolute;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

#llengua .ttp .tiptext::after {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
}

#llengua .ttp:hover .tiptext {
    visibility: visible;
}


#llengua .ttp.bottom .tiptext{
    margin-left: -60px;
    top: 150%;
    left: 50%;
    line-height: 1.3;
}

#llengua .ttp.bottom .tiptext div {
     font-size:.85em;
}

#llengua .ttp.bottom .tiptext::after{
    margin-left: 7px;
    bottom: 100%;
    left: 50%;
    border-color: transparent transparent #2E2E2E transparent;
}
