.elementor-120 .elementor-element.elementor-element-f89a9d8:not(.elementor-motion-effects-element-type-background), .elementor-120 .elementor-element.elementor-element-f89a9d8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ffffff;}.elementor-120 .elementor-element.elementor-element-f89a9d8 > .elementor-background-overlay{background-image:url("https://climalbertspa.cl/wp-content/uploads/2025/11/91015.jpg");background-position:center center;background-size:cover;opacity:0.09;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-120 .elementor-element.elementor-element-f89a9d8 > .elementor-container{max-width:1300px;}.elementor-120 .elementor-element.elementor-element-f89a9d8 .elementor-background-overlay{filter:brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 1.8px ) hue-rotate( 0deg );}.elementor-120 .elementor-element.elementor-element-f89a9d8{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:20px 20px 20px 20px;}@media(min-width:1025px){.elementor-120 .elementor-element.elementor-element-f89a9d8 > .elementor-background-overlay{background-attachment:fixed;}}@media(max-width:1024px){.elementor-120 .elementor-element.elementor-element-f89a9d8{padding:30px 30px 30px 30px;}}@media(max-width:767px){.elementor-120 .elementor-element.elementor-element-f89a9d8{padding:20px 20px 20px 20px;}}/* Start custom CSS for html, class: .elementor-element-f55cee9 *//* Estilos del Contenedor Principal */
.climalbert-contacto-container {
    padding: 20px 20px;
    background-color: #f7f7f7; /* Fondo gris claro */
    text-align: center;
}

.contacto-header {
    margin-bottom: 40px;
}

/* TÍTULO PRINCIPAL - APLICACIÓN DE ESTILO LATO 800 Y NEGRO */
.contacto-titulo {
    font-family: 'Lato', sans-serif; /* Asegurando Lato */
    font-weight: 800; /* Peso Extra Bold */
    font-size: 36px;
    color: #000; /* Negro puro para máximo contraste */
    margin-bottom: 10px;
}

.contacto-subtexto {
    font-size: 18px;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
}

/* Estructura de la Rejilla (Grid) */
.contacto-grid {
    display: flex;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap; 
}

.contacto-bloque {
    flex: 1;
    padding: 30px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* Bloque Destacado de WhatsApp */
.whatsapp-destacado {
    background-color: #ffffff; 
    border: 3px solid #FFBE00; 
}

/* SUBTÍTULOS DE BLOQUE - APLICACIÓN DE ESTILO LATO 800 Y NEGRO */
.bloque-titulo {
    font-family: 'Lato', sans-serif; /* Asegurando Lato */
    font-weight: 800; /* Peso Extra Bold */
    font-size: 22px;
    color: #000; /* Negro puro */
    margin-bottom: 20px;
}

.bloque-titulo i {
    color: #FFBE00; 
    margin-right: 10px;
}

/* Estilo del Botón de WhatsApp */
.cta-whatsapp {
    display: block;
    background-color: #FFBE00; 
    color: #333 !important; 
    font-weight: bold;
    font-size: 18px;
    padding: 15px 20px;
    margin: 20px 0 10px 0;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s;
}

.cta-whatsapp:hover {
    background-color: #e6a700;
}

.numero-whatsapp {
    color: #555;
    font-size: 16px;
    font-weight: 600;
}

/* Bloque Secundario (Detalle) */
.detalle-servicios {
    background-color: #ffffff;
}

.lista-servicios {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.lista-servicios li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #444;
}

.lista-servicios li i {
    color: #1a4d7c; 
    margin-right: 8px;
}

.nota-compromiso {
    margin-top: 20px;
    border-top: 1px dashed #ddd;
    padding-top: 15px;
    font-size: 15px;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .contacto-grid {
        flex-direction: column;
    }
    .contacto-titulo {
        font-size: 30px;
    }
}/* End custom CSS */