.main-footer {
    background-color: #141414;
    color           : #fff;
    padding-top     : 30px;
    padding-bottom  : 30px;
    background-image: url(/u/plantillas/p/la-sabrosita/imgs/footer-deco-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}


.main-footer .container {
    
    display        : flex;
    align-items    : center;
    justify-content: center;
    flex-direction: column;
}


.footer-txt{display: flex; margin-top: 10px;}
.footer-txt p{margin-bottom: 0; font-size: 12px;}


.main-footer .e80 {
    margin-top: -4px;
    margin-left: 10px;
}
.main-footer .e80  img{width: 30px;}

.main-logo--footer {
    width: 100px;
}

@media screen and (max-width: 768px){
    .footer-txt{flex-direction: column; align-items: center; text-align: center;}    
    .footer-txt .e80{margin-top: 10px; }    
}