.elementor-750 .elementor-element.elementor-element-9b45d23{--display:flex;--margin-top:60px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}.elementor-750 .elementor-element.elementor-element-eaa2f86{text-align:center;}.elementor-750 .elementor-element.elementor-element-eaa2f86 .elementor-heading-title{font-size:55px;}.elementor-750 .elementor-element.elementor-element-294d50e{--display:flex;--margin-top:0px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}@media(max-width:767px){.elementor-750 .elementor-element.elementor-element-9b45d23{--margin-top:30px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}.elementor-750 .elementor-element.elementor-element-eaa2f86 .elementor-heading-title{font-size:40px;}}/* Start custom CSS for html, class: .elementor-element-dba6373 *//* SECCION SERVICIOS */
.servicios-info{
text-align:center;
max-width:700px;
margin:0 auto 60px auto;
}

.servicios-frase{
font-size:18px;
color:#333;
margin-bottom:25px;
}

.servicios-frase strong{
color:#1f8f3a; /* verde */
}

.servicios-puntos{
display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
}

.servicio-punto{
font-size:14px;
color:#666;
padding:8px 14px;
border-radius:20px;
background:#f6f6f6;
}


/* GRID SERVICIOS */

.servicios-lista{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:30px;
}


/* CARD SERVICIO */

.servicio-card{
background:white;
padding:28px;
border-radius:14px;
border:1px solid #e8e8e8;
transition:all .25s ease;
}

.servicio-card:hover{
transform:translateY(-4px);
border-color:#3aaa35;   /* verde */
box-shadow:0 10px 30px rgba(0,0,0,0.06);
}


/* HEADER */

.servicio-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:6px;
}

.servicio-header h3{
font-size:18px;
margin:0;
color:#222;
}

.precio{
font-weight:600;
color:#3aaa35;
font-size:16px;
}


/* META */

.servicio-meta{
font-size:13px;
color:#888;
margin-bottom:12px;
}


/* TEXTO */

.servicio-card p{
font-size:14px;
line-height:1.6;
color:#555;
}

.servicios-destacado{
color:#3aaa35;
font-weight:600;
margin-top:15px;
}


/* BOTON AGENDAR */
.btn-agendar-servicio{
    display:inline-block;
    margin-top:18px;
    padding:10px 18px;
    font-size:14px;
    font-weight:500;
    color:#1f8a6a;
    text-decoration:none;
    border:1px solid #1f8a6a;
    border-radius:6px;
    transition:all .25s ease;
}

.btn-agendar-servicio:hover{
    background:#1f8a6a;
    color:white;
}

/* RESPONSIVE */

@media(max-width:768px){

.servicios-beneficios{
grid-template-columns:1fr;
}

.servicios-intro h2{
font-size:26px;
}

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-294d50e */.hero-fijo{
    position: relative;
    min-height: 100vh;
}

.hero-fijo::before{
    content:"";
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background:url("https://officebm.cl/wp-content/uploads/2026/03/ICONO_OBM-scaled.png") center/cover no-repeat;
    z-index:-1;
    transform: translateZ(0);
    opacity:0.35; 
}/* End custom CSS */