.elementor-35 .elementor-element.elementor-element-9bdda2b{--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-35 .elementor-element.elementor-element-142d424{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35 .elementor-element.elementor-element-125a131{--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-35 .elementor-element.elementor-element-c0ffdd8{--display:flex;}.elementor-35 .elementor-element.elementor-element-46a603a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2649ef3 *//* IMPORTAR POPPINS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');


/* ================================================= */
/* ================= HERO SERVICIOS ================ */
/* ================================================= */

.services-hero{
    position:relative;

    width:100%;
    min-height:400px;

    display:flex;
    align-items:center;

    overflow:hidden;

    font-family:'Poppins', sans-serif;

    background-image:url('https://winglassservicesrl.com/wp-content/uploads/2026/06/ChatGPT-Image-11-jun-2026-03_45_41-p.m.png');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}


/* ================================================= */
/* ================= OVERLAY ======================= */
/* ================================================= */

.services-overlay{
    position:absolute;
    inset:0;

    background:rgba(2,12,27,0.78);
}


/* ================================================= */
/* ================= CONTENT ======================= */
/* ================================================= */

.services-content{
    position:relative;
    z-index:2;

    width:100%;
    max-width:1500px;

    padding:0 5vw;
}


/* ================================================= */
/* ================= BREADCRUMB ==================== */
/* ================================================= */

.breadcrumb{
    display:flex;
    align-items:center;
    gap:14px;

    margin-bottom:30px;
}

.breadcrumb a{
    color:rgba(255,255,255,0.72);

    text-decoration:none;

    font-size:15px;
    font-weight:500;

    transition:.3s ease;
}

.breadcrumb a:hover{
    color:#fff;
}

.breadcrumb span{
    color:rgba(255,255,255,0.45);

    font-size:16px;
}

.breadcrumb .active{
    color:#0D6EFD;

    font-weight:600;
}


/* ================================================= */
/* ================= TITULO ======================== */
/* ================================================= */

.services-content h1{
    margin:0 0 24px;

    color:#fff;

    font-size:clamp(48px,6vw,92px);

    line-height:1;

    font-weight:700;

    letter-spacing:-3px;

    max-width:900px;
}

.services-content h1 span{
    color:#0D6EFD;
}


/* ================================================= */
/* ================= TEXTO ========================= */
/* ================================================= */

.services-content p{
    max-width:760px;

    margin:0;

    color:rgba(255,255,255,0.82);

    font-size:20px;

    line-height:1.7;

    font-weight:400;
}


/* ================================================= */
/* ================= EFECTOS ======================= */
/* ================================================= */

.services-hero::before{
    content:'';

    position:absolute;

    width:500px;
    height:500px;

    border-radius:50%;

    background:
    radial-gradient(
        circle,
        rgba(13,110,253,0.18),
        transparent 70%
    );

    top:-180px;
    left:-150px;

    z-index:1;
}

.services-hero::after{
    content:'';

    position:absolute;

    width:450px;
    height:450px;

    border-radius:50%;

    background:
    radial-gradient(
        circle,
        rgba(13,110,253,0.10),
        transparent 70%
    );

    bottom:-180px;
    right:-120px;

    z-index:1;
}


/* ================================================= */
/* ================= TABLET ======================== */
/* ================================================= */

@media(max-width:1200px){

    .services-hero{
        min-height:340px;
    }

    .services-content h1{
        font-size:70px;
    }

    .services-content p{
        font-size:18px;
    }

}


/* ================================================= */
/* ================= MOBILE ======================== */
/* ================================================= */

@media(max-width:767px){

    .services-hero{
        min-height:300px;
    }

    .services-content{
        padding:0 24px;
    }

    .breadcrumb{
        margin-bottom:20px;
    }

    .breadcrumb a{
        font-size:13px;
    }

    .services-content h1{
        font-size:44px;

        line-height:1;

        letter-spacing:-2px;

        margin-bottom:18px;
    }

    .services-content p{
        font-size:16px;

        line-height:1.7;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f4c5849 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');


/* ================================================= */
/* ================= SECTION ======================= */
/* ================================================= */

.product-showcase{
    width:100%;

    background:#f5f7fb;

    font-family:'Poppins', sans-serif;

    overflow:hidden;
}


/* ================================================= */
/* =================== TABS ======================== */
/* ================================================= */

.product-tabs{
    width:100%;

    display:flex;
    align-items:center;

    gap:14px;

    padding:18px 5vw;

    overflow-x:auto;

    border-bottom:1px solid #dfe7f3;

    background:#fff;
}

.product-tabs::-webkit-scrollbar{
    display:none;
}


/* TAB BUTTON */

.tab-btn{
    border:none;

    height:42px;

    padding:0 20px;

    border-radius:999px;

    background:transparent;

    color:#64748b;

    font-size:14px;
    font-weight:600;

    white-space:nowrap;

    cursor:pointer;

    transition:.3s ease;
}

.tab-btn:hover{
    background:#eaf2ff;
    color:#0066FF;
}

.tab-btn.active{
    background:#0066FF;

    color:#fff;

    box-shadow:
    0 10px 25px rgba(0,102,255,0.25);
}


/* ================================================= */
/* ================= CONTENT ======================= */
/* ================================================= */

.product-content{
    width:100%;

    padding:80px 5vw;

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:50px;

    align-items:center;
}


/* ================================================= */
/* ================= IMAGE ========================= */
/* ================================================= */

.product-image{
    position:relative;

    overflow:hidden;

    border-radius:26px;
}

.product-image img{
    width:100%;

    height:620px;

    object-fit:cover;

    display:block;
}


/* BADGE */

.product-badge{
    position:absolute;

    top:22px;
    left:22px;

    z-index:2;

    height:42px;

    padding:0 18px;

    border-radius:999px;

    background:#0066FF;

    color:#fff;

    display:flex;
    align-items:center;

    font-size:12px;
    font-weight:700;

    letter-spacing:1px;
}


/* ================================================= */
/* ================= INFO ========================== */
/* ================================================= */

.product-tag{
    display:inline-block;

    margin-bottom:18px;

    color:#0066FF;

    font-size:12px;
    font-weight:700;

    letter-spacing:2px;
}

.product-info h2{
    margin:0 0 24px;

    color:#081120;

    font-size:64px;

    line-height:1.05;

    font-weight:700;

    letter-spacing:-3px;
}

.product-info p{
    margin:0 0 35px;

    color:#64748b;

    font-size:18px;

    line-height:1.9;

    max-width:700px;
}


/* ================================================= */
/* ================= FEATURES ====================== */
/* ================================================= */

.product-features{
    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:16px;

    margin-bottom:35px;
}

.feature-box{
    min-height:74px;

    padding:18px 20px;

    border-radius:18px;

    background:#fff;

    border:1px solid #dbe6f5;

    display:flex;
    align-items:center;

    gap:12px;

    color:#081120;

    font-size:14px;
    font-weight:500;

    line-height:1.6;
}

.feature-box i{
    color:#0066FF;

    font-size:16px;
}


/* ================================================= */
/* ================= STATS ========================= */
/* ================================================= */

.product-stats{
    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:16px;

    margin-bottom:35px;
}

.stat-box{
    padding:22px 15px;

    border-radius:18px;

    background:#fff;

    border:1px solid #dbe6f5;

    text-align:center;
}

.stat-box span{
    display:block;

    margin-bottom:10px;

    color:#64748b;

    font-size:12px;

    line-height:1.5;
}

.stat-box strong{
    color:#0066FF;

    font-size:18px;

    font-weight:700;
}


/* ================================================= */
/* ================= BUTTON ======================== */
/* ================================================= */

.product-btn{
    width:max-content;

    height:60px;

    padding:0 28px;

    border-radius:999px;

    background:#0066FF;

    color:#fff;

    display:flex;
    align-items:center;

    gap:12px;

    text-decoration:none;

    font-size:15px;
    font-weight:600;

    transition:.3s ease;
}

.product-btn:hover{
    transform:translateY(-4px);

    box-shadow:
    0 15px 30px rgba(0,102,255,0.25);
}


/* ================================================= */
/* ================= MOBILE ======================== */
/* ================================================= */

@media(max-width:1100px){

    .product-content{
        grid-template-columns:1fr;
    }

    .product-info h2{
        font-size:48px;
    }

    .product-stats{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .product-content{
        padding:60px 24px;
    }

    .product-image img{
        height:400px;
    }

    .product-info h2{
        font-size:38px;

        letter-spacing:-2px;
    }

    .product-info p{
        font-size:15px;
    }

    .product-features{
        grid-template-columns:1fr;
    }

    .product-stats{
        grid-template-columns:1fr 1fr;
    }

    .feature-box{
        font-size:13px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3353b2b */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');


/* ================================================= */
/* ================= SECTION ======================= */
/* ================================================= */

.services-grid-section{
    width:100%;
    padding:110px 5vw;
    font-family:'Poppins', sans-serif;
}


/* ================================================= */
/* ================= HEADER ======================== */
/* ================================================= */

.services-grid-header{
    text-align:center;
    margin-bottom:70px;
}

.services-grid-header span{
    display:inline-flex;
    align-items:center;
    gap:12px;

    color:#0D6EFD;

    font-size:12px;
    font-weight:700;

    letter-spacing:4px;

    margin-bottom:22px;

    position:relative;
}

.services-grid-header span::before,
.services-grid-header span::after{
    content:'';

    width:38px;
    height:2px;

    background:#9ec5ff;
}

.services-grid-header h2{
    margin:0;

    color:#081120;

    font-size:72px;

    line-height:1;

    font-weight:700;

    letter-spacing:-4px;
}


/* ================================================= */
/* ================= GRID ========================== */
/* ================================================= */

.services-grid{
    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:28px;
}


/* ================================================= */
/* ================= CARD ========================== */
/* ================================================= */

.service-card{
    background:#fff;

    border-radius:28px;

    overflow:hidden;

    border:1px solid #dbe6f5;

    transition:.35s ease;
}

.service-card:hover{
    transform:translateY(-8px);

    box-shadow:
    0 25px 60px rgba(15,23,42,0.08);
}


/* ================================================= */
/* ================= IMAGE ========================= */
/* ================================================= */

.service-image{
    overflow:hidden;
}

.service-image img{
    width:100%;
    height:260px;

    object-fit:cover;

    display:block;

    transition:.5s ease;
}

.service-card:hover .service-image img{
    transform:scale(1.05);
}


/* ================================================= */
/* ================= CONTENT ======================= */
/* ================================================= */

.service-content{
    padding:30px;
}

.service-tag{
    display:block;

    margin-bottom:18px;

    color:#0D6EFD;

    font-size:12px;
    font-weight:700;

    letter-spacing:2px;
}

.service-content h3{
    margin:0 0 16px;

    color:#081120;

    font-size:22px;

    line-height:1.2;

    font-weight:700;
}

.service-content p{
    margin:0 0 24px;

    color:#64748b;

    font-size:16px;

    line-height:1.8;
}


/* ================================================= */
/* ================= LINK ========================== */
/* ================================================= */

.service-content a{
    display:inline-flex;
    align-items:center;

    gap:10px;

    color:#0D6EFD;

    text-decoration:none;

    font-size:15px;
    font-weight:600;

    transition:.3s ease;
}

.service-content a:hover{
    gap:14px;
}


/* ================================================= */
/* ================= RESPONSIVE ==================== */
/* ================================================= */

@media(max-width:1200px){

    .services-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .services-grid-header h2{
        font-size:56px;
    }

}

@media(max-width:767px){

    .services-grid-section{
        padding:80px 24px;
    }

    .services-grid{
        grid-template-columns:1fr;
    }

    .services-grid-header{
        margin-bottom:50px;
    }

    .services-grid-header h2{
        font-size:42px;

        letter-spacing:-2px;
    }

    .service-image img{
        height:220px;
    }

    .service-content{
        padding:24px;
    }

    .service-content h3{
        font-size:20px;
    }

    .service-content p{
        font-size:14px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b1352fa */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');


/* ================================================= */
/* ================= SECTION ======================= */
/* ================================================= */

.process-section{
    width:100%;

    padding:110px 5vw;

    background:#f5f7fb;

    font-family:'Poppins', sans-serif;

    overflow:hidden;
}


/* ================================================= */
/* ================= TOP =========================== */
/* ================================================= */

.process-top{
    text-align:center;

    margin-bottom:70px;
}

.process-label{
    position:relative;

    display:inline-flex;
    align-items:center;
    gap:16px;

    color:#0D6EFD;

    font-size:12px;
    font-weight:700;

    letter-spacing:4px;

    margin-bottom:22px;
}

.process-label::before,
.process-label::after{
    content:'';

    width:40px;
    height:2px;

    background:#b8d3ff;
}

.process-top h2{
    margin:0;

    color:#081120;

    font-size:72px;

    line-height:1;

    font-weight:700;

    letter-spacing:-3px;
}


/* ================================================= */
/* ================= GRID ========================== */
/* ================================================= */

.process-grid{
    position:relative;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:28px;
}


/* ================================================= */
/* ================= CARD ========================== */
/* ================================================= */

.process-card{
    position:relative;

    padding:42px 40px;

    min-height:330px;

    border-radius:28px;

    background:#fff;

    border:1px solid #dfe7f3;

    transition:.35s ease;
}

.process-card:hover{
    transform:translateY(-8px);

    border-color:#0D6EFD;

    box-shadow:
    0 20px 45px rgba(13,110,253,0.08);
}


/* ACTIVE CARD */

.process-card.active{
    border-color:#8dbbff;

    box-shadow:
    0 15px 35px rgba(13,110,253,0.08);
}


/* ================================================= */
/* ================= NUMBER ======================== */
/* ================================================= */

.process-number{
    display:block;

    margin-bottom:18px;

    color:#dce8f8;

    font-size:76px;

    line-height:1;

    font-weight:700;

    letter-spacing:-4px;
}


/* ================================================= */
/* ================= TITLES ======================== */
/* ================================================= */

.process-card h3{
    margin:0 0 22px;

    color:#081120;

    font-size:22px;

    line-height:1.3;

    font-weight:700;
}


/* ================================================= */
/* ================= TEXT ========================== */
/* ================================================= */

.process-card p{
    margin:0;

    color:#64748b;

    font-size:16px;

    line-height:2;

    font-weight:400;
}


/* ================================================= */
/* ================= CONNECTORS ==================== */
/* ================================================= */

.process-card:not(:last-child)::after{
    content:'';

    position:absolute;

    top:50%;

    right:-28px;

    width:28px;
    height:2px;

    background:#b8d3ff;
}


/* ================================================= */
/* ================= TABLET ======================== */
/* ================================================= */

@media(max-width:1200px){

    .process-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .process-card:not(:last-child)::after{
        display:none;
    }

    .process-top h2{
        font-size:56px;
    }

}


/* ================================================= */
/* ================= MOBILE ======================== */
/* ================================================= */

@media(max-width:767px){

    .process-section{
        padding:80px 24px;
    }

    .process-grid{
        grid-template-columns:1fr;

        gap:22px;
    }

    .process-top{
        margin-bottom:50px;
    }

    .process-top h2{
        font-size:42px;

        letter-spacing:-2px;
    }

    .process-card{
        padding:32px 28px;

        min-height:auto;
    }

    .process-number{
        font-size:58px;
    }

    .process-card h3{
        font-size:20px;
    }

    .process-card p{
        font-size:14px;

        line-height:1.9;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-97e5702 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');


/* ================================================= */
/* ================= SECTION ======================= */
/* ================================================= */

.faq-section{
    width:100%;

    padding:110px 5vw;


    font-family:'Poppins', sans-serif;
}


/* ================================================= */
/* ================= TOP =========================== */
/* ================================================= */

.faq-top{
    text-align:center;

    margin-bottom:60px;
}

.faq-label{
    position:relative;

    display:inline-flex;
    align-items:center;
    gap:14px;

    margin-bottom:22px;

    color:#0D6EFD;

    font-size:12px;
    font-weight:700;

    letter-spacing:4px;
}

.faq-label::before,
.faq-label::after{
    content:'';

    width:40px;
    height:2px;

    background:#b9d2ff;
}

.faq-top h2{
    margin:0;

    color:#081120;

    font-size:72px;

    line-height:1;

    font-weight:700;

    letter-spacing:-3px;
}


/* ================================================= */
/* ================= WRAPPER ======================= */
/* ================================================= */

.faq-wrapper{
    width:100%;
    max-width:920px;

    margin:auto;

    display:flex;
    flex-direction:column;

    gap:16px;
}


/* ================================================= */
/* ================= ITEM ========================== */
/* ================================================= */

.faq-item{
    border:1px solid #dfe7f3;

    border-radius:22px;

    background:#fff;

    overflow:hidden;

    transition:.3s ease;
}

.faq-item.active{
    border-color:#0D6EFD;

    box-shadow:
    0 12px 30px rgba(13,110,253,0.06);
}


/* ================================================= */
/* ================= QUESTION ====================== */
/* ================================================= */

.faq-question{
    width:100%;

    min-height:82px;

    padding:0 32px;

    border:none;

    background:transparent;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:20px;

    cursor:pointer;
}

.faq-question span{
    color:#081120;

    text-align:left;

    font-size:18px;
    font-weight:600;

    line-height:1.5;
}

.faq-question i{
    color:#0D6EFD;

    font-size:16px;

    transition:.3s ease;
}

.faq-item.active .faq-question i{
    transform:rotate(180deg);
}


/* ================================================= */
/* ================= ANSWER ======================== */
/* ================================================= */

.faq-answer{
    max-height:0;

    overflow:hidden;

    transition:max-height .4s ease;
}

.faq-answer p{
    padding:0 32px 30px;

    margin:0;

    color:#64748b;

    font-size:16px;

    line-height:1.9;
}

.faq-item.active .faq-answer{
    max-height:300px;
}


/* ================================================= */
/* ================= MOBILE ======================== */
/* ================================================= */

@media(max-width:767px){

    .faq-section{
        padding:80px 24px;
    }

    .faq-top{
        margin-bottom:45px;
    }

    .faq-top h2{
        font-size:42px;

        letter-spacing:-2px;
    }

    .faq-question{
        min-height:74px;

        padding:0 22px;
    }

    .faq-question span{
        font-size:15px;
    }

    .faq-answer p{
        padding:0 22px 24px;

        font-size:14px;
    }

}
/* QUITAR HOVER ROSADO DEL FAQ */
.faq-section .faq-question:hover {
    background: #f2f7ff !important;
    color: #0066FF !important;
}

.faq-section .faq-question:hover span {
    color: #0066FF !important;
}

.faq-section .faq-question:hover i {
    color: #0066FF !important;
}

/* ITEM ACTIVO */
.faq-section .faq-item.active .faq-question {
    background: #0066FF !important;
    color: #ffffff !important;
}

.faq-section .faq-item.active .faq-question span,
.faq-section .faq-item.active .faq-question i {
    color: #ffffff !important;
}

/* EVITA QUE EL TEMA DE WORDPRESS META ROSADO */
.faq-section button:hover,
.faq-section button:focus,
.faq-section button:active {
    background: #f2f7ff !important;
    color: #0066FF !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.faq-section .faq-item.active button:hover,
.faq-section .faq-item.active button:focus,
.faq-section .faq-item.active button:active {
    background: #0066FF !important;
    color: #ffffff !important;
}/* End custom CSS */