    .main-header .main-header__layout .menu-item.active > a {
    color: #C7313A !important;
}
body[data-theme=light] .ms-footer {
  background-color: #C7313A !important;
}
.main-header__layout::before {
    content: none !important;
}
@media (min-width: 1024px) {
.main-header .menu-item > a {
        color: #ffffff !important;
        text-shadow: none !important;
    }
}
/* móvil: respeta estilo original */
@media (max-width: 1023px) {
  .main-header .menu-item > a {
        color: #fff !important;
        text-shadow: none !important;
}
    body[data-theme="light"] .main-header__nav-trigger {
        color: #ffffff !important;
        border-left: solid 1px #ffffff !important;
    }
    .header--sticky,
.header--sticky.is-sticky {
    background: #000 !important;
    box-shadow: none !important;
}
}
.btn-footer:hover {
    background-color: #000 !important; /* color al pasar el mouse */
    color: #fff !important;
    transform: scale(1.05)!important;  /* pequeño zoom */
}
