.footer-text-aling-custom{
    width:126px;
}
.img-madeco-footer {padding-top: 25%;}

.site-below-footer-wrap{padding: 0 !important;}

.site-footer{
    padding-bottom: 20px;
}
.site-footer a, .site-footer p{
    font-size: 12pt;
}
@media (max-width: 1366px) {
     .site-footer{
        padding: 0px 20px 0px 20px;
    }
}
@media (max-width: 1024px) {
    .site-primary-footer-wrap{
        padding-top: 0px !important;
    }
    .img-madeco-footer {padding-top: 0;}
    .footer-text-aling-custom{
        padding-top: 20px;
        align-items:center !important;
        width: auto !important;
        text-align: center !important;
    }
    .icons-footer-aling-custom{
        justify-content: center;
    }
    .icons-footer-aling-custom div{
        flex-basis: unset !important;
        flex-grow: unset !important;
        display: flex;
        justify-content: center !important;
    }
    .width-assist-products-bento-grid, .img-madeco-footer {
        width: auto !important;
    }
    .footer-text-aling-hours-custom, .footer-text-aling{
        align-items:center !important;
        width: auto !important;
        text-align: center !important;
    }
    .footer-text-aling{
        padding-top: 5px;
    }
    .site-footer div, .site-footer p, .site-footer aside, .site-footer section{
        gap: 0 !important;
        text-align: start !important;
        display: block;
    }
    .site-footer img{
        display: unset !important;
    }

}

/* Segundo botón WhatsApp */
.madeco-whatsapp-2-wrap {
    position: fixed;
    right: 20px;
    left: auto;
    z-index: 99999;
}
.madeco-btn-whatsapp-2 {
    position: fixed !important;
    bottom: 130px !important;
    z-index: 99999 !important;
}
.madeco-whatsapp-2-wrap .madeco-btn-global-icon-img {
    width: 77px;
    height: 77px;
    object-fit: contain;
    display: block;
}
@media (max-width: 768px) {
    .madeco-whatsapp-2-wrap {
        right: 15px;
        left: auto;
    }
    .madeco-btn-whatsapp-2 {
        bottom: 130px !important;
    }
    .madeco-whatsapp-2-wrap .madeco-btn-global-icon-img {
        width: 56px;
        height: 56px;
    }
}