.traductor .opcion a {
    color: white;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    margin: 5px;
    transition: all ease-in-out 1s !important;
}
.traductor .opcion a:hover {
    text-decoration: overline !important;
    text-decoration-color: white;
    color: rgb(58, 212, 174) !important;
}



