ul{
    padding-left: 0;
    list-style: none;

}

a{
    text-decoration: none;
}
.dropdown-item img{
    width: 15px;
    height: 15px;
}
.translate{
    display: flex;
    justify-content: end;
    width: 95%;
    margin: auto;
    
}
.idiomas{
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid rgb(219, 219, 219);
    position: relative;
    
}
.idiomas:hover{
    background-color:rgb( 228,228,228);
}