/* ************************************************** */
/* ************** Language Switcher ***************** */
/* ************************************************** */

.language-switcher
{
    text-align: center;
    margin-top: 20px;
    font-size: 0.9rem;
    color: #666;
    border-top: 1px solid #ddd; /* Línea separadora */
    padding: 10px 0;
}

.language-switcher a
{
    color: #FF6F61; /* Color del texto */
    text-decoration: none;
    font-weight: bold;
    margin: 0 10px;
}

.language-switcher a:hover
{
    color: #FF8A75; /* Color al pasar el cursor */
    text-decoration: underline;
}
