header.fixed.scrolled .header_bottom,
header.fixed_hiding.scrolled .header_bottom {
  backdrop-filter: blur(10px);
  background: #d2c9b6ad !important;
}

.redes-sociais {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin: 20px 0;
}

.redes-sociais a svg {
  height: 25px;
  fill: #e4d7c4;
  background: #05554d;
  padding: 10px;
  border-radius: 9px;
  box-shadow: 1px 7px 19px #01141326;
}

.header_bottom {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 2px solid #003e38 !important;
}
.container-footer-cima .btn-footer {
  background: #fcf9eb;
  font-size: 18px;
  color: #502316;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 200ms ease-in-out;
  border: 1px solid #fcf9eb;
}
body h1,
body h2,
body h3 {
  line-height: 1;
}

nav.main_menu > ul > li > a {
  color: #003e38 !important;
}
header:not(.with_hover_bg_color) nav.main_menu > ul > li:hover > a {
  color: #af8857 !important;
}
.header_inner {
  padding-right: 160px;
  padding-left: 160px;
}
.grid-sec {
  padding: 50px 160px;
}
@media only screen and (max-width: 1400px) {
  .grid-sec {
    padding: 35px 50px;
  }
  nav.main_menu > ul > li > a {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 768px) {
  .footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .redes-sociais{
    justify-content: center;
  }

  .grid-sec {
    padding: 30px 20px;
  }
  .header_inner {
    padding: 0 !important;
  }
}
.container-footer-cima .btn-footer:hover {
  background: transparent;
  color: #fcf9eb;
}
.vc_column-inner {
  padding: 0;
}
.scroll_header_top_area {
  margin-top: 12px !important;
}
.header_bottom {
  background-color: rgba(252, 249, 235, 1);
  border: 1px solid #50231647;
  box-shadow: 0 0 0px 8px #fcf9eb;
}

.wrapper_inner .content.content_top_margin {
  margin-top: 0 !important;
}

.drop_down .narrow .second .inner ul li {
  transition: 200ms ease-in-out;
}

.drop_down .narrow .second .inner ul li a {
  transition: 200ms ease-in-out;
}

.drop_down .narrow .second .inner ul li:hover a {
  transform: translateX(10px);
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #003e38;
}

::-webkit-scrollbar-thumb {
  background: #af8857;
  border-radius: 10px;
}
