/* V65 - Logo administrable: tamaño y sombra blanca */
.site-header .brand img,
.brand img{
    width:var(--site-logo-header-width, 210px) !important;
    max-width:var(--site-logo-header-width, 210px) !important;
    max-height:none !important;
    height:auto !important;
    object-fit:contain !important;
    filter:var(--site-logo-filter, drop-shadow(0 0 2px rgba(255,255,255,.95)) drop-shadow(0 6px 14px rgba(255,255,255,.55))) !important;
}

.site-header .brand{
    display:flex !important;
    align-items:center !important;
    min-width:var(--site-logo-header-width, 210px) !important;
}

.footer__logo{
    width:var(--site-logo-footer-width, 190px) !important;
    max-width:var(--site-logo-footer-width, 190px) !important;
    max-height:none !important;
    height:auto !important;
    object-fit:contain !important;
    filter:var(--site-logo-filter, none) !important;
}

@media (max-width:768px){
    .site-header .brand img,
    .brand img{
        width:var(--site-logo-mobile-width, 125px) !important;
        max-width:var(--site-logo-mobile-width, 125px) !important;
    }

    .site-header .brand{
        min-width:auto !important;
    }
}
/* Quitar resalte/luz blanca del logo */
.site-logo,
.header__logo,
.header-logo,
.main-header__logo,
.logo-img,
.navbar-logo img,
.header-logo img,
.site-logo img {
    filter: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    -webkit-filter: none !important;
}

.header.is-scrolled .site-logo,
.header.is-scrolled .header__logo,
.header.is-scrolled .header-logo,
.header.is-scrolled .logo-img,
.header.is-scrolled .navbar-logo img,
.header.is-scrolled .header-logo img,
.header.is-scrolled .site-logo img {
    filter: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
}