.roboto-condensed-regular {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    text-align: center;
    box-sizing: border-box;
    font-family: "Roboto Condensed", sans-serif;
}


body {

    background-image: url('Images/novofundo.JPG');
    background-position: top left;
    background-repeat: round;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
}

header {
    background-color: #4398DC;
    color: white;
    padding: 10px;
    font-size: 1.2em;
    width: 100%;
    transform: scale(1.00);
    transition: 2;
}

header:hover{
    transform: scale(1.05);
    transition: 2;
}

footer{
    background-color: #4398DC;
    color: white;
    padding: 10px;
    font-size: 1.2em;
    width: 100%;
    transform: scale(1.00);
    transition: 2;
}

footer:hover{
    transform: scale(1.05);
    transition: 2;
}
main {
    width: 100%;
}

section {
    display: flex;
    flex-direction: row; 
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    gap: 20px;
    flex-wrap: wrap;
    text-align: center;
}

.preco {
    font-size: 3em;
    color: #406EA3;
    font-weight: 600;
  }
  
  .destaque {
    font-size: 3em; /* maior que o restante */
    font-weight: 1000;
    color: #406EA3; /* opcional */
  }

#introdução {
    max-width: 500px;
    text-align: left;
}

#introdução h1{
    color: black;
    font-size: 1.5em;
    font-weight: 800;
}
#introdução h2{
    padding-top: 20px;
    color: rgb(66, 140, 209);
    font-weight: 1100;
    padding-bottom: 20px;
    text-shadow: 1px 1px 1px rgb(17, 70, 119);
    font-size: 1.8em;
}

#introdução h3{
    color: black;
    font-size: 1.5em;
    font-weight: 50;
}

#introdução p{
    margin-top: 10px;
    color: #515151;
    font-size: 1em;
}

#pastorAustraliano{
    border-radius: 50%;
    /*box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); */
    transform: scale(1.0);
    transition: 0.5s;

}

#pastorAustraliano:hover{
    transform: scale(1.05);
    transition: 0.5s;
}

#video01 h1{
    font-size: 1.3em;
    font-weight: 700;
}

#video01 h2{
    font-size: 1.2em;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
}

#fundoamarelo{
    width: 75%;
}

#copy {
        font-size: 2em;
        text-align: left    ;
}

#copy i{
    color: #1C65B8;
}

#caesegatos {
    width: 75vw;
} 

#provassociais01{
    display: block;
}

#provassociais01 img{
    max-width: 250+px;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}

#provassociais {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding: 40px;
    flex-wrap: wrap; /* para mobile */
}

#provassociais img{
    max-width: 375px;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}

#provassociais img:hover{
    transform: scale(1.02);
    transition: 0.5s;
}


#provassociais h1{
    font-size: 4em;
    color: rgb(73, 132, 134);
    margin: 0;
    padding: 0;

}

#provassociais h2{
    font-size: 4em;
    font-weight: 100;
    margin: 0;
    padding: 0;

}

#provassociais h3{
    font-size: 2em;
    font-weight: 300;
    margin: 0;
    padding: 0;

}

#provassociais p{
    color: rgb(66, 62, 62);
}

#materiaTocantins {
    display: block;
    width: 75vw;
    margin-bottom: 20px;
    color: #414141;
}

#doisvideos video{
    margin: 0   ;
    height: 350px;
}

.riscado {
    text-decoration: line-through;
  }

#atencao {
    display: flex;
    flex-direction: column;
    font-size: 25px;
    width: 70vw;
    align-items: center;
    justify-content: center;
    justify-items: center;
    color: #303030;
}

#atencao img{
    width: 350px;
}



#ofertafinal {
    display: block;
    background-image: linear-gradient(rgba(255, 255, 255, 0.411), rgba(255, 255, 255, 0.842)), 
                      url('Images/Top-10-curiosidades-sobre-caes.jpg');
    background-position: top left;
    background-repeat: repeat;
    background-size: cover; 
    background-blend-mode: lighten;

    width: 50vw;
    height: fit-content;
    border-radius: 50px;
}


#ofertafinal img{
    max-width: 800px;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    transform: translateY(-100px);
    height: 400px;
}

#ofertafinal img:hover{
    transition: 0.5s;
    transform: translateY(-100px) scale(1.1);
}


#ofertafinal h1{
    font-size: 4em;
    color: rgb(43, 85, 87);
    margin: 0;
    padding: 0;

}

#ofertafinal h2{
    font-size: 4em;
    font-weight: 350;
    margin: 0;
    padding: 0;

}

#ofertafinal h3{
    font-size: 2em;
    font-weight: 300;
    margin: 0;
    padding: 0;

}

#ofertafinal p{
    color: rgb(66, 62, 62);
    font-size: 30px;
    margin: 20px;
}
.faq-list {
    max-width: 600px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.pergunta {
    background-color: #68f7df00;
    padding: 15px;
    margin: 5px 0;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    font-size: 20px;
}

.pergunta::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 20px;
    transition: transform 0.3s;
    color: #1C65B8;
    font-size: 30px;

}

.pergunta.ativa::after {
    content: "–";
    color: #1C65B8;
    font-size: 30px;
}

.resposta {
    display: none;
    padding: 10px 15px;
    margin: 0 0 10px 0;
    color: #303030;
    border-left: 6px solid #4CAF50;
    border-radius: 0 0 5px 5px;
    font-size: 20px;
}

.resposta.ativa {
    display: block;
}



img {
    width: auto;
    height: auto;
    align-items: center;
}


button {
    background-color: #40cf2a;
    border-radius: 8px;
    height: 60px;
    font-size: 1.5em;
    padding-left: 25px;
    padding-right: 25px;
    margin: 20px auto; /* Esta linha centraliza */
    display: block;   
    border: none;
    text-align: center;
    color: white;
    font-weight: 600;
    transform: scale(1.00);
    transition: 0.5s;
}


button:hover{
    transform: scale(1.05);
    transition: 0.5s;
    background-color: #4ddb37;
    cursor: pointer;
}

video {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    display: flex;
    margin: 10px auto;
    justify-content: center;
  }
  .preco-riscado {
    position: relative;
    display: inline-block;
    font-size: 3em;
    color: #888;
    font-weight: bold;
  }
  
  .preco-riscado::before,
  .preco-riscado::after {
    content: '';
    position: absolute;
    height: 15px;
    background-color: red;
    width: 0;
    left: 0;
  }
  
  .preco-riscado::before {
    top: 40%;
    transform: rotate(-10deg);
    animation: riscar1 2s infinite alternate;
  }
  
  .preco-riscado::after {
    top: 50%;
    transform: rotate(10deg);
    animation: riscar1 2s infinite alternate;
    animation-delay: 0.1s;
  }
  
  @keyframes riscar1 {
    from { width: 0; }
    to { width: 100%; }
  }
  
  @keyframes riscar2 {
    from { width: 0; }
    to { width: 100%; }
  }
  
  /* Media query deve ficar fora dos @keyframes */
  @media (max-width: 768px) {
  
    section {
      flex-direction: column; /* empilha os elementos */
      padding: 10px;
    }
  
    #introdução {
      max-width: 90%;
      text-align: center;
    }
  
    #introdução h1,
    #introdução h2,
    #introdução h3 {
      font-size: 1.2em;
    }
  
    #introdução p {
      font-size: 0.95em;
    }
  
    img {
      max-width: 100%;
      height: auto;
    }
  
    button {
      width: 80%;
      font-size: 1em;
    }
  
    header {
      font-size: 1em;
    }
  
    video {
      max-width: 90vw;
      height: auto;
    }

    #ofertafinal {
        width: 90vw;
        height: fit-content;
        border-radius: 20px;
        margin-left: 7px;
    }
  }
  