/* ==========================================================================
 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/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/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;
}
