.row_top_footer {
    display: flex;
    justify-content: space-between;
}
.pay-benefit {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    justify-content: space-around;
    align-items: center;
    padding: 0;
}
.top-footer h4.titulo-p{
        font-size: 20px;
    font-weight: 600;
    color: white;
    margin: 0;
}
.pay-benefit img {
max-width: 160px;
    max-height: 95px;
}
img.ripley {
    max-width: 35px;
}
img.ml {
    max-height: 20px;
}
.cl-fl {
    width: 30%;
    display: flex;
    align-items: center;
}

.image-icon_footer img {
    width: 70px;
    margin-right: 40px;
}

.top-footer {
    margin-bottom: 100px;
    padding-bottom: 50px;
    border-bottom: 1px solid  #333;
}


.nm-footer {
    position: relative;
    right: 0;
    float: left;
    clear: both;
    width: 100%;
    overflow-x: clip;
    background-color: var(--main);
    margin-top: 0px;
}

svg.svg-footer {
    position: absolute;
    top: -200px;
    left: -5%;
    width: 110%;
    z-index: 0;
}
.main_footer {
    
    padding: 50px 0 20px;

    margin-top: -80px;
    position: relative;
    z-index: 1;
}

.menu_two ul {
    display: flex;
    flex-wrap: wrap;
}

.menu_two ul li {
    width: 50%;
}
.tel_footer svg path {
    fill: var(--main-text);
}
.main_footer .widget .nm-widget-title {
    margin-bottom: 30px;
    font-family: var(--font-title);

}

.social_footer ul {
    display: flex;
    font-size: 25px;
    margin-top: 15px;
}

.social_footer ul li {
    margin-right: 30px;
}

.logo_footer img {
    max-width: 230px;
}
.tel_footer svg {
    width: 35px;
}

.tel_footer a {
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    font-weight: 300;
    gap: 20px;
}

.logo_footer {
    margin-bottom: 20px;
}


/* Footer: Bottom copyright */


.footer_bottom {
    font-size: 13px;
    border-top: 1px solid #696969;
    padding-top: 25px;
}


/*MOBILE*/

@media (max-width:595px){
    .footer_ec > * {
    margin-bottom: 20px;
    }
}