/* Estilo del enlace "Leer más" */
.leer-mas-texto {
    color: #ffcc00; /* Amarillo Fagales */
    text-decoration: underline;
    font-weight: normal;
    transition: color 0.3s ease;
}

.leer-mas-texto:hover {
    color: #ffd633;
}
