/*
 Theme Name:   GEMESEG Child
 Theme URI:    https://gemeseg.com
 Description:  Child theme de Divi para GEMESEG
 Author:       GEMESEG
 Author URI:   https://gemeseg.com
 Template:     Divi
 Version:      1.0.0
 Text Domain:  gemeseg-child
*/

/* Estilos globales del sitio van aquí si los necesitas */
:root {
    /* ==========================================
       PALETA DE COLORES PRINCIPAL
       ========================================== */
       
    /* El tono más oscuro. Ideal para fondos pesados, footers o texto principal. */
    --color-azul-noche: rgb(16, 15, 49);     /* Hex: #100F31 */
    
    /* El azul medio. Excelente para encabezados, menús o elementos corporativos. */
    --color-azul-corporativo: rgb(18, 55, 95); /* Hex: #12375F */
    
    /* El color vibrante. Perfecto para botones, llamadas a la acción (CTA) y alertas. */
    --color-naranja-acento: rgb(238, 59, 27);  /* Hex: #EE3B1B */
    
    /* El tono neutro. Muy útil para fondos de secciones secundarias o bordes sutiles. */
    --color-gris-claro: rgb(230, 230, 230);    /* Hex: #E6E6E6 */
    
}

/* ==========================================
   ESTILOS GLOBALES DE LANDINGS
   ========================================== */

/* Especificidad alta: ID + Clase + Etiqueta (Gana limpiamente sin !important) */
#et-main-area .gemeseg-landing-wrapper h1,
#et-main-area .gemeseg-landing-wrapper h2,
#et-main-area .gemeseg-landing-wrapper h3,
#et-main-area .gemeseg-landing-wrapper h4,
#et-main-area .gemeseg-landing-wrapper h5,
#et-main-area .gemeseg-landing-wrapper h6 {
    color: var(--color-gris-claro);
}