.elementor-44 .elementor-element.elementor-element-e531fba{--display:flex;}.elementor-44 .elementor-element.elementor-element-2ee50f7{width:100%;max-width:100%;top:0px;}.elementor-44 .elementor-element.elementor-element-2ee50f7.elementor-element{--align-self:flex-start;--flex-grow:1;--flex-shrink:0;}body:not(.rtl) .elementor-44 .elementor-element.elementor-element-2ee50f7{left:0px;}body.rtl .elementor-44 .elementor-element.elementor-element-2ee50f7{right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-44 .elementor-element.elementor-element-2ee50f7.elementor-element{--align-self:center;}}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-2ee50f7 */.custom-footer{

    width: 100%;

    max-width: 100%;

    margin: 0;

    padding-top: 70px;
    padding-bottom: 25px;

    background: linear-gradient(
        180deg,
        #0f1115 0%,
        #0b1a12 100%
    );
}/* End custom CSS */
/* Start custom CSS *//* ==========================
   FOOTER METALGREEN
   ========================== */

/* Fuente general del footer */
.mg-footer,
.mg-footer p,
.mg-footer a,
.mg-footer h3,
.mg-footer .mg-footer-bottom,
.mg-footer .mg-footer-bottom p{
    font-family: 'Artifakt Element Medium', sans-serif !important;
}

.mg-footer-column h2 + p{
    text-align: justify;
    text-justify: inter-word;
    color:#d4d4d4;
    line-height:1.8;
}

/* ===== FOOTER ===== */

.mg-footer{
    background:#0b0b0b;
    color:#ffffff;
    padding:60px 25px 25px;
}

/* ===== CONTENEDOR ===== */

.mg-footer-container{
    max-width:1200px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    gap:60px;
    flex-wrap:wrap;
}

/* ===== COLUMNAS ===== */

.mg-footer-column{
    flex:1;
    min-width:250px;
}

/* ===== TITULOS ===== */

.mg-footer-column h3{
    color:#ffffff;
    font-size:20px;
    margin-bottom:25px;
    font-weight:500;
}

/* ===== TEXTO ===== */

.mg-footer-column p{
    color:#d4d4d4;
    line-height:1.8;
    margin:0;
}

/* ===== LINKS ===== */

.mg-footer-column a{
    display:block;
    color:#d4d4d4;
    text-decoration:none;
    padding:14px 0;
    border-bottom:1px solid rgba(255,255,255,0.08);
    transition:all .3s ease;
}

.mg-footer-column a:hover{
    color:#7ED957;
    padding-left:8px;
}

/* ===== REDES ===== */

.mg-socials{
    display:flex;
    gap:15px;
    margin-top:10px;
}

.mg-socials a{
    width:52px;
    height:52px;
    border:2px solid white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    color:white;
    transition:0.3s;
}

.mg-socials a:hover{
    background:#7ED957;
    border-color:#7ED957;
    color:black;
    transform:translateY(-3px);
}

/* ===== DIVISOR ===== */

.mg-divider{
    max-width:1200px;
    margin:40px auto 20px;
    height:1px;
    background:rgba(255,255,255,0.08);
}

/* ===== COPYRIGHT ===== */

.mg-footer-bottom{
    max-width:1200px;
    margin:auto;
    text-align:center;
    color:#bdbdbd;
    font-size:14px;
}

.mg-footer-bottom p{
    margin:6px 0;
}

/* ===== LOGO ===== */

.mg-brand{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.mg-footer .mg-footer-logo{
    width:240px !important;
    max-width:240px !important;
    min-width:240px !important;
    height:auto !important;
    display:block;
    margin-bottom:15px;
}

/* ===== TABLET ===== */

@media (max-width:1024px){

    .mg-footer .mg-footer-logo{
        width:100px !important;
        max-width:100px !important;
        min-width:100px !important;
    }

}

/* ===== MOBILE ===== */

@media (max-width:768px){

    .mg-footer{
        padding:40px 20px 20px;
        text-align:center;
    }

    .mg-footer-container{
        flex-direction:column;
        gap:35px;
    }

    .mg-footer-column{
        min-width:100%;
        text-align:center;
    }

    .mg-footer-column h3{
        font-size:18px;
        text-align:center;
    }

    .mg-footer-column p{
        text-align:center !important;
    }

    .mg-footer-column a{
        text-align:center;
        padding-left:0;
    }

    .mg-footer-column a:hover{
        padding-left:0;
    }

    .mg-socials{
        justify-content:center;
    }

    .mg-footer-bottom{
        text-align:center;
    }

    .mg-brand{
        align-items:center;
    }

    .mg-footer .mg-footer-logo{
        width:200px !important;
        max-width:200px !important;
        min-width:200px !important;
        margin:0 auto 15px auto;
    }

}/* End custom CSS */