a:not(.no-skin):not(.btn):not(.badge):not(.nav-link):hover,
a:not(.no-skin):not(.btn):not(.badge):not(.nav-link):focus {
    color: #1e2952;
}

a:not(.no-skin):not(.btn):not(.badge):not(.nav-link):hover.link-underline,
a:not(.no-skin):not(.btn):not(.badge):not(.nav-link):focus.link-underline {
    border-color: #1e2952;
}

html .text-color-primary:not(.no-skin),
html .text-primary:not(.no-skin) {
    color: #1e2952 !important;
}

html .text-color-secondary:not(.no-skin),
html .text-secondary:not(.no-skin) {
    color: #141b34 !important;
}

html .text-color-tertiary:not(.no-skin),
html .text-tertiary:not(.no-skin) {
    color: #bda372 !important;
}

html .text-color-quaternary:not(.no-skin),
html .text-quaternary:not(.no-skin) {
    color: #141b34 !important;
}

html .border-color-primary:not(.no-skin) {
    border-color: #1e2952 !important;
}

html .border-color-secondary:not(.no-skin) {
    border-color: #141b34 !important;
}

html .border-color-tertiary:not(.no-skin) {
    border-color: #bda372 !important;
}

html .border-color-quaternary:not(.no-skin) {
    border-color: #141b34 !important;
}

html .bg-primary-1:not(.no-skin) {
    background-color: #05223f !important;
}

html .bg-primary-2:not(.no-skin) {
    background-color: #093b6e !important;
}

html .bg-primary-3:not(.no-skin) {
    background-color: #1e2952 !important;
}

html .bg-primary-4:not(.no-skin) {
    background-color: #116ecc !important;
}

html .bg-primary:not(.no-skin) {
    background-color: #1e2952 !important;
}

html .bg-primary-6:not(.no-skin) {
    background-color: #141b34 !important;
}

html .bg-primary-7:not(.no-skin) {
    background-color: #81bbf5 !important;
}

html .bg-primary-8:not(.no-skin) {
    background-color: #b0d4f9 !important;
}

html .bg-primary-9:not(.no-skin) {
    background-color: #e0eefc !important;
}

html .bg-secondary-1:not(.no-skin) {
    background-color: #081e13 !important;
}

html .bg-secondary-2:not(.no-skin) {
    background-color: #13462b !important;
}

html .bg-secondary-3:not(.no-skin) {
    background-color: #1e6e44 !important;
}

html .bg-secondary-4:not(.no-skin) {
    background-color: #29965d !important;
}

html .bg-secondary:not(.no-skin) {
    background-color: #141b34 !important;
}

html .bg-secondary-6:not(.no-skin) {
    background-color: #55d090 !important;
}

html .bg-secondary-7:not(.no-skin) {
    background-color: #7ddbaa !important;
}

html .bg-secondary-8:not(.no-skin) {
    background-color: #a5e6c4 !important;
}

html .bg-secondary-9:not(.no-skin) {
    background-color: #cdf1de !important;
}

html .bg-tertiary-1:not(.no-skin) {
    background-color: #32040d !important;
}

html .bg-tertiary-2:not(.no-skin) {
    background-color: #620819 !important;
}

html .bg-tertiary-3:not(.no-skin) {
    background-color: #910b25 !important;
}

html .bg-tertiary-4:not(.no-skin) {
    background-color: #c00f30 !important;
}

html .bg-tertiary:not(.no-skin) {
    background-color: #bda372 !important;
}

html .bg-tertiary-6:not(.no-skin) {
    background-color: #f14465 !important;
}

html .bg-tertiary-7:not(.no-skin) {
    background-color: #f4748c !important;
}

html .bg-tertiary-8:not(.no-skin) {
    background-color: #f8a3b3 !important;
}

html .bg-tertiary-9:not(.no-skin) {
    background-color: #fcd2da !important;
}

html .bg-quaternary-1:not(.no-skin) {
    background-color: #000000 !important;
}

html .bg-quaternary-2:not(.no-skin) {
    background-color: #000000 !important;
}

html .bg-quaternary-3:not(.no-skin) {
    background-color: #02060b !important;
}

html .bg-quaternary-4:not(.no-skin) {
    background-color: #082038 !important;
}

html .bg-quaternary:not(.no-skin) {
    background-color: #141b34 !important;
}

html .bg-quaternary-6:not(.no-skin) {
    background-color: #165290 !important;
}

html .bg-quaternary-7:not(.no-skin) {
    background-color: #1c6cbd !important;
}

html .bg-quaternary-8:not(.no-skin) {
    background-color: #2d85df !important;
}

html .bg-quaternary-9:not(.no-skin) {
    background-color: #599fe6 !important;
}

html .overlay-color-primary:not(.no-skin):before {
    background-color: #1e2952 !important;
}

html .overlay-color-secondary:not(.no-skin):before {
    background-color: #141b34 !important;
}

html .overlay-color-tertiary:not(.no-skin):before {
    background-color: #bda372 !important;
}

html .overlay-color-quaternary:not(.no-skin):before {
    background-color: #141b34 !important;
}

html .btn-primary,
html.sticky-header-active .btn-sticky-primary {
    border-color: #1e2952;
    color: #FFF;
    background-color: #1e2952;
}

html .btn-primary:hover,
html.sticky-header-active .btn-sticky-primary:hover,
html .btn-primary:focus,
html.sticky-header-active .btn-sticky-primary:focus {
    border-color: #141b34;
    background-color: #141b34;
    color: #FFF;
}

html .btn-primary:focus,
html.sticky-header-active .btn-sticky-primary:focus {
    box-shadow: 0 0 0 3px rgba(35, 136, 237, 0.25);
}

html .btn-primary:disabled,
html.sticky-header-active .btn-sticky-primary:disabled,
html .btn-primary.disabled,
html.sticky-header-active .btn-sticky-primary.disabled,
html .btn-primary:disabled:hover,
html.sticky-header-active .btn-sticky-primary:disabled:hover,
html .btn-primary.disabled:hover,
html.sticky-header-active .btn-sticky-primary.disabled:hover,
html .btn-primary:disabled:active,
html.sticky-header-active .btn-sticky-primary:disabled:active,
html .btn-primary.disabled:active,
html.sticky-header-active .btn-sticky-primary.disabled:active,
html .btn-primary:disabled:focus,
html.sticky-header-active .btn-sticky-primary:disabled:focus,
html .btn-primary.disabled:focus,
html.sticky-header-active .btn-sticky-primary.disabled:focus {
    cursor: default;
    border-color: #1e2952 !important;
    color: #FFF !important;
    background-color: #1e2952 !important;
}

html .btn-primary:not([disabled]):not(.disabled).active,
html.sticky-header-active .btn-sticky-primary:not([disabled]):not(.disabled).active,
html .btn-primary:not([disabled]):not(.disabled):active,
html.sticky-header-active .btn-sticky-primary:not([disabled]):not(.disabled):active {
    border-color: #1e2952;
    color: #FFF;
    background-color: #1e2952;
    box-shadow: 0 0 0 0.2rem #141b34;
}

html .btn-secondary,
html.sticky-header-active .btn-sticky-secondary {
    border-color: #141b34;
    color: #FFF;
    background-color: #141b34;
}

html .btn-secondary:hover,
html.sticky-header-active .btn-sticky-secondary:hover,
html .btn-secondary:focus,
html.sticky-header-active .btn-sticky-secondary:focus {
    border-color: #55d090;
    background-color: #55d090;
    color: #FFF;
}

html .btn-secondary:focus,
html.sticky-header-active .btn-sticky-secondary:focus {
    box-shadow: 0 0 0 3px rgba(52, 190, 118, 0.25);
}

html .btn-secondary:disabled,
html.sticky-header-active .btn-sticky-secondary:disabled,
html .btn-secondary.disabled,
html.sticky-header-active .btn-sticky-secondary.disabled,
html .btn-secondary:disabled:hover,
html.sticky-header-active .btn-sticky-secondary:disabled:hover,
html .btn-secondary.disabled:hover,
html.sticky-header-active .btn-sticky-secondary.disabled:hover,
html .btn-secondary:disabled:active,
html.sticky-header-active .btn-sticky-secondary:disabled:active,
html .btn-secondary.disabled:active,
html.sticky-header-active .btn-sticky-secondary.disabled:active,
html .btn-secondary:disabled:focus,
html.sticky-header-active .btn-sticky-secondary:disabled:focus,
html .btn-secondary.disabled:focus,
html.sticky-header-active .btn-sticky-secondary.disabled:focus {
    cursor: default;
    border-color: #141b34 !important;
    color: #FFF !important;
    background-color: #141b34 !important;
}

html .btn-secondary:not([disabled]):not(.disabled).active,
html.sticky-header-active .btn-sticky-secondary:not([disabled]):not(.disabled).active,
html .btn-secondary:not([disabled]):not(.disabled):active,
html.sticky-header-active .btn-sticky-secondary:not([disabled]):not(.disabled):active {
    border-color: #141b34;
    color: #FFF;
    background-color: #141b34;
    box-shadow: 0 0 0 0.2rem #55d090;
}

html .btn-tertiary,
html.sticky-header-active .btn-sticky-tertiary {
    border-color: #bda372;
    color: #FFF;
    background-color: #bda372;
}

html .btn-tertiary:hover,
html.sticky-header-active .btn-sticky-tertiary:hover,
html .btn-tertiary:focus,
html.sticky-header-active .btn-sticky-tertiary:focus {
    border-color: #f14465;
    background-color: #f14465;
    color: #FFF;
}

html .btn-tertiary:focus,
html.sticky-header-active .btn-sticky-tertiary:focus {
    box-shadow: 0 0 0 3px rgba(237, 21, 62, 0.25);
}

html .btn-tertiary:disabled,
html.sticky-header-active .btn-sticky-tertiary:disabled,
html .btn-tertiary.disabled,
html.sticky-header-active .btn-sticky-tertiary.disabled,
html .btn-tertiary:disabled:hover,
html.sticky-header-active .btn-sticky-tertiary:disabled:hover,
html .btn-tertiary.disabled:hover,
html.sticky-header-active .btn-sticky-tertiary.disabled:hover,
html .btn-tertiary:disabled:active,
html.sticky-header-active .btn-sticky-tertiary:disabled:active,
html .btn-tertiary.disabled:active,
html.sticky-header-active .btn-sticky-tertiary.disabled:active,
html .btn-tertiary:disabled:focus,
html.sticky-header-active .btn-sticky-tertiary:disabled:focus,
html .btn-tertiary.disabled:focus,
html.sticky-header-active .btn-sticky-tertiary.disabled:focus {
    cursor: default;
    border-color: #bda372 !important;
    color: #FFF !important;
    background-color: #bda372 !important;
}

html .btn-tertiary:not([disabled]):not(.disabled).active,
html.sticky-header-active .btn-sticky-tertiary:not([disabled]):not(.disabled).active,
html .btn-tertiary:not([disabled]):not(.disabled):active,
html.sticky-header-active .btn-sticky-tertiary:not([disabled]):not(.disabled):active {
    border-color: #bda372;
    color: #FFF;
    background-color: #bda372;
    box-shadow: 0 0 0 0.2rem #f14465;
}

html .btn-quaternary,
html.sticky-header-active .btn-sticky-quaternary {
    border-color: #141b34;
    color: #FFF;
    background-color: #141b34;
}

html .btn-quaternary:hover,
html.sticky-header-active .btn-sticky-quaternary:hover,
html .btn-quaternary:focus,
html.sticky-header-active .btn-sticky-quaternary:focus {
    border-color: #165290;
    background-color: #165290;
    color: #FFF;
}

html .btn-quaternary:focus,
html.sticky-header-active .btn-sticky-quaternary:focus {
    box-shadow: 0 0 0 3px rgba(15, 57, 100, 0.25);
}

html .btn-quaternary:disabled,
html.sticky-header-active .btn-sticky-quaternary:disabled,
html .btn-quaternary.disabled,
html.sticky-header-active .btn-sticky-quaternary.disabled,
html .btn-quaternary:disabled:hover,
html.sticky-header-active .btn-sticky-quaternary:disabled:hover,
html .btn-quaternary.disabled:hover,
html.sticky-header-active .btn-sticky-quaternary.disabled:hover,
html .btn-quaternary:disabled:active,
html.sticky-header-active .btn-sticky-quaternary:disabled:active,
html .btn-quaternary.disabled:active,
html.sticky-header-active .btn-sticky-quaternary.disabled:active,
html .btn-quaternary:disabled:focus,
html.sticky-header-active .btn-sticky-quaternary:disabled:focus,
html .btn-quaternary.disabled:focus,
html.sticky-header-active .btn-sticky-quaternary.disabled:focus {
    cursor: default;
    border-color: #141b34 !important;
    color: #FFF !important;
    background-color: #141b34 !important;
}

html .btn-quaternary:not([disabled]):not(.disabled).active,
html.sticky-header-active .btn-sticky-quaternary:not([disabled]):not(.disabled).active,
html .btn-quaternary:not([disabled]):not(.disabled):active,
html.sticky-header-active .btn-sticky-quaternary:not([disabled]):not(.disabled):active {
    border-color: #141b34;
    color: #FFF;
    background-color: #141b34;
    box-shadow: 0 0 0 0.2rem #165290;
}

html .btn-outline.btn-primary,
html.sticky-header-active .btn-outline.btn-sticky-primary {
    background: transparent;
    border-color: #1e2952;
    color: #1e2952;
}

html .btn-outline.btn-primary:hover,
html.sticky-header-active .btn-outline.btn-sticky-primary:hover,
html .btn-outline.btn-primary:focus,
html.sticky-header-active .btn-outline.btn-sticky-primary:focus {
    border-color: #141b34;
    background-color: #1e2952 !important;
    color: #FFF;
}

html .btn-outline.btn-primary:focus,
html.sticky-header-active .btn-outline.btn-sticky-primary:focus {
    box-shadow: 0 0 0 3px rgba(35, 136, 237, 0.25);
}

html .btn-outline.btn-primary:disabled,
html.sticky-header-active .btn-outline.btn-sticky-primary:disabled,
html .btn-outline.btn-primary.disabled,
html.sticky-header-active .btn-outline.btn-sticky-primary.disabled,
html .btn-outline.btn-primary:disabled:hover,
html.sticky-header-active .btn-outline.btn-sticky-primary:disabled:hover,
html .btn-outline.btn-primary.disabled:hover,
html.sticky-header-active .btn-outline.btn-sticky-primary.disabled:hover,
html .btn-outline.btn-primary:disabled:active,
html.sticky-header-active .btn-outline.btn-sticky-primary:disabled:active,
html .btn-outline.btn-primary.disabled:active,
html.sticky-header-active .btn-outline.btn-sticky-primary.disabled:active,
html .btn-outline.btn-primary:disabled:focus,
html.sticky-header-active .btn-outline.btn-sticky-primary:disabled:focus,
html .btn-outline.btn-primary.disabled:focus,
html.sticky-header-active .btn-outline.btn-sticky-primary.disabled:focus {
    background: transparent !important;
    border-color: #1e2952 !important;
    color: #1e2952 !important;
}

html .btn-outline.btn-secondary,
html.sticky-header-active .btn-outline.btn-sticky-secondary {
    background: transparent;
    border-color: #141b34;
    color: #141b34;
}

html .btn-outline.btn-secondary:hover,
html.sticky-header-active .btn-outline.btn-sticky-secondary:hover,
html .btn-outline.btn-secondary:focus,
html.sticky-header-active .btn-outline.btn-sticky-secondary:focus {
    border-color: #55d090;
    background-color: #141b34 !important;
    color: #FFF;
}

html .btn-outline.btn-secondary:focus,
html.sticky-header-active .btn-outline.btn-sticky-secondary:focus {
    box-shadow: 0 0 0 3px rgba(52, 190, 118, 0.25);
}

html .btn-outline.btn-secondary:disabled,
html.sticky-header-active .btn-outline.btn-sticky-secondary:disabled,
html .btn-outline.btn-secondary.disabled,
html.sticky-header-active .btn-outline.btn-sticky-secondary.disabled,
html .btn-outline.btn-secondary:disabled:hover,
html.sticky-header-active .btn-outline.btn-sticky-secondary:disabled:hover,
html .btn-outline.btn-secondary.disabled:hover,
html.sticky-header-active .btn-outline.btn-sticky-secondary.disabled:hover,
html .btn-outline.btn-secondary:disabled:active,
html.sticky-header-active .btn-outline.btn-sticky-secondary:disabled:active,
html .btn-outline.btn-secondary.disabled:active,
html.sticky-header-active .btn-outline.btn-sticky-secondary.disabled:active,
html .btn-outline.btn-secondary:disabled:focus,
html.sticky-header-active .btn-outline.btn-sticky-secondary:disabled:focus,
html .btn-outline.btn-secondary.disabled:focus,
html.sticky-header-active .btn-outline.btn-sticky-secondary.disabled:focus {
    background: transparent !important;
    border-color: #141b34 !important;
    color: #141b34 !important;
}

html .btn-outline.btn-tertiary,
html.sticky-header-active .btn-outline.btn-sticky-tertiary {
    background: transparent;
    border-color: #bda372;
    color: #bda372;
}

html .btn-outline.btn-tertiary:hover,
html.sticky-header-active .btn-outline.btn-sticky-tertiary:hover,
html .btn-outline.btn-tertiary:focus,
html.sticky-header-active .btn-outline.btn-sticky-tertiary:focus {
    border-color: #f14465;
    background-color: #bda372 !important;
    color: #FFF;
}

html .btn-outline.btn-tertiary:focus,
html.sticky-header-active .btn-outline.btn-sticky-tertiary:focus {
    box-shadow: 0 0 0 3px rgba(237, 21, 62, 0.25);
}

html .btn-outline.btn-tertiary:disabled,
html.sticky-header-active .btn-outline.btn-sticky-tertiary:disabled,
html .btn-outline.btn-tertiary.disabled,
html.sticky-header-active .btn-outline.btn-sticky-tertiary.disabled,
html .btn-outline.btn-tertiary:disabled:hover,
html.sticky-header-active .btn-outline.btn-sticky-tertiary:disabled:hover,
html .btn-outline.btn-tertiary.disabled:hover,
html.sticky-header-active .btn-outline.btn-sticky-tertiary.disabled:hover,
html .btn-outline.btn-tertiary:disabled:active,
html.sticky-header-active .btn-outline.btn-sticky-tertiary:disabled:active,
html .btn-outline.btn-tertiary.disabled:active,
html.sticky-header-active .btn-outline.btn-sticky-tertiary.disabled:active,
html .btn-outline.btn-tertiary:disabled:focus,
html.sticky-header-active .btn-outline.btn-sticky-tertiary:disabled:focus,
html .btn-outline.btn-tertiary.disabled:focus,
html.sticky-header-active .btn-outline.btn-sticky-tertiary.disabled:focus {
    background: transparent !important;
    border-color: #bda372 !important;
    color: #bda372 !important;
}

html .btn-outline.btn-quaternary,
html.sticky-header-active .btn-outline.btn-sticky-quaternary {
    background: transparent;
    border-color: #141b34;
    color: #141b34;
}

html .btn-outline.btn-quaternary:hover,
html.sticky-header-active .btn-outline.btn-sticky-quaternary:hover,
html .btn-outline.btn-quaternary:focus,
html.sticky-header-active .btn-outline.btn-sticky-quaternary:focus {
    border-color: #165290;
    background-color: #141b34 !important;
    color: #FFF;
}

html .btn-outline.btn-quaternary:focus,
html.sticky-header-active .btn-outline.btn-sticky-quaternary:focus {
    box-shadow: 0 0 0 3px rgba(15, 57, 100, 0.25);
}

html .btn-outline.btn-quaternary:disabled,
html.sticky-header-active .btn-outline.btn-sticky-quaternary:disabled,
html .btn-outline.btn-quaternary.disabled,
html.sticky-header-active .btn-outline.btn-sticky-quaternary.disabled,
html .btn-outline.btn-quaternary:disabled:hover,
html.sticky-header-active .btn-outline.btn-sticky-quaternary:disabled:hover,
html .btn-outline.btn-quaternary.disabled:hover,
html.sticky-header-active .btn-outline.btn-sticky-quaternary.disabled:hover,
html .btn-outline.btn-quaternary:disabled:active,
html.sticky-header-active .btn-outline.btn-sticky-quaternary:disabled:active,
html .btn-outline.btn-quaternary.disabled:active,
html.sticky-header-active .btn-outline.btn-sticky-quaternary.disabled:active,
html .btn-outline.btn-quaternary:disabled:focus,
html.sticky-header-active .btn-outline.btn-sticky-quaternary:disabled:focus,
html .btn-outline.btn-quaternary.disabled:focus,
html.sticky-header-active .btn-outline.btn-sticky-quaternary.disabled:focus {
    background: transparent !important;
    border-color: #141b34 !important;
    color: #141b34 !important;
}

.btn-link {
    color: #1e2952;
}

.btn-link:hover,
.btn-link:focus {
    color: #141b34;
}

.btn-link:disabled,
.btn-link.disabled,
.btn-link:disabled:hover,
.btn-link.disabled:hover,
.btn-link:disabled:active,
.btn-link.disabled:active,
.btn-link:disabled:focus,
.btn-link.disabled:focus {
    color: #1e2952 !important;
}

html .btn-link.btn-primary {
    color: #1e2952;
}

html .btn-link.btn-primary:hover,
html .btn-link.btn-primary:focus {
    color: #141b34;
}

html .btn-link.btn-primary:disabled,
html .btn-link.btn-primary.disabled,
html .btn-link.btn-primary:disabled:hover,
html .btn-link.btn-primary.disabled:hover,
html .btn-link.btn-primary:disabled:active,
html .btn-link.btn-primary.disabled:active,
html .btn-link.btn-primary:disabled:focus,
html .btn-link.btn-primary.disabled:focus {
    color: #1e2952 !important;
}

html .btn-link.btn-secondary {
    color: #141b34;
}

html .btn-link.btn-secondary:hover,
html .btn-link.btn-secondary:focus {
    color: #55d090;
}

html .btn-link.btn-secondary:disabled,
html .btn-link.btn-secondary.disabled,
html .btn-link.btn-secondary:disabled:hover,
html .btn-link.btn-secondary.disabled:hover,
html .btn-link.btn-secondary:disabled:active,
html .btn-link.btn-secondary.disabled:active,
html .btn-link.btn-secondary:disabled:focus,
html .btn-link.btn-secondary.disabled:focus {
    color: #141b34 !important;
}

html .btn-link.btn-tertiary {
    color: #bda372;
}

html .btn-link.btn-tertiary:hover,
html .btn-link.btn-tertiary:focus {
    color: #f14465;
}

html .btn-link.btn-tertiary:disabled,
html .btn-link.btn-tertiary.disabled,
html .btn-link.btn-tertiary:disabled:hover,
html .btn-link.btn-tertiary.disabled:hover,
html .btn-link.btn-tertiary:disabled:active,
html .btn-link.btn-tertiary.disabled:active,
html .btn-link.btn-tertiary:disabled:focus,
html .btn-link.btn-tertiary.disabled:focus {
    color: #bda372 !important;
}

html .btn-link.btn-quaternary {
    color: #141b34;
}

html .btn-link.btn-quaternary:hover,
html .btn-link.btn-quaternary:focus {
    color: #165290;
}

html .btn-link.btn-quaternary:disabled,
html .btn-link.btn-quaternary.disabled,
html .btn-link.btn-quaternary:disabled:hover,
html .btn-link.btn-quaternary.disabled:hover,
html .btn-link.btn-quaternary:disabled:active,
html .btn-link.btn-quaternary.disabled:active,
html .btn-link.btn-quaternary:disabled:focus,
html .btn-link.btn-quaternary.disabled:focus {
    color: #141b34 !important;
}

html .badge-primary:not(.no-skin) {
    background: #1e2952;
    color: #FFF;
}

html .badge-secondary:not(.no-skin) {
    background: #141b34;
    color: #FFF;
}

html .badge-tertiary:not(.no-skin) {
    background: #bda372;
    color: #FFF;
}

html .badge-quaternary:not(.no-skin) {
    background: #141b34;
    color: #FFF;
}

.list-group-item.active {
    background-color: #1e2952;
    border-color: #1e2952;
}

.list.list-filter li a:hover {
    border-color: #1e2952;
}

.list.list-filter li a.active {
    background-color: #1e2952;
    border-color: #1e2952;
}

.pagination .page-item + .page-item.active .page-link {
    background: #1e2952;
}

.pagination .page-link:hover:not(.next):not(.prev) {
    color: #1e2952;
    border: 1px solid #1e2952;
}

html .accordion:not(.accordion-minimal).accordion-primary .accordion-header a {
    background-color: #1e2952;
}

html .accordion:not(.accordion-minimal).accordion-primary .accordion-header a,
html .accordion:not(.accordion-minimal).accordion-primary .accordion-header a:hover,
html .accordion:not(.accordion-minimal).accordion-primary .accordion-header a:focus {
    color: #FFF;
}

html .accordion:not(.accordion-minimal).accordion-secondary .accordion-header a {
    background-color: #141b34;
}

html .accordion:not(.accordion-minimal).accordion-secondary .accordion-header a,
html .accordion:not(.accordion-minimal).accordion-secondary .accordion-header a:hover,
html .accordion:not(.accordion-minimal).accordion-secondary .accordion-header a:focus {
    color: #FFF;
}

html .accordion:not(.accordion-minimal).accordion-tertiary .accordion-header a {
    background-color: #bda372;
}

html .accordion:not(.accordion-minimal).accordion-tertiary .accordion-header a,
html .accordion:not(.accordion-minimal).accordion-tertiary .accordion-header a:hover,
html .accordion:not(.accordion-minimal).accordion-tertiary .accordion-header a:focus {
    color: #FFF;
}

html .accordion:not(.accordion-minimal).accordion-quaternary .accordion-header a {
    background-color: #141b34;
}

html .accordion:not(.accordion-minimal).accordion-quaternary .accordion-header a,
html .accordion:not(.accordion-minimal).accordion-quaternary .accordion-header a:hover,
html .accordion:not(.accordion-minimal).accordion-quaternary .accordion-header a:focus {
    color: #FFF;
}

html section.section-primary {
    background-color: #1e2952 !important;
}

html section.section-primary-scale-2 {
    background-color: #116ecc !important;
    border-color: #0f62b5 !important;
}

html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #116ecc;
}

html section.section-secondary {
    background-color: #141b34 !important;
}

html section.section-secondary-scale-2 {
    background-color: #29965d !important;
    border-color: #248251 !important;
}


html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #29965d;
}

html section.section-tertiary {
    background-color: #bda372 !important;
}

html section.section-tertiary-scale-2 {
    background-color: #c00f30 !important;
    border-color: #a90d2a !important;
}

html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #c00f30;
}

html section.section-quaternary {
    background-color: #141b34 !important;
}

html section.section-quaternary-scale-2 {
    background-color: #082038 !important;
    border-color: #051321 !important;
}

html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #082038;
}

html .steps-primary .dots .dots-color {
    background: #1e2952;
}

html .steps-primary .item {
    border-color: #1e2952;
}

html .steps-primary .item .item-title span {
    color: #1e2952;
}

html .steps-primary.steps-style-2 .item.active .item-title {
    color: #1e2952;
}

html .steps-primary.steps-style-2 .item.active > i {
    color: #1e2952;
}

html .steps-primary.steps-style-3 .item.active .item-title {
    color: #1e2952;
}

html .steps-secondary .dots .dots-color {
    background: #141b34;
}

html .steps-secondary .item {
    border-color: #141b34;
}

html .steps-secondary .item .item-title span {
    color: #141b34;
}

html .steps-secondary.steps-style-2 .item.active .item-title {
    color: #141b34;
}

html .steps-secondary.steps-style-2 .item.active > i {
    color: #141b34;
}

html .steps-secondary.steps-style-3 .item.active .item-title {
    color: #141b34;
}

html .steps-tertiary .dots .dots-color {
    background: #bda372;
}

html .steps-tertiary .item {
    border-color: #bda372;
}

html .steps-tertiary .item .item-title span {
    color: #bda372;
}

html .steps-tertiary.steps-style-2 .item.active .item-title {
    color: #bda372;
}

html .steps-tertiary.steps-style-2 .item.active > i {
    color: #bda372;
}

html .steps-tertiary.steps-style-3 .item.active .item-title {
    color: #bda372;
}

html .steps-quaternary .dots .dots-color {
    background: #141b34;
}

html .steps-quaternary .item {
    border-color: #141b34;
}

html .steps-quaternary .item .item-title span {
    color: #141b34;
}

html .steps-quaternary.steps-style-2 .item.active .item-title {
    color: #141b34;
}

html .steps-quaternary.steps-style-2 .item.active > i {
    color: #141b34;
}

html .steps-quaternary.steps-style-3 .item.active .item-title {
    color: #141b34;
}

html .nav:not(.nav-tabs) > .nav-item > .nav-link:not(.no-skin).active {
    color: #141b34;
}

html .nav:not(.nav-tabs) > .nav-item > .nav-link:not(.no-skin):hover,
html .nav:not(.nav-tabs) > .nav-item > .nav-link:not(.no-skin):focus,
html .nav:not(.nav-tabs) > .nav-item > .nav-link:not(.no-skin):active {
    color: #141b34;
}

html .nav-pills-primary .nav-link.active,
html .nav-pills-primary .show > .nav-link {
    background-color: #1e2952;
}

html .nav-pills-secondary .nav-link.active,
html .nav-pills-secondary .show > .nav-link {
    background-color: #141b34;
}

html .nav-pills-tertiary .nav-link.active,
html .nav-pills-tertiary .show > .nav-link {
    background-color: #bda372;
}

html .nav-pills-quaternary .nav-link.active,
html .nav-pills-quaternary .show > .nav-link {
    background-color: #141b34;
}

html .nav-tabs .nav-item .nav-link:after {
    background-color: #1e2952;
}

html #header .header-top.header-top-dark span > a:hover {
    color: #1e2952;
}

html #header .header-top.header-top-dark .nav > li > a:hover,
html #header .header-top.header-top-dark .nav > li > a:focus {
    color: #1e2952;
}

html #header .header-top.header-top-dark .nav > li > a:hover > i,
html #header .header-top.header-top-dark .nav > li > a:focus > i {
    color: #1e2952;
}

html #header .header-nav-main nav > ul > li > a.active {
    color: #1e2952;
}

html #header .header-nav-main nav > ul > li.open > a,
html #header .header-nav-main nav > ul > li:hover > a,
html #header .header-nav-main nav > ul > li:focus > a {
    color: #1e2952;
}

html #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > .dropdown-menu li:hover > a {
    color: #1e2952;
}

@media (min-width: 992px) {
    html #header .header-nav.header-nav-top-line .header-nav-main nav > ul > li > a.active:before {
        border-color: #1e2952;
    }

    html #header .header-nav.header-nav-top-line .header-nav-main nav > ul > li:hover > a,
  html #header .header-nav.header-nav-top-line .header-nav-main nav > ul > li:focus > a {
        color: #1e2952;
    }

    html #header .header-nav.header-nav-top-line .header-nav-main nav > ul > li:hover > a:before,
  html #header .header-nav.header-nav-top-line .header-nav-main nav > ul > li:focus > a:before {
        border-color: #1e2952;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li > a.active {
        background: #1279df;
        color: #FFF;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li:hover > a,
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li:focus > a {
        background: #1e2952;
        color: #FFF;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li > .dropdown-menu:before {
        border-color: #1e2952;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-full-color > a.active {
        color: #FFF !important;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-full-color:hover > a,
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-full-color:focus > a {
        color: #FFF !important;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-primary > a.active {
        background: #1279df;
        color: #FFF;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-primary:hover > a,
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-primary:focus > a {
        background: #1e2952;
        color: #FFF;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-primary > .dropdown-menu:before {
        border-color: #1e2952;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-primary.dropdown-full-color > a.active {
        color: #FFF !important;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-primary.dropdown-full-color:hover > a,
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-primary.dropdown-full-color:focus > a {
        color: #FFF !important;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-secondary > a.active {
        background: #2da667;
        color: #FFF;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-secondary:hover > a,
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-secondary:focus > a {
        background: #141b34;
        color: #FFF;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-secondary > .dropdown-menu:before {
        border-color: #141b34;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-secondary.dropdown-full-color > a.active {
        color: #FFF !important;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-secondary.dropdown-full-color:hover > a,
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-secondary.dropdown-full-color:focus > a {
        color: #FFF !important;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-tertiary > a.active {
        background: #d31035;
        color: #FFF;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-tertiary:hover > a,
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-tertiary:focus > a {
        background: #bda372;
        color: #FFF;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-tertiary > .dropdown-menu:before {
        border-color: #bda372;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-tertiary.dropdown-full-color > a.active {
        color: #FFF !important;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-tertiary.dropdown-full-color:hover > a,
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-tertiary.dropdown-full-color:focus > a {
        color: #FFF !important;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-quaternary > a.active {
        background: #0b2a49;
        color: #FFF;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-quaternary:hover > a,
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-quaternary:focus > a {
        background: #141b34;
        color: #FFF;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-quaternary > .dropdown-menu:before {
        border-color: #141b34;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-quaternary.dropdown-full-color > a.active {
        color: #FFF !important;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-quaternary.dropdown-full-color:hover > a,
  html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-quaternary.dropdown-full-color:focus > a {
        color: #FFF !important;
    }

    html #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li > a:before {
        border-color: rgba(35, 136, 237, 0.5);
    }

    html #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li > a:hover:before,
  html #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li > a:focus:before,
  html #header .header-nav.header-nav-line-under-text .header-nav-main nav > ul > li > a.active:before {
        border-color: rgba(35, 136, 237, 0.5);
    }

    html #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a,
  html #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a {
        color: #1e2952;
    }

    html #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block:before {
        background-color: #1e2952;
    };
}

@media (max-width: 991px) {
    html #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul li a:hover,
  html #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul li a:focus,
  html #header .header-nav.header-nav-light-dropdown .header-nav-main nav > ul li a.active {
        color: #1e2952;
    };
}

@media (min-width: 992px) {
    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary > a {
        color: #1e2952;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary .dropdown-menu {
        background-color: #1e2952;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary .dropdown-menu li > a {
        color: rgba(255, 255, 255, 0.7);
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a,
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary .dropdown-menu li:focus > a {
        color: #FFF !important;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary .dropdown-menu li.dropdown-submenu .dropdown-menu {
        background-color: #1e2952;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary.dropdown-mega .dropdown-mega-content > .row > div {
        border-color: rgba(255, 255, 255, 0.2);
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary.dropdown-mega .dropdown-mega-sub-title {
        color: #FFF;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block:before {
        background-color: rgba(255, 255, 255, 0.1);
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block .content-block-button {
        color: #FFF !important;
    };
}
@media (max-width: 767px) {
    ul.header-top-social-icons.social-icons.social-icons-transparent.d-md-block {
        display: none;
    }
}

@media (max-width: 460px) {
.nav > .nav-item > .nav-link {
    padding: 5px;
    font-size: 8px;
}
}

@media (max-width: 991px) {
    a.headerAdBanner {
    display: none;
}
    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary {
        border-color: rgba(255, 255, 255, 0.2);
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary > a {
        color: #FFF;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary > .dropdown-menu {
        background-color: #1e2952;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary .dropdown-menu li > a {
        color: rgba(255, 255, 255, 0.7);
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary .dropdown-menu li > a:hover,
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary .dropdown-menu li > a:focus {
        color: #FFF !important;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary.opened {
        background-color: #1e2952;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary.dropdown-mega .dropdown-mega-sub-title {
        color: #FFF;
    };
}

@media (min-width: 992px) {
    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary > a {
        color: #141b34;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary .dropdown-menu {
        background-color: #141b34;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary .dropdown-menu li > a {
        color: rgba(255, 255, 255, 0.7);
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a,
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary .dropdown-menu li:focus > a {
        color: #FFF !important;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary .dropdown-menu li.dropdown-submenu .dropdown-menu {
        background-color: #141b34;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary.dropdown-mega .dropdown-mega-content > .row > div {
        border-color: rgba(255, 255, 255, 0.2);
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary.dropdown-mega .dropdown-mega-sub-title {
        color: #FFF;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block:before {
        background-color: rgba(255, 255, 255, 0.1);
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block .content-block-button {
        color: #FFF !important;
    };
}

@media (max-width: 991px) {
    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary {
        border-color: rgba(255, 255, 255, 0.2);
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary > a {
        color: #FFF;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary > .dropdown-menu {
        background-color: #141b34;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary .dropdown-menu li > a {
        color: rgba(255, 255, 255, 0.7);
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary .dropdown-menu li > a:hover,
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary .dropdown-menu li > a:focus {
        color: #FFF !important;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary.opened {
        background-color: #141b34;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary.dropdown-mega .dropdown-mega-sub-title {
        color: #FFF;
    };
}

@media (min-width: 992px) {
    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary > a {
        color: #bda372;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary .dropdown-menu {
        background-color: #bda372;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary .dropdown-menu li > a {
        color: rgba(255, 255, 255, 0.7);
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary .dropdown-menu li:hover > a,
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary .dropdown-menu li:focus > a {
        color: #FFF !important;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary .dropdown-menu li.dropdown-submenu .dropdown-menu {
        background-color: #bda372;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary.dropdown-mega .dropdown-mega-content > .row > div {
        border-color: rgba(255, 255, 255, 0.2);
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary.dropdown-mega .dropdown-mega-sub-title {
        color: #FFF;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block:before {
        background-color: rgba(255, 255, 255, 0.1);
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block .content-block-button {
        color: #FFF !important;
    };
}

@media (max-width: 991px) {
    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary {
        border-color: rgba(255, 255, 255, 0.2);
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary > a {
        color: #FFF;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary > .dropdown-menu {
        background-color: #bda372;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary .dropdown-menu li > a {
        color: rgba(255, 255, 255, 0.7);
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary .dropdown-menu li > a:hover,
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary .dropdown-menu li > a:focus {
        color: #FFF !important;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary.opened {
        background-color: #bda372;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary.dropdown-mega .dropdown-mega-sub-title {
        color: #FFF;
    };
}

@media (min-width: 992px) {
    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary > a {
        color: #141b34;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary .dropdown-menu {
        background-color: #141b34;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary .dropdown-menu li > a {
        color: rgba(255, 255, 255, 0.7);
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a,
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary .dropdown-menu li:focus > a {
        color: #FFF !important;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary .dropdown-menu li.dropdown-submenu .dropdown-menu {
        background-color: #141b34;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary.dropdown-mega .dropdown-mega-content > .row > div {
        border-color: rgba(255, 255, 255, 0.2);
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary.dropdown-mega .dropdown-mega-sub-title {
        color: #FFF;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block:before {
        background-color: rgba(255, 255, 255, 0.1);
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary.dropdown-mega.dropdown-mega-style-2 .dropdown-mega-sub-content-block .content-block-button {
        color: #FFF !important;
    };
}

@media (max-width: 991px) {
    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary {
        border-color: rgba(255, 255, 255, 0.2);
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary > a {
        color: #FFF;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary > .dropdown-menu {
        background-color: #141b34;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary .dropdown-menu li > a {
        color: rgba(255, 255, 255, 0.7);
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary .dropdown-menu li > a:hover,
  html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary .dropdown-menu li > a:focus {
        color: #FFF !important;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary.opened {
        background-color: #141b34;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary.dropdown-mega .dropdown-mega-sub-title {
        color: #FFF;
    };
}

@media (min-width: 992px) {
    html.side-header:not(.side-header-semi-transparent) #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:not(.btn):focus,
  html.side-header:not(.side-header-semi-transparent) #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:not(.btn):hover {
        color: #1e2952;
    }

    html.side-header:not(.side-header-semi-transparent) #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a,
  html.side-header:not(.side-header-semi-transparent) #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a {
        color: #1e2952;
    }

    html.side-header:not(.side-header-semi-transparent) #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li:focus > a,
  html.side-header:not(.side-header-semi-transparent) #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li:hover > a {
        color: #1e2952;
    };
}

@media (min-width: 992px) {
    html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li:not(.active):hover > a,
  html:not(.sticky-header-active) #header.header-semi-transparent .header-nav-main nav > ul > li:not(.active):hover > a,
  html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:not(.active):hover > a {
        color: #1e2952;
    }

    html:not(.sticky-header-active) #header.header-transparent .header-nav-main.header-nav-main-dark nav > ul > li:not(.active):hover > a,
  html:not(.sticky-header-active) #header.header-semi-transparent .header-nav-main.header-nav-main-dark nav > ul > li:not(.active):hover > a,
  html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main.header-nav-main-dark nav > ul > li:not(.active):hover > a {
        color: #1e2952;
    };
}

.side-header-btn-toggle:hover {
    color: #1e2952;
}

html .page-header.page-header-primary {
    background-color: #1e2952;
}

html .page-header.page-header-primary h1,
html .page-header.page-header-primary a,
html .page-header.page-header-primary span,
html .page-header.page-header-primary li,
html .page-header.page-header-primary p {
    color: #FFF !important;
}

html .page-header.page-header-secondary {
    background-color: #141b34;
}

html .page-header.page-header-secondary h1,
html .page-header.page-header-secondary a,
html .page-header.page-header-secondary span,
html .page-header.page-header-secondary li,
html .page-header.page-header-secondary p {
    color: #FFF !important;
}

html .page-header.page-header-tertiary {
    background-color: #bda372;
}

html .page-header.page-header-tertiary h1,
html .page-header.page-header-tertiary a,
html .page-header.page-header-tertiary span,
html .page-header.page-header-tertiary li,
html .page-header.page-header-tertiary p {
    color: #FFF !important;
}

html .page-header.page-header-quaternary {
    background-color: #141b34;
}

html .page-header.page-header-quaternary h1,
html .page-header.page-header-quaternary a,
html .page-header.page-header-quaternary span,
html .page-header.page-header-quaternary li,
html .page-header.page-header-quaternary p {
    color: #FFF !important;
}

html .slide-overlay-primary .slotholder:after {
    background-color: #1e2952 !important;
}

html .slide-overlay-secondary .slotholder:after {
    background-color: #141b34 !important;
}

html .slide-overlay-tertiary .slotholder:after {
    background-color: #bda372 !important;
}

html .slide-overlay-quaternary .slotholder:after {
    background-color: #141b34 !important;
}

html .tp-bullet.selected,
html .tp-bullet:hover {
    background: #1e2952;
}

html .slider-scroll-button {
    background-color: #1e2952;
}

html .owl-carousel:not(.mirrored) .owl-nav .owl-prev,
html .owl-carousel:not(.mirrored) .owl-nav .owl-next {
    color: #1e2952;
}

html .owl-carousel:not(.mirrored) .owl-dots .owl-dot.active span {
    background: #1e2952 !important;
}

html .owl-carousel.carousel-center-active-items:not(.carousel-center-active-items-style-2):not(.carousel-center-active-items-style-3) .owl-item.active.current .card,
html .owl-carousel.carousel-center-active-items:not(.carousel-center-active-items-style-2):not(.carousel-center-active-items-style-3) .owl-item.active.current .testimonial-arrow {
    background: #1e2952 !important;
}

html .owl-carousel.rounded-style-1 .owl-stage-outer:before {
    border-color: #1e2952;
}

html .owl-carousel.nav-style-5 .owl-nav .owl-prev,
html .owl-carousel.nav-style-5 .owl-nav .owl-next {
    background: #1e2952;
    color: #FFF !important;
}

html .double-carousel .owl-carousel .owl-nav .owl-prev,
html .double-carousel .owl-carousel .owl-nav .owl-next {
    color: #1e2952;
}

html .double-carousel .nav .arrows .arrow-left,
html .double-carousel .nav .arrows .arrow-right {
    color: #1e2952 !important;
}

html .double-carousel .owl-carousel .owl-dots .owl-dot.active span {
    background: #1e2952 !important;
}

html .double-carousel.double-carousel-style-2 .owl-carousel .owl-item.active.current .card {
    background: #1e2952;
}

html .blockquote.blockquote-style-1.blockquote-primary:before {
    color: #1e2952 !important;
}

html .blockquote.blockquote-style-2.blockquote-primary {
    border-left-color: #1e2952 !important;
}

html .blockquote.blockquote-style-1.blockquote-secondary:before {
    color: #141b34 !important;
}

html .blockquote.blockquote-style-2.blockquote-secondary {
    border-left-color: #141b34 !important;
}

html .blockquote.blockquote-style-1.blockquote-tertiary:before {
    color: #bda372 !important;
}

html .blockquote.blockquote-style-2.blockquote-tertiary {
    border-left-color: #bda372 !important;
}

html .blockquote.blockquote-style-1.blockquote-quaternary:before {
    color: #141b34 !important;
}

html .blockquote.blockquote-style-2.blockquote-quaternary {
    border-left-color: #141b34 !important;
}

.slider-range-wrapper .slider-range .noUi-connect {
    background-color: #1e2952;
}

.slider-range-wrapper .slider-range .noUi-handle {
    background-color: #1e2952;
}

.drop-caps.drop-caps-primary:first-letter {
    color: #1e2952;
}

.drop-caps.drop-caps-primary.drop-caps-style-2:first-letter {
    background-color: #1e2952;
    color: #FFF;
}

.drop-caps.drop-caps-secondary:first-letter {
    color: #141b34;
}

.drop-caps.drop-caps-secondary.drop-caps-style-2:first-letter {
    background-color: #141b34;
    color: #FFF;
}

.drop-caps.drop-caps-tertiary:first-letter {
    color: #bda372;
}

.drop-caps.drop-caps-tertiary.drop-caps-style-2:first-letter {
    background-color: #bda372;
    color: #FFF;
}

.drop-caps.drop-caps-quaternary:first-letter {
    color: #141b34;
}

.drop-caps.drop-caps-quaternary.drop-caps-style-2:first-letter {
    background-color: #141b34;
    color: #FFF;
}

.table-active {
    background-color: #1e2952 !important;
}

.table-active td,
.table-active th {
    background-color: #1e2952 !important;
}

html .progress-bar-bg-primary:not(.no-skin) {
    background-color: #1e2952 !important;
}

html .progress-bar-bg-primary:not(.no-skin):after {
    border-color: #1e2952 !important;
}

html .progress-bar-bg-secondary:not(.no-skin) {
    background-color: #141b34 !important;
}

html .progress-bar-bg-secondary:not(.no-skin):after {
    border-color: #141b34 !important;
}

html .progress-bar-bg-tertiary:not(.no-skin) {
    background-color: #bda372 !important;
}

html .progress-bar-bg-tertiary:not(.no-skin):after {
    border-color: #bda372 !important;
}

html .progress-bar-bg-quaternary:not(.no-skin) {
    background-color: #141b34 !important;
}

html .progress-bar-bg-quaternary:not(.no-skin):after {
    border-color: #141b34 !important;
}

.word-rotator.type .word-rotator-words.selected {
    background-color: #1e2952;
}

.word-rotator.loading-bar .word-rotator-words::after {
    background: #1e2952;
}

.word-rotator.clip .word-rotator-words::after {
    background-color: #1e2952;
}

.scrollable-element::-webkit-scrollbar-thumb {
    background-color: #1e2952;
}

.social-icons.social-icons-pills li a {
    background-color: #1e2952;
}

.social-icons.social-icons-primary:not(.no-skin) li a {
    background-color: #1e2952;
    color: #FFF !important;
}

.social-icons.social-icons-icon-primary:not(.no-skin) li a {
    color: #1e2952 !important;
}

.social-icons.social-icons-icon-primary:not(.no-skin) li:hover a {
    color: #FFF !important;
}

.social-icons.social-icons-secondary:not(.no-skin) li a {
    background-color: #1e2952;
    color: #FFF !important;
}

.social-icons.social-icons-icon-secondary:not(.no-skin) li a {
    color: #1e2952 !important;
}

.social-icons.social-icons-icon-secondary:not(.no-skin) li:hover a {
    color: #FFF !important;
}

.social-icons.social-icons-tertiary:not(.no-skin) li a {
    background-color: #1e2952;
    color: #FFF !important;
}

.social-icons.social-icons-icon-tertiary:not(.no-skin) li a {
    color: #1e2952 !important;
}

.social-icons.social-icons-icon-tertiary:not(.no-skin) li:hover a {
    color: #FFF !important;
}

.social-icons.social-icons-quaternary:not(.no-skin) li a {
    background-color: #1e2952;
    color: #FFF !important;
}

.social-icons.social-icons-icon-quaternary:not(.no-skin) li a {
    color: #1e2952 !important;
}

.social-icons.social-icons-icon-quaternary:not(.no-skin) li:hover a {
    color: #FFF !important;
}

.icon-box-animation-1:not(.icon-box-animation-1-light):before,
.icon-box-animation-1:not(.icon-box-animation-1-light):after {
    border-color: #1e2952;
}

.icon-box-animation-1:not(.icon-box-animation-1-light) .icon-box:before,
.icon-box-animation-1:not(.icon-box-animation-1-light) .icon-box:after {
    border-color: #1e2952;
}

.timeline .timeline-box.left:before {
    background: #1e2952;
}

.timeline .timeline-box.right:before {
    background: #1e2952;
}

.skew-text-bar-1:before {
    background: #1e2952;
}

html #footer.footer-primary {
    background-color: #1e2952;
}

html #footer.footer-primary p,
html #footer.footer-primary span,
html #footer.footer-primary a,
html #footer.footer-primary li {
    color: #FFF;
}

html #footer.footer-secondary {
    background-color: #141b34;
}

html #footer.footer-secondary p,
html #footer.footer-secondary span,
html #footer.footer-secondary a,
html #footer.footer-secondary li {
    color: #FFF;
}

html #footer.footer-tertiary {
    background-color: #bda372;
}

html #footer.footer-tertiary p,
html #footer.footer-tertiary span,
html #footer.footer-tertiary a,
html #footer.footer-tertiary li {
    color: #FFF;
}

html #footer.footer-quaternary {
    background-color: #141b34;
}

html #footer.footer-quaternary p,
html #footer.footer-quaternary span,
html #footer.footer-quaternary a,
html #footer.footer-quaternary li {
    color: #FFF;
}




.p-form-modern-forestGreen .form-control:focus, .p-form-modern-forestGreen .form-control:hover, .p-form-modern-forestGreen .input-group:hover .form-control, .p-form-modern-forestGreen .p-file-wrap [type="file"]:hover ~ .input-group .form-control, .p-form-modern-forestGreen .sp-input:focus, .p-form-modern-forestGreen .sp-input:hover, .p-form-modern-forestGreen .form-control:focus ~ .p-field-cb, .p-form-modern-forestGreen .form-control:hover ~ .p-field-cb, .p-form-modern-forestGreen .input-group:hover .p-field-cb, .p-form-modern-forestGreen .p-file-wrap [type="file"]:hover ~ .input-group .p-field-cb, .p-form-modern-forestGreen .sp-input:focus ~ .p-field-cb, .p-form-modern-forestGreen .sp-input:hover ~ .p-field-cb {
    border-color: #1e2952 !important;
}

 .p-form-modern-forestGreen .form-control:focus ~ .input-group-icon, .p-form-modern-forestGreen .form-control:hover ~ .input-group-icon, .p-form-modern-forestGreen .input-group:hover .input-group-icon, .p-form-modern-forestGreen .p-file-wrap [type="file"]:hover ~ .input-group .input-group-icon, .p-form-modern-forestGreen .sp-input:focus ~ .input-group-icon, .p-form-modern-forestGreen .sp-input:hover ~ .input-group-icon, .p-form-modern-forestGreen .form-control:focus ~ .p-select-arrow, .p-form-modern-forestGreen .form-control:hover ~ .p-select-arrow, .p-form-modern-forestGreen .input-group:hover .p-select-arrow, .p-form-modern-forestGreen .p-file-wrap [type="file"]:hover ~ .input-group .p-select-arrow, .p-form-modern-forestGreen .sp-input:focus ~ .p-select-arrow, .p-form-modern-forestGreen .sp-input:hover ~ .p-select-arrow, .p-form-modern-forestGreen .form-control:focus ~ .input-group-addon .p-addon-bg, .p-form-modern-forestGreen .form-control:hover ~ .input-group-addon .p-addon-bg, .p-form-modern-forestGreen .input-group:hover .input-group-addon .p-addon-bg, .p-form-modern-forestGreen .p-file-wrap [type="file"]:hover ~ .input-group .input-group-addon .p-addon-bg, .p-form-modern-forestGreen .sp-input:focus ~ .input-group-addon .p-addon-bg, .p-form-modern-forestGreen .sp-input:hover ~ .input-group-addon .p-addon-bg {
    border-color: #1e2952 !important;
     background-color: #1e2952 !important;
}
.p-form-modern-forestGreen .input-group .realperson-challenge .realperson-regen {
    color:  #1e2952 !important;
}
.p-form-modern-forestGreen .btn {
    background-color: #1e2952 !important;
}
.p-form.p-shadowed.p-form-sm {
    max-width: 80%;
    padding: 20px !important;
    margin: 50px auto;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5) !important;
}
.modern-p-form .input-group-icon, .modern-p-form .p-select-arrow, .modern-p-form .input-group-addon, .modern-p-form .input-group-btn {
    position: relative !important;
}


img.mainLogo {
    width: 100%;
    max-width: 400px;
}

    .mw_demoMedicalAppointment .col-sm-6.text-center:last-child {
    border-right-width: 0px;
    border-left-width: 1px;
    border-top-width: 0;
    border-bottom-width: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.3);
}

a.headerAdBanner img {
    max-width: 728px;
    max-height: 90px;
}


#header .header-logo img {
    max-height: 100px;
    width: auto;
}
.sticky-header-active #header .header-logo img {
    max-height: 70px;
    width: auto;
}
@media (min-width: 992px){

}

@media (max-width: 450px){

 #header .header-logo img {
    max-height: 70px !important;
    width: auto;
}
}
@media (max-width: 385px){

 #header .header-logo img {
    max-height: 50px !important;
    width: auto;
}
}
@media (max-width: 1200px) and (min-width: 991px){
#header .header-nav-main nav > ul > li > a {
    font-size: 0.7rem;
}
}


#header .header-top {
    background: #1e2952;
}
.nav > .nav-item > .nav-link {
    color: #ffffff;
}
.social-icons li a {
    color: #fff;
}

.header-row.py-4 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

#header .header-logo img {
    max-height: 60px;
}
.header-menu-wrapper .header-container {
    min-height: auto !important;
}

.header-menu-wrapper {
    background: #393f4f;
}

@media (min-width: 992px){
#header .header-nav-main nav > ul > li > a {
    line-height: 46px;
    padding: 0 0.85em;
}
}
html .btn-outline.btn-primary, html.sticky-header-active .btn-outline.btn-sticky-primary {
    background: #bda372;
    border-color: #bda372;
    color: #ffffff;
    border-radius: 0;
}
html .btn-outline.btn-primary:hover, html.sticky-header-active .btn-outline.btn-sticky-primary:hover, html .btn-outline.btn-primary:focus, html.sticky-header-active .btn-outline.btn-sticky-primary:focus {
    border-color:  #907033;
    background-color:  #907033 !important;
    color: #FFF;
}

select#buscador-cds {
    width: 100%;
    height: 40px;
}
.owl-carousel .owl-dots .owl-dot {
    outline: none;
    float: left;
    width: 15px;
}

.cdsTitle:before {
    content: '';
    width: calc(100% - 50px);
    position: absolute;
    left: 0;
    height: 1px;
    top: 50%;
    z-index: 1;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 70%, transparent 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 70%, transparent 100%);
}

.cdsTitle h2 {
    position: relative;
    z-index: 2;
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    background-color: #fff;
    padding: 0;
    text-transform: uppercase;
    color:  #bda372;
    padding-right: 10px;
}
hr {
    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
    border: 0;
    height: 1px;
    margin: 22px 0;
}
#footer > .container > .row {
    padding-top: 15px;
}
.footer-copyright {
    margin-top: 0 !important;
    padding-top: 15px !important;
    background: #171a1d !important;
}

section.page-header {
    background-color: #000;
    padding: 14px;
    margin-bottom: 15px;
}
.page-header h1 {
    color: #efefef;
}
.page-header .breadcrumb a {
    color: #fff;
}
section.page-header .breadcrumb {
    margin-bottom: 0;
}
.page-header .breadcrumb > li + li:before {
    opacity: 1;
    color: #efefef;
}

//categories
.boxed-banner {
    position: relative;
    margin-bottom: 25px;
}
.boxed-banner > img {
    display: block;
    height: auto;
    width: 100%;
    border-radius: 5px;
}
.boxed-banner .banner-content {
    position: absolute;
    left: 5%;
    top: 37%;
}
.boxed-banner {
    position: relative;
    margin-bottom: 25px;
}
ul.products-list li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
ul.products-list {
    margin: 15px 0 !important;
    padding-left: 0 !important;
}
ul.products-list li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
.mw_subcategoryList a.btn.btn-quaternary.mr-xs.mb-sm {
    margin-bottom: 4px;
}
//CATEGORY LIST
@media (min-width: 600px){
.product.product-list .product-image-area {
    float: left;
    width: 20%;
}
}
.productList figure.product-image-area {
    min-height: 120px;
}
.product .product-image-area {
    overflow: hidden;
   
    padding: 3px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6.99px;
    max-height: 150px;

      display: flex;
justify-content: center; /* align horizontal */
align-items: center; /* align vertical */
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;


}
.product .product-image-area .product-image {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}
.product.product-list .product-actions.mainButtons a.addtocart {
   
    background-color: #dedede;
    border-color: #dedede;
    padding: 0 8px !important;
    line-height: 20px;
    height: 22px;
    margin-right: 5px;
    border-radius: 0;
}
.product-actions.enlaces a {
    border-radius: 0;
    background: #ee3c43;
    border-color: #ee3c43;
}
.product.product-list .product-actions.mainButtons a.addtocart:hover{
    color:#000;
}
.product.product-list .product-actions a.addtocart {
    color: #585858;
}
.product-actions.enlaces {
    text-align: right !important;
}
.product.product-list .product-actions a.addtowishlist, .product.product-list .product-actions a.comparelink, .product.product-list .product-actions a.quickview {
    left: auto;
    right: auto;
    visibility: visible;
    opacity: 1;
}
.product-actions a.addtowishlist {
    right: -37px;
    color: #ed4949;
    border: 1px solid #ed4949;
}
.product-actions a.addtowishlist, .product-actions a.comparelink, .product-actions a.quickview {
    font-size: 17px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    background-color: transparent;
    visibility: hidden;
    opacity: 0;
}
.product-actions a {
    display: inline-block;
    position: relative;
    margin: 10px 1px;
    vertical-align: middle;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.mw_topbanners2col .col-md-3.rounded {
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mw_content3col .descripcionNegocio {
    border: 1px solid #ccc;
    border-radius: 4px;
}
.mw_content3col .descripcionNegocio .panel-heading {
    border-radius: 4px;
    padding: 8px 10px;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.mw_content3col .descripcionNegocio .panel-body {
    background: #fff;
    padding: 8px 10px;
}
.mw_content3col .descripcionNegocio .panel-body p{
    margin:0;
}

.mw_content3col .panel-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mw_content3col .descripcionNegocio .panel-body {
    background: #fff;
    padding: 5px 10px;
}

.mw_content3col .panel-body ul li i {
    background: #ee3c43;
    width: 22px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
}
.mw_content3col .col-md-3.rounded.contactInformation {
    text-align: center;
}
.mw_content3col .col-md-3.rounded.contactInformation p {
    margin-bottom:10px;
    text-align: center;
}
.mw_content3col .col-md-3.rounded.contactInformation a.btn.btn-quaternary.mr-xs.mb-sm {
    font-size: 20px;
    width: 100%;
    text-align: center !important;
    display: block;
    background: #ee3c43;
    border-color: #ee3c43;
}
.mw_content3col .col-md-3.rounded.contactInformation a.btn.btn-quaternary.mr-xs.mb-sm:hover {

    background: #bd3136;
    border-color: #bd3136;
}


.mw_content2col .descripcionNegocio {
    border: 1px solid #ccc;
    border-radius: 4px;
}
.mw_content2col .descripcionNegocio .panel-heading {
    border-radius: 4px;
    padding: 8px 10px;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.mw_content2col .descripcionNegocio .panel-body {
    background: #fff;
    padding: 8px 10px;
}
.mw_content2col .descripcionNegocio .panel-body p{
    margin:0;
}

.mw_content2col .panel-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mw_content2col .descripcionNegocio .panel-body {
    background: #fff;
    padding: 5px 10px;
}

.mw_content2col .panel-body ul li i {
    background: #ee3c43;
    width: 22px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
}
.mw_content2col .col-md-3.rounded.contactInformation {
    text-align: center;
}
.mw_content2col .col-md-3.rounded.contactInformation p {
    margin-bottom:10px;
    text-align: center;
}
.mw_content2col .col-md-3.rounded.contactInformation a.btn.btn-quaternary.mr-xs.mb-sm {
    font-size: 20px;
    width: 100%;
    text-align: center !important;
    display: block;
    background: #ee3c43;
    border-color: #ee3c43;
}
.mw_content2col .col-md-3.rounded.contactInformation a.btn.btn-quaternary.mr-xs.mb-sm:hover {

    background: #bd3136;
    border-color: #bd3136;
}

//widgetBLDR

/**********************************
    Grid
***********************************/
.container {
    margin: 0 auto;
    max-width: 980px;
    width: 90%;
}
@media (min-width: 40rem) {
    .column {
        float: left;
        padding-left: 1rem; /* beta3 */
        padding-right: 1rem; /* beta3 */
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .column.full { width: 100%; }
    .column.two-third { width: 66.7%; }
    .column.two-fourth { width: 75%; }
    .column.two-fifth { width: 80%; }
    .column.two-sixth { width: 83.3%; }
    .column.half { width: 50%; }
    .column.third { width: 33.3%; }
    .column.fourth { width: 25%; }
    .column.fifth { width: 20%; }
    .column.sixth { width: 16.6%; }
    .column.flow-opposite { float: right; }  
}
.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

   
/**********************************
    Elements
***********************************/

.center {text-align:center}
.right {text-align:right}
.left {text-align:left}
.padding-20 {padding:20px}
.padding-25 {padding:25px}
.padding-30 {padding:30px}
.padding-35 {padding:35px}
.padding-40 {padding:40px}
@media all and (max-width: 540px) {
    .center {text-align:initial}
    .right {text-align:initial}
    .left {text-align:initial}
    .padding-20 {padding:0}
    .padding-25 {padding:0}
    .padding-30 {padding:0}
    .padding-35 {padding:0}
    .padding-40 {padding:0}
}

.margin-0 {margin:0 !important} 
.margin-20 {margin:20px !important} 
.margin-25 {margin:25px !important} 
.margin-30 {margin:30px !important} 
.margin-35 {margin:35px !important} 
.margin-40 {margin:40px !important}
.is-card { display:table; background-color:#fff;  }
.is-card > * { display:table; }
.is-card-circle { width:280px; height: 280px; border-radius:500px; padding:70px; margin:0 auto; }
@media all and (max-width: 540px) {
    .is-card-circle { zoom:0.7; -moz-transform: scale(0.7); }
}
.is-card-content-centered { display:table-cell;vertical-align:middle;text-align:center; }
.max-390 { max-width:390px;margin:0 auto; }
.shadow-1 { /* card */
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24); 
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24); 
    box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24); 
}
.shadow-2 { /* screenshot */
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}
.shadow-3 { /* highlight */
    -webkit-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2); 
    box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2); 
}

img.circle {border-radius:500px;margin-top:0;}
img.bordered {border: #ccc 1px solid;}

.embed-responsive {position: relative;display:block;height:0;padding:0;overflow:hidden;margin-top: 1.4em;margin-bottom: 1em;} 
.embed-responsive.embed-responsive-16by9 {padding-bottom: 56.25%;}
.embed-responsive.embed-responsive-4by3 {padding-bottom: 75%;}
.embed-responsive iframe {position: absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;}

.list {position:relative;margin:1.5em 0;}
.list > i {position:absolute;left:-3px;top:7px;font-size:1.7em;line-height:1;} 
.list > h2, .list > h3 {margin: 0 0 0 50px;}
.list > p {margin: 5px 0 0 50px}

.quote {position:relative;margin:1.5em 0;}
.quote > i {position: absolute;top: -10px; left: -7px;font-size: 2em;}
.quote > small {margin-left:50px;opacity: 0.7;font-size: 1em;}
.quote > p {margin-left:50px;font-size: 1.5em;}
@media all and (max-width: 540px) {
    .quote > i {left: -15px;font-size:1.5em;}
    .quote > small {margin-left:20px;ont-size: 1em;}
    .quote > p {margin-left:20px;font-size: 1.2em;}
}

.is-social {line-height:1;margin-bottom:1.5em}
.is-social a > i {text-decoration:none;color:#333;font-size:1.2em;margin:0 15px 0 0;-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}
.is-social a:hover > i {color:#08c9b9;}
.is-light-text .is-social a > i {color:#fff}
.is-light-text .is-social a:hover > i {color:#fff}
.is-dark-text .is-social a > i {color:#000}
.is-dark-text .is-social a:hover > i {color:#000}

/* backward compatible */
.social {line-height:1;margin-bottom:1.5em}
.social a > i {text-decoration:none;color:#333;font-size:1.2em;margin:0 15px 0 0;-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}
.social a:hover > i {color:#08c9b9;}
.is-light-text .social a > i {color:#fff}
.is-light-text .social a:hover > i {color:#fff}

.is-rounded-button-big {display:inline-block;}
.is-rounded-button-big a {display:table;float:left;text-align:center;margin:0 20px;border-radius: 500px; width: 110px; height: 110px;background-color: #aaa;}
.is-rounded-button-big a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:40px}
.is-rounded-button-big a:first-child {margin:0 20px 0 0;}
.is-rounded-button-big a:last-child {margin:0 0 0 20px;}

.is-rounded-button-medium {display:inline-block;}
.is-rounded-button-medium a {display:table;float:left;text-align:center;margin:0 20px;border-radius: 500px; width: 70px; height: 70px;background-color: #aaa;}
.is-rounded-button-medium a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:30px}

.is-boxed-button-big {display:inline-block;}
.is-boxed-button-big a {display:table;float:left;text-align:center;margin:0 30px 0 0;width: 110px; height: 110px;background-color: #aaa;}
.is-boxed-button-big a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:40px}

.is-boxed-button-big2 {display:inline-block;}
.is-boxed-button-big2 a {display:table;float:left;text-align:center;margin:0 30px 0 0;width: 150px; height: 70px;background-color: #aaa;}
.is-boxed-button-big2 a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:35px}

.is-boxed-button-medium {display:inline-block;}
.is-boxed-button-medium a {display:table;float:left;text-align:center;margin:0 30px 0 0;width: 70px; height: 70px;background-color: #aaa;}
.is-boxed-button-medium a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:30px}

.is-boxed-button-medium2 {display:inline-block;}
.is-boxed-button-medium2 a {display:table;float:left;text-align:center;margin:0 30px 0 0;width: 100px; height: 50px;background-color: #aaa;}
.is-boxed-button-medium2 a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:25px}

.is-boxed-button-small {display:inline-block;}
.is-boxed-button-small a {display:table;float:left;text-align:center;margin:0 20px 0 0;width: 50px; height: 50px;background-color: #aaa;}
.is-boxed-button-small a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:20px}

.size-12 {font-size:12px}
.size-14 {font-size:14px}
.size-16 {font-size:16px}
.size-18 {font-size:18px}
.size-21 {font-size:21px}
.size-24 {font-size:24px}
.size-32 {font-size:32px}
.size-48 {font-size:48px}
.size-64 {font-size:64px}
.size-80 {font-size:80px}
.size-96 {font-size:96px}
@media all and (max-width: 1024px) {
    .size-12 {font-size:12px}
    .size-14 {font-size:14px}
    .size-16 {font-size:16px}
    .size-18 {font-size:18px}
    .size-21 {font-size:21px}
    .size-24 {font-size:24px}
    .size-32 {font-size:28px}
    .size-48 {font-size:32px}
    .size-64 {font-size:36px}
    .size-80 {font-size:40px}
    .size-96 {font-size:44px}
}


/**********************************
    Title Styles
***********************************/

.is-light-text * {color: #fff;}
.is-dark-text * {color: #000;}

/* Style 1 */

.is-title1-96 {margin-top:20px;margin-bottom:20px;}
.is-title1-80 {margin-top:15px;margin-bottom:15px;}
.is-title1-64 {margin-top:15px;margin-bottom:15px;}
.is-title1-48 {margin-top:15px;margin-bottom:15px;}
.is-title1-32 {margin-top:15px;margin-bottom:15px;}

/* Style 2 */

.is-title2-96 {margin-top:25px;margin-bottom:20px;}
.is-title2-80 {margin-top:20px;margin-bottom:15px;}
.is-title2-64 {margin-top:20px;margin-bottom:15px;}
.is-title2-48 {margin-top:15px;margin-bottom:15px;}
.is-title2-32 {margin-top:10px;margin-bottom:15px;}

/* Style 3 */

.is-title3-96 {margin-top:30px;margin-bottom:35px;padding:20px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;}
.is-title3-80 {margin-top:25px;margin-bottom:33px;padding:20px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;}
.is-title3-64 {margin-top:20px;margin-bottom:30px;padding:18px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;}
.is-title3-48 {margin-top:20px;margin-bottom:25px;padding:18px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;}
.is-title3-32 {margin-top:20px;margin-bottom:20px;padding:15px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;}

.is-light-text .is-title3-96 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;}
.is-light-text .is-title3-80 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;}
.is-light-text .is-title3-64 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;}
.is-light-text .is-title3-48 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;}
.is-light-text .is-title3-32 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;}

.is-dark-text .is-title3-96 {border-top:#000 2px solid;border-bottom:#000 2px solid;}
.is-dark-text .is-title3-80 {border-top:#000 2px solid;border-bottom:#000 2px solid;}
.is-dark-text .is-title3-64 {border-top:#000 2px solid;border-bottom:#000 2px solid;}
.is-dark-text .is-title3-48 {border-top:#000 2px solid;border-bottom:#000 2px solid;}
.is-dark-text .is-title3-32 {border-top:#000 2px solid;border-bottom:#000 2px solid;}

/* Style 4 */

.is-title4-96 {margin-top:30px;margin-bottom:35px;padding:20px 30px;border:#000 2px solid;}
.is-title4-80 {margin-top:25px;margin-bottom:33px;padding:20px 30px;border:#000 2px solid;}
.is-title4-64 {margin-top:20px;margin-bottom:30px;padding:18px 28px;border:#000 2px solid;}
.is-title4-48 {margin-top:20px;margin-bottom:25px;padding:18px 25px;border:#000 2px solid;}
.is-title4-32 {margin-top:20px;margin-bottom:20px;padding:15px 20px;border:#000 2px solid;}

.is-light-text .is-title4-96 {border:#fff 2px solid;}
.is-light-text .is-title4-80 {border:#fff 2px solid;}
.is-light-text .is-title4-64 {border:#fff 2px solid;}
.is-light-text .is-title4-48 {border:#fff 2px solid;}
.is-light-text .is-title4-32 {border:#fff 2px solid;}

.is-dark-text .is-title4-96 {border:#000 2px solid;}
.is-dark-text .is-title4-80 {border:#000 2px solid;}
.is-dark-text .is-title4-64 {border:#000 2px solid;}
.is-dark-text .is-title4-48 {border:#000 2px solid;}
.is-dark-text .is-title4-32 {border:#000 2px solid;}

/* Style 5 */

.is-title5-96 {margin-top:10px;margin-bottom:35px;padding-bottom:25px;border-bottom:#000 2px solid;}
.is-title5-80 {margin-top:10px;margin-bottom:33px;padding-bottom:25px;border-bottom:#000 2px solid;}
.is-title5-64 {margin-top:10px;margin-bottom:30px;padding-bottom:20px;border-bottom:#000 2px solid;}
.is-title5-48 {margin-top:10px;margin-bottom:25px;padding-bottom:20px;border-bottom:#000 2px solid;}
.is-title5-32 {margin-top:10px;margin-bottom:20px;padding-bottom:20px;border-bottom:#000 2px solid;}

.is-light-text .is-title5-96 {border-bottom:#fff 2px solid;}
.is-light-text .is-title5-80 {border-bottom:#fff 2px solid;}
.is-light-text .is-title5-64 {border-bottom:#fff 2px solid;}
.is-light-text .is-title5-48 {border-bottom:#fff 2px solid;}
.is-light-text .is-title5-32 {border-bottom:#fff 2px solid;}

.is-dark-text .is-title5-96 {border-bottom:#000 2px solid;}
.is-dark-text .is-title5-80 {border-bottom:#000 2px solid;}
.is-dark-text .is-title5-64 {border-bottom:#000 2px solid;}
.is-dark-text .is-title5-48 {border-bottom:#000 2px solid;}
.is-dark-text .is-title5-32 {border-bottom:#000 2px solid;}

/* Extra Title Styles */

.is-title-lite {letter-spacing:3px;word-spacing:5px;}
.is-title-lite.is-title3-96, .is-title-lite.is-title4-96, .is-title-lite.is-title5-96 {letter-spacing:4px;word-spacing:8px;}
.is-title-lite.is-title3-80, .is-title-lite.is-title4-80, .is-title-lite.is-title5-80 {letter-spacing:4px;word-spacing:8px;}
.is-title-lite.is-title3-64, .is-title-lite.is-title4-64, .is-title-lite.is-title5-64 {letter-spacing:4px;word-spacing:8px;}
.is-title-lite.is-title3-48, .is-title-lite.is-title4-48, .is-title-lite.is-title5-48 {letter-spacing:4px;word-spacing:8px;}
.is-title-lite.is-title3-32, .is-title-lite.is-title4-32, .is-title-lite.is-title5-32 {letter-spacing:3px;word-spacing:5px;}

.is-title-bold {font-weight:800;}
.is-title-bold.is-title3-96, .is-title-bold.is-title4-96, .is-title-bold.is-title5-96 {border-width:4px;}
.is-title-bold.is-title3-80, .is-title-bold.is-title4-80, .is-title-bold.is-title5-80 {border-width:4px;}
.is-title-bold.is-title3-64, .is-title-bold.is-title4-64, .is-title-bold.is-title5-64 {border-width:3px;}
.is-title-bold.is-title3-48, .is-title-bold.is-title4-48, .is-title-bold.is-title5-48 {border-width:3px;}
.is-title-bold.is-title3-32, .is-title-bold.is-title4-32, .is-title-bold.is-title5-32 {border-width:2px;}


/**********************************
    Into Styles
***********************************/

.is-info1 {margin-top:10px;margin-bottom:0px;font-style:italic;}
.is-info1.size-21 {margin-top:12px;}
.is-info1.size-24 {margin-top:15px;}

.is-info2 {margin-top:10px;margin-bottom:0px;}
.is-info2.size-21 {margin-top:12px;}
.is-info2.size-24 {margin-top:15px;}


/**********************************
    Buttons Styles
***********************************/

.is-btn {
    padding: 10px 50px;
    font-size: 1em;
    line-height: 2em;
    border-radius: 0;
    letter-spacing: 3px;    

    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.16s ease;
    transition: all 0.16s ease;
}

/* ghost1 default */
.is-btn-ghost1 { color: #000; border: 2px solid #111; } 
.is-btn-ghost1:hover, .is-btn-ghost1:active, .is-btn-ghost1:focus {
    color: #fff;
    background-color: #111;
    border: 2px solid #111;
}

/* ghost1 light-text */
.is-light-text .is-btn-ghost1,
.is-dark-text .is-light-text .is-btn-ghost1  { color: #fff; border: 2px solid #fff;}
.is-light-text .is-btn-ghost1:hover, .is-light-text .is-btn-ghost1:active, .is-light-text .is-btn-ghost1:focus,
.is-dark-text .is-light-text .is-btn-ghost1:hover, .is-dark-text .is-light-text .is-btn-ghost1:active, .is-dark-text .is-light-text .is-btn-ghost1:focus  {
    color: #000;
    background-color: #fff;
    border: 2px solid #fff;
}

/* ghost1 dark-text */
.is-dark-text .is-btn-ghost1,
.is-light-text .is-dark-text .is-btn-ghost1 { color: #000; border: 2px solid #111; }
.is-dark-text .is-btn-ghost1:hover, .is-dark-text .is-btn-ghost1:active, .is-dark-text .is-btn-ghost1:focus,
.is-light-text .is-dark-text .is-btn-ghost1:hover, .is-light-text .is-dark-text .is-btn-ghost1:active, .is-light-text .is-dark-text .is-btn-ghost1:focus  {
    color: #fff;
    background-color: #111;
    border: 2px solid #111;
}

/* ghost2 default */
.is-btn-ghost2 { color: #000; border: 2px solid #d7d7d7; background-color: #d7d7d7; }
.is-btn-ghost2:hover, .is-btn-ghost2:active, .is-btn-ghost2:focus {
    color: #000;
    background-color: #cdcdcd;
    border: 2px solid #cdcdcd;
}

/* ghost2 light-text */
.is-light-text .is-btn-ghost2,
.is-dark-text .is-light-text .is-btn-ghost2  { color: #000; border: 2px solid #f9f9f9; background-color: #f9f9f9; }
.is-light-text .is-btn-ghost2:hover, .is-light-text .is-btn-ghost2:active, .is-light-text .is-btn-ghost2:focus,
.is-dark-text .is-light-text .is-btn-ghost2:hover, .is-dark-text .is-light-text .is-btn-ghost2:active, .is-dark-text .is-light-text .is-btn-ghost2:focus  {
    color: #000;
    background-color: #fff;
    border: 2px solid #fff;
}

/* ghost2 dark-text */
.is-dark-text .is-btn-ghost2,
.is-light-text .is-dark-text .is-btn-ghost2  { color: #000; border: 2px solid #d7d7d7; background-color: #d7d7d7; }
.is-dark-text .is-btn-ghost2:hover, .is-dark-text .is-btn-ghost2:active, .is-dark-text .is-btn-ghost2:focus,
.is-light-text .is-dark-text .is-btn-ghost2:hover, .is-light-text .is-dark-text .is-btn-ghost2:active, .is-light-text .is-dark-text .is-btn-ghost2:focus {
    color: #000;
    background-color: #cdcdcd;
    border: 2px solid #cdcdcd;
}

.is-btn-small { padding: 5px 25px; font-size: 0.85em; }
.is-upper { text-transform:uppercase; }
.is-rounded-30 { border-radius: 30px; }



/* Old Buttons */

.btn {
    padding: 7px 25px;
    font-size: 1em;
    line-height: 2em;
    border-radius: 5px;
    letter-spacing: 1px;    

    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.16s ease;
    transition: all 0.16s ease;
}


/**********************************
    Header Image with Caption
***********************************/
figure.hdr {
	position: relative;
	width: 100%;
	overflow:hidden;
    background-color: #000;   
}
figure.hdr img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;	
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
figure.hdr:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.hdr figcaption {
   	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%; 
	padding: 0 2.5em;
	color: #fff;
	font-size: 1.55em;
	text-align: center;
	box-sizing: border-box;
	z-index:1;
}
/* Text */
figure.hdr h2 {
	font-weight: 300;
	text-transform: uppercase;
}
figure.hdr h2 span {
	font-weight: 800;
}
figure.hdr p {
	letter-spacing: 1px;
	font-size: 68.5%;
	text-transform: uppercase;
}
figure.hdr h2, figure.hdr p {
	margin: 0;
	z-index:10000;
}
/* Cosmetic */
figure.hdr div {
	height: 100%; 
	z-index:0;
}
figure.hdr div::before,
figure.hdr div::after {
	position: absolute;
	content: '';
}
/* One */
figure.one div::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure.one div::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Two */
figure.two div::before {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure.two div::after {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Three */
figure.three figcaption {
	height: 70%; 
}
figure.three p {
	margin: 1em 0 0;
	padding: 2em;
	border: 1px solid #fff;	
} 
/* Four */
figure.four figcaption {
	height: 60%; 
	text-align: left;
}
figure.four p {
	position: absolute;
	right: 50px;
	bottom: 50px;
	left: 50px;
	padding: 2em;
	border: 7px solid #fff;
}
/* Five */
figure.five figcaption {
	height: 100%; 
	text-align: right;
}
figure.five h2 {
    position: absolute;
    left: 50px;
	right: 50px;
	top: 10%;
	border-bottom: 5px solid #fff;
}
figure.five p {
	position: absolute;
	right: 50px;
	bottom: 10%;
}
/* Six */
figure.six figcaption {
	height: 70%;
}
figure.six h2 {
    padding-bottom: 3%;
	border-bottom: 1px solid #fff;
}
figure.six p {
	padding-top: 6%;
}
/* Seven */
figure.seven figcaption {
	height: 90%;
	text-align:left;
}
figure.seven h2 {
	border-bottom: 3px solid #fff;
}
figure.seven p {
    padding-top: 1em;
}
/* Eight */
figure.eight figcaption {
	height: 100%; 
	text-align: right;
}
figure.eight h2 {
	position: absolute;
	left: 50%;
	right: 50px;
	bottom: 10%;
}
figure.eight p {
    position: absolute;
    left: 50px;
	right: 50%;
	top: 10%;
	padding-right:0.5em;
	border-right: 1px solid #fff;
}

section.page-header.mw_breadcrumb {
    background-size: cover;
    background-position: center;
}


footer img.img-fluid.mb-3 {
    max-width: 300px;
}
@media (max-width:460px){
#header .header-logo img {
    max-width: 130px;
    top: -25px !important;
}
.sticky-header-active #header .header-logo img {
    top: 0 !important;
}

#header .header-btn-collapse-nav.active .hamburguer span {
    width: 100%;
}
#header .header-btn-collapse-nav.active .close {
    display: none;
}
#header .header-btn-collapse-nav.active .hamburguer {
    opacity: 1 !important;
}
section.section.bg-primary.appear-animation.mw_browserOurCategories.animated.appear-animation-visible {
    margin-top: 40px;
}
}  
p {
    text-align: justify;
}



