.elementor-2353 .elementor-element.elementor-element-17e2669{--display:flex;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-82px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2353 .elementor-element.elementor-element-8359670{--display:flex;}.elementor-2353 .elementor-element.elementor-element-81648c9.elementor-element{--align-self:center;}.elementor-2353 .elementor-element.elementor-element-3710abb{--display:flex;--min-height:365px;}.elementor-2353 .elementor-element.elementor-element-629a713{--display:flex;--justify-content:center;--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-2353 .elementor-element.elementor-element-b6483e5{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--overlay-opacity:0.04;--padding-top:150px;--padding-bottom:150px;--padding-left:0px;--padding-right:0px;}.elementor-2353 .elementor-element.elementor-element-b6483e5::before, .elementor-2353 .elementor-element.elementor-element-b6483e5 > .elementor-background-video-container::before, .elementor-2353 .elementor-element.elementor-element-b6483e5 > .e-con-inner > .elementor-background-video-container::before, .elementor-2353 .elementor-element.elementor-element-b6483e5 > .elementor-background-slideshow::before, .elementor-2353 .elementor-element.elementor-element-b6483e5 > .e-con-inner > .elementor-background-slideshow::before, .elementor-2353 .elementor-element.elementor-element-b6483e5 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://www.clinicacontinental.com/wp-content/plugins/elementor/assets/images/placeholder.png");--background-overlay:'';background-position:center center;background-repeat:no-repeat;background-size:88% auto;}.elementor-2353 .elementor-element.elementor-element-61cda92{--display:flex;}.elementor-2353 .elementor-element.elementor-element-9cab8c9{text-align:center;}.elementor-2353 .elementor-element.elementor-element-399d660{padding:80px 0px 20px 0px;}.elementor-2353 .elementor-element.elementor-element-f85f7a3{--display:flex;}.elementor-2353 .elementor-element.elementor-element-c8e2552{padding:0px 0px 0px 0px;}.elementor-2353 .elementor-element.elementor-element-c86d09f .eael-ninja-form .nf-error-wrap .nf-error-required-error{display:block !important;}.elementor-2353 .elementor-element.elementor-element-c86d09f .eael-ninja-form .nf-form-errors .nf-error-field-errors{display:block !important;}.elementor-2353 .elementor-element.elementor-element-c86d09f .eael-ninja-form .submit-container input[type="button"]{width:130px;}.elementor-2353 .elementor-element.elementor-element-c86d09f .eael-ninja-form .submit-container input[type="submit"]{width:130px;}.elementor-2353 .elementor-element.elementor-element-78d507d{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2353 .elementor-element.elementor-element-3710abb{--content-width:1200px;}.elementor-2353 .elementor-element.elementor-element-629a713{--width:100%;}}@media(max-width:1024px){.elementor-2353 .elementor-element.elementor-element-17e2669{--margin-top:-135px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2353 .elementor-element.elementor-element-b6483e5{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-2353 .elementor-element.elementor-element-17e2669{--margin-top:-135px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS *//* ===================================
   VARIABLES Y RESET
   =================================== */


:root {
    --primary-color: #15b0dd;
    --secondary-color: #1c5f7a;
    --highlight-color: #ffd700;
    --highlight-secondary: #ffa500;
    --text-dark: #1c5f7a;
    --text-medium: #666;
    --bg-light: #f0f8fb;
    --white: #ffffff;
    --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 8px 30px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 20px 50px rgba(21, 176, 221, 0.2);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

 /*INFORMACION*/
 
   * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Urbanist', sans-serif!important;
            background-color: #f5f9fa;
            color: #1c5f7a!important;
            line-height: 1.6;
        }

        /* HERO SECTION */
        .hero {
            position: relative;
            height: 70vh;
            min-height: 500px;
            background: linear-gradient(rgba(28, 95, 122, 0.85), rgba(46, 114, 140, 0.9)),
                        url('') center/cover;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
        }

        .hero-content {
            max-width: 900px;
            padding: 0 20px;
            z-index: 2;
        }

        .hero h1 {
            font-size: 4rem;
            font-weight: 700;
            margin-bottom: 20px;
            text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
                text-align: center;
        }

        .hero-subtitle {
            font-size: 1.5rem;
            font-weight: 300;
            margin-bottom: 35px;
            opacity: 0.95;
        }

        .hero-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .btn {
            padding: 16px 40px;
            border-radius: 30px;
            font-weight: 700;
            font-size: 1.1rem;
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-block;
            cursor: pointer;
                text-decoration: none !important;
        }

        .btn-primary {
            background: #15b0dd;
            color: white;
        }

        .btn-primary:hover {
            background: #2E728C;
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(21, 176, 221, 0.4);
        }

        .btn-secondary {
            background: white;
            color: #2E728C;
            border: 2px solid white;
        }

        .btn-secondary:hover {
            background: transparent;
            color: white;
        }

        /* QUICK INFO CARDS */
        .quick-info {
            margin: -60px auto 0;
            max-width: 1200px;
            padding: 0 20px;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            position: relative;
            z-index: 10;
        }

        .info-card {
            background: white;
            padding: 30px;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(28, 95, 122, 0.15);
            transition: all 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(21, 176, 221, 0.25);
        }

        .info-card-icon {
            font-size: 2.5rem;
            margin-bottom: 15px;
        }

        .info-card h3 {
            color: #2E728C;
            font-size: 1.1rem;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .info-card p {
            color: #1c5f7a;
            font-size: 1rem;
            font-weight: 600;
        }

        /* MAIN CONTENT */
        .container {
            max-width: 1200px;
            margin: 80px auto;
            padding: 0 20px;
        }

        .content-grid {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 40px;
            margin-bottom: 60px;
        }

        .main-content {
            background: white;
            padding: 50px;
            border-radius: 20px;
            box-shadow: 0 5px 20px rgba(28, 95, 122, 0.1);
        }

        .main-content h2 {
            color: #2E728C;
            font-size: 2.5rem;
            margin-bottom: 25px;
            font-weight: 700;
            padding-bottom: 15px;
            border-bottom: 3px solid #15b0dd;
        }

        .main-content h3 {
            color: #1c5f7a;
            font-size: 1.8rem;
            margin: 35px 0 20px;
            font-weight: 700;
        }

        .main-content p {
            margin-bottom: 20px;
            font-size: 1.05rem;
            line-height: 1.8;
        }

        .main-content ul {
            margin: 20px 0 20px 25px;
        }

        .main-content li {
            margin-bottom: 12px;
            font-size: 1.05rem;
        }

        /* SIDEBAR */
        .sidebar {
            position: sticky;
            top: 20px;
            height: fit-content;
        }

        .sidebar-card {
            background: white;
            padding: 35px;
            border-radius: 20px;
            box-shadow: 0 5px 20px rgba(28, 95, 122, 0.1);
            margin-bottom: 25px;
        }

        .sidebar-card h3 {
            color: #2E728C;
            font-size: 1.5rem;
            margin-bottom: 20px;
            font-weight: 700;
        }

        .contact-info {
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .contact-info svg {
            width: 24px;
            height: 24px;
            color: #15b0dd;
            flex-shrink: 0;
        }

        /* BENEFITS SECTION */
        .benefits-section {
            background: linear-gradient(135deg, #e6fcfe 0%, #ffffff 100%);
            padding: 60px 20px;
            border-radius: 20px;
            margin-bottom: 60px;
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            max-width: 1200px;
            margin: 40px auto 0;
        }

        .benefit-item {
            background: white;
            padding: 35px;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 5px 20px rgba(28, 95, 122, 0.1);
            transition: all 0.3s ease;
        }

        .benefit-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(21, 176, 221, 0.2);
        }

        .benefit-icon {
            font-size: 3rem;
            margin-bottom: 20px;
        }

        .benefit-item h4 {
            color: #2E728C;
            font-size: 1.3rem;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .benefit-item p {
            color: #1c5f7a;
            font-size: 1rem;
            line-height: 1.6;
        }

        /* IMAGE GALLERY */
        .gallery-section {
            margin: 80px 0;
        }

        .gallery-section h2 {
            text-align: center;
            color: #2E728C;
            font-size: 2.8rem;
            margin-bottom: 50px;
            font-weight: 700;
        }

        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
        }

        .gallery-item {
            position: relative;
            height: 350px;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(28, 95, 122, 0.15);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .gallery-item:hover {
            transform: scale(1.03);
            box-shadow: 0 12px 35px rgba(21, 176, 221, 0.3);
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .gallery-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(28, 95, 122, 0.95), transparent);
            padding: 20px;
            color: white;
        }

        /* FAQ SECTION */
        .faq-section {
            background: white;
            padding: 50px;
            border-radius: 20px;
            box-shadow: 0 5px 20px rgba(28, 95, 122, 0.1);
            margin-bottom: 60px;
        }

        .faq-section h2 {
            color: #2E728C;
            font-size: 2.5rem;
            margin-bottom: 35px;
            font-weight: 700;
            text-align: center;
        }

        .faq-item {
            border-bottom: 1px solid #e0f2f7;
            padding: 25px 0;
        }

        .faq-question {
            color: #2E728C;
            font-size: 1.3rem;
            font-weight: 700;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            margin-top: 15px;
            font-size: 1.05rem;
            line-height: 1.8;
        }

        .faq-item.active .faq-answer {
            max-height: 500px;
        }

        /* CTA SECTION */
        .cta-section {
            background: linear-gradient(135deg, #2E728C 0%, #15b0dd 100%);
            padding: 80px 20px;
            border-radius: 20px;
            text-align: center;
            color: white;
            margin-bottom: 60px;
        }

        .cta-section h2 {
            font-size: 2.8rem;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .cta-section p {
            font-size: 1.3rem;
            margin-bottom: 35px;
            opacity: 0.95;
        }

        @media (max-width: 1024px) {
            .content-grid {
                grid-template-columns: 1fr;
            }

            .sidebar {
                position: static;
            }
        }

        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.5rem;
            }

            .hero-subtitle {
                font-size: 1.2rem;
            }

            .main-content {
                padding: 30px 25px;
            }

            .main-content h2 {
                font-size: 2rem;
            }

            .gallery-grid {
                grid-template-columns: 1fr;
            }

            .faq-section {
                padding: 30px 25px;
            }
        }
/*UBICACION*/

.map-section-2 {
    background: white;
    border-radius: 30px;
    padding: 60px;
    box-shadow: 0 15px 50px rgba(28, 101, 131, 0.1);
    margin-bottom: 80px;
}

.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; }
}







/* ================================================================
    formulario contenedor
   ================================================================ */

.container-form {
    max-width: 1400px;
    margin: 0 auto;
    background: white;
    border-radius: 30px!important;
    box-shadow: 0 20px 60px rgba(28, 101, 131, 0.15);
    overflow: hidden;
}

.form-section {
    padding: 40px;
    background: white;
    box-shadow: 0 15px 50px rgba(28, 101, 131, 0.1);
    padding: 60px 50px;
}

.image-section {
    background: linear-gradient(135deg, #15b0dd 0%, #1c6583 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.image-section::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    top: -100px;
    right: -100px;
}

.image-section::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    bottom: -80px;
    left: -80px;
}

.image-placeholder {
    width: 100%;
    max-width: 500px;
    height: 550px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2em;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    z-index: 1;
}

/* ================================================================
    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-302 .elementor-element.elementor-element-7291fc2 .eael-ninja-form .submit-container input[type="submit"] {
    width: auto!important;
}





/*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_map {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.info-card_map {
    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_map:hover {
    transform: translateX(8px);
    box-shadow: 0 4px 20px rgba(21, 176, 221, 0.15);
}

.info-card-header_map {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.info-icon_map {
    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_map h3 {
    color: #1c5f7a;
    font-size: 20px;
    font-weight: 700;
}

.info-card_map p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}

.info-card_map a {
    color: #15b0dd;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.info-card_map 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;
}

        
        
/*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) {
    
    .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;
    }
}

/* ===================================
   RESPONSIVE - TABLETS
   =================================== */
@media (max-width: 1024px) {

    /* ===================================
   TABS-INFORMACION
   =================================== */
   .circle-decoration-1 {
       width:20px!important;
       height:20px!important;
   }
   
    .tabs-section {
        padding: 32px 24px;
    }

    .tab-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ===================================
   RESPONSIVE - MOBILE
   =================================== */
@media (max-width: 768px) {


    .tabs-section {
        padding: 24px 16px;
        border-radius: 16px;
    }

    .tabs-navigation {
        flex-wrap: nowrap;
        padding-bottom: 16px;
    }

    .tab-btn {
        min-width: 120px;
        padding: 12px 16px;
        font-size: 14px;
    }

    .tab-btn i {
        font-size: 18px;
    }

    .tab-btn span {
        display: none;
    }

    .carousel-slides {
        height: 300px;
    }

    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .carousel-btn.prev {
        left: 10px;
    }

    .carousel-btn.next {
        right: 10px;
    }

    .info-title {
        font-size: 24px;
    }

    .section-title {
        font-size: 28px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .face-diagram {
        min-height: 400px;
    }

    .zone-marker {
        transform: scale(0.8);
    }

    .marker-label {
        font-size: 11px;
        padding: 6px 12px;
    }

    .zone-header {
        padding: 16px;
    }

    .zone-icon {
        width: 40px;
        height: 40px;
    }

    .zone-icon i {
        font-size: 20px;
    }

    .zone-header h3 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .tab-btn {
        min-width: 100px;
        padding: 10px 12px;
    }

    .carousel-slides {
        height: 250px;
    }

    .types-box {
        padding: 20px;
    }

    .type-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

/* ===================================
   RESPONSIVE - TABLETS (768px - 1024px)
   =================================== */
@media (max-width: 1024px) {
    .timeline-item {
        grid-template-columns: 80px 1fr;
        gap: 30px;
        margin-bottom: 60px;
    }

    .timeline-line {
        left: 40px;
    }

    .timeline-center {
        grid-column: 1;
        grid-row: 1;
    }

    .timeline-icon {
        width: 80px;
        height: 80px;
        font-size: 32px;
        border-width: 5px;
    }

    .timeline-number {
        position: absolute;
        top: -15px;
        right: -15px;
        padding: 6px 14px;
        font-size: 14px;
    }

    /* Todo el contenido va a la derecha */
    .timeline-item:nth-child(odd) .timeline-content,
    .timeline-item:nth-child(even) .timeline-content {
        grid-column: 2;
    }

    /* Quitar flechas */
    .timeline-content::after {
        display: none;
    }

    .timeline-content {
        padding: 28px;
    }

    .step-title {
        font-size: 22px;
    }
}

/* ===================================
   RESPONSIVE - MOBILE (< 768px)
   =================================== */
@media (max-width: 768px) {

    .timeline-header {
        margin-bottom: 50px;
    }

    .timeline-header h1 {
        font-size: 32px;
    }

    .timeline-wrapper {
        padding: 30px 0;
    }

    .timeline-item {
        grid-template-columns: 60px 1fr;
        gap: 20px;
        margin-bottom: 50px;
    }

    .timeline-line {
        left: 30px;
        width: 4px;
    }

    .timeline-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
        border-width: 4px;
    }

    .timeline-number {
        top: -12px;
        right: -12px;
        padding: 5px 11px;
        font-size: 12px;
    }

    .timeline-content {
        padding: 24px;
    }

    .step-title {
        font-size: 20px;
    }

    .step-subtitle {
        font-size: 13px;
    }

    .step-description {
        font-size: 15px;
    }

    .meta-item {
        padding: 8px 14px;
        font-size: 13px;
    }

    .meta-item i {
        font-size: 16px;
    }
}

/* ===================================
   RESPONSIVE - SMALL MOBILE (< 480px)
   =================================== */
@media (max-width: 480px) {
    .timeline-item {
        grid-template-columns: 50px 1fr;
        gap: 16px;
        margin-bottom: 40px;
    }

    .timeline-line {
        left: 25px;
        width: 3px;
    }

    .timeline-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        border-width: 3px;
    }

    .timeline-number {
        top: -10px;
        right: -10px;
        padding: 4px 9px;
        font-size: 11px;
    }

    .timeline-content {
        padding: 20px;
    }

    .step-title {
        font-size: 18px;
    }

    .step-description {
        font-size: 14px;
    }

    .step-meta {
        gap: 12px;
    }
}

/* 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%;
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .wpr-timeline-content-wrapper {
        padding: 25px 20px !important;
    }

    .wpr-title {
        font-size: 1.4em !important;
    }

    .wpr-main-line-icon {
        width: 50px !important;
        height: 50px !important;
    }

    .wpr-main-line-icon svg,
    .wpr-main-line-icon i {
        font-size: 20px !important;
    }
}

@media (max-width: 768px) {
    /* Línea central más delgada en móvil */
    .wpr-middle-line,
    .wpr-timeline-fill {
        width: 2px !important;
    }

    /* Iconos más pequeños */
    .wpr-main-line-icon {
        width: 45px !important;
        height: 45px !important;
        border-width: 3px !important;
    }

    .wpr-main-line-icon svg,
    .wpr-main-line-icon i {
        font-size: 18px !important;
    }

    /* Labels más compactos */
    .wpr-extra-label {
        padding: 12px 18px !important;
    }

    .wpr-label {
        font-size: 1em !important;
    }

    .wpr-sub-label {
        font-size: 0.85em !important;
    }

    /* Contenido más compacto */
    .wpr-timeline-content-wrapper {
        padding: 20px 18px !important;
        border-left-width: 3px !important;
    }

    .wpr-title {
        font-size: 1.3em !important;
    }

    .wpr-description {
        font-size: 0.95em !important;
    }

    /* Reducir espaciado entre items */
    .wpr-timeline-entry {
        margin-bottom: 35px !important;
    }
}

@media (max-width: 480px) {
    .header-1 h1 {
        font-size: 2.5em;
        font-weight: 800;
        color: #1c6583;
        margin-bottom: 20px;
        letter-spacing: -1.5px;
        line-height: 1.2;
        position: relative;
        display: inline-block;
    }
    
    .wpr-main-line-icon {
        width: 40px !important;
        height: 40px !important;
    }

    .wpr-main-line-icon svg,
    .wpr-main-line-icon i {
        font-size: 16px !important;
    }

    .wpr-label {
        font-size: 0.95em !important;
    }

    .wpr-timeline-content-wrapper {
        padding: 15px 15px !important;
    }

    .wpr-title {
        font-size: 20px !important;
        margin-bottom: 15px !important;
    }

    .wpr-description {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
}

/* ========================================
   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-2353 {
        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-2353-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }
}

/* ===================================
   TIMELINE CONTAINER
   =================================== */
   /*PROCEDIMIENTOS*/
.header-1 {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(28, 101, 131, 0.08);
}

.header-1 h1 {
    font-size: 3.5em;
    font-weight: 800;
    color: #1c6583;
    margin-bottom: 20px;
    letter-spacing: -1.5px;
    line-height: 1.2;
    position: relative;
    display: inline-block;
}

.header-1 h1::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #15b0dd, #1c6583);
    border-radius: 2px;
}

.header-1 .subtitle {
    font-size: 1.3em;
    color: #2E728C;
    font-weight: 500;
    line-height: 1.6;
    max-width: 700px;
    margin: 30px auto 0;
}

.header-1 .subtitle-label {
    font-size: 0.95em;
    color: #15b0dd;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.wpr-vertical {
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    padding: 60px 20px;
}

.elementor-1739 .elementor-element.elementor-element-c3b5d7a{
    margin-top: 10px!important;
}
   
   
.timeline-wrapper {
    position: relative;
    padding: 60px 0;
}

/* Línea vertical central - DESKTOP */
.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, 
        var(--primary-color) 0%, 
        #1890b8 25%, 
        #1b7499 50%, 
        var(--secondary-color) 75%, 
        var(--secondary-color) 100%);
    transform: translateX(-50%) scaleY(1);
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(21, 176, 221, 0.3);
}

.timeline-line::before,
.timeline-line::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(21, 176, 221, 0.2);
}

.timeline-line::before {
    top: -10px;
}

.timeline-line::after {
    bottom: -10px;
    background: var(--secondary-color);
}

/* ===================================
   TIMELINE ITEMS - ZIG ZAG
   =================================== */
.timeline-items {
    position: relative;
}

.timeline-item {
    display: grid;
    grid-template-columns: 1fr 100px 1fr;
    gap: 40px;
    margin-bottom: 100px;
    position: relative;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.timeline-item:nth-child(1) { animation-delay: 0.1s; }
.timeline-item:nth-child(2) { animation-delay: 0.2s; }
.timeline-item:nth-child(3) { animation-delay: 0.3s; }
.timeline-item:nth-child(4) { animation-delay: 0.4s; }
.timeline-item:nth-child(5) { animation-delay: 0.5s; }
.timeline-item:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===================================
   CARD DE CONTENIDO
   =================================== */
.timeline-content {
    background: var(--white);
    border-radius: 24px;
    padding: 36px;
    box-shadow: var(--shadow-md);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 3px solid transparent;
    position: relative;
    overflow: hidden;
}

.timeline-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.timeline-item:hover .timeline-content::before {
    transform: scaleX(1);
}

.timeline-item:hover .timeline-content {
    transform: translateY(-12px) scale(1.02);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-color);
}

/* Flecha conectora hacia el centro */
.timeline-content::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
}

/* Items impares - contenido a la IZQUIERDA */
.timeline-item:nth-child(odd) .timeline-content {
    grid-column: 1;
}

.timeline-item:nth-child(odd) .timeline-content::after {
    right: -30px;
    transform: translateY(-50%);
    border-width: 15px 0 15px 30px;
    border-color: transparent transparent transparent var(--white);
    filter: drop-shadow(3px 0 2px rgba(0,0,0,0.05));
}

/* Items pares - contenido a la DERECHA */
.timeline-item:nth-child(even) .timeline-content {
    grid-column: 3;
}

.timeline-item:nth-child(even) .timeline-content::after {
    left: -30px;
    transform: translateY(-50%);
    border-width: 15px 30px 15px 0;
    border-color: transparent var(--white) transparent transparent;
    filter: drop-shadow(-3px 0 2px rgba(0,0,0,0.05));
}

/* ===================================
   CENTRO CON ICONO
   =================================== */
.timeline-center {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.timeline-icon-wrapper {
    width: 110px;
    height: 110px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 40px rgba(21, 176, 221, 0.3);
    border: 6px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


/* Borde degradado (pseudo-elemento) */
.timeline-icon-wrapper::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: linear-gradient(135deg, #15b0dd 0%, #1c5f7a 100%);
    z-index: -1;
}

/* Efecto de pulso al hover */
.timeline-icon-wrapper::after {
    content: '';
    position: absolute;
    inset: -15px;
    border-radius: 50%;
    background: linear-gradient(135deg, #15b0dd 0%, #1c5f7a 100%);
    opacity: 0;
    z-index: -2;
    transition: opacity 0.3s ease;
}



/* Hover en el item completo */
.timeline-item:hover .timeline-icon-wrapper {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 20px 50px rgba(21, 176, 221, 0.5);
}

.timeline-item:hover .timeline-icon-wrapper::after {
    opacity: 0.2;
    animation: pulse 1.5s ease-in-out infinite;
}

/* Animación de pulso */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.15);
        opacity: 0;
    }
}

/* La imagen PNG del icono */
.timeline-icon {
    width: 70px;
    height: 70px;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.timeline-item:hover .timeline-icon {
    transform: scale(1.1);
}

.timeline-number {
    margin-top: 16px;
    background: var(--white);
    color: var(--primary-color);
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 16px;
    box-shadow: var(--shadow-sm);
    border: 2px solid var(--primary-color);
    transition: all 0.3s ease;
}

.timeline-item:hover .timeline-number {
    background: var(--primary-color);
    color: var(--white);
    transform: scale(1.1);
}

/* ===================================
   CONTENIDO DEL CARD
   =================================== */
.step-title {
    color: var(--text-dark);
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.3;
}

.step-subtitle {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.step-description {
    color: var(--text-medium);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
}

.step-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(21, 176, 221, 0.1) 0%, rgba(28, 95, 122, 0.1) 100%);
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
}

.meta-item i {
    color: var(--primary-color);
    font-size: 18px;
}

/* ===================================
   VARIANTE DESTACADA (HIGHLIGHT)
   =================================== */


 /* Variante DESTACADO - Paso Principal (Dorado/Coral) */
.timeline-item.highlight-primary .timeline-icon-wrapper::before {
    background: linear-gradient(135deg, #FF6B6B 0%, #EE5A6F 100%);
}

.timeline-item.highlight-primary .timeline-number {
    color: #FF6B6B;
    border-color: #FF6B6B;
}

.timeline-item.highlight-primary:hover .timeline-number {
    background: #FF6B6B;
    color: white;
}

.timeline-item.highlight-primary .timeline-content::before {
    background: linear-gradient(90deg, #FF6B6B 0%, #EE5A6F 100%);
}

.timeline-item.highlight-primary:hover .timeline-content {
    border-color: #FF6B6B;
    box-shadow: 0 20px 50px rgba(255, 107, 107, 0.25);
}

/* Variante IMPORTANTE - Paso Clave (Verde Agua/Turquesa) */
.timeline-item.highlight-secondary .timeline-icon-wrapper::before {
    background: linear-gradient(135deg, #4ECDC4 0%, #44B3AA 100%);
}

.timeline-item.highlight-secondary .timeline-number {
    color: #4ECDC4;
    border-color: #4ECDC4;
}

.timeline-item.highlight-secondary:hover .timeline-number {
    background: #4ECDC4;
    color: white;
}

.timeline-item.highlight-secondary .timeline-content::before {
    background: linear-gradient(90deg, #4ECDC4 0%, #44B3AA 100%);
}

.timeline-item.highlight-secondary:hover .timeline-content {
    border-color: #4ECDC4;
    box-shadow: 0 20px 50px rgba(78, 205, 196, 0.25);
}

/* Variante ESPECIAL - Paso Final (Morado/Lavanda) */
.timeline-item.highlight-tertiary .timeline-icon-wrapper::before {
    background: linear-gradient(135deg, #A78BFA 0%, #9333EA 100%);
}

.timeline-item.highlight-tertiary .timeline-number {
    color: #A78BFA;
    border-color: #A78BFA;
}

.timeline-item.highlight-tertiary:hover .timeline-number {
    background: #A78BFA;
    color: white;
}

.timeline-item.highlight-tertiary .timeline-content::before {
    background: linear-gradient(90deg, #A78BFA 0%, #9333EA 100%);
}

.timeline-item.highlight-tertiary:hover .timeline-content {
    border-color: #A78BFA;
    box-shadow: 0 20px 50px rgba(167, 139, 250, 0.25);
}

/* Fallback para iconos que no cargan */
.timeline-icon[src=""] {
    background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);
    border-radius: 50%;
}


.timeline-item.highlight-primary .highlight-badge {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.15) 0%, rgba(238, 90, 111, 0.15) 100%);
    color: #EE5A6F;
    border: 2px solid rgba(255, 107, 107, 0.3);
}

.timeline-item.highlight-secondary .highlight-badge {
    background: linear-gradient(135deg, rgba(78, 205, 196, 0.15) 0%, rgba(68, 179, 170, 0.15) 100%);
    color: #44B3AA;
    border: 2px solid rgba(78, 205, 196, 0.3);
}

.timeline-item.highlight-tertiary .highlight-badge {
    background: linear-gradient(135deg, rgba(167, 139, 250, 0.15) 0%, rgba(147, 51, 234, 0.15) 100%);
    color: #9333EA;
    border: 2px solid rgba(167, 139, 250, 0.3);
}
/* RESPONSIVE - TABLET */
@media (max-width: 1024px) {
    .timeline-icon-wrapper {
        width: 90px;
        height: 90px;
        border-width: 5px;
    }
    
    .timeline-icon-wrapper::before {
        inset: -5px;
    }
    
    .timeline-icon {
        width: 55px;
        height: 55px;
    }
}

/* RESPONSIVE - MOBILE */
@media (max-width: 768px) {
    .timeline-icon-wrapper {
        width: 75px;
        height: 75px;
        border-width: 4px;
    }
    
    .timeline-icon-wrapper::before {
        inset: -4px;
    }
    
    .timeline-icon {
        width: 45px;
        height: 45px;
    }
}

/* RESPONSIVE - SMALL MOBILE */
@media (max-width: 480px) {
    .timeline-icon-wrapper {
        width: 65px;
        height: 65px;
        border-width: 3px;
    }
    
    .timeline-icon-wrapper::before {
        inset: -3px;
    }
    
    .timeline-icon {
        width: 38px;
        height: 38px;
    }
}/* End custom CSS */