/* RCAD v6.76 — footer logo bundle. Orden original: v478 -> v485. */


/* 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;
    }
}



/* RCAD v4.85 — logo final de footer */
.rcad-footer-cms .rcad-footer-logo{
    width:min(100%,420px)!important;
    max-width:420px!important;
    margin:0 0 14px!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    overflow:visible!important;
}

.rcad-footer-cms .rcad-footer-logo img,
.rcad-footer-cms .rcad-footer-logo-img,
.rcad-footer-cms .rcad-footer-logo-img-v478{
    display:block!important;
    width:100%!important;
    max-width:420px!important;
    height:auto!important;
    object-fit:contain!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}

@media (max-width:700px){
    .rcad-footer-cms .rcad-footer-logo{
        width:min(100%,340px)!important;
        max-width:340px!important;
    }

    .rcad-footer-cms .rcad-footer-logo img,
    .rcad-footer-cms .rcad-footer-logo-img,
    .rcad-footer-cms .rcad-footer-logo-img-v478{
        max-width:340px!important;
    }
}
