.elementor-346 .elementor-element.elementor-element-9084744{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b3110b0 */.servicio-vigilancia{
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;
max-width:750px;
margin:0 auto 50px auto;
}

.bloque{
margin-bottom:70px;
}

.bloque h2{
color:#006EB6;
margin-bottom:30px;
text-align:center;
}

/* GRID */

.vigilancia-grid,
.metodologia-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

/* TARJETAS */

.card{
background:white;
padding:30px;
border-radius:10px;
box-shadow:0 4px 15px rgba(0,0,0,0.08);
display:flex;
flex-direction:column;
justify-content:flex-start;
min-height:180px;
transition:.3s;
border-top:4px solid #006EB6;
}

.card:hover{
transform:translateY(-6px);
}

/* PASOS */

.paso span{
background:#006EB6;
color:white;
width:45px;
height:45px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-weight:bold;
margin-bottom:15px;
}

/* RESPONSIVE */

@media(max-width:992px){
.vigilancia-grid,
.metodologia-grid{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:576px){
.vigilancia-grid,
.metodologia-grid{
grid-template-columns:1fr;
}
}
.cta-servicio{
text-align:center;
margin-top:40px;
padding-top:40px;
border-top:1px solid #e0e0e0;
}

.cta-servicio h3{
color:#003b63;
margin-bottom:10px;
}

.cta-servicio p{
margin-bottom:20px;
color:#555;
}

/* BOTÓN */

.btn-servicio{
display:inline-block;
background:#006EB6;
color:white;
padding:14px 35px;
border-radius:6px;
text-decoration:none;
font-weight:600;
transition:.3s;
box-shadow:0 4px 12px rgba(0,0,0,0.15);
}

.btn-servicio:hover{
background:#004f85;
transform:translateY(-3px);
}
.cta-servicio{
text-align:center;
margin-top:50px;
padding-top:40px;
border-top:1px solid #e0e0e0;
}

.cta-servicio h3{
color:#003b63;
margin-bottom:10px;
}

.cta-servicio p{
margin-bottom:25px;
color:#555;
}

/* BOTÓN WHATSAPP */

.btn-whatsapp{
display:inline-flex;
align-items:center;
gap:10px;
background:#25D366;
color:white;
padding:15px 35px;
border-radius:6px;
text-decoration:none;
font-weight:600;
font-size:16px;
transition:.3s;
box-shadow:0 4px 12px rgba(0,0,0,0.15);
}

.btn-whatsapp i{
font-size:20px;
}

.btn-whatsapp:hover{
background:#1ebe5d;
transform:translateY(-3px);
}/* End custom CSS */