.spw-page {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}
.footer-legal-links {
    flex-wrap: wrap;
    gap: 8px 24px;
}
@media screen and (max-width: 480px) {
    .footer-legal-links {
        flex-direction: column;
        align-items: flex-start;
    }
}
.site-menu>.site-menu-item {
    background-color: white;
}
.site-menu>.site-menu-item.active {
    background-color: #e4eaec;
}
.site-menubar-unfold .site-menu>.site-menu-item>a {
    color: black;
}
body {
    font-family: 'LearnNotoSans','Roboto',sans-serif !important;
    padding-top: 0;
    color:black;
    display: flex;
    flex-direction: column;
}
.sweet-alert button { font-family: 'LearnNotoSans','Roboto',sans-serif !important; }
.spw-font {
    font-family: 'LearnNotoSans','Roboto',sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p {
    font-family: 'LearnNotoSans','Roboto',sans-serif !important;
    margin: 0;
}
/* COLOR */
.spw-color { color: #8a1912 !important; }
.spw-bg-color { background-color: #8a1912 !important; }
.spw-color-2 { color: #ffffff !important; }
.spw-color-3 { color: #757575 !important; }
.spw-color-4 { color: #67d467 !important; }
.spw-bg-color-2 { background-color: #ef6453 !important; }
.spw-bg-color-3 { background-color: #ffffff !important; }
.spw-bg-color-4 { background-color: #f8f5f5 !important; }
.spw-bg-color-header{ background-color: #c0131f !important; }
/*BUTTON COLOR*/
.btn-color {
    color: white;
    background-color: #8a1912;
    border: 1px solid #8a1912;
}
.btn-color.btn-outline {
    color: #8a1912;
    background-color: transparent;
 }
.btn-color.btn-outline:hover,
.btn-color.btn-outline:focus,
.btn-color.btn-outline.focus {
    background: #8a1912;
    color: #ffffff;
}
.btn-color-2 {
    color: #8a1912;
    background-color: #ffffff;
    border: 1px solid #8a1912;
}
.btn-color-2.btn-outline {
    color: #8a1912;
    background-color: transparent;
 }
.btn-color-2.btn-outline:hover,
.btn-color-2.btn-outline:focus,
.btn-color-2.btn-outline.focus {
    background: #8a1912;
    color: #ffffff;
}
.checkbox-color input[type=radio]:checked+label::before, .checkbox-color input[type=checkbox]:checked+label::before {
    border-color: #526069 !important;
}
.checkbox-color label::after {
    color: white !important;
}
.radio-color input[type=radio]:checked+label::before, .radio-color input[type=radio]:checked+label::before {
    border-color: #526069 !important;
}
.radio-color label::after {
    color: white !important;
}
.checkbox-custom label::before, .radio-custom label::before {
    border: 1px solid #526069;
}
