.elementor-1351 .elementor-element.elementor-element-30e1fff{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1351 .elementor-element.elementor-element-4bcc106{margin:23px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1351 .elementor-element.elementor-element-57807cb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:71px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-4bcc106 */.services-banner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    padding:80px 40px;
    background:linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    border-radius:20px;
    overflow:hidden;
}

.banner-content{
    flex:1;
    max-width:600px;
}

.banner-badge{
    display:inline-block;
    font-size:14px;
    font-weight:600;
    color:#ffffff;
    background:#011640;
    padding:8px 16px;
    border-radius:50px;
    margin-bottom:20px;
}

.banner-title{
    font-size:42px;
    font-weight:700;
    line-height:1.2em;
    color:#151827;
    margin-bottom:20px;
}

.banner-text{
    font-size:18px;
    line-height:1.8em;
    color:#5e6785;
    margin-bottom:30px;
}

.banner-button{
    display:inline-block;
    padding:14px 28px;
    background:#C8973B;
    color:#fff;
    border-radius:8px;
    font-size:16px;
    font-weight:600;
    text-decoration:none;
    transition:0.3s ease;
}

.banner-button:hover{
    background:#011640;
}

/* IMAGEN */
.banner-image{
    flex:1;
    display:flex;
    justify-content:center;
}

.banner-image img{
    width:100%;
    max-width:500px;
    border-radius:20px;
    object-fit:cover;
}

/* RESPONSIVE */
@media (max-width: 1024px){
    .services-banner{
        flex-direction:column;
        text-align:center;
    }

    .banner-content{
        max-width:100%;
    }

    .banner-title{
        font-size:32px;
    }

    .banner-text{
        font-size:16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1cedab1 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

body{
    font-family:'Poppins', sans-serif;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:28px;
}

@media (max-width: 1024px){
    .services-grid{
        grid-template-columns:repeat(2, 1fr);
    }
}

@media (max-width: 767px){
    .services-grid{
        grid-template-columns:1fr;
        gap:20px;
    }
}

.service-card{
    background:#f8f8f8;
    border-radius:18px;
    padding:34px 28px;
    min-height:290px;
    transition:all .30s ease;
    position:relative;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    border:1px solid #ececec;
    box-shadow:0 8px 24px rgba(0,0,0,0.03);
}

.service-card:hover{
    background:linear-gradient(135deg, #011640 0%, #0b214d 100%);
    transform:translateY(-3px);
    border-color:rgba(200,151,59,0.35);
    box-shadow:0 16px 35px rgba(1,22,64,0.12);
}

.service-card:hover *{
    color:#fff !important;
}

.service-card:before{
    content:"";
    position:absolute;
    top:-35px;
    right:-35px;
    width:150px;
    height:150px;
    background:radial-gradient(circle, rgba(200,151,59,0.16) 0%, rgba(200,151,59,0) 72%);
    opacity:0;
    transition:all .30s ease;
}

.service-card:hover:before{
    opacity:1;
}

.service-icon{
    width:72px;
    height:72px;
    border-radius:50%;
    background:#f4efe3;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:24px;
    position:relative;
    z-index:2;
    transition:all .30s ease;
}

.service-card:hover .service-icon{
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(200,151,59,0.35);
}

.service-icon i{
    font-size:28px;
    color:#C8973B;
}

.service-title{
    font-family:'Poppins', sans-serif;
    font-size:23px;
    font-weight:600;
    line-height:1.3em;
    letter-spacing:-0.3px;
    margin:0 0 14px 0;
    color:#151827;
    position:relative;
    z-index:2;
}

.service-text{
    font-family:'Poppins', sans-serif;
    font-size:15px;
    font-weight:400;
    line-height:1.8em;
    color:#5e6785;
    margin:0 0 22px 0;
    position:relative;
    z-index:2;
}

.service-link{
    font-family:'Poppins', sans-serif;
    font-size:15px;
    font-weight:500;
    color:#011640;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:auto;
    position:relative;
    z-index:2;
    transition:all .30s ease;
}

.service-link:hover{
    color:#C8973B;
}

.service-card:hover .service-link{
    color:#C8973B !important;
}

.service-link:after{
    content:"→";
    font-size:18px;
    line-height:1;
}

.service-list{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    flex-direction:column;
    gap:10px;
    position:relative;
    z-index:2;
}

.service-list li{
    font-family:'Poppins', sans-serif;
    font-size:14px;
    font-weight:400;
    line-height:1.7em;
    color:#5e6785;
    position:relative;
    padding-left:16px;
}

.service-list li:before{
    content:"";
    width:5px;
    height:5px;
    background:#C8973B;
    border-radius:50%;
    position:absolute;
    left:0;
    top:9px;
}

.service-card:hover .service-list li{
    color:#ffffff !important;
}

.service-card:hover .service-list li:before{
    background:#C8973B;
}

.service-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-list {
    flex-grow: 1;
}/* End custom CSS */