.elementor-235 .elementor-element.elementor-element-38e7b74{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-235 .elementor-element.elementor-element-a37d4dd{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-235 .elementor-element.elementor-element-a37d4dd img{width:100%;max-width:100%;height:100%;object-fit:contain;object-position:center center;}.elementor-235 .elementor-element.elementor-element-0a6e0d8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-235 .elementor-element.elementor-element-6014b80{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-235 .elementor-element.elementor-element-15dca19.elementor-element{--flex-grow:0;--flex-shrink:1;}.elementor-235 .elementor-element.elementor-element-15dca19{text-align:center;}.elementor-235 .elementor-element.elementor-element-15dca19 .elementor-heading-title{font-family:"Ubuntu", Sans-serif;font-size:0.8rem;font-weight:600;text-transform:uppercase;letter-spacing:0.3px;-webkit-text-stroke-color:#000;stroke:#000;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:#43883D;}.elementor-235 .elementor-element.elementor-element-e74f9a6{text-align:center;}.elementor-235 .elementor-element.elementor-element-e74f9a6 .elementor-heading-title{font-family:"Ubuntu", Sans-serif;font-size:(2rem, 4vw, 2.8rem);font-weight:700;color:#000000;}.elementor-235 .elementor-element.elementor-element-c447419{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-41aa117 */.gesco-section {
        width: 100%;
        background: #ffffff;
        font-family: 'Ubuntu', sans-serif;
        padding: 35px 5%;
    }

    .gesco-section * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .gesco-container {
        max-width: 1400px;
        margin: 0 auto;
    }

    /* Header de GESCO+I */
    .gesco-intro {
        background: linear-gradient(135deg, #43883D 0%, #5aa346 100%);
        padding: 60px 50px;
        border-radius: 24px;
        margin-bottom: 60px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 15px 50px rgba(67, 136, 61, 0.3);
    }

    .gesco-intro::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -10%;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
        border-radius: 50%;
    }

    .gesco-intro::after {
        content: '';
        position: absolute;
        bottom: -30%;
        left: -5%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(147, 192, 31, 0.2) 0%, transparent 70%);
        border-radius: 50%;
    }

    .gesco-intro-content {
        position: relative;
        z-index: 1;
        text-align: center;
    }

    .gesco-overtitle {
        font-size: 0.75rem;
        font-weight: 600;
        color: #93C01F;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-bottom: 20px;
    }

    .gesco-title {
        font-size: clamp(2.5rem, 5vw, 4rem);
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 25px;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .gesco-description {
        font-size: clamp(1.05rem, 1.5vw, 1.25rem);
        color: rgba(255, 255, 255, 0.95);
        line-height: 1.8;
        max-width: 900px;
        margin: 0 auto;
    }

    /* Sección del Volante PDF */
    .volante-viewer-section {
        margin-bottom: 60px;
    }

    .volante-viewer-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .volante-viewer-title {
        font-size: clamp(1.8rem, 3vw, 2.5rem);
        font-weight: 700;
        color: #2d2d2d;
        margin-bottom: 15px;
    }

    .volante-viewer-title .highlight {
        color: #43883D;
    }

    .volante-viewer-subtitle {
        font-size: 1.1rem;
        color: #5a5a5a;
        margin-bottom: 20px;
    }

    .download-button {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: linear-gradient(135deg, #43883D, #5aa346);
        color: white;
        padding: 15px 35px;
        border-radius: 12px;
        text-decoration: none;
        font-weight: 700;
        font-size: 1rem;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(67, 136, 61, 0.3);
    }

    .download-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(67, 136, 61, 0.4);
    }

    .download-button svg {
        width: 20px;
        height: 20px;
        fill: white;
    }

    /* Contenedor del PDF */
    .pdf-viewer-container {
        margin-top: 40px;
        background: #f8f9fa;
        border-radius: 16px;
        padding: 30px;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
        border: 3px solid #e8e8e8;
    }

    .pdf-embed-wrapper {
        position: relative;
        width: 100%;
        background: white;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }

    .pdf-embed-wrapper iframe,
    .pdf-embed-wrapper embed,
    .pdf-embed-wrapper object {
        width: 100%;
        height: 800px;
        border: none;
        display: block;
    }

    .pdf-fallback {
        display: none;
        text-align: center;
        padding: 60px 30px;
        background: white;
        border-radius: 12px;
    }

    .pdf-fallback-icon {
        width: 80px;
        height: 80px;
        background: linear-gradient(135deg, #43883D, #5aa346);
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
    }

    .pdf-fallback-icon svg {
        width: 40px;
        height: 40px;
        fill: white;
    }

    .pdf-fallback h3 {
        font-size: 1.5rem;
        font-weight: 700;
        color: #2d2d2d;
        margin-bottom: 15px;
    }

    .pdf-fallback p {
        font-size: 1.1rem;
        color: #5a5a5a;
        margin-bottom: 25px;
    }

    /* Sección de Ejes */
    .ejes-section {
        margin-top: 80px;
    }

    .ejes-header {
        text-align: center;
        margin-bottom: 50px;
    }

    .ejes-overtitle {
        font-size: 0.875rem;
        font-weight: 600;
        color: #43883D;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-bottom: 15px;
    }

    .ejes-title {
        font-size: clamp(2rem, 4vw, 2.8rem);
        font-weight: 700;
        color: #2d2d2d;
        margin-bottom: 20px;
    }

    .ejes-title .highlight {
        color: #43883D;
        position: relative;
    }

    .ejes-title .highlight::after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        height: 12px;
        background: rgba(67, 136, 61, 0.15);
        z-index: -1;
        border-radius: 4px;
    }

    /* Grid de Ejes */
    .ejes-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 30px;
    }

    .eje-button {
        background: #ffffff;
        border: 2px solid #e8e8e8;
        border-radius: 16px;
        padding: 30px;
        display: flex;
        align-items: center;
        gap: 20px;
        text-decoration: none;
        transition: all 0.3s ease;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    }

    .eje-button::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(67, 136, 61, 0.05), transparent);
        transition: left 0.5s ease;
    }

    .eje-button:hover::before {
        left: 100%;
    }

    .eje-button:hover {
        transform: translateY(-8px);
        border-color: #43883D;
        box-shadow: 0 15px 40px rgba(67, 136, 61, 0.15);
    }

    .eje-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        background: linear-gradient(135deg, #43883D, #5aa346);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 15px rgba(67, 136, 61, 0.3);
        transition: all 0.3s ease;
    }

    .eje-button:hover .eje-icon {
        transform: scale(1.1) rotate(5deg);
        box-shadow: 0 6px 20px rgba(67, 136, 61, 0.4);
    }

    .eje-icon svg {
        width: 30px;
        height: 30px;
        fill: white;
    }

    .eje-content {
        flex: 1;
        text-align: left;
    }

    .eje-label {
        font-size: 0.75rem;
        font-weight: 600;
        color: #43883D;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 8px;
        display: block;
    }

    .eje-title-text {
        font-size: 1.1rem;
        font-weight: 700;
        color: #2d2d2d;
        line-height: 1.4;
        transition: color 0.3s ease;
    }

    .eje-button:hover .eje-title-text {
        color: #43883D;
    }

    .eje-arrow {
        width: 24px;
        height: 24px;
        min-width: 24px;
        transition: all 0.3s ease;
    }

    .eje-arrow svg {
        width: 100%;
        height: 100%;
        fill: #43883D;
    }

    .eje-button:hover .eje-arrow {
        transform: translateX(5px);
    }

    /* Responsive */
    @media (max-width: 1024px) {
        .pdf-embed-wrapper iframe,
        .pdf-embed-wrapper embed,
        .pdf-embed-wrapper object {
            height: 700px;
        }

        .ejes-grid {
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        }
    }

    @media (max-width: 768px) {
        .gesco-section {
            padding: 60px 5%;
        }

        .gesco-intro {
            padding: 40px 30px;
        }

        .pdf-viewer-container {
            padding: 20px;
        }

        .pdf-embed-wrapper iframe,
        .pdf-embed-wrapper embed,
        .pdf-embed-wrapper object {
            height: 600px;
        }

        .ejes-section {
            margin-top: 60px;
        }

        .ejes-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .eje-button {
            padding: 25px 20px;
        }
    }

    @media (max-width: 480px) {
        .gesco-section {
            padding: 50px 5%;
        }

        .gesco-intro {
            padding: 30px 20px;
        }

        .pdf-viewer-container {
            padding: 15px;
        }

        .pdf-embed-wrapper iframe,
        .pdf-embed-wrapper embed,
        .pdf-embed-wrapper object {
            height: 500px;
        }

        .eje-button {
            padding: 20px 15px;
            gap: 15px;
        }

        .eje-icon {
            width: 50px;
            height: 50px;
        }
    }/* End custom CSS */