.elementor-kit-5{--e-global-color-primary:#ED7841;--e-global-color-secondary:#F2F2F2;--e-global-color-text:#312E2C;--e-global-color-accent:#31D49B;--e-global-color-8b2bf21:#FFFFFF;--e-global-typography-primary-font-family:"Work Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Work Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-primary );}.elementor-kit-5 a:hover{color:var( --e-global-color-accent );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );border-radius:0px 0px 0px 0px;}.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);}@media(max-width:1024px){.elementor-kit-5{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --texto:#312e2c; --verde:#31d49b; --Naranja:#d27845; }
/* Start custom CSS *//* =============================================
   CLASE PARA BOTONES CON ICONO SEPARADO (.btn-split)
   ============================================= */

/* 1. Estructura del botón */
.btn-split .elementor-button {
    display: inline-flex !important; 
    padding: 0 !important;
    overflow: hidden;
    border: none !important;
    align-items: stretch !important;
    text-decoration: none;
}

.btn-split .elementor-button-content-wrapper {
    display: flex !important;
    width: 100% !important;
}

/* 2. Parte del Texto (Verde) */
.btn-split .elementor-button-text {
    
    color: #000000 !important; /* Texto negro */
    padding: 15px 25px; 
    display: flex;
    align-items: center;
    flex-grow: 1; 
    white-space: nowrap;
    transition: all 0.3s ease;
}

/* 3. Caja del Icono (Oscura) */
.btn-split .elementor-button-icon {
    background-color: #242424; /* Fondo negro/gris */
    padding: 15px 20px;       
    margin: 0 !important;      
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; 
    transition: all 0.3s ease;
}

/* 4. Color del Icono (Blindado) */
.btn-split .elementor-button-content-wrapper .elementor-button-icon i,
.btn-split .elementor-button-content-wrapper .elementor-button-icon svg {
    color: #ffffff !important;
    fill: #ffffff !important;
    font-size: 18px;
    transition: all 0.3s ease;
}

/* 5. Estado HOVER */
.btn-split .elementor-button:hover .elementor-button-icon i {
    color: #242424 !important; /* El icono cambia a verde */
}

.btn-split .elementor-button:hover .elementor-button-text {
    filter: brightness(1.1); /* Brilla un poco el verde al pasar el ratón */
}

/* 6. Adaptabilidad MÓVIL */
@media (max-width: 767px) {
    .btn-split, 
    .btn-split .elementor-button {
        display: flex !important; 
        width: 100% !important;
    }

    .btn-split .elementor-button-text {
        padding: 12px 15px; 
        font-size: 14px;
        white-space: normal !important; 
    }

    .btn-split .elementor-button-icon {
        padding: 12px 15px;
    }
}


/* =============================================
   CLASE GLOBAL: .btn-split-CTA 
   ============================================= */

/* --- 1. ESTRUCTURA DEL BOTÓN --- */
.btn-split-CTA .elementor-button {
    display: inline-flex !important; 
    padding: 0 !important;
    overflow: hidden;
    border: none;
    align-items: stretch;
}

.btn-split-CTA .elementor-button-content-wrapper {
    display: flex !important;
    width: 100% !important;
}

/* --- 2. PARTE DEL TEXTO --- */
.btn-split-CTA .elementor-button-text {
    color: #000000 !important; /* Texto Negro */
    padding: 15px 25px; 
    display: flex;
    align-items: center;
    flex-grow: 1; /* Empuja el icono al final */
    white-space: nowrap;
}

/* --- 3. CAJA DEL ICONO --- */
.btn-split-CTA .elementor-button-icon {
    background-color: #ffffff; /* Fondo Blanco */
    padding: 15px 20px;       
    margin: 0 !important;      
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; 
}

/* --- 4. COLOR DEL ICONO --- */
.btn-split-CTA .elementor-button-content-wrapper .elementor-button-icon i,
.btn-split-CTA .elementor-button-content-wrapper .elementor-button-icon svg,
.btn-split-CTA .elementor-align-icon-right .elementor-button-icon {
    color: #242424 !important;
    fill: #242424 !important;
}

/* --- 5. ESTADO HOVER --- */
.btn-split-CTA .elementor-button:hover .elementor-button-icon i {
    color: #242424 !important;
}

/* --- 6. ADAPTABILIDAD MÓVIL --- */
@media (max-width: 767px) {
    .btn-split-CTA, 
    .btn-split-CTA .elementor-button {
        display: flex !important; 
        width: 100% !important;
    }

    .btn-split-CTA .elementor-button-text {
        padding: 12px 15px; 
        font-size: 14px;
        white-space: normal !important; 
    }

    .btn-split-CTA .elementor-button-icon {
        padding: 12px 15px;
        margin-right: 0 !important; 
    }
}




/*TITULOS CON OUTLINE VERDE*/

.outlinetext {
    font-size:1.6em;
    display:block;
    
/* PASO 1: Hace el cuerpo de la letra del mismo color que el fondo */
    color: #FFFFFF !important; /* Sustituye #FFFFFF por el color exacto de tu fondo */

    /* PASO 2: Stackeamos sombras para simular outline externo perfecto */
    text-shadow:
        1px 1px 0 #31D49B,
        -1px 1px 0 #31D49B,
        1px -1px 0 #31D49B,
        -1px -1px 0 #31D49B,
        1px 0px 0 #31D49B,
        -1px 0px 0 #31D49B,
        0px 1px 0 #31D49B,
        0px -1px 0 #31D49B;

    /* PASO 3: Eliminamos la propiedad que daba error */
    -webkit-text-stroke: 0 !important;
      
}

/*TITULOS CON OUTLINE NARANJA*/
.outlinetextnar {
    font-size:1.6em;
    display:block;
    
/* PASO 1: Hace el cuerpo de la letra del mismo color que el fondo */
    color: #FFFFFF !important; /* Sustituye #FFFFFF por el color exacto de tu fondo */

    /* PASO 2: Stackeamos sombras para simular outline externo perfecto */
    text-shadow:
        1px 1px 0 #ed7841,
        -1px 1px 0 #ed7841,
        1px -1px 0 #ed7841,
        -1px -1px 0 #ed7841,
        1px 0px 0 #ed7841,
        -1px 0px 0 #ed7841,
        0px 1px 0 #ed7841,
        0px -1px 0 #ed7841;

    /* PASO 3: Eliminamos la propiedad que daba error */
    -webkit-text-stroke: 0 !important;
      
}/* End custom CSS */