

html, body {
  width: 100%;
  overflow-x: hidden;
}
@font-face {
    font-family: 'Monument'; /* Defina o nome da fonte */
    src: url('Monument_Valley_1.2-Regular.woff') format('woff'); /* Caminho para o arquivo da fonte */
    font-weight: normal; /* Peso da fonte (normal, bold, etc.) */
    font-style: normal; /* Estilo da fonte (normal, italic, etc.) */
  }
  @font-face {
    font-family: 'SIMPLIFICA'; /* Defina o nome da fonte */
    src: url('fonts/SIMPLIFICA-Typeface.woff') format('woff'); /* Caminho para o arquivo da fonte */
    font-weight: normal; /* Peso da fonte (normal, bold, etc.) */
    font-style: normal; /* Estilo da fonte (normal, italic, etc.) */
  }

  @font-face {
  font-family: 'RalewayLight';
  src: url('fonts/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
  .container {
    width: 90%; /* O site ocupará 90% da largura da tela */
    margin: 0 auto; /* Centraliza o contêiner na tela */
    overflow-x: hidden; /* Garante que o conteúdo não ultrapasse a largura */
}
h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold; /* Define o texto como negrito */
    color:#876F22
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal; /* Define o texto como normal (não negrito) - opcional, pois é o padrão */
    color:#422e01
}

.bio-gabi {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-right: 400px;
  margin-top: 50px;
      font-family: 'Montserrat', sans-serif;
    font-weight: normal; /* Define o texto como normal (não negrito) - opcional, pois é o padrão */
    color:#422e01
}

.bio-conteudo {
  max-width: 550px;       /* controla a largura visual do texto */
  text-align: justify;
  font-size: 1em;
  line-height: 1.6;
  padding: 0 20px;         /* leve espaçamento interno */
}

.Gabiexp {
  background-image: url("Gabiexp-1920w.webp");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 80px 20px;
  min-height: 100vh;
  color: white;
  text-align: center;
}
.Gabiexp h1, .Gabiexp h2, .Gabiexp h3 {
   display: flex;
  flex-direction: column;
  align-items: center;       /* centraliza visualmente */
  text-align: center;
  margin-right: 400px;        /* desloca visualmente para a esquerda */
}

.Gabiexp h1 {
  font-size: 2.5em;
  margin-bottom: -20px;
    margin-top: 40px;
    font-family: 'RalewayLight', sans-serif;
  font-weight: 300;
}
.Gabiexp h2 {
  margin-bottom: -15px;
    margin-top: 40px;
   
}

.Gabiexp a.botao-agendar {
       display: block;  /* faz cada botão ocupar uma linha */
        margin-top: 30pt;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 15px 10px;
        height: 72px;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        background-color: #876F22;
        color: #F4F4F4;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        word-break: break-word;
      margin-right: 400px;
        width: 50%;         /* ocupa largura total disponível */
        max-width: 320px;    /* limita para não ficar exagerado */
        justify-content: center; /* centraliza o conteúdo dentro do botão */
    }           /* espaçamento entre eles */

.Gabiexp .linha {
  width: 600px;
  height: 2px;
  background-color: #998976;
  border-radius: 2px;
  margin: 20px auto; /* centraliza horizontalmente */
  margin-top: 0px;
  transform: translateX(-150pt); /* move visualmente para a esquerda */
}




#ofim{

  text-align: right;
  color: #7f7f7f;
  font-size: 14px;        /* ou use 0.875em ou 0.9rem */
  font-weight: 300;       /* quanto menor, mais fino (100 a 400 é considerado leve) */
  font-family: 'Montserrat', sans-serif; /* ou outra fonte leve que preferir */
}

.indice-navegacao {
  width: 100%;
  max-width: 100%;
  margin-top: -35px;
  text-align: center;
}

.indice-navegacao ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0px;
}

.indice-navegacao li {
  margin: 0;
}

.indice-navegacao a {
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  font-weight: 500;
  color: white;
  text-decoration: none;
}

.indice-navegacao a:hover {
  color: #d2c5a5;
}

.indice-navegacao a:hover {
  color: #d2c5a5;
}

.indice-navegacao li:not(:first-child)::before {
  content: "|";
  
  color: white;
  display: inline-block;
  margin: 0 12px;
  opacity: 0.6; /* opcional: dá leveza */
  font-size: 1em;
  transform: translateY(-1px); /* opcional: centraliza verticalmente se necessário */
}
@media (max-width: 767px) {
  .indice-navegacao ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    list-style: none;
    margin-top: -90px;
    padding: 0 12px;
    gap: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
      justify-content: flex-start;
  }

  .indice-navegacao ul::-webkit-scrollbar {
    display: none;
  }

  .indice-navegacao li {
    flex: 0 0 auto;
    width: max-content;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
  }

  .indice-navegacao li:not(:first-child)::before {
    content: "|";
    color: white;
    font-size: 1em;
    opacity: 0.6;
    margin: 0 12px;
    display: inline-block;
    transform: translateY(-1px);
  }

  .indice-navegacao a {
    font-size: 0.9em;
    white-space: nowrap;
    text-align: center;
  }



/* Chrome, Safari e Edge moderno */
.indice-navegacao ul::-webkit-scrollbar {
  display: none;
}
}

@media (max-width: 767px) {
  #ofim{

    margin-top: 20px;
    text-align: center;
    color: #7f7f7f ;
    font-size: 14px;        /* ou use 0.875em ou 0.9rem */
    font-weight: 300;       /* quanto menor, mais fino (100 a 400 é considerado leve) */
    font-family: 'Montserrat', sans-serif; /* ou outra fonte leve que preferir */
  }

}



   
.especialidades {
  padding: 50px 20px;
  text-align: center;
  background-color: #fcfce0ac;
}

.especialidades h2 {
  font-size: 2.5em;
  margin-bottom: 30px;
}

/* Mobile: um abaixo do outro */
.especialidades-grid {
  display: grid;
  grid-template-columns: 1fr; /* padrão para mobile */
  gap: 30px;
  width: 100%;
  justify-items: center; /* centraliza blocos menores */
}

/* Desktop: layout em grid automático e proporcional */
@media (min-width: 768px) {
  .especialidades-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); /* aumentou largura mínima */
    gap: 30px;
    width: 100%;
    justify-content: center;
    justify-items: center;
    max-width: 1100px;
    margin: 0 auto;
  }
}

.especialidade-bloco {
  width: 100%;
  max-width: 340px; /* aumentou a largura máxima */
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #fdfdf1;
}

.especialidade-bloco img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}

.especialidade-bloco h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
}



.consulta {
  padding: 50px 20px;
  text-align: center;
  background-color: #fcfce0ac;
}

.consulta h2 {
  font-size: 2.5em;
  margin-bottom: 30px;
}

/* Mobile: um abaixo do outro */
.consulta-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

/* Desktop: layout em grid automático e proporcional */
@media (min-width: 768px) {
  .consulta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* 300px mínimo */
    gap: 50px;
    width: 100%;
  }
}

.consulta-bloco {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;        /* ocupa todo o espaço da célula do grid */
  box-sizing: border-box;
  background-color: #fdfdf1; /* para destacar o bloco */
}

.consulta-bloco img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}

.consulta-bloco2 h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.consulta-bloco p {
        font-family: 'Montserrat', sans-serif;
    font-weight: normal; /* Define o texto como normal (não negrito) - opcional, pois é o padrão */
    color:#422e01
}




   #Planta {
        background-image: linear-gradient(to top, transparent 87.5%, #fcfce0ac 50%), url("fundo2.jpg");
        /*background-image: url("fundo2.jpg");*/
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 200px 0;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        text-align: justify;
        margin-left: 0px;
        font-weight: bold;
        font-size: larger;
        
    }
    #Planta2 {
        background-image: linear-gradient(to top, transparent 87.5%, #fcfce0ac 50%), url("Fundo 3.jpg");
        /*background-image: url("fundo2.jpg");*/
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 200px 0;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        text-align: justify;
        margin-left: 0px;
        font-weight: bold;
        font-size: larger;
    }
    #Planta3 {
        background-image: linear-gradient(to top, transparent 87.5%, #fcfce0ac 50%), url("fundo4.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 50px 0;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        text-align: justify;
        margin-left: 0px;
        font-weight: bold;
        font-size: larger;
    }

    @media (max-width: 767px) {
      #Planta3 .grupo-botoes {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 20px 10px;
      }
    
      #Planta3 .botao-agendar {
        max-width: 320px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: inline-flex;
        justify-content: center;
      }
    }


    .container-flex {
      display: flex;
      flex-wrap: wrap;
    }
    
    
    .bloco-texto,
    .bloco-imagem {
      width: 100%; /* mobile: largura total */
    }
    


    .grupo-botoes {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center; /* ou 'flex-start' se quiser alinhado à esquerda */
      margin-top: 20px;
    }
    .bloco-texto .grupo-botoes {
      display: flex;
      flex-direction: row;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
      width: 100%;
    }
    .botao-agendar {
      margin-top: 30pt;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 15px 10px;
      height: 72px;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      background-color: #876F22;
      color: #F4F4F4;
      border-radius: 5px;
      transition: background-color 0.3s ease;
      word-break: break-word;
    
      width: 100%;         /* ocupa largura total disponível */
      max-width: 320px;    /* limita para não ficar exagerado */
      justify-content: center; /* centraliza o conteúdo dentro do botão */
    }


   
.icone-whatsapp,
.icone-insta {
  width: 36px;
  height: 36px;
  border-radius: 50%;           /* garante o círculo */
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;      /* traço branco */
  color: white;                 /* ícone branco */
  font-size: 18px;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0;                   /* remove espaçamento interno que distorce */
}
    
    .icone-whatsapp img,
    .icone-insta img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

  /* Container principal da seção inicial */
 
 
 
 .Duvidas-mobile{
  display: none;
 }
  @media (max-width: 768px){ .Duvidas-mobile {
    display: block;
    justify-content: space-between;
    padding: 00px;
  }}
 
 
 
  .Duvidas {
  display: none;
}
  
 @media (min-width: 768px){ .Duvidas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 00px;
  }}


  .faq-section {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: 'Raleway', sans-serif;
}

.faq-section h1 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2em;
 
}

.faq-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
  padding: 15px 10px;
  color: #444;
  cursor: pointer;
  transition: color 0.3s ease;
  position: relative;
  padding-right: 30px;
}

.faq-question::after {
  content: ">";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  font-size: 1.2em;
  color: #998976;
}
/* Quando a resposta está visível, adicionamos classe ativa no botão */
.faq-question.active::after {
  transform: translateY(-50%) rotate(90deg); /* gira para baixo */
}

.faq-question:hover {
  color: #998976;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  background-color: #f9f9f9;
  padding: 0 10px;
}

.faq-answer p {
  padding: 15px 0;
  margin: 0;
  color: #333;
}
  
  .coluna-esquerda {
    display: flex;
    flex-direction: column;
    width: 60%;
  }
  
  .logo-desktop,
  .texto-container,
  .gabi-desktop,
  .gabi-mobile {
    width: 100%;
  }
  
  .logo-desktop {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
  }
  
  .logo-desktop img {
    max-width: 450px;
    width: 100%;
    height: auto;
    opacity: 0.8;
  }
  @media (max-width: 767px) {
  .logo-desktop {
    display: none !important; /* oculta o logo no mobile */
  }
}
  .texto-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    margin-top: 0;
    padding-top: 0;
  }
  
  .gabi-desktop,
  .gabi-mobile {
    display: block;
  }
  
  /* Mobile: oculta desktop */
  @media (max-width: 767px) {
    .gabi-desktop {
      display: none;
    }
  }
  
  /* Desktop: oculta mobile */
  @media (min-width: 768px) {
    .gabi-mobile {
      display: none;
    }
  }


  /* separa mobile e pc :*/
  /* Começa mostrando só o mobile */
  .main-mobile {
    display: block;
  }
  
  .main-desktop {
    display: none;
  }
  
  /* A partir de 768px (desktop), inverte */
  @media (min-width: 768px) {
    .main-mobile {
      display: none;
    }
  
    .main-desktop {
      display: block;
  }
}
  /* Sempre esconder main-desktop no mobile */
@media (max-width: 767px) {
  .main-desktop {
    display: none !important;
  }
}

/* Sempre esconder main-mobile no desktop */
@media (min-width: 768px) {
  .main-mobile {
    display: none !important;
  }
}


  /* DESKTOP */
  @media (min-width: 768px) {
    .bloco-inicial {
      flex-direction: row;
      align-items: stretch;
    }
  
    .coluna-esquerda {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 60%;
    }
  
    .gabi-desktop {
      width: 40%;
      display: flex;
      align-items: stretch;
    }
  
    .gabi-desktop img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
  }
  
  /* MOBILE */
 @media (max-width: 767px) {
  body, html {
    margin: 0;
    padding: 0;
  }

  .main-mobile .bloco-inicial {
    margin: 0;
    padding: 0;
  }

    .gabi-mobile {
    position: relative;
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .gabi-mobile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 80px; /* altura do degradê */
    width: 100%;
    background: linear-gradient(to bottom, rgba(244, 244, 244, 1), rgba(244, 244, 244, 0));
    z-index: 2;
    pointer-events: none;
  }

  .gabi-mobile img {
    width: 100vw;
    max-width: 100vw;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
  }

  /* Espaçamentos uniformes no topo */
  .texto-container.texto-topo {
    padding-top: 10px;
    text-align: center;
  }

  .texto-container.texto-topo h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #7a5b3e;
    font-size: 1.6em;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .texto-container.texto-topo .titulo-sub {
    font-family: 'Montserrat', sans-serif;
    color: #b68e3a;
    font-size: 1em;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .texto-container.texto-topo .slogan {
    font-family: 'Dancing Script', cursive;
    font-size: 1.4em;
    color: #422e01;
    margin: 0 0 15px 0;
  }

  .texto-container.texto-inferior {
    padding: 20px 15px 0 15px;
    text-align: center;
  }

  .texto-container.texto-inferior h3 {
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin: 10px 0 10px 0;
  }

  .grupo-botoes {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
  }

  .botao-agendar {
    font-size: 16px;
    padding: 12px;
  }
}

  
/* ====== Área de Atuação ====== */
.area-atuacao {
  background-color:  #876F22; /* Cor invertida (um marrom escuro) */
  color: #fff; /* Fonte clara */
  padding:50px 20px; 
  text-align: center;


}

.area-atuacao-conteudo {
  border: 2px solid white;       /* borda branca */
  border-radius: 20px;           /* bordas arredondadas */
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;                /* centraliza o conteúdo */
  text-align: center;            /* centraliza o texto e imagens */
}

.container-area-atuacao {
  display: flex;
  flex-wrap: wrap;              /* permite quebrar linha */
  justify-content: center;      /* centraliza horizontalmente */
  align-items: flex-start;      /* alinha os itens ao topo */
  gap: 20px;                    /* espaço entre os blocos */
  max-width: 1200px;
  margin: 0 auto;               /* centraliza o container */
  padding: 40px 20px;
  text-align: center;
}

.container-area-atuacao .item {
  flex: 1 1 calc(20% - 20px);   /* até 5 por linha no desktop */
  max-width: calc(20% - 20px);
    background: none;
  border: none;
  padding: 10px;
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.container-area-atuacao .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.container-area-atuacao .item img {
  display: block;
  margin: 0 auto;               /* centraliza horizontalmente */
  width: 100%;
  max-width: 90px;              /* tamanho máximo da imagem */
  height: auto;
}

.container-area-atuacao .item p {
  font-size: 1rem;
  font-weight: 500;
  color: white;
  margin: 0;
}

/* MOBILE — até 2 por linha */
@media (max-width: 768px) {
  .container-area-atuacao .item {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}


.area-atuacao h2 {
  font-size: 2.5em;
  color: #fff; /* Fonte clara */
  margin-bottom: 30px;
}

.area-atuacao ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.area-atuacao li {
  margin: 10px 0;
  font-size: 1.4em;
}

/* ====== Depoimentos ====== */
.depoimentos {
  background-color: #fcfce0ac; /* Retorna ao fundo bege */
  padding: 50px 20px;
  text-align: center;
}

.depoimentos h2 {
  font-size: 2.5em;
  margin-bottom: 30px;
}

.depoimento {
  max-width: 600px;
  margin: 0 auto;
}

.depoimento p {
  font-size: 1.3em;
  font-style: italic;
  color: #422e01; /* Cor do texto padrão */
}
.fonte-doctoralia {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  color: #7f7f7f; /* cinzinha suave */
  font-family: 'Montserrat', sans-serif;
}

.indicadores {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.indicador {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc; /* bolinhas apagadas */
  transition: background-color 0.3s ease;
}

.indicador.ativo {
  background-color: #876F22; /* bolinha ativa com a cor do seu site */
}

.fonte-doctoralia a {
  color: #876F22; /* mesma cor do seu site */
  text-decoration: none;
  font-weight: bold;
}

.fonte-doctoralia a:hover {
  text-decoration: underline;
}






  
    body {
      max-width: 100%;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    overflow-x: hidden; /* Adiciona esta linha */
    transform: scale(1);
}

@media (max-width: 767px) {
  header {
    
    padding: 110px 20px 30px 20px;
  }
  
}

  @media (min-width: 767px) {
  header {
    padding: 50px 0; /* Ajustei o padding para 0 horizontalmente */
  }}

header {

    background-image: linear-gradient(to bottom, transparent 50%, #fcfce0ac 50%), url("rapeseed-crop-1356w.webp");
    background-position: center;
    background-size: cover;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-family: Arial, Helvetica;
    max-width: 100%;

}
.header-container {
    width: 100%; /* Defina a largura do container */
    margin: 0pt; /* Centraliza o container */
    position: relative; /* Adicione esta linha */
    max-width: 100%;
}
header h1 {
    font-family: 'simplifica';
    font-weight: lighter;
    margin-top: 10px;
    font-size: 3em;
    text-align: center;
    color:#ffffff;
    max-width: 100%;
}   
header h2 {
    font-family: Dancing Script, cursive;
    margin-top: 10px;
    font-weight: 300;
    font-size: 3em;
    text-align: center;
    color:#ffffff;
    max-width: 100%;
}   
.separador {
    width: 30%; /* Largura do traço (ajuste conforme necessário) */
    height: 2px; /* Espessura do traço (ajuste conforme necessário) */
    background-color: #fff; /* Cor do traço: branco */
    border: none; /* Remove a borda padrão do <hr> */
    margin: 20px auto; /* Adiciona margem acima e abaixo e centraliza o traço */
    max-width: 100%;
  }

h1, h2 {
    text-align: center;
}


h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold; /* Define o texto como negrito */
  color:#876F22
}
h2.titulo-sub {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #b68e3a; /* Dourado médio, como na imagem */
  text-align: center;
  margin-top: -10px;
}
h2.slogan {
  font-family: 'Dancing Script', cursive;
  font-weight: 400;
  font-size: 1.8em;
  color: #422e01;
  text-align: center;
  margin-top: -5px;
}



*, *::before, *::after {
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  overflow-x: hidden;
}
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  max-width: 100vw;
}

*, *::before, *::after {
  box-sizing: border-box;
}

img, video, iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  word-break: break-word;
}

@media (max-width: 767px) {
  header {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .container-flex {
    margin-top: 0;
    padding-top: 0;
  }

  .bloco-imagem {
    margin-top: 0 !important; /* força remover o espaço extra */
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .bloco-imagem img {
    width: 100%;
    height: 300px; /* Ajuste conforme a altura desejada do recorte */
    object-fit: cover;
    object-position: center;
    position: static; /* Garante que não esteja com 'absolute' */
  }

  .bloco-imagem {
    height: 300px; /* Define a altura do container */
    overflow: hidden;
  }
}
