/* ==========================================================================
 03. PRELOAD SPINNER
 =========================================================================== */
#loaderWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1030;
}
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9;
  margin-top: 0;
  top: 0;
}
.cssload-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 50px;
  height: 50px;
  animation: cssload-invert 2.3s infinite steps(2, end);
  -o-animation: cssload-invert 2.3s infinite steps(2, end);
  -ms-animation: cssload-invert 2.3s infinite steps(2, end);
  -webkit-animation: cssload-invert 2.3s infinite steps(2, end);
  -moz-animation: cssload-invert 2.3s infinite steps(2, end);
}
.fancy-spinner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.fancy-spinner div {
  position: absolute;
  width: 6rem;
  height: 6rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.fancy-spinner div.ring {
  border-width: 0.25rem;
  border-style: solid;
  border-color: transparent;
  -webkit-animation: 2s fancy infinite alternate;
  animation: 2s fancy infinite alternate;
}
.fancy-spinner div.ring:nth-child(1) {
  border-left-color: #71b100;
  border-right-color: #71b100;
}
.fancy-spinner div.ring:nth-child(2) {
  border-top-color: #71b100;
  border-bottom-color: #71b100;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.fancy-spinner div.dot {
  width: 1rem;
  height: 1rem;
  background: #71b100;
}
@-webkit-keyframes fancy {
  to {
    -webkit-transform: rotate(360deg) scale(0.5);
    transform: rotate(360deg) scale(0.5);
  }
}
@keyframes fancy {
  to {
    -webkit-transform: rotate(360deg) scale(0.5);
    transform: rotate(360deg) scale(0.5);
  }
}
/*HEADER*/
header {
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  box-shadow: 0 0 6px #000;
  width: 100%;
  z-index: 99;
  padding: 10px 0;
}
header #infosHeader {
  gap: 3rem;
}
header #infosHeader #addressPhone {
  gap: 10px;
}
header #infosHeader .item-info-header {
  gap: 15px;
}
header #infosHeader .item-info-header:after {
  display: block;
  content: '';
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #777777, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #777777, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #777777, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #777777, rgba(0, 0, 0, 0));
  width: 2px;
  height: 40px;
  margin: 0 1rem;
}
header #infosHeader .item-info-header:last-child:after {
  display: none;
}
header #infosHeader .item-info-header img {
  filter: invert(61%) sepia(38%) saturate(3053%) hue-rotate(43deg) brightness(94%) contrast(101%);
  height: 35px;
  width: 35px;
}
header #infosHeader .item-info-header address,
header #infosHeader .item-info-header address p {
  margin: 0;
}
header #infosHeader .item-info-header address,
header #infosHeader .item-info-header a {
  font-family: 'Bitter', serif;
  color: #90a2a8;
}
header #infosHeader .item-info-header a:hover {
  color: #71b100;
}
header #contentHeader #menu ul:not(.dropdown-menu) {
  gap: 15px 28px;
}
header #contentHeader #menu ul li a {
  font-size: 15px;
  color: #fff;
  cursor: pointer;
}
header #contentHeader #menu ul li a.active,
header #contentHeader #menu ul li a:hover {
  color: #71b100;
}
/*END HEADER*/
/*FOOTER*/
#maps {
  margin-bottom: -8px;
}
footer #contentFooter {
  padding: 70px 0 30px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../themes/default/assets/images/bg-2.webp');
  z-index: 2;
}
footer #contentFooter:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: -1;
}
footer a:hover {
  color: #71b100;
}
footer #listUnits li {
  margin-bottom: 2rem;
}
footer #listUnits li h3 {
  font-size: 1.25rem;
  margin: 0;
}
footer #listUnits span,
footer #listUnits address {
  width: 90%;
}
footer #listUnits .item-contact {
  margin: 1rem 0;
}
footer #listUnits .item-contact figure {
  padding: 12px;
  background: #71b100;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 1;
}
footer #listUnits .item-contact figure img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  height: 20px;
  width: 20px;
}
footer #listUnits .item-contact .text-contact {
  width: 85%;
}
footer #listUnits .item-contact .text-contact h4 {
  font-size: 1rem;
  margin: 0;
}
footer #listUnits .item-contact a {
  display: inline-block;
  margin: 1rem 0;
  max-width: max-content;
}
footer #listUnits address,
footer #listUnits address p {
  margin: 0;
  font-size: 1rem;
}
footer .filter-white {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  /* Safari 6.0 - 9.0 */
}
footer #bottomFooter {
  padding: 2rem 0;
}
footer #copyrightNetwork {
  color: #fff;
}
footer #copyrightNetwork p {
  margin: 0;
  font-size: 15px;
}
footer #copyrightNetwork #devCopyright a:hover {
  color: #71b100;
}
@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);
  }
}
/*SETA TOPO*/
#arrowUp {
  position: fixed;
  right: 5px;
  bottom: 0;
  cursor: pointer;
  font-size: 12px;
  z-index: 9;
  display: none;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  background-color: rgba(113, 177, 0, 0.6);
  padding: 5px 10px;
}
#arrowUp:hover {
  background-color: #71b100;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
#arrowUp img {
  height: 20px;
  filter: brightness(0) invert(1) drop-shadow(0px 1px 1px #000000);
}
/*END SETA TOPO*/
#whatsFooter {
  position: fixed;
  bottom: 10px;
  left: 4%;
  z-index: 9;
}
#whatsFooter a {
  cursor: pointer;
  display: block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-animation: shake-animation 4.72s ease infinite;
  -o-animation: shake-animation 4.72s ease infinite;
  animation: shake-animation 4.72s ease infinite;
}
#whatsFooter a:hover {
  opacity: 0.8;
}
/*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%;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
a,
a:hover,
a:focus {
  color: inherit;
  outline: none;
  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: 1rem;
  line-height: 1.6;
  color: #656d70;
  font-family: 'Montserrat', sans-serif;
}
.font-bitter {
  font-family: 'Bitter', serif;
}
.font-raleway {
  font-family: 'Raleway', sans-serif;
}
ul {
  margin: 0 auto;
  padding: 0;
}
ul li {
  list-style: none;
}
p {
  font-size: 1rem;
  line-height: 1.5;
}
.jumbotron {
  padding: 2rem 0;
  margin: 0;
}
h1,
h2,
h3,
h4 {
  line-height: 1.3;
  font-weight: 700;
}
.padding-block {
  padding: 4rem 0;
}
.color-default {
  color: #71b100;
}
.bg-default {
  background: #71b100;
}
.color-secondary {
  color: #253d4a;
}
.background-secondary {
  background-color: #253d4a;
}
.bg-tertiary {
  background-color: #626262;
}
.bg-strong {
  background-color: #000000;
}
.background-dark {
  background-color: #20272b;
}
.bg-clean {
  background: #f7f7f7;
}
.text-color {
  color: #626262;
}
.overflow-hidden {
  overflow: hidden;
}
.btn-default {
  font-size: 0.875rem;
  line-height: 1.2;
  cursor: pointer;
  padding: 10px 20px;
  color: #fff;
  border: 2px solid transparent;
  background-color: #71b100;
  font-weight: 700;
  position: relative;
  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(#ffffff, #ffffff);
  background-repeat: no-repeat;
  color: #71b100;
  transition: background-size 0.3s, color 0.3s;
}
.btn-transparent {
  font-size: 1rem;
  line-height: 1.2;
  cursor: pointer;
  padding: 10px 20px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  background-color: transparent;
  position: relative;
  background-size: 100% 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-transparent:hover {
  background-size: 100% 100%;
  background-image: linear-gradient(#ffffff, #ffffff);
  background-repeat: no-repeat;
  color: #253d4a;
  transition: background-size 0.3s, color 0.3s;
}
.bg-black {
  background: #000;
}
/*END STYLES GLOBAL*/
.object-fit {
  object-fit: cover;
  -o-object-fit: cover;
}
.effect-scale a img {
  object-fit: cover;
  -o-object-fit: cover;
}
.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);
}
.list-network {
  gap: 15px;
}
.list-network li a {
  line-height: 1;
}
.list-network li a img {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  height: 20px;
  width: 20px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  object-fit: contain;
  -o-object-fit: contain;
}
.list-network li a:hover img {
  opacity: 0.6;
}
.width-block {
  width: 80%;
  margin: 0 auto;
}
.cc_message a {
  display: none;
}
.cc_banner-wrapper .cc_container .cc_btn,
.cc_banner-wrapper .cc_container .cc_btn:visited {
  background-color: #71b100;
  color: #fff;
}
.swiper .swiper-slide {
  height: auto;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: #71b100;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  background: none;
  padding: 10px 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 25px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border: 2px solid #71b100;
}
.swiper .swiper-button-next:hover:after,
.swiper .swiper-button-prev:hover:after {
  background: #71b100;
  color: #fff;
}
.swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #71b100;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 1;
}
.swiper .swiper-pagination-bullet:hover,
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #71b100;
}
.swiper .swiper-button-next {
  right: 30px;
}
.swiper .swiper-button-prev {
  left: 30px;
}
.swiper-thumbs {
  height: 65vh;
}
.swiper-thumbs .swiper-slide {
  width: 100%;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.swiper-thumbs .swiper-slide img {
  height: 105px;
}
.swiper-thumbs .swiper-slide:hover {
  opacity: 1;
}
.swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-gallery img {
  width: 100%;
  height: 65vh;
}
.pagination-style .swiper-button-next {
  right: -60px;
}
.pagination-style .swiper-button-prev {
  left: -60px;
}
.pagination-style .swiper-button-next,
.pagination-style .swiper-button-prev {
  color: #71b100;
}
.banner-conceptual .item-banner img {
  object-fit: cover;
  -o-object-fit: cover;
}
.banner-conceptual .content-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.15);
}
.banner-conceptual .content-banner .block-banner {
  background-color: #20272b;
  width: 950px;
  margin: 0 auto;
  justify-content: space-between;
}
.banner-conceptual .content-banner .block-banner:before {
  content: '';
  display: inline-block;
  width: 0px;
  height: 0px;
  border: 30px solid transparent;
  border-bottom: 30px solid #20272b;
  position: absolute;
  top: -55px;
  left: 45%;
}
.banner-conceptual .content-banner .block-banner .button-banner {
  align-self: stretch;
  display: flex;
}
.banner-conceptual .content-banner .block-banner .button-banner button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.banner-conceptual .content-banner .item-block-banner {
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: center;
}
.banner-conceptual .content-banner .item-block-banner.text-banner {
  width: 380px;
}
.banner-conceptual .content-banner .item-block-banner.text-banner h1,
.banner-conceptual .content-banner .item-block-banner.text-banner h2 {
  font-size: 2rem;
  margin: 0;
}
.banner-conceptual .content-banner .item-block-banner p {
  margin-bottom: 5px;
  color: #fff;
}
.banner-conceptual .content-banner .item-block-banner small {
  color: #fff;
}
.banner-conceptual .content-banner .item-block-banner small strong {
  font-size: 2rem;
}
.banner-conceptual .content-banner .style-separador {
  position: relative;
}
.banner-conceptual .content-banner .style-separador:before {
  content: '';
  width: 1px;
  height: 150px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #777777, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #777777, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #777777, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #777777, rgba(0, 0, 0, 0));
  display: inline-block;
  position: absolute;
  left: 0;
}
/* FORMULÁRIO */
form .alert-dismissible {
  padding-right: 20px;
}
form .alert-dismissible .close {
  float: right;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 1;
  font-size: 1.5rem;
}
form .invalid-tooltip {
  font-size: 11px;
}
.content-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
select.form-control:not([size]):not([multiple]) {
  height: 50px;
}
#overlayPage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
#formContactFixed {
  position: fixed;
  bottom: -2px;
  z-index: 99;
  right: 8%;
}
@keyframes effectPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#formContactFixed #buttonCollapseForm {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
}
#formContactFixed #buttonCollapseForm[aria-expanded="false"] {
  animation: pulse 1.5s ease infinite;
}
.bg-form {
  position: relative;
  z-index: 99;
  background: #eee;
  padding: 1.5rem;
  overflow: auto;
  max-height: 600px;
  max-width: 500px;
}
.form-group {
  width: 100%;
}
.form-group.field-col {
  flex: 1;
  width: calc(100% / 3);
  /* O numero define quantos campos maximo deve ter por linha, no caso aqui 3, pode ter 2 ou 3 */
  box-sizing: border-box;
}
.form-group select.form-control {
  padding: 6px 10px;
  color: #b0afaf;
}
.form-group select.form-control:focus {
  color: #b0afaf;
}
.form-group select.form-control:not([size]):not([multiple]) {
  height: 45px;
}
.form-group select.form-control:not([size]):not([multiple]).height-small {
  height: 35px;
}
.form-group select.form-control:not([size]):not([multiple]).height-large {
  height: 55px;
}
.form-group textarea.form-control {
  height: 85px;
  resize: none;
}
.form-group textarea.form-control.height-small {
  height: 65px;
}
.form-group textarea.form-control.height-large {
  height: 125px;
}
.form-group label {
  margin-bottom: 2px;
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #555;
  text-align: left;
}
.form-group .form-control {
  height: 45px;
  color: #8e8e8e;
  font-size: 14px;
  width: 100%;
  border: 1px solid #d5d5d5;
  padding: 9px 15px;
  -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;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-group .form-control:hover,
.form-group .form-control:focus {
  border-color: #71b100;
  color: #71b100;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-group .form-control::placeholder {
  color: #8e8e8e;
  opacity: 1;
}
.form-group .form-control.height-small {
  height: 35px;
}
.form-group .form-control.height-large {
  height: 55px;
}
::-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;
}
/* END FORMULÁRIO */
.block-text .title-block:after {
  content: "";
  display: block;
  height: 2px;
  margin: 20px auto;
  width: 14%;
  background-image: -webkit-linear-gradient(left, transparent 0%, #71b100 50%, #71b100 85%, transparent 100%);
  background-image: linear-gradient(left, transparent 0%, #71b100 50%, #71b100 85%, transparent 100%);
}
.block-text .title-block h2 strong {
  color: #71b100;
}
.block-text ul li {
  list-style: inside;
  margin: 10px 0;
  font-size: 1rem;
}
.block-text ol {
  padding: 0;
}
.block-text ol li {
  list-style-position: inside;
  font-size: 1rem;
  margin-bottom: 10px;
}
.block-text ol li p {
  display: inline;
  margin: 0;
}
.block-text .fr-fic.fr-fil {
  max-width: 100%;
  height: auto;
  float: left;
  margin: 10px 20px 10px 0;
}
.block-text .fr-fic.fr-fir {
  float: right;
  margin: 10px 0 10px 20px;
}
.block-text .img-text-detail {
  margin-bottom: 10px;
  float: left;
  margin-right: 20px;
}
.block-text .img-text-detail img {
  max-height: 50vh;
  width: 500px;
  object-fit: cover;
  -o-object-fit: cover;
}
.block-text h2,
.block-text h3,
.block-text h4,
.block-text h5,
.block-text h6 {
  color: #253d4a;
  margin-bottom: 10px;
}
.block-text h2 strong,
.block-text h3 strong,
.block-text h4 strong,
.block-text h5 strong,
.block-text h6 strong {
  font-weight: bold;
}
.block-text a {
  color: #71b100;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: underline;
}
.block-text a:hover {
  color: #abff18;
}
#clients .swiper-pagination {
  position: static;
  margin-top: 1rem;
}
/*HOME*/
#home #conceptualHome .swiper .swiper-button-next {
  right: 50px;
}
#home #conceptualHome .swiper .swiper-button-prev {
  left: 10px;
}
#home #conceptualHome .item-banner img {
  height: 100vh;
}
#home #initialSession #imageInitial {
  outline: 4px solid #ffffff;
  outline-offset: -20px;
  margin: 3rem 0;
}
#home #initialSession #imageInitial img {
  height: 300px;
}
#home #initialSession .list-check li {
  margin: 1rem 0;
}
#home #initialSession .list-check .item-list figure {
  padding: 5px 8px;
  background: #71b100;
}
#home #initialSession .list-check .item-list figure img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
#home #initialSession .list-check .item-list h3 {
  font-size: 1.125rem;
  color: #253d4a;
  margin: 0;
}
#home #initialSession .list-check .item-list p {
  margin: 0;
}
#home #highlights .list-items li {
  margin: 2rem 0;
}
#home #highlights .list-items li figure img {
  filter: brightness(0) invert(1);
  object-fit: contain;
  -o-object-fit: contain;
}
#home #highlights .list-items li h3 {
  font-size: 1.25rem;
  margin: 0;
}
#home #highlights .list-items li p {
  margin: 0;
}
#home #sectionItens .list-figure li {
  margin: 1rem 0;
}
#home #sectionItens .list-figure img {
  height: 50px;
  width: 50px;
  filter: invert(61%) sepia(38%) saturate(3053%) hue-rotate(43deg) brightness(94%) contrast(101%);
}
#home #sectionItens .list-figure h3 {
  font-size: 1.125rem;
  color: #253d4a;
}
#home #tabsParallax {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#home #tabsParallax #bgTabs {
  background: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 3;
  padding-right: 4rem;
}
#home #tabsParallax #bgTabs:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0px;
  width: 1500px;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 0;
}
#home #tabsParallax #bgTabs .nav-tabs {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #dddddd;
}
#home #tabsParallax #bgTabs .nav-tabs button {
  border: none;
  border-right: 1px solid #dddddd;
  padding: 14px 20px;
  color: #253d4a;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  flex: 1 1 auto;
}
#home #tabsParallax #bgTabs .nav-tabs button:last-child {
  border: none;
}
#home #tabsParallax #bgTabs .nav-tabs button:hover,
#home #tabsParallax #bgTabs .nav-tabs button.active {
  background: #71b100;
  color: #fff;
  border: none;
  border-right: 1px solid #dddddd;
}
#home #tabsParallax #bgTabs .nav-tabs button:hover:last-child,
#home #tabsParallax #bgTabs .nav-tabs button.active:last-child {
  border: none;
}
#home #tabsParallax #bgTabs .tab-content .block-text h3 {
  font-size: 1.25rem;
}
#home #tabsParallax #bgTabs .tab-content .block-text ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
#home #tabsParallax #bgTabs .tab-content .block-text ul li {
  list-style: none;
  color: #253d4a;
}
#home #tabsParallax #bgTabs .tab-content .block-text ul li:before {
  content: "➙";
  margin-right: 0.2rem;
  display: inline-block;
  font-size: 1.5rem;
  vertical-align: middle;
  line-height: 1;
}
#home #tabsParallax #bgTabs .tab-content .block-text ul li a {
  color: #253d4a;
  text-decoration: none;
}
#home #tabsParallax #bgTabs .tab-content .block-text ul li a:hover {
  color: #71b100;
}
#home #ctaContact {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
#home #ctaContact:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: -1;
}
#home #ctaContact .block-text h2 {
  font-size: 3rem;
}
#home #ctaContact .button-group button {
  font-size: 1rem;
  padding: 15px 20px;
}
#home #gallery .nav-pills .nav-link {
  cursor: pointer;
  color: #253d4a;
}
#home #gallery .nav-pills .nav-link.active {
  background: #71b100;
  color: #fff;
}
#home #gallery .nav-pills .nav-link:hover:not(.active) {
  color: #71b100;
}
#home #gallery .list-gallery .item-gallery {
  padding: 2px;
  background: #71b100;
}
#home #gallery .list-gallery .item-gallery .gallery-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #71b100;
  outline: 3px solid #71b100;
  outline-offset: -20px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
}
#home #gallery .list-gallery .item-gallery:hover .gallery-hover {
  background-color: rgba(255, 255, 255, 0.7);
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}
#home #testimonies {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  background-image: url('../themes/default/assets/images/bg-1.webp');
}
#home #testimonies:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
#home #testimonies .block-text h2 {
  color: #fff;
}
#home #testimonies .item-testimonial {
  background: #fff;
  padding: 1rem 2rem;
  height: 100%;
}
#home #testimonies .item-testimonial img {
  height: 60px;
  width: 60px;
}
#home #testimonies .item-testimonial .people-testimonial figure {
  margin-right: 1rem;
}
#home #testimonies .item-testimonial .people-info span {
  line-height: 1.1;
}
#home #testimonies .item-testimonial p {
  font-style: italic;
  margin-bottom: 10px;
  font-size: 15px;
}
#home #faq #listFaq li {
  margin: 1rem 0;
}
#home #faq #listFaq li h3 {
  font-size: 1.25rem;
}
/*RESPONSIVO*/
/* Large devices (desktops, less than 1200px) TABLET DEITADO */
@media (max-width: 1199px) {
  .btn-default {
    padding: 8px 7px;
  }
  header #contentHeader #menu ul:not(.dropdown-menu) {
    gap: 15px 23px;
  }
  #testimonies .swiper-pagination {
    position: static;
    margin-top: 1rem;
  }
  footer #listContentFooter #listUnits address p,
  footer #listContentFooter li .item-info span {
    font-size: 14px;
  }
  footer #listServicesFooter {
    margin-bottom: 2rem;
  }
  /*END HOME*/
  /*INTERN*/
  .h3,
  h3 {
    font-size: 1.2rem;
  }
  .width-block {
    width: 90%;
  }
  .h1,
  h1 {
    font-size: 24px;
  }
  .pagination-style .swiper-button-prev {
    left: -50px;
  }
  .pagination-style .swiper-button-next {
    right: -50px;
  }
  /*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;
  }
  #iconNavicon {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  #iconNavicon label {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    gap: 12px;
  }
  #iconNavicon label:before {
    content: "MENU";
    display: inline-block;
  }
  #iconNavicon label .lines {
    width: 12%;
  }
  #iconNavicon label .lines span {
    display: block;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 5px;
    margin: 5px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  #iconNavicon label .lines span:nth-of-type(1) {
    width: 60%;
  }
  #iconNavicon label .lines span:nth-of-type(2) {
    width: 80%;
  }
  #iconNavicon label .lines span:nth-of-type(3) {
    width: 100%;
  }
  #iconNavicon label input {
    display: none;
  }
  #iconNavicon label input:checked ~ .lines span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(44deg) translate(4px, 0);
    width: 40%;
  }
  #iconNavicon label input:checked ~ .lines span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
  }
  #iconNavicon label input:checked ~ .lines span:nth-of-type(3) {
    transform-origin: bottom;
    width: 42%;
    transform: translate(15px, -6px) rotatez(45deg);
  }
  #iconNavicon span {
    font-size: 1rem;
    margin-right: 10px;
    vertical-align: middle;
    letter-spacing: 1px;
  }
  header #contentHeader nav#menu {
    display: none;
    margin: 20px 0px 0px;
    max-height: 80vh;
    overflow: auto;
  }
  header #contentHeader nav#menu ul li {
    text-align: left;
    margin: 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  header #contentHeader nav#menu ul li a {
    letter-spacing: 1px;
    padding: 15px;
    display: block;
    white-space: normal;
    font-size: 20px;
  }
  header #contentHeader nav#menu ul li a.active:after {
    display: none;
  }
  header #contentHeader nav#menu ul li.dropdown .dropdown-toggle {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 15px;
    width: 100%;
    text-align: left;
  }
  header #contentHeader 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;
    max-width: 100%;
  }
  header #contentHeader nav#menu ul li.dropdown .dropdown-menu a {
    margin: 15px 0;
  }
  .padding-block {
    padding: 3rem 0;
  }
  /**********/
  #home #conceptualHome .item-banner img {
    height: 45vh;
  }
  .banner-conceptual .content-banner .item-block-banner.text-banner h1,
  .banner-conceptual .content-banner .item-block-banner.text-banner h2 {
    font-size: 1.25rem;
  }
  .pagination-style .swiper-button-prev {
    left: -40px;
  }
  .pagination-style .swiper-button-next {
    right: -40px;
  }
  .banner-conceptual .content-banner .block-banner {
    width: 100%;
  }
  .banner-conceptual .content-banner .item-block-banner.text-banner {
    width: 250px;
  }
  .banner-conceptual .content-banner .item-block-banner small strong {
    font-size: 1.5rem;
  }
  #home #ctaContact .block-text h2 {
    font-size: 2rem;
  }
  #home #tabsParallax #bgTabs .nav-tabs button {
    padding: 10px;
  }
  #home #tabsParallax #bgTabs {
    padding-right: 2rem;
  }
  .item-gallery img {
    height: 300px;
  }
  /*END HOME*/
  /*INTERN*/
  .cc_banner-wrapper .cc_container .cc_message {
    margin-top: 0;
  }
  .cc_banner-wrapper .cc_container {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
  /*END INTERN*/
}
/* Small devices (landscape phones, less than 768px)  md*/
@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 1.5rem;
  }
  .h3,
  h3 {
    font-size: 1.4rem;
  }
  .mt-5,
  .my-5 {
    margin-top: 2rem !important;
  }
  #iconNavicon label .lines {
    width: 22%;
  }
  #iconNavicon label input:checked ~ .lines span:nth-of-type(3) {
    transform: translate(12px, -6px) rotatez(46deg);
  }
  .btn-more,
  .btn-transparent,
  .btn-default {
    width: 100%;
  }
  .swiper .swiper-pagination {
    position: static;
    margin: 10px 0;
  }
  .swiper .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
  }
  #home #testimonies .item-testimonial {
    width: auto;
  }
  .padding-block {
    padding: 2rem 0;
  }
  .width-block {
    width: auto;
  }
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    opacity: 1;
  }
  #copyrightNetwork {
    text-align: center;
  }
  #bottomFooter .list-network {
    justify-content: center;
    margin: 20px 0;
  }
  #formContactFixed {
    bottom: 0;
    right: inherit;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .form-group.field-col {
    width: 100%;
    flex: auto;
  }
  #buttonCollapseForm {
    width: 95%;
  }
  #whatsFooter {
    bottom: 60px;
  }
  #arrowUp {
    right: 5px;
    bottom: 55px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .banner-conceptual .content-banner .block-banner {
    flex-wrap: wrap;
  }
  .banner-conceptual .content-banner .block-banner .button-banner {
    align-self: auto;
    display: block;
    width: 100%;
  }
  .banner-conceptual .content-banner .item-block-banner.text-banner {
    width: 100%;
    padding: 1rem;
  }
  .banner-conceptual .content-banner .item-block-banner {
    padding: 1rem;
  }
  .banner-conceptual .content-banner .style-separador.description-banner::before {
    display: none;
  }
  .banner-conceptual .content-banner {
    position: static;
    display: block;
  }
  .banner-conceptual .content-banner {
    position: static;
    display: block;
    height: auto;
    background: none;
  }
  #home #conceptualHome .item-banner img {
    height: 180px;
  }
  #home #ctaContact .block-text h2 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .button-group a {
    width: 100%;
  }
  #home #tabsParallax #bgTabs {
    width: 100%;
    padding: 1.5rem 1rem;
  }
  #home #tabsParallax #bgTabs::before {
    display: none;
  }
  #home #tabsParallax #bgTabs .nav-tabs button {
    width: 100%;
  }
  #home #tabsParallax #bgTabs .nav-tabs button:hover,
  #home #tabsParallax #bgTabs .nav-tabs button.active,
  #home #tabsParallax #bgTabs .nav-tabs button:hover:last-child,
  #home #tabsParallax #bgTabs .nav-tabs button.active:last-child {
    border-right: none;
    background: #71b100;
  }
  #home #tabsParallax #bgTabs .nav-tabs {
    background: none;
    border: none;
  }
  #home #tabsParallax #bgTabs .nav-tabs button:last-child,
  #home #tabsParallax #bgTabs .nav-tabs button {
    width: 100%;
    border: 1px solid #ddd;
    margin: 5px 0;
    background: #fff;
  }
  .item-gallery img {
    height: 200px;
  }
  html {
    scroll-padding-top: 0;
  }
  footer #contentFooter {
    padding: 3rem 0;
  }
  #home #tabsParallax #bgTabs .tab-content .block-text ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .nav-pills .nav-link {
    padding: 10px;
  }
  .block-text .h2,
  .block-text h2 {
    font-size: 1.4rem;
  }
}
/* Extra small devices (portrait phones, less than 576px) sm*/
