

/* =========================================================
   Footer logo fix v2 - fuerza logo especial desde Personalizar
   ========================================================= */
.dw-footer-logo-img{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    width:auto !important;
    max-width:280px !important;
    margin:0 0 18px !important;
    padding:0 !important;
}

.dw-footer-logo-img img,
.dw-footer-custom-logo,
.dw-footer-logo-img .custom-logo{
    display:block !important;
    width:auto !important;
    max-width:280px !important;
    max-height:96px !important;
    height:auto !important;
    object-fit:contain !important;
    object-position:left center !important;
    border:0 !important;
    box-shadow:none !important;
}

@media(max-width:760px){
    .dw-footer-logo-img{
        max-width:230px !important;
    }

    .dw-footer-logo-img img,
    .dw-footer-custom-logo,
    .dw-footer-logo-img .custom-logo{
        max-width:230px !important;
        max-height:82px !important;
    }
}
