.elementor-79 .elementor-element.elementor-element-ede3b8b{--display:flex;--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-79 .elementor-element.elementor-element-2eea0ec{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-2eea0ec *//*=========================================================
FOOTER
MOREC.SA INDUSTRIA
=========================================================*/

.mc-footer{

    position:relative;

    background:#1A1A1A;

    color:#ffffff;

    padding:90px 40px 30px;

    overflow:hidden;

}

.mc-footer::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:4px;

    background:#D71920;

}

/*=========================
CONTENEDOR
=========================*/

.mc-footer-container{

    max-width:1400px;

    margin:auto;

    display:grid;

    grid-template-columns:2fr 1fr 1fr;

    gap:80px;

    align-items:flex-start;

}

/*=========================
LOGO
=========================*/

.mc-footer-logo{

    margin-top:-8px;

}

.mc-footer-logo img{

    width:280px;

    max-width:100%;

    height:auto;

    margin-bottom:28px;

    transition:.35s ease;

}

.mc-footer-logo img:hover{

    transform:scale(1.03);

}

.mc-footer-logo p{

    color:#BDBDBD;

    font-size:16px;

    line-height:2;

    max-width:460px;

    margin-bottom:28px;

}

.mc-footer-line{

    width:70px;

    height:4px;

    background:#D71920;

    border-radius:50px;

}

/*=========================
COLUMNAS
=========================*/

.mc-footer-column h3{

    color:#ffffff;

    font-size:22px;

    margin-bottom:28px;

    position:relative;

}

.mc-footer-column h3::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-10px;

    width:45px;

    height:3px;

    background:#D71920;

    border-radius:50px;

}

.mc-footer-column ul{

    list-style:none;

    padding:0;

    margin:0;

}

.mc-footer-column li{

    margin-bottom:18px;

    color:#BDBDBD;

    font-size:16px;

    line-height:1.8;

}

/*=========================
SOCIALES
=========================*/

.mc-social{

    display:flex;

    gap:16px;

    margin-top:10px;

}

.mc-social a{

    width:52px;

    height:52px;

    border-radius:50%;

    background:#2A2A2A;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#ffffff;

    text-decoration:none;

    font-size:20px;

    transition:.35s cubic-bezier(.22,.61,.36,1);

}

.mc-social a:hover{

    background:#D71920;

    transform:translateY(-6px);

}

/*=========================
FOOTER BOTTOM
=========================*/

.mc-footer-bottom{

    max-width:1400px;

    margin:70px auto 0;

    padding-top:30px;

    border-top:1px solid rgba(255,255,255,.08);

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;

    flex-wrap:wrap;

    color:#9E9E9E;

    font-size:14px;

}

.mc-footer-bottom strong{

    color:#ffffff;

}

/*=========================
RESPONSIVE TABLET
=========================*/

@media(max-width:992px){

    .mc-footer{

        padding:70px 30px 25px;

    }

    .mc-footer-container{

        grid-template-columns:1fr;

        gap:55px;

    }

}

/*=========================
RESPONSIVE MÓVIL
=========================*/

@media(max-width:768px){

    .mc-footer{

        padding:60px 20px 25px;

        text-align:center;

    }

    .mc-footer-logo{

        display:flex;

        flex-direction:column;

        align-items:center;

    }

    .mc-footer-logo img{

        width:220px;

    }

    .mc-footer-logo p{

        max-width:320px;

    }

    .mc-footer-line{

        margin:auto;

    }

    .mc-footer-column h3::after{

        left:50%;

        transform:translateX(-50%);

    }

    .mc-social{

        justify-content:center;

    }

    .mc-footer-bottom{

        justify-content:center;

        text-align:center;

        margin-top:50px;

    }

}/* End custom CSS */