@import url('https://fonts.googleapis.com/css2?family=League+Spartan&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #A30606;
    font-family: 'League Spartan', sans-serif;
}

.logo img {
    width: 54px;
    padding-right: 10px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #A30606;
    margin-bottom: 1rem;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.2rem;
}

a {
    text-decoration: none;
    color: #A30606;
    font-weight: bold;
    font-size: 17px;
}

nav button {
    border-radius: 10px;
    background-color: #FFCE9B;
    width: 5rem;
    border: none;
}

.adote-imagem img {
    width: 140px;
    border-radius: 50%;
    padding-right: 10px;
}

.adote {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    text-align: center;
    justify-content: center;
}

.frase {
    width: 10rem;
    color: #fffffff8;
}

.frase span {
    font-size: 20px;
}

.frase button {
    border-radius: 30px;
    background-color: #FFCE9B;
    width: 90%;
    height: 2rem;
    border: none;
    margin-top: 1rem;
}

.frase a {
    font-size: 20px;
}

.sobre-imagem img{
    width: 8rem;
}

.container {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 2rem;
}

.sobre {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-top: 2rem;
    background-image: url(/img/fundo.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    padding-bottom: 2rem;
    margin-top: 2rem;
}

.sobre-texto {
    width: 10rem;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}

.sobre-titulo {
    color: #FFCE9B;
    font-size: 18px;
    margin-bottom: 1rem;
}

.tampinhas {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: start;
    justify-content: center;
    width: 100%;
    padding: 1rem;
}

.tampinhas h2 {
    color: #FFCE9B;
    font-size: 23px;
    margin-bottom: 0.5rem;
}

.tampinhas p {
    color: #ffffff;
    font-size: 18px;
}

.funcionamento {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: start;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    margin-top: 1rem;
}

.tampinhas-imagem img{
    width: 5rem;
}

.funcionamento h3 {
    color: #FFCE9B;
    font-size: 23px;
    margin-bottom: 0.5rem;
}

.coleta button {
    width: 15rem;
    height: 2.5rem;
    border-radius: 10px;
    border: none;
    background-color: #FFCE9B;
    margin-top: 1.5rem;
}

.coleta a{
    font-size: 20px;
}

.conectado img {
    width: 1.8rem;
}

.conectado h2 {
    color: #FFCE9B;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
}

.contatos, .email {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    gap: 0.5rem;
    padding-left: 0.5rem;
}

.contatos {
    margin-bottom: 0.2rem;
}

.redes-links img {
    width: 3rem;
}

.redes {
    text-align: center;
    color: #FFCE9B;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 0.8rem;
    margin-top: 1rem;
}

.redes-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.direitos {
    text-align: center;
    color: #FFCE9B;
    margin-top: 1rem;
}

.links-footer{
    display: flex;
    gap: 1.5rem;
}

footer {
    background-color: #58050d; /* cor do rodapé, pode ajustar */
    position: relative;
    margin-top: 3rem;
    padding-top: 0;
  }
  
  footer::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #58050d;
    border-top-left-radius: 100% 40px;
    border-top-right-radius: 100% 40px;
    z-index: -1;
  }

.main-centralizar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

.qrcode img {
    width: 10rem;
    border-radius: 10px;
    margin-bottom: 0.5rem;
}

.pix {
    background-color: #FFCE9B;
    width: 19rem;
    border-radius: 30px;
    margin-bottom: 1.5rem;
}

.main-centralizar h1 {
    color: #FFCE9B;
    font-weight: 100;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.pix h2 {
    color: #A30606;
    font-size: 1.4rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 100;
}

.main-centralizar h3 {
    color: #A30606;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    font-weight: 200;
}

.chave {
    background-color: #ffe3c4;
    margin-bottom: 1.5rem;
    width: 12rem;
    height: 2rem;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    color: #A30606;
    font-size: 1.2rem;
}

.linha-divisoria {
    border: none;
    height: 1px;
    background-color: #FFCE9B; 
    margin-bottom: 1rem;
    width: 90%; 
}

.apoiase h2 {
    color: #FFCE9B;
    font-size: 1.5rem;
    font-weight: 100;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.apoiase a {
    color: #A30606;
    font-size: 1.3rem;
}

.apoiase button {
    border: none;
    background-color: #FFCE9B;
    width: 15rem;
    height: 2.5rem;
    border-radius: 30px;
    margin-bottom: 2rem;
    margin-top: 0.5rem;
}

/* Página de Produtos */

.produtos-centralizar{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.produtos-centralizar h1 {
    color: #FFCE9B;
    font-weight: 100;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.produtos-centralizar p {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.produtos-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}
  
.produto-card {
    background-color: #660909;
    border-radius: 10px;
    padding: 0.6rem;
    color: white;
    display: flex;
    align-items: center;
    gap: 1rem;
}
  
.produto-img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
}
  
.produto-info h2 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    color: #FFCE9B;
    text-align: start;
}
  
.produto-info p {
    margin: 0;
    font-size: 1.2rem;
    text-align: start;
}
  
.botao-compra  button{
    background-color: #FFCE9B;
    border: none;
    width: 14rem;
    height: 2.5rem;
    border-radius: 20px;
    margin-bottom: 2rem;
}

.botao-compra a {
    font-size: 1.2rem;
}

/*Adoção*/

.main-adocao{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: start;
    justify-content: center;
}

.requisitos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    gap: 1rem;
}

.main-adocao h1 {
    color: #FFCE9B;
    font-weight: 100;
    font-size: 1.4rem;
}

.requisitos p {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 100;
    line-height: 1.2rem;
}

.requisitos button {
    border: none;
    background-color: #FFCE9B;
    width: 12rem;
    height: 2.3rem;
    border-radius: 30px;
    margin-top: 1rem;
}

.requisitos a {
    font-size: 1.2rem;
}

.adocao-container h2{
    color: #FFCE9B;
    font-weight: 100;
    font-size: 1.5rem;
    margin-top: 2.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

/* Animais - Container dos cards */
.disponiveis {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
  
.animal-card {
    background-color: transparent; 
    border-radius: 12px;
    overflow: hidden;
    width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
  
.animal-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
  
/* Caixa do texto */
.animal-info {
    background-color: #670000; 
    color: #fff;
    padding: 0.4rem 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
}
  
.animal-info h3,
.animal-info p {
    margin: 0;
    font-size: 1.2rem;
}

.adocao-container button {
    margin-top: 2rem;
    margin-bottom: 3rem;
    border: none;
    background-color: #FFCE9B;
    width: 13rem;
    height: 2.5rem;
    border-radius: 30px;
}

.adocao-container a {
    font-size: 1.3rem;
}
  
.adocao-container {
    text-align: center;
}


  /* Estilo tablets */

  @media (min-width: 600px) and (max-width: 1024px) {
    
    .logo img {
        width: 6rem;
        margin-left: 1rem;
    }
    
    nav {
        gap: 2rem;
        margin-right: 2rem;
    }

    a {
        font-size: 1.5rem;
    }
    
    nav button {
        border-radius: 20px;
        width: 8rem;
        height: 2.5rem;
    }

    .adote-imagem img {
        width: 15rem;
    }
        
    .frase {
        width: 20rem;
        font-size: 28px;
    }
    
    .frase span {
        font-size: 28px;
    }
    
    .frase button {
        height: 2.5rem;
        margin-top: 1rem;
        width: 15rem;
    }
    
    .frase a {
        font-size: 25px;
    }

    .sobre-imagem img{
        width: 12rem;
    }
    
    .container {
        gap: 3rem;
    }
    
    .sobre {
        padding-bottom: 4rem;
        margin-top: 2rem;
        padding-top: 3rem;
    }
    
    .sobre-texto {
        width: 15rem;
        font-size: 25px;
    }
    
    .sobre-titulo {
        font-size: 25px;
    }
    
    .tampinhas h2 {
        font-size: 30px;
    }
    
    .tampinhas p {
        color: #ffffff;
        font-size: 28px;
    }
    
    .funcionamento {
        gap: 2rem;
        align-items: start;
    }
    
    .tampinhas-imagem img{
        width: 10rem;
    }
    
    .funcionamento h3 {
        font-size: 30px;
        margin-bottom: 0.5rem;
    }
    
    .coleta button {
        width: 19rem;
        height: 3rem;
        border-radius: 30px;
        margin-bottom: 1rem;
    }
    
    .coleta a{
        font-size: 28px;
    }

    .conectado img {
        width: 2.5rem;
    }
    
    .conectado h2 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .contatos, .email {
        font-size: 20px;
        gap: 1rem;
        padding-left: 1rem;
    }
    
    .contatos {
        margin-bottom: 0.5rem;
    }
    
    .redes-links img {
        width: 3rem;
    }
    
    .redes {
        font-size: 1.3rem;
        margin-top: 1.5rem;
    }
    
    .links-footer {
        gap: 3rem;
    }

    .links-footer img {
        width: 3.5rem;
    }
    
    .direitos {
        margin-top: 1rem;
        font-size: 1.5rem;
    }

    /*Doação*/
    
    .qrcode img {
        width: 20rem;
        border-radius: 20px;
        margin-bottom: 0.5rem;
    }
    
    .pix {
        width: 30rem;
        border-radius: 30px;
    }
    
    .main-centralizar h1 {
        font-weight: bold;
        font-size: 3rem;
    }
    
    .pix h2 {
        font-size: 2.4rem;
        font-weight: bold;
    }
    
    .main-centralizar h3 {
        font-size: 2.3rem;
        font-weight: bold;
    }
    
    .chave {
        width: 20rem;
        height: 3rem;
        border-radius: 30px;
        font-size: 2rem;
    }
    
    .linha-divisoria {
        margin-bottom: 1rem;
        margin-top: 0.5rem;
        width: 60%; 
    }
    
    .apoiase h2 {
        font-size: 3rem;
        font-weight: bold;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    
    .apoiase a {
        font-size: 2rem;
    }
    
    .apoiase button {
        width: 22rem;
        height: 3.5rem;
        margin-bottom: 3rem;
        margin-top: 1rem;
    }

    /* Produtos */

    .produtos-centralizar h1 {
        font-size: 3rem;
    }
    
    .produtos-centralizar p {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .produtos-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        margin-bottom: 2rem;
    }
      
    .produto-card {
        padding: 1rem;
    }
      
    .produto-img {
        width: 150px;
        height: 150px;
    }
      
    .produto-info h2 {
        margin-bottom: 1rem;
        font-size: 2rem;
    }
      
    .produto-info p {
        margin: 0;
        font-size: 1.7rem;
    }
      
    .botao-compra  button{
        width: 22rem;
        height: 3.5rem;
        border-radius: 20px;
        margin-bottom: 3rem;
        margin-top: 1rem;
    }
    
    .botao-compra a {
        font-size: 2rem;
    }
       
    /*Adoção*/

    .requisitos {
        width: 90%;
        gap: 1rem;
    }

    .main-adocao h1 {
        font-size: 2rem;
    }

    .requisitos p {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .requisitos button {
        width: 20rem;
        height: 3.3rem;
    }

    .requisitos a {
        font-size: 1.8rem;
    }

    .adocao-container h2{
        font-size: 2.3rem;
        margin-bottom: 1.8rem;
    }

    .animal-card {
        width: 230px;
    }
  
    .animal-img {
        width: 100%;
        height: 100%;
    }
  
    /* Caixa do texto */
  
    .animal-info h3,
    .animal-info p {
        font-size: 1.8rem;
    }

    .adocao-container button {
        margin-top: 3rem;
        margin-bottom: 4rem;
        width: 21rem;
        height: 3.5rem;
        border-radius: 30px;
    }

    .adocao-container a {
        font-size: 2rem;
    }     
  }

  /* Estilo desktop */

@media screen and (min-width: 1025px) {
    
    .logo img {
        width: 70px;
        margin-left: 2rem;        
    }
    
    header {
        margin-bottom: 2rem;
    }
    
    nav {
        gap: 2rem;
        margin-right: 2rem;
    }
    
    a {
        font-size: 22px;
    }
    
    nav button {
        border-radius: 30px;
        width: 8rem;
    }

    .adote-imagem img {
        width: 250px;
    }
    
    .adote {
        gap: 2rem;
    }
    
    .frase {
        width: 20rem;
        font-size: 28px;
    }
    
    .frase span {
        font-size: 28px;
    }
    
    .frase button {
        width: 70%;
        height: 2.5rem;
    }
    
    .frase a {
        font-size: 22px;
    }

    .sobre-imagem img {
        width: 13rem;
    }
    
    .container {
        gap: 2rem;
    }
    
    .sobre {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
        margin-top: 5rem;
        background-size: 100% 100%;
    }
    
    .sobre-texto {
        width: 15rem;
        font-size: 25px;
    }
    
    .sobre-titulo {
        font-size: 25px;
        margin-bottom: 1.5rem;
    }

    .tampinhas {
        padding: 1rem;
        width: 60%;
        margin: auto;
        margin-top: 2rem;
    }
    
    .tampinhas h2 {
        font-size: 30px;
    }
    
    .tampinhas p {
        font-size: 25px;
    }
    
    .funcionamento {
        gap: 2rem;
    }
    
    .tampinhas-imagem img{
        width: 7rem;
    }
    
    .funcionamento h3 {
        font-size: 30px;
    }
    
    .coleta button {
        width: 17rem;
        height: 2.8rem;
        border-radius: 30px;
    }
    
    .coleta a{
        font-size: 25px;
    }

    .conectado img {
        width: 2.5rem;
    }
    
    .conectado h2 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
        text-align: start;
    }
    
    .contatos, .email {
        font-size: 20px;
        gap: 1rem;
        width: 100%;
        padding-left: 0;
    }
    
    .contatos {
        margin-bottom: 0.5rem;
    }
    
    .redes {
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
        margin-top: 0;
        padding-top: 0;
        gap: 0;
    }
    
    .redes-links {
        gap: 0rem;
        display: flex;
        flex-direction: column;
        padding-bottom: 2.5rem;
    }
    
    .direitos {
        margin-top: 1.5rem;
        font-size: 1.3rem;
    }
    
    
    footer {
        background-color: #58050d; /* cor do rodapé, pode ajustar */
        position: relative;
        margin-top: 3rem;
        padding-top: 0;
    }
      

    .container-footer {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 20rem;
    }

    .links-footer {
        gap: 3rem;
    }

    /* Doação */
    
    .qrcode img {
        width: 20rem;
        border-radius: 30px;
    }
    
    .pix {
        width: 30rem;
        margin-bottom: 2.5rem;
    }
    
    .main-centralizar h1 {
        font-weight: bold;
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }
    
    .pix h2 {
        font-size: 2rem;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .main-centralizar h3 {
        font-size: 1.8rem;
        margin-top: 0.5rem;
    }
    
    .chave {
        margin-bottom: 1.5rem;
        width: 14rem;
        height: 2.5rem;
        border-radius: 30px;
        font-size: 1.4rem;
    }
    
    .linha-divisoria {
        margin-bottom: 1rem;
        width: 35%; /* ajuste a largura conforme seu design */
      }
    
    .apoiase h2 {
        font-size: 2.5rem;
        font-weight: bold;
        margin-top: 1.5rem;
        margin-bottom: 0.8rem;
    }
    
    .apoiase a {
        font-size: 2rem;
    }
    
    .apoiase button {
        width: 22rem;
        height: 3rem;
        margin-bottom: 3rem;
        margin-top: 0.5rem;
    }

    /*Produtos*/

    .produtos-centralizar h1 {
        font-size: 3rem;
    }
    
    .produtos-centralizar p {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .produtos-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        margin-bottom: 2rem;
    }
      
    .produto-card {
        padding: 1rem;
    }
      
    .produto-img {
        width: 150px;
        height: 150px;
    }
      
    .produto-info h2 {
        margin-bottom: 1rem;
        font-size: 2rem;
    }
      
    .produto-info p {
        margin: 0;
        font-size: 1.7rem;
    }
      
    .botao-compra  button {
        width: 22rem;
        height: 3.5rem;
        border-radius: 20px;
        margin-bottom: 3rem;
        margin-top: 1rem;
    }
    
    .botao-compra a {
        font-size: 2rem;
    }

    /*Adoção*/


    .requisitos {
        width: 90%;
        gap: 1rem;
    }

    .main-adocao h1 {
        font-size: 2rem;
    }

    .requisitos p {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

    .requisitos button {
        width: 13rem;
        height: 2.8rem;
    }

    .requisitos a {
        font-size: 1.5rem;
    }

    .adocao-container h2{
        font-size: 2rem;
        margin-top: 3rem;
        margin-bottom: 1.5rem;
    }

    .disponiveis {
        grid-template-columns: 1fr 1fr 1fr;
    }
  
    .animal-card {
        width: 200px;
    }
  
    .animal-img {
        width: 100%;
        height: 100%;
    }
  
    .animal-info {
        width: 100%;
        border-radius: 0 0 10px 10px;
    }
  
    .animal-info h3,
    .animal-info p {
        margin: 0;
        font-size: 1.5rem;
    }

    .adocao-container button {
        margin-top: 2.5rem;
        margin-bottom: 3.5rem;
        width: 15rem;
        height: 3rem;
        border-radius: 30px;
    }

    .adocao-container a {
        font-size: 1.5rem;
    }
  }