@charset "UTF-8";
* {
  scroll-behavior: smooth !important;
}

a {
  text-decoration: none !important;
}

.owl-dot span {
  background-color: #eeb732 !important;
  opacity: 0.6 !important;
}

.owl-dot.active span {
  background-color: #eeb732 !important;
  opacity: 1 !important;
}

.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}

.modal {
  padding-right: 0px !important;
}

/* whatsapp */
.btn-whatsapp {
  color: #ffffff;
  background: linear-gradient(45deg, #1e1e1e, #1e1e1e);
  padding: 11px 20px 0px 15px;
  font-size: 40px;
  position: fixed;
  left: -163px;
  bottom: 20px;
  border-radius: 0px 4px 4px 0px;
  transition: ease-in-out 0.3s;
  z-index: 1;
}

.btn-whatsapp:hover {
  color: #ffffff;
  background: linear-gradient(45deg, #1e1e1e, #1e1e1e);
  font-size: 40px;
  position: fixed;
  left: 0;
  bottom: 20px;
  border-radius: 0px 4px 4px 0px;
}

.btn-whatsapp p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.btn-whatsapp p strong {
  display: block;
  font-size: 16px;
}

.btn-whatsapp i {
  position: relative;
  top: -5px;
}

html {
  scroll-padding-top: 200px;
}

hr {
  border-top: 2px solid #eeb732 !important;
  opacity: 1 !important;
  width: 20% !important;
  margin: 0px 0px 16px 0px !important;
}

li {
  list-style-type: none !important;
}

button {
  border: none;
  outline: none;
  background: none;
}

body {
  overflow: hidden !important;
}

body,
html {
  margin: 0;
  padding: 0;
  word-wrap: normal;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: #1e1e1e !important;
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  background: #d6d6d6;
}
body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb:hover,
html::-webkit-scrollbar-thumb:hover {
  background: #3f3f3f;
}

/* .bg-header {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
} */
/* .bg-header object {
  overflow: hidden;
  position: absolute;
  top: -15vh;
  right: 0;
  width: 100%;
  z-index: -9999;
} */
.carousel-control-prev-icon {
  background-image: none;
}
.carousel-control-prev-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
  background-image: none;
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.carousel-control-next-icon {
  background-image: none;
}
.carousel-control-next-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  width: 15px;
  height: 15px;
  border-left: 1px solid white;
  border-top: 1px solid white;
}

/* teste */
a:hover {
  text-decoration: none;
}

header a {
  font-size: 14px;
}
header a:hover, header a:active, header a:focus {
  text-decoration: none;
  outline: none;
}

.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
  border: 0px !important;
}

.container {
  max-width: 1300px !important;
}

.owl-theme .owl-dots .owl-dot:hover,
.owl-theme .owl-dots .owl-dot:active,
.owl-theme .owl-dots .owl-dot:focus {
  outline: none;
  box-shadow: none;
}

input:focus-visible {
  outline: none;
}

textarea:focus-visible {
  outline: none;
}

.navbar-toggler {
  border: 0px !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0rem !important;
}

.navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><path stroke="rgba(255, 255, 255, 1)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/></svg>') !important;
  transition: 0.5s ease;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><path stroke="rgba(255, 255, 255, 1)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" d="M23 7l-16 16M7 7l16 16"/></svg>') !important;
  transition: 0.5s ease;
  transform: rotate(180deg);
}

.bl-item {
  border-left: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .bl-item {
    border-left: none;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  .bl-item {
    border-left: none;
  }
}
@media screen and (max-width: 1300px) and (min-width: 990px) {
  .bl-item {
    border-left: none;
  }
}

/* NAVBAR */
* {
  font-family: "Montserrat", sans-serif;
}

.navbar {
  max-width: 1300px;
  margin: 0 auto;
  background-color: transparent;
  padding-top: 40px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.nav-link {
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  text-transform: uppercase;
  margin: 10px 10px !important;
}
@media screen and (max-width: 768px) {
  .nav-link {
    margin: 10px 15px !important;
    display: flex !important;
    justify-content: center !important;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  .nav-link {
    margin: 10px 15px !important;
    display: flex !important;
    justify-content: center !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 990px) {
  .nav-link {
    margin: 10px 15px !important;
    display: flex !important;
    justify-content: center !important;
  }
}

@media screen and (max-width: 768px) {
  .menu-nav {
    border-left: none;
    margin-top: 40px;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  .menu-nav {
    border-left: none;
  }
}
@media screen and (max-width: 1300px) and (min-width: 990px) {
  .menu-nav {
    border-left: none;
  }
}

.nav-link {
  color: #ffffff !important;
  position: relative;
  /*  @include text-style-heads-heading-1; */
}
.nav-link::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: #ffffff;
  bottom: -10%;
  left: 0;
  transition: all 0.7s ease-in-out;
}
.nav-link:hover {
  color: #ffffff !important;
}
.nav-link:hover::after {
  width: 100%;
}

.menu-redes {
  display: flex;
  padding-left: 0px;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .menu-redes {
    justify-content: center;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  .menu-redes {
    justify-content: center;
  }
}
@media screen and (max-width: 1300px) and (min-width: 990px) {
  .menu-redes {
    justify-content: center;
  }
}

.menu-redes li a {
  margin: 10px 4px !important;
}
@media screen and (max-width: 768px) {
  .menu-redes li a {
    margin: 10px 15px !important;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  .menu-redes li a {
    margin: 10px 15px !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 990px) {
  .menu-redes li a {
    margin: 10px 4px !important;
  }
}

/* HERO */
#hero {
  padding: 150px 0px;
}
@media screen and (max-width: 768px) {
  #hero {
    padding: 100px 0px;
  }
}

#hero h1 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  #hero h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  #hero h1 {
    font-size: 2rem;
  }
}
#hero h1 strong {
  color: #eeb732;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  #hero h1 strong {
    font-size: 2rem;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  #hero h1 strong {
    font-size: 2rem;
  }
}
#hero a {
  padding: 18px 48px;
  border: 1px solid #eeb732;
  color: #eeb732;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: all 0.3s ease-in-out;
  margin: auto;
}
#hero a:hover {
  background-color: #eeb732;
  color: #1e1e1e;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #hero a {
    margin-top: 16px;
  }
}

/* Informativo */
#informativo {
  padding: 60px 0px 300px 0px;
  background-image: url("../img/informativo/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #informativo {
    padding: 40px 0px 40px 0px;
  }
}

#informativo h6 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #informativo h6 {
    text-align: center;
  }
}
#informativo p {
  color: #eeb732;
  text-align: right;
  font-size: 1.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  #informativo p {
    text-align: center;
  }
}
#informativo span {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem; /* 166.667% */
  display: flex;
  margin-bottom: 8px;
  text-align: right;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  #informativo span {
    font-size: 12px;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  #informativo span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #informativo span {
    text-align: center;
  }
}

/* HISTORIA */
#historia {
  padding: 80px 0px;
  background-color: #282828;
}

#historia h3 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 275;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #historia h3 {
    font-size: 1.5rem;
  }
}
#historia span {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem; /* 166.667% */
  display: flex;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #historia span {
    font-size: 12px;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  #historia span {
    font-size: 14px;
  }
}
#historia hr {
  max-width: 100px;
  margin-right: 20px !important;
  display: flex;
}
#historia img {
  margin: 75px 0px 0px 0px;
  margin-bottom: -340px;
  aspect-ratio: 16/8;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
  max-height: 550px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #historia img {
    margin: 32px 0px 0px 0px;
    margin-bottom: -160px;
  }
}

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

/* SERVICOS */
#servicos {
  padding: 340px 0px 80px 0px;
}
@media screen and (max-width: 768px) {
  #servicos {
    padding: 160px 0px 40px 0px;
  }
}

#servicos h3 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 275;
  margin-bottom: 24px;
  text-align: center;
  margin-bottom: 86px;
}
@media screen and (max-width: 768px) {
  #servicos h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #servicos h3 {
    margin-bottom: 40px;
  }
}
#servicos hr {
  display: flex;
  margin: 24px auto !important;
}

.box-servicos {
  border-top: 2px solid #ffffff;
  padding: 32px 0px;
  /*   &:hover {
    border-top: 2px solid $color-yellow;
    transition: 0.5s ease;

    h6 {
      color: $color-yellow;
      transition: 0.5s ease;
    }
    span {
      color: $color-yellow;
      transition: 0.5s ease;
    }
  } */
}

.box-servicos h6 {
  color: #ffffff;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.box-servicos span {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem; /* 166.667% */
  display: flex;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .box-servicos span {
    font-size: 12px;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  .box-servicos span {
    font-size: 14px;
  }
}
.box-servicos img {
  margin-bottom: 20px;
}

/* CALL TO ACTION */
#cta {
  padding: 80px 0px;
  background-image: linear-gradient(to bottom, rgba(238, 183, 50, 0.91), rgba(238, 183, 50, 0.91)), url(../img/cta/background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #cta {
    padding: 40px 0px;
  }
}

#cta hr {
  border-top: 2px solid #1e1e1e !important;
  opacity: 1 !important;
  width: 15% !important;
  margin: 0px 0px 16px 0px !important;
}
#cta h6 {
  color: #1e1e1e;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #cta h6 {
    margin-bottom: 16px;
    font-size: 1.5rem;
  }
}
#cta a {
  padding: 18px 48px;
  border: 2px solid #1e1e1e;
  color: #1e1e1e;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}
#cta a:hover {
  background-color: #1e1e1e;
  color: #eeb732;
  transition: all 0.3s ease-in-out;
}

/* BENEFICIOS */
#beneficios {
  padding: 80px 0px;
}
@media screen and (max-width: 768px) {
  #beneficios {
    padding: 40px 0px;
  }
}

#beneficios img {
  max-height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#beneficios h3 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 275;
}
@media screen and (max-width: 768px) {
  #beneficios h3 {
    font-size: 1.5rem;
  }
}
#beneficios ul {
  margin: 30px 0px;
}
#beneficios li {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem; /* 166.667% */
  display: flex;
  margin-bottom: 8px;
  list-style-type: square !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  #beneficios li {
    font-size: 12px;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  #beneficios li {
    font-size: 14px;
  }
}
#beneficios li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #eeb732;
  position: absolute;
  top: calc(50% - 2.5px);
  left: -20px;
}
#beneficios a {
  padding: 18px 48px;
  border: 1px solid #eeb732;
  color: #eeb732;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: all 0.3s ease-in-out;
  display: flex;
  max-width: max-content;
}
#beneficios a:hover {
  background-color: #eeb732;
  color: #1e1e1e;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #beneficios a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  #beneficios a {
    margin: 0 auto;
  }
}

.col-metade {
  max-width: 650px !important;
  padding: 40px !important;
}
@media screen and (max-width: 768px) {
  .col-metade {
    padding: 15px 15px !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  .col-metade {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1300px) and (min-width: 990px) {
  .col-metade {
    max-width: 100% !important;
  }
}

/* #PROJETOS */
#projetos {
  padding: 0px 0px 80px 0px;
}

#projetos hr {
  border-top: 2px solid #eeb732 !important;
  opacity: 1 !important;
  width: 10% !important;
  margin: 0px 0px 16px 0px !important;
}
#projetos h3 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 275;
}
@media screen and (max-width: 768px) {
  #projetos h3 {
    font-size: 1.5rem;
  }
}
#projetos img {
  max-width: 100%;
  background-color: rgb(0, 0, 0);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  opacity: 1;
  aspect-ratio: 16/9;
}
#projetos button {
  display: flex;
  margin: 0 auto;
}
#projetos svg {
  transition: 0.5s ease;
}
#projetos svg:hover {
  transform: scale(1.2);
  transition: 0.5s ease;
}
@media screen and (max-width: 768px) {
  #projetos svg {
    transform: scale(0.8);
    transform-origin: center;
  }
  #projetos svg:hover {
    transform: scale(0.9);
    transition: 0.5s ease;
  }
}

.bg-css {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  top: 0;
  left: 0;
  z-index: 1;
}

.box-projeto {
  position: relative;
  border-bottom: 2px solid #eeb732;
  margin-top: 40px;
  cursor: pointer;
}

.text-projeto {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: calc(100% - 80px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .text-projeto {
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }
}

.box-projeto h6 {
  color: #ffffff;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .box-projeto h6 {
    font-size: 1.25rem;
  }
}
.box-projeto span {
  color: #ffffff;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.875rem;
}
@media screen and (max-width: 768px) {
  .box-projeto span {
    font-size: 1rem;
  }
}
.box-projeto svg {
  right: 0px;
  position: absolute;
}
.box-projeto svg:hover {
  transform: scale(1) !important;
}

.projetoscarrossel {
  overflow: visible;
  width: 150%;
}
@media screen and (max-width: 768px) {
  .projetoscarrossel {
    width: 100%;
  }
}

/* CLIENTES */
#clientes {
  padding: 0px 0px 80px 0px;
}
@media screen and (max-width: 768px) {
  #clientes {
    padding: 0px 0px 40px 0px;
  }
}

#clientes hr {
  border-top: 2px solid #eeb732 !important;
  opacity: 1 !important;
  width: 5% !important;
  margin: 0px 0px 16px 0px !important;
}
#clientes h6 {
  color: #ffffff;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem; /* 100% */
}

.carrosselclientes {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .carrosselclientes {
    margin-top: 20px;
  }
}

/* LOCALIZAÇÃO */
#localizacao {
  margin-bottom: -160px;
}

#localizacao iframe {
  filter: saturate(0.1);
  transition: 0.5s ease;
}
#localizacao iframe:hover {
  filter: saturate(1);
  transition: 0.5s ease;
}

/* FOOTER */
footer {
  background-image: url("../img/footer/background.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#contato {
  padding: 240px 0px 80px 0px;
}
@media screen and (max-width: 768px) {
  #contato {
    padding: 200px 0px 80px 0px;
  }
}

#contato hr {
  border-top: 2px solid #eeb732 !important;
  opacity: 1 !important;
  width: 5% !important;
  margin: 0px 0px 16px 0px !important;
}
#contato h3 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 275;
}
@media screen and (max-width: 768px) {
  #contato h3 {
    font-size: 1.5rem;
  }
}
#contato h6 {
  color: #ffffff;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6875rem;
}
#contato a {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  margin: 32px 0px;
}
@media screen and (max-width: 768px) {
  #contato a {
    margin: 16px 0px;
  }
}
#contato a strong {
  color: #ffffff;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.9375rem; /* 100% */
  text-transform: uppercase;
  margin-bottom: 16px;
}
#contato ul {
  padding-left: 0px;
}

.redes-sociais-footer a {
  margin: 0px 10px !important;
}
.redes-sociais-footer p strong {
  color: #ffffff;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.9375rem; /* 100% */
  text-transform: uppercase;
  margin-bottom: 16px;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .mt-2-responsive {
    margin-top: 24px !important;
  }
}

.mt-footer-responsive {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .mt-footer-responsive {
    margin-top: 20px !important;
  }
}

form input,
form textarea {
  border: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.0196078431);
  border-bottom: 2px solid #eeb732;
  padding: 10px 20px;
  outline: none !important;
  margin: 12px 0px;
  color: #ffffff;
}
form input::-moz-placeholder, form textarea::-moz-placeholder {
  color: #ffffff;
}
form input::placeholder,
form textarea::placeholder {
  color: #ffffff;
}
form a,
form button {
  padding: 18px 48px;
  border: 1px solid #eeb732;
  color: #eeb732;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: all 0.3s ease-in-out;
  margin-left: auto !important;
  margin-top: 8px;
}
form a:hover,
form button:hover {
  background-color: #eeb732;
  color: #1e1e1e;
  transition: all 0.3s ease-in-out;
}
form #mensagem-alerta {
  color: #ffffff;
  margin-top: 20px;
  margin-left: auto !important;
}

#finalline {
  background-color: rgba(0, 0, 0, 0.1019607843);
  padding: 24px 0px;
}

#linha-final {
  background-color: rgba(0, 0, 0, 0.1019607843);
  padding: 24px 0px;
}
#linha-final span {
  color: #ffffff;
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 139.1%; /* 1.04325rem */
  letter-spacing: -0.03rem;
  display: flex;
  margin: 0 auto;
  align-self: center;
  justify-content: center;
  flex-wrap: wrap;
}
#linha-final span a {
  color: #ffffff;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 139.1%;
  letter-spacing: -0.03rem;
}

/* MODAL */
.modal-content,
.modal-body,
.modal-lb {
  border-radius: 0px !important;
  padding: 0px !important;
}

.modal-lb {
  padding: 0px 60px 60px 60px !important;
}
@media screen and (max-width: 768px) {
  .modal-lb {
    padding: 0px 15px 15px 15px !important;
  }
}

.modal-lb hr {
  border-top: 2px solid #eeb732 !important;
  opacity: 1 !important;
  width: 10% !important;
  margin: 0px 0px 16px 0px !important;
}
.modal-lb h3 {
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
  color: #1e1e1e;
}
.modal-lb p {
  color: #1e1e1e;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 300;
}
.modal-lb span {
  color: #1e1e1e;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  display: flex;
}
@media screen and (max-width: 768px) {
  .modal-lb span {
    font-size: 12px;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  .modal-lb span {
    font-size: 14px;
  }
}
.modal-lb h5 {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 32px;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
}
.modal-lb li {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem; /* 166.667% */
  display: flex;
  margin-bottom: 8px;
  list-style-type: square !important;
  position: relative;
  color: #1e1e1e;
}
@media screen and (max-width: 768px) {
  .modal-lb li {
    font-size: 12px;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  .modal-lb li {
    font-size: 14px;
  }
}
.modal-lb li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #eeb732;
  position: absolute;
  top: calc(50% - 2.5px);
  left: -20px;
}
.modal-lb a {
  padding: 18px 48px;
  border: 1px solid #eeb732;
  color: #eeb732;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  background-color: #eeb732 !important;
  color: #1e1e1e !important;
  margin-top: 80px;
}
.modal-lb a:hover {
  background-color: #eeb732;
  color: #1e1e1e;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .modal-lb a {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 768px) {
  .close {
    transform: scale(0.5) !important;
    transform-origin: center !important;
  }
}

.modal-header {
  border: none !important;
}

/* SWYPER */
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination {
  position: absolute !important;
  bottom: 10px !important; /* Ajuste a distância do fundo conforme necessário */
  left: calc(50% - 15px) !important; /* Centraliza horizontalmente */
  transform: translateX(-50%) !important; /* Ajusta a posição de acordo com a centralização */
  width: auto !important; /* Ajusta a largura para o conteúdo */
  text-align: center !important;
  rotate: 270deg !important;
}

.swiper-pagination span {
  color: #eeb732;
  background-color: #eeb732;
}/*# sourceMappingURL=style.css.map */