.menu .titulo {
display: inline-block;
white-space: normal;
font-size: 14px;
}
.titulo-decorplace {
  color: #696969;
  font-family: 'Lato', sans-serif;
  font-size: 3rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}
.descricao-sec2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; /* alinha o topo do texto */
  padding: 0 20px;
  margin-top: 0; /* remove margem superior */
}
.secao-funcional {
  width: 100%;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.section-funcional {
  padding: 60px 20px;
  text-align: center;
  background-color: #fff;
}

.funcional-container {
  max-width: 100%;
  margin: auto;
}

.funcional-gif {
  width: 100%;
  max-width: 400px; /* Ajuste conforme necessário */
  height: auto;
  display: inline-block;
}
.secao-significado {
  padding: 40px 20px;
  font-family: 'Lato', sans-serif;
  background-color: #fff;
  color: #696969;
}

.secao-container {
  display: flex;
  flex-wrap: wrap;
  align-items: justify;
  justify-content: justify ;
  gap: 20px;
}

.logo-decorplace img {
  max-width: 120px;
  height: auto;
  width: 100%;
}
.secao-significado {
  padding: 40px 20px;
  font-family: 'Lato', sans-serif;
  background-color: #fff;
  color: #696969;
}

.secao-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.logo-decorplace img {
  max-width: 120px;
  height: auto;
  width: 100%;
}
.secao-identidade {
  padding: 40px 20px;
  font-family: 'Lato', sans-serif;
  text-align: center;
  color: #696969;
}

.secao-identidade p {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 auto;
  max-width: 800px;
  text-transform: uppercase;
  line-height: 1.6;
}

.marca {
  font-weight: bold;
  font-size: 1.3rem;
}

.decor {
  color: #c71585; /* Rosa */
}

.place {
  color: #0c8c3b; /* Verde */
}

/* Responsivo para telas pequenas */
@media (max-width: 600px) {
  .secao-identidade p {
    font-size: 1rem;
  }

  .marca {
    font-size: 1.1rem;
  }
}
.formas-pagamento {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #4d4d4d;
  text-align: justify;
}

.formas-pagamento .opcao {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: justify;
}

.formas-pagamento img {
  max-width: 50px;
  margin-bottom: 20px;
  filter: invert(42%) sepia(0%) saturate(0%) hue-rotate(189deg) brightness(90%) contrast(90%);
}

.formas-pagamento h3 {
  color: #1a7f3c;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.formas-pagamento p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .formas-pagamento {
    gap: 20px;
    padding: 30px 15px;
  }

  .formas-pagamento h3 {
    font-size: 1rem;
  }

  .formas-pagamento p {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .secao-sobre {
    flex-direction: column;
    text-align: center;
    gap: 20px; /* reduzido de 40px para 20px */
    padding: 40px 15px;
  }

  .texto-sobre h2 {
    font-size: 1.6rem;
  }

  .texto-sobre .subtitulo {
    font-size: 0.95rem;
  }
}
.secao-pagamento {
  background: url('banner-pagamento.jpg') center/cover no-repeat;
  padding: 80px 20px;
  color: white;
  text-align: center;
  position: relative;
  font-family: 'Lato', sans-serif;
}

.secao-pagamento::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.secao-pagamento .conteudo-banner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .text-section {
    margin-bottom: 8px;
  }
<style type="text/css">
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  body {
    font-family: 'Lato', sans-serif;
    background-color: #ffffff;
    color: #333;
  }

  .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    gap: 0px;
  }

  .text-section {
    max-width: 500px;
    text-align: justify;
  }

  .text-section h1 {
    font-size: 10.2rem;
    font-weight: bold;
    line-height: 1.6;
    color: #696969;
  }

  .text-section h1 span {
    display: block;
    border-bottom: 2px solid #696969;
    padding-bottom: 2px;
    width: fit-content;
  }

  .text-section p {
    margin-top: 20px;
    font-size: 1.1rem;
    color: #777;
    letter-spacing: 1px;
  }

  .image-section {
    max-width: 600px;
  }

  .image-section img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
  }









