/*========================== GLOBAL ==========================*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&family=Roboto:wght@400;500&display=swap');


@font-face {
    font-family: 'DK Uncle Edward';
    src: url('../fonts/DKUncleEdward-Regular.woff2') format('woff2'),
        url('../fonts/DKUncleEdward-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    background-color: #214130;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}
a,
a:hover {
    text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;

}
.wrapper-lg {
    padding-top: 40px;
    padding-bottom: 40px;
}
.wrapper-md {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-title {
    margin-bottom: 20px;
}
.section-title-varejo {
    margin-bottom: 20px;
}
.btn-theme {
    position: relative;
    line-height: 20px;
    font-weight: 500;
    overflow: hidden;
    background: none;
    text-align: center;
    border-radius: 5px;
    display: inline-grid;
    padding: 10px 25px 10px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #AD9C61;
    border: 2px solid transparent;
}
.btn-theme-white {
    position: relative;
    line-height: 20px;
    font-weight: 500;
    overflow: hidden;
    background: none;
    text-align: center;
    border-radius: 5px;
    display: inline-grid;
    padding: 10px 25px 10px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
}
.btn-theme-white.hover-dark:hover{
    background: #003f2c;
    color: #fff;
}
.btn-theme:hover , .btn-theme-bd:hover , .btn-theme-white:hover {
    color: #AD9C61;
    border: 2px solid #AD9C61;
    background-color: transparent;
}
.btn-theme-bd { 
    position: relative;
    line-height: 20px;
    font-weight: 500;
    overflow: hidden;
    background: none;
    text-align: center;
    border-radius: 5px;
    display: inline-grid;
    padding: 10px 25px 10px;
    text-transform: uppercase;
    color: #003f2c;
    background-color: transparent;
    border: 2px solid #003f2c;
}
.obg {
    color: red;
}
.breadcrumb {
    background: #283732;
    text-align: center;
}
.breadcrumbs {
    margin-bottom: 20px;
}
.breadcrumbs a { 
    color: #AD9C61;
}

.img-varejo{
    width: 70%;
    margin: auto;
}
 
.loading{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color:#003f2c;
    z-index: 1000;
  }
  .loading .middle{
    position: absolute;
    top: 50%;
    width: 100%;
  }
  .narrow-line{
      margin:auto;
      position:relative;
      width:50px;
      height:50px;
  }
  .narrow-line .layer{
      width:46px;
      height:46px;
      border:2px solid #fff;
      border-top-color:#AD9C61;
      border-radius:50%;
      animation: narrowline 2s infinite linear; 
  }
  @keyframes narrowline{
      100%{ transform:rotate(360deg); }
  }


  .img1 {
    width: 400px;
    position: absolute;
    right: 5rem;
    z-index: 1;
}
.img2 {
    position: absolute;
    left: 10rem;

}
.img3 {
    position: absolute;
    right: 0;
}
.img4 {
    position: absolute;
    left: 5rem;
    width: 300px;
}
/*=========================== HEADER ===========================*/
header {
    position: relative;
    z-index: 99999;
}
.top-nav {
    background: #08763B;
    height: 10px;
}
.top-nav ul {
    list-style: none;
    background-color: #AD9C61;
    padding-left: 0;
    float: right;
    display: inline-block;
    margin-right: 20px;
    padding: 5px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 100;
    position: relative;
}
.top-nav ul:first-child {
    margin-right: 0;
}
.top-nav ul li {
    display: inline-block;
    text-transform: uppercase;
}
.top-nav ul li i {
    font-size: 1.25rem;
   
}
.top-nav a {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
}
.navbar-area {
    padding: 0;
    top: 0px;
    position: relative;
    /* z-index: 9999; */
    width: 100% !important;
    transition: all 0.3s ease;
    background: #214130;
    border-top: transparent!important;
    border-left:transparent!important;
    border-right: transparent!important;
    border: 10px solid;
    border-image-slice: 3;
    border-width: 5px;
    border-image-source: linear-gradient(to left, #FFDE55, #572100);
}
.navbar-area.style-3 .nav-container .navbar-collapse .navbar-nav li a {
    color: #ffffff;
}
.navbar-area.style-3 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after,
.navbar-area.style-3 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    background: #ffffff;
}
.navbar-area .navbar {
    padding: 0;
}
.navbar-area .nav-container {
    background-color: transparent;
    padding: 20px 10px 20px;
    transition: all 0.3s ease;
    /* height: 80px; */
}
.navbar-area .nav-container .logo .sticky-logo {
    display: none;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    width: 100%;
    text-align: right;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: inline-block;
    font-weight: 400;
    line-height: 50px;
    text-transform: capitalize;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 0 10px 0 10px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a:before {
    background-color: #AD9C61;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a:before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:before {
    visibility: hidden;
    display: none;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a.current-menu-item a:before {
    background-color: #AD9C61;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 2px;
    opacity: 0;
    visibility: visible;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 5px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    position: relative;
    z-index: 0;
    
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
    transition: all 0.3s ease ease;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:before {
    opacity: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:after {
    background: #AD9C61;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: absolute;
    text-align: left;
    min-width: 210px;
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0;
    top: 100%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    background-color: #AD9C61;
    z-index: 9;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease ease;
    border-radius: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.border-bt0 {
    border-bottom: 0px !important;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    display: block;
    margin-left: 0;
    line-height: 22px;
    font-size: 15px;
    transition: all 0.3s ease ease;
    border-bottom: 1px solid #f5f5f5;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 10px 20px;
    white-space: nowrap;
    transition: all 0.3s;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease ease;
    position: relative;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
    background: #AD9C61;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a {
    color: #fff;
    padding: 10px 20px 10px 30px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a:before {
    visibility: visible;
    opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child {
    border-bottom: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
    position: relative;
    z-index: 0;
    padding-right: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
    left: 100%;
    top: 20px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
    left: auto;
    right: 100%;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
    color: #fff;
}

.navbar-area-fixed .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after,
.navbar-area-fixed .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    background: #ffffff;
}
.navbar-area-fixed .nav-container .navbar-collapse .navbar-nav li a {
    color: #ffffff;
}

/********** navbar right part **********/
.nav-right-part {
    position: relative;
}
.nav-right-part ul {
    margin: 0;
    padding: 0;
}
.nav-right-part ul li {
    list-style: none;
    display: inline-flex;
    line-height: 45px;
}
.nav-right-part ul li:first-child a {
    margin-left: 0;
}
.nav-right-part ul li .search {
    font-size: 13px;
    color: #000000;
}
.nav-right-part ul li a {
    margin-left: 13px;
}
.nav-right-part .btn {
    margin-left: 23px;
}

.navbar-nav {
    opacity: 0;
    margin-right: -30px;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.menu-open {
    opacity: 1;
    margin-right: 0;
    visibility: visible;
}

.bar1 {
    width: 32px;
    height: 2px;
    margin-bottom: 5px;
    position: absolute;
    background: #444444;
    z-index: 9999;
    top: 10px;
    right: -5px;
}

.bar2 {
    width: 24px;
    height: 2px;
    margin-bottom: 5px;
    position: absolute;
    background: #444444;
    z-index: 9999;
    top: 17px;
    right: -5px;
}

.bar3 {
    width: 18px;
    height: 2px;
    margin-bottom: 5px;
    position: absolute;
    background: #444444;
    z-index: 9999;
    top: 24px;
    right: -5px;
}

.responsive-mobile-menu button:focus {
    outline: none;
    border: none;
}

.responsive-mobile-menu {
    left: auto;
    top: 20px;
    right: 0;
    position: absolute;
    transition: 0.4s;
}

.navbar-area.navbar-area-fixed .responsive-mobile-menu {
    top: 14px;
}

.toggle-btn {
    width: 40px;
    height: 40px;
    transition-duration: 0.5s;
    border: 0;
    background: transparent;
}
.toggle-btn .icon-left {
    transition-duration: 0.5s;
    position: absolute;
    height: 2px;
    width: 11px;
    top: 18px;
    background-color: #ffffff;
    left: 7px;
}
.toggle-btn .icon-left:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 11px;
    height: 2px;
    background-color: #ffffff;
    content: "";
    top: -7px;
    left: 0;
}
.toggle-btn .icon-left:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 11px;
    height: 2px;
    background-color: #ffffff;
    content: "";
    top: 7px;
    left: 0;
}
.toggle-btn .icon-left:hover {
    cursor: pointer;
}
.toggle-btn .icon-right {
    transition-duration: 0.5s;
    position: absolute;
    height: 2px;
    width: 11px;
    top: 18px;
    background-color: #ffffff;
    left: 18px;
}
.toggle-btn .icon-right:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 11px;
    height: 2px;
    background-color: #ffffff;
    content: "";
    top: -7px;
    left: 0;
}
.toggle-btn .icon-right:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 11px;
    height: 2px;
    background-color: #ffffff;
    content: "";
    top: 7px;
    left: 0;
}
.toggle-btn .icon-right:hover {
    cursor: pointer;
}
.toggle-btn.open .icon-left {
    transition-duration: 0.5s;
    background: transparent !important;
}
.toggle-btn.open .icon-left:before {
    transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
}
.toggle-btn.open .icon-left:after {
    transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
}
.toggle-btn.open .icon-right {
    transition-duration: 0.5s;
    background: transparent !important;
}
.toggle-btn.open .icon-right:before {
    transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
}
.toggle-btn.open .icon-right:after {
    transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
}
.toggle-btn:hover {
    cursor: pointer;
}

.nav-right-part-mobile {
    display: none;
}

.sopen {
    display: block !important;
}

@media all and (max-width: 991px) {
    .nav-right-part {
        margin-right: 50px;
    }
    .nav-right-part .btn {
        height: 42px;
        line-height: 43px;
    }

    .nav-right-part .btn .right {
        padding-left: 5px;
        font-size: 13px;
    }

    .nav-right-part-mobile {
        display: block;
    }

    .nav-right-part-desktop {
        display: none;
    }

    .navbar-area .nav-container {
        position: relative;
        z-index: 0;
    }
    .navbar-area .nav-container .navbar-toggler {
        padding: 0px;
    }
    .navbar-area .nav-container .navbar-collapse {
        margin-top: 13px;
        padding-right: 0;
        background-color: #222222;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav {
        display: block;
        margin-top: 20px;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        display: block;
        text-align: left;
        line-height: 30px;
        padding: 10px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
        display: block;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
        border-bottom: none;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
        margin-left: 0;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
        top: 25px;
        right: 0px !important;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
        position: initial;
        display: block;
        width: 100%;
        border-top: none;
        box-shadow: none;
        margin-left: 0;
        padding-bottom: 0;
        height: auto;
        overflow: hidden;
        max-height: 250px;
        overflow-y: scroll;
        background-color: transparent;
        border-radius: 10px;
        padding: 0px;
        border-bottom: none;
        display: none;
        transition: none;
        visibility: visible;
        opacity: 1;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
        content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡";
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
        padding: 0;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
        top: 30px;
        color: #fff;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
        border-top: none;
    }
}
@media all and (max-width: 575px) {
  

    .nav-right-part {
        margin-right: 30px;
        right: 0;
    }
    .nav-right-part .btn {
        font-size: 14px;
        padding: 0 14px;
    }

    .navbar-area .nav-container {
        padding: 12px;
    }

    .responsive-mobile-menu {
        right: 0;
    }

    .responsive-mobile-menu {
        top: 30px;
    }
}

.search-bar {
    background-color: #212121;
    position: relative;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    padding: 2rem;
  }
  .search-bar form {
    width: 100%;
  }
  .search-bar form input {
    width: 100%;
    background-color: inherit;
    color: #fff;
    font-size: 16px;
    border: 0;
    height: 50px;
    border-bottom: 1px solid #fff;
  }
  .search_icon {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 5px;
    right: 20px;
    background: transparent;
    font-size: 20px;
  }
  .search-bar input::-webkit-input-placeholder {
    color: #fff;
  }
  .search-bar input::-moz-placeholder {
    color: #fff;
  }
  .search-bar input:-ms-input-placeholder {
    color: #fff;
  }
  .search-bar input:-moz-placeholder {
    color: #fff;
  }

/*========================== BANNER ==========================*/
.carrosel-banner .owl-dots {
    position: relative;
    bottom: 23px;


}
.carrosel-banner .owl-dots .owl-dot span {
    width: 140px !important;
}
.carrosel-single-banner {
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
   border-bottom: 3px solid #AD9C61;
}

.carrosel-single-banner-inner {
    display: flex;
    align-items: center;
    height: 700px;
}
.carrosel-single-banner-text {
    width: 45%;
}
.carrosel-single-banner-text h1 {
    color: #fff;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: 5rem;
    font-family: 'DK Uncle Edward';
    margin-bottom: 30px;
}
.carrosel-banner .owl-item.active .carrosel-single-banner-text h1 {
    animation: fadeInUp 1s both 0.3s;
}

/*========================== HOME ==========================*/

.home-industry {
    margin-bottom: 40px;
}
.home-industry .thumb {
    position: relative;
}
.home-industry .thumb .details {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    background: rgb(33 65 48 / 80%);
    padding: 20px;
}
.home-industry .thumb .details .title {
    color: #fff;
    margin: 0;
    opacity: 1;
    position: relative;
    transition: all 0.3s;
    z-index: 2;
}
.home-industry .thumb:after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 0;
    transition: all 0.3s;
}
.home-industry:hover .thumb .details .title {
    transform: translateY(-60px);
    opacity: 1;
}
.home-industry:hover .thumb:after {
    opacity: 1;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.home-industry:hover .thumb .details {
    background: transparent;
}

.home-industry .home-industry-infos {
    visibility: hidden;
    display: none;
    transition: all 0.5s;
    position: absolute;
    padding: 60px 60px;
    background-color: #AD9C61;
    left: 0;
    right: 0;
}
.home-industry .home-industry-infos:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    transform: rotate(180deg);
    margin-top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #AD9C61 transparent transparent transparent;
}
.home-industry:hover .home-industry-infos {
    visibility: visible;
    display: initial;
    z-index: 100;
}
.home-industry .home-industry-products {
    list-style: none;
    padding-left: 0;
    columns:5;
}
.home-industry .home-industry-products li {
    display: inline-block;
    text-align: center;
    border: 2px solid #fff;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
}
.home-industry .home-industry-products li a {
    color: #fff;
}
.home-industry .home-industry-products li:hover {
    background: #214130;
    border: 2px solid #214130;
}

.produtos-jimmi{
    padding-bottom: 80px;
}
.produtos-jimmi h1{
    text-align: center;
    margin-bottom: 55px;
}
.img-fuchs{
    width: 51%;
    background: #fff;
    box-shadow: 0px 3px 8px #fff;
    padding: 25px;
    border-radius: 12px;
    margin: 140px auto;
    display: block;
}
/*=========================== Aplicacoes ===========================*/

.aplicacao-single {}

.aplicacao-single-title {
    margin-bottom: 40px;
}

.aplicacao-single-item {
    margin-bottom: 40px;
    transition: all 0.5s;
    
}
.aplicacao-single-item:hover {
    background: #283732;
}
.aplicacao-single-item  .aplicacao-single-item-title {
    text-align: center;
    padding: 20px;
}
.aplicacao-single-item  .aplicacao-single-item-title h5 {
    text-transform: uppercase;
    color: #AD9C61;
}
.aplicacao-single-item .aplicacao-single-item-info {
    visibility: hidden;
    display: none;
    transition: all 0.5s;
    position: absolute;
    padding: 60px 60px;
    background-color: #ffffff;
    color: #000;
    left: 0;
    right: 0;
}
.aplicacao-single-item:hover .aplicacao-single-item-info {
    visibility: visible;
    display: initial;
    z-index: 100;
}
.desc-aplicacao{
    height: 360px;
    overflow-y: scroll;
    padding-right: 15px;
}

.desc-aplicacao::-webkit-scrollbar {
    width: 4px;
  }

.desc-aplicacao::-webkit-scrollbar-track {
     background:#eee;
    border-radius: 0px;
}
   
.desc-aplicacao::-webkit-scrollbar-thumb {
    background: #f5cc28; 
    border-radius: 0px;
    transition: all .3s;
}
.img-aplicacao{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #eeeeee61;
    height: 360px;
    overflow: hidden;
    padding: 40px;
}
/*========================== VAREJO ==========================*/

.carrosel-varejo .owl-nav .owl-prev {
    position: relative;
    right: 60px;
}
.carrosel-varejo .owl-nav .owl-next {
    position: relative;
    left: 60px;
}
.carrosel-varejo .owl-nav {
    color: #AD9C61;
    position: relative;
    z-index: 10;
    margin-top: 20px;
}
.carrosel-varejo .owl-dots {
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #AD9C61;
    border: 2px solid #AD9C61;
}
.owl-theme .owl-dots .owl-dot span {
    background: #214130;
    border: 2px solid #AD9C61;
    width: 15px;
    height: 15px;
}

.carrosel-single-varejo {

}
.carrosel-single-varejo  .carrosel-single-varejo-inner {
    min-height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.carrosel-single-varejo .carrosel-single-varejo-thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    

}
.carrosel-single-varejo .carrosel-single-varejo-thumb a {
    position: relative;
    z-index: 99;
}
.carrosel-single-varejo .carrosel-single-varejo-thumb img {
    z-index: 999;
}
.carrosel-single-varejo  .carrosel-single-varejo-thumb:after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 0;
    transition: all 0.3s ease;
}

.carrosel-single-varejo .carrosel-single-varejo-thumb .details {
    bottom: 0px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    background: rgb(33 65 48 / 80%);
    height: 150px;
}
.carrosel-single-varejo .carrosel-single-varejo-thumb .title {
    color: #AD9C61;
    text-transform: uppercase;
    margin: 0;
    opacity: 1;
    position: relative;
    transition: 500ms ease;
    z-index: 2;
}

.carrosel-single-varejo .carrosel-single-varejo-thumb .details .title {
   
opacity: 1;
   
line-height: 220px;
}
.carrosel-single-varejo:hover .carrosel-single-varejo-thumb:after {
    opacity: 1;
    height: 100%;
    background: rgb(33 65 48 / 80%);
}
.carrosel-single-varejo:hover .carrosel-single-varejo-thumb .details {
    background: transparent;
}



.carrosel-single-foodservice .carrosel-single-foodservice-inner {
    background: #ffffff;
    padding: 20px;
    text-align: center;
    border-radius: 30px;
    height: 280px;
}
.carrosel-single-foodservice .carrosel-single-foodservice-text h6 {
    color: #000;
    margin-top: 20px;
}


.foodservice {
    margin-bottom: 40px;
}
.foodservice .thumb {
    position: relative;
}
.foodservice .thumb .details {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    background: rgb(33 65 48 / 80%);
    padding: 20px;
}
.foodservice .thumb .details .title {
    color: #fff;
    margin: 0;
    opacity: 1;
    position: relative;
    transition: all 0.3s;
    z-index: 2;
}
.foodservice .thumb:after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 0;
    transition: all 0.3s;
}
.foodservice:hover .thumb .details .title {
    transform: translateY(-60px);
    opacity: 1;
}
.foodservice:hover .thumb:after {
    opacity: 1;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.foodservice:hover .thumb .details {
    background: transparent;
}

.foodservice .foodservice-infos {
    visibility: hidden;
    display: none;
    transition: all 0.5s;
    position: absolute;
    padding: 60px 60px;
    background-color: #eeeeee;
    left: 0;
    right: 0;
}
.foodservice .foodservice-infos:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 25%;
    transform: rotate(180deg);
    margin-top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #eeeeee transparent transparent transparent;
}
.foodservice:hover .foodservice-infos {
    visibility: visible;
    display: initial;
    z-index: 100;
}

.sep-top {
    background: url(../img/top.png)no-repeat;
    height: 50px;
    width: 100%;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    background-position: center;
}
.sep-bottom {
    background: url(../img/bottom.png)no-repeat;
    height: 50px;
    width: 100%;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    background-position: center;
}

.single-products {
	margin-bottom: 40px;
	background: #ffffff;
	padding: 20px 30px;
	color: #333333;
}

.btn-ver-mais {
    width: 100%;
    height: 280px;
    background: #214130;
    padding: 20px;
    text-align: center;
    border-radius: 30px;
}
.btn-ver-mais-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.btn-ver-mais-inner a {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color:#AD9C61;
    font-size: 1.25rem;
    font-weight: 600;
}
/*=========================== RESPONSABILIDADE ===========================*/

.responsabilidade-item {
    margin-bottom: 30px;
}
.responsabilidade-item .responsabilidade-item-thumb {
    position: relative;
}

.responsabilidade-item .responsabilidade-item-thumb:after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 0;
    transition: all 0.3s;
}
.responsabilidade-item .responsabilidade-item-thumb .details {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    background: rgb(33 65 48 / 80%);
    height: 80px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.responsabilidade-item:hover .responsabilidade-item-thumb .details {
    height: 100%;
}
.responsabilidade-item .responsabilidade-item-thumb .details .title {
    color: #fff;
    margin: 0;
    opacity: 1;
    position: relative;
    transition: all 0.3s;
    z-index: 2;
    
}
.responsabilidade-item .responsabilidade-item-thumb .details .subtitle {
    color: #fff;
    margin: 0;
    opacity: 0;
    position: relative;
    transition: all 0.3s;
    display: none;
    z-index: 2;
}
.responsabilidade-item .responsabilidade-item-thumb:after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 0;
    transition: all 0.3s;
}

.responsabilidade-item:hover .responsabilidade-item-thumb .details .title {
    display: none;
    opacity: 0;
}
.responsabilidade-item:hover .responsabilidade-item-thumb .details .subtitle {
    opacity: 1;
    display: initial;
}
.responsabilidade-item:hover .responsabilidade-item-thumb:after {
    opacity: 1;
    height: 100%;
    background: rgb(33 65 48 / 80%);
}
.responsabilidade-item:hover .responsabilidade-item-thumb .details {
    background: transparent;
}
/*=========================== BLOG ===========================*/
.blog {}

.blog .blog-cat-single {
    margin-bottom: 40px;
    box-shadow: 0px 0px 5px -3px #161616;
}
.blog .blog-cat-single h4 {
    color: #AD9C61;
    font-weight: 700;
}
.blog .blog-single-info {
    padding-top: 20px;
}
.blog .blog-single-info {

}
/*=========================== CONTATO ===========================*/

.contato {}

.contato .contato-title {
    text-align: center;
    padding-top: 40px;
}
.contato .contato-title h1 {
    text-transform: uppercase;
    font-weight: bold;
}
/*========================== FOOTER ==========================*/

.footer {
    background: #283732;
    border-bottom: transparent!important;
    border-left:transparent!important;
    border-right: transparent!important;
    border: 10px solid;
    border-image-slice: 10;
    border-width: 5px;
    border-image-source: linear-gradient(to left, #FFDE55, #572100);
}
.footer-widget .footer-image {
    margin-bottom: 20px;
}
.footer-widget h4 {
    text-transform: uppercase;
    color: #AD9C61;
    margin-bottom: 20px;
    font-weight: 600;
}
.footer-widget a {
    color: #ffffff;
}
.footer-widget .footer-details , .footer-widget .footer-menu , .footer-widget .footer-canais , .footer-widget .footer-social {
    list-style: none;
    padding-left: 0;
}

.footer-widget .footer-details li , .footer-widget .footer-menu li, .footer-widget .footer-canais li {
    margin-bottom: 15px;
}
.footer-widget .footer-social li {
    display: inline-block;
    margin-right: 5px;
}
.footer-widget .footer-social li i {
    font-size: 2rem;
}

.footer-widget .footer-details li i {
    font-size: 1.5rem;
    margin-right: 5px;
}
.copyright {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}
.copyright p {
    margin: 0;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: 1px;
}
#scrollUp {
    background-color: #AD9C61;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    right: 40px;
    bottom: 40px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
  }
  
  #scrollUp:hover {
    background: #222222;
    color: #ffffff;
  }
  .desc-detalhado a{
      color: gold;
  }
  .desc-detalhado img{
      max-width: 100%;
  }
  .col-lg-4 .responsabilidade-item .responsabilidade-item-thumb .details .subtitle{
      font-size: 17px;
  }
/*========================== RESPONSIVE ==========================*/
@media (max-width: 1580px) {
    .carrosel-single-banner , .carrosel-single-banner-inner {
        height: 600px;
    }
    .img1 {
        width: 300px;
        right: -5rem;
    }
    .img2 {
        left: -1rem;
        width: 150px;
    }
    .img3 {
        width: 200px;
        right: -3rem;
    }
    .img4 {
        left: 0;
        width: 200px;
    }

}
@media (max-width: 1280px) {
    .img1 {
        width: 200px;
        right: -3rem;
        margin-top: 5rem;
    }
}
@media (max-width: 960px) {
    .home-industry .home-industry-products {
        columns: 3;
    }
    .img1, .img2 , .img3 , .img4 {
        display: none;
    }
}

@media (max-width: 600px) {

    .img-fuchs{
        margin: 50px auto !important;
        width: 80% !important;
    }

    .top-nav {
        height: 80px;
    }
    .top-nav ul {
        float: none;
        display: flex;
        margin: 0;
    }
    .top-nav ul li {
        text-align: center;
        margin: auto;
    }
    .carrosel-single-banner-text {
        width: 100%;
    }
    .home-industry .home-industry-products {
        columns: 1;
    }
    .wrapper-lg {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .home-industry .thumb .details , .foodservice .thumb .details {
        padding: 10px;
    }
    .responsabilidade-item .responsabilidade-item-thumb .details {
        height: 60px;
    }
    #industria , #varejo , #fuchs , .copyright , .blog , .single-products {
        text-align: center;
    }
    .foodservice .foodservice-infos , .aplicacao-single-item .aplicacao-single-item-info {
        padding: 15px 15px;
    }
    .aplicacao-single-item .aplicacao-single-item-info h4 , .single-products h4 {
        padding-top: 15px;
    }
    .carrosel-single-banner , .carrosel-single-banner-inner {
        height: 580px;
    }
    .home-industry , .foodservice {
        margin-bottom: 20px;
    }
    .carrosel-single-banner-text h1 {
        text-align: center;
        font-size: 3rem;
    }
    .footer , .aplicacao-single , .aplicacao-single-item {
        text-align: center;
    }
    .footer-widget .footer-details li i , .btn-ver-mais {
        display: none;
    }
    .carrosel-varejo .owl-dots {
        position: relative;
    }
    .carrosel-banner .owl-dots .owl-dot span {
        width: 35px!important;
    }
    .blog-single-text {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
}

@media (max-width:991px){
    .logo{
        margin: auto;
    }
}
.img-post{
    max-width: 80%;
}

/* -=====================================================- */

.button {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px 20px;
    transition: .3s
}

.button:hover {
    color: #003f2c;
    background: #fff;
    border: 1px solid #003f2c;
    border-radius: 20px;
    padding: 10px 30px;
    transition: .3s
}