.box {
    max-width: 1270px;
    margin: 0 auto;
}

/* footer */
#footer {
    background-color: #00652e;
    color: #eee;
    position: relative;
    z-index: 3;
}

#footer .logo {
    max-width: 300px;
}

#footer .fa-chevron-right {
    display: none;
}

#footer a {
    color: #fff;
    font-weight: 500;
}

#footer .footer-invert {
    display: none;
}

#dev {
    background-color: #008c44;
}


/* categories */
#catalog-category .zindex-fix {
    position: relative;
    z-index: 2;
}

#catalog-category-categories .btn-category {
    cursor: pointer;
}

#catalog-category-categories .btn-category.active {
    border: 1px solid #39B54A;
    box-shadow: 0 0 15px #39B54A inset;
}

#catalog-category-filters .btn-filter {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

#catalog-category-filters .btn-filter.active {
    border: 1px solid #39B54A;
    box-shadow: 0 0 10px #39B54A inset;
    color: #006D42;
}

#catalog-category a.each-product {
    color: #333;
    text-decoration: none;
}

#catalog-category .each-product .inner {
    background-color: #fff;
}

#catalog-category .each-product img {
    max-width: 70%;
}

#catalog-category-categories .each {
    width: 110px;
}

#catalog-category #gradient-light-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2000px;
    z-index: 1;
    transform: translateY(-50%);
}

.zindex-fix {
    position: relative;
    z-index: 2;
}

/* video responsive */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* blog */
#articles-banner .overlay {
    position: relative;
    background-color: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: 200ms all ease;
}

#articles-banner .overlay:hover {
    opacity: 1;
}

#articles-list .cat-label {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/* distribuicao */
#distribuicao .space {
    height: 650px;
}

/* fix modal color */
.modal-content {
    color: #333;
}

/* fix header open position */
.mm-wrapper_opened .Fixed-z {
    z-index: 1 !important;
}

/* home representantes */
#home-representantes {
    background: url('../images/bg-busca.jpg');
    color: #fff;
}

#home-representantes .image-fix {
    position: relative;
    top: -30px;
}

#home-representantes .input-wrapper {
    max-width: 350px;
}

#home-representantes .buscar-btn {
    position: absolute;
    right: 0;
    top: 1px;
    cursor: pointer;
}

#home-representantes .buscar-btn:hover {
    color: var(--color-main-dark) !important;
}

#home-representantes .btn-link {
    text-decoration: underline;
    color: #fff;
}

#home-representantes .btn-link:hover {
    text-decoration: none;
    background-color: #fff;
    color: var(--color-main-dark);
}

.title-font {
    font-size: 22px !important;
    line-height: 30px;
    font-weight: 600;
}

/** catalog */
#catalog-category .text {
    font-size: 18px;
    max-width: 500px;
}

#catalog-category .image img {
    max-width: 300px;
}

/** product **/
#product-main {
    position: relative;
    z-index: 10;
}

#product-main .product-image {
    text-align: center;
}

#product-main .product-image img {
    max-width: 135px;
}

#product-main .text {
    text-align: justify;
}

#product-highlight {
    z-index: 9;
    overflow: hidden;
    position: relative;
}

#product-highlight #light {
    position: absolute;
    top: 0%;
    left: 5%;
    width: 90%;
    height: 100px;
    transform: translateY(-50%);
}

#product-highlight .each {
    border-radius: 25px;
    padding: 10px;
}

#product-highlight .each .flag {
    min-width: 225px;
    max-width: 225px;
}

#product-highlight .each .flag img {
    min-width: 225px;
    max-width: 225px;
}

#product-collapse {
    color: #808285;
    background-color: #e7e6dd;
    position: relative;
    z-index: 10;
}

#product-collapse .btn-onde-comprar {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
}

#product-modo-usar {
    background-color: #d3d2c2;
}

#product-collapse .each {
    background-color: #fff;
}

#product-collapse .each .title {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

#product-collapse .each .title i {
    position: absolute;
    top: 5px;
    right: 5px;
}

#product-related .each {
    width: 175px;
}

/** lojas online **/
#lojas-online .each img {
    width: 60px;
}


/* search modal */
#search-modal {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

#search-modal-wrapper {
    width: 90%;
    max-width: 500px;
}

#search-modal input {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #323a4d;
    padding: 40px 50px;
    font-size: 30px;
}

#search-modal #icon-search {
    position: absolute;
    top: 20px;
    left: 0px;
    padding: 10px;
}

#search-modal #icon-close {
    position: absolute;
    top: -5px;
    right: 5px;
    padding: 10px 0;
    font-size: 18px;
}

#search-modal :focus {
    outline: none !important;
    box-shadow: none !important;
}

.search-wrapper .search-dropdown {
    position: absolute;
    top: 50px;
    left: 0;
    width: 400px;
    background-color: #f2f0f7;
    border-radius: 15px;
}

.search-wrapper .search-dropdown .each {
    background-color: #fff;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
}

.search-wrapper .search-dropdown .each:hover,
.search-wrapper .search-dropdown .each.active {
    background-color: #f5fff3;
}

#search-modal-wrapper.search-wrapper .search-dropdown {
    width: 100%;
    top: 60px;
}

/* company */
#company {
    background-color: #bdbfc1;
    color: #004a84;
    position: relative;
    overflow: hidden;
}

#company .content {
    position: relative;
    z-index: 3;
}

#company .text-image img {
    border: 4px solid #198248;
    border-radius: 5px;
}

#company #gradient-top {
    background: radial-gradient(circle, #FFF 0%, #FFF 15%, #bdbfc1 65%, #bdbfc1 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2000px;
    z-index: 2;
    transform: translateY(-45%);
}

#company #gradient-bottom {
    background: #007236;
    background: radial-gradient(circle, #FFF 0%, #FFF 25%, #bdbfc1 65%, #bdbfc1 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3000px;
    z-index: 1;
    transform: translateY(50%);
}

#company #product-newsletter {
    color: #fff;
}

#company .slick-inside-arrow .slick-prev:before,
#company .slick-inside-arrow .slick-next:before {
    position: relative;
    z-index: 10;
    font-size: 30px;
}

#company .slick-inside-arrow .slick-prev::after,
#company .slick-inside-arrow .slick-next::after {
    content: ' ';
    background: #007236;
    height: 26px;
    display: block;
    width: 26px;
    position: absolute;
    top: 10px;
    left: 7px;
    border-radius: 50%;
    z-index: 9;
}


/* exportacao */
#exportacao {
    background: #95b0ce url('../images/exportacao-bg.jpg') no-repeat top left;
    background-size: 100%;
    color: #004a84;
}

#exportacao label {
    color: #231f20;
}