* {
  font-family: "Segoe UI", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  transition: 0.2s linear;
}

html {
  overflow-x: hidden;
  scroll-padding-top: 9rem;
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
  width: 0.8rem;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 0.5rem;
}

section {
  padding: 2rem 7%;
}

header {
  background: url("/assets/img/banner1.png") no-repeat center center;
  background-size: cover;
  color: white;
  padding: 0 7% 0 7%;
}

.btn-primary {
  background-color: #c38b2a;
  color: white;
  padding: 1rem 2rem;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.btn-primary i {
  margin-right: 0.5rem;
}

.btn-primary:hover {
  background-color: #65441f;
}

.btn-primary,
.btn-default {
  padding: 0.875rem 1.75rem;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 0.625rem;
}

.btn-default {
  background: none;
  border: 0.0625rem solid #c38b2a;
  color: #c38b2a;
}

.btn-default:hover {
  background-color: #c38b2a;
  color: white;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  top: 0;
  z-index: 1001;
  transition: opacity 0.3s ease, height 0.3s ease;
}

.header-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem 7%;
  width: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease;
}

.top-bar.scrolled-top-bar {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.working-hours {
  display: flex;
  align-items: center;
}

.social-icons {
  margin-right: 1.25rem;
  display: flex;
  gap: 3rem;
}

.social-media i {
  margin-right: 0.625rem;
  transition: color 0.3s ease-in-out;
  color: #ffffff;
}

.social-media a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.social-media a:hover i {
  color: #b48a36;
}

.working-hours i {
  margin-right: 0.625rem;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.contact-info i {
  margin-right: 0.625rem;
}

.logo {
  width: auto;
  height: 100px;
}

.menu-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.2rem 0 1.8rem 0;
  transition: top 0.3s ease;
}

.menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.menu li {
  margin-right: 1.5rem;
  position: relative;
  font-weight: 400;
}

.menu a {
  text-decoration: none;
  color: white;
  padding: 0.5rem 0;
}

.menu a:hover,
.menu a:focus,
.menu a.active {
  color: #b48a36;
}

.font2{
  display: none;
}

.menu a:hover::after,
.menu a:focus::after,
.menu a.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #b48a36;
  bottom: -15px;
  left: 0;
}

.menu-toggle {
  display: none;
}

.menu-mobile {
  display: none;
}

.hero {
  text-align: center;
  padding: 18rem 7% 5rem 7%;
  color: white;
}

.hero span {
  color: #c38b2a;
}

.hero h1 {
  font-size: 4.0625rem;
}

.hero p {
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin: 1.25rem 0;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  padding: 5rem 0;
}


.banner-rotation-carousel {
  display: flex;
  align-items: center;
}

.banner-carousel-track{
  display: flex;
  width: 100%;
  gap: 1px;
  align-items: center;
  justify-content: center;
}


.banner-carousel-track img {
  width: 75%; /* Make sure images cover the full width of their container */
}

@media (max-width: 768px) {
  .banner-rotation-carousel{
    width: 100%;
    display: block;
  }

  .banner-carousel-track img {
    width: 75%; /* Make sure images cover the full width of their container */
  }

  .banner-carousel-track {
    transition: transform 0.3s ease; /* Smooth transition */
    padding: 5px;
    z-index: 10;
  }
}


.missao {
  display: flex;
  background-color: #ffffff;
  padding: 2rem 7% 3rem 7%;
  justify-content: center;
  align-items: center;
}

.missao-img {
  width: 50%;
}

.missao-img img {
  width: 100%;
  height: auto;
}

.missao-content {
  width: 50%;
  padding: 0 3rem;
}

.missao-content h2 {
  font-family: "Segoe Script", sans-serif;
  font-size: 2rem;
  margin-bottom: -30px;
  color: #c38b2a;
}

.missao-content h3 {
  font-family: "Segoe UI", sans-serif;
  font-size: 3.5rem;
  margin: 1rem 0;
  line-height: 3rem;
}

.missao-content p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.missao-content ul {
  list-style: none;
  padding-left: 0;
}

.missao-content ul li {
  margin-bottom: 0.9rem;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  align-items: center;
  justify-content: center;
}

.missao-content ul li::before {
  content: counter(item) " ";
  counter-increment: item;
  height: auto;
  padding: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #c38b2a;
  color: #fff;
  font-weight: 600;
  margin-right: 0.5rem;
}

.missao-content ul {
  counter-reset: item;
}

.especialidades {
  background-color: #c38b2a;
  color: white;
  text-align: center;
  padding: 3rem 7%;
  display: flex;
  flex-direction: column;
}

.especialidade img {
  width: auto;
  height: 40px;
  transition: all 0.3s ease-in-out; /* Adicionando transição para suavizar o efeito */
}

.especialidades-body {
  display: flex;
  gap: 2rem; /* Adicionando espaçamento entre os containers */
  align-items: center;
}

.especialidades .titulo {
  margin-bottom: 2rem;
}

.especialidades .titulo h2 {
  font-family: "Segoe UI", sans-serif;
  font-size: 3.125rem; /* 50px in rem */
  margin-bottom: 0.5rem;
  color: black;
}

.especialidades .titulo p {
  font-family: "Segoe Script", sans-serif;
  font-size: 1.875rem; /* 30px in rem */
  margin-top: -30px;
}

.especialidades-container-left,
.especialidades-container-right {
  width: 35%;
  gap: 1rem;
  display: flex;
  flex-direction: column;
}

.especialidade {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 0.6rem;
  border: 1px solid #ffffff;
  padding: 0.6rem;
  border-radius: 10px;
  position: relative; /* Necessário para o posicionamento do tooltip */
  transition: all 0.3s ease-in-out; /* Adicionando transição para suavizar o efeito */
}

.especialidade .icon {
  display: flex;
  gap: 1rem;
  width: 100%;
  align-items: center;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #ffffff;
}

.especialidade .icon h2 {
  font-size: 1.2rem;
}

.especialidade .icon img {
  width: auto;
  height: 34px;
}

.especialidade .titulo-especialidade ul {
  list-style-type: disc; /* Bolinhas para os itens da lista */
  padding-left: 20px; /* Ajusta o recuo da lista */
}

.especialidade .titulo-especialidade li {
  font-size: 1.2rem; /* Ajuste conforme necessário */
  text-align: left;
  font-weight: 400;
  margin-bottom: 0.5rem; /* Espaçamento entre itens */
}

.missao-content ul li::before{
    height: 10px;
}

.imagem {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imagem img {
  width: auto;
  height: 500px;
}

.defesa {
  background-color: #ffffff;
  padding: 4rem 7%;
}

.defesa .conteudo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  align-items: center;
}

.defesa .conteudo-lado {
  width: 100%;
}

.conteudo-lado-right p {
  width: 100%;
  text-align: start !important;
}

.defesa .conteudo-lado h2 {
  font-family: "Segoe UI", sans-serif;
  font-size: 3.125rem; /* 50px in rem */
}

.defesa .conteudo-lado h3 {
  font-family: "Segoe Script", sans-serif;
  font-size: 1.875rem; /* 30px in rem */
  color: #c38b2a;
}

.defesa .conteudo-lado p {
  font-family: "Segoe UI", sans-serif;
  font-size: 1rem; /* 30px in rem */
  margin-top: 0.5rem;
}

.defesa .conteudo-lado:last-child {
  font-size: 1.25rem; /* 20px in rem */
}

.quadrados {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.quadrado {
  padding: 1.6rem;
  position: relative;
  width: 23%;
  border: 2px solid #c38b2a;
  border-radius: 20px;
}

.quadrado .icone {
  background-color: #c38b2a;
  position: absolute;
  top: -1.4rem;
  right: 78%;
  color: #ffffff;
  border-radius: 10px;
  padding: 1.4rem;
  width: 3rem; /* Adjust as needed */
  height: 3rem; /* Adjust as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: start;
}

.quadrado .icone i {
  font-size: 1.8rem; /* Adjust as needed */
}

.quadrado .conteudo-quadrado h3 {
  font-size: 1.25rem; /* Adjust as needed */
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.quadrado .conteudo-quadrado p {
  font-size: 1rem;
  line-height: 1.5;
  text-align: start;
}

.conteudo-lado-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.conteudo-lado-center p {
  line-height: 1.5rem;
  padding: 3rem 7% 1rem 7%;
  margin-bottom: 1.6rem;
}

.defesa p {
  text-align: center;
}

.juntos-somos {
  background-color: #c38b2a;
  position: relative;
  padding: 6rem 7%;
  color: white;
}

.juntos-somos::before {
  content: "";
  background-image: url("/assets/img/dc-logo.png"); /* Caminho para a imagem da marca d'água */
  background-repeat: no-repeat;
  background-size: 35%; /* Tamanho da marca d'água */
  background-position: left center;
  opacity: 0.1; /* Transparência da marca d'água */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* Posiciona a marca d'água abaixo do conteúdo */
}

.juntos-somos .conteudo {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1; /* Posiciona o conteúdo acima da marca d'água */
}

.juntos-somos .texto {
  max-width: 50%;
}

.juntos-somos h2 {
  font-family: "Segoe UI", sans-serif;
  font-size: 3.125rem; /* 50px em rem */
  color: black;
}

.juntos-somos .subtitulo {
  font-family: "Segoe Script", sans-serif;
  font-size: 1.875rem; /* 30px em rem */
  margin-top: -1rem;
}

.juntos-somos .descricao {
  font-family: "Segoe UI", sans-serif;
  font-size: 1.25rem; /* 20px em rem */
  margin-top: 1rem;
}

.juntos-somos .imagem {
  position: absolute;
  right: 0;
  top: 21.5%;
  transform: translateY(-50%);
  width: 30%;
}

.juntos-somos .imagem img {
  width: auto;
  height: 500px;
}

.faq-section {
  background-color: #f9f9f9;
  padding: 4rem 7%;
  text-align: center;
}

.faq-header i {
  font-size: 2.4rem; /* 50px in rem */
  color: #c38b2a;
}

.faq-header h2 {
  font-family: "Segoe Script", sans-serif;
  font-size: 1.8rem; /* 40px in rem */
  color: #c38b2a;
}

.faq-header h3 {
  font-family: "Segoe UI", sans-serif;
  font-size: 3rem; /* 50px in rem */
  margin-top: -1rem;
  margin-bottom: 2rem;
}

.faq-container {
  border: 2px solid #c38b2a;
  border-radius: 20px;
  padding: 2rem 2rem 1rem 2rem;
  background-color: transparent;
}

.faq-item {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #8a8686;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-family: "Segoe UI", sans-serif;
  font-size: 1.25rem; /* 20px in rem */
  cursor: pointer;
  padding: 1rem 0;
}

.faq-question i {
  transition: transform 0.3s ease;
  color: #c38b2a;
}

.faq-question span {
  font-weight: 600;
}

.faq-answer {
  display: none;
  padding: 0 1rem 1rem;
  font-family: "Segoe UI", sans-serif;
  font-size: 1rem;
  text-align: start;
}

.faq-answer p {
  margin: 0;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.depoimentos-section {
  background-color: #c38b2a;
  position: relative;
  padding: 4rem 7%;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.depoimentos-section::before {
  content: "";
  background-image: url("/assets/img/dc-logo.png"); /* Caminho para a imagem da marca d'água */
  background-repeat: no-repeat;
  background-size: 38%; /* Tamanho da marca d'água */
  background-position: left center;
  opacity: 0.1; /* Transparência da marca d'água */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* Posiciona a marca d'água abaixo do conteúdo */
}

.depoimentos-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  position: relative;
  z-index: 1; /* Posiciona o conteúdo acima da marca d'água */
}

.depoimentos-text {
  max-width: 50%;
}

.depoimentos-header {
  display: flex;
  align-items: center;
}

.depoimentos-header i {
  font-size: 1.75rem; /* 28px in rem */
  margin-right: 0.5rem;
}

.depoimentos-header h2 {
  font-family: "Segoe Script", sans-serif;
  font-size: 1.75rem; /* 28px in rem */
}

.anos-experiencia {
  font-family: "Segoe UI", sans-serif;
  font-size: 3.125rem; /* 50px in rem */
  line-height: 3rem;
  letter-spacing: -0.1rem;
  font-weight: 700;
}

.anos-experiencia span {
  color: #000;
}

.depoimentos-carousel {
  display: flex;
  align-items: center;
  position: relative;
}

.carousel-prev,
.carousel-next {
  background-color: white;
  border: none;
  width: 2rem;
  height: 2rem;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1rem;
  color: #c38b2a;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.carousel-prev {
  left: -2rem;
}

.carousel-next {
  right: -2rem;
}

.carousel-container {
  overflow: hidden;
  width: 600px; /* Adjust as needed */
  padding: 0 2rem;
}

.carousel-track {
  display: flex;
  transition: transform 0.3s ease;
}

.carousel-item {
  min-width: 300px; /* Adjust as needed */
  margin-right: 1rem;
}

.card {
  border: 2px solid white;
  padding: 1rem;
  border-radius: 20px;
  text-align: center;
}

.client-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.client-name {
  font-family: "Segoe Script", sans-serif;
  font-size: 1.25rem; /* Adjust as needed */
}

.client-profession {
  font-family: "Segoe UI", sans-serif;
}

.client-comment {
  font-family: "Segoe UI", sans-serif;
}

.client-rating {
  margin: 0.5rem 0;
}

.client-rating .star {
  font-size: 1.5rem;
  color: #fff;
}

.client-rating .star.active {
  color: #ffd700;
}

.contact-form-section {
  text-align: center;
  color: white;
}

.form-title {
  font-family: "Segoe UI", sans-serif;
  font-size: 3.2rem;
  line-height: 2.5rem;
  color: #000;
}

.form-subtitle {
  font-family: "Segoe Script", cursive;
  font-size: 1.4rem;
  line-height: 1rem;
  margin-top: 0.6rem;
  color: #c38b2a;
}

.contact-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  background: transparent;
  border-radius: 10px;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-row {
  display: flex;
  justify-content: space-between;
}

.col-half {
  width: 48%;
}

.form-control {
  width: 100%;
  padding: 0.7rem 0.8rem;
  font-size: 16px;
  border: 1px solid #c38b2a;
  border-radius: 5px;
  box-sizing: border-box;
}

textarea.form-control {
  resize: none;
  font-family: "Segoe UI", sans-serif;
}

.footer-section {
  background-color: #c38b2a;
  color: white;
  padding: 2rem 7%;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
}

.footer-logo img {
  width: 250px;
  height: auto;
  margin-bottom: 1rem;
}

.footer-line {
  width: 100%;
  height: 1px;
  background-color: white;
  margin: 1rem 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}

.footer-column {
  flex: 1;
  margin: 1rem;
  min-width: 200px;
}

.footer-column a {
  color: white;
  text-decoration: none;
  outline: none;
  transition: text-decoration 0.3s ease;
}

.footer-column a:hover {
  text-decoration: underline;
}

.footer-column h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 0.5rem;
}

.footer-column ul li i {
  margin-right: 0.5rem;
}

.footer-bottom {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .top-bar {
    display: none;
  }

  .logo {
    width: 180px;
    height: auto;
  }

  .menu {
    display: none;
  }

  header {
    padding: 0 7% 4rem 7%;
  }

  section {
    padding: 1rem 7%;
}

  .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0.6rem 7%;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.3s ease;
  }

  .menu-toggle {
    display: block;
  }

  .menu-toggle button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    border-radius: 3px;
  }

  .menu-mobile a {
    color: white;
    font-weight: 600;
    text-decoration: none;
    outline: none;
  }

  .menu-mobile a:hover {
    color: #c38b2a;
    text-decoration: none;
    outline: none;
  }

  .menu-mobile a:active {
    color: #c38b2a;
    text-decoration: 1px solid #c38b2a;
    outline: none;
  }

  .menu-mobile ul {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 1rem;
  }

  .menu-mobile .nav-item {
    display: block;
    color: #ffffff;
    padding-top: 1.2rem;
  }

  .open {
    display: block;
  }

  .font1 {
    display: none;
  }
  
  .font2 {
    display: block;
  }

  .header {
    padding: 0 7% 4rem 7%;
  }
  .hero h1 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
  .buttons {
    padding: 2.5rem 0;
  }

  .area-card {
    width: 300%;
    flex: 0 0 100%;
    height: auto;
  }

    .areas-atuacao {
      display: none;
    }
  
    .container-atuacao{
      padding: 10px;

    }

  .areas-atuacao{
    gap: 0;
  }


  .slider-container {
    position: relative;
    display: flex;
    gap: .5rem;
    width: 97%;
    padding: .2rem;
  }

  .dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
  }

  .dot {
    width: 10px;
    height: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .dot.active {
    background-color: #333;
  }

  .missao {
    flex-direction: column;
    padding: 0rem 7% 3rem 7%;
  }

  .missao-img,
  .missao-content {
    width: 100%;
    padding: 0;
  }
  .especialidades {
    padding: 2rem;
  }
  .missao-content h3 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .missao-content ul {
    padding-bottom: 1rem;
  }

  .missao-img,
  .missao-content {
    width: 100%;
    padding: 0;
    padding-top: 1rem;
  }
  .especialidades-body {
    flex-direction: column;
    gap: 0.3rem;
  }

  .especialidades-container-left,
  .especialidades-container-right {
    width: 100%;
    /* order: -1; */
  }

  .especialidades-body img {
    width: auto;
    height: 300px;
    padding: 1rem 0;
  }

  .especialidades .titulo p {
    margin-top: -10px;
  }

  .especialidades .titulo h2 {
    font-size: 2.5rem; /* Adjust as needed */
    line-height: 2rem;
  }

  .especialidades .titulo p {
    font-size: 1.5rem; /* Adjust as needed */
  }

  .especialidade {
    width: 100%;
  }

  .especialidade h2 {
    font-size: 1rem !important;
    text-align: start;
  }

  .especialidade li {
    font-size: 1rem !important;
    text-align: start;
  }

  .especialidades-container {
    flex-direction: column;
    margin-top: 2rem;
  }

  .imagem {
    width: 100%;
  }

  .defesa {
    padding: 3rem 2rem;
  }

  .defesa .conteudo {
    flex-direction: column;
  }

  .defesa .conteudo-lado h2 {
    font-size: 2.5rem;
    line-height: 2rem;
  }

  .defesa .conteudo-lado,
  .defesa .conteudo-lado:last-child {
    width: 100%;
    margin-bottom: 2rem;
  }

  .conteudo-lado-right {
    padding: 0;
    margin: 0;
  }

  .quadrados {
    flex-wrap: wrap;
    gap: 1.6rem;
  }

  .quadrado {
    width: 100%;
    margin-bottom: 0.2rem !important;
  }

  .conteudo-lado-center p {
    line-height: 1.1rem;
    font-size: 0.8rem;
    padding: 1rem 1% 1rem 1%;
    margin-bottom: 0rem;
  }

  .juntos-somos {
    padding: 2rem 1% 7.8rem 1%;
  }

  .juntos-somos h2 {
    font-size: 2.5rem;
  }

  .juntos-somos::before {
    background-size: 100%;
    background-position: center center;
  }

  .juntos-somos .descricao {
    font-size: 0.9rem;
    margin-top: 0.6rem;
    padding-bottom: 0.6rem;
  }

  .juntos-somos .conteudo {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .juntos-somos .texto {
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .juntos-somos .imagem {
    position: relative;
    padding-top: 100px;
    height: 150px;
    transform: translateY(0);
  }

  .juntos-somos .imagem img {
    width: auto;
    height: 300px;
  }

  .faq-section {
    padding: 2rem 1rem;
  }

  .faq-question {
    gap: 1rem;
    display: flex;
    align-items: center;
    text-align: start;
    justify-content: start;
    font-family: "Segoe UI", sans-serif;
    font-size: 1rem;
    cursor: pointer;
    padding: 1rem 0;
  }

  .faq-header h3 {
    font-size: 2.5rem;
    line-height: 2rem;
    margin-top: -0.6rem;
    margin-bottom: 2rem;
  }

  .faq-header i {
    font-size: 2.5rem; /* Adjust as needed */
  }

  .faq-header h2 {
    font-size: 2rem; /* Adjust as needed */
  }

  .faq-header h3 {
    font-size: 2.5rem; /* Adjust as needed */
  }

  .faq-question {
    font-size: 1rem; /* Adjust as needed */
  }

  .faq-answer {
    font-size: 0.875rem; /* Adjust as needed */
  }

  .form-row {
    flex-direction: column;
  }

  .col-half {
    width: 100%;
    margin-bottom: 1rem;
  }

  .depoimentos-section::before {
    background-size: 100%;
    background-position: center center;
  }

  .depoimentos-content {
    padding: 1rem 1%;
    flex-direction: column;
  }

  .depoimentos-header i {
    font-size: 1.1rem;
  }

  .depoimentos-header h2 {
    font-size: 1.1rem;
  }

  .anos-experiencia {
    display: none;
  }

  .anos-experiencia2 {
    font-family: "Segoe UI", sans-serif;
    font-size: 2.5rem; /* 50px in rem */
    line-height: 2.5rem;
    letter-spacing: -0.1rem;
    font-weight: 700;
    padding-bottom: 1rem;
  }

  .anos-experiencia2 span {
    color: #000;
  }

  .carousel-container {
    overflow: hidden;
    width: 324px;
    padding: 0.6rem 0.6rem;
  }

  .depoimentos-text {
    max-width: 100%;
  }
  .form-title {
    font-size: 2.5rem;
    line-height: 2.2rem;
  }

  .form-subtitle2 {
    font-family: "Segoe Script", cursive;
    font-size: 1.2rem;
    line-height: 1rem;
    margin-top: 0.6rem;
    color: #c38b2a;
  }

  .form-subtitle {
    display: none;
  }

  .contact-form {
    max-width: 100%;
    padding: 2rem 0.4rem;
    background: transparent;
    border-radius: 10px;
  }

  .footer-content {
    flex-direction: column;
    text-align: center;
  }

  .footer-column {
    margin: 1rem 0;
  }
}

#whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 32px;
  right: 32px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  z-index: 10000;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#whatsapp-float:hover {
  background: #1ebe57;
  color: #f4f4f4;
  text-decoration: none;
}
