.menu-select-mobile{
    background: var(--colorPrimary);
    width:max-content;
    margin:0 auto;
    padding: 12px;
}
.grid-legal .menu-select-mobile{
    border-radius: 35px;
}
.menu-select-mobile a{
    font-weight: 500;
    font-size: 21px;
    color: #fff;
    margin: 0 5px;
    padding: 12px 32px;
    border-radius: 35px;
    background: transparent;
    border: none;
    width:fit-content;
}
.menu-select-mobile a.active{
    color: var(--colorPrimary);
    background: #fff;
}
.menu-select-mobile .select-contentNavigation{
    background:#fff;
    color:var(--colorPrimary);
    border-radius: 35px;
    width: 100%;
    padding:10px;
    border: none;
    font-weight: 400;
    font-size: 20px;
    text-align:center;
    border-right:10px solid transparent;
    border-left:10px solid transparent;
}
.ficha-hotel .menu-select-mobile,.ficha-hotel .menu-select-mobile a{
    border-radius:0;
}
.ficha-hotel .menu-select-mobile .select-contentNavigation{
    padding:18px 0;
    background:var(--colorPrimary);
    border-radius:0;
} 
@media(min-width:992px){
.menu-select-mobile{
    padding: 22px 35px;
}
}
@media(max-width:991px){
    .menu-select-mobile{
        width:100%;
    }
}
/*.menu-select-mobile .select-contentNavigation{
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.menu-select-mobile select.select-contentNavigation::-ms-expand {
   display: none;
}*/