
/* RCAD v4.78 — identidad nueva en footer */
.rcad-footer-cms .rcad-footer-logo{
    width:min(100%,300px)!important;
    max-width:300px!important;
    min-height:0!important;
    margin:0 0 12px!important;
    overflow:hidden!important;
}
.rcad-footer-cms .rcad-footer-logo-img-v478{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-width:300px!important;
    max-height:none!important;
    object-fit:contain!important;
    border:0!important;
    box-shadow:none!important;
}
@media (max-width:700px){
    .rcad-footer-cms .rcad-footer-logo{width:min(100%,280px)!important;max-width:280px!important}
    .rcad-footer-cms .rcad-footer-logo-img-v478{max-width:280px!important}
}


/* RCAD v4.81 — nuevo logotipo completo en footer */
.rcad-footer-cms .rcad-footer-logo{
    width:min(100%,360px)!important;
    max-width:360px!important;
}
.rcad-footer-cms .rcad-footer-logo-img-v478{
    width:100%!important;
    max-width:360px!important;
    height:auto!important;
    object-fit:contain!important;
}
@media (max-width:700px){
    .rcad-footer-cms .rcad-footer-logo{
        width:min(100%,320px)!important;
        max-width:320px!important;
    }
    .rcad-footer-cms .rcad-footer-logo-img-v478{
        max-width:320px!important;
    }
}
