.elementor-121 .elementor-element.elementor-element-c6367be{--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;}.breadcrumb-wrap .breadcrumb-overlay, .elementor-page-109 .breadcrumb-wrap .breadcrumb-overlay{opacity:0.5;}@media(min-width:768px){.elementor-121 .elementor-element.elementor-element-c6367be{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-38f7f49 */.disva-footer{
    position:relative;
    overflow:hidden;

    /* Hace que el footer ocupe todo el ancho */
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);

    background:
        radial-gradient(circle at 25% 20%, rgba(111,199,245,.12), transparent 30%),
        linear-gradient(135deg,#06291f 0%,#0b3a29 45%,#07251e 100%);

    color:#fff;
    margin-top:70px;
    border:none!important;
}

.disva-footer::before{
    content:"";
    position:absolute;
    top:-55px;
    left:-5%;
    width:110%;
    height:120px;
    background:linear-gradient(90deg,#69BE45,#6FC7F5);
    border-radius:0 0 50% 50%;
    opacity:.95;
}

.disva-footer::after{
    content:"";
    position:absolute;
    top:-38px;
    left:-5%;
    width:110%;
    height:110px;
    background:#fff;
    border-radius:0 0 50% 50%;
}

.footer-container{
    position:relative;
    z-index:2;
    max-width:1300px;
    margin:auto;
    padding:120px 35px 70px;
    display:grid;
    grid-template-columns:1.5fr 1fr 1.4fr 1fr;
    gap:55px;
}

.footer-col{
    position:relative;
}

.footer-col:not(:first-child){
    border-left:1px solid rgba(255,255,255,.18);
    padding-left:45px;
}

.footer-brand h2{
    font-size:68px;
    line-height:1;
    letter-spacing:3px;
    color:#fff;
    margin:0 0 35px;
    text-shadow:0 6px 20px rgba(0,0,0,.35);
}

.footer-brand h2::after{
    content:"";
    display:block;
    width:70px;
    height:4px;
    background:#69BE45;
    margin-top:20px;
}

.footer-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background:transparent;
    border:2px solid #69BE45;
    color:#fff;
    padding:17px 28px;
    border-radius:10px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.footer-btn i{
    font-size:24px;
    color:#fff;
}

.footer-btn:hover{
    background:#69BE45;
    color:#fff;
    transform:translateY(-3px);
}

.footer-help{
    margin-top:18px;
    color:#fff;
    font-size:16px;
}

.footer-help span{
    color:#69BE45;
    font-weight:600;
}

.footer-col h4{
    color:#69BE45;
    font-size:23px;
    margin:10px 0 35px;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.footer-col h4::after{
    content:"";
    display:block;
    width:55px;
    height:3px;
    background:#6FC7F5;
    margin-top:18px;
}

.footer-col ul{
    list-style:none;
    margin:0;
    padding:0;
}

.footer-col li{
    margin-bottom:22px;
}

.footer-col a{
    color:#fff;
    text-decoration:none;
    font-size:17px;
    font-weight:500;
    transition:.3s;
}

.footer-col a:hover{
    color:#6FC7F5;
    padding-left:6px;
}

.footer-col p{
    display:flex;
    align-items:center;
    gap:14px;
    color:#fff;
    font-size:17px;
    margin-bottom:25px;
}

.footer-col p i{
    color:#6FC7F5;
    font-size:20px;
    width:24px;
}

.footer-social{
    display:flex;
    flex-direction:column;
    gap:22px;
}

.footer-social a{
    width:50px;
    height:50px;
    border-radius:50%;
    background:rgba(255,255,255,.10);
    color:#6FC7F5;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    transition:.3s;
}

.footer-social a:hover{
    background:#69BE45;
    color:#fff;
    transform:translateY(-4px);
}

.footer-copy{
    position:relative;
    z-index:2;
    border-top:2px solid rgba(105,190,69,.75);
    text-align:center;
    padding:28px 20px;
    color:#fff;
    font-size:16px;
}

@media(max-width:992px){

.footer-container{
    grid-template-columns:1fr;
    padding:100px 30px 50px;
    text-align:center;
}

.footer-col:not(:first-child){
    border-left:none;
    border-top:1px solid rgba(255,255,255,.15);
    padding-left:0;
    padding-top:30px;
}

.footer-brand h2::after,
.footer-col h4::after{
    margin-left:auto;
    margin-right:auto;
}

.footer-col p{
    justify-content:center;
}

.footer-social{
    flex-direction:row;
    justify-content:center;
}

}/* End custom CSS */