/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #8468B6 #DFE9EB;
}*/

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
    height: 5px;
    width: 7px;
}

*::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #D8D1CA;
}

*::-webkit-scrollbar-track:hover {
    background-color: #B8C0C2;
}

*::-webkit-scrollbar-track:active {
    background-color: #B8C0C2;
}

*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #8468B6;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #596633;
}

*::-webkit-scrollbar-thumb:active {
    background-color: #0F0229;
}

* {
    font-family: "Poppins", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Archivo Black", sans-serif;
}

a,
a:hover {
    color: #000 !important;
    text-decoration: none !important;
}

.btn {
    background: #9BBB3F !important;
    border-radius: 8px !important;
    color: #fff !important;
    padding: 15px 25px !important;
    font-weight: 600 !important;
    margin: 25px 0px 0px;
    font-size: 18px !important;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
}

/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
}

@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
}

.texto-verde {
    color: #5C882E;
}

main.main-website {
    max-width: 1440px;
    margin: 0 auto;
}

/*Cabeçalho*/
.header {
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition:
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease,
        padding .3s ease;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    animation: headerFixed .3s ease;
}

@keyframes headerFixed {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.header img.custom-logo {
    width: 80%;
    height: auto;
}

.header a.nav-link {
    font-weight: 600;
}

.container-price-sugar {
    padding: 10px;
    background: #5c882e1a;
    border: 1px solid #5C882E;
    border-radius: 5px;
    margin: 0px 0px 0px auto;
}

.container-price-sugar p {
    font-size: 12px;
    line-height: 1.2;
}

.container-price-sugar p .price {
    font-size: 18px;
    font-weight: bold;
    color: #5C882E;
    font-family: "Archivo Black", sans-serif;
}

.container-price-sugar .price span {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.main-website div#pagecontent {
    padding-top: 97px;
}

/*Rodapé*/
.rodape {
    background: #2C2C2C;
    padding: 50px 0px 0px;
    color: #fff;
}

.rodape img {
    width: 35%;
}

.rodape .container-logo p {
    font-size: 14px;
    color: #9CA3AF;
}

.rodape ul.socials-list {
    list-style: none;
}

.rodape ul.socials-list li {
    margin-right: 15px;
}

.rodape ul.socials-list img {
    width: 36px;
    height: 36px;
}

.rodape .title {
    font-weight: bold;
    font-size: 18px;
}

.rodape .navbar .navbar-nav {
    flex-direction: column !important;
}

.rodape .navbar .navbar-nav .nav-link {
    color: #9CA3AF !important;
    padding: 5px 0px 5px 0px;
}
.rodape .container-copy {
    padding: 15px 0px;
    border-top: 1px solid #464646;
    margin-top: 15px;
}
.rodape .container-copy p {
    color: #9CA3AF;
}
@media (max-width:991px) {
    header.header {
        padding: 5px 0px;
    }
    .header .navbar-toggler {
        border-color: transparent;
        color: #5C882E;
    }
    .header .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%2892, 136, 46, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
    }
    .header .container-price-sugar {
        padding: 5px;
    }
    .header .container-price-sugar p {
        font-size: 8px;
        line-height: 1;
    }
    .header .container-price-sugar p .price {
        font-size: 11px;
        margin-top: 2.5px;
    }
    .header .container-price-sugar .price span {
        font-size: 8px;
    }
    .header .offcanvas{
        width: 320px !important;
    }
    .header .mobile-nav{
        width: 100%;
    }
    .header .mobile-nav .nav-item{
        width: 100%;
    }
    .header .mobile-nav .nav-link{
        font-size: 18px;
        font-weight: 600;
        color: #000 !important;
        padding: 14px 0 !important;
        border-bottom: 1px solid #eee;
    }
    .header .mobile-nav .dropdown-menu{
        border: 0;
        padding-left: 15px;
        margin-top: 5px;
    }
    .header .mobile-nav .dropdown-item{
        padding: 10px 0;
    }
    .header .offcanvas-header{
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }
    .header .navbar-toggler{
        padding: 0;
    }
    .main-website div#pagecontent {
        padding-top: 75px;
    }
    .btn {
        padding: 10px 20px !important;
        font-size: 17px !important;
    }
    .rodape .collapse:not(.show) {
        display: block;
    }
    .rodape .title {
        margin-top: 20px;
    }
    .rodape nav.navbar {
        padding: 0px;
    }
}