@import url("https:/fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
}

.banner {
  max-width: 100% !important;
}
.banner img {
  width: 100%;
}

.desconto {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.desconto p {
  width: 90%;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
}
.desconto span {
  font-size: 12px;
  margin-top: 10px;
}
.desconto .desconto--container {
  /* width: 78%; */
  margin: 40px auto 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.desconto .container--item__1 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 237px !important;
  height: 329px;
  margin-right: 20px;
  display: flex;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  margin-bottom: 20px;
}
.desconto .container--item__1 .item--titulo {
  background-image: url(/subhomes/direto/landing/2023/promo-fotos/imagens/descontos/tamanho.png);
  background-repeat: no-repeat;
  width: 237px;
  height: 76px;
  background-position: top;
  background-size: contain;
  display: flex;
  align-items: center;
  font-size: 26px;
  justify-content: center;
}
.item--tamanho {
  align-self: baseline;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  height: 60px;
  width: 70%;
  margin: 18px auto;
  border-bottom: #707070 solid 1px;
}
.item--preco {
  font-weight: 500;
  align-self: baseline;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  height: 60px;
  width: 70%;
  margin: 18px auto;
  border-bottom: #707070 solid 1px;
}
.item--preco b {
  margin: 0 5px;
  font-size: 26px;
}
.item--tamanho.sem-borda,
.item--preco.sem-borda {
  border: none;
}

.desconto .container--item__2 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 237px !important;
  height: 329px;
  margin-right: 20px;
  display: flex;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
}
.desconto .container--item__2 .item--titulo {
  background-image: url(/subhomes/direto/landing/2023/promo-fotos/imagens/descontos/quant-1.png);
  background-repeat: no-repeat;
  width: 237px;
  height: 76px;
  background-position: top;
  background-size: contain;
  display: flex;
  align-items: center;
  color: #ffff;
  font-size: 26px;
  justify-content: center;
}
.desconto .container--item__3 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 237px !important;
  height: 329px;
  margin-right: 20px;
  display: flex;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
}
.desconto .container--item__3 .item--titulo {
  background-image: url(/subhomes/direto/landing/2023/promo-fotos/imagens/descontos/quant-2.png);
  background-repeat: no-repeat;
  width: 237px;
  height: 76px;
  background-position: top;
  background-size: contain;
  display: flex;
  align-items: center;
  color: #ffff;
  font-size: 26px;
  justify-content: center;
}
.desconto .container--item__4 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 237px !important;
  height: 329px;
  margin-right: 20px;
  display: flex;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
}
.desconto .container--item__4 .item--titulo {
  background-image: url(/subhomes/direto/landing/2023/promo-fotos/imagens/descontos/quant-3.png);
  background-repeat: no-repeat;
  width: 237px;
  height: 76px;
  background-position: top;
  background-size: contain;
  display: flex;
  align-items: center;
  font-size: 26px;
  color: #ffff;
  justify-content: center;
}
.desconto .desconto-cta {
  all: unset;
  cursor: pointer;
  color: #ffff;
  background-color: #f3911d;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  width: 200px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 30px;
}

.impressao p {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 314px;
  margin: 30px auto 0;
}

.impressao .texto-cor-gradiente {
  background: linear-gradient(
    90deg,
    hsla(0, 77%, 41%, 1) 29%,
    hsla(37, 93%, 47%, 1) 71%,
    hsla(19, 84%, 53%, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.impressao .impressao-cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.impressao .impressao-card {
  width: 319px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  opacity: 1;
  padding: 16px 10px;
  margin-bottom: 30px;
}
.impressao-card img {
  width: 100%;
}
.impressao-card .card-descricao p {
  color: #ec6321;
  font-weight: 500;
  text-align: left;
}
.impressao-card .card-descricao span {
  background: linear-gradient(
    90deg,
    hsla(0, 77%, 41%, 1) 29%,
    hsla(37, 93%, 47%, 1) 71%,
    hsla(19, 84%, 53%, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.impressao-card .card-descricao .card-texto {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}
.impressao-card .cores-img img {
  width: 172px;
  height: 174px;
}
.tamanhos .tamanhos-titulo {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.tamanhos .tamanhos-slider .tamanho-card {
  box-shadow: 0px 5px 6px #00000029;
  opacity: 1;
  background-color: #f2f2f2;
  border-radius: 20px;
  height: 408px;
  width: 285px !important;
  /* margin-right: 40px !important; */
  margin: 25px auto;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.tamanhos .tamanhos-slider {
  margin-bottom: 40px;
}
.tamanho-card .card-img img {
  width: 130px;
  height: 155px;
  margin-bottom: 23px;
}
.tamanho-card .card-texto {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
.tamanho-card .card-texto .card-titulo {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tamanho-card .card-preco b {
  font-size: 21px;
}
.tamanho-card .card-cta {
  all: unset;
  cursor: pointer;
  color: #ffff;
  background-color: #f3911d;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  width: 165px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
.infos {
  background-color: #f2f2f2;
  padding: 12px;
}
.infos h3 {
  color: #5b5b5f !important;
  font-size: 18px;
  text-align: center;
  width: 298px;
  margin: 10px auto;
}

.infos .infos-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 46px auto 12px;
}
.infos-container .info-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 293px;
}
.infos .infos-container .info-card img {
  width: 35%;
}
.info-card .info-titulo {
  color: #707070;
  font-size: 20px;
  font-weight: 800;
  margin: 14px auto 20px;
}
.info-card .info-texto {
  margin-bottom: 30px;
}
.info-card .info-cta {
  all: unset;
  cursor: pointer;
  color: #ffff;
  background-color: #f3911d;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  width: 183px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
.juridico {
  padding: 16px;
  text-align: center;
}

/* Notebook */

@media (min-width: 1360px) {
  .desconto p {
    font-size: 30px;
  }
  .desconto span {
    font-size: 18px;
  }
  .desconto .desconto-cta {
    font-size: 20px;
    width: 282px;
    /* padding: 20px; */
  }
  .impressao p {
    width: 800px;
    font-size: 30px;
    margin-top: 60px;
  }
  .impressao .impressao-cards {
    width: 1086px !important;
    margin: 30px auto;
  }
  .impressao .impressao-card {
    display: flex !important;
    width: 1000px !important;
    margin: 3px 30px;
  }
  .impressao-card .card-img {
  }
  .impressao-card .card-img img {
    width: 400px;
  }
  .impressao-card .card-descricao {
    width: 600px;
    margin-left: 20px;
  }
  .impressao-card .card-descricao p {
    font-size: 22px;
    width: 400px;
    margin: 32px;
  }
  .impressao-card .cores-img img {
    width: 432px;
    height: 79px;
    margin-left: 33px;
  }
  .tamanhos {
    /* width: 80%; */
    margin: 0 auto;
    padding: 50px;
  }
  .tamanhos .tamanhos-slider .tamanho-card {
    margin-right: 30px;
    width: 327px !important;
    width: 285px !important;
  }
  /* .tamanhos .tamanhos-titulo {
    margin-left: 80px;
  } */
  .infos h3 {
    font-size: 24px;
    width: 100%;
    margin-bottom: 70px;
  }
  .infos .infos-container {
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
  }
  .infos .infos-container .info-card img {
    width: 30%;
  }
  .infos .infos-container .info-card .info-titulo {
    font-size: 20px;
  }
  .info-card .info-cta.fix {
    margin-top: 24px;
  }
  .impressao .impressao-cards {
    display: block;
  }

  .prev-arrow {
    background-image: url(/subhomes/direto/landing/2023/promo-fotos/imagens/setas-slider/prev.png);
    background-color: transparent;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 29px;
    height: 49px;
    position: absolute;
    top: 211px;
    left: -20px;
    border: none;
    transition: all 0.5s;
    z-index: 1;
  }
  .next-arrow {
    background-image: url(/subhomes/direto/landing/2023/promo-fotos/imagens/setas-slider/next.png);
    background-color: transparent;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 29px;
    height: 49px;
    position: absolute;
    top: 211px;
    right: -8px;
    border: none;
    transition: all 0.5s;
    z-index: 1;
  }
  .next-arrow-impressao {
    background-image: url(/subhomes/direto/landing/2023/promo-fotos/imagens/setas-slider/next.png);
    background-color: transparent;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 29px;
    height: 49px;
    position: absolute;
    top: 150px;
    right: 10px;
    border: none;
    transition: all 0.5s;
    z-index: 1;
  }
  .prev-arrow-impressao {
    background-image: url(/subhomes/direto/landing/2023/promo-fotos/imagens/setas-slider/prev.png);
    background-color: transparent;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 29px;
    height: 49px;
    position: absolute;
    top: 150px;
    left: -13px;
    border: none;
    transition: all 0.5s;
    z-index: 1;
  }
}

/* slick */
.prev-arrow {
  background-image: url(/subhomes/direto/landing/2023/promo-fotos/imagens/setas-slider/prev.png);
  background-color: transparent;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 18px;
  height: 30px;
  position: absolute;
  top: 211px;
  left: 10px;
  border: none;
  transition: all 0.5s;
  z-index: 1;
}
.next-arrow {
  background-image: url(/subhomes/direto/landing/2023/promo-fotos/imagens/setas-slider/next.png);
  background-color: transparent;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 18px;
  height: 30px;
  position: absolute;
  top: 211px;
  right: 12px;
  border: none;
  transition: all 0.5s;
  z-index: 1;
}
.next-arrow-impressao {
  background-image: url(/subhomes/direto/landing/2023/promo-fotos/imagens/setas-slider/next.png);
  background-color: transparent;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 29px;
  height: 49px;
  position: absolute;
  top: 150px;
  right: 10px;
  border: none;
  transition: all 0.5s;
  z-index: 1;
}
.prev-arrow-impressao {
  background-image: url(/subhomes/direto/landing/2023/promo-fotos/imagens/setas-slider/prev.png);
  background-color: transparent;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 29px;
  height: 49px;
  position: absolute;
  top: 150px;
  left: -13px;
  border: none;
  transition: all 0.5s;
  z-index: 1;
}
@media (min-width: 1900px) {
  .desconto {
    width: 80%;
    margin: 0 auto;
  }
}
