.elementor-343 .elementor-element.elementor-element-105de47{--display:flex;}/* Start custom CSS for html, class: .elementor-element-abdd8f9 */.servicio-consultoria{
padding:80px 20px;
font-family:'Segoe UI', sans-serif;
background:#f4f8fb;
}

.container{
max-width:1100px;
margin:auto;
}

h1{
text-align:center;
color:#006EB6;
margin-bottom:20px;
}

.intro{
text-align:center;
font-size:18px;
margin-bottom:50px;
}

.bloque{
margin-bottom:60px;
}

.bloque h2{
color:#006EB6;
margin-bottom:20px;
}

/* ISO */
.iso-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
}

.iso-item{
background:white;
padding:20px;
border-radius:8px;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
}

/* Proceso */
.proceso-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
}

.proceso{
background:white;
padding:25px;
border-radius:8px;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
}

/* Beneficios */
.beneficios ul{
list-style:none;
padding:0;
font-size:18px;
}

/* Sectores */
.sector-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:15px;
}

.sector-grid span{
background:#006EB6;
color:white;
padding:12px;
border-radius:6px;
text-align:center;
}

/* CTA */
.cta{
background:linear-gradient(135deg,#003b63,#006EB6);
padding:60px;
border-radius:12px;
color:white;
text-align:center;
}

.btn-cta{
display:inline-block;
margin-top:20px;
background:white;
color:#006EB6;
padding:14px 30px;
text-decoration:none;
font-weight:bold;
border-radius:6px;
transition:.3s;
}

.btn-cta:hover{
background:#e6f3ff;
}/* End custom CSS */