.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-59ff27e *//*====================================
SERVICIOS
====================================*/

.fumi-servicios{
    padding:60px 40px;
    background:#f8fbfd;
}

.fumi-container{
    max-width:1100px;
    margin:auto;
}

.fumi-servicios-header{
    text-align:center;
    max-width:900px;
    margin:auto;
    margin-bottom:70px;
}

.fumi-servicios-header span{
    color:#00A86B;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.fumi-servicios-header h1{
    font-size:44px;
    color:#17354a;
    margin:20px 0;
}

.fumi-servicios-header p{
    font-size:19px;
    color:#60727f;
    line-height:1.8;
}

.fumi-servicios-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:25px;
}

.servicio-card{
    background:#ffffff;
    border-radius:22px;
    padding:35px;
    border:1px solid #e6edf2;
    transition:.3s;
}

.servicio-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.servicio-card h3{
    color:#17354a;
    font-size:22px;
    margin-bottom:15px;
}

.servicio-card p{
    color:#60727f;
    line-height:1.8;
}

.fumi-servicios-cta{
    margin-top:80px;
    text-align:center;
    background:linear-gradient(135deg,#00A86B,#14c982);
    padding:60px;
    border-radius:30px;
    color:#fff;
}

.fumi-servicios-cta h2{
    font-size:34px;
    margin-bottom:15px;
}

.fumi-servicios-cta p{
    font-size:18px;
    margin-bottom:30px;
}

.btn-servicios{
    display:inline-block;
    background:#fff;
    color:#00A86B;
    padding:18px 40px;
    border-radius:50px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
}

.btn-servicios:hover{
    transform:scale(1.05);
}

@media(max-width:768px){

.fumi-servicios{
    padding:70px 25px;
}

.fumi-servicios-header h1{
    font-size:30px;
}

.fumi-servicios-cta{
    padding:40px 25px;
}

.fumi-servicios-cta h2{
    font-size:26px;
}

}/* End custom CSS */