* {
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
   
}


body {
    background-color: rgb(217, 198, 165);
    margin: 0PX;
    padding: 0 0 0 0 ;   
    
}

header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 5px 8px 10px #000000;
    font-weight: bold;
}


h1, h2, h3 {
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8);
}

.active {
    text-align: right;
    color: rgba(137, 81, 41, 1);
    text-transform: uppercase;
    border-radius: 23px;
    font-size: 0.9rem;
    padding: 6px 6px;
    transition: .35;
    font-weight: bold;
    background: #f5f5f5;     
      
}



.header .img {
    width: 500px;
    object-fit: cover;
    margin-top: 1px;
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 5px 8px 10px #000000;
}



h1 {
    background:rgb(217, 198, 165);
    color: aliceblue;
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
    font-size: 2em;
    
}

.palavra-animada {
    position: relative;
    height: 1.5em;
    overflow: hidden;
    

    
}

.palavra-animada .lista {
    display: flex;
    flex-direction: column;
    animation: subirPalavras 9s infinite;
    
}

.lista {
    height: 3.2em;
    transition: transform 0.5s ease-in-out;
    color: rgb(130, 57, 4);
    font-weight: bold;
    font-size:larger;
   

  
}

@keyframes subirPalavras {
    0%, 20% { transform: translateY(0); }
    25%, 45% { transform: translateY(-1.2em); }
    50%, 70% { transform: translateY(-2.4em); }
    75%, 95% { transform: translateY(-3.6em); }
    100% { transform: translateY(0); }
}


img {
    width: 100%;
    object-fit: cover;
    margin-top: 1px;
    border-radius: 10px;
    box-shadow: 5px 8px 10px #000000;
}

.sobre-animado {
    text-align: center;
    max-width: 800px;
    margin: 40px auto;
    font-size: 1.4rem;
    color: #62301e;
    background: rgba(255,255,255,0.7);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    padding: 32px 24px;
    opacity: 0;
    transform: scale(0.95) translateY(30px);
    animation: destaqueSobre 1.4s cubic-bezier(.68,-0.55,.27,1.55) forwards;
}

@keyframes destaqueSobre {
    0% {
        opacity: 0;
        transform: scale(0.95) translateY(30px);
        box-shadow: 0 0 0 rgba(0,0,0,0);
    }
    70% {
        opacity: 1;
        transform: scale(1.05) translateY(-8px);
        box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
        box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    }
}

/* Galeria em coluna, imagens ocupando 100% da largura */
.galery .fotos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.galery .fotos img {
    width: 100vw;
    max-width: 100vh;
    height: auto;
    border-radius: 0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    display: block;
    transition: transform 0.4s;
}

/* Efeito de crescimento ao passar o mouse */
.galery .fotos img:hover {
    transform: scale(1.05);
    transition: transform 0.3s;
}

@keyframes balancarImg {
    0%   { transform: rotate(0deg); }
    20%  { transform: rotate(-8deg); }
    40%  { transform: rotate(8deg); }
    60%  { transform: rotate(-6deg); }
    80%  { transform: rotate(6deg); }
    100% { transform: rotate(0deg); }
}
p {
    color: rgb(12, 10, 57);
    font-size: 30px;
    background-color: rgb(217, 198, 165);
    padding: 12px;
    cursor:pointer;
    text-align: center;
    margin: 20px 40px;
    font-family: "Edu NSW ACT Cursive";
    
}


h1 {
    font-size: 36px;
    line-height: 52px;
    width: auto;
    margin: 58px 50px 0 50px;
    text-align: center;
}

h2 {
    font-size: 50px;
    line-height: 52px;
    width: auto;
    margin: 58px 50px 0 50px;
    text-align: center;
}

h3 {
    font-size: 50px;
    line-height: 52px;
    width: auto;
    margin: 58px 50px 0 50px;
    text-align: center;
}

@keyframes load {
    to {
        transform: rotate(360deg);
    }


}

    
/* Estilização especial para a frase de contato */
.frase-contato {
    text-align: center;
    font-size: 2rem;
    font-family: 'Edu NSW ACT Cursive', cursive, sans-serif;
    color: #8d4a2f;
    background: linear-gradient(90deg, #fffbe6 0%, #ffe4d9 100%);
    padding: 28px 18px;
    margin: 40px auto 24px auto;
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(140, 60, 20, 0.10);
    letter-spacing: 1px;
    font-weight: 600;
    border: 2px solid #f3e7ff;
    max-width: 700px;
    animation: fraseContatoAnimada 1.2s cubic-bezier(.68,-0.55,.27,1.55) forwards;
    opacity: 0;
}

@keyframes fraseContatoAnimada {
    0% {
        opacity: 0;
        transform: scale(0.95) translateY(30px);
        box-shadow: 0 0 0 rgba(0,0,0,0);
    }
    70% {
        opacity: 1;
        transform: scale(1.05) translateY(-8px);
        box-shadow: 0 8px 32px rgba(130, 80, 55, 0.15);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
        box-shadow: 0 4px 16px rgba(140, 60, 20, 0.12);
    }
}

h3 {
     font-size: 50px;
    line-height: 52px;
    width: auto;
    margin: 58px 50px 0 50px;
    text-align: center;
}


.slider {
      width: 100%;
      overflow: hidden; /* esconde o que passar da área */
      position: relative;
    }

.slide-track {
      display: flex;
      width: calc(250px * 15); /* largura = qtd imagens * largura de cada */
      animation: scroll 40s linear infinite;
    }

.card {
      min-width: 20%;
      margin: 0 10px;
    }

.card img {
      width: 100%;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.5);
    }



@keyframes scroll {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-145%); }
    }

    /* pausa animação quando passar o mouse */
.slider:hover .slide-track {
      animation-play-state: paused;
    }
.contato-redes a {
    font-size: 3rem;
    display: inline-block;
    margin: 20px 0;
    text-decoration: none;
    color: #6230e1; /* Cor igual ao Instagram */
}

.contato-redes .fa-whatsapp {
    color: #19ab4e;
}

.contato-redes .fa-instagram {
    color: #E1306C;
}

.contato-redes .fa-envelope {
    color: #3036e1; /* Cor igual ao Instagram */
}


/* Adicione ao styles.css */
.btn-voltar {
    display: block;
    margin: 32px auto 0 auto;
    padding: 12px 28px;
    background: #8d4a2f;
    color: #fff;
    font-size: 1.1rem;
    border-radius: 24px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    transition: background 0.2s, transform 0.2s;
    text-align: center;
    max-width: 260px;
}

.btn-voltar:hover {
    background: #62301e;
    transform: scale(1.05);
}