.elementor-235 .elementor-element.elementor-element-da5c2e9{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-235 .elementor-element.elementor-element-7701132{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-235 .elementor-element.elementor-element-b34a4a0{--display:flex;}.elementor-235 .elementor-element.elementor-element-92117a7{--display:flex;}.elementor-235 .elementor-element.elementor-element-af02c37{padding:0px 0px 0px 0px;}.elementor-235 .elementor-element.elementor-element-ad518d2 .eael-ninja-form .nf-error-wrap .nf-error-required-error{display:block !important;}.elementor-235 .elementor-element.elementor-element-ad518d2 .eael-ninja-form .nf-form-errors .nf-error-field-errors{display:block !important;}.elementor-235 .elementor-element.elementor-element-ad518d2 .eael-ninja-form .submit-container input[type="button"]{width:130px;}.elementor-235 .elementor-element.elementor-element-ad518d2 .eael-ninja-form .submit-container input[type="submit"]{width:130px;}.elementor-235 .elementor-element.elementor-element-dba6cf5{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-235 .elementor-element.elementor-element-b34a4a0{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-235 .elementor-element.elementor-element-da5c2e9{--width:100%;}.elementor-235 .elementor-element.elementor-element-7701132{--content-width:100%;}}/* Start custom CSS */body {
        font-family: 'Urbanist', sans-serif !important;
        background: linear-gradient(135deg, #f0fbff 0%, #ffffff 100%);
    }
 
        .hero-section {
            max-width: 1400px;
            margin: 0 auto;
            padding: 80px 20px 60px;
        }
        .comments-area a, .page-content a {
            text-decoration: none!important;
        }
        .hero-content {
            text-align: center;
            background: white;
            border-radius: 30px;
            padding: 80px 60px;
            box-shadow: 0 15px 50px rgba(28, 101, 131, 0.1);
            position: relative;
            overflow: hidden;
        }

        .hero-content::before {
            content: '';
            position: absolute;
            top: -100px;
            right: -100px;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(21, 176, 221, 0.05) 0%, transparent 70%);
            border-radius: 50%;
        }

        .hero-content::after {
            content: '';
            position: absolute;
            bottom: -80px;
            left: -80px;
            width: 250px;
            height: 250px;
            background: radial-gradient(circle, rgba(28, 101, 131, 0.03) 0%, transparent 70%);
            border-radius: 50%;
        }

        .hero-inner {
            position: relative;
            z-index: 1;
        }

        .subtitle-label {
            font-size: 0.95em;
            color: #15b0dd;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            margin-bottom: 20px;
            display: inline-block;
        }

        .hero-title {
            font-size: 3.5em;
            color: #1c6583;
            font-weight: 800;
            margin-bottom: 20px;
            letter-spacing: -1.5px;
            line-height: 1.2;
        }

        .hero-title .title-accent {
            color: #15b0dd;
            position: relative;
            display: inline-block;
        }

        .hero-title .title-accent::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #15b0dd, #1c6583);
            border-radius: 2px;
        }

        .hero-description {
            font-size: 1.2em;
            color: #2E728C;
            line-height: 1.8;
            max-width: 900px;
            margin: 30px auto 0;
        }
        
        
        /* ===== DECORATIVE DIVIDER ===== */
        .divider-section {
            max-width: 1400px;
            margin: 60px auto;
            padding: 0 20px;
        }

        .divider-line {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .divider-line::before,
        .divider-line::after {
            content: '';
            flex: 1;
            height: 2px;
            background: linear-gradient(90deg, transparent, #ACE5F2);
        }

        .divider-line::after {
            background: linear-gradient(90deg, #ACE5F2, transparent);
        }

        .divider-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #15b0dd, #1c6583);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 40px;
            font-size: 1.8em;
            box-shadow: 0 10px 30px rgba(21, 176, 221, 0.3);
            position: relative;
        }

        .divider-icon::before {
            content: '';
            position: absolute;
            width: 80px;
            height: 80px;
            border: 3px dashed #ACE5F2;
            border-radius: 50%;
            animation: rotate 20s linear infinite;
        }

        /* ===== CONTENT SECTION ===== */
        .content-section {
            max-width: 1400px;
            margin: 0 auto 80px;
            padding: 0 20px;
        }

        .content-container {
            background: white;
            border-radius: 30px;
            box-shadow: 0 15px 50px rgba(28, 101, 131, 0.1);
            overflow: hidden;
        }

        .content-grid {
            display: block;
        }

        .content-text {
            padding: 60px 50px;
            max-width: 100%;
        }

        .content-text h2 {
            font-size: 2.5em;
            color: #1c6583;
            font-weight: 800;
            margin-bottom: 25px;
            letter-spacing: -1px;
            line-height: 1.2;
            text-align: center;
        }

        .content-text .highlight {
            color: #15b0dd;
        }

        .content-text p {
            font-size: 1.05em;
            color: #2E728C;
            line-height: 1.8;
            margin-bottom: 20px;
            text-align: justify;
        }

        .content-text > p:last-of-type {
            text-align: center;
            font-weight: 600;
            font-size: 1.15em;
            margin-top: 40px;
            margin-bottom: 30px;
        }

        .certifications-list {
            margin-top: 40px;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .cert-item {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 20px 25px;
            background: white;
            border-radius: 15px;
            border-left: 4px solid #15b0dd;
            transition: all 0.3s ease;
            box-shadow: 0 5px 20px rgba(28, 101, 131, 0.08);
        }

        .cert-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(21, 176, 221, 0.15);
            border-left-color: #1c6583;
        }

        .cert-item .check {
            width: 35px;
            height: 35px;
            background: linear-gradient(135deg, #15b0dd, #1c6583);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1em;
            font-weight: bold;
            flex-shrink: 0;
            box-shadow: 0 5px 15px rgba(21, 176, 221, 0.3);
        }

        .cert-item .cert-text {
            flex: 1;
        }

        .cert-item .cert-name {
            font-size: 1em;
            color: #1c6583;
            font-weight: 700;
            line-height: 1.4;
            display: block;
            margin-bottom: 3px;
        }

        .cert-item .cert-acronym {
            font-size: 0.85em;
            color: #15b0dd;
            font-weight: 600;
            font-style: normal;
        }

        /* ===== CERTIFICATIONS GRID SECTION ===== */
        .certifications-section {
            display: none;
        }

        .video-container {
            display: none;
        }

        /* ===== CTA BUTTON ===== */
        .cta-section {
            text-align: center;
            padding: 40px 50px;
            background: linear-gradient(135deg, #f8fcfe 0%, #ffffff 100%);
        }

        .cta-title {
            font-size: 1.5em;
            color: #1c6583;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .cta-button {
            display: inline-flex;
            align-items: center;
            gap: 15px;
            background: linear-gradient(135deg, #15b0dd, #1c6583);
            color: white;
            padding: 18px 40px;
            border-radius: 50px;
            font-size: 1.1em;
            font-weight: 600;
            text-decoration: none;
            box-shadow: 0 10px 30px rgba(21, 176, 221, 0.3);
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(21, 176, 221, 0.4);
            color:white;
        }

        .cta-button .arrow {
            font-size: 1.3em;
            transition: transform 0.3s ease;
        }

        .cta-button:hover .arrow {
            transform: translateX(5px);
        }

        /* ===== MISSION & VISION SECTION ===== */
        .mission-vision-section {
            max-width: 1400px;
            margin: 0 auto 80px;
            padding: 0 20px;
        }

        .mission-vision-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
        }

        .mv-card {
            background: white;
            border-radius: 30px;
            padding: 50px 40px;
            box-shadow: 0 15px 50px rgba(28, 101, 131, 0.1);
            text-align: center;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .mv-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #15b0dd, #1c6583);
            transform: scaleX(0);
            transition: transform 0.4s ease;
        }

        .mv-card:hover::before {
            transform: scaleX(1);
        }

        .mv-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 60px rgba(21, 176, 221, 0.2);
        }

        .mv-icon-wrapper {
            width: 120px;
            height: 120px;
            margin: 0 auto 30px;
            background: linear-gradient(135deg, #15b0dd, #1c6583);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            box-shadow: 0 15px 40px rgba(21, 176, 221, 0.3);
        }

        .mv-icon-wrapper::before {
            content: '';
            position: absolute;
            width: 140px;
            height: 140px;
            border: 3px dashed #ACE5F2;
            border-radius: 50%;
            animation: rotate 20s linear infinite;
        }

        .mv-icon-wrapper .icon {
            font-size: 3.5em;
        }

        .mv-card h2 {
            font-size: 2em;
            color: #1c6583;
            font-weight: 800;
            margin-bottom: 20px;
            letter-spacing: -0.5px;
        }

        .mv-card p {
            font-size: 1.05em;
            color: #2E728C;
            line-height: 1.8;
            text-align: justify;
        }

        /* ===== ANIMATIONS ===== */
        @keyframes fadeIn {
            from { 
                opacity: 0;
                transform: translateY(20px);
            }
            to { 
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes rotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /* ===== RESPONSIVE DESIGN ===== */
        
        /* Tablets grandes (1024px - 1199px) */
        @media (max-width: 1199px) {
            .hero-content {
                padding: 60px 40px;
            }

            .hero-title {
                font-size: 3em;
            }

            .content-text {
                padding: 50px 40px;
            }

            .content-text h2 {
                font-size: 2.2em;
            }
        }

        /* Tablets (768px - 1023px) */
        @media (max-width: 1023px) {
            .hero-section {
                padding: 60px 20px 40px;
            }

            .hero-content {
                padding: 50px 30px;
            }

            .hero-title {
                font-size: 2.5em;
            }

            .hero-description {
                font-size: 1.1em;
            }

            .content-grid,
            .mission-vision-grid {
                grid-template-columns: 1fr;
            }

            .video-container {
                min-height: 400px;
            }

            .content-text {
                padding: 40px 30px;
            }

            .content-text h2 {
                font-size: 2em;
            }

            .content-text > p:last-of-type {
                font-size: 1.1em;
            }

            .certifications-list {
                grid-template-columns: 1fr;
                gap: 18px;
            }

            .cert-item {
                padding: 18px 20px;
            }

            .cta-section {
                padding: 35px 30px;
            }

            .cta-title {
                font-size: 1.3em;
            }

            .divider-icon {
                margin: 0 30px;
            }
        }

        /* Móviles grandes (576px - 767px) */
        @media (max-width: 767px) {
            .hero-section {
                padding: 40px 15px 30px;
            }

            .hero-content {
                padding: 40px 25px;
                border-radius: 20px;
            }

            .subtitle-label {
                font-size: 0.85em;
                letter-spacing: 2px;
            }

            .hero-title {
                font-size: 2em;
                letter-spacing: -1px;
            }

            .hero-description {
                font-size: 1em;
            }

            .divider-section {
                margin: 40px auto;
            }

            .divider-icon {
                width: 50px;
                height: 50px;
                font-size: 1.5em;
                margin: 0 20px;
            }

            .divider-icon::before {
                width: 65px;
                height: 65px;
            }

            .content-text {
                padding: 30px 25px;
            }

            .content-text h2 {
                font-size: 1.7em;
                margin-bottom: 20px;
            }

            .content-text > p:last-of-type {
                font-size: 1em;
                margin-top: 30px;
                margin-bottom: 25px;
            }

            .certifications-list {
                gap: 15px;
            }

            .cert-item {
                padding: 15px 18px;
            }

            .cert-item .check {
                width: 32px;
                height: 32px;
                font-size: 0.9em;
            }

            .cert-item .cert-name {
                font-size: 0.95em;
            }

            .cert-item .cert-acronym {
                font-size: 0.8em;
            }

            .content-text p {
                font-size: 0.95em;
                margin-bottom: 15px;
            }

            .certifications-list {
                margin-top: 20px;
            }

            .cert-item {
                padding: 12px 15px;
                margin-bottom: 10px;
            }

            .cert-item span {
                font-size: 0.9em;
            }

            .video-container {
                min-height: 350px;
            }

            .play-button-large {
                width: 80px;
                height: 80px;
            }

            .play-icon {
                border-left-width: 24px;
                border-top-width: 14px;
                border-bottom-width: 14px;
            }

            .video-label {
                font-size: 1em;
            }

            .mv-card {
                padding: 40px 30px;
                border-radius: 20px;
            }

            .mv-icon-wrapper {
                width: 100px;
                height: 100px;
                margin-bottom: 25px;
            }

            .mv-icon-wrapper::before {
                width: 120px;
                height: 120px;
            }

            .mv-icon-wrapper .icon {
                font-size: 3em;
            }

            .mv-card h2 {
                font-size: 1.7em;
            }

            .mv-card p {
                font-size: 0.95em;
            }

            .cta-section {
                padding: 30px 25px;
            }

            .cta-title {
                font-size: 1.2em;
                margin-bottom: 18px;
            }

            .cta-button {
                padding: 16px 35px;
                font-size: 1em;
            }

            .certifications-list {
                gap: 12px;
            }

            .cert-item {
                padding: 15px;
                gap: 12px;
            }

            .cert-item .check {
                width: 30px;
                height: 30px;
                font-size: 0.85em;
            }

            .cert-item .cert-name {
                font-size: 0.9em;
            }

            .cert-item .cert-acronym {
                font-size: 0.75em;
            }
        }

        /* Móviles pequeños (menos de 576px) */
        @media (max-width: 575px) {
            .hero-content {
                padding: 30px 20px;
            }

            .hero-title {
                font-size: 1.7em;
            }

            .hero-description {
                font-size: 0.95em;
            }

            .divider-icon {
                width: 45px;
                height: 45px;
                font-size: 1.3em;
                margin: 0 15px;
            }

            .content-text {
                padding: 25px 20px;
            }

            .content-text h2 {
                font-size: 1.5em;
            }

            .content-text p {
                font-size: 0.9em;
                text-align: left;
            }

            .cert-item {
                padding: 10px 12px;
            }

            .cert-item .check {
                font-size: 1em;
            }

            .cert-item span {
                font-size: 0.85em;
            }

            .video-container {
                min-height: 300px;
            }

            .play-button-large {
                width: 70px;
                height: 70px;
            }

            .play-icon {
                border-left-width: 20px;
                border-top-width: 12px;
                border-bottom-width: 12px;
            }

            .mv-card {
                padding: 30px 20px;
            }

            .mv-icon-wrapper {
                width: 90px;
                height: 90px;
            }

            .mv-icon-wrapper::before {
                width: 110px;
                height: 110px;
                border-width: 2px;
            }

            .mv-icon-wrapper .icon {
                font-size: 2.5em;
            }

            .mv-card h2 {
                font-size: 1.5em;
            }

            .mv-card p {
                font-size: 0.9em;
            }

            .cta-section {
                padding: 25px 20px;
            }

            .cta-title {
                font-size: 1.1em;
            }

            .cta-button {
                padding: 15px 30px;
                font-size: 0.95em;
            }

            .certifications-list {
                margin-top: 25px;
            }

            .cert-item {
                padding: 12px 15px;
            }

            .cert-item .check {
                width: 28px;
                height: 28px;
            }

            .cert-item .cert-name {
                font-size: 0.85em;
            }
        }

        /* Ajustes para hover en dispositivos táctiles */
        @media (hover: none) {
            .cert-item:hover,
            .mv-card:hover {
                transform: none;
            }

            .cta-button:hover {
                transform: none;
            }
        }



.map-section-2 {
    background: white;
    border-radius: 30px;
    padding: 60px;
    box-shadow: 0 15px 50px rgba(28, 101, 131, 0.1);
}

.map-header-2 {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.map-header-2 h2 {
    font-size: 3em;
    color: #1c6583;
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: -1.5px;
}

.map-header-2 p {
    font-size: 1.2em;
    color: #2E728C;
    line-height: 1.6;
}

.map-with-info-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.quick-info-card {
    background: linear-gradient(135deg, #f8fcfe 0%, #ffffff 100%);
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    border: 2px solid #e0f2f7;
    transition: all 0.3s ease;
}

.quick-info-card:hover {
    border-color: #15b0dd;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(21, 176, 221, 0.15);
}

.quick-info-card .icon {
    font-size: 2.5em;
    margin-bottom: 15px;
}

.quick-info-card h4 {
    color: #1c6583;
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 8px;
}

.quick-info-card p {
    color: #2E728C;
    font-size: 0.9em;
    line-height: 1.5;
}

.map-container-2 {
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(28, 101, 131, 0.1);
}

 @keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Responsive */
@media (max-width: 1024px) {
    .map-section-1 {
        grid-template-columns: 1fr;
    }

    .map-with-info-2,
    .info-grid-4,
    .floating-cards {
        grid-template-columns: 1fr;
    }

    .map-overlay-3 {
        position: static;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .map-section-3 {
        height: auto;
        padding: 20px;
    }

    .map-container-3 {
        height: 400px;
        border-radius: 20px;
    }

    .floating-cards {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .map-info-1,
    .map-section-2,
    .map-section-4,
    .map-section-5 {
        padding: 30px 20px;
    }

    h2 {
        font-size: 2em !important;
    }

    .map-container-1,
    .map-container-2,
    .map-container-4,
    .map-container-5 {
        height: 350px;
    }

    .tabs-container {
        flex-direction: column;
    }

    .tab-button {
        width: 100%;
    }
}


/*Fromularios y contacto tab*/
/*CONTACTANOS*/

.proposal-wrapper {
            background: white;
            border-radius: 24px;
            padding: 50px 40px;
            margin-bottom: 60px;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
        }

        .proposal-label {
            display: inline-block;
            background: linear-gradient(135deg, #15b0dd 0%, #1c5f7a 100%);
            color: white;
            padding: 10px 24px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 40px;
            text-transform: uppercase;
        }

        
        .prop1-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .prop1-title {
            color: #1c5f7a;
            font-size: clamp(32px, 5vw, 48px);
            font-weight: 800;
            margin-bottom: 16px;
            position: relative;
            display: inline-block;
        }

        .prop1-title::after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(90deg, #15b0dd 0%, #1c5f7a 100%);
            border-radius: 2px;
        }

        .prop1-subtitle {
            color: #666;
            font-size: 18px;
            margin-top: 24px;
        }

        .location-tabs {
            display: flex;
            gap: 16px;
            justify-content: center;
            margin-bottom: 40px;
        }

        .location-tab {
            flex: 1;
            max-width: 300px;
            background: white;
            border: 3px solid #e0e0e0;
            padding: 20px 32px;
            border-radius: 16px;
            font-family: 'Urbanist', sans-serif;
            font-size: 18px;
            font-weight: 700;
            color: #666;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
        }
 
        .location-tab:hover {
            color: #666!important;
            border-color: #15b0dd;
            transform: translateY(-4px);
            background-color: white!important;
        }

        .location-tab.active {
            background: linear-gradient(135deg, #15b0dd 0%, #1c5f7a 100%);
            border-color: #15b0dd;
            color: white;
            box-shadow: 0 8px 24px rgba(21, 176, 221, 0.3);
        }
        
        .location-tab.active:hover {
            color: white!important;
            border-color: #15b0dd;
            transform: translateY(-4px);
            background-color: white!important;
        }
        

        .location-tab i {
            font-size: 24px;
        }

        .location-content {
            display: none;
            animation: fadeIn 0.5s ease;
        }

        .location-content.active {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
        }
    
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .info-section {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .info-card {
            background: linear-gradient(135deg, rgba(21, 176, 221, 0.05) 0%, rgba(28, 95, 122, 0.05) 100%);
            border-radius: 20px;
            padding: 28px;
            border-left: 4px solid #15b0dd;
            transition: all 0.3s ease;
        }

        .info-card:hover {
            transform: translateX(8px);
            box-shadow: 0 4px 20px rgba(21, 176, 221, 0.15);
        }

        .info-card-header {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 16px;
        }

        .info-icon {
            width: 56px;
            height: 56px;
            background: linear-gradient(135deg, #15b0dd 0%, #1c5f7a 100%);
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 26px;
        }

        .info-card h3 {
            color: #1c5f7a;
            font-size: 20px;
            font-weight: 700;
        }

        .info-card p {
            color: #666;
            font-size: 15px;
            line-height: 1.8;
        }

        .info-card a {
            color: #15b0dd;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .info-card a:hover {
            color: #1c5f7a;
        }

        .map-section {
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
            height: 500px;
            position: relative;
        }

        .map-section iframe {
            width: 100%;
            height: 100%;
            border: none;
        }

        .map-overlay {
            position: absolute;
            top: 20px;
            right: 20px;
            background: white;
            padding: 12px 20px;
            border-radius: 50px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
            display: flex;
            align-items: center;
            gap: 8px;
            font-weight: 700;
            color: #1c5f7a;
            font-size: 14px;
        }
        /* ========================================
           RESPONSIVE
           ======================================== */
        @media (max-width: 1024px) {
            .location-content.active {
                grid-template-columns: 1fr;
            }

            .location-card,
            .location-card:nth-child(even) {
                grid-template-columns: 1fr;
            }

            .location-card:nth-child(even) .card-info,
            .location-card:nth-child(even) .card-map {
                order: unset;
            }

            .visual-body.elementor-page-235 {
                grid-template-columns: 1fr;
            }

            .details-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {

            .proposal-wrapper {
                padding: 32px 20px;
                border-radius: 16px;
            }

            .location-tabs {
                flex-direction: column;
            }

            .location-tab {
                max-width: 100%;
            }

            .map-section,
            .card-map {
                height: 350px;
                min-height: 350px;
            }

            .card-info {
                padding: 28px 20px;
            }

            .card-title {
                font-size: 26px;
            }

            .map-container-full {
                height: 350px;
            }
        }

        @media (max-width: 480px) {
            .info-card {
                padding: 20px;
            }

            .info-icon {
                width: 48px;
                height: 48px;
                font-size: 22px;
            }

            .contact-icon {
                width: 40px;
                height: 40px;
                font-size: 18px;
            }

            .body.elementor-page-235-icon {
                width: 60px;
                height: 60px;
                font-size: 28px;
            }
        }
        
        
        
        /*FORMULARIO*/
        
                /* Círculos decorativos */
        .circle-decoration-1 {
            position: absolute;
            top: 0;
            right: 0;
            width: 400px;
            height: 400px;
            background: #15b0dd;
            border-radius: 50%;
            filter: blur(80px);
            opacity: 0.2;
            transform: translate(50%, -50%);
            z-index: 0;
        }

        .circle-decoration-2 {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 400px;
            height: 400px;
            background: #2E728C;
            border-radius: 50%;
            filter: blur(80px);
            opacity: 0.2;
            transform: translate(-50%, 50%);
            z-index: 0;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem 1rem;
            position: relative;
        }

        .content-wrapper {
            max-width: 800px;
            margin: 0 auto;
        }

        /* Header con imagen circular */
        .header-section {
            text-align: center;
            margin-bottom: 3rem;
        }

        .doctor-image-wrapper {
            display: inline-block;
            position: relative;
            margin-bottom: 2rem;
        }

        .doctor-image {
            width: 130px;
            height: 130px;
            background: linear-gradient(135deg, #15b0dd 0%, #2E728C 100%);
            border-radius: 50%;
            margin: 0 auto;
            box-shadow: 0 20px 40px rgba(21, 176, 221, 0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-size: 3rem;
        }

        .doctor-icon-badge {
            position: absolute;
            bottom: -8px;
            right: -8px;
            width: 50px;
            height: 50px;
            background: #15b0dd;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 12px rgba(21, 176, 221, 0.4);
            color: #ffffff;
            font-size: 1.5rem;
        }

        .main-title {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 1rem;
            line-height: 1.2;
        }

        .title-dark {
            color: #2E728C;
        }

        .title-accent {
            color: #15b0dd;
        }

        .subtitle {
            color: #1c5f7a;
            font-size: 1.25rem;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }

        /* Formulario */
        .form-container {
            background: #ffffff;
            border-radius: 2rem;
            box-shadow: 0 25px 50px rgba(46, 114, 140, 0.15);
            border: 1px solid #e0f2f7;
            padding: 3rem;
            position: relative;
        }

        /* Decoración superior del formulario */
        .form-decoration {
            position: absolute;
            top: -24px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 0.5rem;
        }

        .decoration-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
        }

        .dot-1 { background: #15b0dd; }
        .dot-2 { background: #2E728C; }
        .dot-3 { background: #1c5f7a; }

        #ESPACIOFORMULARIO {
            min-height: 320px;
            background: linear-gradient(135deg, #e0f2f7 0%, #ffffff 50%, #e0f2f7 100%);
            border-radius: 1.5rem;
            border: 2px solid #e0f2f7;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2rem;
        }
        
        #ESPACIOFORMULARIO > .elementor-element {
            flex: 1 !important;
            width: 100% !important;
        }

        #ESPACIOFORMULARIO p {
            color: #2E728C;
            text-align: center;
            font-size: 1.1rem;
        }
        
        #ESPACIOFORMULARIO .eael-ninja-form {
            width: 100% !important;
            max-width: 100% !important;
        }
        
        /*CAMPOS FORMULARIO*/
        
        /* Inputs con más estilo */
        input.ninja-forms-field,
        select.ninja-forms-field,
        textarea.ninja-forms-field {
            width: 100%;
            padding: 16px 20px;
            border: 2px solid #e0f2f7!important;
            border-radius: 12px!important;
            font-size: 1em;
            color: #2E728C;
            background: white;
            transition: all 0.3s ease;
            font-family: inherit;
        }
        
        input.ninja-forms-field:focus,
        select.ninja-forms-field:focus,
        textarea.ninja-forms-field:focus {
            outline: none;
            border-color: #15b0dd;
            box-shadow: 0 0 0 4px rgba(21, 176, 221, 0.1);
            transform: translateY(-2px);
        }
        
        input.ninja-forms-field:hover,
        select.ninja-forms-field:hover,
        textarea.ninja-forms-field:hover {
            border-color: #ACE5F2!important;
        }
        
        select.ninja-forms-field{
            cursor: pointer;
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2315b0dd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 15px center;
            background-size: 20px;
            padding-right: 45px;
        }
        
        
        textarea.ninja-forms-field{
            min-height: 90px;
            resize: vertical;
            height: 90px!important;
        }
        
        /* Botón más visible */
        input#nf-field-8 {
            background: linear-gradient(135deg, #15b0dd 0%, #1c6583 100%);
            color: white;
            border: none;
            padding: 18px 50px;
            font-size: 18px;
            font-weight: 600;
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 8px 25px rgba(21, 176, 221, 0.3);
            margin-top: 10px;
        }
        
        /* Labels con más contraste */
        .nf-field-label label {
            display: block;
            color: #2E728C;
            font-size: 1em;
            font-weight: 600;
            margin-bottom: 10px;
            letter-spacing: 0.3px;
        }     
        
        .elementor-76 .elementor-element.elementor-element-e3d2e59 .eael-ninja-form .submit-container input[type="submit"]{
            width:auto!important;
            
        }

        /* Elementos decorativos del formulario */
        .form-bubble-1 {
            position: absolute;
            bottom: -20px;
            left: -20px;
            width: 100px;
            height: 100px;
            background: #15b0dd;
            border-radius: 50%;
            opacity: 0.1;
            z-index: -1;
        }

        .form-bubble-2 {
            position: absolute;
            top: -20px;
            right: -20px;
            width: 130px;
            height: 130px;
            background: #2E728C;
            border-radius: 50%;
            opacity: 0.1;
            z-index: -1;
        }

        /* Footer info */
        .footer-info {
            margin-top: 2rem;
            display: flex;
            justify-content: center;
            gap: 3rem;
            flex-wrap: wrap;
        }

        .info-item {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            color: #1c5f7a;
            font-size: 0.95rem;
        }

        .info-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
        }

        .info-dot-1 { background: #15b0dd; }
        .info-dot-2 { background: #2E728C; }

        /* Responsive */
        @media (max-width: 768px) {
            .circle-decoration-1{
                width: 20px;
                height: 20px;
            }
            .container {
                padding: 1.5rem 1rem;
            }

            .main-title {
                font-size: 2.5rem;
            }

            .subtitle {
                font-size: 1.1rem;
            }

            .form-container {
                padding: 2rem 1.5rem;
            }

            .doctor-image {
                width: 110px;
                height: 110px;
                font-size: 2.5rem;
            }

            .doctor-icon-badge {
                width: 40px;
                height: 40px;
                font-size: 1.2rem;
            }

            .footer-info {
                gap: 1.5rem;
            }

            .form-bubble-1,
            .form-bubble-2 {
                display: none;
            }
        }

        @media (max-width: 480px) {
            .main-title {
                font-size: 2rem;
            }

            .subtitle {
                font-size: 1rem;
            }

            .form-container {
                padding: 1.5rem 1rem;
                border-radius: 1.5rem;
            }

            #ESPACIOFORMULARIO {
                min-height: 280px;
                padding: 1.5rem;
            }
        }/* End custom CSS */