.elementor-8439 .elementor-element.elementor-element-2eae34b{--display:flex;}.elementor-8439 .elementor-element.elementor-element-512cb56{--display:flex;--overlay-opacity:0.87;}.elementor-8439 .elementor-element.elementor-element-512cb56:not(.elementor-motion-effects-element-type-background), .elementor-8439 .elementor-element.elementor-element-512cb56 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://casasloinfante.cl/wp-content/uploads/2023/07/WhatsApp-Image-2023-07-21-at-5.01.13-PM.jpeg");background-repeat:no-repeat;background-size:cover;}.elementor-8439 .elementor-element.elementor-element-512cb56::before, .elementor-8439 .elementor-element.elementor-element-512cb56 > .elementor-background-video-container::before, .elementor-8439 .elementor-element.elementor-element-512cb56 > .e-con-inner > .elementor-background-video-container::before, .elementor-8439 .elementor-element.elementor-element-512cb56 > .elementor-background-slideshow::before, .elementor-8439 .elementor-element.elementor-element-512cb56 > .e-con-inner > .elementor-background-slideshow::before, .elementor-8439 .elementor-element.elementor-element-512cb56 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#F2F2F2;--background-overlay:'';}@media(min-width:768px){.elementor-8439 .elementor-element.elementor-element-2eae34b{--content-width:1430px;}}/* Start custom CSS for shortcode, class: .elementor-element-de17f0b */```css
.cli-servicios{
max-width:1200px;
margin:auto;
padding:40px 20px;
}

.cli-servicios h2{
text-align:center;
font-size:38px;
font-weight:700;
margin:70px 0 40px;
}

.cli-servicios h2:after{
content:'';
display:block;
width:80px;
height:4px;
background:#F9850D;
margin:15px auto;
border-radius:20px;
}

.cli-grid-3{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.cli-grid-2{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
}

.cli-card{
background:#fff;
padding:35px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.3s;
}

.cli-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.cli-icon{
width:70px;
height:70px;
border-radius:50%;
background:#FFF4EB;
display:flex;
align-items:center;
justify-content:center;
font-size:32px;
margin-bottom:20px;
}

.cli-card h3{
margin-bottom:15px;
}

.cli-card p{
line-height:1.8;
color:#555;
}

.cli-aviso{
background:#FFF4EB;
padding:15px;
border-radius:12px;
margin:20px 0;
border-left:4px solid #F9850D;
}

.cli-card ul{
padding-left:20px;
}

.cli-card li{
margin-bottom:10px;
}

.cli-table{
width:100%;
border-collapse:collapse;
}

.cli-table th{
background:#F9850D;
color:#fff;
padding:15px;
}

.cli-table td{
padding:15px;
border-bottom:1px solid #eee;
text-align:center;
}

@media(max-width:768px){

.cli-grid-3,
.cli-grid-2{
grid-template-columns:1fr;
}

.cli-servicios h2{
font-size:28px;
}

}
```/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-595b875 */```css
.cli-servicios{
max-width:1200px;
margin:auto;
padding:50px 20px;
}

.cli-servicios h2{
text-align:center;
font-size:48px;
font-weight:700;
margin-bottom:20px;
}

.cli-servicios h2:after{
content:'';
display:block;
width:80px;
height:4px;
background:#F9850D;
margin:15px auto;
border-radius:10px;
}

.cli-subtitulo{
text-align:center;
font-size:20px;
color:#666;
max-width:850px;
margin:0 auto 50px;
}

.cli-beneficios-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.cli-beneficio-card{
background:#fff;
padding:35px 25px;
border-radius:20px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.3s;
}

.cli-beneficio-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.cli-icon{
width:90px;
height:90px;
margin:0 auto 20px;
background:#FFF4EB;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:42px;
}

.cli-beneficio-card h3{
font-size:22px;
line-height:1.4;
margin:0;
}

.cli-cta{
margin-top:50px;
padding:35px;
border:2px solid #F9850D;
border-radius:20px;
display:flex;
justify-content:space-between;
align-items:center;
gap:30px;
background:#fff;
}

.cli-cta-texto{
display:flex;
align-items:center;
gap:20px;
}

.cli-cta-icon{
font-size:60px;
color:#F9850D;
}

.cli-btn-cotizar{
background:#F9850D;
color:#fff !important;
padding:18px 35px;
border-radius:12px;
font-size:20px;
font-weight:700;
text-decoration:none;
display:inline-block;
transition:.3s;
box-shadow:0 8px 25px rgba(249,133,13,.35);
}

.cli-btn-cotizar:hover{
background:#e87700;
transform:translateY(-2px);
}

@media(max-width:1024px){

.cli-beneficios-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.cli-beneficios-grid{
grid-template-columns:1fr;
}

.cli-cta{
flex-direction:column;
text-align:center;
}

.cli-cta-texto{
flex-direction:column;
}

.cli-servicios h2{
font-size:34px;
}

}
```/* End custom CSS */