body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow-x: hidden;
}


/* Inicio do container */
.container {
    display: flex;
    justify-content: space-evenly;
    margin: 0;
    width: 100%;
    height: 70vh;
    background: url('img/Imagem-da-biblioteca.png') no-repeat center center;
    background-size: cover;
    padding: 15px 15px 15px 15px;
}

.texto-container {
    font-size: 2.5vh;
    padding: 10vh;
    width: 30%;
}

body > div > div.texto-container > h1{
    font-size: 2.5rem;
    margin-top: 20px;
}
body > div.container > div > h1{
    margin-top: 20px;
}
.texto-container>p:nth-child(2) {
    width: 350px;
}

.pesquisa-container i {
    font-size: 7vh;
}

.pesquisa-container {
    font-size: 2.5vh;
    display: flex;
    align-items: center;
    padding: 7vh;
    width: 30%;
}

#pesquisa-container-place {
    margin-left: 10px;
    border-bottom: black;
    text-decoration: none;
    background-color: transparent;
    border: none;
    height: 40px;
    font-size: 20px;
    /* border-radius: 15px; */
    padding-left: 10px;
    border-bottom: black 2px solid;
}

/* fim do container */


/* inicio dos quadrados azuis */


body>section.quadrados {
    margin-top: 5%;
    height: 200px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: initial;
    gap: 2vh;
}

    ::placeholder{
        font-size: 14px;
        padding-left: 15px;
    }





body > section.quadrados{
   height: fit-content;
   width: 100%;
   display: flex;
   flex-direction: row;
   justify-content: space-evenly;
   flex-wrap: wrap;
   align-items: center;
   gap: 4px;
   margin-top: 2%;
} 

.quadrado{
    background-color: #004FE7;
    width: 300px;
    height: 200px;
    display: inline-block;
    justify-content: center;
    border-radius: 15px;
    box-shadow: -1px 40px 62px -20px rgba(0,0,0,0.34);

}

.quadrado .conteudo-quadrado {
    justify-content: center;
    padding: 65px 50px 50px 50px;
}

.quadrado h1 {
    font-family: Verdana;
    text-align: center;
    color: #ffff;
}

/* Fim dos quadrados azuis */

/* Imagens dos livros */

.books{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
}

.books .books-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.quadrados-livros{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 250px;
    text-align: center;
    background-color: transparent;
    padding: 10px;
    border-radius: 15px;
}
.quadrados-livros:hover{
    box-shadow: -1px -2px 46px -1px rgba(28, 13, 240, 0.201);
    transition: 1s;
}

.livros-box{
    width: 200px;
    height: 200px;
}



/* 

*/

  .bibliotecaria {
      display: flex;
      width: 90%;
      height: 18.75rem;
      border-radius: 15px;
      justify-content: center;
      align-items: center;
  }

  .oposta {
      background-image: url(img/image3.png);
      width: 50%;
      height: 18.75rem;
      background-repeat: no-repeat;
      background-size: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
box-shadow: 0px 28px 44px -10px rgba(0, 0, 0, 0.32);

  }

  .direita {
    justify-content: space-evenly;
    align-items: center;
    display: flex;
    flex-direction: column;
    background-color: #004FE7;
    width: 50%;
    position: relative;
    height: 18.75rem;
    padding: 40px 40px 40px 40px;
    text-align: center;
    color: white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 28px 44px -10px rgba(0,0,0,0.32);


  }

  #biblioteca > div > div.direita > h4{
    font-weight: 500;
  }

  

  /* 
        .direita h1 {
            color: white;
            text-align: center;
            font-family: Verdana;
            padding: 2%;
        } */



  .text-bibliotecaria {
      width: 600px;
      height: 300px;
      display: inline-block;
  }



  .text {
      background-color: #004FE7;
      width: 600px;
      height: 100%;
      display: inline-block;
      height: 100%;
      justify-content: center;
      color: white;
  }

  .patrocinadores {
    /* margin-top: 150px; */
    width: 100%;
    height: 370px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

body>section.patrocinadores>div {
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}



#biblioteca{
    display: flex;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 35px;
    animation: GFG 5s linear infinite;
    
}

/* 
 */

 @keyframes GFG {
    0%{
        transform: rotate(0deg) translateX(10px) rotate(0deg)
    }
    100%{
        transform: rotate(-360deg) translateX(10px) rotate(360deg);
    }
 }


 @media only screen and (max-width: 717px) {
    /* Primeiro banner */
    body > div.container{
        display: flex;
        flex-direction: column;
        height: fit-content;
        text-align: center;
        justify-content: center;
        width: 100vw;
    }

    

    body > div.container > div.texto-container{
        width: fit-content;
        padding: 0px 0px 0px 0px;
    }

    .texto-container>p:nth-child(2) {
    width: 100%;
    padding: 15px 15px 15px 15px;
}

    body > div.books{
        display: flex;
        flex-direction: column;
    }

    #biblioteca > div{
        display: flex;
        flex-direction: column;
        height: fit-content;
    }

    #biblioteca > div > div.oposta{
        width: 80%;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 0px;
    }

    .direita{
        width: 80%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0px;    }

    #biblioteca{
        animation: none;
    }

    /* footer{
        height: 300px;
    } */

    body > div.books > section.patrocinadores{
        display: none;
    }

    body > div.container > div.pesquisa-container > i{
        display: none;
    }
 }