#bannerlangredirect {
    position: fixed;
    top: 0px;
    z-index: 11;
    width: 100%;
    background: #75777a;
    color: #FFF;
}

#bannerlangredirect {  top: 0px;}
body.admin-bar #bannerlangredirect{top: 32px}
#bannerlangredirect.active+.elementor-location-header {    top: 60px}
body.admin-bar #bannerlangredirect.active+.elementor-location-header{ top: 92px}

#bannerlangredirect .container-global {
    max-width: 1300px !important;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    min-height: 60px;
    padding: 0px 24px;
}

#bannerlangredirect .container-info-lang {
    width: 70%;
    font-size: 14px;
}

#bannerlangredirect .container-form-lang {
    width: 20%;
}

#bannerlangredirect .container-form-lang form {
    display: flex;
}
#bannerlangredirect .container-form-lang form select{
    background: #19c0ea;
    color: #FFF;
    padding: 10px;
    border: 0px;
    cursor: pointer;
}
#bannerlangredirect .container-form-lang form li{
   
}
#bannerlangredirect .container-form-lang form span{    right: -85px;    position: absolute;}
#bannerlangredirect .container-form-lang form select option:hover,#bannerlangredirect .container-form-lang form select option:focus{background-color: #aee907ff!important;}
#bannerlangredirect .container-form-lang form select option{ background-color: #19c0ea;}

.container-form-lang form input {}

#bannerlangredirect .container-form-lang form input[type="submit"] {
    background: #FFF;
    border: 0px;
    margin-left: 10px;
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
}
#bannerlangredirect .container-form-lang form input[type="submit"]:hover{
    background: #000;
    color:#FFF;
}
#bannerlangredirect .container-closed{margin-left: 20px;}
#bannerlangredirect .button-closed {    cursor: pointer;}
#bannerlangredirect .button-closed:hover{color:#000}

@media only screen and (max-width: 980px) {  
    #bannerlangredirect{    padding-bottom: 15px;padding-top: 14px;}
    body.admin-bar #bannerlangredirect{top: 46px}
    #bannerlangredirect.active+.elementor-location-header {    top: 120px}
    body.admin-bar #bannerlangredirect.active+.elementor-location-header{ top: 146px}
    #bannerlangredirect .container-global {flex-direction: column;}
    #bannerlangredirect .container-info-lang,#bannerlangredirect .container-form-lang  {width:90%;}
    #bannerlangredirect .container-info-lang{margin-bottom: 10px;}
    #bannerlangredirect .container-closed {position: absolute;right: 20px;bottom: 25px;}
} 