@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;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
}

.img-banner img {
  max-width: none;
}

.desconto {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.desconto p {
  font-size: 20px;
  text-align: center;
}
.titulo-lp {
  margin-top: 32px;
}
.subtitulo b {
  color: black !important;
}
.desconto b {
  color: #ff9200;
}
.desconto span {
  font-size: 12px;
  margin-top: 10px;
}

.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;
}
/* Fotos 10x15 e fotos 13x18 */
.fotos-10x15 {
  margin: 44px auto 64px;
}
.fotos-10x15-container .fotos-card,
.fotos-13x18-container .fotos-card {
  border-radius: 12px;
  width: 228px;
  height: 430px;
  box-shadow: 0px 3px 4px #00000029;
  margin-bottom: 30px;
}
.fotos-10x15-container .fotos-card,
.fotos-13x18-container .fotos-card {
  width: 337px;
  position: relative;
}
.tag {
  position: absolute;
  width: 129px;
  height: 32px;
  top: 23px;
  right: 11px;
  background-color: #f5ee19;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tag img {
  width: 18px;
  height: 18px;
  margin: 6px;
}
.tag span {
  font-weight: bold;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 0px;
}
.fotos-13x18-container .fotos-card .tag {
  background-color: #19f5ad;
}
.fotos-card .card-img {
  background-color: #f2f2f2;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fotos-card .card-texto .card-titulo {
  font-size: 15px;
}
.fotos-10x15-text,
.fotos-13x18-text {
  /* font-weight: bold; */
  margin-bottom: 24px;
}
.fotos-10x15-text p,
.fotos-13x18-text p {
  text-align: left;
  font-size: 30px;
}
.fotos-10x15-text p b,
.fotos-13x18-text p b {
  color: black;
}
.fotos-card .card-texto .card-preco .preco-de {
  text-decoration: line-through;
  color: #2c2c2c;
  font-size: 12px;
  margin-bottom: 0px;
}
.fotos-card .card-texto .card-preco .preco-por b {
  color: #000;
}

.fotos-10x15-text .tamanho,
.fotos-13x18-text .tamanho {
  font-size: 19px;
  font-weight: 400;
}

.fotos-10x15-text .text-icon,
.fotos-13x18-text .text-icon {
  font-size: 30px;

  font-weight: 600;
  background: transparent linear-gradient(90deg, #e41c2f 0%, #ffaa00 100%) 0% 0%
    no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mobile {
  display: block;
}
.desk {
  display: none;
}
/* Impressao */
.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;
}

.fotos-card .card-img img {
  /* width: 130px;
  height: 155px; */
  width: 196px;
  height: 181px;
  margin: 57px auto 23px;
}
.fotos-card .card-texto {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 13px auto 10px;
}
.fotos-card .card-texto .card-titulo {
  font-size: 20px;
  font-weight: bold;
}
.fotos-card .card-preco b {
  font-size: 21px;
}
.fotos-card .card-cta {
  all: unset;
  cursor: pointer;
  color: #ffff;
  background-color: #f3911d;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  width: 127px;
  margin: 0 auto;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* infos - vales */
.infos {
  background-color: #f2f2f2;
  padding: 12px;
}
.infos h3 {
  color: #5b5b5f !important;
  font-size: 18px;
  text-align: center;
  width: 298px;
  margin: 10px auto;
  font-weight: bold;
}

.infos .infos-container {
  display: flex;
  flex-direction: column;

  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: 27%;
  margin-bottom: 20px;
}
.info-card .info-titulo {
  color: #707070;
  font-size: 20px;
  font-weight: 800;
  margin: 14px auto 20px;
}
.info-card .info-texto {
  margin-bottom: 30px;
  color: #707070;
}
.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;
  }
  .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;
  }

  .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: 36px auto;
  }
}

@media (min-width: 1440px) {
  .banner {
    display: flex;
  }
  .desconto span {
    font-size: 25px;
  }
  .impressao {
    margin-bottom: 85px;
  }
  .infos .infos-container {
  }

  .info-card {
    width: 170px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .info-card .info-texto {
    font-size: 16px;
  }
  .infos .infos-container .info-card img {
    margin-bottom: 28px;
  }
  .fix {
    width: 59px !important;
  }
  .fix-margin {
    margin-top: 30px;
  }
  .vale {
    width: 83px !important;
  }
  .login {
    width: 91px !important;
  }
  .upload {
    width: 64px !important;
  }
  .frete {
    width: 73px !important;
  }
  .infos-container .info-card {
    justify-content: flex-start;
  }
  .fotos-10x15 {
    display: flex;
    margin-top: 64px;
    align-items: center;
  }
  .fotos-10x15-text {
    margin-right: 40px;
  }
  .fotos-13x18-text {
    margin-left: 40px;
    text-align: right;
  }
  .fotos-10x15-text p,
  .fotos-13x18-text p {
    margin-bottom: 0px;
  }

  .mobile {
    display: none;
  }
  .desk {
    display: block;
  }
  .fotos-10x15-container,
  .fotos-13x18-container {
    display: flex;
    justify-content: space-between;
    width: 810px;
  }
  .fotos-10x15-container .fotos-card,
  .fotos-13x18-container .fotos-card {
    border-radius: 12px;
    /* width: 228px;
    height: 372px; */
    width: 257px;
    height: 411px;
    box-shadow: 0px 3px 4px #00000029;
  }
  .fotos-card .card-img {
    background-color: #f2f2f2;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fotos-card .card-texto .card-titulo {
    font-size: 15px;
  }
  .fotos-card .card-texto .card-preco .preco-de {
    text-decoration: line-through;
    color: #2c2c2c;
    font-size: 12px;
    margin-bottom: 0px;
  }
  .fotos-card .card-texto .card-preco .preco-por {
    margin-bottom: 0px;
  }
  .fotos-card .card-texto .card-preco .preco-por b {
    color: #000;
  }
  .fotos-card .card-img img {
    width: 133px;
    height: 122px;
    margin-top: 49px;
  }
  .card-img.fix-img img {
    width: 137px;
    height: 165px;

    margin: 31px auto 0px;
  }
  .fotos-13x18 {
    display: flex;
    flex-direction: row-reverse;
    /* margin-top: 64px; */
    align-items: center;
  }
  .tag {
    width: 100px;
    height: 22px;
  }
  .tag img {
    width: 12px;
    height: 12px;
  }
  .tag span {
    font-size: 12px;
    margin-left: 0px;
  }
  .infos h3 {
    font-size: 26px !important;
  }
  .fotos-10x15-container .fotos-card:hover,
  .fotos-13x18-container .fotos-card:hover {
    opacity: 0.5;
    cursor: pointer;
  }
}
@media (min-width: 1536px) {
}
