/**
 * 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: 99;
  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 #008CD2;
  -moz-box-shadow: 0px 0px 6px #008CD2;
  box-shadow: 0px 0px 6px #008CD2;
}
header #headerTop {
  background: #f2851e;
  padding: 6px 0;
}
header #headerTop ul {
  margin: 0;
}
header #headerTop #infosHeaderTop li {
  margin-right: 30px;
}
header #headerTop #infosHeaderTop li i {
  font-size: 18px;
  line-height: 1;
}
header #headerTop #infosHeaderTop li a {
  cursor: pointer;
  gap: 8px;
}
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: 45px 0;
  background: #006793;
  height: 120px;
}
header #header #iconNavicon i {
  font-size: 25px;
  cursor: pointer;
  vertical-align: middle;
}
header #header #iconNavicon i.fa-times {
  display: none;
}
header #header #iconNavicon.active i.fa-times {
  display: inline-block;
}
header #header #iconNavicon.active i.fa-bars {
  display: none;
}
header #header #iconNavicon span {
  font-size: 20px;
  margin-left: 20px;
  vertical-align: middle;
  letter-spacing: 1px;
}
header #header #logo {
  position: absolute;
  top: -80px;
}
header #header #menu li {
  font-size: 16px;
}
header #header #menu li:last-child {
  padding-right: 0;
}
header #header #menu li:first-child {
  padding-right: 50px;
  margin-left: -15px;
  max-width: 300px;
}
header #header #menu li a {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 5px 12px;
  color: #fff;
}
header #header #menu li a.active,
header #header #menu li a.focus,
header #header #menu li a:hover {
  color: #fff;
  border-bottom: 2px solid #f2851e;
}
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*/
#bannerParallax {
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 7;
}
#bannerParallax .block-text {
  width: 52%;
}
#bannerParallax .block-text h1 {
  font-size: 2.8rem;
}
#bannerParallax .block-text h1 span {
  font-size: 16px;
  margin-bottom: 15px;
}
#bannerParallax:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to left, transparent 0%, rgba(0, 103, 147, 0.85) 75%);
  z-index: -1;
}
#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 .item-product h4 {
  color: #fff;
}
.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;
  border-radius: 20px 20px 0 0;
  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: #006793;
}
#blogIntern .block-text a {
  color: #006793;
  font-weight: bold;
}
#blogIntern .share .sharefake {
  display: none;
}
#blogIntern .share span {
  margin-right: 8px;
}
.content-about figure {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.content-about figure img {
  height: 350px;
  width: 550px;
  object-fit: cover;
  -o-object-fit: cover;
}
#about #partners .item-partners {
  display: flex;
  justify-content: center;
}
#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;
}
#serviceContent figure {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
#serviceContent figure img {
  height: 400px;
  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;
}
#clients .item-partner img {
  height: 140px;
  object-fit: contain;
  -o-object-fit: contain;
}
#testimonials .item-testimonial .text-testimonial {
  padding-top: 25px;
}
#testimonials .item-testimonial i {
  font-size: 30px;
  margin-bottom: 10px;
}
#testimonials .item-testimonial img {
  border: 4px solid #006793;
  height: 220px;
  width: 220px;
  object-fit: cover;
  -o-object-fit: cover;
}
#testimonials .item-testimonial span {
  font-size: 16px;
}
#testimonials .owl-prev,
#testimonials .owl-next {
  background: #f2851e;
  border: none;
  color: #fff !important;
  padding: 3px 10px !important;
}
/* FORMULÁRIO */
.btn.btn-default.focus,
.btn.btn-default:focus,
.btn.btn-default:hover {
  color: inherit;
}
.tooltip-inner {
  background: #006793;
  color: #fff;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: #006793;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #006793;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #006793;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: #006793;
}
.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: 1px solid #e0e0e0;
  padding: 5px 10px;
  -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: #006793;
  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;
  left: 205px;
  display: block;
  z-index: 9999;
  outline: none !important;
}
#formContactFixed #collapseForm {
  min-width: 350px;
  background: #eee;
  padding: 30px;
  overflow: auto;
  max-height: 500px;
  -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;
  width: 100%;
  outline: none !important;
}
#formContactFixed button[data-target="#collapseForm"] {
  margin: 0;
  text-align: left;
  padding: 15px 30px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-color: #00adeb;
}
#formContactFixed button[data-target="#collapseForm"]:hover {
  background-image: linear-gradient(#008bc6, #008bc6);
}
#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: #006793;
  /*SETA TOPO*/
  /*END SETA TOPO*/
}
footer #maps iframe {
  width: 100%;
}
footer .list-footer address a {
  text-decoration: underline;
}
footer .list-footer a:hover {
  color: #f2851e;
}
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: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 #f2851e;
}
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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 1;
  padding: 8px 4px;
  font-size: 18px;
  width: 35px;
  text-align: center;
  display: block;
}
footer .list-network li a:hover {
  background: #006793;
  color: #fff;
}
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, 103, 147, 0.6);
  padding: 5px 10px;
}
footer .arrow-up:hover {
  background-color: #006793;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
footer #whatsFooter {
  -webkit-animation: shake-animation 4.72s ease infinite;
  -o-animation: shake-animation 4.72s ease infinite;
  animation: shake-animation 4.72s ease infinite;
  position: fixed;
  bottom: 0;
  background: #219325;
  right: 80px;
  cursor: pointer;
  padding: 15px 20px;
  z-index: 9;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-family: 'Georgia', sans-serif;
}
footer #whatsFooter:hover {
  background: #00ce65;
}
footer #whatsFooter i {
  font-size: 30px;
}
footer #whatsFooter span {
  margin-left: 10px;
}
/*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: #626262;
  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: #006793;
}
.color-orange {
  color: #f2851e;
}
.color-white {
  color: #fff;
}
.bg-default {
  background: #006793;
}
.bg-orange {
  background: #f2851e;
}
.text-color {
  color: #626262;
}
.bg-gray {
  background: #f7f7f7;
}
.overflow-hidden {
  overflow: hidden;
}
.pdl-0 {
  padding-left: 0 !important;
}
.btn-default {
  font-size: 1.3rem;
  font-family: 'Georgia', sans-serif;
  line-height: 1.1;
  cursor: pointer;
  padding: 12px 30px;
  border: none;
  color: #fff;
  font-weight: bold;
  background: #006793;
  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(#2dc0ff, #2dc0ff);
  background-repeat: no-repeat;
  color: #fff;
}
.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: #006793;
}
.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: 10px 17px !important;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  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;
  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: #006793;
}
.nav-breadcrumb .breadcrumb li a {
  color: #fff;
}
.nav-breadcrumb .breadcrumb li a:hover {
  color: #006793;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro", sans-serif;
}
img.semi-round {
  border-radius: 20px;
}
/*END STYLES GLOBAL*/
.title-block h2 span {
  font-size: 16px;
  color: #f2851e;
  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 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 - 154px);
  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, 103, 147, 0.85) 75%);
  z-index: -1;
}
.conceptual .description-banner p {
  font-size: 1.2rem;
}
.conceptual .caption h1,
.conceptual .caption h2 {
  font-size: 2.8rem;
}
.conceptual#conceptualHome .text-banner {
  width: 52%;
}
.nav-pills .nav-link {
  border: 1px solid #ccc;
  margin: 5px 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 1.1em;
  padding: 6px 25px;
  cursor: pointer;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
  border-color: #006793;
  background: #006793;
  color: #fff;
}
.tab-content .block-text ul li,
.tab-content .block-text ol li {
  font-size: 16px;
  margin: 5px 0;
  list-style: inside;
}
.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: #626262;
  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: #006793;
  height: 17px;
}
.visible-md {
  display: none;
}
#bannerCtaList a {
  display: block;
  position: relative;
}
#bannerCtaList .block-text {
  width: 45%;
}
#bannerCtaList .block-text h1,
#bannerCtaList .block-text h2 {
  font-size: 2rem;
}
#testimonials .owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  color: #6d6e6f;
}
#testimonials .owl-carousel.owl-theme .owl-nav .owl-next {
  right: -85px;
}
#testimonials .owl-carousel.owl-theme .owl-nav .owl-prev {
  left: -85px;
}
/*RESPONSIVO*/
/* Large devices (desktops, less than 1200px) TABLET DEITADO */
@media (max-width: 1199px) {
  #menu li {
    margin: 0 5px;
  }
  header #header #menu li a {
    font-size: 14px;
  }
  header #header #menu li:first-child {
    padding-right: 10px;
    max-width: 145px;
    font-size: 13px;
    margin-left: 0;
  }
  .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;
  }
  .conceptual img {
    height: 60vh;
  }
  #textParallax .block-text {
    width: 65%;
  }
  /*END HOME*/
  /*INTERN*/
  .h3,
  h3 {
    font-size: 1.2rem;
  }
  #formContactFixed {
    left: 75px;
  }
  #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;
  }
  #testimonials .item-testimonial img {
    height: 180px;
    width: 180px;
  }
  #testimonials {
    width: 80%;
    margin: 0 auto;
  }
  #bannerParallax .block-text h1 {
    font-size: 2.4rem;
  }
  /*END INTERN*/
}
/* Medium devices (tablets, less than 992px) TABLET */
@media (max-width: 991px) {
  #headerTop .list-network {
    flex-wrap: wrap;
    text-align: center;
    margin-right: 0 !important;
  }
  #headerTop .list-network li {
    margin-right: 21px !important;
  }
  #headerTop .list-network li figure {
    display: inline-block;
  }
  .visible-md {
    display: block;
  }
  .hidden-md {
    display: none;
  }
  .mb-5,
  .my-5 {
    margin-bottom: 1.5rem !important;
  }
  #iconNavicon i {
    font-size: 25px;
    cursor: pointer;
    vertical-align: middle;
  }
  #iconNavicon i span {
    font-size: 20px;
    margin-left: 20px;
    vertical-align: middle;
    letter-spacing: 1px;
  }
  header {
    position: static;
  }
  header #header {
    padding: 20px 0;
  }
  header #header #logo {
    position: initial;
  }
  header #header #logo a {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 15px;
  }
  header #header #logo img {
    height: 80px;
  }
  header #header nav#menu {
    display: none;
    margin: 20px 0px 0px;
    background: #006793;
    position: inherit;
    z-index: 999;
  }
  header #header nav#menu ul li:first-child {
    display: none;
  }
  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;
  }
  .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;
  }
  /**********/
  #boxSearch {
    width: 100%;
  }
  .conceptual#conceptualHome .text-banner {
    width: 64%;
  }
  .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 5px;
  }
  .owl-carousel.owl-theme .owl-nav .owl-next {
    right: 5px;
  }
  .conceptual .caption h1,
  .conceptual .caption h2 {
    font-size: 2rem;
  }
  .conceptual .description-banner p {
    font-size: 1.125rem;
  }
  .conceptual img {
    height: 45vh;
  }
  /*END HOME*/
  /*INTERN*/
  #contentAbout figure img {
    height: 230px;
    width: 350px;
  }
  #servicesContent ul li img {
    height: 330px;
  }
  #bannerCtaList .block-text {
    width: 65%;
  }
  #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;
  }
  #clients .item-partner img {
    height: 120px;
  }
  #bannerParallax .block-text h1 {
    font-size: 1.75rem;
  }
  #bannerParallax {
    background-position: center;
  }
  #bannerParallax .block-text {
    width: 64%;
  }
  /*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: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .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 {
    display: none;
    left: 0;
    width: 100%;
  }
  #formContactFixed .btn-default[aria-expanded="false"] {
    width: auto;
    margin-left: 10px;
  }
  #formContactFixed #collapseForm {
    position: relative;
    z-index: 99;
    max-height: 400px;
  }
  footer .whats-footer {
    bottom: 50px;
  }
  .conceptual .description-banner {
    width: auto;
  }
  header .list-network {
    margin: 0;
  }
  #blockColumn img {
    height: 200px;
  }
  .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;
  }
  header #headerTop #infosHeaderTop li {
    margin-right: 22px;
  }
  header #headerTop ul {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
  header #header #logo img {
    height: auto;
  }
  header #header {
    padding: 0;
    height: auto;
  }
  header #header #logo figure {
    margin: -3px 0 -10px;
    z-index: 9;
  }
  header #header #logo span {
    width: 75%;
    text-align: center;
  }
  .conceptual#conceptualHome .text-banner {
    width: auto;
  }
  .conceptual .description-banner p {
    font-size: 1rem;
  }
  .conceptual .content-banner::before {
    display: none;
  }
  .conceptual .content-banner {
    height: auto;
    position: static;
    display: block;
    background: #f2851e;
    padding: 20px 0;
  }
  .conceptual img {
    height: 200px;
  }
  .conceptual .caption h1,
  .conceptual .caption h2 {
    font-size: 1.5rem;
  }
  .content-about figure img {
    height: 200px;
    width: 100%;
  }
  #textParallax {
    padding: 50px 0;
  }
  footer #whatsFooter {
    font-size: 13px;
    right: inherit;
    left: 10px;
    letter-spacing: 0.5px;
    padding: 10px 15px;
  }
  #servicesContent ul li figure {
    margin-bottom: 20px;
  }
  #servicesContent ul li img {
    height: 220px;
  }
  #bannerCtaList .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%;
  }
  #testimonials .item-testimonial {
    text-align: center;
  }
  #testimonials .item-testimonial figure {
    margin: 0 auto;
  }
  #testimonials .item-testimonial img {
    height: 150px;
    width: 150px;
  }
  #testimonials .item-testimonial .text-testimonial {
    margin-top: 20px;
  }
  #clients .item-partner img {
    height: 90px;
  }
  #bannerParallax .block-text h1 {
    font-size: 1.5rem;
  }
  #bannerParallax .block-text {
    width: auto;
  }
  #bannerParallax {
    height: auto;
    min-height: 350px;
  }
}
/* Extra small devices (portrait phones, less than 576px) sm*/
