.elementor-119 .elementor-element.elementor-element-0f6c445:not(.elementor-motion-effects-element-type-background), .elementor-119 .elementor-element.elementor-element-0f6c445 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-119 .elementor-element.elementor-element-0f6c445 > .elementor-background-overlay{background-color:#1d2f52;background-image:url("https://climalbertspa.cl/wp-content/uploads/2025/11/91015.jpg");background-position:center center;background-size:cover;opacity:0.32;mix-blend-mode:lighten;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-119 .elementor-element.elementor-element-0f6c445 > .elementor-container{max-width:1500px;}.elementor-119 .elementor-element.elementor-element-0f6c445{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:20px 20px 20px 20px;}.elementor-119 .elementor-element.elementor-element-05cd30f.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-119 .elementor-element.elementor-element-05cd30f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:10px;}@media(max-width:767px){.elementor-119 .elementor-element.elementor-element-0f6c445{padding:30px 0px 30px 0px;}.elementor-119 .elementor-element.elementor-element-fa8c3e2{margin:10px 10px calc(var(--kit-widget-spacing, 0px) + 10px) 10px;}}@media(min-width:1025px){.elementor-119 .elementor-element.elementor-element-0f6c445 > .elementor-background-overlay{background-attachment:fixed;}}/* Start custom CSS for html, class: .elementor-element-fa8c3e2 *//* Asegúrate de que Elementor esté cargando Font Awesome (fas) y la fuente LATO */

/* ------------------------------------------- */
/* ESTILOS DEL CONTENEDOR PRINCIPAL */
/* ------------------------------------------- */
.climalbert-servicios-container {
    padding: 40px 0; /* Ajustado el padding para mejor visualización */
    text-align: center;
}

/* TÍTULO PRINCIPAL */
.climalbert-titulo-principal {
    font-family: 'Lato', sans-serif; /* Fuente Lato */
    font-weight: 800; /* Extra Bold solicitado */
    font-size: 32px;
    color: #FFBE00; /* Corregido a NEGRO (Máximo contraste) */
    margin-bottom: 10px;
}

.climalbert-subtitulo {
    font-size: 18px;
    color: #fff; /* Corregido a un gris oscuro (era blanco en tu CSS) */
    margin-bottom: 40px;
}

/* ------------------------------------------- */
/* LAYOUT GRID (Con Alineación Vertical) */
/* ------------------------------------------- */
.servicios-grid {
    display: flex;
    justify-content: space-around;
    gap: 30px; 
    flex-wrap: wrap;
    align-items: stretch; /* Asegura que todas las tarjetas tengan la misma altura */
}

.servicio-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 30px;
    width: calc(33% - 20px); 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    
    /* Configuración para alinear el botón al final */
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
}

.servicio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* ------------------------------------------- */
/* CONTENIDO DE TARJETA */
/* ------------------------------------------- */
.icon-wrapper {
    color: #FFBE00; /* Ícono Azul Corporativo (Mejor contraste que amarillo sobre blanco) */
    font-size: 36px;
    margin-bottom: 20px;
}

/* SUBTÍTULO DE TARJETA */
.servicio-titulo {
    font-family: 'Lato', sans-serif; /* Fuente Lato */
    font-weight: 800; /* Extra Bold solicitado */
    font-size: 22px;
    color: #000; /* Corregido a NEGRO */
    margin-bottom: 15px;
}

.servicio-descripcion {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px; 
    line-height: 1.6;
    flex-grow: 1; /* Empuja el botón hacia abajo */
}

/* Estilos para la Lista de Precios */
.lista-precios {
    list-style: none;
    padding: 15px 0 15px 0;
    margin: 0 0 20px 0; 
    border-top: 1px dashed #eee;
    border-bottom: 1px dashed #eee;
    text-align: left;
}

.lista-precios li {
    font-size: 15px;
    line-height: 1.5;
    color: #444;
    margin-bottom: 5px;
}

.lista-precios li i {
    color: #1a4d7c; 
    margin-right: 5px;
}


/* ------------------------------------------- */
/* BOTÓN CTA */
/* ------------------------------------------- */
.servicio-cta {
    display: inline-block;
    background-color: #FFBE00; /* Amarillo solicitado */
    color: #333 !important; /* Texto oscuro para contraste */
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s;
    margin-top: auto; /* Asegura la alineación inferior */
}

.servicio-cta:hover {
    background-color: #e6a700;
}

/* ------------------------------------------- */
/* RESPONSIVE */
/* ------------------------------------------- */
@media (max-width: 1024px) {
    .servicio-card {
        width: calc(50% - 15px); 
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .servicios-grid {
        flex-direction: column;
        gap: 20px;
    }
    .servicio-card {
        width: 100%; 
    }
    .climalbert-titulo-principal {
        font-size: 28px;
    }
}/* End custom CSS */