@import url('https://fonts.googleapis.com/css2?family=Allison&family=Pacifico&family=Roboto&display=swap');

/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* TOPO */
.topo {
  background-color: #532A00;
  padding: 25px 0;
  min-height: 100px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  position: sticky;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.topoLogo {
  display: flex;
  align-items: center;
}

.topoLogo img {
  height: auto;
  max-height: 70px;
}

.topoMenu {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  flex-wrap: wrap;
}

.topoMenu li a {
  color: white;
  font-weight: bold;
  padding: 5px 0;
  border-bottom: 2px solid transparent;
  transition: color 0.3s, border-bottom 0.3s;
}

.topoMenu li a:hover {
  color: #f9b233;
  border-bottom: 2px solid #f9b233;
}

/* TÍTULO PRODUTOS */
.produtosTopo {
  background-color: #c65c00;
  padding: 2rem 0;
  text-align: center;
  box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, 0.3);
}

.produtosTopo h1 {
  font-family: 'Pacifico', cursive;
  font-size: 3rem;
  color: white;
  letter-spacing: 2px;
}

/* CARROSSEL */
.carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 500px;
  border-bottom: 5px solid #c65c00;
}

.slide {
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.slide.active {
  display: block;
  position: relative;
}

.slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}

.banner-content {
  position: absolute;
  top: 30%;
  left: 10%;
  color: white;
  z-index: 2;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
}

.banner-content h1 {
  font-family: 'Pacifico', cursive;
  font-size: 3rem;
  animation: slideDown 1s ease-out forwards;
}

.banner-content p {
  font-size: 1.2rem;
  margin-top: 10px;
  animation: fadeIn 2s ease-in forwards;
}

.banner-content .botao {
  display: inline-block;
  margin-top: 20px;
  background-color: #c65c00;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.banner-content .botao:hover {
  background-color: #a54600;
  transform: scale(1.03);
}

/* Botões do carrossel */
.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.5);
  color: white;
  border: none;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  z-index: 2;
  transition: background 0.3s;
}

.prev:hover,
.next:hover {
  background-color: rgba(0,0,0,0.7);
}

.prev { left: 10px; }
.next { right: 10px; }

.carousel-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
}

.carousel-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: background 0.3s;
}

.carousel-dots .dot.active {
  background: #fff;
}

/* Animações */
@keyframes slideDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Rodapé */
.rodape {
  background-color: #222;
  color: #ccc;
  padding: 3rem 0;
  box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.4);
}

.rodape .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rodapeItem {
  flex: 1 1 180px;
  margin-bottom: 1rem;
}

.rodapeItem h3 {
  color: white;
  margin-bottom: 0.8rem;
}

.rodapeItem a {
  display: block;
  color: #ccc;
  margin-bottom: 0.5rem;
}

.rodapeItem a:hover {
  color: white;
}

.rodapeLogo img {
  max-height: 60px;
}

.rodapeCopy {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #999;
}

/* História */
.historia {
  background-color: #dcdcdc;
  padding: 60px 20px;
  font-family: 'Roboto', sans-serif;
}

.historia-container {
  text-align: center;
}

.historia h2 {
  font-family: 'Pacifico', cursive;
  font-size: 2.5rem;
  color: #532A00;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.05);
}

.titulo-manuscrito {
  font-family: 'Allison', cursive;
  font-size: 3.625rem;
  color: #532A00;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  text-shadow: 0.5px 0.5px 1px rgba(0,0,0,0.1);
}

.historia p {
  max-width: 900px;
  margin: 0 auto 20px auto;
  line-height: 1.7;
  font-size: 1.05rem;
  color: #444;
}

.historia-img {
  max-width: 280px;
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto 0 auto;
  filter: drop-shadow(2px 6px 6px rgba(0, 0, 0, 0.2));
}

/* Responsivo */
[id] {
  scroll-margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .historia h2 {
    font-size: 2rem;
  }

  .titulo-manuscrito {
    font-size: 1.8rem;
  }

  .historia p {
    font-size: 1rem;
    padding: 0 15px;
  }
}

/* PRODUTOS - ABAS */
.abas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 1.5rem;
}

.aba {
  background-color: white;
  color: #532A00;
  border: 2px solid #532A00;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Roboto', sans-serif;
}

.aba:hover {
  background-color: #f9b233;
  color: white;
  border-color: #f9b233;
}

.aba.ativa {
  background-color: #532A00;
  color: white;
  border-color: #532A00;
}

/* CONTEÚDO DAS ABAS */
.conteudos {
  margin-top: 40px;
}

.conteudo {
  display: none;
  padding: 60px 20px;
  color: white;
  text-align: center;
  border-top: 4px solid white;
  border-bottom: 4px solid white;
}

.conteudo.ativo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.conteudo .texto {
  max-width: 500px;
  flex: 1 1 300px;
  text-align: left;
}

.conteudo h2 {
  font-family: 'Pacifico', cursive;
  font-size: 2.2rem;
  margin-bottom: 15px;
  color: white;
}

.conteudo p {
  font-size: 1.1rem;
  line-height: 1.7;
}

.conteudo img {
  width: 280px;
  height: auto;
  border-radius: 10px;
  box-shadow: 2px 4px 10px rgba(0,0,0,0.2);
  flex: 1 1 280px;
}

/* RESPONSIVO PARA PRODUTOS */
@media screen and (max-width: 768px) {
  .conteudo {
    flex-direction: column;
    text-align: center;
  }

  .conteudo .texto {
    text-align: center;
  }

  .conteudo h2 {
    font-size: 1.8rem;
  }

  .conteudo p {
    font-size: 1rem;
  }
}

.fade-in {
  animation: fadeIn 0.3s ease-in forwards;
}
.fade-out {
  animation: fadeOut 0.3s ease-out forwards;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeOut {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(10px); }
}

/* ESTILO DA PÁGINA PRODUTOS */

.abas {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.aba {
  padding: 10px 20px;
  border: 2px solid #532A00;
  background-color: #fff;
  color: #532A00;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Roboto', sans-serif;
}

.aba.ativa,
.aba:hover {
  background-color: #532A00;
  color: white;
}

.conteudos {
  background-color: #f0f0f0; /* tom cinza claro */
  padding: 3rem 1rem;
}

.conteudo {
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
  background-color: white;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.conteudo.ativo {
  display: flex;
}

.conteudo .texto {
  flex: 1;
  min-width: 280px;
}

.conteudo .texto h2 {
  font-family: 'Pacifico', cursive;
  font-size: 2rem;
  color: #532A00;
  margin-bottom: 1rem;
}

.conteudo .texto p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.conteudo img {
  flex: 1;
  max-width: 350px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}





