@import "reset.css";
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  max-width: 100vw;
  height: auto;
  color: #000;
  font-family: "Hedvig Letters Sans", serif;
  font-size: 15px;
  background-color: #E4DCF9;
}

header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 300px;
  margin-bottom: 0px;
  margin-top: 0px;
}
header h1 {
  font-family: "IM Fell DW Pica", serif;
  text-align: center;
  font-style: italic;
  font-weight: 400;
  margin: 20px;
  font-size: 55px;
  text-shadow: #FFF 0px 2px 3px;
}
header h1.title {
  font-size: 70px;
  color: #E4DCF9;
  text-shadow: #330066 0px 2px 3px;
}

h2 {
  font-family: "IM Fell DW Pica", serif;
  text-align: center;
  font-style: italic;
  font-weight: 400;
  margin: 20px;
  margin: 20px;
  font-size: 40px;
}

h3 {
  font-family: "IM Fell DW Pica", serif;
  text-align: center;
  font-style: italic;
  font-weight: 400;
  margin: 20px;
  margin: 15px;
  font-size: 30px;
}

h4 {
  font-family: "Hedvig Letters Sans", serif;
  font-size: 16px;
  text-align: center;
  margin: 20px;
}

p {
  font-family: "Hedvig Letters Sans", serif;
  font-size: 15px;
  text-align: justify;
  margin: 20px 0px;
}

hr {
  width: 25%;
  border-top: 5px dotted #330066;
  border-bottom: none;
  margin: 60px;
}

span.negrito {
  font-weight: bold;
}

span.italico {
  font-style: italic;
}

nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: sticky;
  top: 0;
  overflow: hidden;
  background-color: #330066;
  font-size: 17px;
  width: 100%;
  height: auto;
  padding: 20px;
}

div.navbar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  height: 25px;
}

div.navbar a {
  color: #FFF;
  text-decoration: none;
  text-transform: lowercase;
  font-weight: 500;
  border-radius: 50px;
  margin: 10px;
  padding: 15px;
  transition: 0.9s;
}

div.navbar a:hover {
  color: #330066;
  background-color: #f3f3f3;
  border-radius: 50px;
}

div.index-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 300px;
  background-position: center top;
  background: linear-gradient(rgba(0, 0, 0, 0.4588235294), #330066), url(../imgs/fundotitulo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 70%;
}

div.livros-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 300px;
  background-position: center top;
  background: linear-gradient(rgba(0, 0, 0, 0.4588235294), #330066), url(../imgs/fundotitulo-livros.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

div.servicos-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 300px;
  background-position: center top;
  background: linear-gradient(rgba(0, 0, 0, 0.4588235294), #330066), url(../imgs/fundo-editoriais.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

main.visible {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin: 5px;
  padding: 10px;
  opacity: 0;
  transition: opacity 300ms ease-in;
}

div.container-retangulo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background-color: none;
  width: 750px;
  padding: 20px;
  margin: 50px;
  font-size: 14px;
}

div.container-news {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(rgba(245, 245, 245, 0.4666666667), rgba(210, 180, 240, 0.7411764706)), url(../imgs/envelopes.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 20px;
  margin: 50px;
  font-size: 14px;
}

iframe.newsletter {
  border: none;
  border-radius: 10px;
  width: 90%;
  height: 320px;
  margin: 15px;
}

img.foto-autora {
  border-radius: 100px;
  box-shadow: #330066 1px 1px 3px;
  margin: 25px;
  width: 200px;
  height: 200px;
}

img.logo-pv {
  border-radius: 100px;
  box-shadow: #330066 1px 1px 3px;
  margin: 25px;
  width: 150px;
  height: auto;
}

div.sobre-mim {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 10px;
  margin: 10px;
}
div.sobre-mim p {
  text-align: justify;
}
div.sobre-mim ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  width: 60%;
  padding-top: 25px;
  list-style-type: none;
}
div.sobre-mim ul img {
  border: none;
  width: 30px;
  height: 30px;
}
div.sobre-mim a:hover {
  opacity: 0.5;
}

div.texto-news {
  width: 45%;
  text-align: justify;
}

div.destaques {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 25px;
  border-radius: 10px;
  width: 100%;
  background-color: rgba(245, 245, 245, 0.4666666667);
}

div.destaques-livros {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 25px;
  border-radius: 10px;
  width: 100%;
  background-color: rgba(245, 245, 245, 0.4666666667);
}

div.pagina-livros {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 25px;
  margin-top: 50px;
  border-radius: 10px;
  max-width: 1500px;
  width: 70%;
}

div.pagina-servicos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 25px;
  margin-top: 50px;
  max-width: 1500px;
  width: 70%;
}

ul.botao-compra {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin: 25px;
  list-style-type: none;
  text-transform: lowercase;
}
ul.botao-compra li {
  text-align: center;
  font-weight: 600;
  background-color: #330066;
  border-radius: 10px;
  padding: 10px;
  width: 200px;
  transition: 0.9s;
}
ul.botao-compra li:hover {
  background-color: #FFF;
  opacity: 0.5;
}
ul.botao-compra a {
  color: #FFF;
}
ul.botao-compra a:hover {
  color: #8000ff;
}

div.livro, div.livro-reverso {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: flex;
  flex-direction: row;
  padding: 25px;
}
div.livro img, div.livro-reverso img {
  width: 40%;
  height: auto;
}
div.livro p, div.livro-reverso p {
  margin: 25px;
}

div.servico {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: rgba(245, 245, 245, 0.4666666667);
  padding: 15px;
  margin: auto;
  width: 45%;
  height: 525px;
  border-radius: 10px;
}
div.servico img {
  border-radius: 100px;
  box-shadow: #330066 1px 1px 3px;
  margin: 25px;
  width: 80%;
  height: auto;
}
div.servico .texto-servico {
  text-align: justify;
  width: 80%;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #330066;
  color: #FFF;
  font-size: 13px;
  padding: 25px;
  margin-top: 30px;
  width: 100%;
  min-height: 300px;
}
footer hr {
  border-top: 3px dotted #FFF;
  width: 20%;
  margin: 30px;
}
footer ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  list-style-type: none;
  width: 300px;
}
footer ul img {
  width: 30px;
}
footer ul a:hover {
  opacity: 0.5;
}
footer nav a {
  color: #FFF;
  text-decoration: none;
  text-transform: lowercase;
  font-weight: 500;
  margin: 15px;
}

@media screen and (min-width: 501px) and (max-width: 1050px) {
  body {
    width: 100vw;
  }
  main {
    max-width: 100vw;
    margin: 0px;
    overflow: hidden;
  }
  header {
    width: 100vw;
    max-height: 200px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  div.index-header, div.livros-header, div.servicos-header {
    max-width: 100vw;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  div.container-retangulo {
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 90vw;
    height: auto;
    margin: 20px 0px;
    padding: 0;
    font-size: 15px;
  }
  div.container-retangulo ul.botao-compra {
    margin: 0px;
  }
  div.container-retangulo ul.botao-compra a {
    padding: 0px;
  }
  div.destaques {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 10px;
    max-width: 90vw;
    height: 900px;
  }
  div.livro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    max-width: 100%;
    max-height: auto;
    padding: 25px;
  }
  div.livro img {
    width: 60%;
    height: auto;
  }
  div.livro h4 {
    font-size: 17px;
  }
  div.livro p {
    font-size: 13px;
    margin: 25px;
  }
  div.livro-reverso {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column-reverse;
    max-width: 100%;
    max-height: auto;
    padding: 25px;
  }
  div.livro-reverso img {
    width: 60%;
    height: auto;
  }
  div.livro-reverso h4 {
    font-size: 17px;
  }
  div.livro-reverso p {
    font-size: 13px;
    margin: 25px;
  }
  div.container-news {
    width: 90vw;
    height: auto;
    margin: 30px 0px;
  }
  div.pagina-livros {
    flex-direction: column;
    width: 95vw;
  }
  div.pagina-servicos {
    flex-direction: column;
    width: 95vw;
  }
  div.servico {
    width: 80%;
    height: auto;
    margin: 10px 0px;
  }
  div.servico img {
    width: 50%;
  }
  div.servico .texto-servico h3 {
    font-size: 25px;
  }
  div.servico .texto-servico p {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) {
  body {
    width: 100vw;
  }
  header {
    width: 100%;
    max-height: 200px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  header h1.title {
    font-size: 35px;
  }
  div.index-header, div.livros-header, div.servicos-header {
    max-width: 100%;
  }
  footer {
    width: 100vw;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 25px;
  }
  div.navbar a {
    width: 100%;
    font-size: 13px;
    text-align: center;
    margin: 5px;
    padding: 10px;
    z-index: 1;
  }
  div.container-retangulo {
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 95vw;
    height: auto;
    margin: 20px 0px;
    padding: 0;
    font-size: 14px;
  }
  div.container-retangulo ul.botao-compra {
    margin: 0px;
  }
  div.container-retangulo ul.botao-compra a {
    padding: 0px;
  }
  div.destaques {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 20px;
    border-radius: 10px;
    max-width: 90vw;
    height: 900px;
    background-color: rgba(245, 245, 245, 0.4666666667);
  }
  div.livro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    max-width: 100%;
    max-height: auto;
    padding: 25px;
  }
  div.livro img {
    width: 100%;
    height: auto;
  }
  div.livro h4 {
    font-size: 15px;
  }
  div.livro p {
    font-size: 12px;
    margin: 25px;
  }
  div.livro-reverso {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column-reverse;
    max-width: 100%;
    max-height: auto;
    padding: 25px;
  }
  div.livro-reverso img {
    width: 100%;
    height: auto;
  }
  div.livro-reverso h4 {
    font-size: 15px;
  }
  div.livro-reverso p {
    font-size: 12px;
    margin: 25px;
  }
  ul.botao-compra {
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 15px;
  }
  ul.botao-compra li {
    text-align: center;
    font-weight: 600;
    background-color: #330066;
    border-radius: 10px;
    padding: 10px;
    width: 200px;
    transition: 0.9s;
  }
  ul.botao-compra a {
    padding: 10px;
  }
  div.container-news {
    width: 90vw;
    height: auto;
    margin: 20px 0px;
  }
  div.pagina-livros {
    flex-direction: column;
    width: 90vw;
    margin-top: 25px;
  }
  div.pagina-servicos {
    flex-direction: column;
    width: 90vw;
  }
  div.servico {
    width: 100%;
    height: auto;
    margin: 10px 0px;
  }
  div.servico .texto-servico h3 {
    font-size: 25px;
  }
  div.servico .texto-servico p {
    font-size: 12px;
  }
}

/*# sourceMappingURL=output.css.map */
