/* ==========================================================================
 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: #d2ae6d;
  border-right-color: #d2ae6d;
}
.fancy-spinner div.ring:nth-child(2) {
  border-top-color: #d2ae6d;
  border-bottom-color: #d2ae6d;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.fancy-spinner div.dot {
  width: 1rem;
  height: 1rem;
  background: #d2ae6d;
}
@-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;
  background-color: #000;
  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;
  border-top: 1px solid #d2ae6d;
  border-bottom: 1px solid #d2ae6d;
  padding: 15px 0;
}
header:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  border-top: 40px solid #d2ae6d;
  border-right: 40px solid transparent;
}
header:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-bottom: 40px solid #d2ae6d;
  border-left: 40px solid transparent;
}
header #logo img {
  height: 60px;
}
header #menu li {
  margin: 0 15px;
}
header #menu li:first-child {
  margin-left: 0;
}
header #menu li:last-child {
  margin-right: 0;
}
header #menu li a {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
}
header #menu li a:not(.dropdown-toggle):after {
  content: "";
  display: block;
  height: 2px;
  margin: 5px auto 0;
}
header #menu li a.active,
header #menu li a:hover {
  color: #d2ae6d;
}
header #menu li a.active:after,
header #menu li a:hover:after {
  background-image: -webkit-linear-gradient(left, transparent 0%, #d2ae6d 50%, #d2ae6d 50%, transparent 100%);
  background-image: linear-gradient(left, transparent 0%, #d2ae6d 50%, #d2ae6d 50%, transparent 100%);
}
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 #menu li.dropdown .dropdown-menu {
  padding: 0;
  margin: 0;
  min-width: 280px;
  max-width: 420px;
}
header #menu li.dropdown .dropdown-menu a {
  font-size: 15px;
  padding: 10px 15px;
}
header #menu li.dropdown .dropdown-menu a:after {
  display: none;
}
header #menu li.dropdown .dropdown-menu a:hover {
  background: #d2ae6d;
  color: #fff;
}
header #menu li.dropdown .dropdown-menu .dropdown-item {
  white-space: normal;
}
/*END HEADER*/
/*FOOTER*/
footer {
  /*SETA TOPO*/
  /*END SETA TOPO*/
}
footer #newsletter h2 span {
  font-size: 20px;
  text-transform: initial;
}
footer #newsletter .send {
  width: 170px;
}
footer #newsletter .send button {
  padding: 12px 5px;
}
footer .list-footer li h4 {
  font-size: 24px;
}
footer .list-footer li .item-info {
  margin-bottom: 20px;
}
footer .list-footer li .list-menu a {
  font-size: 1rem;
  margin: 15px 0;
  font-weight: 600;
  display: block;
}
footer .list-footer li .list-menu a:first-child {
  margin-top: 0;
}
footer .list-footer li .list-menu 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 .list-footer li .list-menu a:hover {
  color: #d2ae6d;
}
footer .list-footer li .list-menu 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 #d2ae6d;
}
footer #copyrightNetwork {
  border-top: 1px solid;
  padding-top: 30px;
  margin-top: 40px;
}
footer #copyrightNetwork p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
footer #copyrightNetwork ul {
  margin: 0;
}
footer #copyrightNetwork ul img {
  height: 16px;
  width: 16px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
footer #devCopyright a {
  color: #d2ae6d;
}
footer #devCopyright a:hover {
  color: #fff;
}
footer #contactFooter li {
  margin: 20px 0;
}
footer #contactFooter li .item-contact {
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
}
footer #contactFooter li .item-contact:hover {
  color: #d2ae6d;
}
footer #contactFooter li i {
  font-size: 20px;
  text-align: center;
  width: 25px;
}
@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 {
  position: fixed;
  bottom: 0;
  background: #00ce65;
  left: 15px;
  cursor: pointer;
  padding: 8px 15px;
  z-index: 9;
  color: #fff;
  font-size: 14px;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  letter-spacing: 1px;
  -webkit-animation: shake-animation 4.72s ease infinite;
  -o-animation: shake-animation 4.72s ease infinite;
  animation: shake-animation 4.72s ease infinite;
}
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 #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(210, 174, 109, 0.6);
  padding: 5px 10px;
}
footer #arrowUp:hover {
  background-color: #d2ae6d;
  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 --- */
body,
html {
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
}
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: 1.2rem;
  line-height: 1.6;
  color: #fff;
  font-family: 'Arial', 'Helvetica', 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 {
  margin-top: 0;
  line-height: 1.5;
}
.padding-block {
  padding: 4rem 0;
}
.color-default {
  color: #d2ae6d;
}
.bg-default {
  background: #d2ae6d;
}
.color-secondary {
  color: #212121;
}
.background-secondary {
  background-color: #212121;
}
.bg-tertiary {
  background-color: #36393b;
}
.bg-quaternary {
  background-color: #45484b;
}
.bg-strong {
  background-color: #000000;
}
.background-dark {
  background-color: #181818;
}
.text-color {
  color: #9b9b9b;
}
.overflow-hidden {
  overflow: hidden;
}
.btn-default {
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
  padding: 15px 30px;
  border: none;
  border-top: 2px solid;
  border-bottom: 2px solid;
  color: #fff;
  outline: none;
  letter-spacing: 0.025em;
  font-weight: 500;
  background-color: transparent;
  background-size: 0% 0%;
  background-position: 50% 50%;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.btn-default:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  border-top: 0 solid #d2ae6d;
  border-right: 0 solid transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.btn-default:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-bottom: 0 solid #d2ae6d;
  border-left: 0 solid transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.btn-default:hover {
  color: #d2ae6d;
}
.btn-default:hover:after {
  border-bottom: 23px solid #d2ae6d;
  border-left: 23px solid transparent;
}
.btn-default:hover:before {
  border-top: 23px solid #d2ae6d;
  border-right: 23px solid transparent;
}
.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: #d2ae6d;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 45%;
  margin: 0;
  right: 0;
  width: 100%;
}
.owl-carousel .owl-dots .owl-dot span {
  background: #9b9b9b;
  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: #d2ae6d;
  height: 17px;
}
.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
  outline: none;
  line-height: 1;
  margin: 0;
  position: absolute;
  border: 1px solid;
  filter: brightness(0) invert(1);
  padding: 9px 10px !important;
  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 {
  opacity: 0.6;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: 15px;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  right: 15px;
}
.nav-left:before {
  content: '';
  background: url('../themes/default/assets/less/images/icons/chevron-left-regular.svg') no-repeat top center;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.nav-right:before {
  content: '';
  background: url('../themes/default/assets/less/images/icons/chevron-right-regular.svg') no-repeat top center;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.bg-black {
  background: #000;
}
.bg-black-opacity {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 20px;
}
/*END STYLES GLOBAL*/
.list-icon li {
  margin: 15px 0;
}
.list-icon li:before {
  content: "✓";
  display: inline-block;
  color: #d2ae6d;
  margin-right: 10px;
  font-size: 23px;
  font-weight: bold;
}
.list-icon li p {
  margin: 0;
}
.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);
}
.filter-white {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  /* Safari 6.0 - 9.0 */
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  z-index: -1;
}
.hover-borders {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.hover-borders:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.hover-borders:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.hover-borders:hover {
  border-color: #d2ae6d;
}
.hover-borders:hover:before {
  border-top: 40px solid #d2ae6d;
  border-right: 40px solid transparent;
  z-index: 1;
}
.hover-borders:hover:after {
  border-bottom: 40px solid #d2ae6d;
  border-left: 40px solid transparent;
  z-index: 1;
}
#listImageText li {
  margin: 15px 0;
}
#listImageText li a .item-list img {
  height: 205px;
}
#listImageText li a .item-list .resume {
  background-color: #080808;
  padding: 15px 20px 15px 30px;
  margin-left: -30px;
  height: 100%;
}
#listImageText li a .item-list .resume p {
  font-size: 15px;
}
#listImageText li a:hover h4 {
  color: #d2ae6d;
}
.image-overlay-bottom a .item-gallery img {
  height: 350px;
}
.image-overlay-bottom a .item-gallery .overlay-bottom {
  background-color: rgba(0, 0, 0, 0.85);
  bottom: -50%;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.image-overlay-bottom a .item-gallery .overlay-bottom h4 {
  margin: 0;
}
.image-overlay-bottom a:hover .overlay-bottom {
  bottom: 1px;
  opacity: 1;
}
.card-columns {
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
.card-columns .card {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.card-columns img {
  width: 100%;
}
.list-network li a {
  color: #fff;
  border: 2px solid;
  margin-right: 15px;
  line-height: 1;
  padding: 8px 4px;
  font-size: 18px;
  width: 35px;
  text-align: center;
  display: block;
}
.list-network li a:hover {
  color: #d2ae6d;
}
.list-network li a.hover-borders:hover:before,
.list-network li a.hover-borders:hover:after {
  border-width: 8px;
}
.list-items li {
  margin: 30px 0;
}
.list-items li figure {
  margin-bottom: 15px;
}
.list-items li figure img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.list-items li h3 {
  font-size: 1.5rem;
}
.list-items li time {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  border: 1px solid #d2ae6d;
  color: #d2ae6d;
  font-weight: bold;
  padding: 3px 15px;
  font-size: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.list-items li time span {
  border-top: 1px solid;
}
.list-items .item-blog .text-post {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
}
.cc_message a {
  display: none;
}
.cc_banner-wrapper .cc_container .cc_btn,
.cc_banner-wrapper .cc_container .cc_btn:visited {
  background-color: #d2ae6d;
  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: #fff;
  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: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  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: 1px solid;
}
.swiper .swiper-button-next:hover:after,
.swiper .swiper-button-prev:hover:after {
  background: #d2ae6d;
  color: #fff;
}
.swiper .swiper-pagination {
  position: static;
  margin-top: 1rem;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #9b9b9b;
  border: none;
  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: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.swiper .swiper-pagination .swiper-pagination-bullet:hover,
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d2ae6d;
  height: 18px;
}
.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: #d2ae6d;
}
/* FORMULÁRIO */
.form-control:disabled,
.form-control[readonly] {
  background: none;
}
.form-control[readonly]:focus {
  background: none;
  border-color: inherit;
}
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: 50px;
}
.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;
}
.form-group .form-control {
  height: 50px;
  color: #b0afaf;
  font-size: 14px;
  width: 100%;
  border: none;
  border-bottom: 2px solid #fff;
  padding: 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:hover,
.form-group .form-control:focus {
  background: none;
  border-color: #d2ae6d;
  color: #fff;
  -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 */
#conceptual .item-banner .text-banner {
  width: 100%;
}
#conceptual .item-banner img {
  min-height: 400px;
  width: 100%;
}
#conceptual .content-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  background-color: rgba(4, 4, 4, 0.85);
}
#conceptual .content-banner .logo-banner img {
  max-height: 90px;
  margin: 0 0 20px;
  object-fit: contain;
  -o-object-fit: contain;
  width: 200px;
}
#conceptual .content-banner .caption h1,
#conceptual .content-banner .caption h2 {
  font-weight: bold;
  font-size: 2rem;
}
#conceptual .content-banner .caption .description-banner h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
}
#conceptual .content-banner .caption p {
  color: #fff;
  font-weight: normal;
}
#conceptual .swiper .swiper-button-next,
#conceptual .swiper .swiper-button-prev {
  color: #fff;
}
#conceptual .swiper .swiper-button-next:after,
#conceptual .swiper .swiper-button-prev:after {
  border-color: #fff;
}
#conceptual .swiper .swiper-button-prev {
  left: 10px;
}
.intern #conceptual img {
  min-height: 250px;
  max-height: 500px;
}
.intern #conceptual .caption h1,
.intern #conceptual .caption h2 {
  font-size: 2.5rem;
}
.intern #conceptual .caption h1:after,
.intern #conceptual .caption h2:after {
  content: "";
  display: block;
  height: 2px;
  margin: 5px auto 0;
  background-image: -webkit-linear-gradient(left, transparent 0, #d2ae6d 50%, #d2ae6d 50%, transparent 100%);
  background-image: linear-gradient(left, transparent 0, #d2ae6d 50%, #d2ae6d 50%, transparent 100%);
}
/*.arrows {
    width: 30px;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0;

    path {
      stroke: #fff;
      fill: transparent;
      stroke-width: 1px;
      animation: arrow 1s infinite;
      -webkit-animation: arrow 1s infinite;

      &.a1 {
        animation-delay:-1s;
        -webkit-animation-delay:-1s; !* Safari 和 Chrome *!
      }

      &.a2 {
        animation-delay:-0.5s;
        -webkit-animation-delay:-0.5s; !* Safari 和 Chrome *!
      }

      &.a3 {
        animation-delay:0s;
        -webkit-animation-delay:0s; !* Safari 和 Chrome *!
      }
    }
  }*/
.block-text h1:after,
.block-text h2:after,
.block-text h3:after,
.block-text h4:after,
.block-text h5:after,
.block-text h6:after {
  content: "";
  display: block;
  height: 2px;
  width: 350px;
  margin: 10px auto 0;
  background-image: -webkit-linear-gradient(left, transparent 0%, #d2ae6d 50%, #d2ae6d 50%, transparent 100%);
  background-image: linear-gradient(left, transparent 0%, #d2ae6d 50%, #d2ae6d 50%, transparent 100%);
}
.block-text h1 strong,
.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 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 a {
  color: #d2ae6d;
  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: #ead9bb;
}
/*HOME*/
#conceptual.conceptual-home .item-banner img {
  height: calc(100vh - 92px);
  object-fit: cover;
  -o-object-fit: cover;
}
#aboutResume .title-block {
  width: 90%;
}
#aboutResume #imageAboutResume img {
  min-height: 250px;
  max-height: 500px;
  height: auto;
}
#listServices li {
  margin: 15px 0;
}
#listServices li a:hover .overlay {
  opacity: 1;
  z-index: 1;
}
#listServices li a .overlay img {
  height: 100px;
  object-fit: contain;
  -o-object-fit: contain;
}
#listServices li a .resume-service h4 {
  font-size: 20px;
}
#listServices li a .resume-service p {
  font-size: 15px;
}
#listServices li a .img-service img {
  height: 445px;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
#cta .item-cta {
  background-size: cover;
  background-attachment: fixed;
}
#cta .item-cta figure img {
  height: 450px;
  object-fit: cover;
  -o-object-fit: cover;
}
#cta .item-cta .content-cta {
  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;
}
#cta .item-cta .content-cta:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to left, transparent 0%, rgba(210, 174, 109, 0.9) 60%);
  z-index: -1;
}
#cta .item-cta .content-cta .caption {
  width: 50%;
  color: #000;
}
#cta .item-cta .content-cta .caption .btn-default:hover {
  color: #000;
}
#cta .item-cta .content-cta .caption .btn-default:hover:before {
  border-top-color: #000;
}
#cta .item-cta .content-cta .caption .btn-default:hover:after {
  border-bottom-color: #000;
}
#formNews .content-form {
  width: 80%;
  margin: 0 auto;
}
#testimonies .item-testimonial {
  width: 80%;
  margin: 0 auto;
}
#testimonies .item-testimonial img {
  border: 2px solid #d2ae6d;
  height: 220px;
  width: 220px;
  object-fit: cover;
  -o-object-fit: cover;
}
#testimonies .item-testimonial .text-testimonial i {
  font-size: 2rem;
  margin-bottom: 10px;
}
#testimonies .item-testimonial .text-testimonial span {
  font-size: 16px;
}
/*RESPONSIVO*/
/* Large devices (desktops, less than 1200px) TABLET DEITADO */
@media (max-width: 1199px) {
  header #menu li {
    margin: 0 12px;
  }
  header #menu li a {
    font-size: 16px;
  }
  #conceptualHome .item-banner img {
    height: 50vh;
  }
  .caption h1,
  .caption h2 {
    font-size: 1.8rem;
  }
  #listServices li a .img-service img {
    height: 200px;
  }
  #servicesHome .overlay {
    position: static;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(21, 21, 21, 0.9);
    opacity: 1;
  }
  .item-service {
    height: calc(100% - 190px);
  }
  .image-overlay-bottom li a .item-gallery img {
    height: 300px;
  }
  .list-items li figure img {
    height: 250px;
  }
  #aboutResume #imageAboutResume img {
    min-height: 200px;
  }
  /*END HOME*/
  /*INTERN*/
  .h3,
  h3 {
    font-size: 1.2rem;
  }
  #about #slideAbout figure img {
    height: 390px;
  }
  .intern #slideService li .content-banner,
  .intern #slideAbout li .content-banner {
    top: 20px;
    height: 93%;
  }
  #slideService .block-text,
  #slideAbout .block-text {
    width: 92%;
  }
  #slideService .block-text p,
  #slideAbout .block-text p {
    font-size: 15px;
  }
  #conceptual .item-banner img {
    height: 260px;
    object-fit: cover;
    -o-object-fit: cover;
  }
  #listImageText li a .item-list .resume h4 {
    font-size: 20px;
  }
  #testimonies .item-testimonial img {
    height: 150px;
    width: 150px;
  }
  /*END INTERN*/
}
/* Medium devices (tablets, less than 992px) TABLET */
@media (max-width: 991px) {
  .mb-5,
  .my-5 {
    margin-bottom: 1.5rem !important;
  }
  #iconNavicon {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  #iconNavicon img {
    filter: brightness(0) invert(1);
    width: 20px;
  }
  #iconNavicon span {
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    letter-spacing: 1px;
  }
  header nav#menu {
    display: none;
    margin: 20px 0px 0px;
    max-height: 80vh;
    overflow: auto;
  }
  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 nav#menu ul li a {
    letter-spacing: 1px;
    padding: 15px;
    display: block;
    white-space: normal;
  }
  header nav#menu ul li a.active:after {
    display: none;
  }
  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 nav#menu ul li.dropdown .dropdown-menu a {
    margin: 15px 0;
  }
  .padding-block {
    padding: 3rem 0;
  }
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  #aboutResume .row {
    flex-direction: column-reverse;
  }
  #aboutResume #imageAboutResume img {
    max-height: 320px;
  }
  .image-overlay-bottom li a .item-gallery .overlay-bottom h4 {
    font-size: 18px;
  }
  #formNews .content-form {
    width: 100%;
  }
  .list-footer li:first-child {
    margin-bottom: 20px;
  }
  footer #copyrightNetwork {
    text-align: center;
  }
  footer .list-network {
    margin: 20px 0;
  }
  #scheduleHome .item-schedule img {
    height: 350px;
  }
  .block-text h1::after,
  .block-text h2::after,
  .block-text h3::after,
  .block-text h4::after {
    width: 100%;
  }
  .swiper .swiper-button-prev {
    left: 10px;
  }
  #conceptual.conceptual-home .item-banner img {
    height: auto;
    min-height: 400px;
    max-height: 800px;
  }
  #conceptual.conceptual-home .swiper-pagination {
    background: #181818;
    margin: 0;
    padding: 10px 0;
  }
  /*END HOME*/
  /*INTERN*/
  .intern iframe {
    height: 400px;
  }
  #contactsMaps {
    margin-top: 40px;
  }
  #listImageText li a .item-list .resume {
    padding: 15px 20px 15px;
    margin-left: 0;
  }
  #blogIntern .block-text .img-news-detail {
    margin-right: 30px;
    margin-bottom: 15px;
  }
  #cta .item-schedule img {
    max-height: 300px;
  }
  #cta .item-schedule {
    width: auto;
  }
  header #menu li a:not(.dropdown-toggle):after {
    display: none;
  }
  #cta .item-cta .content-cta .caption {
    width: 70%;
  }
  .item-testimonial figure {
    margin-bottom: 1rem;
  }
  #testimonies .item-testimonial img {
    height: 100px;
    width: 100px;
  }
  .list-items li figure img {
    height: 240px;
  }
  #slideAbout figure img {
    height: 220px;
  }
  .description-slide {
    margin-top: 30px;
  }
  #slideService img {
    height: 250px;
  }
  #listImageText .resume {
    margin-top: 20px;
  }
  #copyright {
    margin-bottom: 1rem;
  }
  .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;
  }
  .btn-default {
    width: 100%;
  }
  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 30px;
  }
  .block-text p {
    color: #9b9b9b;
  }
  .block-text h2 {
    font-size: 26px;
  }
  .breadcrumb li a {
    font-size: 14px;
  }
  .send button {
    width: 100%;
  }
  #conceptualHome .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 0 auto;
    position: static;
    background: #181818;
    padding: 20px 0;
  }
  #conceptual .content-banner .caption h1,
  #conceptual .content-banner .caption h2 {
    font-size: 1.5rem;
  }
  .content-banner .caption {
    width: 100%;
  }
  #conceptualHome .item-banner img {
    height: 60vh;
  }
  header::before {
    border-top: 20px solid #d2ae6d;
    border-right: 20px solid transparent;
  }
  header::after {
    border-bottom: 20px solid #d2ae6d;
    border-left: 20px solid transparent;
  }
  .padding-block {
    padding: 2rem 0;
  }
  #scheduleHome .item-schedule {
    width: 100%;
  }
  #scheduleHome .item-schedule img {
    height: 300px;
  }
  .card-columns {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
  }
  .block-text h2 {
    font-size: 20px;
  }
  footer #newsletter h2 span {
    font-size: 16px;
  }
  .list-footer li {
    margin-bottom: 20px;
  }
  footer #copyrightNetwork {
    margin-top: 0;
  }
  #slideService figure,
  #slideAbout figure {
    display: none;
  }
  #slideService .block-text,
  #slideAbout .block-text {
    width: 100%;
  }
  #slideService .block-text p,
  #slideAbout .block-text p {
    color: #fff;
  }
  .intern #slideAbout .content-banner,
  .intern #slideService .content-banner {
    position: static;
    text-align: center;
    height: auto;
  }
  #blogIntern .block-text .img-news-detail {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  #cta .item-schedule img {
    max-height: 200px;
  }
  #aboutResume .title-block {
    width: 100%;
  }
  .overlay {
    background: rgba(0, 0, 0, 0.75);
    opacity: 1;
    z-index: 1;
  }
  #cta .item-cta .content-cta .caption {
    width: auto;
  }
  #testimonies .item-testimonial {
    width: auto;
  }
  .form-group.field-col {
    flex: 1 1 auto;
    width: 100%;
  }
  footer #newsletter .send {
    width: 100%;
  }
}
/* Extra small devices (portrait phones, less than 576px) sm*/
