/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Child Theme for Divi
Author: Carlos Dem
Template: Divi
Version: 1.0.0
*/

/* --- Estilos del módulo evidencia --- */
.modulo_evidencia {
    padding: 21px;
    box-sizing: border-box;
    text-align: center;
}

/* Botón Leer Más */
.modulo_evidencia .boton_leer_mas {
    display: inline-block;
    font-family: "agdasima_r", sans-serif;
    font-size: 14pt;
    color: #5b5e5e;
    border: 2px solid #5b5e5e;
    border-radius: 21px;
    padding: 6px 21px;
    margin: 10px 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.modulo_evidencia .boton_leer_mas:hover {
    background-color: #5b5e5e;
    color: #ffffff;
}
