.elementor-9 .elementor-element.elementor-element-84fed6a{--display:flex;--margin-top:-37px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-3f728c7{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-8b03009{--display:flex;}.elementor-9 .elementor-element.elementor-element-7b4212e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-033808c{--display:flex;}.elementor-9 .elementor-element.elementor-element-5523ad0{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-4229457{--display:flex;}.elementor-9 .elementor-element.elementor-element-8107e39{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-df350fe{--display:flex;}.elementor-9 .elementor-element.elementor-element-79a5bc4{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-eead6ea{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-9 .elementor-element.elementor-element-84fed6a{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-9 .elementor-element.elementor-element-84fed6a{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-e759805 *//* IMPORTAR POPPINS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* ================================================= */
/* ================== ABOUT SECTION ================= */
/* ================================================= */

.about-glass{
    width: 100%;
    padding: 110px 0; /* FULL WIDTH */

    font-family: 'Poppins', sans-serif;

    overflow: hidden;
}

/* CONTENEDOR */
.about-container{
    width: 100%;
    max-width: 1700px;

    margin: auto;

    padding: 0 7vw;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 90px;
}


/* ================================================= */
/* ==================== IMAGEN ===================== */
/* ================================================= */

.about-image{
    position: relative;
    flex: 1;
}

.about-image img{
    width: 100%;
    height: 720px;

    object-fit: cover;

    border-radius: 0px; /* FULL MODERN STYLE */

    display: block;

    box-shadow:
    0 20px 50px rgba(0,0,0,0.08);
}


/* CAJA AZUL */
.experience-box{
    position: absolute;

    bottom: 40px;
    left: -40px;

    width: 290px;

    background: #0d6efd;

    padding: 34px;

    border-radius: 0px;

    box-shadow:
    0 18px 45px rgba(13,110,253,0.25);
}

.experience-box h3{
    margin: 0 0 10px;

    color: #fff;

    font-size: 58px;
    line-height: 1;

    font-weight: 700;
}

.experience-box p{
    margin: 0;

    color: rgba(255,255,255,0.92);

    font-size: 17px;
    line-height: 1.8;

    font-weight: 400;
}


/* ================================================= */
/* ==================== CONTENIDO ================== */
/* ================================================= */

.about-content{
    flex: 1;
    max-width: 760px;
}


/* TAG */
.about-tag{
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 22px;

    color: #0d6efd;

    font-size: 13px;
    font-weight: 600;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.about-tag span{
    width: 50px;
    height: 3px;

    background: #0d6efd;

    border-radius: 30px;
}


/* TITULO */
.about-content h2{
    margin: 0 0 28px;

    color: #09122b;

    font-size: clamp(42px, 4vw, 72px);

    line-height: 1.05;

    font-weight: 700;

    letter-spacing: -2px;
}


/* DESCRIPCION */
.about-description{
    margin-bottom: 42px;

    color: #667085;

    font-size: 18px;
    line-height: 1.9;

    font-weight: 400;
}


/* ================================================= */
/* ==================== FEATURES =================== */
/* ================================================= */

.about-features{
    display: grid;
    grid-template-columns: repeat(2,1fr);

    gap: 24px 40px;

    margin-bottom: 52px;
}

.feature-item{
    display: flex;
    align-items: center;
    gap: 14px;

    color: #09122b;

    font-size: 16px;
    font-weight: 500;
}

.feature-item i{
    width: 30px;
    height: 30px;

    border: 2px solid #0d6efd;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #0d6efd;

    font-style: normal;
    font-size: 13px;

    flex-shrink: 0;
}


/* ================================================= */
/* ===================== STATS ===================== */
/* ================================================= */

.about-stats{
    display: flex;
    align-items: center;
    gap: 35px;

    padding-top: 35px;

    border-top: 1px solid #dfe3ea;
}

.stat-box h3{
    margin: 0 0 8px;

    color: #09122b;

    font-size: 56px;
    line-height: 1;

    font-weight: 700;
}

.stat-box p{
    margin: 0;

    color: #667085;

    font-size: 16px;

    font-weight: 400;
}

.stat-divider{
    width: 1px;
    height: 60px;

    background: #dfe3ea;
}


/* ================================================= */
/* ==================== TABLET ===================== */
/* ================================================= */

@media(max-width: 1200px){

    .about-container{
        flex-direction: column;
    }

    .about-content{
        max-width: 100%;
    }

}


/* ================================================= */
/* ==================== MOBILE ===================== */
/* ================================================= */

@media(max-width: 767px){

    .about-glass{
        padding: 80px 0;
    }

    .about-container{
        padding: 0 24px;
    }

    .about-image img{
        height: 420px;
    }

    .experience-box{
        position: relative;

        left: auto;
        bottom: auto;

        width: 100%;

        margin-top: -35px;
    }

    .about-content h2{
        font-size: 36px;
    }

    .about-description{
        font-size: 16px;
    }

    .about-features{
        grid-template-columns: 1fr;
    }

    .feature-item{
        font-size: 15px;
    }

    .about-stats{
        flex-direction: column;
        align-items: flex-start;
    }

    .stat-divider{
        display: none;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b52ff0b *//* IMPORTAR POPPINS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');


/* ================================================= */
/* ================= SERVICES SECTION ============== */
/* ================================================= */

.services-section{
    width:100%;

    padding:120px 0;

    background:
    linear-gradient(
        to bottom,
        rgba(248,250,252,0.82),
        rgba(241,245,249,0.72)
    );

    backdrop-filter:blur(12px);

    overflow:hidden;

    font-family:'Poppins', sans-serif;
}


/* ================================================= */
/* ==================== HEADER ===================== */
/* ================================================= */

.services-header{
    width:100%;

    padding:0 4vw;

    text-align:center;

    margin-bottom:80px;
}


/* TAG */

.services-tag{
    display:inline-flex;
    align-items:center;
    gap:14px;

    margin-bottom:24px;

    color:#0D6EFD;

    font-size:13px;
    font-weight:600;

    letter-spacing:1px;

    text-transform:uppercase;
}

.services-tag span{
    width:55px;
    height:2px;

    background:#0D6EFD;

    border-radius:50px;
}


/* TITULO */

.services-header h2{
    margin:0;

    color:#071120;

    font-size:clamp(42px,4vw,72px);

    line-height:1.05;

    font-weight:700;

    letter-spacing:-3px;
}


/* ================================================= */
/* ==================== GRID ======================= */
/* ================================================= */

.services-grid{
    width:100%;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:22px;

    padding:0 4vw;
}


/* ================================================= */
/* ==================== CARD ======================= */
/* ================================================= */

.service-card{
    position:relative;

    background:rgba(255,255,255,0.68);

    backdrop-filter:blur(14px);

    overflow:hidden;

    transition:.4s ease;

    border:1px solid rgba(255,255,255,0.55);

    box-shadow:
    0 10px 35px rgba(15,23,42,0.05);
}

.service-card:hover{
    transform:translateY(-8px);

    box-shadow:
    0 20px 50px rgba(15,23,42,0.10);
}


/* ================================================= */
/* ==================== IMAGE ====================== */
/* ================================================= */

.service-image{
    position:relative;

    overflow:hidden;
}

.service-image img{
    width:100%;

    height:320px;

    object-fit:cover;

    display:block;

    transition:transform .7s ease;
}

.service-card:hover .service-image img{
    transform:scale(1.05);
}


/* OVERLAY */

.service-image::after{
    content:'';

    position:absolute;
    inset:0;

    background:
    linear-gradient(
        to top,
        rgba(0,0,0,0.18),
        transparent 70%
    );
}


/* ================================================= */
/* ==================== CONTENT ==================== */
/* ================================================= */

.service-content{
    padding:30px;
}

.service-content h3{
    margin:0 0 14px;

    color:#071120;

    font-size:26px;

    line-height:1.2;

    font-weight:600;
}

.service-content p{
    margin:0 0 26px;

    color:#667085;

    font-size:15px;

    line-height:1.9;

    font-weight:400;
}


/* ================================================= */
/* ==================== BUTTON ===================== */
/* ================================================= */

.service-content a{
    display:inline-flex;
    align-items:center;
    gap:12px;

    color:#0D6EFD;

    text-decoration:none;

    font-size:15px;
    font-weight:600;

    transition:.3s ease;
}

.service-content a span{
    width:34px;
    height:34px;

    border-radius:50%;

    background:rgba(13,110,253,0.10);

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:18px;

    transition:.3s ease;
}

.service-content a:hover span{
    transform:translateX(5px);

    background:#0D6EFD;

    color:#fff;
}


/* ================================================= */
/* ==================== TABLET ===================== */
/* ================================================= */

@media(max-width:1400px){

    .services-grid{
        grid-template-columns:repeat(2,1fr);
    }

}


/* ================================================= */
/* ==================== MOBILE ===================== */
/* ================================================= */

@media(max-width:767px){

    .services-section{
        padding:90px 0;
    }

    .services-header{
        padding:0 24px;

        margin-bottom:55px;
    }

    .services-grid{
        grid-template-columns:1fr;

        padding:0 24px;
    }

    .services-header h2{
        font-size:38px;

        letter-spacing:-2px;
    }

    .service-image img{
        height:250px;
    }

    .service-content{
        padding:26px;
    }

    .service-content h3{
        font-size:24px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5523ad0 *//* IMPORTAR POPPINS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');


/* ================================================= */
/* ================= PROJECTS SECTION ============== */
/* ================================================= */

.projects-section{
    width:100%;

    padding:120px 4vw;


    font-family:'Poppins', sans-serif;
}


/* ================================================= */
/* ==================== HEADER ===================== */
/* ================================================= */

.projects-header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;

    gap:40px;

    margin-bottom:70px;
}


/* TAG */

.projects-tag{
    display:flex;
    align-items:center;
    gap:14px;

    margin-bottom:20px;

    color:#0D6EFD;

    font-size:13px;
    font-weight:600;

    letter-spacing:1px;

    text-transform:uppercase;
}

.projects-tag span{
    width:50px;
    height:2px;

    background:#0D6EFD;
}


/* TITULO */

.projects-header h2{
    margin:0;

    color:#091120;

    font-size:clamp(42px,5vw,76px);

    line-height:1.05;

    font-weight:700;

    letter-spacing:-3px;
}


/* BOTON */

.projects-btn{
    padding:18px 34px;

    border:1px solid #cfd6df;

    color:#091120;

    text-decoration:none;

    font-size:15px;
    font-weight:500;

    transition:.3s ease;

    border-radius:10px;

    white-space:nowrap;
}

.projects-btn:hover{
    background:#0D6EFD;
    border-color:#0D6EFD;
    color:#fff;
}


/* ================================================= */
/* ==================== GRID ======================= */
/* ================================================= */

.projects-grid{
    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:26px;
}


/* ================================================= */
/* ==================== CARD ======================= */
/* ================================================= */

.project-card{
    position:relative;

    overflow:hidden;

    border-radius:28px;

    min-height:600px;

    cursor:pointer;
}

.large-card{
    grid-column:1 / -1;

    min-height:760px;
}


/* IMAGEN */

.project-card img{
    width:100%;
    height:100%;

    object-fit:cover;

    position:absolute;
    inset:0;

    transition:transform .8s ease;
}

.project-card:hover img{
    transform:scale(1.05);
}


/* OVERLAY */

.project-overlay{
    position:absolute;
    inset:0;

    background:
    linear-gradient(
        to top,
        rgba(0,0,0,0.70),
        rgba(0,0,0,0.15),
        transparent
    );
}


/* CONTENT */

.project-content{
    position:absolute;

    left:45px;
    bottom:45px;

    z-index:2;

    color:#fff;

    max-width:700px;
}


/* CATEGORY */

.project-category{
    display:inline-flex;

    padding:12px 18px;

    border-radius:50px;

    background:#0D6EFD;

    color:#fff;

    font-size:14px;
    font-weight:600;

    margin-bottom:24px;
}


/* TITULO */

.project-content h3{
    margin:0 0 14px;

    font-size:54px;

    line-height:1.05;

    font-weight:700;

    letter-spacing:-2px;
}


/* TEXTO */

.project-content p{
    margin:0;

    color:rgba(255,255,255,0.85);

    font-size:18px;

    line-height:1.7;

    max-width:620px;
}


/* CARDS PEQUEÑAS */

.project-card:not(.large-card) .project-content h3{
    font-size:42px;
}

.project-card:not(.large-card){
    min-height:650px;
}


/* ================================================= */
/* ==================== TABLET ===================== */
/* ================================================= */

@media(max-width:1200px){

    .projects-grid{
        grid-template-columns:1fr;
    }

    .large-card{
        min-height:650px;
    }

    .project-card:not(.large-card){
        min-height:550px;
    }

}


/* ================================================= */
/* ==================== MOBILE ===================== */
/* ================================================= */

@media(max-width:767px){

    .projects-section{
        padding:90px 24px;
    }

    .projects-header{
        flex-direction:column;

        margin-bottom:50px;
    }

    .projects-header h2{
        font-size:42px;

        letter-spacing:-2px;
    }

    .projects-btn{
        width:100%;

        text-align:center;
    }

    .large-card{
        min-height:450px;
    }

    .project-card:not(.large-card){
        min-height:420px;
    }

    .project-content{
        left:24px;
        right:24px;
        bottom:24px;
    }

    .project-content h3{
        font-size:34px !important;
    }

    .project-content p{
        font-size:15px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8107e39 *//* IMPORTAR POPPINS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');


/* ================================================= */
/* ================= WHY SECTION =================== */
/* ================================================= */

.why-section{
    width:100%;

    padding:130px 4vw;

    background:
    linear-gradient(
        to bottom,
        #ffffff,
        #f8fbff
    );

    font-family:'Poppins', sans-serif;

    overflow:hidden;
}


/* ================================================= */
/* ==================== HEADER ===================== */
/* ================================================= */

.why-header{
    max-width:950px;

    margin:0 auto 80px;

    text-align:center;
}


/* TAG */

.why-tag{
    display:inline-flex;
    align-items:center;
    gap:14px;

    margin-bottom:24px;

    color:#0D6EFD;

    font-size:13px;
    font-weight:600;

    letter-spacing:1px;

    text-transform:uppercase;
}

.why-tag span{
    width:50px;
    height:2px;

    background:#0D6EFD;

    border-radius:50px;
}


/* TITULO */

.why-header h2{
    margin:0 0 26px;

    color:#071120;

    font-size:clamp(42px,4vw,74px);

    line-height:1.05;

    font-weight:700;

    letter-spacing:-3px;
}


/* TEXTO */

.why-header p{
    margin:0 auto;

    max-width:820px;

    color:#667085;

    font-size:19px;

    line-height:1.9;
}


/* ================================================= */
/* ==================== GRID ======================= */
/* ================================================= */

.why-grid{
    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:28px;
}


/* ================================================= */
/* ==================== CARD ======================= */
/* ================================================= */

.why-card{
    position:relative;

    padding:42px;

    border-radius:26px;

    background:
    rgba(255,255,255,0.72);

    backdrop-filter:blur(12px);

    border:1px solid rgba(13,110,253,0.08);

    transition:.4s ease;

    overflow:hidden;

    box-shadow:
    0 10px 35px rgba(15,23,42,0.04);
}

.why-card:hover{
    transform:translateY(-10px);

    border-color:#0D6EFD;

    box-shadow:
    0 20px 50px rgba(13,110,253,0.12);
}


/* EFECTO */

.why-card::before{
    content:'';

    position:absolute;

    width:140px;
    height:140px;

    border-radius:50%;

    background:
    radial-gradient(
        circle,
        rgba(13,110,253,0.10),
        transparent 70%
    );

    top:-60px;
    right:-60px;
}


/* ================================================= */
/* ==================== ICON ======================= */
/* ================================================= */

.why-icon{
    width:72px;
    height:72px;

    border-radius:22px;

    background:#0D6EFD;

    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:30px;
    font-weight:700;

    margin-bottom:28px;

    box-shadow:
    0 15px 35px rgba(13,110,253,0.25);
}


/* ================================================= */
/* ==================== CONTENT ==================== */
/* ================================================= */

.why-card h3{
    margin:0 0 16px;

    color:#071120;

    font-size:28px;

    line-height:1.2;

    font-weight:600;
}

.why-card p{
    margin:0;

    color:#667085;

    font-size:16px;

    line-height:1.9;
}


/* ================================================= */
/* ==================== TABLET ===================== */
/* ================================================= */

@media(max-width:1200px){

    .why-grid{
        grid-template-columns:repeat(2,1fr);
    }

}


/* ================================================= */
/* ==================== MOBILE ===================== */
/* ================================================= */

@media(max-width:767px){

    .why-section{
        padding:90px 24px;
    }

    .why-header{
        margin-bottom:55px;
    }

    .why-header h2{
        font-size:38px;

        letter-spacing:-2px;
    }

    .why-header p{
        font-size:16px;
    }

    .why-grid{
        grid-template-columns:1fr;
    }

    .why-card{
        padding:32px;
    }

    .why-card h3{
        font-size:24px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-90a157d *//* ================================================= */
/* ================= TESTIMONIALS ================== */
/* ================================================= */

.testimonials-section{
    width:100%;

    padding:130px 0;

   

    backdrop-filter:blur(12px);

    overflow:hidden;

    font-family:'Poppins', sans-serif;
}


/* HEADER */

.testimonials-header{
    max-width:900px;

    margin:0 auto 70px;

    text-align:center;

    padding:0 24px;
}

.testimonials-tag{
    display:inline-flex;
    align-items:center;
    gap:14px;

    margin-bottom:24px;

    color:#0D6EFD;

    font-size:13px;
    font-weight:600;

    letter-spacing:1px;

    text-transform:uppercase;
}

.testimonials-tag span{
    width:50px;
    height:2px;

    background:#0D6EFD;
}

.testimonials-header h2{
    margin:0 0 24px;

    color:#071120;

    font-size:clamp(42px,4vw,72px);

    line-height:1.05;

    font-weight:700;

    letter-spacing:-3px;
}

.testimonials-header p{
    margin:0 auto;

    max-width:760px;

    color:#667085;

    font-size:18px;

    line-height:1.9;
}


/* ================================================= */
/* ==================== SLIDER ===================== */
/* ================================================= */

.testimonials-slider{
    width:100%;

    overflow:hidden;

    position:relative;
}

.testimonials-track{
    display:flex;

    gap:28px;

    width:max-content;

    animation:scrollSlider 30s linear infinite;
}


/* ================================================= */
/* ==================== CARD ======================= */
/* ================================================= */

.testimonial-card{
    width:420px;

    padding:40px;

    border-radius:30px;

    background:rgba(255,255,255,0.55);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,0.4);

    box-shadow:
    0 10px 35px rgba(15,23,42,0.05);

    transition:.4s ease;
}

.testimonial-card:hover{
    transform:translateY(-8px);

    background:rgba(255,255,255,0.72);

    box-shadow:
    0 20px 50px rgba(13,110,253,0.10);
}


/* STARS */

.testimonial-stars{
    display:flex;

    gap:6px;

    margin-bottom:24px;

    color:#0D6EFD;

    font-size:18px;
}


/* TEXT */

.testimonial-text{
    margin:0 0 32px;

    color:#667085;

    font-size:17px;

    line-height:2;
}


/* USER */

.testimonial-user{
    display:flex;
    align-items:center;
    gap:16px;
}

.testimonial-user img{
    width:64px;
    height:64px;

    border-radius:50%;

    object-fit:cover;
}

.testimonial-user h4{
    margin:0 0 6px;

    color:#071120;

    font-size:18px;

    font-weight:600;
}

.testimonial-user span{
    color:#667085;

    font-size:14px;
}


/* ================================================= */
/* ==================== ANIMATION ================== */
/* ================================================= */

@keyframes scrollSlider{

    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(-50%);
    }

}


/* ================================================= */
/* ==================== MOBILE ===================== */
/* ================================================= */

@media(max-width:767px){

    .testimonials-section{
        padding:90px 0;
    }

    .testimonials-header h2{
        font-size:38px;

        letter-spacing:-2px;
    }

    .testimonials-header p{
        font-size:16px;
    }

    .testimonial-card{
        width:320px;

        padding:30px;
    }

}/* End custom CSS */