.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-adf2e71 *//* ==========================
   FOOTER
========================== */

.iwp-footer{

    background:#1F2A3A;

    color:#FFFFFF;

    padding:60px 0 25px;
}

.iwp-footer-container{

    max-width:1300px;

    margin:0 auto;

    padding:0 40px;
}

/* GRID */

.iwp-footer-grid{

    display:grid;

    grid-template-columns:
    1.2fr
    1fr
    1fr;

    gap:60px;

    margin-bottom:40px;
}

/* LOGO */

.iwp-footer-logo{

    width:180px !important;

    max-width:180px !important;

    height:auto !important;

    display:block;
    margin-bottom:25px;
}

/* SLOGAN */

.iwp-footer-slogan{

    color:rgba(255,255,255,.75);

    font-size:14px;

    line-height:1.8;

    max-width:280px;

    margin-bottom:20px;
}

/* TITULOS */

.iwp-footer-col h4{

    color:#A6CE39;

    font-size:18px;

    font-weight:700;

    margin-bottom:14px;
    
    }
 
    a{

    color:rgba(255,255,255,.80);

    text-decoration:none;

    transition:.3s;
}
a:hover{

    color:#A6CE39;
}

/* LISTAS */

.iwp-footer-col ul{

    list-style:none;

    margin:0;

    padding:0;
}

.iwp-footer-col li{

    color:rgba(255,255,255,.80);

    font-size:14px;

    line-height:1.8;

    margin-bottom:15px;
}

/* LINKS */

.iwp-footer-links a{

    color:rgba(255,255,255,.80);

    text-decoration:none;

    transition:.3s;
}

.iwp-footer-links a:hover{

    color:#A6CE39;
}

/* REDES */

.iwp-footer-social{

    display:flex;

    gap:10px;
}

.iwp-footer-social a{

    width:40px;

    height:40px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.10);

    color:#FFFFFF;

    display:flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    transition:.3s;
}

.iwp-footer-social a:hover{

    background:#A6CE39;

    color:#1F2A3A;
}

/* BOTON ARREPENTIMIENTO */

.iwp-arrepentimiento{

    display:inline-block;

    margin-top:15px;

    background:#A6CE39;

    color:#1F2A3A !important;

    text-decoration:none !important;

    font-weight:700;

    padding:12px 12px;

    border-radius:12px;

    transition:.3s;
}

.iwp-arrepentimiento:hover{

    transform:translateY(-2px);

    box-shadow:
    0 8px 20px rgba(166,206,57,.25);

    text-decoration:none !important;
}

/* FOOTER INFERIOR */

.iwp-footer-bottom{

    border-top:1px solid rgba(255,255,255,.10);

    padding-top:20px;

    text-align:center;
}

.iwp-footer-bottom p{

    color:rgba(255,255,255,.60);

    font-size:13px;

    line-height:1.8;

    margin:0;
}

.iwp-footer-disclaimer{

    margin-top:8px !important;
}

/* RESPONSIVE */

@media(max-width:991px){

    .iwp-footer-grid{

        grid-template-columns:1fr;

        gap:35px;
    }

}

@media(max-width:768px){

    .iwp-footer{

        padding:50px 0 25px;
    }

    .iwp-footer-container{

        padding:0 20px;
    }

}/* End custom CSS */