/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../themes/default/assets/vendor/owl-carousel/dist/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
/*HEADER*/
header {
  position: sticky;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px 6px #dcdcdc;
  -moz-box-shadow: 0px 0px 6px #dcdcdc;
  box-shadow: 0px 0px 6px #dcdcdc;
}
header #logo img {
  filter: brightness(0%);
}
header #headerTop {
  padding: 6px 0;
}
header #headerTop img {
  height: 18px;
}
header #headerTop .list-network li {
  margin-right: 30px;
}
header #headerTop .list-network li i {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
header #headerTop .list-network li:last-child {
  margin-right: 0;
}
header #header {
  padding: 20px 0;
  background: #fff;
}
header #header .icon-navicon i {
  font-size: 25px;
  cursor: pointer;
  vertical-align: middle;
}
header #header .icon-navicon i.fa-times {
  display: none;
}
header #header .icon-navicon.active i.fa-times {
  display: inline-block;
}
header #header .icon-navicon.active i.fa-bars {
  display: none;
}
header #header .icon-navicon span {
  font-size: 20px;
  margin-left: 10px;
  vertical-align: middle;
  letter-spacing: 1px;
}
header #header .menu li:last-child {
  border: none;
  padding-right: 0;
}
header #header .menu li a {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 5px 16px;
  color: #000;
}
header #header .menu li a.active,
header #header .menu li a.focus,
header #header .menu li a:hover {
  color: #fff;
  background: #00995d;
}
header #header .menu li.dropdown a[aria-expanded="true"]:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
header #header .menu li.dropdown .dropdown-menu {
  background: rgba(22, 22, 21, 0.8);
  padding: 0;
  max-height: 300px;
  overflow: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
header #header .menu li.dropdown .dropdown-menu a {
  color: #fff;
  font-size: 15px;
  border: none;
  padding: 10px 15px;
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-100%);
  }
}
@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
/*END HEADER*/
/*HOME*/
#blockParallax {
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 7;
}
#blockParallax .block-text {
  width: 80%;
  margin: 0 auto;
}
#blockParallax:after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -9;
}
#blockCta .btn-default {
  border: 1px solid;
  display: inline-block;
}
#listServices .item-box li {
  list-style: inside;
}
/*END HOME*/
#contact .text-contact {
  width: 95%;
}
#contact #address ul .card {
  padding: 20px;
  margin: 20px 0;
  border: none;
}
#contact #address ul .card img {
  width: 45px;
  height: 40px;
}
#contact #address ul .card .item-icon {
  margin-top: 20px;
}
#contact #address ul .card .info-contact {
  width: 80%;
}
#contact #address ul .card .info-contact p {
  margin: 0;
}
#contact #address ul .card .card-header {
  padding: 0;
  border: none;
  background: none;
}
.list-products li {
  margin: 15px 0;
}
.list-products li a {
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.list-products li a:hover {
  -webkit-transform: translate3d(0, -10px, 20px);
  -moz-transform: translate3d(0, -10px, 20px);
  -o-transform: translate3d(0, -10px, 20px);
  transform: translate3d(0, -10px, 20px);
}
.list-products li .item-product {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
}
.list-products li .item-product img {
  height: 240px;
  object-fit: cover;
  -o-object-fit: cover;
}
.list-products li .btn-default {
  border: 1px solid;
}
#productDetail #productContent #galleryProduct {
  float: left;
  width: 550px;
  margin-right: 20px;
  margin-bottom: 10px;
}
#productDetail #productContent #galleryProduct img {
  height: 400px;
  object-fit: cover;
  -o-object-fit: cover;
}
#productDetail #productContent #galleryProduct ul .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.gallery .list-gallery li {
  margin: 20px 0;
}
.gallery .list-gallery li a:hover .gallery-hover {
  opacity: 1;
}
.gallery .list-gallery li .item-gallery figure img {
  height: 350px;
  object-fit: cover;
  -o-object-fit: cover;
}
.gallery .list-gallery li .gallery-hover {
  opacity: 0;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  color: #fff;
}
.gallery .list-gallery li .gallery-hover .hover-name span {
  display: block;
}
.gallery .list-gallery li .gallery-hover .hover-name span:last-child {
  font-size: 16px;
}
.gallery .list-gallery li .gallery-hover .hover-icon img {
  height: 20px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  /* Safari 6.0 - 9.0 */
}
.list-blog li figure img {
  height: 200px;
  object-fit: cover;
  -o-object-fit: cover;
}
.list-blog li a .resume-blog {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 70px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.09);
}
.list-blog li a .resume-blog h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-blog li a .description-resume {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.list-blog li a .description-resume p {
  margin: 0;
}
.list-blog li a button {
  background: none;
  border: none;
  padding: 0;
}
.list-blog li a:hover button i {
  padding-left: 5px;
}
#blogContent ul li {
  margin: 20px 0;
}
#blogContent ul li:nth-child(n+7) {
  display: none;
}
#blogIntern .img-news-detail {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
#blogIntern .img-news-detail img {
  height: 400px;
  width: 560px;
  object-fit: cover;
  -o-object-fit: cover;
}
#blogIntern .return a {
  font-size: 16px;
}
#blogIntern .return a:hover {
  color: #00995d;
}
#blogIntern .block-text a {
  color: #00995d;
  font-weight: bold;
}
#blogIntern .share .sharefake {
  display: none;
}
#blogIntern .share span {
  margin-right: 8px;
}
#listTeam li {
  margin: 20px 0;
}
#listTeam li .item-team {
  background: #fff;
  padding: 20px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#listTeam li .item-team a {
  font-size: 18px;
  color: #000;
}
#listTeam li .item-team p {
  margin: 0 0 5px;
  font-size: 1.2rem;
}
#listTeam li .item-team p span {
  font-size: 16px;
  color: #363636;
  display: block;
}
#listTeam li .item-team .img-perfil img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#listTeam li .item-team .network-team i {
  margin: 10px;
}
#contentAbout figure {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
#contentAbout figure img {
  height: 350px;
  width: 550px;
  object-fit: cover;
  -o-object-fit: cover;
}
#testimonials .item-testimonial {
  padding: 20px 30px;
}
#testimonials .item-testimonial i {
  font-size: 30px;
  margin-bottom: 10px;
}
#testimonials .item-testimonial img {
  border: 4px solid #00995d;
  height: 100px;
  width: 100px;
  object-fit: cover;
  -o-object-fit: cover;
}
#testimonials .item-testimonial span {
  margin-left: 20px;
  font-size: 16px;
}
#partners ul li {
  margin: 20px 0;
}
#partners ul li .item-partners img {
  height: 90px;
  object-fit: contain;
  -o-object-fit: contain;
  width: 100%;
}
#servicesContent ul li {
  margin: 60px 0;
}
#servicesContent ul li:nth-child(odd) .description-service {
  text-align: right;
}
#servicesContent ul li:nth-child(odd) .item-service {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
#servicesContent ul li img {
  height: 370px;
  object-fit: cover;
  -o-object-fit: cover;
}
#servicesContent ul li ol,
#servicesContent ul li ul {
  padding: 0;
}
#servicesContent ul li ol li,
#servicesContent ul li ul li {
  list-style: inside;
  margin: 10px 0;
  font-size: 16px;
}
#textParallax {
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
}
#textParallax .block-text {
  width: 45%;
}
#serviceContent figure {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
#serviceContent figure img {
  width: 550px;
  object-fit: cover;
  -o-object-fit: cover;
}
#serviceContent .h3,
#serviceContent h3 {
  font-size: 1.5rem;
}
#serviceContent .nav-pills .nav-link {
  margin: 6px 0;
}
/* FORMULÁRIO */
.btn.btn-default.focus,
.btn.btn-default:focus,
.btn.btn-default:hover {
  color: inherit;
}
.tooltip-inner {
  background: #00995d;
  color: #fff;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: #00995d;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #00995d;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #00995d;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: #00995d;
}
.form-control:disabled,
.form-control[readonly] {
  background: none;
}
.form-control[readonly]:focus {
  background: none;
  border-color: inherit;
}
select.form-control:not([size]):not([multiple]) {
  height: 50px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group select.form-control {
  padding: 6px 10px;
  color: #b0afaf;
}
.form-group select.form-control:focus {
  color: #b0afaf;
}
.form-group textarea.form-control {
  height: 125px;
  resize: none;
}
.form-group label {
  margin-bottom: 2px;
}
.form-group .form-control {
  height: 40px;
  color: #8e8e8e;
  font-size: 14px;
  width: 100%;
  border: none;
  border-bottom: 2px solid #555;
  padding: 5px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-group .form-control:focus {
  background: none;
  border-color: #00995d;
  color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-group .form-control::placeholder {
  color: #8e8e8e;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #8e8e8e !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #8e8e8e !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #8e8e8e !important;
}
:-ms-input-placeholder {
  color: #8e8e8e !important;
}
@keyframes shake-animation {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(5px, 0);
  }
  3.57143% {
    transform: translate(0, 0);
  }
  5.35714% {
    transform: translate(5px, 0);
  }
  7.14286% {
    transform: translate(0, 0);
  }
  8.92857% {
    transform: translate(5px, 0);
  }
  10.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
#formContactFixed {
  position: fixed;
  bottom: 0;
  right: 80px;
  z-index: 8;
}
#formContactFixed #collapseForm {
  min-width: 350px;
  background: #eee;
  padding: 30px;
  overflow: auto;
  max-height: 600px;
  -webkit-box-shadow: 0 0 6px #0000004D;
  -moz-box-shadow: 0 0 6px #0000004D;
  box-shadow: 0 0 6px #0000004D;
}
#formContactFixed button {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#formContactFixed button[data-target="#collapseForm"] {
  margin: 0;
  text-align: left;
  padding: 15px 30px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#formContactFixed button[data-target="#collapseForm"][aria-expanded="false"] {
  -webkit-animation: shake-animation 4.72s ease infinite;
  -o-animation: shake-animation 4.72s ease infinite;
  animation: shake-animation 4.72s ease infinite;
}
/* END FORMULÁRIO */
/*FOOTER*/
footer {
  background: #363636;
  /*SETA TOPO*/
  /*END SETA TOPO*/
}
footer .menu-footer li a {
  font-size: 16px;
  margin: 15px 0;
  font-weight: 600;
  display: block;
}
footer .menu-footer li a:first-child {
  margin-top: 0;
}
footer .menu-footer li a:hover {
  color: #8bae20;
}
footer .menu-footer li a:before {
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #eee;
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
footer .menu-footer li a:hover:before {
  -webkit-transform: translate3d(4px, 0px, 0px);
  -moz-transform: translate3d(4px, 0px, 0px);
  -o-transform: translate3d(4px, 0px, 0px);
  transform: translate3d(4px, 0px, 0px);
  border-left: 6px solid #8bae20;
}
footer .copyright {
  border-top: 1px solid;
  padding-top: 30px;
  margin-top: 40px;
}
footer .copyright p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
footer .list-network li a {
  color: #fff;
  border: 2px solid;
  margin-right: 15px;
  line-height: 1;
  padding: 8px 4px;
  font-size: 18px;
  width: 35px;
  text-align: center;
  display: block;
}
footer .list-network li a:hover {
  background: #8bae20;
  color: #fff;
}
footer #contactFooter li {
  margin: 20px 0;
}
footer #contactFooter li .item-contact {
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
}
footer #contactFooter li .item-contact:hover {
  color: #00995d;
}
footer #contactFooter li i {
  font-size: 20px;
  text-align: center;
  width: 25px;
}
footer .arrow-up {
  position: fixed;
  right: 5px;
  bottom: 0px;
  cursor: pointer;
  font-size: 12px;
  z-index: 9;
  display: none;
  color: #fff;
  text-shadow: 0px 1px 1px #000;
  background-color: rgba(0, 153, 93, 0.6);
  padding: 5px 10px;
}
footer .arrow-up:hover {
  background-color: #00995d;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
/*END FOOTER*/
/* --- Transitions --- */
.transition-all {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.transition-color {
  transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
}
.transition-background {
  transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
}
.transition-opacity {
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}
/* --- End Transitions --- */
body,
html {
  max-width: 100%;
}
a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: inherit;
}
a {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
figure {
  margin: 0;
}
body {
  font-size: 14px;
  line-height: 1.6;
  color: #808080;
  font-family: 'Arial', 'Helvetica', sans-serif;
}
ul {
  margin: 0 auto;
  padding: 0;
}
ul li {
  list-style: none;
}
p {
  font-size: 16px;
  line-height: 1.5;
}
.jumbotron {
  padding: 2rem 0;
  margin: 0;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  line-height: 1.3;
  color: #363636;
  font-weight: bold;
  font-family: 'Georgia', sans-serif;
}
.padding-block {
  padding: 60px 0;
}
.color-default {
  color: #00995d;
}
.color-secondary {
  color: #8bae20;
}
.bg-default {
  background: #00995d;
}
.text-color {
  color: #808080;
}
.bg-gray {
  background: #f7f7f7;
}
.overflow-hidden {
  overflow: hidden;
}
.btn-default {
  font-size: 1.3rem;
  font-family: 'Georgia', sans-serif;
  line-height: 1.1;
  cursor: pointer;
  padding: 12px 30px;
  border: none;
  color: #16492b;
  font-weight: bold;
  background: #b1d34b;
  background-size: 0% 0%;
  background-position: 50% 50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.btn-default:hover {
  background-size: 100% 100%;
  background-image: linear-gradient(#d5e79d, #d5e79d);
  background-repeat: no-repeat;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin: 20px 0 0;
}
.owl-carousel.owl-theme .owl-dot span {
  width: 15px;
  height: 15px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00995d;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 42%;
  margin: 0;
  right: 0;
  width: 100%;
}
.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
  color: #fff;
  border: 2px solid #6d6e6f;
  outline: none;
  font-size: 25px;
  line-height: 1;
  margin: 0;
  padding: 5px 11px !important;
  position: absolute;
  opacity: 0.6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
  opacity: 1;
  background: #6d6e6f;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: 15px;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  right: 15px;
}
.bg-black {
  background: #000;
}
.nav-breadcrumb {
  padding: .75rem 0;
  margin: 0;
  background-color: #212121;
}
.nav-breadcrumb .breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
}
.nav-breadcrumb .breadcrumb li.active a {
  color: #8bae20;
}
.nav-breadcrumb .breadcrumb li a {
  color: #fff;
}
.nav-breadcrumb .breadcrumb li a:hover {
  color: #8bae20;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro", sans-serif;
}
/*END STYLES GLOBAL*/
.title-block h2 span {
  font-size: 16px;
  color: #363636;
  margin-bottom: 5px;
}
.list-icon li .item-list {
  width: 95%;
  margin: 0 auto;
}
.list-icon li .item-list h4 {
  line-height: 1.2;
  font-size: 1.5em;
}
.list-icon li figure img {
  height: 70px;
}
.list-box li {
  margin: 20px 0;
}
.list-box li figure img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.list-box li a {
  background: #fff;
  padding: 25px 15px;
  -webkit-box-shadow: 0 0px 70px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0px 70px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0px 70px rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.list-box li a:hover {
  background: #f8f8f8;
}
.list-box li a .item-box {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.list-box li a .item-box h4 {
  font-size: 1.3rem;
}
.list-box li a .item-box p {
  font-size: 14px;
  line-height: 1.7;
}
.conceptual img {
  height: calc(100vh - 145px);
  object-fit: cover;
  -o-object-fit: cover;
}
.conceptual .content-banner {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 7;
  width: 100%;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.conceptual .content-banner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.8) 50%);
  z-index: -1;
}
.conceptual .description-banner p {
  font-size: 1.2rem;
}
.conceptual .caption {
  width: 65%;
}
.conceptual .caption h1,
.conceptual .caption h2 {
  font-size: 3rem;
  line-height: 1.2;
}
.nav-pills .nav-link {
  border: 1px solid #808080;
  margin: 5px 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 1.1em;
  padding: 6px 25px;
  cursor: pointer;
  color: #808080;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
  border-color: #00995d;
  background: #00995d;
  color: #fff;
}
.tab-content .block-text ul li,
.tab-content .block-text ol li {
  font-size: 16px;
  margin: 5px 0;
  list-style: inside;
}
#blockColumn img {
  height: 320px;
  object-fit: cover;
  -o-object-fit: cover;
}
#blockIcon img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  /* Safari 6.0 - 9.0 */
}
.effect-scale a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.owl-carousel .owl-dots .owl-dot span {
  background: #808080;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: #00995d;
  height: 17px;
}
/*RESPONSIVO*/
/* Large devices (desktops, less than 1200px) TABLET DEITADO */
@media (max-width: 1199px) {
  .menu li {
    margin: 0 5px;
  }
  header #header .menu li a {
    padding: 5px 10px;
  }
  .list-products li .item-product img {
    height: 200px;
  }
  .gallery .list-gallery li .item-gallery figure img {
    height: 200px;
  }
  .conceptual .caption h1,
  .conceptual .caption h2 {
    font-size: 2.5rem;
  }
  .list-box li figure img {
    height: 200px;
  }
  .gallery .list-gallery li .gallery-hover {
    opacity: 1;
    position: static;
  }
  /*END HOME*/
  /*INTERN*/
  .h3,
  h3 {
    font-size: 1.2rem;
  }
  #formContactFixed {
    right: 100px;
  }
  #contentAbout figure img {
    height: 300px;
    width: 440px;
  }
  #serviceContent figure img {
    height: 320px;
    width: 450px;
  }
  #blogIntern .img-news-detail img {
    height: 300px;
    width: 460px;
  }
  #blogIntern .img-news-detail img {
    height: 260px;
    width: 350px;
  }
  /*END INTERN*/
}
/* Medium devices (tablets, less than 992px) TABLET */
@media (max-width: 991px) {
  .mb-5,
  .my-5 {
    margin-bottom: 1.5rem !important;
  }
  header {
    position: static;
  }
  header .logo img {
    height: 50px;
  }
  header #header nav.menu {
    display: none;
    margin: 20px 0px 0px;
  }
  header #header nav.menu ul li {
    font-size: 24px;
    text-align: left;
    margin: 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  header #header nav.menu ul li a {
    letter-spacing: 1px;
    padding: 15px;
    display: block;
    white-space: normal;
  }
  header #header nav.menu ul li a:after {
    display: none;
  }
  header #header nav.menu ul li.dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    margin-bottom: 20px;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
  header #header nav.menu ul li.dropdown .dropdown-menu a {
    margin: 15px 0;
  }
  .conceptual img {
    height: 50vh;
  }
  .list-icon li .item-list {
    width: auto;
    margin: 20px auto;
  }
  #blockColumn .row {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
  #blockColumn .row figure {
    margin-top: 30px;
  }
  #blockColumn .row figure img {
    width: 100%;
  }
  footer li {
    margin: 10px 0;
  }
  .menu-footer li {
    margin: 0 0 10px;
  }
  footer .list-network li {
    margin: 0;
  }
  .conceptual .caption {
    width: 70%;
  }
  /**********/
  #boxSearch {
    width: 100%;
  }
  .conceptual .caption h1,
  .conceptual .caption h2 {
    font-size: 2rem;
  }
  .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 5px;
  }
  .owl-carousel.owl-theme .owl-nav .owl-next {
    right: 5px;
  }
  /*END HOME*/
  /*INTERN*/
  #contentAbout figure img {
    height: 230px;
    width: 350px;
  }
  #servicesContent ul li img {
    height: 330px;
  }
  #textParallax .block-text {
    width: 55%;
  }
  #serviceContent figure img {
    height: 260px;
    width: 340px;
  }
  #serviceContent .h3,
  #serviceContent h3 {
    font-size: 1.3rem;
  }
  .flex-reverse-mobile {
    display: flex;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
  #productDetail #productContent #galleryProduct {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
  }
  #productDetail #productContent #galleryProduct img {
    height: 250px;
  }
  #contact #address ul .card figure {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #contact #address ul .card figure img {
    width: 35px;
  }
  #contact #address ul .card .info-contact p {
    font-size: 14px;
  }
  /*END INTERN*/
}
/* Small devices (landscape phones, less than 768px)  md*/
@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 1.8rem;
  }
  .h3,
  h3 {
    font-size: 1.5rem;
  }
  .h4,
  h4 {
    font-size: 1.3rem;
  }
  .mt-5,
  .my-5 {
    margin-top: 2rem !important;
  }
  .owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 35px;
  }
  .padding-block {
    padding: 30px 0;
  }
  .block-text p {
    font-size: 16px;
  }
  .block-text h2 {
    font-size: 24px;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 20px 0;
  }
  .btn-default {
    width: 100%;
    padding: 14px;
  }
  /********/
  #formContactFixed {
    right: 0;
    width: 100%;
  }
  #formContactFixed .btn-default[aria-expanded="false"] {
    width: auto;
    margin-left: 30px;
  }
  #formContactFixed #collapseForm {
    position: relative;
    z-index: 99;
  }
  .conceptual .caption {
    width: auto;
  }
  header .list-network {
    margin: 0;
  }
  .conceptual img {
    height: 80vh;
  }
  #blockColumn img {
    height: 200px;
  }
  #blockParallax .block-text {
    width: auto;
  }
  .nav-item {
    flex: 1 1 165px;
    -webkit-flex: 1 1 165px;
    -ms-flex: 1 1 165px;
    text-align: center;
  }
  footer .copyright {
    margin-bottom: 40px;
  }
  /*END HOME*/
  .breadcrumb li a {
    font-size: 14px;
  }
  .send button {
    width: 100%;
  }
  #contentAbout figure {
    float: none;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 20px;
  }
  #contentAbout .block-text {
    display: flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  #servicesContent ul li figure {
    margin-bottom: 20px;
  }
  #servicesContent ul li img {
    height: 220px;
  }
  #textParallax .block-text {
    width: auto;
  }
  #serviceContent figure img {
    width: 100%;
    height: 220px;
  }
  #serviceContent figure {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #services-tab,
  #products-tab {
    gap: 10px;
    margin-bottom: 20px;
  }
  #tabsProduct .nav-pills .nav-link,
  #serviceContent .nav-pills .nav-link {
    flex: 1 1 160px;
    -ms-flex: 1 1 160px;
    -webkit-flex: 1 1 160px;
    padding: 6px 10px;
    margin: 0;
    text-align: center;
  }
  #contact #address ul .card .info-contact p {
    font-size: 14px;
    margin: 0 0px 0px 10px;
  }
  #contact #address ul .card .item-icon {
    margin-top: 30px;
  }
  .accordion .card-body {
    padding: 0;
    margin-top: 30px;
  }
  .card-body iframe {
    width: 100%;
    height: 250px;
  }
  #blogIntern .img-news-detail {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #blogIntern .img-news-detail img {
    height: 220px;
    width: 100%;
  }
  .conceptual .content-banner:before {
    background-image: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.8) 30%);
  }
}
/* Extra small devices (portrait phones, less than 576px) sm*/
@media (max-width: 575px) {
  .conceptual img {
    height: 45vh;
  }
}
