/*
Theme Name: Tema CIG Moderno
Theme URI: https://cig.org.gt
Author: Colegio de Ingenieros de Guatemala
Description: Tema moderno y responsivo para el portal web del CIG.
Version: 1.0
Text Domain: cig-moderno
*/

/* Restaurar viñetas en el contenido de los posts superando el reset de Tailwind */
.wp-block-list {
    list-style-type: disc !important;
    padding-left: 2.5rem !important; 
    margin-bottom: 1.5em;
}

/* Restaurar estilos de H1 en el contenido de WordPress */
h1.wp-block-heading {
    font-weight: 700 !important;
    font-size: 20px !important; 
    line-height: 1.2 !important;
    margin-top: 32px;
    margin-bottom: 16px;
}

/* Restaurar estilos de H2 en el contenido de WordPress */
h2.wp-block-heading {
    font-weight: 700 !important;
    font-size: 17px !important; 
    line-height: 1.3 !important;
    margin-top: 32px;
    margin-bottom: 16px;
}

/* Estilos para los encabezados numéricos y títulos (H3) */
h3.wp-block-heading {
    font-weight: 700 !important;
    font-size: 15px !important; 
    margin-top: 24px;
    margin-bottom: 8px;
}
/* Personalizar colores del carrusel Swiper */
.swiper-pagination-bullet-active { background-color: #002855 !important; }
.swiper-button-next, .swiper-button-prev { background-color: rgba(255, 255, 255, 0.8); width: 40px !important; height: 40px !important; border-radius: 50%; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); }