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: #027162;
}

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: #027162;
}

html .text-color-primary:not(.no-skin),
html .text-primary:not(.no-skin) {
    color: #027162 !important;
}

html .text-color-secondary:not(.no-skin),
html .text-secondary:not(.no-skin) {
    color: #0387a3 !important;
}

html .text-color-tertiary:not(.no-skin),
html .text-tertiary:not(.no-skin) {
    color: #000000 !important;
}

html .text-color-quaternary:not(.no-skin),
html .text-quaternary:not(.no-skin) {
    color: #0387a3 !important;
}

html .border-color-primary:not(.no-skin) {
    border-color: #027162 !important;
}

html .border-color-secondary:not(.no-skin) {
    border-color: #0387a3 !important;
}

html .border-color-tertiary:not(.no-skin) {
    border-color: #000000 !important;
}

html .border-color-quaternary:not(.no-skin) {
    border-color: #0387a3 !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: #027162 !important;
}

html .bg-primary-4:not(.no-skin) {
    background-color: #116ecc !important;
}

html .bg-primary:not(.no-skin) {
    background-color: #027162 !important;
}

html .bg-primary-6:not(.no-skin) {
    background-color: #0387a3 !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: #0387a3 !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: #000000 !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: #0387a3 !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: #027162 !important;
}

html .overlay-color-secondary:not(.no-skin):before {
    background-color: #0387a3 !important;
}

html .overlay-color-tertiary:not(.no-skin):before {
    background-color: #000000 !important;
}

html .overlay-color-quaternary:not(.no-skin):before {
    background-color: #0387a3 !important;
}

html .btn-primary,
html.sticky-header-active .btn-sticky-primary {
    border-color: #027162;
    color: #FFF;
    background-color: #027162;
}

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: #0387a3;
    background-color: #0387a3;
    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: #027162 !important;
    color: #FFF !important;
    background-color: #027162 !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: #027162;
    color: #FFF;
    background-color: #027162;
    box-shadow: 0 0 0 0.2rem #0387a3;
}

html .btn-secondary,
html.sticky-header-active .btn-sticky-secondary {
    border-color: #0387a3;
    color: #FFF;
    background-color: #0387a3;
}

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: #0387a3 !important;
    color: #FFF !important;
    background-color: #0387a3 !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: #0387a3;
    color: #FFF;
    background-color: #0387a3;
    box-shadow: 0 0 0 0.2rem #55d090;
}

html .btn-tertiary,
html.sticky-header-active .btn-sticky-tertiary {
    border-color: #000000;
    color: #FFF;
    background-color: #000000;
}

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: #000000 !important;
    color: #FFF !important;
    background-color: #000000 !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: #000000;
    color: #FFF;
    background-color: #000000;
    box-shadow: 0 0 0 0.2rem #f14465;
}

html .btn-quaternary,
html.sticky-header-active .btn-sticky-quaternary {
    border-color: #0387a3;
    color: #FFF;
    background-color: #0387a3;
}

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: #0387a3 !important;
    color: #FFF !important;
    background-color: #0387a3 !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: #0387a3;
    color: #FFF;
    background-color: #0387a3;
    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: #027162;
    color: #027162;
}

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: #0387a3;
    background-color: #027162 !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: #027162 !important;
    color: #027162 !important;
}

html .btn-outline.btn-secondary,
html.sticky-header-active .btn-outline.btn-sticky-secondary {
    background: transparent;
    border-color: #0387a3;
    color: #0387a3;
}

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: #0387a3 !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: #0387a3 !important;
    color: #0387a3 !important;
}

html .btn-outline.btn-tertiary,
html.sticky-header-active .btn-outline.btn-sticky-tertiary {
    background: transparent;
    border-color: #000000;
    color: #000000;
}

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: #000000 !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: #000000 !important;
    color: #000000 !important;
}

html .btn-outline.btn-quaternary,
html.sticky-header-active .btn-outline.btn-sticky-quaternary {
    background: transparent;
    border-color: #0387a3;
    color: #0387a3;
}

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: #0387a3 !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: #0387a3 !important;
    color: #0387a3 !important;
}

.btn-link {
    color: #027162;
}

.btn-link:hover,
.btn-link:focus {
    color: #0387a3;
}

.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: #027162 !important;
}

html .btn-link.btn-primary {
    color: #027162;
}

html .btn-link.btn-primary:hover,
html .btn-link.btn-primary:focus {
    color: #0387a3;
}

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: #027162 !important;
}

html .btn-link.btn-secondary {
    color: #0387a3;
}

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: #0387a3 !important;
}

html .btn-link.btn-tertiary {
    color: #000000;
}

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: #000000 !important;
}

html .btn-link.btn-quaternary {
    color: #0387a3;
}

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: #0387a3 !important;
}

html .badge-primary:not(.no-skin) {
    background: #027162;
    color: #FFF;
}

html .badge-secondary:not(.no-skin) {
    background: #0387a3;
    color: #FFF;
}

html .badge-tertiary:not(.no-skin) {
    background: #000000;
    color: #FFF;
}

html .badge-quaternary:not(.no-skin) {
    background: #0387a3;
    color: #FFF;
}

.list-group-item.active {
    background-color: #027162;
    border-color: #027162;
}

.list.list-filter li a:hover {
    border-color: #027162;
}

.list.list-filter li a.active {
    background-color: #027162;
    border-color: #027162;
}

.pagination .page-item + .page-item.active .page-link {
    background: #027162;
}

.pagination .page-link:hover:not(.next):not(.prev) {
    color: #027162;
    border: 1px solid #027162;
}

html .accordion:not(.accordion-minimal).accordion-primary .accordion-header a {
    background-color: #027162;
}

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: #0387a3;
}

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: #000000;
}

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: #0387a3;
}

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: #027162 !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: #0387a3 !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: #000000 !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: #0387a3 !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: #027162;
}

html .steps-primary .item {
    border-color: #027162;
}

html .steps-primary .item .item-title span {
    color: #027162;
}

html .steps-primary.steps-style-2 .item.active .item-title {
    color: #027162;
}

html .steps-primary.steps-style-2 .item.active > i {
    color: #027162;
}

html .steps-primary.steps-style-3 .item.active .item-title {
    color: #027162;
}

html .steps-secondary .dots .dots-color {
    background: #0387a3;
}

html .steps-secondary .item {
    border-color: #0387a3;
}

html .steps-secondary .item .item-title span {
    color: #0387a3;
}

html .steps-secondary.steps-style-2 .item.active .item-title {
    color: #0387a3;
}

html .steps-secondary.steps-style-2 .item.active > i {
    color: #0387a3;
}

html .steps-secondary.steps-style-3 .item.active .item-title {
    color: #0387a3;
}

html .steps-tertiary .dots .dots-color {
    background: #000000;
}

html .steps-tertiary .item {
    border-color: #000000;
}

html .steps-tertiary .item .item-title span {
    color: #000000;
}

html .steps-tertiary.steps-style-2 .item.active .item-title {
    color: #000000;
}

html .steps-tertiary.steps-style-2 .item.active > i {
    color: #000000;
}

html .steps-tertiary.steps-style-3 .item.active .item-title {
    color: #000000;
}

html .steps-quaternary .dots .dots-color {
    background: #0387a3;
}

html .steps-quaternary .item {
    border-color: #0387a3;
}

html .steps-quaternary .item .item-title span {
    color: #0387a3;
}

html .steps-quaternary.steps-style-2 .item.active .item-title {
    color: #0387a3;
}

html .steps-quaternary.steps-style-2 .item.active > i {
    color: #0387a3;
}

html .steps-quaternary.steps-style-3 .item.active .item-title {
    color: #0387a3;
}

html .nav:not(.nav-tabs) > .nav-item > .nav-link:not(.no-skin).active {
    color: #0387a3;
}

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: #0387a3;
}

html .nav-pills-primary .nav-link.active,
html .nav-pills-primary .show > .nav-link {
    background-color: #027162;
}

html .nav-pills-secondary .nav-link.active,
html .nav-pills-secondary .show > .nav-link {
    background-color: #0387a3;
}

html .nav-pills-tertiary .nav-link.active,
html .nav-pills-tertiary .show > .nav-link {
    background-color: #000000;
}

html .nav-pills-quaternary .nav-link.active,
html .nav-pills-quaternary .show > .nav-link {
    background-color: #0387a3;
}

html .nav-tabs .nav-item .nav-link:after {
    background-color: #027162;
}

html #header .header-top.header-top-dark span > a:hover {
    color: #027162;
}

html #header .header-top.header-top-dark .nav > li > a:hover,
html #header .header-top.header-top-dark .nav > li > a:focus {
    color: #027162;
}

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: #027162;
}

html #header .header-nav-main nav > ul > li > a.active {
    color: #027162;
}

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: #027162;
}

html #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin > .dropdown-menu li:hover > a {
    color: #027162;
}

@media (min-width: 992px) {
    html #header .header-nav.header-nav-top-line .header-nav-main nav > ul > li > a.active:before {
        border-color: #027162;
    }

    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: #027162;
    }

    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: #027162;
    }

    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: #027162;
        color: #FFF;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li > .dropdown-menu:before {
        border-color: #027162;
    }

    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: #027162;
        color: #FFF;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-primary > .dropdown-menu:before {
        border-color: #027162;
    }

    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: #0387a3;
        color: #FFF;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-secondary > .dropdown-menu:before {
        border-color: #0387a3;
    }

    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: #000000;
        color: #FFF;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-tertiary > .dropdown-menu:before {
        border-color: #000000;
    }

    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: #0387a3;
        color: #FFF;
    }

    html #header .header-nav.header-nav-stripe .header-nav-main nav > ul > li.dropdown-quaternary > .dropdown-menu:before {
        border-color: #0387a3;
    }

    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: #027162;
    }

    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: #027162;
    };
}

@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: #027162;
    };
}

@media (min-width: 992px) {
    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary > a {
        color: #027162;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-primary .dropdown-menu {
        background-color: #027162;
    }

    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: #027162;
    }

    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: #027162;
    }

    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: #027162;
    }

    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: #0387a3;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-secondary .dropdown-menu {
        background-color: #0387a3;
    }

    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: #0387a3;
    }

    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: #0387a3;
    }

    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: #0387a3;
    }

    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: #000000;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-tertiary .dropdown-menu {
        background-color: #000000;
    }

    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: #000000;
    }

    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: #000000;
    }

    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: #000000;
    }

    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: #0387a3;
    }

    html #header .header-nav-main nav > ul > li.dropdown.dropdown-full-color.dropdown-quaternary .dropdown-menu {
        background-color: #0387a3;
    }

    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: #0387a3;
    }

    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: #0387a3;
    }

    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: #0387a3;
    }

    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: #027162;
    }

    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: #027162;
    }

    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: #027162;
    };
}

@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: #027162;
    }

    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: #027162;
    };
}

.side-header-btn-toggle:hover {
    color: #027162;
}

html .page-header.page-header-primary {
    background-color: #027162;
}

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: #0387a3;
}

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: #000000;
}

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: #0387a3;
}

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: #027162 !important;
}

html .slide-overlay-secondary .slotholder:after {
    background-color: #0387a3 !important;
}

html .slide-overlay-tertiary .slotholder:after {
    background-color: #000000 !important;
}

html .slide-overlay-quaternary .slotholder:after {
    background-color: #0387a3 !important;
}

html .tp-bullet.selected,
html .tp-bullet:hover {
    background: #027162;
}

html .slider-scroll-button {
    background-color: #027162;
}

html .owl-carousel:not(.mirrored) .owl-nav .owl-prev,
html .owl-carousel:not(.mirrored) .owl-nav .owl-next {
    color: #027162;
}

html .owl-carousel:not(.mirrored) .owl-dots .owl-dot.active span {
    background: #027162 !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: #027162 !important;
}

html .owl-carousel.rounded-style-1 .owl-stage-outer:before {
    border-color: #027162;
}

html .owl-carousel.nav-style-5 .owl-nav .owl-prev,
html .owl-carousel.nav-style-5 .owl-nav .owl-next {
    background: #027162;
    color: #FFF !important;
}

html .double-carousel .owl-carousel .owl-nav .owl-prev,
html .double-carousel .owl-carousel .owl-nav .owl-next {
    color: #027162;
}

html .double-carousel .nav .arrows .arrow-left,
html .double-carousel .nav .arrows .arrow-right {
    color: #027162 !important;
}

html .double-carousel .owl-carousel .owl-dots .owl-dot.active span {
    background: #027162 !important;
}

html .double-carousel.double-carousel-style-2 .owl-carousel .owl-item.active.current .card {
    background: #027162;
}

html .blockquote.blockquote-style-1.blockquote-primary:before {
    color: #027162 !important;
}

html .blockquote.blockquote-style-2.blockquote-primary {
    border-left-color: #027162 !important;
}

html .blockquote.blockquote-style-1.blockquote-secondary:before {
    color: #0387a3 !important;
}

html .blockquote.blockquote-style-2.blockquote-secondary {
    border-left-color: #0387a3 !important;
}

html .blockquote.blockquote-style-1.blockquote-tertiary:before {
    color: #000000 !important;
}

html .blockquote.blockquote-style-2.blockquote-tertiary {
    border-left-color: #000000 !important;
}

html .blockquote.blockquote-style-1.blockquote-quaternary:before {
    color: #0387a3 !important;
}

html .blockquote.blockquote-style-2.blockquote-quaternary {
    border-left-color: #0387a3 !important;
}

.slider-range-wrapper .slider-range .noUi-connect {
    background-color: #027162;
}

.slider-range-wrapper .slider-range .noUi-handle {
    background-color: #027162;
}

.drop-caps.drop-caps-primary:first-letter {
    color: #027162;
}

.drop-caps.drop-caps-primary.drop-caps-style-2:first-letter {
    background-color: #027162;
    color: #FFF;
}

.drop-caps.drop-caps-secondary:first-letter {
    color: #0387a3;
}

.drop-caps.drop-caps-secondary.drop-caps-style-2:first-letter {
    background-color: #0387a3;
    color: #FFF;
}

.drop-caps.drop-caps-tertiary:first-letter {
    color: #000000;
}

.drop-caps.drop-caps-tertiary.drop-caps-style-2:first-letter {
    background-color: #000000;
    color: #FFF;
}

.drop-caps.drop-caps-quaternary:first-letter {
    color: #0387a3;
}

.drop-caps.drop-caps-quaternary.drop-caps-style-2:first-letter {
    background-color: #0387a3;
    color: #FFF;
}

.table-active {
    background-color: #027162 !important;
}

.table-active td,
.table-active th {
    background-color: #027162 !important;
}

html .progress-bar-bg-primary:not(.no-skin) {
    background-color: #027162 !important;
}

html .progress-bar-bg-primary:not(.no-skin):after {
    border-color: #027162 !important;
}

html .progress-bar-bg-secondary:not(.no-skin) {
    background-color: #0387a3 !important;
}

html .progress-bar-bg-secondary:not(.no-skin):after {
    border-color: #0387a3 !important;
}

html .progress-bar-bg-tertiary:not(.no-skin) {
    background-color: #000000 !important;
}

html .progress-bar-bg-tertiary:not(.no-skin):after {
    border-color: #000000 !important;
}

html .progress-bar-bg-quaternary:not(.no-skin) {
    background-color: #0387a3 !important;
}

html .progress-bar-bg-quaternary:not(.no-skin):after {
    border-color: #0387a3 !important;
}

.word-rotator.type .word-rotator-words.selected {
    background-color: #027162;
}

.word-rotator.loading-bar .word-rotator-words::after {
    background: #027162;
}

.word-rotator.clip .word-rotator-words::after {
    background-color: #027162;
}

.scrollable-element::-webkit-scrollbar-thumb {
    background-color: #027162;
}

.social-icons.social-icons-pills li a {
    background-color: #027162;
}

.social-icons.social-icons-primary:not(.no-skin) li a {
    background-color: #027162;
    color: #FFF !important;
}

.social-icons.social-icons-icon-primary:not(.no-skin) li a {
    color: #027162 !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: #027162;
    color: #FFF !important;
}

.social-icons.social-icons-icon-secondary:not(.no-skin) li a {
    color: #027162 !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: #027162;
    color: #FFF !important;
}

.social-icons.social-icons-icon-tertiary:not(.no-skin) li a {
    color: #027162 !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: #027162;
    color: #FFF !important;
}

.social-icons.social-icons-icon-quaternary:not(.no-skin) li a {
    color: #027162 !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: #027162;
}

.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: #027162;
}

.timeline .timeline-box.left:before {
    background: #027162;
}

.timeline .timeline-box.right:before {
    background: #027162;
}

.skew-text-bar-1:before {
    background: #027162;
}

html #footer.footer-primary {
    background-color: #027162;
}

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: #0387a3;
}

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: #000000;
}

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: #0387a3;
}

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: #027162 !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: #027162 !important;
     background-color: #027162 !important;
}
.p-form-modern-forestGreen .input-group .realperson-challenge .realperson-regen {
    color:  #027162 !important;
}
.p-form-modern-forestGreen .btn {
    background-color: #027162 !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: #027162;
}
.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: #000000;
    border-color: #000000;
    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:  #292929;
    background-color:  #292929 !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:  #000000;
    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: #00c9ae !important;
}

section.page-header {
    background-color: transparent;
    padding: 14px;
    margin-bottom: 15px;
}
.page-header h1 {
    color: #fff;
}
.page-header .breadcrumb a {
    color: #fff;
}
section.page-header .breadcrumb {
    margin-bottom: 0;
}
.page-header .breadcrumb > li + li:before {
    opacity: 1;
    color: #000000;
}

//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;
}

#header .header-logo img {
    max-height: 40px !important;
    margin: 0 !important;
}
#header .header-nav-main.header-nav-main-uppercase nav > ul > li > a {
    line-height: 30px;
}

@media (min-width:991px){
#header .header-logo img {
    max-height: 70px !important;
    margin: 5px 0 !important;
}

ul.dropdown-menu {
    background: #fff !important;
    border-radius: 0 !important;
    box-shadow: inset 0px 3px 5px rgba(0,0,0,0.2) !important;
    border-bottom: 1px solid #dcdada !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:not(.btn) {
    font-size: 13px;
    padding: 6px 0;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a {
    color: #000;
    font-weight: bold;
}
}  


ul.header-top-social-icons.social-icons.social-icons-transparent.d-md-block {
    display: block;
}


@media (max-width:800px){
#header .header-logo img {
    max-height: 20px !important;
    margin: 0 !important;
}
.header-body .header-container.container {
    padding-top: 20px;
}
div#categoriesdepartamentos h3 a , #categoriesmarcas h3 a{
    padding: 10px;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #ddd;
}

.accordion.accordion-default.accordion-toggle.accordion-style-1.sw_featuredProducts {
    display: none;
}
}  


@media (max-width:800px){
#header .header-top li a.nav-link {
    padding: 0 5px;
}
#header .header-top li {
    line-height: 14px;
}
}
#header .header-top {
    box-shadow: inset 0px -4px 10px rgba(0,0,0,0.3);
    min-height: 15px;
}
sticky-header-active header#header, #header.header-effect-shrink .header-container {
    min-height: 80px !important;
}

.header-body {
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
}
footer#footer p, footer#footer a {
    color: #fff;
}
footer#footer img {
    max-width: 100px;
    margin-top: 20px;
}





/* WIDGET STYLES*/

/* SOMBRAS */
.boxShadowHover:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.1);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
.boxShadowHover {
    box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    transition: transform .3s,box-shadow .3s,background-color .3s,color .3s,opacity .3s;
    background-size: cover !important;
}
.font-shadow{
    text-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
}
.box-shadow{
    box-shadow: rgba(0,0,0, 0.3) 0px 45px 40px 0px;
}
.deepshd {
    color: #e0dfdc;
    background-color: #333;
    letter-spacing: .1em;
    text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgb(0 0 0 / 90%);
}


/* MARCOS */
.boxWhiteFrame{
position: relative;
}
.boxWhiteFrame:before {
    content: " ";
    width: 96%;
    height: 94%;
    position: absolute;
    background: transparent;
    top: 3%;
    left: 2%;
    border: 2px solid rgba(255,255,255,0.4);
}
.boxBlackFrame:before {
    content: " ";
    width: 96%;
    height: 94%;
    position: absolute;
    background: transparent;
    top: 3%;
    left: 2%;
    border: 2px solid rgba(0,0,0,0.4);
}
.box-top-round{
border-top: 6px solid ;
border-radius: 10px !important;
}

/* FONDOS 
.bg-blanco1{
  background:url('/content/_bgs/blanco_v1.jpg');
}
.bg-alpha1{
  background:url('/content/_bgs/alpha_v1.png');
} */
.bg-cover{
    background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
}
.bg-fixed{
    background-attachment: fixed !important;
}
/* Titulos */
.title-encapsulado{
position:relative;
}
.title-encapsulado:before {
    content: " ";
    background: #ccc;
    height: 3px;
    width: 80%;
    z-index: 1;
    position: absolute;
    left: 10%;
    top: 30px;
}
.title-encapsulado h2 {
    background: #fff;
    width: fit-content;
    padding: 8px;
    font-size: 20px;
    margin: 0 auto;
    border: 4px solid #ccc;
    font-weight: 300 !important;
    z-index: 2 !important;
    position: relative;
}

/* Botones */
.circleButtonRed {
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    color: #fff !important;
    line-height: 20px;
    border: 1px solid #eb1f47;
    border-radius: 50%;
    padding: 30px 0;
    margin-top: 20px;
}
.circleButtonRedTextBlack {
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    color: #000 !important;
    line-height: 20px;
    border: 1px solid #eb1f47;
    border-radius: 50%;
    padding: 30px 0;
    margin-top: 20px;
}
.circleButtonBlack {
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    color: #fff !important;
    line-height: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 30px 0;
    margin-top: 20px;
}

.hoverEffect_bgcolorCircle{ background: none; cursor: pointer;  transition: 0.5s; transition-timing-function: ease;  position: relative;  overflow: hidden;  z-index: 1;}
.hoverEffect_bgcolorCircle::before{  content: "";  position: absolute;  left: 50%;  width: 0%;  height: 0%;  background: #027162;  z-index: -1;  transition: 0.5s;  bottom: 50%;
 border-radius: 50%; }
.hoverEffect_bgcolorCircle:hover{ color:#fff !important; }
.hoverEffect_bgcolorCircle:hover::before{ height: 100%;width: 100%;    left: 0;    bottom: 0; }

.hoverEffect_bgcolorLine{ background: none; cursor: pointer;  transition: 0.5s; transition-timing-function: ease;  position: relative;  overflow: hidden;  z-index: 1;}
.hoverEffect_bgcolorLine::before{  content: "";  position: absolute;  left: 0;  width: 100%;  height: 0%;  background: #027162;  z-index: -1;  transition: 0.5s;  bottom: 50%;
 border-radius: 0%; }
.hoverEffect_bgcolorLine:hover{ color:#fff !important; }
.hoverEffect_bgcolorLine:hover::before{ height: 100%;width: 100%;    left: 0;    bottom: 0;}

.hoverEffect_bgcolorCircleBottom{ background: none; cursor: pointer;  transition: 0.5s; transition-timing-function: ease;  position: relative;  overflow: hidden;  z-index: 1;}
.hoverEffect_bgcolorCircleBottom::before{  content: "";  position: absolute;  left: 0;  width: 100%;  height: 0%;  background: #027162;  z-index: -1;  transition: 0.5s; transition-timing-function: ease;  bottom: 0;
 border-radius: 50% 50% 0 0; }
.hoverEffect_bgcolorCircle:hover{ color:#fff !important; }
.hoverEffect_bgcolorCircleBottom:hover::before{ height: 180%;}

.hoverEffect_bgcolorLineBottom{ background: none; cursor: pointer;  transition: 0.5s; transition-timing-function: ease;  position: relative;  overflow: hidden;  z-index: 1;}
.hoverEffect_bgcolorLineBottom::before{  content: "";  position: absolute;  left: 0;  width: 100%;  height: 0%;  background: #027162;  z-index: -1;  transition: 0.5s; transition-timing-function: ease;  bottom: 0;
 border-radius: 0 0 0 0; }
.hoverEffect_bgcolorLineBottom:hover{ color:#fff !important; }
.hoverEffect_bgcolorLineBottom:hover::before{ height: 180%;}


.hoverEffect_bgcolorCircle_secondary{ background: none; cursor: pointer;  transition: 0.5s; transition-timing-function: ease;  position: relative;  overflow: hidden;  z-index: 1;}
.hoverEffect_bgcolorCircle_secondary::before{  content: "";  position: absolute;  left: 50%;  width: 0%;  height: 0%;  background: #000000;  z-index: -1;  transition: 0.5s;  bottom: 50%;
 border-radius: 50%; }
.hoverEffect_bgcolorCircle_secondary:hover{ color:#fff !important; }
.hoverEffect_bgcolorCircle_secondary:hover::before{ height: 100%;width: 100%;    left: 0;    bottom: 0; }

.hoverEffect_bgcolorLine_secondary{ background: none; cursor: pointer;  transition: 0.5s; transition-timing-function: ease;  position: relative;  overflow: hidden;  z-index: 1;}
.hoverEffect_bgcolorLine_secondary::before{  content: "";  position: absolute;  left: 0;  width: 100%;  height: 0%;  background: #000000;  z-index: -1;  transition: 0.5s;  bottom: 50%;
 border-radius: 0%; }
.hoverEffect_bgcolorLine_secondary:hover{ color:#fff !important; }
.hoverEffect_bgcolorLine_secondary:hover::before{ height: 100%;width: 100%;    left: 0;    bottom: 0;}

.hoverEffect_bgcolorCircleBottom_secondary{ background: none; cursor: pointer;  transition: 0.5s; transition-timing-function: ease;  position: relative;  overflow: hidden;  z-index: 1;}
.hoverEffect_bgcolorCircleBottom_secondary::before{  content: "";  position: absolute;  left: 0;  width: 100%;  height: 0%;  background: #000000;  z-index: -1;  transition: 0.5s; transition-timing-function: ease;  bottom: 0;
 border-radius: 50% 50% 0 0; }
.hoverEffect_bgcolorCircleBottom_secondary:hover{ color:#fff !important; }
.hoverEffect_bgcolorCircleBottom_secondary:hover::before{ height: 180%;}

.hoverEffect_bgcolorLineBottom_secondary{ background: none; cursor: pointer;  transition: 0.5s; transition-timing-function: ease;  position: relative;  overflow: hidden;  z-index: 1;}
.hoverEffect_bgcolorLineBottom_secondary::before{  content: "";  position: absolute;  left: 0;  width: 100%;  height: 0%;  background: #000000;  z-index: -1;  transition: 0.5s; transition-timing-function: ease;  bottom: 0;
 border-radius: 0 0 0 0; }
.hoverEffect_bgcolorLineBottom_secondary:hover{ color:#fff !important; }
.hoverEffect_bgcolorLineBottom_secondary:hover::before{ height: 180%;}


.hoverEffect_bgcolorCircle_dark{ background: none; cursor: pointer;  transition: 0.5s; transition-timing-function: ease;  position: relative;  overflow: hidden;  z-index: 1;}
.hoverEffect_bgcolorCircle_dark::before{  content: "";  position: absolute;  left: 50%;  width: 0%;  height: 0%;  background:  #222;  z-index: -1;  transition: 0.5s;  bottom: 50%;
 border-radius: 50%; }
.hoverEffect_bgcolorCircle_dark:hover{ color:#fff !important; }
.hoverEffect_bgcolorCircle_dark:hover::before{ height: 100%;width: 100%;    left: 0;    bottom: 0; }

.hoverEffect_bgcolorLine_dark{ background: none; cursor: pointer;  transition: 0.5s; transition-timing-function: ease;  position: relative;  overflow: hidden;  z-index: 1;}
.hoverEffect_bgcolorLine_dark::before{  content: "";  position: absolute;  left: 0;  width: 100%;  height: 0%;  background: #222;  z-index: -1;  transition: 0.5s;  bottom: 50%;
 border-radius: 0%; }
.hoverEffect_bgcolorLine_dark:hover{ color:#fff !important; }
.hoverEffect_bgcolorLine_dark:hover::before{ height: 100%;width: 100%;    left: 0;    bottom: 0;}

.hoverEffect_bgcolorCircleBottom_dark{ background: none; cursor: pointer;  transition: 0.5s; transition-timing-function: ease;  position: relative;  overflow: hidden;  z-index: 1;}
.hoverEffect_bgcolorCircleBottom_dark::before{  content: "";  position: absolute;  left: 0;  width: 100%;  height: 0%;  background:  #222;  z-index: -1;  transition: 0.5s; transition-timing-function: ease;  bottom: 0;
 border-radius: 50% 50% 0 0; }
.hoverEffect_bgcolorCircleBottom_dark:hover{ color:#fff !important; }
.hoverEffect_bgcolorCircleBottom_dark:hover::before{ height: 180%;}

.hoverEffect_bgcolorLineBottom_dark{ background: none; cursor: pointer;  transition: 0.5s; transition-timing-function: ease;  position: relative;  overflow: hidden;  z-index: 1;}
.hoverEffect_bgcolorLineBottom_dark::before{  content: "";  position: absolute;  left: 0;  width: 100%;  height: 0%;  background: #222;  z-index: -1;  transition: 0.5s; transition-timing-function: ease;  bottom: 0;
 border-radius: 0 0 0 0; }
.hoverEffect_bgcolorLineBottom_dark:hover{ color:#fff !important; }
.hoverEffect_bgcolorLineBottom_dark:hover::before{ height: 180%;}


.hoverEffect_bgcolorCircle_light{ background: none; cursor: pointer;  transition: 0.5s; transition-timing-function: ease;  position: relative;  overflow: hidden;  z-index: 1;}
.hoverEffect_bgcolorCircle_light::before{  content: "";  position: absolute;  left: 50%;  width: 0%;  height: 0%;  background: #fff;  z-index: -1;  transition: 0.5s;  bottom: 50%;
 border-radius: 50%; }
.hoverEffect_bgcolorCircle_light:hover{ color:#000 !important; }
.hoverEffect_bgcolorCircle_light:hover::before{ height: 100%;width: 100%;    left: 0;    bottom: 0; }

.hoverEffect_bgcolorLine_light{ background: none; cursor: pointer;  transition: 0.5s; transition-timing-function: ease;  position: relative;  overflow: hidden;  z-index: 1;}
.hoverEffect_bgcolorLine_light::before{  content: "";  position: absolute;  left: 0;  width: 100%;  height: 0%;  background:  #fff;  z-index: -1;  transition: 0.5s;  bottom: 50%;
 border-radius: 0%; }
.hoverEffect_bgcolorLine_light:hover{ color:#000 !important; }
.hoverEffect_bgcolorLine_light:hover::before{ height: 100%;width: 100%;    left: 0;    bottom: 0;}

.hoverEffect_bgcolorCircleBottom_light{ background: none; cursor: pointer;  transition: 0.5s; transition-timing-function: ease;  position: relative;  overflow: hidden;  z-index: 1;}
.hoverEffect_bgcolorCircleBottom_light::before{  content: "";  position: absolute;  left: 0;  width: 100%;  height: 0%;  background: #fff;  z-index: -1;  transition: 0.5s; transition-timing-function: ease;  bottom: 0;
 border-radius: 50% 50% 0 0; }
.hoverEffect_bgcolorCircleBottom_light:hover{ color:#000 !important; }
.hoverEffect_bgcolorCircleBottom_light:hover::before{ height: 180%;}

.hoverEffect_bgcolorLineBottom_light{ background: none; cursor: pointer;  transition: 0.5s; transition-timing-function: ease;  position: relative;  overflow: hidden;  z-index: 1;}
.hoverEffect_bgcolorLineBottom_light::before{  content: "";  position: absolute;  left: 0;  width: 100%;  height: 0%;  background: #fff;  z-index: -1;  transition: 0.5s; transition-timing-function: ease;  bottom: 0;
 border-radius: 0 0 0 0; }
.hoverEffect_bgcolorLineBottom_light:hover{ color:#000 !important; }
.hoverEffect_bgcolorLineBottom_light:hover::before{ height: 180%;}

/* EXTRAS */
.floatingElements {
    position: relative;
    padding: 0;
}
.floatingElements .floatingLeft, .floatingElements .floatingFixed, .floatingElements .floatingRight {
    position: absolute;
}
.floatingElements .floatingLeft {
    left: -150px;
}
.floatingElements .floatingFixed {
}

.floatingElements .floatingRight {
    right: -150px;
}
/* Animations */

.animationEffectPulsate {
        animation: aeff_pulsate 1s ease-out;
        animation-iteration-count: infinite;
        opacity: 1; 
    }
@-webkit-keyframes aeff_pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

.animationEffectPulsatePulse {
    animation: aeff_opacityPulse 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0; 
}
@-webkit-keyframes aeff_opacityPulse {
    0% {opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {opacity: 0.0;}
}

.animationEffectAlertPulse {
    animation: aeff_alertPulse 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 1; 
}
@-webkit-keyframes aeff_alertPulse {
    0% {background-color: #9A2727; opacity: 1;}
    50% {opacity: red; opacity: 0.75; }
    100% {opacity: #9A2727; opacity: 1;}
}


.animationEffectRotate {
    animation: aeff_rotating 3s linear infinite;
}
@keyframes aeff_rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.animationEffectBounce {
  -moz-animation: aeff_bounce 2s infinite;
  -webkit-animation: aeff_bounce 2s infinite;
  animation: aeff_bounce 2s infinite;
}

@-moz-keyframes aeff_bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes aeff_bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes aeff_bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.animationEffectbanner3Shake {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: aeff_banner3Shake;
    animation-name: aeff_banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes aeff_banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }

  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

.animationEffectshapeImgBounce{
    animation: aeff_ImgBounce 5s ease-in-out 0s infinite alternate;
}

@keyframes aeff_ImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.animationEffectshapeMover {
    -webkit-animation-name: aeff_shapeMover;
    animation-name: aeff_shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}

@keyframes aeff_shapeMover {

  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    transform: perspective(400px) rotate(-15deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

.animationEffectbubbleMover {
    -webkit-animation-name: aeff_bubbleMover;
    animation-name: aeff_bubbleMover;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-duration: 8s;
}

@keyframes aeff_bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }

  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}




.animationEffectlightSign {
  text-shadow: 0 0 0.6rem #029e89, 0 0 1.5rem #029e89,
    -0.2rem 0.1rem 1rem #028775, 0.2rem 0.1rem 1rem #028775,
    0 -0.5rem 2rem #027c6b, 0 0.5rem 3rem #027c6b;
  animation: aeff_shine 2s forwards, aeff_flicker 3s infinite;
}
.animationEffectflicker {
  animation: aeff_shine 2s forwards, aeff_blink 3s 2s infinite;
}
.animationEffectfast-flicker {
  animation: aeff_shine 2s forwards, aeff_blink 10s 1s infinite;
}
@keyframes aeff_blink {
  0%, 22%, 36%, 75% {   text-shadow: 0 0 0.6rem #029e89, 0 0 1.5rem #028775,     -0.2rem 0.1rem 1rem #028775, 0.2rem 0.1rem 1rem #028775,     0 -0.5rem 2rem #027c6b, 0 0.5rem 3rem #027c6b; } 28%, 33% {   color: #0cffff;   text-shadow: none; } 82%, 97% {   text-shadow: none; }
}
@keyframes aeff_shine { 0% {   text-shadow: none; } 100% {   color: #0cffff;
    text-shadow: 0 0 0.6rem #029e89, 0 0 1.5rem #028775,
      -0.2rem 0.1rem 1rem #028775, 0.2rem 0.1rem 1rem #028775,
      0 -0.5rem 2rem #027c6b, 0 0.5rem 3rem #027c6b;
  }
}


.animationEffectlightSign_secondary {
  text-shadow: 0 0 0.6rem #000000, 0 0 1.5rem #000000,
    -0.2rem 0.1rem 1rem #000000, 0.2rem 0.1rem 1rem #000000,
    0 -0.5rem 2rem #000000, 0 0.5rem 3rem #000000;
  animation: aeff_shine_secondary 2s forwards, aeff_flicker 3s infinite;
}
.animationEffectflicker_secondary {
  animation: aeff_shine_secondary 2s forwards, aeff_blink_secondary 3s 2s infinite;
}
.animationEffectfast-flicker_secondary {
  animation: aeff_shine_secondary 2s forwards, aeff_blink_secondary 10s 1s infinite;
}
@keyframes aeff_blink_secondary {
  0%, 22%, 36%, 75% {   text-shadow: 0 0 0.6rem #000000, 0 0 1.5rem #000000,     -0.2rem 0.1rem 1rem #000000, 0.2rem 0.1rem 1rem #000000,     0 -0.5rem 2rem #000000, 0 0.5rem 3rem #000000; } 28%, 33% {   color: #000000;   text-shadow: none; } 82%, 97% {   text-shadow: none; }
}
@keyframes aeff_shine_secondary { 0% {   text-shadow: none; } 100% {   color: #000000;
    text-shadow: 0 0 0.6rem #000000, 0 0 1.5rem #000000,
      -0.2rem 0.1rem 1rem #000000, 0.2rem 0.1rem 1rem #000000,
      0 -0.5rem 2rem #000000, 0 0.5rem 3rem #000000;
  }
}
@keyframes aeff_flicker {from {opacity: 1;  }4% {opacity: 0.9;  }6% {opacity: 0.85;  }8% {opacity: 0.95;  }10% {opacity: 0.9;  }11% {opacity: 0.922;  }12% {opacity: 0.9;  }14% {opacity: 0.95;  }16% {opacity: 0.98;  }17% {opacity: 0.9;  }19% {opacity: 0.93;  }20% {opacity: 0.99;  }24% {opacity: 1;  }26% {opacity: 0.94;  }28% {opacity: 0.98;  }37% {opacity: 0.93;  }38% {opacity: 0.5;  }39% {opacity: 0.96;  }42% {opacity: 1;  }44% {opacity: 0.97;  }46% {opacity: 0.94;  }56% {opacity: 0.9;  }58% {opacity: 0.9;  }60% {opacity: 0.99;  }68% {opacity: 1;  }70% {opacity: 0.9;  }72% {opacity: 0.95;  }93% {opacity: 0.93;  }95% {opacity: 0.95;  }97% {opacity: 0.93;  }to {opacity: 1;  }}

.animationEffectshake {
    animation-name: aeff_shake;
    animation-duration: 100ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes aeff_shake { 2% {transform: translate(1.5px, -1.5px) rotate(-0.5deg);    }    4% {        transform: translate(-1.5px, -0.5px) rotate(1.5deg);    }    6% {        transform: translate(1.5px, 2.5px) rotate(-0.5deg);    }    8% {        transform: translate(2.5px, 0.5px) rotate(-0.5deg);    }    10% {        transform: translate(2.5px, -0.5px) rotate(-0.5deg);    }    12% {        transform: translate(-0.5px, 1.5px) rotate(1.5deg);    }    14% {        transform: translate(2.5px, -0.5px) rotate(1.5deg);    }    16% {        transform: translate(0.5px, -1.5px) rotate(0.5deg);    }    18% {        transform: translate(2.5px, 2.5px) rotate(-0.5deg);    }    20% {        transform: translate(1.5px, -0.5px) rotate(1.5deg);    }    22% {        transform: translate(-0.5px, 1.5px) rotate(0.5deg);    }    24% {        transform: translate(-1.5px, 1.5px) rotate(0.5deg);    }    26% {        transform: translate(2.5px, 0.5px) rotate(1.5deg);    }    28% {        transform: translate(-0.5px, -0.5px) rotate(0.5deg);    }    30% {        transform: translate(0.5px, -0.5px) rotate(0.5deg);    }    32% {        transform: translate(1.5px, -0.5px) rotate(1.5deg);    }    34% {        transform: translate(1.5px, 0.5px) rotate(-0.5deg);    }    36% {        transform: translate(0.5px, 2.5px) rotate(0.5deg);    }    38% {        transform: translate(-1.5px, -0.5px) rotate(0.5deg);    }    40% {        transform: translate(0.5px, -0.5px) rotate(0.5deg);    }    42% {        transform: translate(0.5px, -0.5px) rotate(1.5deg);    }    44% {        transform: translate(-1.5px, 0.5px) rotate(1.5deg);    }    46% {        transform: translate(-1.5px, -0.5px) rotate(-0.5deg);    }    48% {        transform: translate(-1.5px, -0.5px) rotate(-0.5deg);    }    50% {        transform: translate(-0.5px, -0.5px) rotate(0.5deg);    }    52% {        transform: translate(-1.5px, 0.5px) rotate(1.5deg);    }    54% {        transform: translate(2.5px, 0.5px) rotate(-0.5deg);    }    56% {        transform: translate(1.5px, 2.5px) rotate(1.5deg);    }    58% {        transform: translate(0.5px, 1.5px) rotate(1.5deg);    }    60% {        transform: translate(-1.5px, -1.5px) rotate(1.5deg);    }    62% {        transform: translate(0.5px, 1.5px) rotate(-0.5deg);    }    64% {        transform: translate(1.5px, 2.5px) rotate(1.5deg);    }    66% {        transform: translate(1.5px, -0.5px) rotate(1.5deg);    }    68% {        transform: translate(-1.5px, 1.5px) rotate(0.5deg);    }    70% {        transform: translate(0.5px, 0.5px) rotate(-0.5deg);    }    72% {        transform: translate(-0.5px, -0.5px) rotate(0.5deg);    }    74% {        transform: translate(0.5px, -1.5px) rotate(0.5deg);    }    76% {        transform: translate(-0.5px, 1.5px) rotate(0.5deg);    }    78% {        transform: translate(1.5px, -1.5px) rotate(-0.5deg);    }    80% {        transform: translate(-1.5px, -0.5px) rotate(0.5deg);    }    82% {        transform: translate(0.5px, -0.5px) rotate(0.5deg);    }    84% {        transform: translate(2.5px, 2.5px) rotate(1.5deg);    }    86% {        transform: translate(2.5px, -0.5px) rotate(1.5deg);    }    88% {        transform: translate(0.5px, 0.5px) rotate(-0.5deg);    }    90% {        transform: translate(-0.5px, -1.5px) rotate(-0.5deg);    }    92% {        transform: translate(2.5px, 1.5px) rotate(-0.5deg);    }    94% {        transform: translate(2.5px, -1.5px) rotate(-0.5deg);    }    96% {        transform: translate(2.5px, 2.5px) rotate(0.5deg);    }    98% {        transform: translate(2.5px, -0.5px) rotate(0.5deg);    }    0%, 100% {transform: translate(0, 0) rotate(0);}
}


.border-primary {
    border-color: #027162!important;
}
html #header .header-nav-main nav > ul > li > a.active {
    color: #838383;
}
@media (min-width: 1200px){
.container {
    max-width: 1408px !important;
}}

#header .header-top {
    background: #000000 !important;
}
.header-body {
    background-color: #00c9ae !important;
}
html #header .header-nav-main nav > ul > li > a {
    font-size: 0.9rem;
    color: white;
}
html #header .header-nav-main nav > ul > li > a.active {
    color: #000000;
}
#footer {
    background: #000000;
    margin-top: 50px;
}

footer#footer {
    padding-top: 40px;
}