/* ==========================================================================
  03. PRELOAD SPINNER
  =========================================================================== */
#loaderWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1030;
}
#loading {
  background-color: #fefdfc;
  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: #bca480;
  border-right-color: #bca480;
}
.fancy-spinner div.ring:nth-child(2) {
  border-top-color: #bca480;
  border-bottom-color: #bca480;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.fancy-spinner div.dot {
  width: 1rem;
  height: 1rem;
  background: #bca480;
}
@-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: sticky;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 15px 0;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
header #logo img {
  height: 55px;
  object-fit: contain;
  -o-object-fit: contain;
}
header #menu ul {
  gap: 10px 2rem;
}
header #menu li:last-child {
  margin-right: 0;
}
header #menu li a {
  font-size: 0.875rem;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  color: #3b3e43;
}
header #menu li a.active,
header #menu li a:hover {
  color: #bca480;
}
/*END HEADER*/
/*FOOTER*/
footer {
  /*SETA TOPO*/
  /*END SETA TOPO*/
}
footer #network {
  background-color: #f2f2f2;
  padding: 2rem 0;
}
footer #network ul {
  gap: 10px 2rem;
}
footer #network ul li a {
  line-height: 1;
  display: block;
}
footer #network ul li a img {
  height: 25px;
  width: 25px;
}
footer #network ul li a:hover {
  opacity: 0.75;
}
@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);
  }
}
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: #00ce65;
  left: 15px;
  cursor: pointer;
  padding: 8px 15px;
  z-index: 9;
  color: #fff;
  font-size: 14px;
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  letter-spacing: 1px;
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}
footer #whatsFooter:hover {
  opacity: 0.8;
}
footer #whatsFooter a {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
footer #whatsFooter figure {
  line-height: 1;
}
footer #whatsFooter figure img {
  height: 18px;
  filter: brightness(0) invert(1);
}
footer #whatsFooter span {
  margin-left: 10px;
}
footer .info-footer a {
  max-width: max-content;
}
footer #contentFooter {
  color: #fff;
}
footer #contentFooter a {
  font-size: 1rem;
}
footer #contentFooter a:hover {
  color: #bca480;
}
footer #contentFooter .item-unit h2 {
  letter-spacing: 3.5px;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
footer #contentFooter .item-unit h2::after {
  content: "";
  border-bottom: 2px solid #bca480;
  display: block;
  width: 45px;
  margin: 15px 0 0;
}
footer #contentFooter .item-unit h3 {
  font-size: 1rem;
  font-weight: 600;
}
footer #contentFooter .item-unit p {
  margin: 0;
}
footer #contentFooter .item-unit .content-unit {
  margin-bottom: 1rem;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 1rem;
}
footer #contentFooter .item-unit .content-unit:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
footer #contentFooter .item-unit .content-unit a {
  display: block;
  width: max-content;
  margin-bottom: 5px;
}
footer #contentFooter .item-unit .content-unit a.maps {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
footer #devCopyright {
  border-top: 1px solid #fff;
  padding-top: 20px;
}
footer #devCopyright p {
  color: #fff;
}
footer #devCopyright a {
  text-decoration: underline;
}
footer #devCopyright a:hover {
  color: #bca480;
}
footer #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(188, 164, 128, 0.6);
  padding: 5px 10px;
}
footer #arrowUp:hover {
  background-color: #bca480;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
footer #arrowUp img {
  height: 20px;
  filter: brightness(0) invert(1) drop-shadow(0px 1px 1px #000000);
}
/*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 --- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}
body,
html {
  max-width: 100%;
}
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;
  letter-spacing: 1px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}
html {
  scroll-behavior: smooth;
}
ul {
  margin: 0 auto;
  padding: 0;
}
ul li {
  list-style: none;
}
p {
  font-size: 0.875rem;
  line-height: 1.8;
}
.jumbotron {
  padding: 2rem 0;
  margin: 0;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  font-weight: bold;
  line-height: 1.5;
}
h2 {
  font-size: 32pt;
}
.padding-block {
  padding: 4rem 0;
}
.color-default {
  color: #bca480;
}
.color-secondary {
  color: #3b3e43;
}
.bg-default {
  background: #bca480;
}
.background-secondary {
  background: #3b3e43;
}
.text-color {
  color: #3b3e43;
}
.overflow-hidden {
  overflow: hidden;
}
.btn-default {
  font-size: 1.25rem;
  line-height: 1.1;
  cursor: pointer;
  padding: 15px 50px;
  border: none;
  color: #fff;
  outline: none;
  font-weight: bold;
  letter-spacing: 0.2px;
  background: #bca480;
  background-size: 0 0;
  background-position: 50% 50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn-default:hover {
  background-size: 100% 100%;
  background-image: linear-gradient(#3b3e43, #3b3e43);
  background-repeat: no-repeat;
  color: #fff;
}
.button-secondary {
  font-size: 0.875rem;
  line-height: 1.1;
  cursor: pointer;
  padding: 12px 40px;
  border: none;
  color: #fff;
  outline: none;
  font-weight: bold;
  background: #3b3e43;
  background-size: 0% 0%;
  background-position: 50% 50%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.button-secondary:hover {
  background-size: 100% 100%;
  background-image: linear-gradient(#bca480, #bca480);
  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: #bca480;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  margin: 0;
  right: 0;
  width: 100%;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: 15px;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  right: 15px;
}
.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
  color: #fff;
  border: 2px solid #efefef;
  outline: none;
  font-size: 12px;
  line-height: 1;
  margin: 0;
  opacity: 0.8;
  padding: 10px 14px !important;
  position: absolute;
  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: #000;
  background: #efefef;
  opacity: 1;
}
.bg-black {
  background: #000;
}
/*END STYLES GLOBAL*/
.effect-scale a img {
  object-fit: cover;
  -o-object-fit: cover;
}
.effect-scale a:hover img {
  -webkit-transform: rotate(3deg) scale(1.1);
  -moz-transform: rotate(3deg) scale(1.1);
  -ms-transform: rotate(3deg) scale(1.1);
  -o-transform: rotate(3deg) scale(1.1);
  transform: rotate(3deg) scale(1.1);
}
.filter-white {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  /* Safari 6.0 - 9.0 */
}
.cc_message a {
  display: none;
}
.cc_banner-wrapper .cc_container .cc_btn,
.cc_banner-wrapper .cc_container .cc_btn:visited {
  background-color: #bca480;
  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: #bca480;
  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: 8px 15px;
  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 #bca480;
}
.swiper .swiper-button-next:hover:after,
.swiper .swiper-button-prev:hover:after {
  background: #bca480;
  color: #fff;
}
.swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #bca480;
  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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.swiper .swiper-pagination-bullet:hover,
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #bca480;
}
.swiper .swiper-button-next {
  right: 30px;
}
.swiper .swiper-button-prev {
  left: 10px;
}
.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: #bca480;
}
/* FORMULÁRIO */
@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);
  }
}
/*********************************************/
.bg-form .title-form h2 {
  font-size: 1.25rem;
}
.bg-form .title-form h3 {
  font-size: 1.125rem;
}
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: 15px;
}
select.form-control:not([size]):not([multiple]) {
  height: 38px;
}
.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 15px;
  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;
  font-size: 12px;
  display: block;
}
.form-group .form-control {
  height: 38px;
  color: #3b3e43;
  font-size: 14px;
  width: 100%;
  border: 1px solid #555;
  padding: 5px 10px;
  letter-spacing: 0.5px;
  -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: #bca480;
  color: #bca480;
  -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;
}
.send .btn-default {
  font-size: 20px;
}
::-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 */
.content-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 100px 0 2rem;
}
.content-banner.overlay-banner {
  background: rgba(0, 0, 0, 0.6);
}
.content-banner .block-text h1,
.content-banner .block-text h2 {
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: 4px;
  font-weight: 800;
}
.content-banner .block-text p {
  font-size: 0.875rem;
}
.content-banner .caption label {
  font-size: 25px;
  text-shadow: 0 0 1px #000;
}
.content-banner .caption img {
  width: 22px;
  height: 13px;
  margin-top: 4px;
}
.block-text h2,
.block-text h3,
.block-text h4,
.block-text h5,
.block-text h6 {
  margin-bottom: 10px;
  font-weight: 800;
}
.block-text h2 {
  font-size: 1.5rem;
  letter-spacing: 4px;
}
.block-text h2 strong {
  color: #bca480;
  display: block;
  font-size: 0.75rem;
}
.block-text h3 {
  font-size: 1.125rem;
  letter-spacing: 3.5px;
}
.block-text a {
  color: #bca480;
  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: #dfd4c3;
}
.block-text ul li {
  list-style: inside;
  margin: 10px 0;
  font-size: 0.875rem;
}
.block-text ul li p {
  display: inline;
  margin: 0;
}
.block-text ol {
  padding: 0;
}
.block-text ol li {
  list-style-position: inside;
  font-size: 0.875rem;
  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-float {
  margin-bottom: 10px;
  float: left;
  margin-right: 20px;
}
.block-text .img-text-float img {
  max-width: 500px;
  object-fit: cover;
  -o-object-fit: cover;
}
/*HOME*/
#conceptualHome .item-banner img {
  height: calc(100vh - 85px);
  object-fit: cover;
  -o-object-fit: cover;
}
#conceptualHome .content-banner .caption {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
#verticalTabs .nav-tabs {
  border-bottom: none;
}
#verticalTabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-right: none;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #3b3e43;
  width: 100%;
  text-align: left;
  letter-spacing: 1px;
  margin-right: 0;
}
#verticalTabs .nav-tabs .nav-link:first-child {
  border-top: none;
}
#verticalTabs .nav-tabs .nav-link:hover {
  color: #bca480;
}
#verticalTabs .nav-tabs .nav-link.active {
  color: #bca480;
  border-color: #f2f2f2;
}
#verticalTabs .nav-tabs .nav-link.active:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  right: -1px;
}
#verticalTabs .tab-content {
  border-left: 1px solid #f2f2f2;
  padding: 10px 10px 10px 40px;
}
#counter {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
#counter #listCounter span {
  font-size: 72px;
  letter-spacing: 10px;
  font-weight: 300;
}
#counter #listCounter h3 {
  font-size: 1rem;
  color: #fff;
}
#services ul li {
  margin: 1rem 0;
}
#services ul li figure {
  margin: 0 2rem;
  font-size: 2rem;
  text-align: center;
}
#services ul li figure img {
  width: 60px;
  height: 35px;
}
#services ul li h3 {
  position: relative;
  font-weight: 500;
  font-size: 1.5rem;
}
#services ul li h3:after {
  display: block;
  position: absolute;
  left: 0;
  border-bottom: 1px solid #bca480;
  width: 50px;
  content: "";
  margin: 10px 0 0;
}
#services ul li p {
  margin: 10px 0;
}
#services ul li:nth-child(odd) h3:after {
  right: 0;
  left: inherit;
}
#cta .block-text p {
  font-size: 18px;
}
#percentages {
  background-attachment: fixed;
  background-size: cover;
}
#percentages .block-text h2 {
  color: #fff;
}
#percentages ul {
  gap: 20px 0;
}
#percentages ul li .chart {
  position: relative;
  text-align: center;
}
#percentages ul li .chart .chart-details {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#percentages ul li .chart .chart-details span {
  font-size: 2rem;
  font-weight: 300;
}
#percentages ul li .chart .chart-details small {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
#gallery #tabsGallery {
  gap: 10px 20px;
}
#gallery #tabsGallery li {
  border-right: 1px solid #bca480;
  font-weight: 600;
  font-size: 14px;
  padding-right: 20px;
}
#gallery #tabsGallery li:last-child {
  border-right: none;
  padding-right: 0;
}
#gallery #tabsGallery li a {
  padding: 0;
  background: none;
  cursor: pointer;
  color: #3b3e43;
}
#gallery #tabsGallery li a:hover,
#gallery #tabsGallery li a.active {
  color: #bca480;
}
#gallery #listGallery {
  gap: 30px 0;
}
#gallery #listGallery li img {
  width: 100%;
  display: block;
  min-height: 275px;
  max-height: 485px;
}
#gallery #listGallery li .gallery-item-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(59, 62, 67, 0.85);
  opacity: 0;
  text-align: center;
  color: #bca480;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
#gallery #listGallery li .gallery-item-hover h3 {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 3.5px;
  margin-bottom: 2px;
}
#gallery #listGallery li .gallery-item-hover p {
  letter-spacing: 2.5px;
  font-size: 14px;
  margin: 0;
}
#gallery #listGallery li .gallery-item-hover .zoom-action {
  position: relative;
  top: -35%;
  font-size: 20px;
  margin-bottom: 20px;
  opacity: 0;
  font-size: 3rem;
  line-height: 1;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
#gallery #listGallery li:hover .gallery-item-hover {
  opacity: 1;
  margin: 20px;
}
#gallery #listGallery li:hover .zoom-action {
  opacity: 1;
  top: 0;
}
#cards {
  border-top: 1px solid #f2f2f2;
}
#cards ul {
  gap: 30px 0;
}
#cards ul li a .effect-hover {
  background-color: #000;
}
#cards ul li a .effect-hover img {
  height: 320px;
}
#cards ul li a .content-block-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  display: flex;
  overflow: hidden;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  height: 100%;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#cards ul li a .content-block-hover img {
  height: 42px;
  width: 42px;
  border: 2px solid;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#cards ul li a:hover .content-block-hover {
  opacity: 1;
  transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
}
#cards ul li a:hover .effect-hover img {
  opacity: 0.6;
}
.section-block .block-text h2 {
  line-height: 1.3;
}
.section-block .block-text ul li {
  list-style: inside;
  margin: 8px 0;
}
.section-block:nth-child(even) {
  background: #f2f2f2;
}
#clients .swiper-pagination {
  position: static;
}
#testimonies {
  background: #f2f2f2;
}
#testimonies .item-testimonial {
  padding: 0 6rem;
}
#testimonies .people-info {
  line-height: 1.3;
  text-align: left;
}
#testimonies .people-info span {
  font-size: 14px;
}
#testimonies img {
  height: 80px;
  width: 80px;
}
#testimonies .swiper-pagination {
  position: static;
  margin-top: 1rem;
}
#contentContactsForm {
  width: 75%;
  margin: 0 auto;
}
#contentContactsForm #infosContact a:hover {
  color: #bca480;
}
/*END HOME*/
/*RESPONSIVO*/
/* Large devices (desktops, less than 1200px) TABLET DEITADO */
@media (max-width: 1199px) {
  .h3,
  h3 {
    font-size: 1.2rem;
  }
  .section-block .block-text h2 {
    font-size: 2rem;
  }
  #conceptualHome .content-banner .caption {
    width: 80%;
  }
  /*END HOME*/
  /*INTERN*/
  #page #galleryPage img {
    height: 150px;
  }
  #page .banner-conceptual .content-banner .block-text h1,
  #page .banner-conceptual .content-banner .block-text h2 {
    font-size: 1.5rem;
  }
  #page .banner-conceptual .content-banner .block-text {
    width: auto;
  }
  /*END INTERN*/
}
/* Medium devices (tablets, less than 992px) TABLET */
@media (max-width: 991px) {
  .mb-5,
  .my-5 {
    margin-bottom: 1.5rem !important;
  }
  .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;
  }
  #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;
    color: #000;
  }
  #iconNavicon label .lines {
    width: 12%;
  }
  #iconNavicon label .lines span {
    display: block;
    background: #000;
    -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: 0.875rem;
    margin-right: 10px;
    vertical-align: middle;
    letter-spacing: 1px;
  }
  /**********/
  .section-block figure {
    margin-top: 2rem;
  }
  .section-block figure img {
    height: 350px;
    object-fit: cover;
    -o-object-fit: cover;
  }
  header #menu ul {
    gap: 5px 15px;
  }
  .banner-conceptual .item-banner img {
    height: auto;
    max-height: 400px;
  }
  .banner-conceptual .content-banner {
    padding: 2rem 0;
    align-items: center;
    -webkit-align-items: center;
  }
  .banner-conceptual .content-banner .block-text {
    width: auto;
  }
  .padding-block {
    padding: 2rem 0;
  }
  #conceptualHome .content-banner .caption {
    width: 100%;
  }
  #counter #listCounter span {
    font-size: 55px;
    letter-spacing: 5px;
  }
  #contentContactsForm {
    width: auto;
  }
  #contentFooter ul {
    gap: 40px 0;
  }
  footer {
    padding-bottom: 30px;
  }
  #gallery #listGallery li .gallery-item-hover {
    position: static;
    overflow: inherit;
    opacity: 1;
    padding: 10px;
  }
  #gallery #listGallery li .gallery-item-hover .zoom-action {
    display: none;
  }
  /*END HOME*/
  /*INTERN*/
  /*END INTERN*/
}
/* Small devices (landscape phones, less than 768px)  md*/
@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 1.6rem;
  }
  .h3,
  h3 {
    font-size: 1.4rem;
  }
  .mt-5,
  .my-5 {
    margin-top: 2rem !important;
  }
  .send button {
    width: 100%;
  }
  #iconNavicon label .lines {
    width: 22%;
  }
  #iconNavicon label input:checked ~ .lines span:nth-of-type(3) {
    transform: translate(12px, -6px) rotatez(46deg);
  }
  header {
    position: static;
  }
  header nav#menu {
    display: none;
    margin: 20px 0 0;
  }
  header nav#menu ul li {
    font-size: 24px;
    text-align: right;
    margin: 0;
    border: none;
    border-top: 1px solid #000;
  }
  header nav#menu ul li a {
    letter-spacing: 1px;
    padding: 15px;
    display: block;
    white-space: normal;
  }
  .btn-default {
    width: 100%;
  }
  .banner-conceptual .item-banner img {
    max-height: 700px;
    min-height: 380px;
    height: auto;
  }
  .content-banner .block-text h1,
  .content-banner .block-text h2 {
    font-size: 1.5rem;
  }
  #descriptionTabs #verticalTabs .nav-tabs .nav-link {
    border: 1px solid #d7d7d7;
  }
  #verticalTabs .tab-content {
    border-left: 1px solid #d7d7d7;
    padding: 15px 10px 0 15px;
  }
  #counter #listCounter span {
    font-size: 50px;
    letter-spacing: 3px;
  }
  #listCounter {
    gap: 2rem 0;
  }
  #services ul li figure img {
    width: 80px;
    height: auto;
  }
  #services ul li figure {
    margin: 0 1rem 0 0;
  }
  #services ul li:nth-child(2n+1) h3::after {
    left: 0;
    right: inherit;
  }
  #cards ul {
    gap: 15px 0;
  }
  #gallery #tabsGallery li a {
    padding: 6px;
    display: block;
    border: 1px solid;
  }
  #gallery #tabsGallery {
    gap: 15px;
  }
  #gallery #tabsGallery li {
    padding-right: 0;
  }
  .block-text h3 {
    letter-spacing: normal;
  }
  .block-text h2 {
    letter-spacing: 2px;
  }
  #testimonies .item-testimonial {
    padding: 0;
  }
  .item-contact {
    margin-bottom: 1.5rem;
  }
  .section-block .block-text ul li,
  .section-block .block-text p {
    font-size: 1rem;
    line-height: 1.65;
  }
  .section-block figure img {
    height: 250px;
  }
  .bg-form .title-form h2 {
    font-size: 16px;
  }
  .form-group.field-col {
    flex: 1 1 auto;
    width: 100%;
  }
  .section-block .block-text h2 {
    font-size: 1.5rem;
  }
  #gallery #tabsGallery li {
    border-right: none;
  }
  #verticalTabs .nav-tabs .nav-link.active::after {
    display: none;
  }
  /********/
}
/* Extra small devices (portrait phones, less than 576px) sm*/
