html, body {
 font-family: "Bebas Neue", sans-serif;
  background-color: #FDC5E6;
  font-size: 35px;
  font-weight: 700px;
}

h1 {
  background-color: #FDC5E6;
  font-family: "Concert One", sans-serif;
  font-family: "Great Vibes", serif;
  font-size: 50px;
  font-weight: 400;
  display: flex;
  color: #b62b7c;
}

.container{
  display: flex;
  align-items: center;
}
.container img{
 height: 80px;
 padding-left: 20px;
}

.topo{
  display: flex;
  background-color: #FDC5E6;
  justify-content: space-between;
  position: relative;
}

.menu{
  height: 50px;
  width: 50px;
  display: inline-block;
  background-image: url("menu.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.menuimg{
  padding: 1em;
}

input[type="checkbox"]{
  display: none;
}

.listamenu{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ff5bb9;
  box-shadow: 0 2px 5px black;
  z-index: 1000;
  border-radius: 0 0 20px 20px;
  text-transform: uppercase;
}

.abrirmenu:checked ~ .listamenu{
  display: block;
}

.menulink{
  text-decoration: none;
  color: #cb2a86;
}

.listamenu .menuitem:hover{
  background-color: #b62b7c;
}

.menulink:hover{
  color: white;
  font-weight: 1000px;
}

.inicio{
  background-color: white;
  color: #b62b7c;
  font-size: 40px;
  text-align: center;
  padding: 2.5em 2em;
  margin-bottom: 1em;
  box-shadow: 5px 4px 4px black;
  font-weight: 100;
}

.iniciotitulo{
  font-weight: 700;
  font-size: 50px;
}

.iniciotexto{
  font-weight: 500;
  margin: 1em 0;
}

.pesquisa{
  background-color: transparent;
  border: 1px solid black;
  color: black;
  border-radius: 24px;
  padding: 2em;
  width: 70%;
  font-family: "Concert One", sans-serif;
  font-weight: 700;
  margin: 2em;
}

.pesquisa::placeholder{
  font-size: 30px;
  color: black;
  font-weight: 400;
  text-align: center;
}

.titulo{
  width: 500px;
  display: block;
  margin: 0 auto;
  border-radius: 80px;
  color: #cb2a86;
  background-color: white;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  padding: 0.5em 0;
  box-shadow: 5px 4px 4px gray;
  font-family: "Concert One", sans-serif;
}

.swiper-slide img{
  width: 100%;
  height: auto;
  box-shadow: 5px 4px 4px gray;
}

.swiper-wrapper{
  padding-top: 20px;
}

.swiper{
  margin: 50px;
}

.swiper-pagination-bullet,.swiper-pagination-bullet-active{
  background-color: pink;
}

.swiper-button-prev, .swiper-button-next{
  color: #cb2a86;
}

.swiper-button-prev:hover, .swiper-button-next:hover{
  color: #94195F;
}

.indicacoes{
  background: white;
  flex-direction: row;
  box-shadow: 0px 4px 4px gray;
  border-radius: 10px;
  margin: 1em;
  padding: 1em 1em 1em 3em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-bottom: 80px;
}

.descricao{
  display: flex;
  justify-content: space-between;
  margin-bottom: em;
}

.descricaotitulo{
  color: #b62b7c;
  font-weight: 700;
  display: flex;
  font-size: 60px;
}

.descricaolivro{
  color: #d6308f;
  font-size: 50px;
  margin: 0.5em 0;
  display: flex;
  padding-right: 50px;
}

.descricaotexto{
  font-size: 30px;
  color: black;
  display: flex;
  padding-right: 100px;
  text-align: justify;
  width: 100%;
  font-family: "Shadows Into Light", cursive;
}

.descricaoimg{
  height: 600px;
  width: auto;
  display: flex;
  margin-bottom: 70px;
  border-radius: 30px;
  box-shadow: 10px 10px rgba(0,0,0,0.25);
}

.botoes{
  display: flex;
}

.botoes img{
  width: 40px;
  height: auto;
  margin-left: 10px;
  margin-top: 20px;
}

.saibamais{
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.botao{
  background-color: #ff5bb9;
  padding: 1em;
  display: block;
  margin: 0 auto;
  color: white;
  text-decoration: none;
  border-radius: 200px;
  max-width: 100px;
  box-shado: 0px 4px 4px rgba(0,0,0,0.25);
  width: 100%;
  font-size: 25px;
  text-align: center;
}

.botao:hover{
  background-color: #d14797;
  font-weight: 800;
  font-size: 30px;
}

.logo img{
  width: 125px;
  height: auto;
}

.autor{
  width: 350px;
  margin-top: 90px;
  margin-left: 5px;
  margin-bottom: 90px;
  display: flex;
  justify-content: space-between;
  border-radius: 30px;
  box-shadow: 10px 10px rgba(0,0,0,0.2);
}

.menor{
  width: 200px;
  height: auto;
}

.topicos{
  background: #b62b7c;
  text-align: center;
  padding: 1em 0;
}

.topicostitulo{
  color: #FFF4FA;
  font-weight: 300;
  margin-bottom: 1em;
  font-family: "Concert One", sans-serif;
}

.topicoslista{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.topicositem{
  margin: 2em 0.5em;
}

.topicoslink{
  color: white;
  padding: 1em;
  background-color: #ff5bb9;
  border-radius: 200px;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0px 6px 6px rgba(0,0,0,0.2);
}

.topicoslink:hover{
  background-color: #F834A4;
  font-size: 40px;
  font-weight: 900;
  font-family: "Shadows Into Light", cursive;
}

.contato{
  background-color: white;
  padding: 3em 2em 3em 2em;
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contatotitulo{
  font-size: 50px;
  color:#881457;
  font-family: "Shadows Into Light", cursive;
}

.contatotexto{
  margin: 1em 0;
  color:#881457;
  font-family: "Shadows Into Light", cursive;
}

.contatoemail{
  background-color: transparent;
  border: 1px solid #99799;
  color: rgb(209,206,206),
  border-radius:100px;
  padding: 1em;
  width: 50%;
  font-weight: 700;
  text-align: center;
  font-size: 25px;
}

.contatoemail::placeholder{
  color:  #b62b7c;
  opacity:0.7;
  background: url("email.png") no-repeat 5%;
  background-size: 35px;
  width: 100%;
}

.contato input{
  padding: 0.5rem;
  margin-top: 1rem;
  text-align: center;
  font-size: 30px;
}

.rodape{
  background: #99799;
  padding: 1em;
}

.rodapetitulo{
  width: 500px;
  display: block;
  margin: 0 auto;
  boder-radius: 80px;
  color: black;
  background-color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 0.5em 0;
  box-shadow: 5px 4px 4px gray;
  margin-bottom: 20px;
}

.listarodape{
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 10px;
}

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

.rodapeitem img{
  border-radius: 100px;
  width: 40px;
  height: 40px;
  box-shadow: 5px 4px 4px rgb(97,96,96);
}

.rodapelink{
  color: white;
  text-decoration: none;
  margin-left: 0.6em;
  font-size: 25px;
  text-align: center;
  font-family: "Concert One", sans-serif;
}

@media screen and (min-width: 800px){
  .opcoes{
    display: flex;
    padding-left: 5em;
    gap: 2em;
  }
  .opcoesitem, .opcoeslink{
    border-radius: 100px;
  }
  .opcoesitem{
    padding: 0.5em;
    box-shadow: 5px 4px 4px silver;
  }
  
  .opcoeslink{
    text-decoration: none;
    color: black;
    font-size: 30px;
  }
  
  .opcoesitem:hover, .opcoeslink:hover{
    background-color: #b62b7c;
    font-weight: 1000;
    color: white;
    border-radius: 100px;
  }
  
  .menuimg{
    display: none;
  }
  
  .pc{
    display: none;
  }
  
  .listamenu{
    left: 46%;
  }
}

@media (max)