.elementor-562 .elementor-element.elementor-element-3df6b79{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-562 .elementor-element.elementor-element-2c0ff09{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-244425b */.footer{
    background:#1A1A1A;
    color:#fff;
    padding:40px 20px 20px;
    font-family:'Inter',sans-serif;
    font-size:14px;
}

.footer-container{
    max-width:1100px;
    margin:auto;
}

/* GRID */

.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    gap:30px;
    margin-bottom:30px;
}

/* LOGO TEXTO */

.footer-title{
    color:#0A3FA9;
    font-weight:700;
    font-size:18px;
    font-family:'Montserrat',sans-serif;
    display:block;
}

.footer-sub{
    color:#1E5ED6;
    font-size:13px;
    font-family:'Montserrat',sans-serif;
}

/* TEXTO */

.footer-desc{
    color:#9ca3af;
    max-width:380px;
    margin:12px 0 18px;
    line-height:1.5;
}

/* SOCIAL */

.footer-social{
    display:flex;
    gap:8px;
}

.footer-social a{
    width:34px;
    height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,0.08);
    border-radius:6px;
    text-decoration:none;
    transition:.25s;
}

.footer-social a i{
    font-size:14px;
    color:#fff;
}

.footer-social a:hover{
    background:#0A3FA9;
}

/* COLUMNAS */

.footer-col h3{
    font-family:'Montserrat',sans-serif;
    margin-bottom:10px;
    font-size:16px;
}

.footer-col ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-col li{
    margin:5px 0;
}

.footer-col a{
    color:#9ca3af;
    text-decoration:none;
    transition:.2s;
}

.footer-col a:hover{
    color:#6EC1E4;
}

/* CONTACTO */

.footer-contact li{
    margin:10px 0;
}

/* BOTTOM */

.footer-bottom{
    border-top:1px solid #333;
    padding-top:15px;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:10px;
    font-size:13px;
    color:#9ca3af;
}

.footer-links{
    display:flex;
    gap:14px;
}

.footer-links a{
    color:#9ca3af;
    text-decoration:none;
}

.footer-links a:hover{
    color:#6EC1E4;
}

/* MOBILE */

@media(max-width:768px){

    .footer-grid{
        grid-template-columns:1fr;
        gap:25px;
    }

    .footer-bottom{
        flex-direction:column;
        align-items:center;
        text-align:center;
    }

}



/* =========================
   LOGO + TEXTO EN FILA
========================= */

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.footer-title {
    font-size: 18px;
    font-weight: 600;
    color: #1E5ED6;
}

.footer-sub {
    font-size: 14px;
    color: #6EC1E4;
}


/* =========================
   TITULOS COLUMNAS MÁS FUERTES
========================= */

.footer-col h3 {
    font-weight: 600; /* antes 500 */
    font-size: 17px;
}


/* =========================
   ICONOS REDES (VISIBLE)
========================= */

.footer-social a {
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.08);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    transition: 0.3s;
}

.footer-social a:hover {
    background: #0A3FA9;
    transform: translateY(-2px);
}


/* =========================
   DESCRIPCION MÁS COMPACTA
========================= */

.footer-desc {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 14px;
}


/* =========================
   CONTACTO TEXTO
========================= */

.footer-contact {
    font-size: 14px;
}


/* =========================
   FOOTER BOTTOM MÁS CHICO
========================= */

.footer-bottom p {
    font-size: 13px; /* 1px más chico */
}

.footer-links a {
    font-size: 13px; /* 1px más chico */
}


/* =========================
   SEPARADOR MÁS COMPACTO
========================= */

.footer-bottom {
    margin-top: 28px;
    padding-top: 18px;
}


/* =========================
   RESPONSIVE ICONOS CENTRADOS
========================= */

@media (max-width: 768px) {

    .footer-logo {
        justify-content: center;
        text-align: center;
    }

    .footer-brand {
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

}

/* DIRECCION MISMO COLOR QUE LINKS */

.footer-contact li {
    color: #9CA3AF; /* gris igual que otros */
    font-size: 14px;
    line-height: 1.6;
}

/* ICONO UBICACION */
.footer-contact li i {
    color: #6EC1E4;
    margin-right: 6px;
}

/* HOVER IGUAL QUE LINKS */
.footer-contact li:hover {
    color: #6EC1E4;
    transition: 0.3s;
}











/* ===================== */
/* TABLET */
/* ===================== */

@media (max-width: 1024px) {

    .footer-container {
        padding: 0 30px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .footer-brand {
        grid-column: span 2;
        max-width: 600px;
    }

    .footer-logo {
        justify-content: flex-start;
    }

    .footer-desc {
        max-width: 500px;
    }

    .footer-social {
        margin-top: 15px;
    }

    .footer-social a {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .footer-links {
        justify-content: center;
        flex-wrap: wrap;
        gap: 16px;
    }

}



@media (max-width: 1024px) {

    .footer-brand {
        grid-column: span 2;
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
    }

    .footer-logo {
        justify-content: center;
    }

    .footer-logo-text {
        align-items: center;
    }

    .footer-desc {
        margin: 12px auto 0;
        max-width: 500px;
    }

    .footer-social {
        justify-content: center;
        margin-top: 18px;
    }

}

/* ===================== */
/* MOBILE 426 */
/* ===================== */

@media (max-width: 426px) {

    /* GRID UNA SOLA COLUMNA */
    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 30px;
    }

    /* CADA BLOQUE OCUPA TODO EL ANCHO */
    .footer-col {
        width: 100%;
    }

    /* SERVICIOS Y CONTACTO UNO ABAJO DEL OTRO */
    .footer-col:nth-child(2),
    .footer-col:nth-child(3) {
        grid-column: 1 / -1;
    }

    /* ESPACIO ENTRE BLOQUES */
    .footer-col + .footer-col {
        margin-top: 25px;
    }

    /* LOGO CENTRADO */
    .footer-brand {
        text-align: center;
    }

    .footer-logo {
        justify-content: center;
    }

    .footer-social {
        justify-content: center;
    }

    /* BOTTOM CENTRADO */
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

}

@media (max-width: 426px) {

    /* CENTRAR COLUMNAS */
    .footer-col {
        text-align: center;
        align-items: center;
        margin: 0 auto;
    }

    .footer-col ul {
        padding: 0;
    }

    /* CONTACTO CENTRADO */
    .footer-contact li {
        text-align: center;
        justify-content: center;
    }

    /* ICONOS CONTACTO CENTRADOS */
    .footer-contact li i {
        margin-right: 6px;
    }

}

@media (max-width: 426px) {
    .footer-col:nth-child(2), .footer-col:nth-child(3) {
        margin-left: 22px !important;
    }
}/* End custom CSS */