@font-face {
  font-family: "BebasNeue";
  src: url("fonts/BebasNeue Bold.otf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "BebasNeue";
  src: url("fonts/BebasNeue Book.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "BebasNeue";
  src: url("fonts/BebasNeue Light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "BebasNeue";
  src: url("fonts/BebasNeue Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "BebasNeue";
  src: url("fonts/BebasNeue Thin.otf") format("opentype");
  font-weight: 100;
}
html {
  font-size: 16px;
}

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

header {
  background-color: #000;
  padding: 0.625rem 0;
}
header img {
  width: 7.5rem;
}
@media (max-width: 768px) {
  header img {
    width: 6rem;
  }
}

section article#banner {
  color: #fff;
  min-height: 65.12rem;
  display: flex;
  align-items: center;
  background-image: url("images/capa.jpg");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
section article#banner h1 {
  font-weight: 300;
  color: #fff;
}
section article#banner h1 span {
  background-color: #fff;
  display: block;
  color: #B71923;
  max-width: 26.25rem;
  font-family: "BebasNeue";
  font-weight: 600;
  font-size: 8.625rem;
  margin-top: 1rem;
  padding-top: 1rem;
  line-height: 7rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
section article#banner h4 {
  font-size: 1.5625rem;
  font-weight: 400;
  margin-bottom: 2.125rem;
  margin-top: 2rem;
}
section article#banner h4 b {
  font-weight: 600;
}
section article#banner .price {
  font-weight: 100;
  font-size: 1.75rem;
  margin-bottom: 5rem;
}
section article#banner .price span {
  font-size: 1.625rem;
  font-weight: 300;
  font-style: italic;
  margin-left: -0.5rem;
}
section article#banner .price b {
  margin-top: -0.9375rem;
  display: block;
  font-size: 4.3125rem;
  font-weight: 600;
}
section article#banner .price strong {
  font-weight: 700;
  margin-top: -0.9375rem;
  margin-left: 0.125rem;
  font-size: 1.5rem;
}
section article#banner a {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  border-radius: 1.5625rem;
  color: #B71923;
  text-align: center;
  text-decoration: none;
  transition: ease all 0.2s;
  padding: 0.3125rem 1.5625rem;
  background-color: #fff;
}
section article#banner a:hover {
  opacity: 0.7;
}
@media (max-width: 991px) {
  section article#banner {
    background-image: none;
    text-align: center;
    background-color: #000;
    min-height: auto;
    padding: 2rem 1rem;
  }
  section article#banner h1 {
    font-size: 2rem;
  }
  section article#banner h1 span {
    margin-left: auto;
    margin-right: auto;
  }
  section article#banner h4 {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
  section article#banner .price {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
  section article#banner .price b {
    font-size: 2.5rem;
  }
  section article#banner .price strong {
    font-size: 1rem;
  }
  section article#banner a {
    font-size: 1.25rem;
    padding: 0.75rem 1.5rem;
    width: 100%;
    max-width: 20rem;
  }
}
@media (max-width: 768px) {
  section article#banner h1 p {
    font-size: 5rem;
    line-height: 4.5rem;
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
  }
}
section article#middle {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  padding: 4.375rem 0;
}
section article#middle h3 {
  width: 62.5rem;
  font-weight: 400;
  font-size: 2rem;
  margin: auto;
  max-width: 100%;
}
section article#middle h3:first-child {
  margin-bottom: 2.125rem;
}
section article#middle b {
  font-weight: 600;
}
section article#middle {
  background-image: url("images/textura2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #B71923;
}
@media (max-width: 768px) {
  section article#middle {
    padding: 2.5rem 1rem;
    font-size: 1.25rem;
  }
  section article#middle h3 {
    font-size: 1.125rem;
    width: 100%;
  }
  section article#middle h3:first-child {
    margin-bottom: 1.5rem;
  }
}
section article#produto {
  padding: 7.5rem 0 3.75rem;
  background-image: url("images/livro.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  background-color: #eaeaea;
}
@media (min-width: 2500px) {
  section article#produto {
    background-image: url("images/livro.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -20rem;
    background-color: #eaeaea;
  }
}
section article#produto h2 {
  font-size: 5.25rem;
  font-weight: 600;
  font-family: "BebasNeue";
  color: #B71923;
  margin-bottom: -0.625rem;
}
section article#produto p {
  margin-bottom: 3.125rem;
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 2rem;
  padding-right: 4.375rem;
}
section article#produto .price {
  font-weight: 300;
  font-size: 1.75rem;
}
section article#produto .price span {
  color: #000;
  margin-left: -0.5rem;
  font-size: 1.625rem;
  font-weight: 400;
  font-style: italic;
}
section article#produto .price b {
  margin-top: -0.9375rem;
  display: block;
  font-size: 4.3125rem;
  font-weight: 600;
  margin-bottom: -0.625rem;
  color: #B71923;
}
section article#produto .price strong {
  margin-top: -0.9375rem;
  margin-left: 0.125rem;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.4375rem;
  color: #000;
}
section article#produto .validade {
  font-size: 1.375rem;
  font-weight: 300;
  width: 18.75rem;
  line-height: 1.5625rem;
}
section article#produto a {
  width: 30rem;
  max-width: 100%;
  font-size: 1.6875rem;
  font-weight: 700;
  text-align: center;
  border-radius: 3.125rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: ease all 0.2s;
  padding: 0.9375rem 1.5625rem;
  background-color: #B71923;
  display: block;
  margin: 4.375rem auto 0;
}
section article#produto a:hover {
  opacity: 0.7;
}
@media (min-width: 2500px) {
  section article#produto a {
    margin-top: 9.375rem;
  }
}
@media (max-width: 991px) {
  section article#produto {
    background-image: none;
    padding: 2rem 1rem;
  }
  section article#produto h2 {
    font-size: 2.5rem;
    text-align: center;
  }
  section article#produto p {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-right: 0;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  section article#produto .price {
    font-size: 1.125rem;
    text-align: center;
  }
  section article#produto .price b {
    font-size: 2.5rem;
  }
  section article#produto .price strong {
    font-size: 0.875rem;
  }
  section article#produto .validade {
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
  }
  section article#produto a {
    font-size: 1.125rem;
    padding: 1rem 1.5rem;
    width: 100%;
    max-width: 20rem;
    margin-top: 2rem;
  }
}
section article#bonus {
  display: flex;
  align-items: center;
  min-height: 47.5rem;
  color: #fff;
  background-image: url("images/bonus.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section article#bonus h2 {
  font-size: 5.25rem;
  font-weight: 600;
  font-family: "BebasNeue";
  color: #fff;
  margin-bottom: 1.9375rem;
}
section article#bonus p {
  font-weight: 400;
  font-size: 1.625rem;
  width: 31.25rem;
  max-width: 100%;
}
section article#bonus p b {
  font-weight: 600;
}
section article#bonus a {
  width: 37.5rem;
  max-width: 100%;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  border-radius: 3.125rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: ease all 0.2s;
  padding: 0.9375rem 1.5625rem;
  background-color: #B71923;
  display: block;
  margin: 5.4375rem auto 0;
}
section article#bonus a:hover {
  opacity: 0.7;
}
@media (max-width: 991px) {
  section article#bonus {
    background-image: none;
    background-color: #000;
    min-height: auto;
    padding: 2rem 1rem;
    flex-direction: column;
  }
  section article#bonus h2 {
    font-size: 2.5rem;
    text-align: center;
  }
  section article#bonus p {
    font-size: 1rem;
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  section article#bonus a {
    font-size: 1.125rem;
    padding: 1rem 1.5rem;
    width: 100%;
    max-width: 20rem;
    margin-top: 2rem;
  }
}
section article#muda {
  padding: 4.6875rem 0;
  background-image: url("images/textura.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #2B2828;
}
section article#muda h2 {
  color: #fff;
  font-size: 2.375rem;
  font-weight: 300;
}
section article#muda h2 span {
  display: block;
  font-family: "BebasNeue";
  font-weight: 600;
  font-size: 5.625rem;
  margin-bottom: 3.125rem;
}
section article#muda img {
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  section article#muda img {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 768px) {
  section article#muda {
    padding: 2rem 1rem;
  }
  section article#muda h2 {
    font-size: 1.5rem;
  }
  section article#muda h2 span {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}
section article#mp {
  padding: 6.25rem 0 3.125rem;
  min-height: 53.125rem;
  background-image: url("images/mp.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  background-color: #eaeaea;
}
section article#mp h2 {
  font-size: 5.25rem;
  font-weight: 600;
  font-family: "BebasNeue";
  color: #B71923;
  margin-bottom: 0.625rem;
  line-height: 5rem;
}
section article#mp h4 {
  font-weight: 600;
  font-size: 1.875rem;
}
section article#mp ul {
  margin-top: 1.0625rem;
}
section article#mp ul li {
  margin-bottom: 1.875rem;
  font-weight: 400;
  font-size: 1.5rem;
  padding-right: 4.375rem;
}
section article#mp .disclaimer {
  margin-top: 3.125rem;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.5625rem;
  font-style: italic;
}
@media (max-width: 991px) {
  section article#mp {
    background-image: none;
  }
}
section article#subestimado {
  padding: 4.375rem 0;
  background-color: #B62323;
  color: #fff;
}
section article#subestimado img {
  position: relative;
  z-index: -1;
  margin-top: -3.125rem;
}
section article#subestimado h2 {
  font-size: 5.25rem;
  font-weight: 600;
  font-family: "BebasNeue";
  margin-bottom: 0.625rem;
  line-height: 5rem;
}
@media (max-width: 768px) {
  section article#subestimado h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
  }
}
@media (max-width: 568px) {
  section article#subestimado h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
section article#subestimado h4 {
  font-weight: 400;
}
@media (max-width: 768px) {
  section article#subestimado h4 {
    font-size: 1.125rem;
    text-align: center;
  }
}
section article#subestimado h4 b {
  font-weight: 600;
}
section article#subestimado .price {
  font-weight: 300;
  font-size: 2.3125rem;
}
@media (max-width: 768px) {
  section article#subestimado .price {
    font-size: 1.25rem;
    text-align: center;
  }
}
section article#subestimado .price span {
  font-weight: 300;
  margin-bottom: -0.625rem;
  display: block;
  font-style: italic;
}
section article#subestimado .price b {
  margin-top: 0;
  font-size: 6.25rem;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 768px) {
  section article#subestimado .price b {
    font-size: 3rem;
  }
}
@media (max-width: 568px) {
  section article#subestimado .price b {
    font-size: 2.5rem;
  }
}
section article#subestimado .price strong {
  margin-top: -0.9375rem;
  font-weight: 700;
  font-size: 1.9375rem;
}
@media (max-width: 768px) {
  section article#subestimado .price strong {
    font-size: 1rem;
  }
}
section article#subestimado a {
  width: 34.375rem;
  max-width: 100%;
  font-size: 1.6875rem;
  font-weight: 700;
  text-align: center;
  border-radius: 3.125rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: ease all 0.2s;
  padding: 0.9375rem 1.5625rem;
  background-color: #000;
  display: block;
  margin: 1rem auto 0;
}
@media (max-width: 768px) {
  section article#subestimado a {
    font-size: 1.125rem;
    padding: 1rem 1.5rem;
    width: 100%;
    max-width: 20rem;
    margin-top: 1.5rem;
  }
}
section article#subestimado a:hover {
  opacity: 0.7;
}

footer {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 300;
  padding: 3.125rem 0;
  background-color: #000;
}
footer img {
  margin-bottom: 1.75rem;
}
@media (max-width: 991px) {
  footer {
    font-size: 1.125rem;
    padding: 2rem 1rem;
  }
}
@media (max-width: 768px) {
  footer {
    font-size: 0.875rem;
    padding: 1.5rem 1rem;
  }
  footer img {
    width: 5rem;
    margin-bottom: 1rem;
  }
}

.text-center {
  text-align: center;
}

.img-responsive {
  max-width: 100%;
  display: block;
  height: auto;
  margin: auto;
}

/*# sourceMappingURL=style.css.map */
