* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  outline: 0 !important; }

li {
  list-style: none; }

a, a img {
  text-decoration: none !important;
  border: none; }


body {
  overflow-x: hidden; }

.body {
  float: left;
  overflow-x: hidden;
  width: 100%; }

.ara {
	direction: rtl !important;
}

.ara-right {
	text-align: right !important;
}

html {
  overflow-x: hidden; }

body.overflow {
  overflow: hidden; }

.scroll-item {
  position: absolute !important;
  width: auto;
  display: table; }

a, input, button {
  transition: 0.4s;
  cursor: pointer; }

section {
  padding: 135px 0;
  width: 100%;
  display: block;
  float: left; }

.container-content {
  max-width: 1632px; }

.btn-green {
  background-image: linear-gradient(to top, #4b9622, #55a226, #60ae2a, #6bba2e, #76c632);
  color: #FFF;
  line-height: 60px;
  font-size: 18px;
  font-weight: 700;
  padding: 0 30px;
  text-transform: uppercase;
  border: none;
  border-radius: 7px;
  -webkit-box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.17);
  box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.17);
  display: table; }

.btn-green:hover {
  background-image: linear-gradient(to bottom, #4b9622, #55a226, #60ae2a, #6bba2e, #76c632);
  color: #FFF; }

.btn-blue {
  background-image: linear-gradient(to bottom, #158cda, #009ade, #00a7e0, #00b3e0, #29bfdf);
  color: #FFF;
  line-height: 60px;
  font-size: 18px;
  font-weight: 700;
  padding: 0 30px;
  text-transform: uppercase;
  border: none;
  border-radius: 7px;
  -webkit-box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.17);
  box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.17);
  display: table; }

.btn-blue:hover {
  background-image: linear-gradient(to top, #158cda, #009ade, #00a7e0, #00b3e0, #29bfdf);
  color: #FFF; }

.btn-yellow {
  background-image: linear-gradient(to right top, #d5c70e, #d6bb06, #d7ae04, #d6a207, #d4960c);
  color: #FFF;
  line-height: 60px;
  font-size: 18px;
  font-weight: 700;
  padding: 0 30px;
  text-transform: uppercase;
  border: none;
  border-radius: 7px;
  -webkit-box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.17);
  box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.17);
  display: table; }

.btn-yellow:hover {
  background-image: linear-gradient(to left top, #d5c70e, #d6bb06, #d7ae04, #d6a207, #d4960c);
  color: #FFF; }

p {
  font-size: 18px;
  font-weight: 500;
  color: #75777a; }

.owl-item {
  float: left; }

.custom-select {
  position: relative;
  font-family: Arial;
  padding: 0 !important;
  height: auto !important;
  background: none !important;
  border: none !important; }

.custom-select select {
  display: none; }

.select-selected {
  background-color: #FFF; }

.select-selected:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 60px;
  height: 50px;
  background: url(../images/arrow-down-white.png) center center no-repeat #6bb51b;
  border-radius: 7px; }

.select-selected {
  color: #9b9b9b;
  padding: 0 65px 0 15px;
  border: 2px solid #6bb51b;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  border-radius: 7px; }

.select-items div {
  color: #9b9b9b;
  padding: 5px 15px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 46px; }

.select-items {
  position: absolute;
  background-color: #FFF;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 10px 0;
  border: 1px solid #e1e1e2;
  border-radius: 7px;
  border-top: 0;
  max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;}

.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: #f2f2f2; }

header {
  display: table;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 99999; }

header .overlay-grey {
  width: 100%;
  height: 840px;
  background: #c1c0bc;
  display: none;
  position: absolute;
  top: 0;
  left: 0; }

header .topbar {
  display: table;
  width: 100%;
  background: #6bb51b;
  padding: 8px 15px;
  position: relative;
  z-index: 20; }

header .topbar a {
  float: left;
  color: #FFF;
  font-size: 12px;
  line-height: 30px;
  margin-left: 30px; }

header .topbar a i {
  margin-right: 10px; }

header .topbar a:hover {
  color: #4f8019; }

header .topbar .social {
  float: left;
  margin-left: 20px; }

header .topbar .social a {
  margin-left: 10px; }

header .topbar .social a i {
  color: #4f8019;
  font-size: 20px;
  margin: 0;
  line-height: 30px;
  transition: 0.3s; }

header .topbar .social a:hover i {
  color: #FFF; }

header .default-header {
    display: table;
    width: 100%;
    position: relative;
    z-index: 20;
    display: table;
    width: 100%;
    padding: 25px 15px;
    position: relative;
    z-index: 20; }

header .default-header .logo {
  float: left; }

header .default-header .open-menu {
  display: none; }

header .default-header nav {
  padding: 20px 0 0;
  max-height: 90px;}

header .default-header nav ul {
  display: table; }

header .default-header nav ul.ara,
footer nav ul.ara {
	direction: rtl;
	display: flex;
	list-style: none;
}

header .default-header nav ul li:hover {
  z-index: 10;
}
header .default-header nav ul li:hover .menu-product {
    /*display: block;*/
    -webkit-transform: scaleY(1);
    opacity: 1;
    transform: scaleY(1);
}
header .default-header nav ul li {
    float: left;
    margin-left: 100px;
    position: relative;
    padding: 10px 0;
    padding-bottom: 25px;}

header .default-header nav ul li:first-child {
  margin-left: 0;
}
header .default-header nav ul li:last-child {
  margin-right: 50px;
}

header .default-header nav ul li a {
  float: left;
  color: #FFF;
  line-height: 38px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 2px solid transparent; }

header.lavi .default-header nav ul li a {
  color: #000;
}

header .default-header nav ul li:hover > a {
  color: #FFF !important;
  z-index: 99;
  position: relative; }

header .default-header nav ul li.active > a {
  color: #FFF !important;
}

header .default-header nav ul li span {
  float: left;
  line-height: 40px;
  width: 40px;
  border-radius: 5px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 0 0 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(76, 76, 76, 0.16);
  -moz-box-shadow: 0px 0px 10px 0px rgba(76, 76, 76, 0.16);
  box-shadow: 0px 0px 10px 0px rgba(76, 76, 76, 0.16);
  cursor: pointer; }

header .default-header nav ul li span i {
  line-height: 40px;
  color: #FFF;
  transition: 0.3s; }

header.lavi .default-header nav ul li span i {
  color: #000;
}

header .default-header nav ul li.active span i:before {
  content: "\f0d8"; }

header .default-header nav ul li:hover span i, header .default-header nav ul li.active span i {
  color: #598b1b; }

header .default-header nav ul li ul {
  display: none;
  width: 200px;
  position: absolute;
  top: 100%;
  right: 0; }

header .default-header nav ul li ul li {
  width: 100%;
  margin: 5px 0;
  padding: 0; }

header .default-header nav ul li ul li a {
  color: #FFF !important;
  padding: 5px 0;
  display: table;
  width: 100%;
  text-align: center;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(76, 76, 76, 0.16);
  -moz-box-shadow: 0px 0px 10px 0px rgba(76, 76, 76, 0.16);
  background: rgba(0,0,0,.2);
  box-shadow: 0px 0px 10px 0px rgba(76, 76, 76, 0.16); }

header.lavi .default-header nav ul li ul li a {
  color: #000 !important;
}

header .default-header nav ul li ul li a:hover {
  background: #6bb51b; }

header .default-header nav ul li .menu-product .drop-has-drop .sub-drop div.item-submenu {
  opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0%;
    transform-origin: 0 0%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    width: 196px;
    position: absolute;
    background: #95cc4f;
    top: -95%;
    left: 100%;
    padding: 15px 15px;
    overflow: hidden;
    transition: .5s;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 9;
}

header .default-header nav ul li .menu-product .drop-has-drop:hover .sub-drop div.item-submenu {
-webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}

.menu-product {
  opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0%;
    transform-origin: 0 0%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    /*display: none;*/
    width: 196px;
    transition: .5s;
    position: absolute;
    background: #95cc4f;
    top: -10px;
    left: calc(50% - 98px);
    padding: 70px 7px 22px;
    /*overflow: hidden;*/
    border-radius: 20px;
    z-index: 9; }

.menu-product .carousel-menu-products {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0 50px 0; }

.menu-product .carousel-menu-products .owl-stage-outer {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 75px;
  z-index: 10; }

.menu-product .carousel-menu-products .disabled {
  display: none; }

.menu-product .carousel-menu-products .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: table;
  width: 100%;
  z-index: 5; }

.menu-product .carousel-menu-products .owl-nav button {
  background: #598b1b;
  color: #FFF;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  float: left;
  font-size: 22px;
  border: none; }

.menu-product .carousel-menu-products .owl-nav button.owl-next {
  float: right; }

.menu-product .carousel-menu-products .owl-nav button:hover {
  background: #eab31f; }

.menu-product .item-product-menu {
  display: table;
  width: 100%;
  /*height: 370px;*/
  /*margin: 15px 0;*/
  /*background: rgba(255, 255, 255, 0.1);*/
  /*-webkit-box-shadow: 0px 0px 29px 0px rgba(85, 131, 27, 0.3);*/
  /*-moz-box-shadow: 0px 0px 29px 0px rgba(85, 131, 27, 0.3);*/
  /*box-shadow: 0px 0px 29px 0px rgba(85, 131, 27, 0.3);*/
  border-radius: 10px;
  position: relative; }

.menu-product .item-product-menu .front-item {
  /*position: absolute;*/
  /*top: 50%;*/
  /*transform: translate(0, -50%);*/
  width: 100%;
  /*padding: 30px 10px 0;*/
  z-index: 20;
  transition: 0.3s; }

.menu-product .item-product-menu .front-item img {
  display: table;
  margin: 0 auto;
  max-width: 100%;
  height: auto; }

.menu-product .item-product-menu .front-item span {
  font-size: 14px;
  color: #FFF;
  font-weight: 600;
  display: table;
  width: 100%;
  padding: 5px 0;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 20px;
  transition: .3s;
  margin-left: 0;
  margin-top: 10px; }

.menu-product .item-product-menu .back-item {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  padding: 20px;
  opacity: 0;
  transition: 0.3s; }

.menu-product .item-product-menu .back-item span {
  display: table;
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #FFF;
  font-size: 18px;
  margin: 6px 0; }

.menu-product .item-product-menu .back-item span small {
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  text-align: center;
  display: table; }

.menu-product .item-product-menu:hover span {
  background: #4f8019;
}
.menu-product .item-product-menu:hover {
  opacity:1 ; }

.menu-product .item-product-menu:hover .front-item {
  opacity: 1; }

.menu-product .item-product-menu:hover .back-item {
  opacity: 0; }

.menu-product .item-product-menu .selo {
        position: absolute;
    right: 5px;
    top: 10px;
    z-index: 50;
    width: 80px;
    display: table; }

.menu-product .buttons {
  display: table;
  margin: 20px 0 0 -8px; }

.menu-product .buttons a {
  margin: 0 10px; }

.menu-product .buttons .btn-yellow {
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    color: #fff !important;
    float: left; }

.menu-product .buttons .link {
  float: left;
  color: #FFF;
  text-decoration: underline !important;
  font-size: 12px;
  line-height: 43px; }

.menu-product .buttons .link:hover {
  color: #598b1b; }

.menu-product .close-menu-products {
    position: absolute;
    right: 27px;
    bottom: 25px;
    color: #FFF!important;
    border: 1px solid #FFF;
    border-radius: 50%;
    width: 31px;
    line-height: 30px;
    text-align: center;
    display: table; }

.menu-product .close-menu-products:hover {
  color: #598b1b;
  border-color: #598b1b; }

.menu-product .logo-menu {
  display: table;
  margin: 0 auto; }

.banner-pages {
  height: 1090px;
  display: block;
  margin-top: 46px;
  width: 100%;
  position: relative;
  z-index: 2;
  top: 0 !important;
  position: relative !important; }

.banner-pages h1 {
  color: #FFF;
  font-size: 130px;
  line-height: 130px;
  text-transform: uppercase;
  position: absolute;
  top: calc(50% - 50px);
  font-weight: 900;
  letter-spacing: 2px;
  display: table;
  z-index: 3;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2); }

.banner-pages h1 span {
  display: table;
  width: 100%;
  padding-left: 150px; }

.banner-pages .img-banner {
  position: absolute;
  display: table;
  z-index: 2; }

.banner-pages:after {
  content: "";
  display: table;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 125px;
  background: url(../images/overlay-banner.png) center center no-repeat;
  background-size: cover;
  z-index: 90; }

.banner-home {
  overflow: hidden;
  height: auto !important;
  padding: 0 !important; }

.banner-home .img-banner {
  right: -5%; }

.banner-home .img-mobile {
  display: none; }

.banner-home .content-banner {
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 100; }

.banner-home h1 {
  position: relative;
  left: auto !important;
  top: auto !important;
  transform: none !important; }

.banner-home .btn-green {
  float: none;
  margin: 30px auto 0; }

.banner-home .detail-1 {
  top: 50%;
  z-index: 10; }

.banner-home .slideshow-banner {
  display: block;
  position: relative;
  overflow: hidden; }

.banner-home .slideshow-banner .disabled {
  display: none; }

.banner-home .slideshow-banner .owl-dots {
  position: absolute;
  top: 50%;
  right: 30px; }

.banner-home .slideshow-banner .owl-dots button {
  border: 1px solid #FFF;
  border-radius: 50%;
  background: none;
  width: 15px;
  height: 15px;
  display: table;
  margin: 10px 0; }

.banner-home .slideshow-banner .owl-dots button.active {
  background: #FFF; }

.banner-home .full-image {
  width: 100%;
  height: auto; }

.home-categories {
  display: table;
  width: 100%;
  padding-top: 90px;
  position: relative !important;
  top: auto !important;
  padding-bottom: 0; }

.home-categories .detail-1 {
  top: -200px;
  z-index: 10; }

.home-categories:before {
  content: "\f103";
  display: table;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: fontAwesome;
  font-size: 30px;
  color: #6bb51b; }

.home-categories h2 {
  display: table;
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #6bb51b;
  font-weight: 700;
  margin-bottom: 20px; }

.home-categories p {
  width: 100%;
  text-align: center;
  color: #75777a;
  font-size: 18px;
  line-height: 48px; }

.home-categories .boxes-categories {
  margin-top: 20px;
  width: 100%;
  float: left; }

.home-categories .item-category {
  display: table;
  width: 100%;
  padding: 110px 50px 55px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(67, 67, 67, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(67, 67, 67, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(67, 67, 67, 0.1);
  border-radius: 7px; }

.home-categories .item-category img {
  max-width: 100%;
  height: auto;
  display: table;
  margin: 0 auto 50px; }

.home-categories .item-category a {
  margin: 0 auto;
  padding: 0 65px; }

.blog-concept {
  display: block;
  width: 100%;
  background: url(../images/bg-conceito.png) center center no-repeat;
  float: left;
  position: relative;
  padding-top: 185px;
  padding-bottom: 0;
  overflow: hidden; }

.blog-concept h2 {
  display: table;
  width: 100%;
  font-size: 60px;
  line-height: 90px;
  color: #6bb51b;
  font-weight: 700;
  margin-bottom: 0; }

.blog-concept p {
  line-height: 60px;
  margin-bottom: 10px; }

.blog-concept .box-video {
  float: left;
  width: 100%;
  position: relative;
  height: 670px;
  cursor: pointer;
  margin-top: 70px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.4); }

.blog-concept .box-video .play {
  width: 149px;
  height: 149px;
  background: url(../images/video-play.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer; }

.blog-concept .box-video.video-play .play {
  display: none; }

.blog-concept .box-video video {
  display: table;
  width: 100%;
  height: 100%;
  cursor: pointer;
  object-fit: cover;
  object-position: center; }

.blog-concept .share {
  display: table;
  margin: 145px auto 0;
  font-size: 24px;
  font-weight: 500;
  padding-top: 95px;
  background: url(../images/icon-share.png) top center no-repeat;
  color: #FFF;
  text-align: center; }

.blog-concept .wrap-carousel-blog {
  position: relative;
  display: block;
  width: 100%;
  margin: 60px 0 0; }

.blog-concept .wrap-carousel-blog .detail-1 {
  z-index: 10;
  top: -120px; }

.blog-concept .carousel-blog {
  display: block;
  position: relative;
  padding: 0 30px 110px;
  overflow: hidden; }

.blog-concept .carousel-blog .owl-stage-outer {
  display: table; }

.blog-concept .carousel-blog .item-blog {
  display: block;
  width: 100%;
  height: 625px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.35); }

.blog-concept .carousel-blog .item-blog:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: .2s; }

.blog-concept .carousel-blog .item-blog .align-infos {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px; }

.blog-concept .carousel-blog .item-blog .align-infos .title {
  font-weight: 700;
  font-size: 21px;
  color: #FFF;
  display: table;
  width: 100%;
  margin-bottom: 10px; }

.blog-concept .carousel-blog .item-blog .align-infos .infos-post {
  display: table;
  width: 100%;
  color: #FFF;
  font-weight: 200;
  font-weight: 12px; }

.blog-concept .carousel-blog .item-blog:hover:before {
  background: rgba(0, 0, 0, 0.3); }

.blog-concept .carousel-blog .owl-nav {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  display: table; }

.blog-concept .carousel-blog .owl-nav button {
  background: #6bb51b;
  color: #FFF;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  float: left;
  margin: 0 20px;
  font-size: 22px;
  border: none; }

.blog-concept .carousel-blog .owl-nav button:hover {
  background: #eab31f; }

.blog-concept .carousel-blog .owl-dots {
  position: absolute;
  left: 200px;
  bottom: 0;
  display: none !important;
  padding: 12px 0; }

.blog-concept .carousel-blog .owl-dots button {
  float: left;
  border-radius: 50px;
  background: #FFF;
  border: 1px solid #747474;
  width: 16px;
  height: 16px;
  margin-right: 18px;
  float: left; }

.blog-concept .carousel-blog .owl-dots button.active {
  background: #6bb51b; }

.blog-concept .more-blog {
  text-transform: uppercase;
  display: table;
  line-height: 40px;
  color: #6bb51b;
  position: absolute;
  right: 40px;
  bottom: 0;
  font-size: 16px;
  font-weight: 700; }

.blog-concept .more-blog:hover {
  color: #eab31f; }

.wrap-green {
  width: 100%;
  display: block;
  height: 1130px;
  background-image: linear-gradient(to right top, #96c647, #83b93d, #6fac33, #5c9f2a, #489220);
  position: relative;
  margin-top: 100px;
  overflow: hidden; }

.wrap-green:before {
  content: "";
  width: 100%;
  height: 104px;
  background: url(../images/top-box-green.png) center bottom no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10; }

.wrap-green:after {
  content: "";
  width: 100%;
  height: 231px;
  background: url(../images/bottom-box-green.png) center top no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20; }

.wrap-green .img-content {
  position: absolute;
  right: -15%;
  bottom: 0;
  z-index: 15; }

.wrap-green .container-content {
  height: 100%;
  position: relative; }

.wrap-green .align-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: table;
  width: 100%;
  z-index: 50; }

.wrap-green h2 {
  font-weight: 700;
  font-size: 44px;
  color: #FFF; }

.wrap-green p {
  color: #FFF;
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 50px; }

.wrap-green .detail-1 {
  z-index: 20;
  top: 0; }

.wrap-green .detail-2 {
  z-index: 10;
  top: 170px; }

.wrap-green .detail-3 {
  z-index: 17;
  bottom: -150px; }

.wrap-green .detail-4 {
  z-index: 25;
  bottom: 0px; }

.wrap-green-2 {
  background: url(../images/bg-green-yellow.png) center center no-repeat;
  background-size: cover;
  margin-top: 0; }

.wrap-green-2:after {
  display: none; }

.wrap-green-lavi:after {
  display: block; }

.wrap-green-home:after {
  display: table !important; }

.wrap-green-2 .detail-3 {
  bottom: 0; }

.wrap-green-2 .detail-4 {
  bottom: -140px; }

.wrap-green-2 .detail-5 {
  top: 0;
  z-index: 50; }

.instagram {
  display: block;
  width: 100%;
  padding-top: 0;
  padding-bottom: 200px; }

.instagram h2 {
  display: table;
  width: 100%;
  text-align: center;
  color: #6bb51b;
  font-weight: 700;
  font-size: 24px;
  padding-top: 85px;
  background: url(../images/icon-double-hearth.png) center top no-repeat;
  margin-bottom: 25px; }

.instagram p {
  width: 100%;
  text-align: center; }

.instagram .item-instagram {
  display: table;
  position: relative;
  width: 100%;
  margin-bottom: 31px; }

.instagram .item-instagram img {
  display: table;
  width: 100%; }

.instagram .item-instagram:before {
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(94, 154, 44, 0.8);
  z-index: 1;
  transition: .4s; }

.instagram .item-instagram span {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  z-index: 2;
  display: table;
  transition: .4s; }

.instagram .item-instagram span i {
  margin-bottom: 10px;
  font-size: 30px; }

.instagram .item-instagram:hover:before, .instagram .item-instagram:hover span {
  opacity: 1; }

.instagram .instagram-list {
  margin: 40px 0;
  float: left; }

.instagram .btn-green {
  text-transform: initial;
  float: none;
  margin: 0 auto;
  display: table; }

.banner-products {
  background: url(../images/bg-banner-products-2022.png) center right no-repeat;
  background-size: cover; }

.banner-products h1 {
  left: 50%;
  transform: translate(-50%, 0);
  top: 30%;
  z-index: 30; }

.banner-products .detail-1 {
  z-index: 20;
  top: 40%; }

.banner-products .detail-2 {
  z-index: 100;
  bottom: -60px; }

.banner-products .detail-3 {
  z-index: 20;
  top: 35%; }

.banner-products .detail-mobile-1 {
  z-index: 20;
  top: 35%;
  display: none; }

.banner-products .detail-4 {
  z-index: 100;
  top: 100px; }

.banner-products .detail-5 {
  z-index: 100;
  bottom: -100px; }

.wrap-products {
  display: table;
  width: 100%;
  position: relative;
  padding-bottom: 80px; }

.wrap-products:before {
  content: "\f103";
  display: table;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: fontAwesome;
  font-size: 30px;
  color: #6bb51b; }

.wrap-products .menu-tabs {
  display: table;
  margin: 0 auto; }

.wrap-products .menu-tabs a {
  float: left;
  position: relative;
  text-transform: uppercase;
  border: 2px solid #6bb51b;
  padding: 0 100px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 700;
  color: #6bb51b; }

.wrap-products .menu-tabs a:first-of-type {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px; }

.wrap-products .menu-tabs a:last-of-type {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px; }

.wrap-products .menu-tabs a:hover, .wrap-products .menu-tabs a.active {
  background: #6bb51b;
  color: #FFF; }

.wrap-products .menu-tabs a.active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 9px 0 9px;
  border-color: #6bb51b transparent transparent transparent; }

.wrap-products .grid-products {
  display: block;
  width: 100%;
  margin: 110px 0 0;
  display: none; }

.wrap-products .grid-products.active {
  display: block; }

.wrap-products .grid-products .item-product {
  display: table;
  width: 100%;
  padding: 55px 20px 35px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(67, 67, 67, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(67, 67, 67, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(67, 67, 67, 0.1);
  border-radius: 7px;
  margin-bottom: 80px; }

.wrap-products .grid-products .item-product img {
  height: 245px;
  display: table;
  width: auto;
  margin: 0 auto; }

  .wrap-products .grid-products .item-product img.img-chas {
    height: initial;
  }

.wrap-products .grid-products .item-product .btn-product {
  background-image: linear-gradient(to right, #edca22, #ebad20, #e9921f, #e8751d, #e7641d);
  color: #FFF;
  line-height: 40px;
  font-size: 13px;
  font-weight: 700;
  padding: 0 30px;
  margin: 45px auto 0;
  text-transform: uppercase;
  border: none;
  border-radius: 7px;
  -webkit-box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.17);
  box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.17);
  display: table; }

.wrap-products .grid-products .item-product .btn-product:hover {
  background-image: linear-gradient(to left, #edca22, #ebad20, #e9921f, #e8751d, #e7641d); }

.wrap-products .grid-products .carousel-grid-products {
  display: block;
  position: relative; }

.wrap-products .btn-border {
  color: #6bb51b;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  padding: 0 30px;
  border: 2px solid #6bb51b;
  margin: 45px auto 0;
  text-transform: uppercase;
  border-radius: 7px;
  display: table; }

.wrap-products .btn-border:before {
  content: "";
  width: 31px;
  height: 50px;
  background: url(../images/icon-remove-filter.png) center center no-repeat;
  float: left;
  margin-right: 10px; }

.wrap-products .btn-border span {
  float: left; }

.wrap-products .menu-tabs-second {
  display: none;
  margin: 55px auto 0;
  float: left;
  width: 100%;
  text-align: center; }

.wrap-products .menu-tabs-second a {
  float: none;
  display: inline-table;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  padding: 0 15px;
  text-transform: uppercase;
  margin: 10px 20px;
  line-height: 55px;
  color: #6bb51b;
  -webkit-box-shadow: -5px 6px 16px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: -5px 6px 16px 0px rgba(0, 0, 0, 0.16);
  box-shadow: -5px 6px 16px 0px rgba(0, 0, 0, 0.16); }

.wrap-products .menu-tabs-second a:hover, .wrap-products .menu-tabs-second a.active {
  background: #6bb51b;
  color: #FFF; }

.banner-single-product, .banner-single-suco {
  height: 1130px; }

.banner-single-product .container-content:after, .banner-single-suco .container-content:after {
  content: "\f103";
  display: table;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: fontAwesome;
  font-size: 30px; }

.banner-single-product .container-content, .banner-single-suco .container-content {
  height: 100%;
  position: relative; }

.banner-single-product .align-content-banner, .banner-single-suco .align-content-banner {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.banner-single-product h1, .banner-single-suco h1 {
  font-size: 120px;
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  text-shadow: none; }

.banner-single-product p, .banner-single-suco p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  max-width: 800px; }

.banner-single-product .breadcrumbs, .banner-single-suco .breadcrumbs {
  display: table; }

.banner-single-product .breadcrumbs span, .banner-single-product .breadcrumbs a, .banner-single-suco .breadcrumbs a {
  float: left;
  font-size: 15px;
  font-weight: 600; }

.banner-single-product .breadcrumbs span.arrow, .banner-single-suco .breadcrumbs span.arrow {
  padding: 0 7px; }

.banner-single-product .img-product, .banner-single-suco .img-product {
  position: absolute;
  top: calc(50% + 80px);
  right: 0;
  transform: translate(0, -50%);
  z-index: 10;
  max-height: 80%;
  display: table;
  width: auto; }

.banner-single-product .detail-1 {
  z-index: 20;
  top: 200px; }

.banner-single-product .detail-mobile-1 {
  z-index: 20;
  top: 200px;
  display: none; }

.banner-single-product .detail-2 {
  z-index: 20;
  top: 400px; }

.banner-single-product .detail-3 {
  z-index: 20;
  bottom: -40px; }

.banner-single-product .zero-version {
  display: table;
  text-transform: uppercase;
  border-radius: 10px;
  color: #FFF;
  margin-top: 100px;
  font-size: 15px;
  padding: 10px 50px;
  line-height: 34px;
  font-weight: 600; }

.banner-single-product .zero-version img {
  margin-left: 10px; }

.banner-single-suco .logo-banner {
  display: table;
  margin: 50px 0;
  max-width: 100%;
  height: auto; }

.banner-single-suco .detail-1 {
  z-index: 20;
  top: 250px; }

.banner-single-suco .detail-2 {
  z-index: 20;
  top: 370px; }

.banner-single-suco .detail-3 {
  z-index: 20;
  bottom: 50px; }

.banner-single-suco .logo-banner.mobile {
  display: none; }

.banner-single-suco .align-content-banner {
  z-index: 200; }

.menu-sizes {
  width: 100%;
  padding-bottom: 0;
  position: relative; }

.menu-sizes .detail-1 {
  z-index: 50;
  top: -100px; }

.menu-sizes h2 {
  text-transform: uppercase;
  color: #6bb51b;
  font-weight: 700;
  font-size: 30px;
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 75px; }

.menu-sizes h2:after {
  content: "";
  width: 35px;
  display: table;
  bottom: 0;
  left: 50%;
  position: absolute;
  height: 4px;
  background: #64632b;
  transform: translate(-50%, 0); }

.menu-sizes .carousel-sizes {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 32px 0;
  z-index: 3; }

.menu-sizes .carousel-sizes .owl-stage-outer {
  display: table;
  margin: 0 auto; }

.menu-sizes .carousel-sizes .owl-item {
  padding: 0 15px; }

.menu-sizes .carousel-sizes .item-size {
  width: 100%;
  padding: 27px 20px 50px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0 24px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0 24px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0 24px 0px rgba(0, 0, 0, 0.16);
  background: #FFF;
  display: table;
  position: relative; }

.menu-sizes .carousel-sizes .item-size .image {
  display: table;
  width: 100%;
  height: 254px;
  position: relative;
  z-index: 10; }

.menu-sizes .carousel-sizes .item-size .image img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0; }

.menu-sizes .carousel-sizes .item-size .title {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  min-height: 54px;
  margin: 20px 0 0;
  display: table;
  position: relative;
  z-index: 10; }

.menu-sizes .carousel-sizes .item-size .menu-detail {
  display: none; }

.menu-sizes .carousel-sizes .item-size.active, .menu-sizes .carousel-sizes .item-size:hover {
  background-image: linear-gradient(to top, #97c647, #84b93d, #71ad34, #5da02a, #499421);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }

.menu-sizes .carousel-sizes .item-size.active .title, .menu-sizes .carousel-sizes .item-size:hover .title {
  color: #FFF !important; }

.menu-sizes .carousel-sizes .item-size.active:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 15px 0 15px;
  border-color: #97c747 transparent transparent transparent;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0); }

.menu-sizes .carousel-sizes .item-size.active .menu-detail {
  display: table; }

.menu-sizes .carousel-sizes .item-size .detail-menu-1 {
  bottom: 70px;
  left: 0;
  z-index: 2;
  position: absolute; }

.menu-sizes .carousel-sizes .item-size .detail-menu-2 {
  top: 50px;
  right: 0;
  z-index: 2;
  position: absolute; }

.menu-sizes .carousel-sizes .item-size .detail-menu-3 {
  top: 50px;
  left: 20px;
  z-index: 2;
  position: absolute; }

.menu-sizes .carousel-sizes .item-size .detail-menu-4 {
  bottom: 70px;
  right: 0;
  z-index: 2;
  position: absolute; }

.menu-sizes .carousel-sizes .owl-dots {
  display: table;
  padding: 12px 0;
  margin: 0 auto;
  padding-top: 35px; }

.menu-sizes .carousel-sizes .owl-dots button {
  float: left;
  border-radius: 50px;
  border: none;
  width: 16px;
  height: 16px;
  margin: 0 9px;
  border: 3px solid #FFF;
  background: none !important;
  float: left; }

.menu-sizes .carousel-sizes .owl-dots button.active {
  background: #FFF !important; }

.menu-sizes .carousel-sizes .disabled {
  display: none !important; }

.more-products {
  display: block;
  width: 100%;
  padding: 100px 0; }

.more-products h2 {
  text-transform: uppercase;
  color: #6bb51b;
  font-weight: 700;
  font-size: 30px;
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 75px; }

.more-products h2:after {
  content: "";
  width: 35px;
  display: table;
  bottom: 0;
  left: 50%;
  position: absolute;
  height: 4px;
  background: #64632b;
  transform: translate(-50%, 0); }

.more-products .carousel-more-products {
  display: block;
  position: relative;
  padding: 0 90px; }

.more-products .carousel-more-products .owl-stage {
  display: table;
  margin: 0 auto;
}

.more-products .carousel-more-products .owl-stage-outer {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 10; }

.more-products .carousel-more-products .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  left: 0; }

.more-products .carousel-more-products .owl-nav button {
  border: none;
  border-radius: 50%;
  background: #6bb51b;
  color: #FFF;
  float: left;
  height: 45px;
  width: 45px;
  text-align: center;
  font-size: 25px; }

.more-products .carousel-more-products .owl-nav button.owl-next {
  float: right; }

.more-products img {
  display: table;
  margin: 0 auto; }

.more-products .title {
  display: table;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #6bb51b;
  margin-top: 30px; }

.more-products-page {
  background-image: linear-gradient(to right top, #fae307, #f3d103, #ebc004, #e2af07, #d89f0b);
  padding: 200px 0;
  position: relative; }

.more-products-page .title {
  color: #FFF; }

.more-products-page:before {
  content: "";
  width: 100%;
  height: 125px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/more-products-before.png) bottom center no-repeat; }

.more-products-page:after {
  content: "";
  width: 100%;
  height: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/more-products-after.png) top center no-repeat; }

.more-products-page .btn-green {
  float: none;
  display: table;
  margin: 70px auto 0; }

.detail-size {
  padding: 240px 0 180px;
  margin-top: -210px;
  position: relative;
  z-index: 2;
  display: none; }

.detail-size.active {
  display: block; }

.detail-size h2 {
  display: table;
  width: 100%;
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase; }

.detail-size h2 .zero {
  display: inline-table;
  border-radius: 10px;
  padding: 5px 20px;
  margin-left: 30px;
}

.detail-size .img-detail {
  display: table;
  max-width: 100%;
  margin: 0 auto;
  height: auto; }

.detail-size .open-info {
  display: table;
  width: 100%;
  font-size: 25px;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 0 65px;
  margin: 60px 0 40px; }

.detail-size .open-info i {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 40px;
  line-height: 40px;
  border: 1px solid;
  border-radius: 50%;
  text-align: center;
  font-style: normal; }

.detail-size .collapse-info {
  display: table;
  width: 100%;
  padding-left: 70px;
  min-height: 215px; }

.detail-size .collapse-info span {
  float: left;
  padding: 5px 0;
  font-weight: 600; }

.detail-size .collapse-info span.col-title {
  margin-bottom: 15px;
  text-transform: uppercase; }

.detail-size .collapse-info span.col-80 {
  width: 70%; }

.detail-size .collapse-info span.col-20 {
  width: 20%;
  text-align: center; }

.detail-size .collapse-info span.col-40 {
  width: 35%; }

.detail-size .collapse-info span.col-100 {
  width: 100%; }

.detail-size small {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 50px;
  float: left; }

.detail-size small strong {
  font-weight: 800;
  display: table; }

.detail-size .link-download {
  display: table;
  color: #FFF;
  background: url(../images/download-branco.png) center right no-repeat;
  padding-right: 60px;
  margin: 60px auto 0;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600; }

.detail-size .link-download i {
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid;
  font-size: 20px;
  margin-left: 7px; }

.detail-size:after {
  content: "";
  display: table;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 125px;
  background: url(../images/overlay-banner.png) center center no-repeat;
  background-size: cover;
  z-index: 90; }

.detail-size .detail-1 {
  z-index: 100;
  bottom: -110px; }

.banner-download {
  height: 700px; }

.banner-download h1 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20; }

.banner-download .detail-1 {
  top: 120px;
  z-index: 10; }

.banner-download .detail-2, .banner-download .detail-mobile-2 {
  bottom: 0;
  z-index: 10; }

.banner-download .detail-3, .banner-download .detail-mobile-3 {
  top: 180px;
  z-index: 10; }

.banner-download .detail-4, .banner-download .detail-mobile-4 {
  bottom: -80px;
  z-index: 100; }

.banner-download .detail-mobile-2, .banner-download .detail-mobile-3, .banner-download .detail-mobile-4 {
  display: none; }

.wrap-download {
  position: relative;
  padding-bottom: 300px; }

.wrap-download .link-download {
  display: table;
  margin: 0 auto 150px;
  padding-top: 90px;
  background: url(../images/icon-download-green.png) center top no-repeat;
  position: relative; }

.wrap-download .link-download {
  font-weight: 600;
  font-size: 35px;
  color: #6bb51b; }

.wrap-download:before {
  content: "\f103";
  display: table;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: fontAwesome;
  font-size: 30px;
  color: #6bb51b; }

.box-downloads {
  display: table;
  width: 100%;
  padding: 80px 119px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(67, 67, 67, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(67, 67, 67, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(67, 67, 67, 0.1); }

.box-downloads .logo {
  display: table;
  margin: 0 auto 55px; }

.box-downloads .simple-link {
  display: table;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  color: #bcbec0;
  padding: 5px 60px 5px 0;
  background: url(../images/icon-download-grey.png) center right no-repeat;
  margin: 13px 0;
  float: left;
  background-size: 32px 26px; }

.box-downloads .simple-link:hover {
  color: #6bb51b;
  background: url(../images/icon-download-green.png) right center no-repeat;
  background-size: 32px 26px; }

.box-downloads .items-downloads {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px solid #d1d1d1;
  display: table;
  width: 100%;
  float: left; }

.box-downloads .item-download {
  margin-bottom: 30px;
  width: 100%;
  display: table;
  padding-right: 60px;
  background: url(../images/icon-download-grey.png) center right no-repeat;
  background-size: 32px 26px; }

.box-downloads .item-download:hover {
  background: url(../images/icon-download-green.png) center right no-repeat;
  background-size: 32px 26px; }

.box-downloads .item-download:last-of-type {
  margin-bottom: 0; }

.box-downloads .item-download .text-item {
  float: left; }

.box-downloads .item-download .col-img {
  position: relative; }

.box-downloads .item-download .col-img img {
  display: table;
  margin: 0 auto;
  transition: 0.4s;
  max-width: 100%; }

.box-downloads .item-download .col-img img.img-2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  max-width: calc(100% - 30px); }

.box-downloads .item-download .title {
  font-size: 24px;
  font-weight: bolder;
  color: #bcbec0;
  display: table;
  width: 100%;
  transition: 0.4s; }

.box-downloads .item-download .desc {
  font-size: 17px;
  font-weight: 200;
  color: #bcbec0;
  display: table;
  width: 100%;
  transition: 0.4s; }

.box-downloads .item-download:hover .col-img img.img-1 {
  opacity: 0; }

.box-downloads .item-download:hover .col-img img.img-2 {
  opacity: 1; }

.box-downloads .item-download:hover span {
  color: #6bb51b !important; }

.banner-representantes {
  height: 1000px;
  overflow: hidden; }

.banner-representantes .img-banner {
  right: 0;
  bottom: -250px; }

.banner-representantes h1 {
  left: 10%;
  z-index: 30; }

.banner-representantes .detail-1 {
  z-index: 20;
  top: 150px; }

.banner-representantes .detail-2 {
  z-index: 20;
  bottom: 200px; }

.banner-representantes .detail-mobile-1 {
  z-index: 100;
  top: 150px;
  display: none; }

.wrap-representantes {
  display: table;
  width: 100%;
  position: relative;
  z-index: 9999;
  padding-bottom: 150px; }

.wrap-representantes .detail-1 {
  top: -150px; }

.wrap-representantes .detail-2 {
  bottom: 200px; }

.wrap-representantes:before {
  content: "\f103";
  display: table;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: fontAwesome;
  font-size: 30px;
  color: #6bb51b; }

.wrap-representantes svg {
  filter: drop-shadow(-20px 20px 25px rgba(0, 0, 0, 0.25));
  -webkit-filter: drop-shadow(-20px 20px 25px rgba(0, 0, 0, 0.25));
  -moz-filter: drop-shadow(-20px 20px 25px rgba(0, 0, 0, 0.25)); }

.wrap-representantes svg, .wrap-representantes g {
  width: 100%; }

.wrap-representantes #svg-map a.click path {
  fill: #84d764;
  stroke: #499c29;
  transition: 0.4s; }

.wrap-representantes #svg-map a.click:hover path, .wrap-representantes #svg-map a.active path {
  fill: #e9d802; }

.wrap-representantes #svg-map text {
  display: none; }

.wrap-representantes #svg-map .circle {
  display: none; }

.wrap-representantes #svg-map a.disabled {
  pointer-events: none; }

.wrap-representantes #svg-map a.disabled path {
  fill: #6ec14f; }

.wrap-representantes .toggle-box {
  width: 100%;
  display: none; }

.wrap-representantes .toggle-estados.secondary {
  margin-bottom: 70px;
}
.wrap-representantes .toggle-estados.secondary h2 {
  display: none;
}

.wrap-representantes .toggle-box.active {
  display: table; }

.wrap-representantes .col-content {
  padding-top: 100px; }

.wrap-representantes h2 {
  color: #6bb51b;
  font-weight: 600;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 70px; }

.wrap-representantes .indicator {
  color: #6bb51b;
  font-size: 16px;
  padding: 13px 0 13px 60px;
  background: url(../images/hand.png) center left no-repeat;
  float: left;
  -webkit-animation: move-hand-horizontal .6s infinite;
  animation: move-hand-horizontal .6s infinite; }

.wrap-representantes .indicator-mobile {
  display: none
}

.wrap-representantes .list-representantes {
  margin-top: 80px; }

.wrap-representantes .list-representantes .item-representante {
  margin-bottom: 35px; }

.wrap-representantes .list-representantes h3 {
  font-size: 30px;
  font-weight: 600;
  color: #6bb51b; }

.wrap-representantes .list-representantes .subtitle {
  display: table;
  width: 100%;
  text-transform: uppercase;
  color: #a5a5a5;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px; }

.wrap-representantes .list-representantes p {
  font-size: 18px;
  color: #75777a; }

.wrap-representantes .select-items div {
  line-height: 33px; }

.banner-sobre {
  height: 800px;
  background: url(../images/bg-sobre-2022.png) center bottom no-repeat;
  position: relative;
  z-index: 10; }

.banner-sobre h1 {
  left: 15%;
  top: 40%; }

.banner-sobre:after {
  display: none; }

.banner-sobre .detail-1 {
  z-index: 10;
  bottom: -70px; }

.wrap-about {
  background-image: linear-gradient(to right top, #96c647, #83ba3d, #70ad34, #5ea12b, #4a9522);
  margin-top: -90px;
  z-index: 3;
  padding: 170px 0;
  position: relative; }

.wrap-about p {
  color: #FFF;
  font-weight: 400;
  margin-bottom: 70px;
  line-height: 40px; }

.wrap-about.eng p {
	margin-bottom: 25px;
}

.wrap-about.eng p.last {
	margin-bottom: 70px;
}


.wrap-about p.paragraph {
  padding-left: 100px; }

.wrap-about .toggle-detail {
  display: table;
  width: 100%;
  margin-bottom: 70px; }

.wrap-about .toggle-detail .open-info {
  position: relative;
  color: #FFF;
  font-weight: 600;
  font-size: 50px;
  padding-left: 100px;
  margin-bottom: 40px;
  line-height: 55px;
  display: table;
  width: 100%; }

.wrap-about .toggle-detail .open-info i {
  font-style: normal;
  color: #FFF;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #FFF;
  display: table;
  font-weight: 200;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%); }

.wrap-about .toggle-detail.no-margin, .wrap-about .toggle-detail p:last-of-type {
  margin-bottom: 0; }

.wrap-about .toggle-detail p {
  display: none; }

.wrap-about .box-image {
  position: relative; }

.wrap-about img {
  max-width: 100%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, 0); }

.wrap-about:after {
  content: "";
  display: table;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 125px;
  background: url(../images/overlay-banner.png) center center no-repeat;
  background-size: cover;
  z-index: 90; }

.wrap-timeline {
  display: table;
  width: 100%; }

.wrap-timeline .item-timeline {
  display: none; }

.wrap-timeline .item-timeline.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.wrap-timeline img {
  max-width: 100%;
  display: table;
  height: auto; }

.wrap-timeline h2 {
  color: #6bb51b;
  font-weight: 600;
  font-size: 49px;
  line-height: 52px;
  margin-bottom: 40px; }

.wrap-timeline p {
  color: #75777a;
  font-size: 18px;
  line-height: 40px; }

.wrap-timeline .menu-years a {
  font-size: 30px;
  line-height: 50px;
  font-weight: 600;
  display: table;
  color: #c8c8c8;
  padding: 10px 0;
  width: 120px;
  text-align: center;
  position: relative !important; }

.wrap-timeline .menu-years a.active {
  font-size: 50px;
  color: #6bb51b; }

.wrap-timeline .menu-years a:after {
  content: "";
  width: 85px;
  height: 25px;
  display: table;
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translate(0, -50%) scale(0);
  background: url(../images/bullets.png) center center no-repeat;
  transition: 0.4s;
  background-size: 100%; }

.wrap-timeline .menu-years a.active:after {
  transform: translate(0, -50%) scale(1); }

.wrap-timeline .menu-years a.arrow {
  color: #6bb51b; }

.wrap-timeline .cycle-carousel-wrap {
  position: relative; }

.wrap-timeline .menu-years-mobile {
  display: none; }

.banner-blog {
  display: table;
  width: 100%;
  height: 800px;
  background: url(../images/banner-blog.png) top center no-repeat;
  background-size: cover;
  position: relative; }

.banner-blog:before, .banner-single-blog:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.4);
}

.banner-blog .content-banner-blog {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 15%; }

.banner-blog .content-banner-blog h1 {
  color: #FFF;
  font-size: 70px;
  font-weight: 700;
  display: table; }

.banner-blog .content-banner-blog .subtitle {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  display: table; }

.banner-blog .content-banner-blog .date {
  color: #FFF;
  font-weight: 200;
  font-size: 14px;
  margin-top: 40px;
  display: table;
  font-style: italic; }

.banner-blog .content-banner-blog .date a {
  color: #FFF; }

.category-boxes {
  display: table;
  width: 100%;
  padding: 230px 0;
  position: relative; }

.category-boxes:before {
  content: "\f103";
  display: table;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: fontAwesome;
  font-size: 30px;
  color: #6bb51b; }

.category-boxes .item-post-category {
  overflow: hidden;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.category-boxes .item-category {
  display: block;
  background: url(../images/item-category.png) center center no-repeat;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  height: 455px;
  width: 100%;
  float: left;
  overflow: hidden; }

.category-boxes .item-category.height-small {
  height: 340px; }

.category-boxes .item-category.height-big {
  height: 700px; }

.category-boxes .item-category.height-boxed {
  height: 335px; }

.category-boxes .item-category:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: .2s; }

.category-boxes .item-category .align-infos {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px; }

.category-boxes .item-category .align-infos .title {
  font-weight: 700;
  font-size: 21px;
  color: #FFF;
  display: table;
  width: 100%;
  margin-bottom: 10px; }

.category-boxes .item-category .align-infos .infos-post {
  display: table;
  width: 100%;
  color: #FFF;
  font-weight: 200;
  font-weight: 12px; }

.category-boxes .item-category:hover:before {
  background: rgba(0, 0, 0, 0.3); }

.category-boxes .item-category:hover {
  transform: scale(1.05)
}

.banner-single-blog {
  position: relative;
  height: 800px; }

.single-blog-content {
  width: 100%;
  max-width: 1250px;
  background: #FFF;
  z-index: 90;
  margin: 0 auto -160px;
  border: 1px solid #d1d1d1;
  border-bottom: none;
  border-radius: 10px;
  position: relative;
  padding: 80px 120px 150px;
  display: table;
  float: none;
  top: -160px; }

.single-blog-content .this-cat, .item-post-blog .this-cat {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: linear-gradient(to right, #edca22, #ebad20, #e9921f, #e8751d, #e7641d);
  color: #FFF;
  line-height: 40px;
  font-size: 13px;
  font-weight: 700;
  padding: 0 30px;
  text-transform: uppercase;
  border: none;
  border-radius: 7px;
  -webkit-box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.17);
  box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.17);
  display: table;
  width: auto; }

.single-blog-content .this-cat:hover, .item-post-blog .this-cat:hover {
  background-image: linear-gradient(to right, #edca22, #ebad20, #e9921f, #e8751d, #e7641d); }

.single-blog-content h1 {
  color: #6bb51b;
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
  display: table;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px; }

.single-blog-content .post-infos {
  display: table;
  margin: 0 auto 70px; }

.single-blog-content .post-infos span {
  display: inline-table;
  font-size: 14px;
  color: #75777a;
  font-style: italic;
  padding: 0 22px;
  position: relative; }

.single-blog-content .post-infos span:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0; }

.single-blog-content .post-infos span img {
  margin-right: 4px; }

.single-blog-content .post-infos span:last-of-type:after {
  display: none; }

.single-blog-content p {
  font-size: 16px;
  line-height: 40px;
  color: #75777a;
  font-weight: 400; }

.single-blog-content p img {
  display: table;
  max-width: 100%;
  height: auto;
}

.single-blog-content p.paragraph {
  color: #75777a;
  font-size: 18px;
  font-weight: 600;
  padding-left: 50px; }

.single-blog-content .post-img {
  display: table;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px; }

.single-blog-content .this-cat.blue {
  background-image: linear-gradient(to bottom, #158cda, #009ade, #00a7e0, #00b3e0, #29bfdf); }

.single-blog-content .this-cat.blue:hover {
  background-image: linear-gradient(to top, #158cda, #009ade, #00a7e0, #00b3e0, #29bfdf); }

.single-blog-content .this-cat.green {
  background-image: linear-gradient(to top, #4b9622, #55a226, #60ae2a, #6bba2e, #76c632); }

.single-blog-content .this-cat.green:hover {
  background-image: linear-gradient(to bottom, #4b9622, #55a226, #60ae2a, #6bba2e, #76c632); }

.single-blog-content .bottom-post {
  display: table;
  width: 100%;
  margin-top: 200px;
  padding-bottom: 20px;
  border-bottom: 2px solid #d1d1d1; }

.single-blog-content .bottom-post span {
  float: left;
  color: #6bb51b;
  font-size: 16px;
  font-weight: 200; }

.single-blog-content .bottom-post span strong {
  font-weight: 600; }

.single-blog-content .bottom-post span a {
  color: #6bb51b; }

.single-blog-content .bottom-post span a:hover {
  color: #eab31f; }

.single-blog-content .bottom-post .right {
  float: right; }

.single-blog-content .bottom-post .right a {
  margin-left: 10px;
  font-size: 20px; }

.single-blog-content .box-avatar-text {
  display: table;
  width: 100%; }

.single-blog-content .box-avatar-text .avatar {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  float: left; }

.single-blog-content .box-avatar-text .avatar img {
  display: table;
  width: 100%;
  height: auto; }

.single-blog-content .box-avatar-text .share a {
  float: left;
  color: #6bb51b;
  font-size: 20px;
  margin-right: 15px; }

.single-blog-content .box-avatar-text .share a:hover {
  color: #eab31f; }

.single-blog-content .post-nav {
  display: table;
  width: 100%;
  padding-top: 20px;
  margin-bottom: 100px; }

.single-blog-content .post-nav a {
  float: left;
  color: #6bb51b;
  font-weight: 600;
  font-size: 16px; }

.single-blog-content .post-nav a:last-of-type {
  float: right; }

.single-blog-content .post-nav a:hover {
  color: #eab31f; }

.single-blog-content .box-comments {
  display: table;
  width: 100%;
  margin-top: 100px; }

.single-blog-content .box-comments h2 {
  color: #6bb51b;
  font-size: 30px;
  width: 100%;
  font-weight: 700;
  margin-bottom: 60px; }

.single-blog-content .box-comments .item-comment {
  margin-bottom: 40px; }

.single-blog-content .box-comments .item-comment h3 {
  color: #6bb51b;
  font-size: 22px;
  font-weight: 700; }

.single-blog-content .box-comments .item-comment .date {
  color: #6bb51b;
  text-transform: uppercase;
  font-size: 14px; }

.single-blog-content .box-comments .form-comment {
  display: table;
  width: 100%;
  margin-top: 70px;
  float: left; }

.single-blog-content .box-comments form {
  display: table;
  width: 100%; }

.single-blog-content .box-comments form textarea, .single-blog-content .box-comments form input[type=text], .single-blog-content .box-comments form input[type=email] {
  display: table;
  width: 100%;
  height: 50px;
  border-radius: 7px;
  border: 1px solid #b4b6b8;
  padding: 0 25px; }

.single-blog-content .box-comments form textarea {
  height: 170px;
  padding: 10px 25px;
  resize: none; }

.single-blog-content .box-comments form .btn-green {
  float: right; }

.more-posts {
  display: table;
  width: 100%;
  float: left;
  margin-top: 60px; }

.item-post-blog {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 2px solid #e3e3e3;
  border-radius: 10px;
  height: 100%; }

.item-post-blog .content-item-post {
  display: table;
  position: relative;
  padding: 40px 20px 20px; }

.item-post-blog .image, .item-post-blog .image img {
  display: table;
  width: 100%;
  height: auto;
  transition: 0.4s; }

.item-post-blog .image {
  display: block;
  overflow: hidden;
}

.item-post-blog .image:hover img {
  transform: scale(1.1);
}

.item-post-blog h3 {
  width: 100%; }

.item-post-blog h3 a {
  color: #6bb51b;
  font-weight: 600;
  font-size: 20px; }

.item-post-blog p {
  font-size: 10px;
  line-height: 18px;
  color: #75777a; }

.item-post-blog .date {
  font-style: italic;
  color: #6bb51b;
  font-size: 10px;
  font-weight: 200; }

.item-post-blog .this-cat {
  left: 0;
  transform: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.item-post-blog.m-b-15 {
  margin-bottom: 30px; }

.last-news {
  position: relative;
  padding-top: 150px; }

.last-news:before {
  content: "\f103";
  display: table;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: fontAwesome;
  font-size: 30px;
  color: #6bb51b; }

.last-news .item-post-blog p, .press-news .item-post-blog p {
  font-size: 16px;
  line-height: 25px; }

.last-news .item-post-blog {
  border: none;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.18);
  margin-bottom: 30px; }

.last-news h2, .press-news h2 {
  color: #6bb51b;
  font-size: 30px;
  width: 100%;
  font-weight: 700;
  margin-bottom: 60px;
  width: 100%;
  text-align: center; }

.item-post-blog.style-2 {
  margin-bottom: 39px;
  padding: 0 0 39px;
  border: none;
  border-bottom: 1px solid #d1d1d1;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }

.item-post-blog.style-2 .content-item-post {
  padding: 0; }

.item-post-blog.style-2 h3 {
  margin-bottom: 0; }

.item-post-blog.style-2 .date {
  color: #75777a;
  margin-bottom: 20px;
  display: table;
  width: 100%; }

.item-post-blog.style-2:last-of-type {
  border-bottom: none;
  margin-bottom: 0; }

.item-post-blog.style-2 p {
  margin-bottom: 0; }

.press-news {
  padding-top: 0;
  padding-bottom: 150px;
  position: relative; }

.press-news .item-post-blog {
  margin-bottom: 30px; }

.press-news:after {
  content: "\f103";
  display: table;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: fontAwesome;
  font-size: 30px;
  color: #6bb51b; }

.press-news.last:after {
  display: none; }

.press-news.last {
  padding-top: 80px; }

.blog-videos {
  padding: 300px 0;
  background: url(../images/bg-green.png) center center no-repeat;
  background-size: cover; }

.blog-videos .video {
  object-fit: cover;
  object-position: right;
  width: 100%;
  height: 100%; }

.blog-videos .box-video {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin: 15px 0;
  display: table; }

.blog-videos .box-video .play {
  width: 90px;
  height: 90px;
  background: url(../images/icon-play.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer; }

.blog-videos .box-video.video-play .play {
  display: none; }

.blog-videos .box-video .align-infos {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px; }

.blog-videos .box-video .align-infos .title {
  font-weight: 700;
  font-size: 21px;
  color: #FFF;
  display: table;
  width: 100%;
  margin-bottom: 10px; }

.blog-videos .box-video .align-infos .infos-post {
  display: table;
  width: 100%;
  color: #FFF;
  font-weight: 200;
  font-weight: 12px; }

.blog-videos .box-video.video-play .align-infos {
  display: none; }

.banner-category {
  height: 1090px;
  position: relative; }

.banner-category:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: table;
  height: 145px;
  background: url(../images/overlay-banner-categoria.png) center top no-repeat; }

.category-blog-content {
  top: -400px;
  margin-bottom: -400px; }

.category-blog-content .box-avatar-text {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #d1d1d1; }

.category-blog-content .box-avatar-text:last-of-type {
  padding-bottom: 0;
  border-bottom: 0; }

.category-blog-content .box-avatar-text h2, .category-blog-content .box-avatar-text h2 a {
  color: #eab31f;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700; }

.category-blog-content h1 {
  color: #eab31f;
  margin-bottom: 70px; }

.category-blog-content .box-avatar-text h2 a:hover {
  color: #6bb51b; }

.category-blog-content .this-cat {
  padding-top: 10px;
  padding-bottom: 10px; }

.category-blog-content .this-cat img {
  margin-left: 10px; }

.category-blog-content h1 {
  color: #eab31f; }

.category-blog-content .full-image {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: table;
  margin-top: 50px; }

.category-blog-content .share {
  float: right;
  margin-top: 40px; }

.category-blog-content .share a {
  font-size: 20px;
  margin-left: 15px;
  margin-right: 0 !important; }

.category-blog-content span {
  display: table;
  width: 100%;
  text-align: right;
  font-size: 18px;
  color: #808285;
  font-weight: 600; }

.category-blog-content .bottom-category {
  display: table;
  width: 100%;
  margin-top: 40px;
  float: left; }

.category-blog-content .bottom-category .box-buttons {
  display: table;
  float: left; }

.category-blog-content .bottom-category .box-buttons span {
  float: left;
  font-size: 16px;
  font-weight: 600;
  color: #6bb51b;
  line-height: 45px;
  width: auto; }

.category-blog-content .btn-green, .category-blog-content .btn-blue, .category-blog-content .btn-yellow {
  line-height: 24px;
  padding: 10px 40px;
  font-size: 10px;
  float: left;
  margin-left: 35px; }

.category-blog-content .btn-green img, .category-blog-content .btn-blue img, .category-blog-content .btn-yellow img {
  margin-left: 10px;
  height: 25px; }

.category-blog-content .back {
  float: right;
  font-size: 16px;
  font-weight: 600;
  color: #6bb51b;
  line-height: 45px;
  width: auto; }

.category-blog-content .back:hover {
  color: #eab31f; }

.category-blog-content .back i {
  margin-right: 10px; }

.items-blog-banner {
  display: block;
  overflow: hidden;
  padding: 0; }

.items-blog-banner .disabled {
  display: none; }

.items-blog-banner .item-blog-banner {
  float: left;
  width: 33.33%;
  display: block;
  overflow: hidden;
  background: #000;
}

.items-blog-banner .item-blog {
  height: 770px;
  position: relative;
  width: 100%;
  display: table;
  float: left; }

.items-blog-banner .item-blog:hover {
  transform: scale(1.05);
}

.items-blog-banner .item-blog .align-infos {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px; }

.items-blog-banner .item-blog .align-infos .title {
  font-weight: 700;
  font-size: 45px;
  color: #FFF;
  display: table;
  width: 100%;
  margin-bottom: 0; }

.items-blog-banner .item-blog .align-infos .subtitle {
  font-weight: 700;
  color: #FFF;
  margin-bottom: 30px;
  font-size: 18px;
  display: table;
  width: 100%; }

.items-blog-banner .item-blog .align-infos .infos-post {
  display: table;
  width: 100%;
  color: #FFF;
  font-weight: 200;
  font-weight: 12px; }

.show-image-lightbox {
    display: table;
    border: 4px solid #EEE;
    margin: 15px 0; }

.banner-video {
  padding: 0;
  height: 1080px;
  overflow: hidden; }

.banner-video .box-video {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: table; }

.banner-video .box-video .video {
  height: 100%;
  object-fit: cover;
  object-position: right; }

.banner-video .box-video .play {
  width: 129px;
  height: 129px;
  background: url(../images/icon-play.png) center center no-repeat;
  display: table;
  margin: 0 auto; }

.banner-video .box-video h1 {
  color: #FFF;
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  line-height: 80px;
  text-transform: initial;
  position: relative;
  top: auto;
  left: auto;
  transform: none; }

.banner-video .content-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: table; }

.banner-video .box-video.video-play .content-video {
  display: none; }

.wrap-essentials {
  z-index: 100;
  position: relative;
  padding-bottom: 70px; }

.wrap-essentials:before {
  content: "\f103";
  display: table;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: fontAwesome;
  font-size: 30px;
  color: #6bb51b; }

.wrap-essentials h2 {
  color: #6bb51b;
  font-size: 120px;
  font-weight: 800;
  line-height: 120px;
  text-transform: uppercase;
  margin-bottom: 60px; }

.wrap-essentials p {
    color: #75777a;
    font-size: 18px;
    line-height: 34px;
    text-align: right;
    padding-left: 160px;
    padding-right: 40px; }

.wrap-essentials .content-img {
  max-width: 100%;
  height: auto;
  display: table;
  margin-top: -200px; }

.wrap-essentials .detail-4 {
  z-index: 20;
  bottom: -250px; }

.wrap-essentials .detail-5 {
  z-index: 20;
  bottom: -120px; }

.blog-concept-green {
  background: url(../images/bg-green.png) top center no-repeat;
  background-size: 100% auto;
  padding-top: 330px;
  padding-bottom: 200px;
  z-index: 20;
  overflow: initial; }

.blog-concept-green .container-fluid {
  position: relative; }

.blog-concept-green h2 {
  color: #FFF; }

.blog-concept-green p {
  color: #FFF; }

.blog-concept-green .photos-carousel {
  margin-top: 70px; }

.blog-concept-green .photos-carousel .owl-stage-outer {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: -8px 11px 60px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: -8px 11px 60px 0px rgba(0, 0, 0, 0.35);
  box-shadow: -8px 11px 60px 0px rgba(0, 0, 0, 0.35); }

.blog-concept-green .photos-carousel img {
  display: table;
  width: 100%;
  height: auto; }

.blog-concept-green .photos-carousel .disabled {
  display: none; }

.blog-concept-green .owl-dots {
  display: table;
  padding: 12px 0;
  margin: 0 auto;
  padding-top: 35px; }

.blog-concept-green .owl-dots button {
  float: left;
  border-radius: 50px;
  background: #FFF;
  border: 1px solid #747474;
  width: 16px;
  height: 16px;
  margin-right: 18px;
  float: left; }

.blog-concept-green .owl-dots button.active {
  background: #6bb51b; }

.blog-concept-green .detail-1 {
  top: 70%;
  z-index: 30; }

.blog-concept-green .detail-2 {
  top: 55%;
  z-index: 30; }

.blog-concept-green .detail-3 {
  bottom: 50px;
  z-index: 30; }

.wrap-dicas {
  display: block;
  width: 100%;
  padding: 220px 0;
  background: url(../images/bg-dicas.png) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 20; }

.wrap-dicas .box-img {
  position: relative; }

.wrap-dicas .box-img img {
  position: absolute;
  width: 100%;
  bottom: -230px;
  height: auto;
  display: table; }

.wrap-dicas h2 {
  color: #FFF;
  font-size: 55px;
  line-height: 65px;
  font-weight: 700; }

.wrap-dicas p {
  line-height: 34px;
  font-size: 18px;
  color: #FFF;
  font-weight: 400; }

.wrap-dicas .box-title {
  display: table;
  width: 100%;
  margin-bottom: 45px; }

.wrap-dicas .carousel-dicas {
  display: block;
  width: 100%;
  background: #FFF;
  padding: 65px 160px;
  position: relative;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.2);
  margin: 0 0 35px; }

.wrap-dicas .carousel-dicas .disabled {
  display: none; }

.wrap-dicas .carousel-dicas .owl-stage-outer {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10; }

.wrap-dicas .carousel-dicas .tag {
  background: #6bb51b;
  line-height: 35px;
  display: table;
  margin: 0 auto;
  padding: 13px 60px;
  border-radius: 70px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px; }

.wrap-dicas .carousel-dicas .tag img {
  margin-right: 10px; }

.wrap-dicas .carousel-dicas p {
  display: table;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #808285;
  text-align: center;
  margin-bottom: 0; }

.wrap-dicas .carousel-dicas .author {
  display: table;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #6bb51b;
  text-align: center; }

.wrap-dicas .carousel-dicas .owl-nav {
  width: 100%;
  display: table;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  padding: 0 60px; }

.wrap-dicas .carousel-dicas .owl-nav.disabled {
  display: none;
}

.wrap-dicas .carousel-dicas .owl-nav button {
  background: none;
  color: #6bb51b;
  border: none;
  float: left;
  font-size: 30px; }

.wrap-dicas .carousel-dicas .owl-nav button.owl-next {
  float: right; }

.wrap-dicas .btn-green {
  display: table;
  float: none;
  margin: 0 auto; }

.wrap-dicas .detail-1 {
  top: -50px;
  z-index: 20; }

.wrap-dicas .detail-2 {
  bottom: -80px;
  z-index: 20; }

.wrap-dicas .detail-3 {
  bottom: 50px;
  z-index: 20; }

.banner-blue {
  background: url(../images/banner-blue.png) center center no-repeat;
  background-size: cover; }

.banner-purple {
  background: url(../images/banner-purple.png) center center no-repeat;
  background-size: cover; }

.banner-contact {
  overflow: hidden; }

.banner-contact h1 {
  left: 15%; }

.banner-contact h1 span {
  display: table;
  width: 100%; }

.banner-contact .img-banner {
  right: 10%;
  bottom: -80px;
  height: auto; }

.banner-contact .detail-1 {
  top: 50%;
  z-index: 10; }

.banner-contact .detail-2 {
  top: 35%;
  z-index: 10; }

.banner-contact .detail-3 {
  top: 45%;
  z-index: 10; }

.banner-contact .detail-4 {
  bottom: 5%;
  z-index: 100; }

.banner-orange {
  background: url(../images/banner-laranja.png) center center no-repeat;
  background-size: cover; }

.contact-page {
  position: relative;
  z-index: 999999; }

.contact-page:before, .contact-page:after {
  content: "\f103";
  display: table;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: fontAwesome;
  font-size: 30px;
  color: #6bb51b; }

.contact-page:after {
  top: auto;
  bottom: 0; }

.contact-page .link-contact {
  font-size: 24px;
  color: #75777a;
  padding: 10px 0 10px 60px;
  font-weight: 400;
  display: table;
  margin-bottom: 15px; }

.contact-page .link-contact.mail {
  background: url(../images/icon-mail-green.png) center left no-repeat; }

.contact-page .link-contact.phone {
  background: url(../images/icon-phone-green.png) center left no-repeat; }

.contact-page .link-contact:hover {
  color: #6bb51b; }

.contact-page address {
  color: #75777a;
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
  font-weight: 400; }

.contact-page .contact-form {
  display: table;
  width: 100%;
  margin-bottom: 40px; }

.contact-page .contact-form input[type=text], .contact-page .contact-form input[type=email], .contact-page .contact-form textarea {
  color: #9b9b9b;
  padding: 0 15px;
  border: 2px solid #6bb51b;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  border-radius: 7px;
  width: 100%; }

.contact-page .contact-form textarea {
  height: 247px;
  padding: 10px 15px;
  resize: none; }

.contact-page .contact-form ::-webkit-input-placeholder {
  color: #9b9b9b; }

.contact-page .contact-form ::-moz-placeholder {
  color: #9b9b9b; }

.contact-page .contact-form :-ms-input-placeholder {
  color: #9b9b9b; }

.contact-page .contact-form :-moz-placeholder {
  color: #9b9b9b; }

.contact-page .contact-form input[type=submit] {
  float: left;
  background-image: linear-gradient(to top, #4b9622, #55a226, #60ae2a, #6bba2e, #76c632);
  color: #FFF;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  padding: 0 30px;
  text-transform: uppercase;
  border: none;
  border-radius: 7px;
  -webkit-box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.17);
  box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.17); }

.contact-page .contact-form input[type=submit]:hover {
  background-image: linear-gradient(to bottom, #4b9622, #55a226, #60ae2a, #6bba2e, #76c632); }

.contact-page .feedback-form {
  display: table;
  width: 100%;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 30px;
  border-radius: 10px;
  padding: 15px;
  color: #FFF;
  font-size: 16px;
  margin-bottom: 20px; }

.contact-page .feedback-form.success {
  background: #6bb51b; }

.contact-page .feedback-form.error {
  background: #F00; }

.form-error {
  color: #f00;
  font-weight: 600;
  font-size: 13px; }

.custom-file {
  float: left;
  height: auto;
  width: auto;
  padding: 10px 0px;
  margin-right: 20px;
  cursor: pointer; }

.custom-file-input {
  display: none; }

.custom-file-control {
  float: left; }

.custom-file-control::before {
  float: right;
  content: "SELECIONAR ARQUIVO";
  padding: 0 55px 0 20px;
  border-radius: 7px;
  -webkit-box-shadow: -6px 7px 10px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: -6px 7px 10px 0px rgba(0, 0, 0, 0.17);
  box-shadow: -6px 7px 10px 0px rgba(0, 0, 0, 0.17);
  color: #a5a5a5;
  font-weight: 600;
  font-size: 14px;
  margin-left: 12px;
  background: url(../images/icon-check.png) no-repeat;
  background-position: calc(100% - 20px) center; }

.custom-file-control, .custom-file-control:empty::after {
  content: "Arquivo: .Doc ou .PDF";
  float: left;
  line-height: 41px;
  font-size: 12px;
  color: #a5a5a5;
  font-weight: 200; }

.contact-page .collapse-work {
  display: table;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px; }

.contact-page .collapse-work a {
  width: 50px;
  line-height: 46px;
  border: 2px solid #75777a;
  color: #75777a;
  text-align: center;
  border-radius: 50%;
  float: left; }

.contact-page .collapse-work a:hover {
  color: #6bb51b;
  border-color: #6bb51b; }

.contact-page .collapse-work .infos-work {
  float: left;
  width: calc(100% - 50px);
  padding-left: 25px;
  display: none; }

.contact-page .collapse-work .infos-work p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400; }

.wrap-maps {
  width: 100%;
  display: block;
  position: relative;
  padding: 0; }

.wrap-maps:before {
  content: "";
  width: 100%;
  height: 105px;
  position: absolute;
  display: table;
  z-index: 30;
  top: 0;
  left: 0;
  background: url(../images/overlay-maps.png) center bottom no-repeat; }

.wrap-maps iframe {
  display: table;
  width: 100%;
  height: 820px; }

.wrap-maps #mapbox {
  display: table;
  width: 100%;
  height: 820px;
  background: #CCC;
  position: relative;
  z-index: 10;
}

.wrap-maps .btn-maps {
  position: absolute;
  top: 60%;
  transform: translate(0, -50%);
  right: 100px;
  color: #FFF;
  background: linear-gradient(to top, #4b9622, #55a226, #60ae2a, #6bba2e, #76c632);
  color: #FFF;
  line-height: 60px;
  font-size: 16px;
  font-weight: 700;
  display: table;
  padding: 0 30px;
  text-transform: uppercase;
  border-radius: 7px; }

.wrap-maps a:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/icon-maps.png) center center no-repeat;
  display: table;
  float: left;
  margin: 13px 7px 0 0px; }

.wrap-maps a span {
  display: table;
  float: left; }

.wrap-maps a:hover {
  background: linear-gradient(to bottom, #4b9622, #55a226, #60ae2a, #6bba2e, #76c632); }

.banner-social {
  height: 950px;
  background: url(../images/banner-social.png) center center no-repeat;
  background-size: cover; }

.banner-social h1 {
  left: 15%; }

.title-social {
  position: relative;
  padding-bottom: 70px; }

.title-social:before {
  content: "\f103";
  display: table;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: fontAwesome;
  font-size: 30px;
  color: #6bb51b; }

.title-social .detail-1 {
  top: -200px;
  z-index: 20; }

.title-social .detail-2 {
  bottom: 0;
  z-index: 20; }

.title-social h2 {
  display: table;
  width: 100%;
  font-size: 55px;
  line-height: 70px;
  color: #6bb51b;
  font-weight: 700;
  margin-bottom: 0; }

.title-social p {
  line-height: 60px;
  margin-bottom: 0;
  color: #6bb51b; }

.title-social .box-buttons {
  display: table;
  margin: 100px auto 0; }

.title-social .box-buttons a {
  float: left;
  margin: 0 15px;
  font-size: 16px;
  width: 335px;
  text-align: center; }

.title-social .box-buttons a img {
  margin-left: 5px; }

.item-social {
  display: table;
  width: 100%;
  background: #e6e6e0;
  padding: 200px 0;
  position: relative; }

.item-social .card-social {
  display: flex;
  background: #FFF;
  width: 100%;
  position: relative;
  z-index: 50; }

.item-social .card-social .left {
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden; }

.item-social .card-social .left .align-infos {
  position: absolute;
  left: 0;
  top: calc(50% + 30px);
  transform: translate(0, -50%);
  padding: 0 80px; }

.item-social .card-social .left h3 {
  font-weight: 700;
  color: #eab31f;
  font-size: 40px;
  margin-bottom: 25px; }

.item-social .card-social .left p {
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 25px; }

.item-social .card-social .left ul li {
  color: #75777a;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
}

.item-social .card-social .left a {
  font-size: 14px;
  padding: 0 25px;
  line-height: 50px; }

.item-social .card-social .left .tag {
  position: absolute;
  padding: 62px 0 0 80px;
  display: table;
  color: #757779;
  font-size: 16px;
  text-transform: uppercase; }

.item-social .card-social .left .icon {
  display: table;
  width: 115px;
  height: 80px;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
  -webkit-box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.17);
  box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.17);
  position: absolute;
  right: 0;
  top: 0; }

.item-social .card-social .left .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.item-social .card-social .right {
  float: left;
  width: 50%; }

.item-social .card-social .right img {
  width: 100%;
  display: table;
  height: auto; }

.item-social:before {
  content: "";
  width: 100%;
  height: 125px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/more-products-before.png) bottom center no-repeat; }

.item-social:after {
  content: "";
  width: 100%;
  height: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/more-products-after.png) top center no-repeat; }

.item-social .card-social .left h3.title-yellow {
  color: #eab31f; }

.item-social .card-social .left h3.title-green {
  color: #6bb51b; }

.item-social .card-social .left h3.title-blue {
  color: #1c9ddb; }

.item-social .card-social .left .icon.icon-yellow {
  background-image: linear-gradient(to right top, #d5c70e, #d6bb06, #d7ae04, #d6a207, #d4960c); }

.item-social .card-social .left .icon.icon-green {
  background-image: linear-gradient(to top, #4b9622, #55a226, #60ae2a, #6bba2e, #76c632); }

.item-social .card-social .left .icon.icon-blue {
  background-image: linear-gradient(to bottom, #158cda, #009ade, #00a7e0, #00b3e0, #29bfdf); }

.item-social:nth-of-type(2n) {
  background: none; }

.item-social:nth-of-type(2n):before, .item-social:nth-of-type(2n):after {
  content: "\f103";
  display: table;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: fontAwesome;
  font-size: 30px;
  color: #6bb51b;
  height: auto;
  width: auto; }

.item-social:nth-of-type(2n):after {
  top: auto;
  bottom: 0; }

.item-social:nth-of-type(2n) .card-social {
  background: #f1f1f1; }

.item-social .detail-1 {
  top: -150px; }

.item-social .detail-2 {
  top: -10px;
  width: 200px; }

.item-social .detail-3 {
  bottom: -100px;
  z-index: 20; }

footer {
  display: table;
  width: 100%;
  background: url(../images/bg-footer.png) center top no-repeat;
  position: relative;
  z-index: 999;
  margin-top: -75px;
  padding-top: 120px;
  float: left;
  background-size: cover;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px; }

footer .logo {
  float: left; }

footer nav {
  float: right; }

footer nav ul {
  display: table; }

footer nav ul li {
  float: left;
  margin: 0 30px; }

footer nav ul li a {
  font-size: 16px;
  color: #FFF; }

footer nav ul li a:hover {
  color: #3a761a; }

footer nav ul li ul {
  margin-top: 20px; }

footer nav ul li ul li {
  float: none;
  margin: 0 0 7px; }

footer nav ul li ul li a {
  font-size: 14px; }

footer .bottom-footer {
  display: table;
  width: 100%;
  padding-left: 30px; }

footer .bottom-footer .left {
  float: left; }

footer .bottom-footer .social {
  display: table;
  width: 100%;
  margin-bottom: 13px; }

footer .bottom-footer .social a {
  float: left;
  color: #FFF;
  margin-right: 20px;
  font-size: 20px; }

footer .bottom-footer .social a:hover {
  color: #3a761a; }

footer .bottom-footer .infos-contact {
  display: table;
  margin-bottom: 10px; }

footer .bottom-footer .infos-contact a {
  float: left;
  margin-right: 20px;
  color: #FFF;
  font-size: 16px; }

footer .bottom-footer .infos-contact a i {
  margin-right: 5px;
  color: #3a761a; }

footer .bottom-footer .infos-contact a:hover {
  color: #3a761a; }

footer .bottom-footer address {
  color: #FFF;
  font-size: 16px;
  margin: 0; }

footer .copy {
  float: right;
  font-size: 12px;
  color: #FFF;
  margin-top: 80px; }

footer .open-menu {
  display: none; }

.wrap-menu-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: 9999999999; }

.wrap-menu-mobile .overflow-menu {
  display: table;
  width: 90px;
  height: 100%;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0; }

.mobile-menu {
  position: absolute;
  height: 100%;
  width: calc(100% - 90px);
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 20px 0;
  border-right: 4px solid #579416;
  background-image: linear-gradient(to top, #4b9622, #55a226, #60ae2a, #6bba2e, #76c632); }

.mobile-menu .logo {
  float: left;
  margin-bottom: 20px;
  margin-left: 15px; }

.mobile-menu .logo img {
  width: 70px;
  display: table;
  height: auto; }

.mobile-menu .close-menu {
  position: absolute;
  color: #FFF;
  top: 20px;
  right: 12px;
  font-size: 20px; }

.mobile-menu .link-phone {
  display: table;
  width: 100%;
  padding: 15px;
  background: rgba(255, 255, 255, 0.2);
  color: #FFF;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #40701b; }

.mobile-menu .link-phone i {
  margin-left: 10px; }

.mobile-menu .link-phone:last-of-type {
  border-bottom: none; }

.mobile-menu nav {
  margin-top: 20px; }

.mobile-menu nav, .mobile-menu ul, .mobile-menu li {
  display: table;
  width: 100%; }

.mobile-menu nav > ul > li > a {
  width: calc(100% - 50px);
  float: left; }

.mobile-menu nav > ul > li > span {
  width: 100%;
  position: absolute;
  text-align: right;
  float: left;
  cursor: pointer; }

.mobile-menu li ul {
  display: none;
  border-top: 1px solid #569216;
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  float: left; }

.mobile-menu nav ul li a, .mobile-menu nav ul li span {
  padding: 15px;
  color: #FFF;
  font-size: 13px;
  display: table; }

.mobile-menu nav ul li {
  border-bottom: 1px solid #569216; }

.mobile-menu nav ul li:last-of-type {
  border-bottom: none; }

.mobile-menu nav ul li ul li a {
  width: 100%; }

.mobile-menu nav ul li ul li {
  border-color: #40701b; }

.mobile-menu .social {
  float: left;
  margin: 0 0 20px 6px;
  width: 100%; }

.mobile-menu .social a {
  margin-left: 10px; }

.mobile-menu .social a i {
  color: #FFF;
  font-size: 20px;
  margin: 0;
  line-height: 30px;
  transition: 0.3s; }

.pagination {
  display: table;
  margin: 50px auto 0; }

.pagination a, .pagination span {
  width: 35px;
  line-height: 40px;
  border-radius: 7px;
  margin: 3px;
  text-align: center;
  color: #FFF;
  background: #6bb51b;
  border: 2px solid #6bb51b;
  float: left; }

.pagination a:hover {
  background: #eab31f;
  border-color: #eab31f; }

.pagination span {
  background: #FFF;
  color: #6bb51b; }

.error-404 {
  padding: 300px 0 300px; }

.error-404 h2 {
  text-transform: uppercase;
  color: #6bb51b;
  font-weight: 700;
  width: 100%;
  text-align: center;
  font-size: 65px; }

.error-404 p {
  text-align: center;
  width: 100%;
  line-height: 30px; }

/* =================== CORES PRODUTOS ==================== */
header.abacaxi .default-header nav ul li a,
header.abacaxi .default-header nav ul li span i,
header.abacaxi .default-header nav ul li ul li a,
.banner-single-product.abacaxi h1,
.banner-single-product.abacaxi p,
.banner-single-product.abacaxi span,
.banner-single-product.abacaxi a,
.banner-single-product.abacaxi .container-content:after,
.menu-sizes.abacaxi .carousel-sizes .item-size .title,
.detail-size.abacaxi h2,
.detail-size.abacaxi a,
.detail-size.abacaxi p,
.detail-size.abacaxi span,
.detail-size.abacaxi h3,
.detail-size.abacaxi small {
  color: #64632b; }

.banner-single-product.abacaxi, .detail-size.abacaxi {
  background: linear-gradient(to right, #cdcd68, #d3d37e, #dada93, #e0e0a8, #e6e6bd); }

.detail-size.abacaxi .link-download i, .detail-size.abacaxi .open-info i, .detail-size .collapse-info span.col-40 {
  border-color: #64632b; }

.menu-sizes .carousel-sizes .owl-dots button {
  background: #64632b; }

header.frutas-citricas .default-header nav ul li a,
header.frutas-citricas .default-header nav ul li span i,
header.frutas-citricas .default-header nav ul li ul li a,
.banner-single-suco.frutas-citricas h1,
.banner-single-suco.frutas-citricas p,
.banner-single-suco.frutas-citricas span,
.banner-single-suco.frutas-citricas a,
.banner-single-suco.frutas-citricas .container-content:after {
  color: #6f6e31; }

.menu-sizes.frutas-citricas .carousel-sizes .item-size .title {
  color: #d2a400;
}
.menu-sizes.frutas-citricas .carousel-sizes .item-size.active .title {
  color: #000 !important;
}

.banner-single-suco.frutas-citricas {
  background: -moz-linear-gradient(-45deg, #fce03b 1%, #fdf3b1 72%, #fbe96c 100%);
  background: -webkit-linear-gradient(-45deg, #fce03b 1%,#fdf3b1 72%,#fbe96c 100%);
  background: linear-gradient(135deg, #fce03b 1%,#fdf3b1 72%,#fbe96c 100%); }

.detail-size.frutas-citricas {
  background: -moz-linear-gradient(45deg, #fde149 0%, #fef4b7 23%, #fae557 100%);
  background: -webkit-linear-gradient(45deg, #fde149 0%,#fef4b7 23%,#fae557 100%);
  background: linear-gradient(45deg, #fde149 0%,#fef4b7 23%,#fae557 100%); }

.menu-sizes.frutas-citricas .carousel-sizes .item-size.active, .menu-sizes.frutas-citricas .carousel-sizes .item-size:hover {
  background-image: linear-gradient(to top, #eec919, #f0cf2a, #f3d537, #f5da42, #f8e04d); }

.detail-size.frutas-citricas .link-download i, .detail-size.frutas-citricas .open-info i, .detail-size.frutas-citricas .collapse-info span.col-40 {
  border-color: #6f6e31; }

.menu-sizes.frutas-citricas .carousel-sizes .owl-dots button {
  background: #6f6e31; }

.menu-sizes.frutas-citricas .carousel-sizes .item-size.active:after {
  border-color: #EEC919 transparent transparent transparent; }

.menu-sizes.frutas-citricas h2:after, .more-products.frutas-citricas h2:after {
  background: #fdda33 !important; }

.detail-size.frutas-citricas h2,
.detail-size.frutas-citricas a,
.detail-size.frutas-citricas p,
.detail-size.frutas-citricas span,
.detail-size.frutas-citricas h3,
.detail-size.frutas-citricas small, .menu-sizes.frutas-citricas h2, .more-products.frutas-citricas h2 {
  color: #000; }

.menu-sizes.frutas-citricas .carousel-sizes .owl-dots button.active {
  background: #000 !important; }

@media only screen and (max-width: 1650px) {
  .banner-pages {
    height: 800px;
  }
  section {
    padding: 80px 0; }

  .banner-pages h1 {
    font-size: 100px;
    line-height: 100px; }

  .banner-home .img-banner {
    right: -25%; }

  .banner-home h1 {
    left: 5%; }

  .banner-home .detail-1 {
    width: 160px; }

  .blog-concept h2 {
    font-size: 40px;
    line-height: 70px; }

  .blog-concept .share {
    margin: 40px auto 0; }

  .blog-concept .carousel-blog .item-blog {
    height: 400px; }

  .blog-concept p {
    line-height: 50px; }

  .blog-concept .wrap-carousel-blog .detail-1 {
    top: -70px;
    width: 200px; }

  .wrap-green .align-content {
    padding: 0 15px; }

  .wrap-green .img-content {
    right: -30%; }

  .wrap-green .detail-1 {
    width: 200px; }

  .wrap-green .detail-2 {
    width: 140px; }

  .wrap-green .detail-3 {
    z-index: 17;
    bottom: 0;
    width: 200px; }

  .wrap-green .detail-4 {
    width: 200px; }

  .wrap-green-2 .detail-4 {
    bottom: -30px; }

  .home-categories .detail-1 {
    top: -140px;
    width: 200px; }

  .banner-products .detail-3 {
    top: 45%;
    width: 200px; }

  .banner-products .detail-mobile-1 {
    top: 45%;
    width: 260px; }

  .banner-products .detail-5 {
    bottom: -50px;
    width: 220px; }

  .banner-products .detail-2 {
    z-index: 100;
    bottom: 0px;
    width: 180px; }

  .banner-products .detail-4 {
    width: 140px; }

  .banner-products .detail-1 {
    width: 170px; }

  .banner-contact .img-banner {
    right: 5%;
    width: 470px; }

  .banner-contact .detail-1 {
    height: 200px; }

  .banner-contact .detail-2 {
    height: 100px; }

  .banner-contact .detail-3 {
    height: 160px; }

  .banner-contact .detail-4 {
    height: 100px; }

  .banner-representantes .img-banner {
    right: -60px;
    bottom: -250px;
    width: 470px; }

  .banner-representantes .detail-1, .banner-representantes .detail-mobile-1 {
    top: 200px;
    width: 140px; }

  .banner-representantes .detail-2 {
    bottom: 200px;
    width: 160px; }

  .wrap-representantes .detail-1 {
    width: 200px; }

  .wrap-representantes .detail-2 {
    width: 170px; }

  .wrap-essentials h2 {
    font-size: 100px;
    line-height: 100px; }

  .banner-video .box-video h1 {
    font-size: 55px;
    line-height: 65px; }

  .wrap-dicas .box-img img {
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%); }

  .blog-concept-green {
    padding: 200px 0 130px; }

  .menu-sizes .detail-1 {
    z-index: 50;
    top: -80px;
    width: 150px; }

  .contact-page .link-contact {
    font-size: 20px; }

  .select-items div, .select-selected {
    font-size: 16px; }

  .title-social .detail-2 {
    bottom: 20px; } }

@media only screen and (max-width: 1535px) {
  header .default-header nav ul li.btn-home {
    display: none;
  }}

@media only screen and (max-width: 1380px) {
  footer nav ul li {
    margin: 0 12px; }

  header .default-header nav ul li {
    margin-left: 55px; }

  .menu-product .item-product-menu .front-item span {
    font-size: 13px;
  }

  .menu-product .close-menu-products {
    right: 15px;
  }

  .menu-product {
    width: 170px;
    left: calc(50% - 85px);
    padding: 70px 0 22px;
  }

  .banner-download .detail-4, .banner-download .detail-mobile-4 {
    bottom: -20px;
    width: 230px; }

  .banner-download .detail-1 {
    top: 180px;
    width: 200px; }

  .banner-download .detail-3, .banner-download .detail-mobile-3 {
    top: 230px;
    z-index: 10;
    width: 180px; }

  .banner-download .detail-2, .banner-download .detail-mobile-2 {
    width: 230px; }

  .single-blog-content {
    width: 90%;
    padding: 80px 80px 150px; }

  .title-social .detail-2 {
    width: 200px; }

  .title-social .detail-1 {
    top: -160px;
    width: 210px; }

  .item-social .detail-1 {
    width: 230px;
    top: -150px; }

  .item-social .detail-3 {
    bottom: -10px;
    width: 200px; }

  .item-social .card-social .left .align-infos, .item-social .card-social .left .tag {
    padding: 0 50px; }

  .item-social .card-social .left .tag {
    padding-top: 55px !important; }

  .banner-single-suco .detail-1 {
    top: 130px; } }
@media only screen and (max-width: 1140px) {
  .detail-size.guarana h2, .detail-size.cola h2, .detail-size.laranjinha h2 {
    color: #FFF !important;
  }
  footer .bottom-footer {
    padding-left: 0 !important
  }

  section {
    padding: 40px 0; }

  header .default-header nav ul {
    display: none; }

  header .topbar .social {
    display: none; }

  header .topbar a {
    margin-left: 20px; }

  header .default-header .open-menu, footer .open-menu {
    display: table;
    line-height: 60px;
    width: 60px;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    font-size: 25px;
    background-image: linear-gradient(to top, #4b9622, #55a226, #60ae2a, #6bba2e, #76c632);
    -webkit-box-shadow: -9px 12px 24px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -9px 12px 24px 0px rgba(0, 0, 0, 0.23);
    box-shadow: -9px 12px 24px 0px rgba(0, 0, 0, 0.23); }

  footer .open-menu {
    position: absolute;
    right: 15px;
    top: 20px; }

  footer nav {
    display: none; }

  .menu-product {
    display: none !important; }

  .wrap-menu-mobile {
    display: block;
    transition: 0.4s; }

  .wrap-menu-mobile.show {
    left: 0; }

  .banner-home .content-banner {
    left: 50%;
    transform: translate(-50%, -50%); }

  .banner-home .img-banner {
    right: -18%;
    width: 660px;
    bottom: -123px; }

  .banner-pages h1 {
    font-size: 70px;
    line-height: 70px; }

  .home-categories p, .blog-concept p {
    line-height: 30px; }

  .home-categories p br, .blog-concept p br {
    display: none; }

  .home-categories h2, .blog-concept h2 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 20px; }

  .blog-concept .box-video {
    height: 500px; }

  .blog-concept .carousel-blog .owl-dots {
    display: none; }

  .blog-concept .more-blog {
        position: relative;
    transform: none;
    left: auto;
    right: auto;
    width: 100%;
    text-align: center;
    font-size: 14px; }

  .blog-concept {
    padding-top: 80px;
    padding-bottom: 50px; }

  .blog-concept .box-video {
    overflow: hidden; }

  .wrap-green {
    height: auto;
    margin-top: 0; }

  .wrap-green .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%; }

  .wrap-green .align-content {
    transform: none;
    top: auto;
    position: relative;
    display: table;
    margin-top: 130px; }

  .wrap-green .container-content {
    height: auto; }

  .wrap-green .img-content {
    position: relative;
    right: auto;
    bottom: -20px;
    width: 100%;
    display: table; }

  .banner-contact h1 {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%; }

  .banner-contact .img-banner {
    right: -220px; }

  .banner-contact .detail-1 {
    top: 57%; }

  .banner-contact .detail-3 {
    top: 65%; }

  .banner-contact .detail-4 {
    bottom: 0; }

  .banner-products .detail-1 {
    display: none; }

  .banner-products .detail-5 {
    bottom: 0;
    width: 160px; }

  .banner-products .detail-2 {
    bottom: 70px;
    width: 120px; }

  .banner-products .detail-3, .banner-products .detail-mobile-1 {
    top: 20%;
    width: 180px; }

  .banner-products .detail-4 {
    display: none; }

  footer .logo {
    float: none;
    display: table;
    margin: 0 auto; }

  footer .bottom-footer .left {
    width: 100%; }

  footer .bottom-footer .social {
    width: auto;
    margin: 20px auto; }

  footer .bottom-footer .infos-contact a {
    width: 100%;
    margin: 5px 0; }

  footer .copy {
    margin-top: 40px;
    width: 100%;
    text-align: center; }

  .wrap-products .menu-tabs a {
    padding: 0 60px; }

  .wrap-representantes h2 {
    font-size: 45px;
    line-height: 50px; }

  .wrap-representantes .indicator {
    padding-top: 0;
    padding-bottom: 0; }

  .wrap-essentials h2 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 40px; }

  .wrap-essentials .col-md-4, .wrap-essentials .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .wrap-essentials .content-img {
    width: 100%;
    margin-top: 30px; }

  .wrap-essentials p {
    text-align: left;
    padding-left: 0; }

  .wrap-dicas .carousel-dicas {
    padding: 45px 40px 25px; }

  .wrap-dicas .carousel-dicas .owl-nav {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    width: auto;
    margin: 20px auto; }

  .wrap-dicas .carousel-dicas .owl-nav button {
    margin: 0 20px; }

  .wrap-dicas .detail-3 {
    display: none; }

  .wrap-dicas .detail-2 {
    bottom: 20px;
    z-index: 20;
    width: 180px; }

  .wrap-dicas .detail-1 {
    top: 30px;
    width: 180px; }

  .wrap-dicas h2 {
    font-size: 45px;
    line-height: 50px; }

  .wrap-about img {
    display: none; }

  .wrap-about .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .wrap-about .toggle-detail .open-info {
    font-size: 30px;
    line-height: 40px;
    padding-left: 65px;
    margin-bottom: 25px; }

  .wrap-about p, .wrap-about .toggle-detail {
    margin-bottom: 25px; }

  .wrap-about p.paragraph {
    padding-left: 0; }

  .wrap-timeline .col-md-3, .wrap-timeline .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .wrap-timeline .menu-years {
    margin: 0 auto 30px; }

  .wrap-timeline .menu-years-mobile {
    display: table; }

  .wrap-timeline .menu-years-desk {
    display: none; }

  .wrap-timeline .menu-years a.active:after {
    display: none; }

  .wrap-timeline .menu-years a {
    font-size: 20px;
    margin: 0 5px;
    width: auto;
    line-height: 60px;
    float: left;
    width: 75px; }

  .wrap-timeline .menu-years a.active {
    font-size: 30px; }

  .wrap-timeline .menu-years a .fa-angle-double-up:before {
    content: "\f100"; }

  .wrap-timeline .menu-years a .fa-angle-double-down:before {
    content: "\f101"; }

  .wrap-timeline .menu-years a.arrow {
    width: 20px;
    font-size: 22px; }

  .wrap-timeline .menu-years .cycle-slideshow {
    float: left; }

  .wrap-timeline .text-box {
    margin-top: 30px; }

  .wrap-timeline .text-box h2 {
    line-height: 45px;
    font-size: 35px;
    margin-bottom: 20px; }

  .wrap-timeline img {
    margin: 0 auto; }

  .banner-single-product, .banner-single-suco {
    height: auto; }

  .banner-single-product .align-content-banner, .banner-single-suco .align-content-banner {
    position: relative;
    margin-top: 160px;
    width: 100%;
    transform: none;
    top: auto; }

  .banner-single-product .img-product, .banner-single-suco .img-product {
    position: relative;
    top: auto;
    transform: none;
    margin: 40px auto 80px;
    max-width: 400px;
    display: table;
    height: auto; }

  .banner-single-product .container-content:after, .banner-single-suco .container-content:after {
    bottom: 20px; }

  .banner-single-product .zero-version {
    padding: 10px 20px;
    font-size: 13px;
    line-height: 26px;
    margin-top: 50px; }

  .banner-single-product .zero-version img {
    margin-left: 0;
    width: 80px; }

  .detail-size .collapse-info {
    padding-left: 0; }

  .banner-download {
    height: 600px; }

  .banner-download .detail-4, .banner-download .detail-mobile-4 {
    width: 160px; }

  .banner-download .detail-1 {
    width: 100px; }

  .banner-download .detail-2, .banner-download .detail-mobile-2 {
    width: 190px; }

  .item-social .card-social {
    display: table; }

  .item-social .card-social .left .tag {
    float: left;
    position: relative;
    left: auto;
    top: auto; }

  .item-social .card-social .left .icon {
    float: right;
    position: relative;
    left: auto;
    top: auto; }

  .item-social .card-social .left, .item-social .card-social .right {
    width: 100%;
    display: table; }

  .item-social .card-social .left .align-infos {
    position: relative;
    top: auto;
    width: 100%;
    transform: none;
    float: left;
    margin-bottom: 45px;
    margin-top: 45px; }

  .wrap-green .detail-1 {
    width: 130px;
    top: 50px; }

  .wrap-green-2 .detail-5 {
    top: 80px;
    z-index: 50;
    width: 120px; }

  .detail-size .link-download {
    font-size: 13px; }

  .detail-size .link-download i {
    width: 40px;
    line-height: 40px; }

  .title-social .box-buttons a {
    width: 250px; }

  .wrap-green .detail-2 {
    display: none; }

  .blog-concept-green .detail-1 {
    width: 130px; }

  .blog-concept-green .detail-2 {
    width: 130px; }

  .blog-concept-green .detail-3 {
    display: none; }

  .blog-concept-green .detail-4 {
    width: 150px;
    top: -10px; }

  .blog-concept-green .detail-5 {
    width: 150px;
    top: 0; }

  .wrap-products .menu-tabs-second a {
    margin: 0 5px; }

  .wrap-essentials .detail-4 {
    bottom: -160px;
    width: 200px; }

  .wrap-essentials .detail-5 {
    bottom: -180px;
    width: 190px; }

  .banner-single-suco .logo-banner.mobile {
    display: table; }

  .banner-single-suco .logo-banner.desk {
    display: none; }

  .banner-single-suco .detail-1 {
    top: 80px; } }
@media only screen and (max-width: 991px) {
  header .topbar .float-right {
    float: left !important;
  }
  header .topbar a {
    margin-left: 0 !important;
    margin-right: 15px !important;
  }
  .blog-concept .carousel-blog .item-blog .align-infos .title {
    font-size: 18px;
  }
  .blog-concept .carousel-blog .item-blog .align-infos {
    padding: 30px;
  }
  .btn-green {
    padding: 0 18px;
  }
  .detail-size h2 {
    text-align: center;
  }
  .detail-size .collapse-info {
    min-height: 1px;
  }

  .box-downloads {
    margin-bottom: 50px; }

  .box-downloads .logo {
    width: 160px; }

  .box-downloads .items-downloads {
    margin-top: 20px; }

  .wrap-download .link-download {
    font-size: 30px;
    text-align: center;
    margin: 50px auto; }

  .wrap-download {
    padding-bottom: 80px; }

  .category-boxes .item-category {
    height: 455px !important;
    width: 100%; }

  .items-blog-banner {
    margin-top: 45px; }

  .items-blog-banner .item-blog-banner {
    width: 100%;
  }
  .items-blog-banner .item-blog {
    width: 100%;
    height: 350px; }

  .items-blog-banner .item-blog .align-infos .title {
    font-size: 32px; }

  .items-blog-banner .item-blog .align-infos .subtitle {
    margin-bottom: 20px;
    font-size: 16px; }

  .items-blog-banner .item-blog .align-infos {
    padding: 20px; }

  .detail-size h2 {
    font-size: 25px;
    margin-bottom: 30px; }

  .detail-size .link-download {
    display: none; }

  .detail-size .img-detail {
    float: none;
    margin: 0 auto; }

  .detail-size .collapse-info .vd {
    display: none; }

  .detail-size .collapse-info span.col-80 {
    width: 100%; }

  .detail-size .collapse-info span.col-40 {
    width: 50%;
    padding: 10px 0;
    border-bottom: 1px solid; }

  .detail-size .collapse-info span.col-40.last {
    border-bottom: none; }

  .detail-size .open-info i {
    left: 0;
    top: 0;
    transform: none; }

  .detail-size .open-info {
    padding-left: 0;
    padding-top: 55px; }

  .title-social .box-buttons {
    width: 100%;
    margin-top: 30px; }

  .title-social .box-buttons a {
    text-align: center;
    width: 100%;
    margin: 10px 0; }

  .title-social h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px; }

  .title-social p {
    font-size: 14px;
    line-height: 25px; }

  .title-social .detail-2 {
    display: none; }

  .blog-concept {
    background-size: auto 1000px; }

  .banner-video .box-video .play {
    width: 80px;
    height: 80px;
    background-size: 100%; }

  .wrap-products .menu-tabs-second a {
    margin: 5px 0;
    width: 100%; }

  .banner-single-product .align-content-banner br, .banner-single-suco .align-content-banner br {
    display: none; } }
@media only screen and (max-width: 850px) {
  .banner-pages h1 {
    font-size: 36px;
    line-height: 40px; }

  .wrap-products .grid-products .item-product {
    padding-left: 15px;
    padding-right: 15px; } }
@media only screen and (max-width: 767px) {
  p {
    font-size: 16px; }

  .wrap-green .img-content {
    width: 150%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .banner-video {
    height: 500px; }

  .banner-home .img-banner {
    right: -290px; }

  .banner-pages h1 {
    font-size: 50px;
    line-height: 50px; }

  .banner-pages h1 span {
    padding-left: 60px; }

  .banner-single-product h1, .banner-single-suco h1 {
    font-size: 40px !important;
    line-height: 40px !important;
  }

  .home-categories .item-category {
    margin: 10px 0;
    padding: 55px 20px; }

  .home-categories .item-category a {
    padding: 0 35px; }

  .blog-concept .share {
    padding-top: 65px; }

  .banner-home .detail-1 {
    display: none; }

  .wrap-green h2 {
    font-size: 24px; }

  .home-categories p, .blog-concept p {
    font-size: 14px;
    line-height: 25px; }

  .home-categories h2, .blog-concept h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px; }

  .instagram h2 {
    font-size: 20px; }

  .btn-green {
    font-size: 14px; }

  .instagram .row {
    margin: 0 -5px; }

  .instagram .item-instagram {
    margin-bottom: 10px; }

  .instagram .col-md-4, .instagram .col-md-5, .instagram .col-md-7 {
    padding: 0 5px; }

  .instagram .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 33.3%;
    flex: 33.3%;
    max-width: 33.3%; }

  .banner-contact .detail-1 {
    display: none; }

  .contact-page .link-contact {
    font-size: 18px; }

  .contact-page address {
    font-size: 16px; }

  .contact-page .link-contact {
    padding: 0 0 0 50px;
    background-size: auto 100% !important; }

  .select-selected:after {
    width: 50px; }

  .select-items div, .select-selected, .contact-page .contact-form input[type=text], .contact-page .contact-form input[type=email], .contact-page .contact-form textarea {
    font-size: 14px; }

  .contact-page .contact-form input[type=submit] {
    float: none;
    margin: 0 auto;
    display: table; }

  .contact-page:before, .contact-page:after {
    display: none; }

  .wrap-maps a {
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%); }

  .contact-page .collapse-work .infos-work {
    float: left;
    width: 100%;
    padding-left: 0;
    display: none;
    margin-top: 20px; }

  .banner-products h1 {
    font-size: 35px;
    line-height: 40px;
    top: 40%; }

  .banner-products .detail-mobile-1 {
    display: table; }

  .banner-products .detail-3 {
    display: none; }

  .wrap-products .menu-tabs {
    margin-top: 30px; }

  .wrap-products {
    display: block; }

  .carousel-grid-products {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 20px; }

  .wrap-products .grid-products .item-product {
    margin-bottom: 40px; }

  .carousel-grid-products .owl-nav {
    display: table;
    margin: 10px auto 0; }

  .carousel-grid-products .owl-nav button {
    background: #6bb51b;
    color: #FFF;
    text-align: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    float: left;
    margin: 0 20px;
    font-size: 22px;
    border: none; }

  .banner-representantes .detail-mobile-1 {
    display: table; }

  .banner-representantes .detail-1 {
    display: none; }

  .wrap-representantes h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 30px; }

  .wrap-representantes .indicator {
    float: none;
    display: table;
    margin: 35px auto;
    background: url(../images/hand-down.png) no-repeat;
    padding: 20px 0 20px 60px;
    -webkit-animation: move-hand-vertical .6s infinite;
    animation: move-hand-vertical .6s infinite; }

  .wrap-representantes .indicator-mobile {
    display: table;
  }
  .wrap-representantes .indicator-desk {
    display: none;
  }

  .wrap-representantes .col-content {
    padding-top: 30px; }

  .wrap-representantes .custom-select {
    margin: 10px 0; }

  .wrap-representantes .list-representantes h3 {
    font-size: 24px; }

  .wrap-representantes .list-representantes {
    margin-top: 40px; }

  .banner-video .content-video {
    width: 100%; }

  .banner-video .box-video h1 {
    font-size: 30px;
    line-height: 35px;
    width: 100%; }

  .banner-video .box-video h1 br {
    display: none; }

  .wrap-essentials .detail-2 {
    bottom: -40px;
    width: 170px; }

  .blog-concept-green {
    padding-top: 140px; }

  .wrap-dicas .box-img img {
    width: 240px;
    right: 0;
    top: -200px;
    transform: none; }

  .wrap-dicas h2 {
    padding-right: 200px;
    font-size: 35px;
    line-height: 40px; }

  .wrap-dicas .carousel-dicas {
    padding: 45px 25px 25px; }

  .banner-sobre .detail-1 {
    z-index: 10;
    bottom: 100px;
    width: 180px; }

  .wrap-about p {
    font-size: 15px;
    line-height: 30px; }

  .banner-single-product .detail-mobile-1 {
    display: none; }

  .banner-single-product .detail-1 {
    display: none; }

  .menu-sizes .detail-1 {
    z-index: 50;
    top: -100px;
    width: 120px; }

  .banner-download .detail-mobile-2, .banner-download .detail-mobile-3, .banner-download .detail-mobile-4 {
    display: table; }

  .banner-download .detail-2, .banner-download .detail-3, .banner-download .detail-4 {
    display: none; }

  .box-downloads {
    padding: 40px 30px; }

  .box-downloads .item-download .col-img img {
    width: 100%; }

  .box-downloads .item-download .col-img img.img-2 {
    width: calc(100% - 30px); }

  .box-downloads .item-download .title {
    font-size: 18px; }

  .category-boxes .item-category .align-infos {
    padding: 20px; }

  .banner-blog {
    height: 600px; }

  .banner-blog .content-banner-blog {
    left: 15px; }

  .banner-blog .content-banner-blog h1 {
    font-size: 50px; }

  .single-blog-content {
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 50px 15px; }

  .single-blog-content h1 {
    font-size: 30px;
    line-height: 40px; }

  .single-blog-content .post-infos {
    text-align: center; }

  .single-blog-content .post-infos span {
    padding-top: 5px;
    padding-bottom: 5px; }

  .single-blog-content .post-infos {
    margin-bottom: 40px; }

  .single-blog-content p.paragraph {
    padding-left: 20px; }

  .single-blog-content .bottom-post {
    margin-top: 50px; }

  .single-blog-content .box-avatar-text .avatar {
    width: 230px;
    float: none;
    margin: 0 auto 30px; }

  .single-blog-content .box-comments .box-avatar-text .avatar {
    width: 55px;
    float: left;
    margin-bottom: 10px; }

  .single-blog-content .bottom-post span {
    width: 100%;
    margin: 10px 0; }

  .single-blog-content .post-nav {
    margin-top: 40px; }

  .single-blog-content .box-comments h2 {
    margin-bottom: 20px; }

  .single-blog-content .box-comments form textarea, .single-blog-content .box-comments form input[type=text], .single-blog-content .box-comments form input[type=email] {
    margin-bottom: 0; }

  .single-blog-content .box-comments .form-comment {
    margin-top: 30px; }

  .single-blog-content .box-comments h2 {
    font-size: 24px; }

  .single-blog-content .item-post-blog {
    margin-bottom: 20px; }

  .single-blog-content .box-comments form .btn-green {
    float: none;
    margin: 0 auto; }

  .category-blog-content .box-avatar-text .avatar {
    width: 90px; }

  .category-blog-content .box-avatar-text h2 {
    text-align: center; }

  .category-blog-content .box-avatar-text h2 a {
    font-size: 26px;
    line-height: 30px; }

  .category-blog-content span {
    width: 100%;
    text-align: center; }

  .category-blog-content .share .float-right {
    display: table;
    float: none !important;
    margin: 0 auto; }

  .category-blog-content .share {
    width: 100%; }

  .category-blog-content .full-image {
    margin-top: 20px; }

  .category-blog-content .bottom-category {
    margin-top: 0; }

  .category-blog-content .bottom-category .box-buttons {
    margin-bottom: 50px; }

  .category-blog-content .bottom-category .box-buttons span {
    width: 100%;
    text-align: center; }

  .category-blog-content .bottom-category .box-buttons a {
    float: none;
    display: table;
    margin: 10px auto;
    width: 230px;
    text-align: center; }

  .category-blog-content .back {
    display: table;
    float: none;
    margin: 0 auto 50px; }

  .banner-social {
    height: 650px;
    background-position: calc(100% - -210px) center; }

  .title-social .detail-2 {
    display: none; }

  .item-social {
    padding: 100px 0; }

  .item-social .card-social .left .align-infos, .item-social .card-social .left .tag {
    padding: 0 20px; }

  .item-social .card-social .left h3 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 15px; }

  .item-social .card-social .left .icon {
    width: 80px; }

  .item-social:after, .item-social:before {
    display: none; }

  .item-social .detail-1 {
    top: -100px; }

  .item-social .detail-2 {
    top: -60px;
    width: 150px; }

  .banner-home .img-mobile {
    display: table; }

  .banner-home .img-desk {
    display: none; }

  .banner-home .slideshow-banner .owl-dots {
    right: auto;
    left: 30px; }

  .wrap-green .detail-4 {
    width: 120px;
    bottom: 90px; }

  .wrap-green .detail-3 {
    bottom: 20px;
    width: 130px; }

  .wrap-green-2 .detail-5 {
    display: none; }

  .instagram {
    padding-top: 0; }

  .wrap-about {
    padding: 130px 0; }

  .wrap-timeline {
    padding: 0; }

  .more-products-page {
    padding: 120px 0; }

  .more-products-page:before, .more-products-page:after {
    height: 70px; }

  .item-social.last {
    margin-bottom: 50px; }

  .error-404 h2 {
    font-size: 35px; }

  .error-404 {
    padding: 150px 0; }

  .detail-size h2 .zero {
    display: table;
    margin: 10px auto 0;} }

@media only screen and (max-width: 680px) {
  .detail-size {
    padding: 160px 0 140px;
  }
  .menu-sizes h2 {
    margin-bottom: 25px;
  }
  .banner-products {
    height: 680px !important;
  }
  .more-products {
    padding: 50px 0;
  }
  .banner-sobre h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .banner-single-product .breadcrumbs span, .banner-single-product .breadcrumbs a, .banner-single-suco .breadcrumbs a {
    font-size: 12px;
  }
  .banner-single-product .breadcrumbs, .banner-single-suco .breadcrumbs {
    margin-bottom: 25px;
  }
  .banner-single-product .img-product, .banner-single-suco .img-product {
    max-width: 100%;
  }
  .contact-page .link-contact {
    font-size: 16px;
  }
  .contact-page .contact-form {
    padding: 0 10px;
  }
  .banner-single-suco .detail-2 {
    top: auto;
    bottom: 340px;
  }
  .banner-category {
    height: 600px;
  }
  .single-blog-content {
    padding-top: 80px;
  }
  .category-blog-content {
    top: 0;
  }
  .wrap-products .menu-tabs a {
    font-size: 14px;
    padding: 0 16px;
  }
  .wrap-products .grid-products {
    margin-top: 50px;
  }
  .wrap-timeline .menu-years a.arrow {
    margin: 0 2px !important;
  }
  .wrap-timeline .text-box h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .banner-sobre {
    height: 680px;
  }
  .banner-products h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .wrap-about .toggle-detail .open-info {
    font-size: 24px;
    line-height: 30px;
  }
  .banner-video .box-video h1 {
    margin-top: 50px;
  }
  .wrap-representantes .detail-2 {
    width: 130px;
    bottom: 70px;
  }
  .banner-home .img-banner {
    right: -330px; }

  .banner-pages h1 {
    text-align: left; }

  .banner-pages h1 span {
    padding-left: 0; }

  .banner-home .content-banner {
    width: 100%; }

  .banner-home .content-banner h1 {
    width: 100%;
    text-align: center; }

  .blog-concept .box-video {
    height: 270px;
    margin-top: 30px; }

  .blog-concept {
    background-size: auto 700px; }

  .banner-pages h1 span {
    padding-left: 0; }

  .wrap-products .menu-tabs a {
    padding: 0 20px; }

  .banner-representantes {
    height: 650px;
  }

  .banner-representantes .img-banner {
    right: -40px;
    bottom: -50px;
    width: 290px; }

  .banner-contact {
    height: 650px;
  }
  .banner-contact .detail-4 {
    display: none;
  }

  .banner-contact .img-banner {
      right: -140px;
      width: 370px;
  }

  .banner-representantes h1 {
    left: 50%;
    z-index: 30;
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 30px !important;
    line-height: 30px !important; }

  .wrap-essentials h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px;
    margin-top: 40px; }

  .wrap-dicas h2 {
    padding-right: 100px; }

  .wrap-dicas .box-img img {
    width: 190px;
    right: 0;
    top: -140px;
    transform: none; }

  .wrap-timeline .menu-years a {
    font-size: 13px;
    width: 50px; }

  .wrap-timeline .menu-years a.active {
    font-size: 21px; }

  header .topbar a {
    margin-left: 10px;
    font-size: 11px; }

  header .topbar a i {
    margin-right: 5px; }

  .detail-size .open-info {
    font-size: 18px;
    font-weight: 700; }

  .detail-size .collapse-info span {
    font-size: 15px;
    font-weight: 500; }

  .detail-size .open-info {
    margin: 30px 0 10px; }

  .detail-size .collapse-info span.col-title {
    margin-bottom: 10px; }

  .detail-size small {
    margin-top: 30px; }

  .category-boxes .item-category {
    height: 355px !important;
    width: 100%; }

  .banner-single-product .img-product {
    width: 100%; }

  .detail-size {
    margin-top: -165px; }

  .more-products .carousel-more-products {
    padding: 0; }

  .more-products .carousel-more-products .owl-nav {
    z-index: 100; }

  .more-products .carousel-more-products .owl-item a {
    transform: scale(0.7);
    opacity: 0.6;
    display: table;
    width: 100%; }

  .more-products .carousel-more-products .owl-item a .title {
    font-size: 16px;
    margin-top: 15px; }

  .more-products .carousel-more-products .active + .active a {
    transform: none;
    opacity: 1; }

  .more-products .carousel-more-products .active + .active + .active a {
    transform: scale(0.7);
    opacity: 0.6; }

  .banner-social {
    background-position: calc(100% - -330px) center; }

  .banner-social h1 {
    left: 15px; } }
@media only screen and (max-width: 480px) {
  .banner-social {
    background-position: calc(100% - -390px) center; } }
@media only screen and (max-width: 340px) {
  .banner-pages {margin-top: 76px;}
}


@-webkit-keyframes move-hand-horizontal {
  0% {
    background-position: 0 center; }
  50% {
    background-position: 8px center; }
  100% {
    background-position: 0 center; } }
@keyframes move-hand-horizontal {
  0% {
    background-position: 0 center; }
  50% {
    background-position: 8px center; }
  100% {
    background-position: 0 center; } }
@-webkit-keyframes move-hand-vertical {
  0% {
    background-position: 0 center; }
  50% {
    background-position: 8px center; }
  100% {
    background-position: 0 center; } }
@keyframes move-hand-vertical {
  0% {
    background-position: left 0; }
  50% {
    background-position: left 100%; }
  100% {
    background-position: left 0; } }

/*# sourceMappingURL=style.css.map */

#language-selector-home{
  border: solid 1px #f5f5f5;
  border-radius: 14px;
  padding: 2px 11px;
  float: left;
  background-color: #6bb51b;
  color: white;
  margin-top: 4px;
  font-size: 13px;
}

#language-selector-home:hover {
  opacity: 0.8;
  cursor: pointer;
}
