.box-texto h3,
.motivo-titulo h2,
.principal .texto h1 .texto-span {
  -webkit-text-fill-color: transparent;
}

.btn a:hover,
.btn:hover,
.logo a img:hover {
  transform: scale(1.1);
}

.motivo-titulo,
header {
  backdrop-filter: blur(10px);
}

.nav-menu ul li a,
a {
  text-decoration: none;
}

.case-img img,
.logo-empresa img,
.nav-menu ul li a:hover::after,
header,
table {
  width: 100%;
}

.anuncio-container,
.case,
.conversao .meu-conversao,
.conversao-texto p,
.depoimento-texto,
.faq h2,
.main,
.motivo-box,
.numeros-container,
.pacote-1>h2,
.portfolio-titulo,
.preco,
.rodape,
.servicos-titulos {
  text-align: center;
}

.btn,
.btn a,
.case span,
.cliente-atendido p,
.numeros span {
  color: var(--cor-texto);
}

.nav-menu ul,
.rodape-menu ul li,
.social-icons li,
ol,
ul {
  list-style: none;
}

.item,
.sr-only {
  white-space: nowrap;
}

.carrossel-infinito,
.depoimento-cards,
.logo-parceiro,
.slider-wrapper,
.sr-only,
.svg-onda {
  overflow: hidden;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  font-family: Montserrat, sans-serif;
  overflow-x: hidden;
}

.case,
.portfolio,
.preco {
  scroll-margin-top: 80px;
}

body {
  line-height: 1.5;
  background: var(--cor-fundo);
  /* background: url(../assets/img/main/fundo-web.webp) 0 0/cover no-repeat fixed */
}

canvas,
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: 0 0;
  border: none;
  outline: 0;
}

a {
  color: inherit;
}

table {
  border-collapse: collapse;
}

:root {
  --cor-dourado: #ffb200;
  --cor-dourado-claro: #988c2a;
  --cor-branco: #ffffff;
  --cor-escuro: #050505;
  --cor-fundo: #050e11;
  --cor-texto: #f5f6ca;
  --cor-texto-claro: #b7b8b3;
}

.borrado {
  backdrop-filter: blur(2px);
}

.motivo-titulo,
header {
  -webkit-backdrop-filter: blur(10px);
}

@media (prefers-reduced-motion:reduce) {

  *,
  ::after,
  ::before {
    animation-duration: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
}

.btn {
  padding: 14px 24px;           /* aumenta a área clicável */
  min-width: 150px;             /* largura mínima para toque confortável */
  min-height: 35px;             /* altura mínima recomendada */
  font-size: 16px;              /* fonte legível e área de toque maior */
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  cursor: pointer;
  border-radius: 35px;
  box-shadow: 0 0 2px var(--cor-dourado), 0 0 2px var(--cor-dourado);
  background: linear-gradient(to right, #ffb200, #050505);
  display: inline-flex;         /* garante alinhamento do texto */
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.btn:hover {
  box-shadow: 0 0 30px var(--cor-dourado), 0 0 12px var(--cor-dourado);
  transform: scale(1.05);
}

.btn a {
  color: inherit;
  text-decoration: none;
  width: 100%;                 /* faz o link ocupar todo o botão */
  text-align: center;
  display: inline-block;
}


header {
  position: fixed;
  left: 0;
  height: 80px;
  z-index: 1000;
  transition: background .3s;
  border-bottom: 1px solid #131212;
}

header .container {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-hamburger .bar,
.menu-toggle span {
  height: 3px;
  transition: .4s;
  background: #fff;
}

.menu-hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  transition: .4s;
}

.menu-hamburger .bar {
  width: 25px;
  margin: 4px 0;
}

.menu-hamburger.open .bar:first-child,
.menu-toggle.active span:first-child {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-hamburger.open .bar:nth-child(2),
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-hamburger.open .bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.logo a img {
  padding: 10px;
  width: 120px;
  transition: .5s ease-in-out;
}

.faixa,
.faixa-wrapper,
.item,
.nav-menu,
.principal {
  display: flex;
}

.faq-item input[type=checkbox],
.nav-menu img {
  display: none;
}

.nav-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.nav-menu ul li a {
  position: relative;
  color: #fff;
  transition: .5s ease-in-out;
  font-weight: 700;
  font-size: 16px;
}

.nav-menu ul li:last-child {
  position: relative;
  top: 1px;
}

.rede-sociais {
  display: flex;
  padding-left: 40px;
  gap: 50px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-left: 10px;
}

.case-container,
.cliente-atendido,
.principal {
  margin: 0 auto;
  max-width: 1200px;
}

.rede-sociais a img {
  display: flex;
  gap: 10px;
  width: 20px;
}

.fa-instagram,
.fa-whatsapp {
  font-size: 25px;
  color: #c2a14f;
}

.fa-instagram:hover,
.fa-whatsapp:hover {
  font-size: 25px;
  color: #837b7b;
}

.nav-menu ul li a:hover {
  color: #cbb05a;
}

.nav-menu ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #cbb05a;
  transition: width .3s;
}

0% {
  box-shadow: 1px 1px 10px 10px var(--cor-marrom);
}

.menu-toggle {
  width: 30px;
  height: 25px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  background: 0 0;
  border: none;
  cursor: pointer;
  z-index: 2000;
}

.barra-anuncio,
.box-texto h3,
.carrossel-infinito,
.principal .texto h1 .texto-span {
  background: linear-gradient(to right, #ffb200, #fff);
}

.menu-toggle span {
  display: block;
  border-radius: 2px;
  margin-bottom: 6px;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.principal {
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  padding: 200px 0 100px;
  width: 100%;
}

.case span,
.item,
.numeros span {
  padding: 10px 20px;
  font-weight: 700;
}

.cliente-atendido {
  position: relative;
  top: 100px;
  left: 30px;
  display: flex;
}

.cliente-atendido img {
  max-width: 40px;
  border-radius: 50%;
  margin-left: -20px;
  position: relative;
  z-index: var(--i);
}

.cliente-atendido p {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  left: 10px;
  text-align: start;
}

.principal .texto {
  text-align: start;
  flex: 2 1 300px;
}

.principal .texto h1 .texto-span {
  -webkit-background-clip: text;
  font-size: 40px;
  display: inline;
}

.principal .texto h1 {
  color: var(--cor-branco);
  font-size: 43px;
  line-height: 50px;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: start;
}

.principal .texto .texto-span-1 {
  display: inline-block;
  padding-bottom: 20px;
  color: var(--cor-texto);
  font-size: 22px;
  line-height: 33px;
  font-weight: 200;
  letter-spacing: normal;
}

.principal .texto strong {
  font-weight: 700
}

.principal-img {
  flex: 1 1 300px;
  position: relative;
  transition: .5s
}

.principal-img img {
  position: absolute;
  width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2
}

.barra-anuncio,
.barra-img img,
.botoes-container,
.case-texto,
.case-texto-info,
.conversao-box,
.conversao-texto span,
.logo-empresa,
.motivo-titulo,
.portfolio-box {
  position: relative
}

.faixa-wrapper {
  max-width: 1200px;
  gap: 10px;
  width: fit-content;
  animation: 10s linear infinite rolar
}

.faixa {
  gap: 20px
}

.item {
  align-items: center;
  font-size: 1.1rem;
  border-radius: 20px;
  color: var(--cor-escuro)
}

.case-container,
.case-texto-info {
  justify-content: center;
  display: flex
}

.item span {
  width: 5px;
  height: 5px;
  background: var(--cor-escuro);
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px
}

@keyframes rolar {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

.case {
  padding: 80px 0
}

.case-img p,
.info-acesso,
.info-meses,
.rodape-info {
  text-align: start
}

.case span,
.numeros span {
  border: 2px solid var(--cor-dourado-claro);
  border-radius: 50px
}

.case h2,
.case-img p,
.info-acesso h4,
.info-meses h4 {
  color: var(--cor-texto-claro)
}

.case h2 {
  padding: 20px 0
}

.case-container {
  width: 100%;
  align-items: center;
  gap: 20px
}

.case-img {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px
}

.case-texto,
.conversao-img,
.servicos-box {
  flex: 1 1 300px
}

.conversao-img img {
  width: 80%;
}

.case-img p {
  font-size: 14px;
  font-weight: 700
}

.case-texto {
  display: flex;
  flex-direction: column;
  align-items: center
}

.logo-empresa {
  margin-top: -150px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 40px;
  z-index: 2
}

.logo-empresa-img {
  width: 150px
}

.logo-empresa h2 {
  font-size: 14px
}

.case-texto-info {
  align-items: center;
  gap: 50px;
  border-radius: 0 0 60px;
  background-color: #06181f;
  border: 1px solid rgba(255, 255, 255, .1);
  padding: 30px;
  width: 100%;
  margin-right: 100px;
  z-index: -1
}

.contador,
.conversao-texto h3,
.portfolio-container h3,
.servicos-texto h3 {
  background: linear-gradient(to right, #ffb200, #fff);
  -webkit-text-fill-color: transparent
}

.info-acesso h3,
.info-meses h3 {
  font-size: 14px;
  color: var(--cor-texto);
  font-weight: 700;
  margin-bottom: 10px
}

.info-meses h4 {
  font-size: 29px
}

.info-acesso h4 span,
.info-meses h4 span {
  border: none;
  border-radius: none;
  padding: 0;
  font-weight: 700;
  font-size: 14px
}

.numeros-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.numero-box {
  display: flex;
  justify-content: center;
  gap: 40px;
  position: relative;
  top: 20px;
}

.contador {
  font-size: 48px;
  font-weight: 700;
  color: #07c;
  -webkit-background-clip: text
}

.label {
  font-size: 18px;
  color: var(--cor-dourado);
  font-weight: 700
}

.numero-item,
.rodape-contato,
.rodape-info,
.rodape-localizacao,
.rodape-menu {
  flex: 1 1 200px
}

.conversao-container {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto
}

.conversao .meu-conversao h2,
.portfolio-titulo h2,
.servicos-titulos h2 {
  margin: 80px auto -150px;
  color: transparent;
  font-size: 185px;
  font-weight: 800;
  line-height: 1.2em;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #988b2a60;
  stroke: #988b2a60;
  opacity: .6;
  z-index: 1
}

.conversao-box {
  display: flex;
  justify-content: space-around;
  z-index: 2
}

.conversao-texto {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center
}

.conversao-texto span {
  border: 2px solid var(--cor-dourado-claro);
  border-radius: 50px;
  padding: 10px 20px;
  color: var(--cor-texto);
  font-weight: 700;
  top: 25px
}

.conversao-texto h3,
.portfolio-container h3,
.servicos-texto h3 {
  -webkit-background-clip: text;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2em;
  text-align: center
}

.conversao-texto p,
.portfolio-container p,
.servicos-texto p {
  color: var(--cor-texto-claro);
  font-size: 18px;
  line-height: 1.5em
}

.motivo-box {
  max-width: 1590px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px
}

.motivo-titulo {
  background: #06181f;
  border: 1px solid rgba(255, 255, 255, .1);
  width: 90%;
  padding: 100px 10px;
  border-radius: 10px;
  margin: 0 auto
}

.box-img::after,
.motivo-titulo::after,
.pacotes-box::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 20px;
  width: 140px;
  height: 6px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 0 8px #fff, 0 0 15px #fff
}

.motivo-titulo h2 {
  font-size: 2em;
  max-width: 800px;
  margin: 0 auto 40px;
  background: linear-gradient(to right, #ffb200, #fff);
  -webkit-background-clip: text;
  transition: .3s ease-in-out
}

.motivo-titulo p {
  font-size: 1.2em;
  color: var(--cor-texto-claro);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6em
}

.botoes-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  top: -50px
}

.botao-motivo {
  background: #04212c;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .1);
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  padding: 10px;
  cursor: pointer;
  font-size: .9rem;
  flex: 1 1 200px;
  width: 240px;
  height: 50px;
  transition: .2s ease-in-out
}

.botao-motivo:hover {
  color: var(--cor-dourado-claro)
}

.servicos-container {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
  display: flex
}

.servicos-texto-box {
  display: flex;
  flex-direction: column;
  gap: 30px
}

.servicos-texto {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px
}

.portfolio-container span,
.servicos-texto span {
  border: 2px solid var(--cor-dourado-claro);
  border-radius: 50px;
  padding: 10px 20px;
  color: var(--cor-texto);
  font-weight: 700;
  position: relative;
  top: 25px;
  margin-bottom: 30px
}

.box {
  background: url(../assets/img/main/1.svg) no-repeat;
  border: 1px solid var(--cor-dourado-claro);
  display: flex;
  align-items: center;
  gap: 15px;
  width: 650px;
  border-radius: 20px;
  padding: 25px;
  margin: 20px
}

.box-img {
  max-width: 100%
}

.box-img img,
.rodape-localizacao {
  width: 200px
}

.box-texto {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.box-texto h3 {
  -webkit-background-clip: text
}

.box-texto p {
  color: var(--cor-texto-claro);
  font-size: 14px;
  line-height: 1.5em
}

.barra-anuncio {
  top: 50px
}

.barra-anuncio-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: flex
}

.barra-img {
  height: 200px;
  width: 600px
}

.barra-img img {
  top: -240px;
  width: 450px
}

.barra-conteudo {
  flex: 2 1 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px
}

.portfolio-container {
  max-width: 1290px;
  width: 100%;
  margin: -180px auto 0;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px
}

.portfolio-box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap
}

.portfolio-item {
  padding: 20px;
  gap: 40px;
  max-width: 375px
}

.portfolio-box-lado {
  position: absolute;
  height: 130px;
  border-radius: 8px
}

.portfolio-box-lado img {
  width: 40px
}

.portfolio-box-lado p {
  transform: translateX(-50%) rotate(270deg);
  position: absolute;
  bottom: 5px;
  left: 60%;
  font-size: .9rem;
  width: 140px;
  font-weight: 700
}

.anuncio-container span,
.depoimento-texto h2 {
  font-weight: 800;
  -webkit-text-stroke-width: 1px;
  z-index: 1
}

.portfolio-box a img {
  border-radius: 10px;
  transition: .2s ease-in
}

.portfolio-box a img:hover {
  transform: scale(1.01)
}

.logo-parceiro {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 40px 20px
}

.logo-parceiro-container {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.logo-parceiro-list {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  animation: 25s linear infinite scroll-left
}

.logo-parceiro-list.reverse {
  animation: 25s linear infinite scroll-right
}

.logo-parceiro-list img {
  max-height: 120px;
  max-width: 350px;
  object-fit: contain;
  padding: 0 30px;
  margin: 0;
  display: block
}

@keyframes scroll-left {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%)
  }

  100% {
    transform: translateX(0)
  }
}

@media (max-width:768px) {
  .logo-parceiro-list img {
    max-height: 40px
  }
}

.anuncio {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0
}

.anuncio-container {
  background: url(../assets/img/anuncio/foguete.png) 0 0/120px no-repeat;
  background-color: var(--cor-escuro);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--cor-dourado-claro);
  padding: 40px;
  border-radius: 20px;
  width: 70%;
  margin: 0 auto;
  transition: 2.1s
}

.anuncio-container span {
  margin: 0 auto;
  font-size: 2.5rem;
  stroke-width: 1px;
  -webkit-text-stroke-color: var(--cor-branco);
  stroke: #988b2a60
}

.anuncio-container p:first-of-type {
  color: var(--cor-texto-claro);
  font-size: 2.8rem;
  font-weight: 700
}

.anuncio-container p:nth-of-type(2) {
  color: var(--cor-texto-claro);
  font-size: 1.3rem;
  line-height: normal
}

.anuncio-container p:nth-of-type(3) {
  color: var(--cor-texto-claro);
  font-size: .8rem;
  padding: 10px 0 40px
}

.depoimento {
  padding: 60px 20px
}

.depoimento-container {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center
}

.depoimento-texto {
  margin-bottom: 30px
}

.depoimento-texto h2 {
  color: transparent;
  font-size: 130px;
  line-height: 1.2em;
  stroke-width: 1px;
  -webkit-text-stroke-color: #988b2a60;
  stroke: #988b2a60;
  opacity: .6
}

.depoimento-texto span,
.preco-span {
  color: var(--cor-texto);
  position: relative
}

.depoimento-texto span {
  border: 2px solid var(--cor-dourado-claro);
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 700;
  top: -55px
}

.slider-wrapper {
  position: relative;
  max-width: 100%;
  top: -10px
}

.faq,
.preco,
.rodape-box {
  max-width: 1200px
}

.card-track {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px
}

.card {
  flex: 0 0 calc(100% / 3 - 20px);
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  min-width: calc(100% / 3 - 20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, .05)
}

.card img {
  width: 80px;
  height: 80px;
  border-radius: 50%
}

.card blockquote {
  font-style: italic;
  margin-top: 10px
}

.preco {
  padding: 100px 20px;
  width: 100%;
  margin: 0 auto
}

.preco-span {
  border: 2px solid var(--cor-dourado-claro);
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 700;
  top: -25px
}

.preco .h3 {
  color: #ddd;
  padding-top: 10px;
  margin: 0 auto
}

.preco p {
  color: #c2a14f
}

.preco-box {
  margin-top: 20px;
  border-radius: 10px;
  padding: 35px 0 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center
}

.preco-box h4 {
  color: var(--cor-branco);
  font-size: 20px;
  position: relative
}

.preco-box h3 {
  font-size: 28px;
  color: #cbb05a
}

.preco-pacotes {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  border-bottom: 1px groove var(--cor-dourado-claro);
  margin-bottom: 60px;
  padding-bottom: 20px
}

.pacotes-box {
  border: 1px solid var(--cor-dourado-claro);
  border-radius: 15px;
  transition: .5s ease-in-out;
  background-color: var(--cor-branco);
  position: relative;
  padding-bottom: 100px;
  width: 340px;
  backdrop-filter: 15px
}

.pacotes-img {
  width: 340px
}

.svg-onda {
  width: 100%;
  height: 40px;
  line-height: 0;
  margin: -10px 0 10px
}

.svg-onda svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: white
}

.onda-centralizada {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
  fill: white;
  z-index: -1
}

.pacotes-box .faca-orcamento {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 60%;
  padding-top: 15px
}

.pacotes-box .faca-orcamento a .btn,
.pacotes-box h2 span {
  font-size: 10px
}

.pacote-1>h2 {
  color: var(--cor-escuro);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2em
}

.rodape-contato p,
.rodape-info p,
.rodape-menu {
  line-height: 23.8px;
  letter-spacing: normal;
  text-align: start
}

.pacotes-box h2 {
  padding: 15px;
  color: var(--cor-escuro);
  font-size: 20px
}

.pacote-info h2 {
  padding: 5px;
  color: var(--cor-branco);
  font-size: 20px;
  background-color: var(--cor-escuro);
  width: 90%;
  border-radius: 30px;
  margin: 0 auto
}

.pacotes-box h3 {
  color: var(--cor-escuro);
  padding: 10px
}

.pacotes-box p {
  padding: 2px 25px;
  font-size: 15px;
  text-align: start;
  color: var(--cor-escuro)
}

.faq {
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: -80px
}

.faq-box {
  background-color: var(--color-1);
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  margin: 0 auto
}

.faq h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #c2a14f
}

.faq-item {
  margin-bottom: 10px;
  color: #ccc
}

.faq-item p {
  color: #8e8585
}

.faq-item label.faq-question {
  display: block;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-weight: 700;
  transition: background-color .3s
}

.faq-item label.faq-question:hover {
  background-color: #272727
}

.faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 10px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-radius: 0 0 4px 4px;
  transition: max-height .5s ease-out, padding .5s ease-out
}

.faq-item input[type=checkbox]:checked+label+.faq-answer {
  max-height: 300px;
  padding: 10px
}

.faq-item .faq-answer p {
  margin: 0
}

.rodape {
  background: url(../assets/img/rodape/rodape-imagem.svg) 1%/cover no-repeat #081924;
  padding: 60px 120px
}

.icon-p,
.rodape-menu li {
  padding-top: 5px
}

.rodape-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  text-align: start;
  width: 100%;
  margin: 0 auto
}

.rodape-info img {
  width: 120px
}

.rodape-info p {
  color: #d3d4e1;
  font-weight: 200;
  font-size: 14px;
  height: 118px
}

.rodape-contato h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 15px
}

.icon-p {
  display: flex;
  gap: 10px
}

.icon-p .fa-whatsapp {
  font-size: 25px
}

.icon-p i {
  color: #d3d4e1;
  font-size: 20px
}

.rodape-contato p,
.rodape-menu {
  color: #d3d4e1;
  font-weight: 200;
  font-size: 14px
}

.rodape-menu {
  width: 30%
}

.rodape-localizacao h2,
.rodape-menu h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 18px
}

.copyright,
.copyright a,
.rodape-menu ul li a {
  color: #d3d4e1
}

.rodape-localizacao iframe {
  width: 250px;
  height: 180px
}

.copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #d3d4e1;
  padding: 30px 0 0;
  margin: 20px 0 0;
  text-align: start
}

.copyright a:hover {
  color: #767781
}

@keyframes pulsate {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.1)
  }
}

.boxs-boxs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px
}

.boxs {
  flex: 1 1 300px;
  background-color: #0cf;
  color: #fff;
  padding: 40px;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 10px
}