.footer{
    padding:30px 0px 0px 0px;
}

.contain-foot-txt{
    margin-top: 20px;

}
.contain-foot-txt p{
    color: #575756;
    font-size: 16px;
    padding-bottom:5px;
    text-align: center;
    & a{
        color: #575756;
    }
}
.contain-foot-txt p a:hover{
    color: #B71833;
}
.etiq-eco{
    background-color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    & p{
        color: white;
        font-size:20px;
        font-weight: bold;
    }
}
.section-info-foot{
    display: none;
}



.box-info-desktop{
    display:flex;
    justify-content: center;
    align-items: center;
}
.box-info-desktop .box-info{
    color: #575756;
    & a{
        color: #575756;
    }
    & p{
        padding-bottom: 0px;
        font-size: 16px;
    }
    &.left{
        margin-right: 100px;
    }
}

.foot-nav{
    background-color: #EDEDED;
    padding: 10px;
    color: #575756;
    text-align: center;
    & a{
        text-transform: uppercase;
        color: #575756;
    }
}


.box-info a:hover{
    color: #B71833;
}
@media (min-width:250px) and (max-width:1024px){
    .section-info-foot{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .section-info-foot-desktop{
        display:none;
    }
}
.emel-link:hover{
    color: #B71833;
}