/* Add here all your CSS customizations */

html * {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: inherit;
}



::selection {
    background: #312782;
    color     : #ffffff;
}



/* ==================== BOTÕES ==================== */
html .btn-primary {
    background-color: #312782;
    border          : none;
    transition      : all 0.3s ease;
}

html .btn-primary:hover {
    background-color: #5946e8;
}

html .btn-primary:active,
html .btn-primary.active {
    background-color: #312782 !important;
    background-image: none !important;
    border-color    : #5946e8 #5946e8 #312782 !important;
}

html .btn-primary.focus,
.btn-primary:focus {
    color           : #fff;
    background-color: #312782 !important;
    border-color    : #5946e8 !important;
    box-shadow      : 0 0 0 3px rgba(32, 21, 71, 0.2) !important;
}

html .btn-secondary {
    background-color: #868686;
    border          : none;
    transition      : all 0.3s ease;
}

html .btn-secondary:hover {
    background-color: #a1a1a1;
}

html .btn-secondary:active,
html .btn-secondary.active {
    background-color: #868686 !important;
    background-image: none !important;
    border-color    : #a1a1a1 #a1a1a1 #868686 !important;
}

html .btn-secondary.focus,
.btn-secondary:focus {
    color           : #fff;
    background-color: #868686 !important;
    border-color    : #a1a1a1 !important;
    box-shadow      : 0 0 0 3px rgba(225, 6, 0, 0.2) !important;
}

html .btn-light {
    background-color: #ffffff;
    color           : #312782 !important;
    border          : none;
    transition      : all 0.3s ease;
}

html .btn-light:hover {
    background-color: #eef0f4 !important;
}

html .btn-light:active,
html .btn-light.active {
    background-color: #ffffff !important;
    background-image: none !important;
    border-color    : #eef0f4 #eef0f4 #ffffff !important;
}

html .btn-light.focus,
.btn-light:focus {
    color           : #fff;
    background-color: #ffffff !important;
    border-color    : #eef0f4 !important;
    box-shadow      : 0 0 0 3px rgba(0, 0, 0, 0.2) !important;
}

html .btn-outline.btn-primary {
    color           : #ffffff;
    background-color: transparent !important;
    background-image: none;
    border-color    : #ffffff;
}

html .btn-outline.btn-primary:hover,
html .btn-outline.btn-primary.hover {
    color           : #ffffff;
    background-color: #312782 !important;
    border-color    : #ffffff;
}

html .btn-outline.btn-light {
    color           : #ffffff;
    background-color: transparent !important;
    background-image: none;
    border-color    : #ffffff;
}

html .btn-outline.btn-light:hover,
html .btn-outline.btn-light.hover {
    color           : #ffffff;
    background-color: #312782 !important;
    border-color    : #ffffff;
}

/* ==================== FIM - BOTÕES ==================== */



/* ==================== CORES ==================== */
html .text-color-primary,
html .text-primary {
    color: #312782 !important;
}

html .text-color-secondary,
html .text-secondary {
    color: #868686 !important;
}

html .text-color-alimentos,
html .text-alimentos {
    color: #e5c317 !important;
}

html .text-color-bebidas,
html .text-bebidas {
    color: #9e0039 !important;
}

html .text-color-farmaceutica,
html .text-farmaceutica {
    color: #148777 !important;
}

html .text-color-cosmeticos,
html .text-cosmeticos {
    color: #ec6500 !important;
}

html .text-color-higiene,
html .text-higiene {
    color: #2875f6 !important;
}

html .text-color-automotiva,
html .text-automotiva {
    color: #c38b3f !important;
}

html .text-color-textil,
html .text-textil {
    color: #9b9555 !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #5946e8 !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #a1a1a1 !important;
}

html .bg-color-primary,
html .bg-primary {
    background-color: #312782 !important;
}

html .bg-color-secondary,
html .bg-secondary {
    background-color: #868686 !important;
}

html .bg-color-alimentos,
html .bg-alimentos {
    background-color: #e5c317 !important;
}

html .bg-color-bebidas,
html .bg-bebidas {
    background-color: #9e0039 !important;
}

html .bg-color-farmaceutica,
html .bg-farmaceutica {
    background-color: #148777 !important;
}

html .bg-color-cosmeticos,
html .bg-cosmeticos {
    background-color: #ec6500 !important;
}

html .bg-color-higiene,
html .bg-higiene {
    background-color: #2875f6 !important;
}

html .bg-color-automotiva,
html .bg-automotiva {
    background-color: #c38b3f !important;
}

html .bg-color-textil,
html .bg-textil {
    background-color: #9b9555 !important;
}

html .bg-color-black html .bg-black {
    background-color: #000000 !important;
}

/* ==================== FIM - CORES ==================== */



/* ==================== HEADER MENU ==================== */
html.side-header-overlay-full-screen #header {
    background-color: rgba(49, 39, 130, 0.99);
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li {
    text-align: left;
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li>a {
    font-size: 1.3rem;
}


.hamburguer-btn {
    background : #312782;
    width      : auto;
    padding    : 20px;
    line-height: 0;
}

.scrollable .scrollable-content {
    padding: 0;
}

@media (min-width: 992px) {

    html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li>a {
        font-size: 1.8rem;
    }

    #header .header-nav.header-nav-links.header-nav-light-text nav>ul>li>a {
        color: #868686;
    }

    #header .header-nav.header-nav-links nav>ul li:hover>a {
        color: #ffffff;
    }

    #header .header-nav.header-nav-links nav>ul:not(:hover)>li>a.active {
        color: #ffffff;
    }
}

@media (max-width: 991px) {
    html.side-header-overlay-full-screen #header .header-nav-main nav>ul li a {
        text-align: left;
    }
}

/* ==================== FIM - HEADER MENU ==================== */



/* ==================== SOCIAL ==================== */
.social-icons.social-icons-icon-light.social-icons-clean li a i {
    color: #312782 !important;
}

.social-icons.social-icons-icon-light.social-icons-clean li:hover a i {
    color: #fff !important;
}

html.sticky-header-active #header .header-social-icons>li>a>i {
    color: #312782 !important;
}

html.sticky-header-active #header .header-social-icons>li:hover>a>i {
    color: #fff !important;
}

.social-icons li:hover.social-icons-facebook a {
    background: #4d70a8 !important;
}

.social-icons li:hover.social-icons-instagram a {
    background: #964b00 !important;
}

.social-icons li:hover.social-icons-pinterest a {
    background: #cc2127 !important;
}

.social-icons li:hover.social-icons-twitter a {
    background: #1aa9e1 !important;
}

.social-icons li:hover.social-icons-linkedin a {
    background: #0073b2 !important;
}

/* ==================== FIM -  SOCIAL ==================== */



/* ===== CAROUSEL ===== */
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #312782;
}



/* ==================== FOOTER ==================== */
#footer {
    border-top: 4px solid #868686;
    background: #312782;
    margin-top: 0 !important;
}

#footer .list {
    display       : flex !important;
    flex-direction: row !important;
    flex-wrap     : wrap !important;
}

#footer .list.list-icons {
    list-style   : none;
    padding-left : 0;
    padding-right: 0;
}

#footer .list.list-icons li {
    padding-right: 20px !important;
}

#footer .footer-copyright p {
    color: #ffffff;
}

#footer .footer-copyright {
    background: #281f69;
}

/* ==================== FIM - FOOTER ==================== */



/* ==================== MARGIN NEGATIVO ==================== */
/* -------------------- TOP -------------------- */
.mt-n6,
.my-n6 {
    margin-top: -6rem !important;
}

.mt-n7,
.my-n7 {
    margin-top: -7rem !important;
}

.mt-n8,
.my-n8 {
    margin-top: -8rem !important;
}

.mt-n9,
.my-n9 {
    margin-top: -9rem !important;
}

.mt-n10,
.my-n10 {
    margin-top: -10rem !important;
}

.mt-n11,
.my-n11 {
    margin-top: -11rem !important;
}

.mt-n12,
.my-n12 {
    margin-top: -12rem !important;
}

.mt-n13,
.my-n13 {
    margin-top: -13rem !important;
}

.mt-n14,
.my-n14 {
    margin-top: -14rem !important;
}

.mt-n15,
.my-n15 {
    margin-top: -15rem !important;
}

@media (min-width: 576px) {

    /* -------------------- TOP -------------------- */
    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -6rem !important;
    }

    .mt-sm-n7,
    .my-sm-n7 {
        margin-top: -7rem !important;
    }

    .mt-sm-n8,
    .my-sm-n8 {
        margin-top: -8rem !important;
    }

    .mt-sm-n9,
    .my-sm-n9 {
        margin-top: -9rem !important;
    }

    .mt-sm-n10,
    .my-sm-n10 {
        margin-top: -10rem !important;
    }

    .mt-sm-n11,
    .my-sm-n11 {
        margin-top: -11rem !important;
    }

    .mt-sm-n12,
    .my-sm-n12 {
        margin-top: -12rem !important;
    }

    .mt-sm-n13,
    .my-sm-n13 {
        margin-top: -13rem !important;
    }

    .mt-sm-n14,
    .my-sm-n14 {
        margin-top: -14rem !important;
    }

    .mt-sm-n15,
    .my-sm-n15 {
        margin-top: -15rem !important;
    }

    /* -------------------- RIGHT -------------------- */
    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -6rem !important;
    }

    .mr-sm-n7,
    .mx-sm-n7 {
        margin-right: -7rem !important;
    }

    .mr-sm-n8,
    .mx-sm-n8 {
        margin-right: -8rem !important;
    }

    .mr-sm-n9,
    .mx-sm-n9 {
        margin-right: -9rem !important;
    }

    .mr-sm-n10,
    .mx-sm-n10 {
        margin-right: -10rem !important;
    }

    .mr-sm-n11,
    .mx-sm-n11 {
        margin-right: -11rem !important;
    }

    .mr-sm-n12,
    .mx-sm-n12 {
        margin-right: -12rem !important;
    }

    .mr-sm-n13,
    .mx-sm-n13 {
        margin-right: -13rem !important;
    }

    .mr-sm-n14,
    .mx-sm-n14 {
        margin-right: -14rem !important;
    }

    .mr-sm-n15,
    .mx-sm-n15 {
        margin-right: -15rem !important;
    }

    /* -------------------- LEFT -------------------- */
    .ml-sm-n6,
    .mx-n6 {
        margin-left: -6rem !important;
    }

    .ml-sm-n7,
    .mx-sm-n7 {
        margin-left: -7rem !important;
    }

    .ml-sm-n8,
    .mx-sm-n8 {
        margin-left: -8rem !important;
    }

    .ml-sm-n9,
    .mx-sm-n9 {
        margin-left: -9rem !important;
    }

    .ml-sm-n10,
    .mx-sm-n10 {
        margin-left: -10rem !important;
    }

    .ml-sm-n11,
    .mx-sm-n11 {
        margin-left: -11rem !important;
    }

    .ml-sm-n12,
    .mx-sm-n12 {
        margin-left: -12rem !important;
    }

    .ml-sm-n13,
    .mx-sm-n13 {
        margin-left: -13rem !important;
    }

    .ml-sm-n14,
    .mx-sm-n14 {
        margin-left: -14rem !important;
    }

    .ml-sm-n15,
    .mx-sm-n15 {
        margin-left: -15rem !important;
    }
}

/* ==================== FIM - MARGIN NEGATIVO ==================== */



html .svg-fill-color-primary {
    fill: #312782 !important;
}

html .svg-fill-color-secondary {
    fill: #868686 !important;
}