@media only screen and (min-width: 767px) {
    section.block.block24 {
        display: none;
    }
}



@media only screen and (max-width: 767px) and (min-width: 320px) {
    section.block.block11 {
        display: none;
    }
}


section.block.block12 {
    margin-top: 25px;
}


[data-bs-theme=light] {
    --bs-primary-active: #a70e0e;
    --bs-primary: #c00f0f;
    --bs-text-primary: #c00f0f;
    --bs-component-active-bg: #c00f0f;
    --bs-component-hover-color: #c00f0f;
    --bs-component-checked-bg: #c00f0f;
    --bs-menu-link-color-hover: #c00f0f;
    --bs-menu-link-color-show: #c00f0f;
    --bs-menu-link-color-here: #c00f0f;
    --bs-menu-link-color-active: #c00f0f;
    --bs-ribbon-label-bg: #c00f0f;
    --bs-ribbon-label-border-color: #a30303;
    }

:root, [data-bs-theme=light] {
    --bs-blue: #a70e0e;
}

.menu.menu-sub.menu-sub-dropdown .d-flex.flex-column.bgi-no-repeat.rounded-top {
    background: #a70e0e !important;
}

.inicio #kt_app_wrapper section.block{margin-top:25px}

.app-navbar-item.ms-1.ms-md-3.app-navbar-item-theme {
    display: none;
}