.overlay_bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1100px) {
  .overlay_bg {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  }
}

.dropdown {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.dropdown span {
  border: 1px solid white;
  cursor: pointer;
  padding: 1rem;
  display: block;
  text-transform: uppercase;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #15171a;
  width: 240px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: 1px solid white;
  top: 50px;
}

.dropdown-content li {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  margin-bottom: 0;
  transition: all 0.4s ease;
  text-transform: uppercase;
}

.dropdown-content li:hover {
  background-color: white;
  color: #15171a;
}

.c_img {
  width: 100%;
  position: static;
  height: 100%;
}
.c_img:after {
  content: "";
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.51) 0%, rgba(0, 0, 0, 0.51) 65%, rgba(250, 250, 250, 0.51) 80%, rgb(255, 255, 255) 100%);
  z-index: 1;
}

.f_3 {
  height: 473px;
}
@media (max-height: 760px) {
  .f_3 {
    height: 286px;
  }
}

.imgg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: linear-gradient(to bottom right, #fce38a, white);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-margin-top: 80px;
}
*:focus {
  outline: none;
}

body,
html {
  overflow-x: hidden;
}
body.active,
html.active {
  overflow: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
}

.block {
  display: block !important;
}

a {
  text-decoration: none;
}

p {
  margin: 0 0 1rem 0;
  line-height: 22px;
}

section {
  position: relative;
}

.hamburger {
  position: absolute;
  left: 20px;
  z-index: 99;
  top: 26px;
}
@media (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}
.hamburger .line {
  width: 20px;
  height: 3px;
  border-radius: 2rem;
  background-color: white;
  display: block;
  margin: 4px auto;
  transition: all 0.3s ease-in-out;
}
.hamburger.is-active .line {
  background-color: white;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}
.hamburger#hamburger-1.is-active .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger#hamburger-1.is-active .line:nth-child(3) {
  transform: translateY(-6px) rotate(-49deg);
}

a {
  transition: all 500ms ease;
}

@media (max-width: 1200px) {
  .mobile {
    display: none !important;
  }
}
@media (min-width: 0px) and (max-width: 1999px) {
  .mobile {
    display: block;
  }
}

@media (min-width: 0px) and (max-width: 1200px) {
  .desktop {
    display: none !important;
  }
}

@media (min-width: 1201px) and (max-width: 2000px) {
  .menu-desktop {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}
@media (min-width: 100px) and (max-width: 1200px) {
  .menu-desktop {
    display: none;
  }
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.link {
  width: 100%;
}
.link.outros {
  margin-top: 4rem;
  margin-left: -2.5rem;
}
.link.outros a {
  color: #4d3813;
}
.link.outros a:before, .link.outros a:after {
  background: #4d3813;
}
@media (max-width: 1100px) {
  .link.outros {
    margin: 0 auto;
    padding: 1rem 0;
    background-color: #002327;
  }
  .link.outros a {
    margin: 0 auto;
    text-align: center;
    letter-spacing: 4px;
    width: 90%;
  }
  .link.outros a:after, .link.outros a:before {
    width: 100%;
  }
}
.link a {
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 6px;
  font-weight: 800;
  position: relative;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 1.5rem auto 0;
  padding: 0.7rem 0;
  transition: all 0.4s ease;
}
.link a:after, .link a:before {
  content: "";
  width: 123%;
  height: 2px;
  background-color: white;
  position: absolute;
  left: 50%;
  transition: all 0.4s ease;
  transform: translate(-50%);
}
@media (max-width: 1220px) {
  .link a:after, .link a:before {
    width: 100%;
  }
}
.link a:after {
  bottom: 0;
}
.link a::before {
  top: 0;
}
.link:hover:hover a:after, .link:hover:hover a:before {
  width: 110%;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.container {
  max-width: 1370px;
  margin: 0 auto;
  display: block;
  padding-inline: 2rem;
}

header {
  position: fixed;
  width: 100%;
  padding-top: 1rem;
  z-index: 999;
  transition: all 0.4s ease;
}
header.sticky {
  background: rgb(216, 195, 101);
  background: linear-gradient(90deg, rgb(216, 195, 101) 0%, rgb(127, 103, 48) 100%);
  transition: all 0.4s ease;
  padding-bottom: 1rem;
}
header .lang-item-en {
  border-right: 1px solid white;
  padding-right: 1rem;
}
header .logo {
  position: relative;
  z-index: 8;
}
header .logo img {
  width: 126px;
}
header .nav_mobile {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  margin-left: -20rem;
  height: 0;
  width: 100%;
  top: 0;
  background: rgb(216, 195, 101);
  position: absolute;
  background: linear-gradient(90deg, rgb(216, 195, 101) 0%, rgb(127, 103, 48) 100%);
  padding-top: 10rem;
}
@media (min-width: 100px) and (max-width: 1289px) {
  header .nav_mobile.active {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
    height: 100vh;
  }
}
header .nav_mobile .menu {
  display: block;
}
header .nav_mobile .menu li {
  display: block;
  margin-bottom: 1rem;
}
header .nav_mobile .menu li a {
  font-size: 18px;
}
header .nav_mobile .menu li.lang-item {
  display: inline-block;
  width: 13%;
  margin-right: 1rem;
}
header .sp {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
@media (max-width: 1200px) {
  header .sp {
    justify-content: center;
  }
}
header .menu-principal ul {
  display: flex;
  gap: 20px;
}
header .menu-principal ul li a {
  color: white;
  font-size: 14px;
}
header .menu-principal ul li a:hover {
  text-decoration: underline;
}

#banner.privacidade .text {
  margin-left: 0 !important;
}
#banner.privacidade .container {
  width: 68%;
}
#banner.home {
/*   height: 467px; */
  display: block;
  position: relative;
  z-index: 4;
/*   padding: 8rem 0 0; */
}
@media (max-width: 1100px) {
  #banner.home {
    align-items: center;
    padding: 6rem 0 0;
  }
}
#banner.home .text {
  width: 63% !important;
  margin: 0 0 0 10%;
  color: white;
  font-size: 22px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
#banner.home .text p {
  line-height: initial;
}
#banner.home .text a {
  color: white;
  text-decoration: underline;
}
@media (max-width: 1100px) {
  #banner.home .text {
    width: 60%;
    margin-left: 0;
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  #banner.home .text {
    width: 50%;
  }
}
@media (max-width: 770px) {
  #banner.home .text {
    width: 100% !important;
    margin-left: 0;
  }
}
#banner.home .text h2 {
  color: white;
  font-weight: 700;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  font-size: 55px;
  margin-bottom: 1.45rem;
  line-height: 62px;
  letter-spacing: -1px;
}
@media (max-width: 1100px) {
  #banner.home .text h2 {
    font-size: 28px;
    line-height: initial;
  }
}
#banner.home .slick-dots li {
  width: 8px;
  height: 8px;
  transition: all 0.4s ease;
}
#banner.home .slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: #b3b3b3;
  transition: all 0.4s ease;
}
#banner.home .slick-dots li button:before {
  display: none;
}
#banner.home .slick-dots li.slick-active {
  width: 22px;
}
#banner.home .slick-dots li.slick-active button {
  width: 22px;
  background-color: #a58d5e;
}
@media (max-width: 770px) {
  #banner.home .slick-dots {
    bottom: 22px;
  }
}

.destaque-posts .link a {
  color: #4d3813;
}
.destaque-posts .link a:after,
.destaque-posts .link a:before {
  background-color: #4d3813;
}

#servicos {
  margin-top: 4rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 1440px) {
  #servicos {
    margin-top: 3rem;
  }
}
@media (max-width: 1100px) {
  #servicos {
    margin-top: 0;
  }
  #servicos .container {
    padding-inline: 0;
  }
  #servicos .link.outros {
    background-color: transparent;
  }
  #servicos .link.outros a {
    color: #4c5359;
    margin-block: 2rem;
  }
  #servicos .link.outros a:after, #servicos .link.outros a:before {
    background-color: #4c5359;
  }
}
#servicos:after, #servicos:before {
  content: "";
  position: absolute;
  pointer-events: none;
}
#servicos:after {
  background: url(../imgs/shape1.png) no-repeat;
  width: 388px;
  height: 388px;
  top: 47%;
  left: -21%;
  z-index: -2;
}
@media (max-width: 1370px) {
  #servicos:after {
    display: none;
  }
}
@media (min-width: 1600px) {
  #servicos:after {
    left: -8%;
  }
}
#servicos:before {
  background: url(../imgs/shape_line.png) no-repeat;
  width: 638px;
  height: 585px;
  bottom: 206px;
  right: 0;
  z-index: -1;
}
@media (max-width: 900px) {
  #servicos:before {
    display: none;
  }
}
#servicos .post {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  align-items: center;
/*   margin: 0 0 0 -4rem; */
}
@media (max-width: 1237px) {
  #servicos .post {
    margin: 0;
    flex-wrap: wrap;
  }
}
#servicos .post .img {
  width: 764px;
  height: 364px;
  background-size: cover;
  background-position: center;
  margin: 0;
  position: absolute;
  z-index: 99;
  left: -40px;
}
@media (max-width: 1260px) {
  #servicos .post .img {
    left: -80px;
  }
}
@media (max-width: 1237px) {
  #servicos .post .img {
    position: relative;
    order: 1;
    left: -47px;
    width: 100%;
    height: 364px;
  }
}
@media (max-width: 770px) {
  #servicos .post .img {
    height: 242px;
  }
}
#servicos .post .text {
  color: #4d3813;
  width: 50%;
  background: rgb(216, 195, 101);
  background: linear-gradient(90deg, rgb(216, 195, 101) 0%, #a88840 100%);
  padding: 2rem 4rem 2rem 9rem;
  position: relative;
  font-size: 14px;
  min-height: 401px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
}
@media (max-width: 1237px) {
  #servicos .post .text {
    width: 90%;
    order: 2;
    align-items: center;
    margin-top: -17rem;
    padding-top: 19rem;
    padding-inline: 2rem;
  }
}
#servicos .post .text .content {
  line-height: 22px;
}
#servicos .post .text h2 {
  color: #4d3813;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 1100px) {
  #servicos .post .text h2 {
    font-size: 26px;
  }
}
#servicos .post .text h2::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #4d3813;
  display: block;
  margin-top: 1rem;
}
#servicos .post:nth-child(even) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 4rem 0;
  margin-left: 0;
}
@media (max-width: 1240px) {
  #servicos .post:nth-child(even) {
    grid-template-columns: 1fr;
  }
}
#servicos .post:nth-child(even):after {
  content: "";
  background: rgb(216, 195, 101);
  background: linear-gradient(90deg, rgb(216, 195, 101) 0%, rgb(127, 103, 48) 100%);
  position: absolute;
  right: -103px;
  width: 375px;
  height: 100%;
}
@media (max-width: 1100px) {
  #servicos .post:nth-child(even):after {
    display: none;
  }
}
#servicos .post:nth-child(even):before {
  content: "";
  background: url(../imgs/bg_post.png) no-repeat;
  position: absolute;
  left: -35px;
  top: -13px;
  height: 424px;
  background-size: contain;
  width: 104px;
}
@media (max-width: 1100px) {
  #servicos .post:nth-child(even):before {
    left: initial;
    right: 20px;
    transform: rotate(180deg);
    top: 38%;
    background-size: cover;
    width: 43px;
  }
}
#servicos .post:nth-child(even) .img {
  position: relative;
  order: 2;
  width: 818px;
  left: -14px;
}
@media (max-width: 1240px) {
  #servicos .post:nth-child(even) .img {
    width: 100%;
    height: 364px;
    order: 1;
    left: 0;
  }
}
@media (max-width: 770) {
  #servicos .post:nth-child(even) .img {
    height: 242px;
  }
}
#servicos .post:nth-child(even) .text {
  order: 1;
  width: 100%;
  background: transparent;
  padding: 2rem 3rem 2rem 2rem;
  color: #4c5359;
}
@media (max-width: 1240px) {
  #servicos .post:nth-child(even) .text {
    margin-top: 1rem;
    order: 2;
  }
}
#servicos .post:nth-child(even) .text h2 {
  color: #4c5359;
}
#servicos .post:nth-child(even) .text h2:after {
  background-color: #9d732f;
}
#servicos .post:nth-child(even) .link a {
  color: #4c5359;
}
#servicos .post:nth-child(even) .link a:after, #servicos .post:nth-child(even) .link a:before {
  background-color: #4c5359;
}
#servicos .outros-posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 4rem;
}
@media (max-width: 1100px) {
  #servicos .outros-posts {
    grid-template-columns: 1fr;
  }
}
#servicos .outros-posts .post {
  display: block;
  margin-left: 0;
  width: 541px;
  position: relative;
}
@media (max-width: 1100px) {
  #servicos .outros-posts .post {
    width: 100%;
    display: flex;
  }
}
#servicos .outros-posts .post a.ab {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#servicos .outros-posts .post .thumbnail {
  width: 541px;
  height: 281px;
  background-size: cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 1100px) {
  #servicos .outros-posts .post .thumbnail {
    width: 90%;
    height: 244px;
    background-position: center;
  }
}
#servicos .outros-posts .post .content {
  background-color: #002327;
  color: white;
  margin: -14rem 0 0 -16px;
  padding: 16rem 4rem 0 4rem;
  box-shadow: 0px 11px 16px -3px rgba(0, 0, 0, 0.43);
  min-height: 514px;
  position: relative;
}
@media (max-width: 1100px) {
  #servicos .outros-posts .post .content {
    width: 84%;
    min-height: 523px;
    height: auto;
    padding: 16rem 4rem 5rem 4rem;
  }
}
#servicos .outros-posts .post .content h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 1.7rem;
}
@media (max-width: 1100px) {
  #servicos .outros-posts .post .content h2 {
    font-size: 26px;
  }
}
#servicos .outros-posts .post .content h2::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: white;
  display: block;
  margin-top: 1rem;
}
#servicos .outros-posts .post .content .link {
  margin-top: 2rem;
  padding-bottom: 2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
#servicos .outros-posts .post:nth-child(even) {
  margin: 0;
  width: 562px;
}
@media (max-width: 1100px) {
  #servicos .outros-posts .post:nth-child(even) {
    width: 100%;
    justify-content: flex-start;
  }
}
#servicos .outros-posts .post:nth-child(even):before, #servicos .outros-posts .post:nth-child(even):after {
  display: none;
}
#servicos .outros-posts .post:nth-child(even) .content {
  margin: -14rem 0;
}
@media (max-width: 1100px) {
  #servicos .outros-posts .post:nth-child(even) .content {
    margin: -14rem 0 0;
  }
}
#servicos .outros-posts .post:nth-child(even) .content .link a {
  color: white;
}
#servicos .outros-posts .post:nth-child(even) .content .link a:before, #servicos .outros-posts .post:nth-child(even) .content .link a:after {
  background: white;
}

#quem {
  background: rgb(216, 195, 101);
  background: linear-gradient(90deg, rgb(216, 195, 101) 0%, #a88840 100%);
  height: 1290px;
  margin: -13rem 0 0;
  padding-top: 19rem;
}
@media (max-width: 1100px) {
  #quem {
    margin: 4rem 0 0;
    padding: 0 0 6rem;
    height: auto;
  }
}
#quem .link a {
  color: #4d3813;
}
#quem .link a:after,
#quem .link a:before {
  background-color: #4d3813;
}
#quem:before {
  background: url(../imgs/shape2.png) no-repeat;
  width: 172px;
  height: 292px;
  top: -126px;
  right: 0;
  z-index: -1;
  position: absolute;
  content: "";
  pointer-events: none;
}
@media (max-width: 1100px) {
  #quem:before {
    display: none;
  }
}
@media (max-width: 1100px) {
  #quem .container {
    padding-inline-end: 0;
  }
}
#quem .box_quem {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 1110px) {
  #quem .box_quem {
    grid-template-columns: 1fr;
  }
}
#quem .box_quem .vid {
  width: 100%;
  position: relative;
}
#quem .box_quem .vid img {
  position: relative;
  z-index: 2;
}
@media (max-width: 1260px) {
  #quem .box_quem .vid img {
    width: 580px;
  }
}
@media (max-width: 700px) {
  #quem .box_quem .vid img {
    width: 100%;
  }
}
@media (min-width: 1460px) {
  #quem .box_quem .vid {
    width: 100%;
    margin-left: -10rem;
  }
}
@media (max-width: 1100px) {
  #quem .box_quem .vid {
    width: 100%;
    margin-left: 0;
  }
}
#quem .box_quem .vid iframe {
  width: 100%;
  height: 484px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1100px) {
  #quem .box_quem .vid iframe {
    height: 242px;
  }
}
#quem .box_quem .vid:after {
  content: "";
  position: absolute;
  left: -36px;
  top: -17px;
  width: 500px;
  height: 519px;
  background-color: #1a4549;
}
@media (max-width: 1100px) {
  #quem .box_quem .vid:after {
    width: 357px;
    height: 283px;
  }
}
#quem .box_quem .text {
  color: #4d3813;
  padding-right: 4rem;
  padding-left: 3rem;
}
#quem .box_quem .text h2 {
  color: #4d3813;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
#quem .box_quem .text h2::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #4d3813;
  display: block;
  margin-top: 1rem;
}
#quem .box_quem .text p {
  line-height: 28px;
}
#quem .box_quem .text .link a {
  margin: 3rem 0 0 1rem;
}
@media (max-width: 1100px) {
  #quem .box_quem .text .link a {
    margin: 3rem auto 1rem;
  }
}

#video {
  margin-block: 8rem;
  /* the slides */
  /* the parent */
}
#video .vv {
  position: relative;
}
#video .slick-prev {
  background: #355d60 url(../imgs/arrow_l_u.svg) no-repeat center;
  width: 65px;
  height: 65px;
  z-index: 3;
}
#video .slick-next {
  background: #355d60 url(../imgs/arrow_r_u.svg) no-repeat center;
  width: 65px;
  height: 65px;
  z-index: 3;
}
#video .slick-dots li {
  width: 8px;
  height: 8px;
  transition: all 0.4s ease;
}
#video .slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: #b3b3b3;
  transition: all 0.4s ease;
}
#video .slick-dots li button:before {
  display: none;
}
#video .slick-dots li.slick-active {
  width: 22px;
}
#video .slick-dots li.slick-active button {
  width: 22px;
  background-color: #a58d5e;
}
#video .slick-slide {
  margin: 0 6px;
}
#video .slick-list {
  margin: 0 -6px;
}
#video .img {
  position: relative;
  width: 95%;
  overflow: hidden;
}
#video .img img {
  transition: all 0.4s ease;
}
#video .img a {
  position: absolute;
  top: 0;
  z-index: 4;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
#video .img a img {
  width: 40px;
}
#video .img:after {
  content: "";
  background: linear-gradient(180deg, rgba(3, 93, 97, 0) 0%, rgb(3, 93, 97) 73%);
  position: absolute;
  /* top: 0; */
  height: 255px;
  width: 100%;
  bottom: 0;
}
#video .img:before {
  content: "";
  background: url(../imgs/linhas.svg) center no-repeat;
  z-index: 2;
  position: absolute;
  /* top: 0; */
  height: 255px;
  width: 100%;
  bottom: 0;
}
#video .img:hover img.bg {
  transform: scale(1.2);
}
#video .text {
  background-color: #002327;
  color: white;
  padding-block: 3rem;
  padding-block-end: 2rem;
  margin-top: -2rem;
  padding-inline: 2rem;
  min-height: 200px;
}
#video .text h3 {
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 1.775rem;
  width: 83%;
}
@media (max-width: 550px) {
  #video .text h3 {
    font-size: 20px;
    width: 100%;
  }
}
#video img.bg {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

#depoimento {
  margin-top: -13rem;
}
@media (max-width: 1100px) {
  #depoimento {
    margin-top: -4rem;
  }
}
#depoimento .container {
  display: block;
}
#depoimento .slick-track {
  display: flex !important;
}
#depoimento .slick-slide {
  margin: 0 6px;
  height: inherit !important;
  background: #022225;
  position: relative;
  transition: all 0.4s ease;
}
#depoimento .box {
  color: white;
  padding-top: 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#depoimento .box .thumbnail {
  border-radius: 10rem;
  width: 105px;
  height: 105px;
  background-repeat: no-repeat;
  margin: 0 auto 2rem;
}
#depoimento .box .text {
  font-size: 14px;
  padding: 0 2rem 2rem;
  text-align: center;
}
@media (max-width: 1100px) {
  #depoimento .box .text {
    padding: 0 2rem 2rem;
  }
}
#depoimento .box .text strong {
  margin-top: 1rem;
  display: block;
  font-weight: 900;
}
#depoimento .slick-slide {
  margin: 0 27px;
}
@media (max-width: 1100px) {
  #depoimento .slick-slide {
    margin: 0 0;
  }
}
#depoimento .slick-list {
  margin: 0 -27px;
}
@media (max-width: 1100px) {
  #depoimento .slick-list {
    margin: 0;
  }
}
#depoimento .stars {
  background: url(../imgs/stars.png) no-repeat;
  width: 0;
  height: 19px;
  overflow: hidden;
  margin: 0 auto 1rem;
}
#depoimento .stars.num_um {
  width: 22px;
}
#depoimento .stars.num_dois {
  width: 40px;
}
#depoimento .stars.num_tres {
  width: 67px;
}
#depoimento .stars.num_quatro {
  width: 90px;
}
#depoimento .stars.num_cinco {
  width: 110px;
}
#depoimento .slick-active button {
  width: 22px !important;
  background: #a58d5b !important;
}
#depoimento .slick-active.slick-center .box {
  background: url(../imgs/box_line.png) no-repeat top;
  background-size: cover;
}
#depoimento .slick-prev {
  background: #355d60 url(../imgs/arrow_l.png) no-repeat center;
  width: 65px;
  height: 65px;
  z-index: 3;
}
#depoimento .slick-next {
  background: #355d60 url(../imgs/arrow_r.png) no-repeat center;
  width: 65px;
  height: 65px;
  z-index: 3;
}
#depoimento .slick-dots {
  bottom: -50px;
}
#depoimento .slick-dots li {
  width: initial;
}
#depoimento .slick-dots li button {
  background: #b3b3b3;
  width: 8px;
  height: 8px;
  padding: 0;
  transition: all 0.4s ease;
}
#depoimento .slick-dots li button::before {
  display: none;
}

#cont_ex {
  overflow: hidden;
  margin-top: 5rem;
  padding: 4rem 0;
}
@media (max-width: 1100px) {
  #cont_ex .container {
    padding-inline: 0;
  }
}
#cont_ex .guy {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 0;
}
@media (min-width: 1660px) {
  #cont_ex .guy {
    width: 36%;
  }
}
@media (min-width: 990px) and (max-width: 1400px) {
  #cont_ex .guy {
    right: -460px;
  }
}
@media (max-width: 1100px) {
  #cont_ex .guy {
    display: none;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  #cont_ex .guy {
    right: -254px;
  }
}
@media (max-width: 1100px) {
  #cont_ex .guy {
    position: absolute;
    z-index: 2;
    top: inherit;
    bottom: 0;
    width: auto;
    overflow: hidden;
    right: 0;
  }
  #cont_ex .guy img {
    width: 388px;
  }
}
#cont_ex .box_contato {
  padding: 2rem 4rem;
  color: white;
  background: #003235 url(../imgs/bg_contato.jpg) no-repeat right;
  display: grid;
  grid-template-columns: 1fr;
  width: 1012px;
  position: relative;
  margin-top: 9rem;
  padding-bottom: 6rem;
}
#cont_ex .box_contato .outros,
#cont_ex .box_contato .textarea {
  grid-column: span 2;
}
#cont_ex .box_contato.pb {
  padding-bottom: 3rem;
}
#cont_ex .box_contato.pb:after {
  height: 440px;
}
#cont_ex .box_contato .voltar_c {
  color: white;
  display: block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.4s ease;
}
#cont_ex .box_contato .voltar_c:hover {
  color: #a58d5b;
}
#cont_ex .box_contato .wpcf7-spinner {
  position: absolute;
}
@media (max-width: 1100px) {
  #cont_ex .box_contato {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    background: #033438;
    padding-bottom: 2rem;
    margin-top: 0;
  }
}
#cont_ex .box_contato:after {
  content: "";
  position: absolute;
  left: -19px;
  width: 60%;
  background: rgb(216, 195, 101);
  background: linear-gradient(90deg, rgb(216, 195, 101) 0%, rgb(145, 109, 43) 79%);
  height: 278px;
  z-index: -1;
  top: -20px;
}
@media (max-width: 1100px) {
  #cont_ex .box_contato:after {
    width: 80%;
    left: 0;
  }
}
#cont_ex .box_contato p {
  line-height: 28px;
}
#cont_ex .box_contato .text {
  width: 72%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1100px) {
  #cont_ex .box_contato .text {
    width: 100%;
    margin-bottom: 0;
  }
}
#cont_ex .box_contato h2 {
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 1.7rem;
  text-align: center;
}
@media (max-width: 1100px) {
  #cont_ex .box_contato h2 {
    font-size: 26px;
  }
}
#cont_ex .box_contato .menu_contato {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin-inline: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 67%;
}
@media (max-width: 660px) {
  #cont_ex .box_contato .menu_contato {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    position: initial;
    margin-inline: auto;
    width: 100%;
    text-align: center;
    transform: initial;
  }
}
#cont_ex .box_contato .menu_contato li {
  background: transparent;
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  border: 1px solid white;
  width: 200px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#cont_ex .box_contato .menu_contato li:hover {
  background: linear-gradient(90deg, rgb(215, 195, 100) 0%, rgb(145, 108, 43) 82%);
}
#cont_ex .box_contato .form {
  width: 80%;
  margin: 38px auto 0;
  display: none;
}
@media (max-width: 770px) {
  #cont_ex .box_contato .form {
    width: 100%;
  }
}
#cont_ex .box_contato .form .d-flex {
  display: grid;
  grid-template-columns: 48% 48%;
  gap: 28px;
}
@media (max-width: 770px) {
  #cont_ex .box_contato .form .d-flex {
    width: 100%;
    display: block;
  }
}
#cont_ex .box_contato .form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid white;
  box-shadow: initial;
  margin-bottom: 2rem;
  color: white;
  padding: 0 0 1rem;
  width: 100%;
  height: 162px;
}
#cont_ex .box_contato .form textarea::-moz-placeholder {
  color: white;
}
#cont_ex .box_contato .form textarea::placeholder {
  color: white;
}
#cont_ex .box_contato .form textarea:focus {
  border-bottom: 1px solid #58aaae;
  transition: all 0.4s ease;
}
#cont_ex .box_contato .form input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid white;
  box-shadow: initial;
  margin-bottom: 2rem;
  color: white;
  padding: 0 0 1rem;
  width: 100%;
}
#cont_ex .box_contato .form input::-moz-placeholder {
  color: white;
}
#cont_ex .box_contato .form input::placeholder {
  color: white;
}
#cont_ex .box_contato .form input:focus {
  border-bottom: 1px solid #58aaae;
  transition: all 0.4s ease;
}
#cont_ex .box_contato .form input[type=checkbox] {
  width: -moz-max-content;
  width: max-content;
}
#cont_ex .box_contato .form input[type=submit] {
  color: white;
  letter-spacing: 6px;
  text-transform: uppercase;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  display: block;
  position: relative;
  width: 120px;
  padding: 10px 0;
  margin: 2rem auto 0;
  transition: all 0.4s ease;
}
#cont_ex .box_contato .form input[type=submit]:hover {
  width: 140px;
}

#posts {
  background: rgb(151, 118, 48);
  background: linear-gradient(90deg, rgb(216, 195, 101) 4%, rgb(151, 118, 48) 77%);
  height: 735px;
  margin-top: 10rem;
}
@media (max-width: 1100px) {
  #posts {
    margin-top: 0;
  }
}
#posts a.ab {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1100px) {
  #posts .link.outros {
    background-color: transparent;
    width: 236px;
    margin-block: 2rem;
  }
}
#posts .link.outros a {
  color: #4c5359;
}
#posts .link.outros a::after, #posts .link.outros a::before {
  background-color: #4c5359;
}
#posts:after {
  content: "";
  background: url(../imgs/shape3.png) no-repeat;
  position: absolute;
  left: 0;
  top: 15%;
  width: 600px;
  height: 485px;
  pointer-events: none;
}
@media (max-width: 1100px) {
  #posts:after {
    left: -203px;
    width: 100%;
    opacity: 0.4;
    background-size: 100%;
  }
}
#posts:before {
  content: "";
  background: url(../imgs/shape4.png) no-repeat;
  position: absolute;
  right: 0;
  top: -13%;
  width: 461px;
  height: 104px;
  pointer-events: none;
  display: none;
}
@media (max-width: 1100px) {
  #posts:before {
    top: -6%;
    width: 80px;
    height: 45px;
    background-size: 209px;
  }
}
#posts h2 {
  color: white;
  text-align: center;
  letter-spacing: 6px;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 100px;
  margin-bottom: 4rem;
}
#posts .box {
  position: relative;
  transition: all 0.4s ease;
}
#posts .box_posts {
  z-index: 6;
}
#posts .box .thumbnail {
  width: 100%;
  border-top: 20px solid #355d60;
  height: 283px;
  background-size: cover;
  background-position: center !important;
}
#posts .box .text {
  background-color: #212429;
  color: white;
  padding: 50px 50px;
  font-size: 14px;
  min-height: 423px;
  position: relative;
}
@media (max-width: 1100px) {
  #posts .box .text {
    padding: 50px 20px;
  }
}
#posts .box .text .link {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
}
#posts .box .text h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  font-weight: 800;
  margin-bottom: 2rem;
  line-height: 30px;
}
#posts .box .text h3::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #a58d5b;
  display: block;
  margin-top: 1rem;
}
#posts .box:hover {
  transform: scale(1.02);
}
#posts .slick-slide {
  margin: 0 27px;
}
#posts .slick-list {
  margin: 0 -27px;
}
#posts .slick-active button {
  width: 22px !important;
  background: #a58d5b !important;
}
#posts .slick-dots {
  bottom: -50px;
}
#posts .slick-dots li {
  width: initial;
}
#posts .slick-dots li button {
  background: #b3b3b3;
  width: 8px;
  height: 8px;
  padding: 0;
  transition: all 0.4s ease;
}
#posts .slick-dots li button::before {
  display: none;
}
#posts.int {
  background: transparent;
  height: auto;
  padding-bottom: 5rem;
}
#posts.int:after {
  display: none;
}
#posts.int:before {
  background: url(../imgs/mask.png) right no-repeat;
  width: 568px;
  height: 800px;
  position: absolute;
  right: 0;
  top: 55%;
  z-index: -1;
}
#posts.int .bb {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media (min-width: 700px) and (max-width: 1250px) {
  #posts.int .bb {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 699px) {
  #posts.int .bb {
    grid-template-columns: 1fr;
  }
}
#posts.int .bb .box {
  transition: all 0.4s ease;
  position: relative;
}
#posts.int .bb .box a.ab {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#posts.int .bb .box * {
  color: #4c5359;
  transition: all 0.4s ease;
}
#posts.int .bb .box .text {
  transition: all 0.4s ease;
  background: white;
  min-height: 430px;
  position: relative;
}
@media (max-width: 500px) {
  #posts.int .bb .box .text {
    padding-bottom: 7rem;
  }
}
#posts.int .bb .box .thumbnail {
  border-top: 20px solid transparent;
  -o-border-image: linear-gradient(to right, #355d60, #355d60) 1;
     border-image: linear-gradient(to right, #355d60, #355d60) 1;
}
@media (max-width: 500px) {
  #posts.int .bb .box .thumbnail {
    background-position: center;
  }
}
#posts.int .bb .box:hover * {
  color: white;
}
#posts.int .bb .box:hover .text {
  background-color: #15171a;
}
#posts.int .bb .box:hover .text .link a:before, #posts.int .bb .box:hover .text .link a:after {
  background-color: white;
}
#posts.int .bb .box:hover .thumbnail {
  border-top: 20px solid transparent;
  -o-border-image: linear-gradient(to right, #d8c365, #7f6730) 1;
     border-image: linear-gradient(to right, #d8c365, #7f6730) 1;
}
#posts.int .bb .link a {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translate(-50%);
}
#posts.int .bb .link a:before, #posts.int .bb .link a:after {
  background-color: #4c5359;
}
#posts.in_serv {
  background: transparent;
}
#posts.in_serv .container {
  max-width: 1200px;
}
#posts.in_serv .box {
  box-shadow: 0px 11px 16px -3px rgba(0, 0, 0, 0.1);
}
#posts.in_serv .box .thumbnail {
  border-top: 20px solid #003235;
}
#posts.in_serv .box .text {
  background-color: #003235;
  padding: 32px 32px;
}
#posts.in_serv .box .text h3::after {
  background-color: white;
}
#posts.in_serv:before {
  content: "";
  background: url(../imgs/shape7.png) no-repeat;
  position: absolute;
  right: 0;
  top: -13%;
  width: 279px;
  height: 104px;
  pointer-events: none;
  display: none;
}
#posts.in_serv:after {
  background: #9b9c9f;
  bottom: 0;
  width: 100%;
  height: 300px;
  left: 0;
  top: initial;
  z-index: -1;
}
@media (max-width: 420px) {
  #posts.in_serv:after {
    background: #15171a;
    opacity: 1;
  }
}

#work {
  padding-top: 17rem;
  margin-bottom: 4rem;
}
@media (max-width: 1100px) {
  #work:after {
    content: "";
    bottom: 0;
    right: 0;
    background: url(../imgs/bg_contato2.png) no-repeat;
    width: 300px;
    height: 230px;
    position: absolute;
    z-index: -1;
    display: none;
  }
}
#work .cc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1100px) {
  #work .cc {
    flex-wrap: wrap;
  }
}
#work .img {
  margin: 0 0 0 -15rem;
}
@media (min-width: 1400px) {
  #work .img {
    margin: 0;
  }
}
@media (max-width: 1100px) {
  #work .img {
    display: none;
  }
  #work .img img {
    width: 605px;
  }
}
#work .box_work {
  padding-top: 10rem;
  color: #4c5359;
  width: 400px;
  margin-left: 10rem;
}
@media (max-width: 1200px) {
  #work .box_work {
    margin-left: 5rem;
  }
}
@media (max-width: 1100px) {
  #work .box_work {
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding-inline: 2rem;
    padding-top: 2rem;
  }
}
#work .box_work h2 {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
  color: #4c5359;
}
#work .box_work a {
  color: #4c5359;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 6px;
  font-weight: 800;
  position: relative;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 1.5rem auto 0;
  padding: 0.7rem 0;
  transition: all 0.4s ease;
}
#work .box_work a:after, #work .box_work a:before {
  content: "";
  width: 123%;
  height: 2px;
  background-color: #4c5359;
  position: absolute;
  left: 50%;
  transition: all 0.4s ease;
  transform: translate(-50%);
}
#work .box_work a:after {
  bottom: 0;
}
#work .box_work a::before {
  top: 0;
}
#work .box_work a:hover:after, #work .box_work a:hover:before {
  width: 110%;
}

.grid_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#intro {
  margin-top: 6rem;
}
#intro .grid_2 {
  align-items: center;
}
@media (max-width: 1080px) {
  #intro .grid_2 {
    grid-template-columns: 1fr;
    justify-content: end;
  }
}
#intro .img {
  width: 764px;
  height: 450px;
  background-size: cover;
  background-position: center;
  margin: 0;
  position: absolute;
  z-index: 99;
  left: 36px;
}
@media (min-width: 1500px) and (max-width: 2000px) {
  #intro .img {
    left: 50%;
    transform: translate(-92%);
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #intro .img {
    left: -48px;
  }
}
@media (max-width: 1279px) {
  #intro .img {
    left: -148px;
  }
}
@media (max-width: 1080px) {
  #intro .img {
    left: 0;
    top: 20px;
    width: 100%;
    height: 300px;
  }
  #intro .img img {
    height: 260px;
  }
}
@media (max-width: 440px) {
  #intro .img {
    left: -32px;
    top: 20px;
    width: 100%;
    height: 242px;
  }
}
#intro .box {
  background: rgb(216, 195, 101);
  background: linear-gradient(90deg, rgb(216, 195, 101) 0%, #a88840 100%);
  color: white;
  padding: 4rem 4rem 2rem 10rem;
  margin: 0 0 0 45rem;
  width: 63%;
  min-height: 526px;
  color: #4d3813;
}
#intro .box strong {
  font-weight: 800;
}
#intro .box ul li {
  list-style: disc;
  margin-bottom: 1rem;
}
@media (min-width: 1500px) and (max-width: 2000px) {
  #intro .box {
    margin: 0 0 0 94%;
    width: 100%;
  }
}
@media (min-width: 1280px) and (max-width: 1600px) {
  #intro .box {
    margin: 0 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 1279px) {
  #intro .box {
    width: 598px;
    margin: 0 0 0 85%;
  }
}
@media (max-width: 1080px) {
  #intro .box {
    padding-top: 26rem;
    margin: 0;
    width: 88%;
    margin-left: 4rem;
    padding-left: 4rem;
  }
}
@media (max-width: 770px) {
  #intro .box {
    padding-top: 25rem;
    width: 96%;
    margin-left: 4%;
  }
}
@media (max-width: 440px) {
  #intro .box {
    padding-top: 18rem;
  }
}
#intro .box h2,
#intro .box h1 {
  color: #4d3813;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 770px) {
  #intro .box h2,
  #intro .box h1 {
    font-size: 27px;
  }
}
#intro .box h2:after,
#intro .box h1:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #4d3813;
  display: block;
  margin-top: 1rem;
}

.single-servicos footer {
  margin-top: 0 !important;
}
.single-servicos #intro .img {
  top: 45px;
}

#escolha {
  margin-top: 5rem;
}
@media (max-width: 700px) {
  #escolha {
    margin-top: -3rem;
    position: relative;
    z-index: -1;
  }
  #escolha .container {
    padding-inline: 0;
  }
}
#escolha .guy {
  position: absolute;
  top: 25%;
  right: -412px;
}
@media (min-width: 1100px) and (max-width: 1300px) {
  #escolha .guy {
    right: -509px;
  }
}
@media (max-width: 1099px) {
  #escolha .guy {
    top: initial;
    bottom: -73px;
    right: -102px;
  }
  #escolha .guy img {
    width: 409px;
  }
}
@media (max-width: 760px) {
  #escolha .guy img {
    width: 390px;
  }
}
@media (max-width: 700px) {
  #escolha .guy {
    width: 301px;
    overflow: hidden;
    right: 0;
  }
}
#escolha .box {
  background: #035d61 url(../imgs/bg_quem.jpg) no-repeat top right;
  color: white;
  padding: 4rem 8rem 4rem 6rem;
  width: 95%;
  margin-left: 5%;
}
@media (max-width: 700px) {
  #escolha .box {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 760px) {
  #escolha .box {
    padding: 4rem 2rem 9rem;
  }
}
@media (max-width: 700px) {
  #escolha .box {
    background: #035d61;
    padding-top: 6rem;
  }
}
#escolha .box:after {
  content: "";
  background: rgb(216, 195, 101);
  background: linear-gradient(90deg, rgb(216, 195, 101) 0%, rgb(127, 103, 48) 100%);
  width: 300px;
  height: 106%;
  top: -20px;
  left: 43px;
  position: absolute;
  z-index: -1;
}
@media (max-width: 700px) {
  #escolha .box:after {
    display: none;
  }
}
#escolha .box h2 {
  color: white;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 770px) {
  #escolha .box h2 {
    font-size: 27px;
  }
}
#escolha .box h2:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: white;
  display: block;
  margin-top: 1rem;
}
#escolha .box ul {
  padding: 0;
  margin: 0 0 0 1rem;
  display: grid;
  grid-template-columns: 45% 43%;
  justify-content: start;
}
@media (max-width: 990px) {
  #escolha .box ul {
    display: block;
  }
}
#escolha .box ul li {
  list-style-type: disc;
  margin-bottom: 0.7rem;
  line-height: 24px;
  margin-right: 2rem;
}

.container_md {
  width: 70%;
}
@media (max-width: 1200px) {
  .container_md {
    width: 100%;
  }
}

#premio {
  margin-top: 5rem;
  background-color: #e5e5e6;
}
#premio:before {
  content: "";
  background: url(../imgs/shape6.png) no-repeat;
  display: block;
  width: 448px;
  height: 826px;
  position: absolute;
  bottom: -405px;
  right: 0;
}
@media (max-width: 1200px) {
  #premio:before {
    display: none;
  }
}
@media (max-width: 1200px) {
  #premio {
    margin-bottom: 5rem;
  }
}
#premio .slick-slide {
  transition: all 0.4s ease;
}
@media (max-width: 1200px) {
  #premio .slick-slide {
    background-color: #e6e6e7;
    box-shadow: 0px 11px 16px -3px rgba(0, 0, 0, 0.1);
  }
  #premio .slick-slide:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%);
    width: 3px;
    height: 30px;
    background: #a58d5b;
  }
}
#premio .slick-slide img {
  margin: 0 auto;
  padding-top: 1rem;
}
#premio .slick-slide .text {
  transition: all 0.4s ease;
  padding: 1rem;
  color: #343a40;
  font-style: italic;
  text-align: center;
}
@media (max-width: 1200px) {
  #premio .slick-slide .text {
    opacity: 1;
  }
}
#premio .slick-slide .text h3 {
  color: #343a40;
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 1rem;
}
#premio .slick-slide:hover {
  transform: scale(1.02);
  background-color: #e6e6e7;
  box-shadow: 0px 11px 16px -3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  #premio .slick-slide:hover {
    transform: scale(1);
  }
}
#premio .slick-slide:hover:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
  width: 3px;
  height: 30px;
  background: #a58d5b;
}
#premio .slick-slide:hover .text {
  opacity: 1;
}
#premio .slick-track {
  padding-bottom: 1rem;
}
#premio .slick-slide {
  margin: 0 10px;
}
#premio .slick-list {
  margin: 0 -10px;
}
#premio .slick-active button {
  width: 22px !important;
  background: #a58d5b !important;
}
#premio .slick-prev {
  background: #355d60 url(../imgs/arrow_l.png) no-repeat center;
  width: 65px;
  height: 65px;
  z-index: 3;
}
#premio .slick-next {
  background: #355d60 url(../imgs/arrow_r.png) no-repeat center;
  width: 65px;
  height: 65px;
  z-index: 3;
}
#premio .slick-dots {
  bottom: -50px;
}
#premio .slick-dots li {
  width: initial;
}
#premio .slick-dots li button {
  background: #b3b3b3;
  width: 8px;
  height: 8px;
  padding: 0;
  transition: all 0.4s ease;
}
#premio .slick-dots li button::before {
  display: none;
}

@media (max-width: 1200px) {
  #diferenciais {
    background: linear-gradient(to bottom, #e5e5e6 30%, #e5e5e6 28%, #355d60 42%, #15171a 85%, #15171a 100%);
    height: auto;
    padding-bottom: 2rem;
  }
}
#diferenciais .container {
  width: 74%;
}
@media (max-width: 1200px) {
  #diferenciais .container {
    width: 100%;
  }
}
#diferenciais h2 {
  color: #9d732f;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 770px) {
  #diferenciais h2 {
    font-size: 27px;
  }
}
#diferenciais h2:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #9d732f;
  display: block;
  margin-top: 1rem;
}
#diferenciais .slick .cc {
  display: block;
  background: #e6e6e7;
  color: #fff;
  font-size: 14px;
  position: relative;
  transition: all 0.4s ease;
  opacity: 1;
  color: #4c5359;
  background: #e6e6e7;
  width: 370px !important;
  height: 606px;
  padding: 2rem;
  box-shadow: 0px 11px 16px -3px rgba(0, 0, 0, 0.7);
}
#diferenciais .slick .cc ul li {
  list-style: disc;
  margin-bottom: 9px;
}
#diferenciais .slick .cc h3 {
  color: #4c5359;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 1rem;
}
#diferenciais .slick-active button {
  width: 22px !important;
  background: #a58d5b !important;
}
#diferenciais .slick-prev {
  background: #355d60 url(../imgs/arrow_l.png) no-repeat center;
  width: 65px;
  height: 65px;
  z-index: 3;
  left: 8px;
}
#diferenciais .slick-next {
  background: #355d60 url(../imgs/arrow_r.png) no-repeat center;
  width: 65px;
  height: 65px;
  z-index: 3;
  right: 8px;
}
#diferenciais .slick-dots {
  bottom: -50px;
}
@media (max-width: 1200px) {
  #diferenciais .slick-dots {
    bottom: -5px;
  }
}
#diferenciais .slick-dots li {
  width: initial;
}
#diferenciais .slick-dots li button {
  background: #b3b3b3;
  width: 8px;
  height: 8px;
  padding: 0;
  transition: all 0.4s ease;
}
#diferenciais .slick-dots li button::before {
  display: none;
}
#diferenciais .slick-track {
  padding-bottom: 1.7rem;
}
#diferenciais .slick-current .cc {
  transform: scale(1) !important;
}
#diferenciais .slick-cloned .cc,
#diferenciais .slick-slide .cc {
  transform: scale(0.9);
}
#diferenciais:before {
  content: "";
  background: url(../imgs/shape5.png) no-repeat;
  display: block;
  width: 100%;
  height: 322px;
  position: absolute;
  bottom: 0px;
  left: -81px;
}
#diferenciais:after {
  content: "";
  background: #035d61;
  display: block;
  width: 100%;
  height: 257px;
  margin-top: -12rem;
}
@media (max-width: 1200px) {
  #diferenciais::after, #diferenciais::before {
    display: none;
  }
}

@media (max-width: 1099px) {
  #contato_in .container {
    padding-inline: 0;
  }
}
#contato_in h2 {
  font-size: 30px;
  color: white;
  font-weight: 800;
  text-align: center;
  margin-bottom: 4rem;
  text-transform: uppercase;
}
@media (max-width: 1099px) {
  #contato_in h2 {
    text-align: left;
  }
}
#contato_in .form {
  background: #003235 url(../imgs/bg_contato2.jpg) no-repeat right bottom;
  width: 702px;
  padding: 3rem 4rem 1rem;
  margin-top: -8rem;
  position: relative;
}
@media (min-width: 1500px) and (max-width: 2000px) {
  #contato_in .form {
    margin-top: -2rem;
  }
}
@media (min-width: 1100px) and (max-width: 1250px) {
  #contato_in .form {
    margin-left: -5rem;
    margin-top: -12rem;
  }
}
@media (max-width: 1099px) {
  #contato_in .form {
    margin-top: 4rem;
    margin-left: 0;
    width: 100%;
  }
}
#contato_in .form:after {
  content: "";
  background: rgb(216, 195, 101);
  background: linear-gradient(90deg, rgb(216, 195, 101) 0%, rgb(145, 109, 43) 79%);
  width: 300px;
  height: 110%;
  position: absolute;
  left: -40px;
  top: -27px;
  z-index: -1;
}
#contato_in .form .d-flex {
  display: grid;
  grid-template-columns: 45% 45%;
  gap: 2rem;
}
@media (max-width: 1099px) {
  #contato_in .form .d-flex {
    grid-template-columns: 100%;
  }
}
#contato_in .form .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
}
#contato_in .form .wpcf7-list-item .wpcf7-list-item-label {
  color: white;
}
#contato_in .form input,
#contato_in .form textarea {
  width: 100%;
  background: transparent;
  color: white;
  border: 0;
  box-shadow: none;
}
#contato_in .form input::-moz-placeholder, #contato_in .form textarea::-moz-placeholder {
  color: white;
}
#contato_in .form input::placeholder,
#contato_in .form textarea::placeholder {
  color: white;
}
#contato_in .form textarea {
  border: 1px solid white;
  padding: 10px;
}
#contato_in .form input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid white;
  box-shadow: initial;
  margin-bottom: 2rem;
  color: white;
  padding: 0 0 1rem;
  width: 100%;
}
#contato_in .form input[type=checkbox] {
  width: -moz-max-content;
  width: max-content;
}
#contato_in .form input[type=submit] {
  color: white;
  letter-spacing: 6px;
  text-transform: uppercase;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  display: block;
  position: relative;
  width: 120px;
  padding: 10px 0;
  font-weight: 800;
  margin: 2rem auto 0;
  transition: all 0.4s ease;
}
#contato_in .form input[type=submit]:hover {
  width: 140px;
}

#intro.blog .box {
  min-height: 410px;
}
#intro.blog .box p {
  color: #4d3813;
}
@media (max-width: 1100px) {
  #intro.blog .box {
    padding-top: 25rem;
    height: auto;
  }
}
@media (max-width: 440px) {
  #intro.blog .box {
    padding-top: 18rem;
  }
}

.post:before {
  content: "";
  background: url(../imgs/mask.png) right no-repeat;
  width: 568px;
  height: 800px;
  position: absolute;
  right: 0;
  top: 55%;
  z-index: -1;
}
.post .container {
  width: 68%;
  color: #4d3813;
  margin-top: 4rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(230, 230, 231) 9%);
  padding: 5rem;
  position: relative;
}
@media (max-width: 1280px) {
  .post .container {
    width: 80%;
  }
}
@media (max-width: 770px) {
  .post .container {
    padding: 3rem 1rem;
  }
}
.post .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 12%;
  width: 100%;
  box-shadow: -1px 1px 13px 1px rgba(0, 0, 0, 0.38);
  z-index: -1;
}
@media (max-width: 990px) {
  .post .container {
    width: 100%;
  }
}
.post .container figure {
  margin: 0 0 1.5rem;
}
.post .container h1,
.post .container h2,
.post .container h3,
.post .container h4,
.post .container h5 {
  margin: 1.5rem 0;
  font-weight: 500;
  color: #4c5359;
}
.post .container h1 {
  font-size: 52px;
  font-weight: 600;
}
@media (max-width: 440px) {
  .post .container h1 {
    font-size: 48px;
  }
}
.post .container h2 {
  font-size: 38px;
  font-weight: 300;
}
@media (max-width: 990px) {
  .post .container h2 {
    font-size: 30px;
  }
}
.post .container h3,
.post .container h4,
.post .container h5 {
  font-size: 28px;
}
@media (max-width: 440px) {
  .post .container h3,
  .post .container h4,
  .post .container h5 {
    font-size: 24px;
  }
}
.post .container a {
  color: #4c5359;
  text-decoration: underline;
}

.load-more-container a {
  color: #4c5359;
}
.load-more-container a:before, .load-more-container a:after {
  background-color: #4c5359;
}

footer {
  min-height: 500px;
  padding: 4rem 0;
  padding-inline-start: 2rem;
  background: linear-gradient(to right, #15171a 0%, #15171a 50%, #212429 50%, #212429 100%);
}
footer .wpcf7-select {
  background: #222429;
}
footer * {
  color: white;
}
footer .r {
  position: relative;
}
footer .r .f_1 {
  width: 100%;
  bottom: -2rem;
}
@media (max-width: 1100px) {
  footer .r .f_1 {
    position: initial;
  }
}
footer .d-g {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 990px) {
  footer .d-g {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 990px) {
  footer .order_2 {
    order: 2;
  }
  footer .order_3 {
    order: 2;
  }
}
footer .logo {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1100px) {
  footer .logo {
    display: block;
  }
}
footer .logo .social {
  display: flex;
  width: 33%;
  align-items: end;
  gap: 1rem;
}
@media (max-width: 1100px) {
  footer .logo .social {
    margin-top: 1rem;
  }
}
footer .logo .social a {
  display: inline-block;
}
footer .logo .social img {
  filter: contrast(0) brightness(5);
  height: 24px;
}
footer .cc {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1100px) {
  footer .cc {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
footer .menu_f .end {
  margin-bottom: 3rem;
  font-size: 12px;
}
@media (max-width: 1100px) {
  footer .menu_f .end:nth-child(3) {
    margin-bottom: 0;
  }
}
@media (max-width: 1260px) {
  footer {
    background: #212429;
  }
}
@media (max-width: 1100px) {
  footer {
    padding-inline-start: 0;
  }
}
footer h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 1rem;
}
footer ul li {
  margin-bottom: 0.7rem;
}
footer ul li a {
  font-size: 12px;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer .form_footer {
  width: 93%;
  margin: 0 auto;
}
footer .form_footer .voltar {
  color: white;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.4s ease;
  display: block;
}
footer .form_footer .voltar:hover {
  color: #a58d5b;
}
@media (max-width: 1100px) {
  footer .form_footer {
    margin-top: 2rem;
    width: 100%;
  }
}
footer .form_footer .d-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 550px) {
  footer .form_footer .d-flex {
    grid-template-columns: 1fr;
  }
}
footer .form_footer h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 1rem;
}
footer .form_footer p {
  text-align: center;
  margin-bottom: 1.75rem;
}
footer .form_footer .textarea {
  height: 94%;
}
footer .form_footer .textarea.h {
  height: 95%;
}
footer .form_footer .envia {
  margin-top: 2rem;
}
footer .form_footer textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid white;
  box-shadow: initial;
  margin-bottom: 10px;
  color: white;
  padding: 0 0 1rem;
  width: 100%;
  height: 88%;
}
footer .form_footer textarea::-moz-placeholder {
  color: white;
}
footer .form_footer textarea::placeholder {
  color: white;
}
footer .form_footer textarea:focus {
  border-bottom: 1px solid #58aaae;
  transition: all 0.4s ease;
}
footer .form_footer input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid white;
  box-shadow: initial;
  margin-bottom: 2rem;
  color: white;
  padding: 0 0 1rem;
  width: 100%;
}
footer .form_footer input::-moz-placeholder {
  color: white;
}
footer .form_footer input::placeholder {
  color: white;
}
footer .form_footer input:focus {
  border-bottom: 1px solid #58aaae;
  transition: all 0.4s ease;
}
footer .form_footer input[type=checkbox] {
  width: -moz-max-content;
  width: max-content;
}
footer .form_footer input[type=submit] {
  color: white;
  letter-spacing: 6px;
  text-transform: uppercase;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  display: block;
  position: relative;
  width: 120px;
  padding: 10px 0;
  margin: 2rem auto 0;
}
footer .form_footer input[type=submit]:hover {
  width: 140px;
}
footer .menu_op {
  margin-inline: auto;
  width: 200px;
}
footer .menu_op li {
  background: transparent;
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  border: 1px solid white;
  width: 200px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
footer .menu_op li:hover {
  background: linear-gradient(90deg, rgb(215, 195, 100) 0%, rgb(145, 108, 43) 82%);
}

.single footer {
  margin-top: 15rem;
}

.overlay_form,
.modal_form {
  transition: all 0.4s ease;
}
.overlay_form.active,
.modal_form.active {
  opacity: 1;
  pointer-events: initial;
}

.overlay_form {
  position: fixed;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.modal_form {
  opacity: 0;
  position: fixed;
  z-index: 99;
  height: 100%;
  top: 10%;
  width: 60%;
  left: 50%;
  transform: translate(-50%);
  pointer-events: none;
}
.modal_form p {
  color: white;
  width: 90%;
  text-align: center;
  margin: 0 auto 1rem;
}
.modal_form .text-center {
  text-align: center;
}
.modal_form .wpcf7-spinner {
  position: absolute;
}
.modal_form .wpcf7-not-valid-tip {
  display: none;
}
.modal_form .wpcf7 form.invalid .wpcf7-response-output,
.modal_form .wpcf7 form.unaccepted .wpcf7-response-output,
.modal_form .wpcf7 form.payment-required .wpcf7-response-output {
  border: 0 !important;
  color: white !important;
}
.modal_form .gr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.modal_form select {
  text-transform: none;
  background: transparent;
  color: white;
  width: 100%;
  border: 0;
  border-bottom: 1px solid white;
  padding: 0 0 1rem 0;
  background: #a58d5c;
}
.modal_form h2 {
  font-size: 30px;
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 1rem;
  width: 90%;
}
@media (max-width: 770px) {
  .modal_form h2 {
    font-size: 20px;
  }
}
.modal_form .wpcf7-list-item-label {
  color: white;
}
.modal_form .text {
  color: white;
  margin-bottom: 2rem;
}
@media (max-width: 1200px) {
  .modal_form {
    width: 90%;
    top: 20%;
  }
}
.modal_form .close {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 2;
}
.modal_form .close img {
  width: 20px;
}
.modal_form .wpcf7-list-item {
  margin-left: 0;
}
.modal_form .content {
  background-color: #a58d5b;
  padding: 3rem 3rem 4rem;
  position: relative;
}
@media (max-width: 1200px) {
  .modal_form .content {
    padding: 1rem;
  }
}
.modal_form .content textarea {
  height: 95px;
  margin-bottom: 1.4rem;
}
.modal_form .content textarea:focus {
  border-bottom: 1px solid #58aaae;
  transition: all 0.4s ease;
}
.modal_form .content input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid white;
  box-shadow: initial;
  margin-bottom: 2rem;
  color: white;
  padding: 0 0 1rem;
  width: 100%;
}
.modal_form .content input::-moz-placeholder {
  color: white;
}
.modal_form .content input::placeholder {
  color: white;
}
.modal_form .content input:focus {
  border-bottom: 1px solid #58aaae;
  transition: all 0.4s ease;
}
.modal_form .content input[type=checkbox] {
  width: -moz-max-content;
  width: max-content;
}
.modal_form .content input[type=submit] {
  color: white;
  letter-spacing: 6px;
  text-transform: uppercase;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  display: block;
  position: relative;
  width: 120px;
  padding: 10px 0;
  margin: 2rem auto 0;
}
.modal_form .content input[type=submit]:hover {
  width: 140px;
}

.page-template-prjetos-sociais #servicos .post .text a {
  text-decoration: underline;
  color: #4d3813;
}
.page-template-prjetos-sociais #servicos .post:nth-child(even) .text a {
  text-decoration: underline;
  color: #4c5359;
}
.page-template-prjetos-sociais #servicos:after {
  display: none;
}

.wpcf7-select {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #fff;
  box-shadow: initial;
  margin-bottom: 2rem;
  color: #fff;
  padding: 0 0 13px;
  width: 100%;
  background: #003235;
}

#contato_in .form textarea {
  border: 0;
  border-bottom: 1px solid white;
  height: 95px;
}

.wpcf7-list-item {
  margin-left: 0;
}

textarea {
  width: 100%;
  background: transparent;
  color: white;
  border: 0;
  border-bottom: 1px solid white;
  box-shadow: none;
}
textarea::-moz-placeholder {
  color: white;
}
textarea::placeholder {
  color: white;
}

.wpcf7-list-item {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.wpcf7-list-item input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.wpcf7-list-item span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -5px;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  transition: all 0.4s ease;
}
.wpcf7-list-item input[type=checkbox]:checked + span:before {
  background: #bba553 url(../imgs/check-icon.svg) no-repeat;
  background-size: 60%;
  background-position: center;
  border: 2px solid #bba553;
}

span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
  border-bottom: 1px solid #d93535 !important;
  transition: all 0.4s ease !important;
}
.wpcf7-not-valid::-moz-placeholder {
  color: #d93535 !important;
}
.wpcf7-not-valid::placeholder {
  color: #d93535 !important;
}

.acceptance-checkbox {
  border: 1px solid red !important;
}

.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.4;
}

.wpcf7-acceptance a {
  color: white !important;
  text-decoration: underline;
}

span.error-message {
  margin: 2rem 0 1rem;
  display: block;
}

.d-flex .tt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

body.single:after {
  top: 75% !important;
}
body.single-servicos, body.single {
  background: linear-gradient(180deg, rgb(14, 39, 42) 0%, rgb(14, 39, 42) 5%, rgba(229, 251, 255, 0) 30%);
}
body.single-servicos:after, body.single:after {
  background: url(../imgs/shape_b.png) no-repeat;
  position: absolute;
  left: 0;
  top: 36%;
  width: 388px;
  height: 392px;
  content: "";
  opacity: 0.2;
  z-index: -1;
}
@media (max-width: 770px) {
  body.single-servicos:after, body.single:after {
    display: none;
  }
}
body.single-servicos:before, body.single:before {
  background: url(../imgs/line_v.png) no-repeat;
  position: absolute;
  right: 0;
  top: -5%;
  width: 638px;
  height: 828px;
  content: "";
}
@media (max-width: 770px) {
  body.single-servicos:before, body.single:before {
    display: none;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  background: #ffb900;
  text-align: center;
  color: #333;
  width: -moz-max-content;
  width: max-content;
  margin: 2rem auto 0;
  padding: 10px;
  font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: #46b450;
  width: -moz-max-content;
  width: max-content;
  margin: 1rem auto 0;
  padding: 10px;
  font-size: 12px;
}

.wpcf7-spinner {
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  left: 54%;
  padding: 0;
  margin: 0 24px;
  position: relative;
  bottom: 17%;
  border-radius: 2rem;
}

#banner_artigo {
  margin-top: 8rem;
}
#banner_artigo .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}
@media (max-width: 770px) {
  #banner_artigo .grid {
    display: block;
    width: 100%;
  }
}
#banner_artigo .grid:before {
  content: "";
  background: url(../imgs/bg_post.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  height: 301px;
  background-size: contain;
  width: 104px;
}
@media (max-width: 770px) {
  #banner_artigo .grid:before {
    display: none;
  }
}
#banner_artigo .grid:after {
  content: "";
  background: rgb(216, 195, 101);
  background: linear-gradient(90deg, rgb(216, 195, 101) 0%, rgb(127, 103, 48) 100%);
  position: absolute;
  right: 0;
  width: 294px;
  height: 314px;
}
@media (max-width: 770px) {
  #banner_artigo .grid:after {
    display: none;
  }
}
#banner_artigo .title {
  padding-left: 6rem;
}
@media (max-width: 770px) {
  #banner_artigo .title {
    padding-left: 0;
  }
}
#banner_artigo .title h1 {
  color: white;
  font-weight: 800;
  font-size: 44px;
}
@media (max-width: 770px) {
  #banner_artigo .title h1 {
    font-size: 28px;
  }
}
#banner_artigo .thumb {
  padding-right: 18px;
}
@media (max-width: 770px) {
  #banner_artigo .thumb {
    padding-right: 0;
  }
}
#banner_artigo .img {
  width: 600px;
  height: 276px;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  z-index: 1;
}
@media (max-width: 770px) {
  #banner_artigo .img {
    width: 100%;
  }
}

@media (max-width: 990px) {
  .home #servicos .post .text .content {
    background: transparent;
  }
}
.grecaptcha-badge {
  display: none !important;
}

.mod6 .d-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.mod6 .d-flex div:nth-child(3), .mod6 .d-flex div:last-child {
  grid-column: span 2;
}

#contadorSpan {
  font-size: 12px;
  display: block;
  margin-bottom: 22px;
  color: white;
}

.menu_modal {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin-inline: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 72%;
}
@media (max-width: 660px) {
  .menu_modal {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    position: initial;
    margin-inline: auto;
    width: 100%;
    text-align: center;
    transform: initial;
  }
}
.menu_modal li {
  background: transparent;
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  border: 1px solid white;
  width: 200px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu_modal li:hover {
  background: linear-gradient(90deg, rgb(215, 195, 100) 0%, rgb(145, 108, 43) 82%);
}

.voltar_modal {
  color: white;
  display: block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.4s ease;
}
.voltar_modal:hover {
  color: #002327;
}

.whatsF {
  position: fixed;
  right: 20px;
  bottom: 2rem;
  z-index: 8;
  display: none;
}
@media (max-width: 1200px) {
  .whatsF {
    display: block;
  }
}
.whatsF svg {
  width: 44px;
}/*# sourceMappingURL=main.css.map */