.elementor-kit-82{--e-global-color-primary:#1A237E;--e-global-color-secondary:#4A148C;--e-global-color-text:#212121;--e-global-color-accent:#00BCD4;--e-global-color-background:#FFFFFF;--e-global-color-backgroundAccent:#E3F2FD;--e-global-color-transparent:#00000000;--e-global-typography-primary-font-family:"Crimson Pro";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Crimson Pro";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Mulish";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Mulish";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading-xl-font-family:"Crimson Pro";--e-global-typography-heading-xl-font-size:56px;--e-global-typography-heading-xl-font-weight:600;--e-global-typography-heading-xl-line-height:1.2em;--e-global-typography-heading-l-font-family:"Crimson Pro";--e-global-typography-heading-l-font-size:48px;--e-global-typography-heading-l-font-weight:600;--e-global-typography-heading-l-line-height:1.2em;--e-global-typography-heading-m-font-family:"Crimson Pro";--e-global-typography-heading-m-font-size:40px;--e-global-typography-heading-m-font-weight:600;--e-global-typography-heading-m-line-height:1.2em;--e-global-typography-heading-s-font-family:"Crimson Pro";--e-global-typography-heading-s-font-size:18px;--e-global-typography-heading-s-font-weight:500;--e-global-typography-body-s-font-family:"Mulish";--e-global-typography-body-s-font-size:14px;--e-global-typography-body-s-font-weight:400;--e-global-typography-body-s-line-height:1.5em;background-color:var( --e-global-color-background );background-image:url("https://caradonnalegacy.com/wp-content/uploads/2025/11/cropped-2.png");}.elementor-kit-82 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:300px;max-width:300px;}.site-header .site-description{color:#050407;}.site-header .site-navigation ul.menu li a{color:#1316A5;}.site-header .site-navigation .menu li{font-size:26px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;gap:0px;}.site-footer .footer-inner{width:134px;max-width:100%;}.site-footer .site-branding .site-logo img{width:196px;max-width:196px;}.site-footer .site-description{text-shadow:0px 0px 0px rgba(0,0,0,0.3);}@media(max-width:1024px){.elementor-kit-82{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading-xl-font-size:48px;--e-global-typography-heading-l-font-size:40px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-82{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading-xl-font-size:40px;--e-global-typography-heading-l-font-size:32px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================================
   GLOBAL BRAND COLORS — CARADONNA LEGACY GROUP
   ============================================================ */

:root {
    --clg-blue: #1bb3e8;     /* Azul del logo */
    --clg-purple: #6a1bb9;   /* Púrpura del logo */
    --clg-gradient: linear-gradient(90deg, #1bb3e8, #6a1bb9);
    --clg-light: #ffffff;
    --clg-light-gray: #f6f6f6;
    --clg-dark: #1a1a1a;
    --clg-gray: #6d6d6d;
}


/* ============================================================
   HEADER (CLARO)
   ============================================================ */

header, .elementor-location-header {
    background: var(--clg-light) !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    padding: 10px 0;
}

/* Logo con fondo blanco */
header .custom-logo img,
.elementor-widget-theme-site-logo img {
    background: #ffffff;
    padding: 8px 14px;
    border-radius: 10px;
    max-height: 70px; /* ✔ Ajusta aquí el tamaño del logo */
    width: auto;
}

/* Menú principal */
header .elementor-nav-menu a {
    color: var(--clg-dark) !important;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

/* Hover */
header .elementor-nav-menu a:hover {
    color: var(--clg-purple) !important;
}

/* Active item */
header .elementor-item.elementor-item-active {
    color: var(--clg-blue) !important;
}

/* Header sticky */
.elementor-sticky--effects {
    background: rgba(255,255,255,0.95) !important;
    backdrop-filter: blur(8px);
    box-shadow: 0 3px 15px rgba(0,0,0,0.10);
}


/* ============================================================
   FOOTER (CLARO)
   ============================================================ */

footer, .elementor-location-footer {
    background: var(--clg-light) !important;
    color: var(--clg-dark) !important;
    padding: 60px 0;
    border-top: 1px solid rgba(0,0,0,0.08);
}

/* Títulos del footer */
footer h2, footer h3,
.elementor-location-footer h2,
.elementor-location-footer h3 {
    color: var(--clg-dark) !important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}

/* Texto y enlaces */
footer p, footer a {
    color: var(--clg-gray) !important;
    font-size: 15px;
    line-height: 1.7;
    transition: 0.3s ease;
}

/* Hover enlaces */
footer a:hover {
    color: var(--clg-purple) !important;
    text-decoration: underline;
}

/* Línea suave entre secciones del footer */
footer .footer-divider {
    border-top: 1px solid rgba(0,0,0,0.1);
    margin: 25px 0;
    width: 100%;
}


/* ============================================================
   BOTONES DE MARCA
   ============================================================ */

/* Botón principal — gradient */
.elementor-button--gradient {
    background: var(--clg-gradient);
    color: #fff !important;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    padding: 14px 26px;
    transition: 0.3s ease;
}

.elementor-button--gradient:hover {
    opacity: 0.85;
}

/* Botón outline */
.elementor-button--outline {
    border: 2px solid var(--clg-purple);
    background: transparent;
    color: var(--clg-purple) !important;
    border-radius: 10px;
    padding: 14px 26px;
}

.elementor-button--outline:hover {
    background: var(--clg-purple);
    color: #fff !important;
}


/* ============================================================
   MOBILE OPTIMIZATION
   ============================================================ */

@media (max-width: 767px) {
    header .custom-logo img {
        max-height: 55px;
    }

    header .elementor-nav-menu--dropdown a {
        font-size: 18px !important;
        padding: 14px;
    }

    footer {
        text-align: center;
    }
}/* End custom CSS */