@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --color-primary: #39EF81;
}

* {
  margin: 0;
  padding: 0;
}

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

main {
  width: 100%;
}

#bg-white {
  background-color: #fff;
}

#bg-gray {
  background-color: #f2f2f2;
}
/* banner */

.banner-main {
  max-width: 100% !important;
}
.banner-main img {
  width: 100%;
}
.box-1 {
  background-color: #f2f2f2;
  margin: 60px auto 0;
  padding-bottom: 35px;
}
.box-2 {
  background-color: #f2f2f2;
  margin: 0 auto;
  padding-bottom: 90px;
}
.box-3 {
  margin: 0 auto;
  padding-bottom: 90px;
  background-color: #fff;
}
.box-4 {
  background-color: #f2f2f2;
  padding-bottom: 90px;
}
.box-5 {
  margin: 0 auto;
  padding-bottom: 90px;
}
.box-6 {
  background: #000
    url("/subhomes/direto/landing/2024/antecipe-bf/img/bg-verde.png") no-repeat
    center center;
  background-size: cover;
}
.first-content {
  width: 80%;
  margin: 0 auto;
}
/* texto */
.text-content {
  text-align: center;
  margin-top: 30px;
  line-height: 24px;
  font-size: 18px;
}
.text-highlight {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
}
#aproveite {
  margin: 16px auto;
}

#text-cupom {
  background-color: #f2f2f2;
  color: var(--color-primary);
  font-weight: 700;
  padding: 12px;
  border-radius: 8px;
  font-size: 22px;
  border: var(--color-primary) dashed 3px;
  width: 200px;
  margin: 10px auto;
}
.main-content {
  width: 100%;
}
.faixa {
  /* position: relative;
  height: 22px;
  top: -29px; */
}

.faixa {
  max-width: 100%;
  height: 147px;
  position: relative;
  top: -51px;
  /* border: red solid; */
  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/faixa/faixa-desk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.faixa img {
  /* width: 100%; */
}

/* ALBUNS */
.albuns-selectors {
  width: 80%;
  margin: 20px auto;
  text-align: center;
}
.albuns-selectors.mobile {
  display: none;
}
.selectors-buttons {
  display: flex;
  align-items: center;
  margin: 58px auto 40px;
  width: 1100px;
}
.btn-select {
  color: #fff;
  background-color: var(--color-primary);
  border: var(--color-primary) solid 1px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  width: 260px;
  margin-right: 100px;
  cursor: pointer;
  white-space: unset;
}

.btn-select:hover {
  background-color: transparent;
  color: var(--color-primary);
  transition: ease-in-out 0.3s;
}

/* .btn-select {
  color: var(--color-primary);
  border: var(--color-primary) solid 1px;
} */

.btn-select.ativo {
  background-color: transparent;
  color: var(--color-primary);
}

button:last-child {
  margin-right: 0;
}

.grid-cards-albuns {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0px;
  width: 100%;
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 90px;
}

.grid-cards-albuns.hide {
  display: none !important;
}

.grid-cards-albuns .text-card {
  width: 300px;
  text-align: left;
  margin: 70px 0 0 30px;
}
.grid-cards-albuns .text-card .title {
  text-transform: uppercase;
  font-weight: 900;
  width: 300px;
  font-size: 24px;
  margin-bottom: 0px;
}
.grid-cards-albuns .text-card .description {
  font-size: 17px;
  margin-bottom: 17px;
}
.grid-cards-albuns .text-card .prices {
  width: 200px;
  margin: 4px 0 9px;
}
.grid-cards-albuns .text-card .prices .price-from {
  font-size: 15px;
  margin-bottom: 0px;
}
.grid-cards-albuns .text-card .prices .price-to {
  font-size: 24px;
  margin-bottom: 0px;
}
.grid-cards-albuns .text-card .cta {
  text-decoration: none;
  text-transform: uppercase;
  background-color: var(--color-primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 14px;
  font-weight: 700;
  width: 40%;
  display: block;
  text-align: center;
}
.grid-cards-albuns .text-card .cta:hover {
  opacity: 0.75;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}
.card1 {
  grid-area: 1 / 1 / 3 / 2;
  height: 642px;
  width: 550px;
  margin-top: -9px;
  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/albuns/flat-800.png);
  background-size: contain;
  background-size: 100%;

  background-position: center;
  background-repeat: no-repeat;
}
.card2 {
  grid-area: 1 / 2 / 2 / 3;
  /* height: 311px; */
  width: 550px;

  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/albuns/hd.png);
  background-size: contain;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.grid-cards-albuns .card2 .text-card {
  margin-top: 34px;
}
.grid-cards-albuns .card2 .text-card .description {
  font-size: 16px;
  width: 230px;
  margin-bottom: 17px;
}
.card3 {
  grid-area: 2 / 2 / 3 / 3;
  height: 311px;
  width: 550px;
  margin-top: -9px;
  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/albuns/flat-600.png);
  background-size: cover;
  background-size: 100%;

  background-position: center;
}

.grid-cards-albuns .card3 .text-card {
  margin-top: 41px;
}
.grid-cards-albuns .card3 .text-card .title {
  /* width: 200px; */
  line-height: 29px;
}
#albuns.grid-cards-albuns .card3 .text-card .title {
  width: 200px;
}
.grid-cards-albuns .card3 .text-card .description {
  font-size: 16px;
  width: 200px;
  margin-bottom: 0px;
}
.grid-cards-albuns .card3 .text-card .prices {
  margin-top: 18px;
  margin-bottom: 6px;
}
.card4 {
  grid-area: 3 / 1 / 4 / 3;
  height: 321px;
  width: 1100px;
  margin-top: -20px;
  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/albuns/slim.png);
  background-size: cover;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.grid-cards-albuns .card4 .text-card {
  margin-left: 48px;
}
/* FOTOLIVROS */
#fotolivros.grid-cards-albuns {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0px;
  width: 100%;
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 90px;
}
#fotolivros.grid-cards-albuns .card1 {
  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/fotolivros/plus-natal.png);
  height: 642px;
  width: 550px;
  margin-top: -15px;
}
#fotolivros.grid-cards-albuns .card2 {
  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/fotolivros/revista.png);
  /* margin-top: 7px;x/ */
  width: 550px;
  height: 300px;
  margin-right: 9px;
}
#fotolivros.grid-cards-albuns .card3 {
  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/fotolivros/fotolivro-pop.png);
  box-shadow: 0px 3px 6px #00000029;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 11px;
  margin-right: 9px;
  height: 300px;
  width: 530px;
  margin-top: -9px;
}
#fotolivros.grid-cards-albuns .card4 {
  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/fotolivros/classic.png);
}
#capas {
}
#capas.grid-cards-albuns {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0px;
  width: 100%;
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 90px;
}
#capas.grid-cards-albuns .text-card .title {
  font-size: 20px;
}
#capas.grid-cards-albuns .text-card .title {
  width: unset;
  line-height: 29px;
}
#capas.grid-cards-albuns .card1 .text-card .title {
  width: 327px;
}
#capas.grid-cards-albuns .card2 .text-card {
  margin-top: 35px;
}
#capas.grid-cards-albuns .card2 .text-card .description {
  font-size: 14px;
  width: 206px;
  margin-bottom: 6px;
}
#capas.grid-cards-albuns .card1 {
  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/capas-especiais/capa-tecido.png);
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 11px;
  height: 642px;
  width: 530px;
  margin-top: 3px;
}
#capas.grid-cards-albuns .card2 {
  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/capas-especiais/capa-couro.png);
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 11px;

  width: 530px;
  height: 308px;
  margin-bottom: 20px;
}
#capas.grid-cards-albuns .card3 .text-card {
  margin-top: 23px;
}
#capas.grid-cards-albuns .card3 .text-card .title {
  width: 360px;
}
#capas.grid-cards-albuns .card3 {
  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/capas-especiais/capa-camurca.png);
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 11px;
  width: 530px;
  height: 320px;
  border-radius: 11px;
  margin-top: -4px;
}
#capas.grid-cards-albuns .card4 .text-card {
  margin-top: 37px;
}
#capas.grid-cards-albuns .card4 {
  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/capas-especiais/madeira.png);
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 11px;
  width: 1086px;
  /* border: solid; */
  margin-top: 3px;
}
/* ESTOJOS */
#estojos.grid-cards-albuns {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0px;
  width: 100%;
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 90px;
}
#estojos.grid-cards-albuns .text-card .title {
  font-size: 20px;
}
#estojos.grid-cards-albuns .card1 {
  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/estojos/estojo-premium.png);
  box-shadow: 0px 3px 6px #00000029;
  width: 530px;
  height: 642px;
  border-radius: 11px;
  margin-top: 2px;
}
#estojos.grid-cards-albuns .card2 {
  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/estojos/estojo-basic.png);
  box-shadow: 0px 3px 6px #00000029;
  width: 530px;
  height: 302px;
  border-radius: 11px;
}
#estojos.grid-cards-albuns .card2 .text-card {
  margin-top: 32px;
}
#estojos.grid-cards-albuns .card2 .text-card .description {
  font-size: 16px;
  width: 270px;
  margin-bottom: 17px;
}
#estojos.grid-cards-albuns .card3 .text-card {
  margin-top: 55px;
}
#estojos.grid-cards-albuns .card3 {
  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/estojos/estojo-tradicional.png);
  box-shadow: 0px 3px 6px #00000029;
  width: 530px;

  height: 320px;
  border-radius: 11px;
  margin-top: -7px;

  margin-bottom: 18px;
}
#estojos.grid-cards-albuns .card4 {
  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/estojos/luva-acrilico.png);
  box-shadow: 0px 3px 6px #00000029;
  width: 1086px;
  border-radius: 11px;
  margin-top: 8px;
}
#estojos.grid-cards-albuns .card4 .text-card {
  margin-top: 35px;
}
#estojos.grid-cards-albuns .card3 .text-card .title {
  width: unset;
}
/* LANÇAMENTOS E NOVIDADES */
.box-2 {
}
.box-2 .products-container {
  width: 79%;
}
.products-container {
  text-align: center;
  margin: 0px auto 11px;
  width: 78%;
}

.products-container h2 {
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 800;
  margin: 30px auto;
  font-size: 30px;
}
.grid-cards.nov {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.box-2 .h-card.hide-product {
  display: none;
}
.box-2 .h-card.luva-acrilico {
  width: 543px;
  height: 279px;
  position: relative;
  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/novidades/luva.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.box-2 .h-card .tag-discount {
  position: absolute;
  width: 96px;
  height: 96px;
  top: 14px;
  right: 45px;
}
.box-2 .h-card.luva-acrilico .luva-acrilico-title,
.box-2 .h-card.caixa-acrilico .luva-acrilico-title,
.box-2 .h-card.bloco-acrilico .luva-acrilico-title {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
  position: absolute;
  bottom: 127px;
  left: 25px;
  top: 94px;
}
.box-2 .h-card.luva-acrilico .prices,
.box-2 .h-card.caixa-acrilico .prices,
.box-2 .h-card.bloco-acrilico .prices {
  font-size: 20px;
  position: absolute;
  bottom: 42px;
  left: 25px;
  text-align: left;
}
.box-2 .h-card.luva-acrilico .prices .price-from,
.box-2 .h-card.caixa-acrilico .prices .price-from,
.box-2 .h-card.bloco-acrilico .prices .price-from {
  font-size: 15px;
  margin-bottom: 1px;
  line-height: normal;
}
.box-2 .h-card.luva-acrilico .prices .price-to,
.box-2 .h-card.caixa-acrilico .prices .price-to,
.box-2 .h-card.bloco-acrilico .prices .price-to {
  margin-bottom: 9px;
}
.box-2 .h-card.luva-acrilico .prices .cta,
.box-2 .h-card.caixa-acrilico .prices .cta,
.box-2 .h-card.bloco-acrilico .prices .cta {
  text-decoration: none;
  text-transform: uppercase;
  background-color: var(--color-primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 14px;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
}
.box-2 .h-card.caixa-acrilico {
  width: 543px;
  height: 279px;
  position: relative;
  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/novidades/caixa.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.box-2 .h-card.bloco-acrilico {
  width: 543px;
  height: 279px;
  position: relative;
  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/novidades/bloco.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box-2 .h-card .tag-lanc {
  position: absolute;
  height: 42px;
  width: 171px;
  top: 25px;
  left: -13px;
}
.box-2 .h-card .novos-tam {
  position: absolute;
  height: 35px;
  width: 192px;
  top: 25px;
  left: -13px;
}
.box-2 .h-card img {
  width: 543px;
  height: 279px;
}
.grid-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 3px;
  grid-row-gap: 23px;
}
.grid-cards-mobile {
  display: none;
}

.h-card {
  width: 558px;
  height: 321px;
}
.h-card img {
  width: 543px;
  height: 279px;
}
/* FOTOPRESENTES */

.slider-fotopresentes {
  margin: 0 auto;
  display: flex;
}
.slider-fotopresentes .v-card {
  max-width: 251px;
  height: 462px;
  margin-right: 40px;
  box-shadow: 5px 15px 10px #00000017;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  margin-bottom: 19px;
}
.slider-fotopresentes .v-card .img-product {
  width: 100%;
}
.v-card:hover {
  opacity: 0.75;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}
.v-card .text-card {
  text-align: left;
  margin: 20px 0 0 20px;
}
.v-card .text-card .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  min-height: 40px;
}
.v-card .text-card .price {
  margin: 20px 0 14px;
}
.fotos-container .v-card .tag-lanc {
  width: 136px;
  position: absolute;
  top: 41px;
  left: -15px;
}
.v-card .text-card .price-from {
  font-size: 12px;
  color: #9b9b9b;
  margin-bottom: 0px;
}
.v-card .text-card .price-to {
  font-size: 20px;
}
.fotos-container .v-card:last-child .text-card .price {
  margin-top: 0px;
}
.fotos-container .v-card:last-child .text-card .title {
  margin-bottom: 0px;
}
.v-card .text-card .full-price {
  font-weight: bold;
  color: #ee951e;
  font-size: 20px;
  margin-bottom: 0px;
}
.v-card .cta {
  text-decoration: none;
  text-transform: uppercase;
  background-color: var(--color-primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 16px;
  display: block;
  width: 63%;
  margin: 0 auto;
}
/* DECORAÇÃO */
.products-container .grid-cards .h-card {
  /* border: red solid; */
}
.products-container .grid-cards .h-card .text-card {
  width: 300px;
  text-align: left;
  margin: 136px 0 0 30px;
}
.products-container .grid-cards .h-card .text-card .title {
  text-transform: uppercase;
  font-weight: 900;
  width: 300px;
  font-size: 20px;
  margin-bottom: 0px;
}
.products-container .grid-cards .h-card .text-card .price-from {
  font-size: 15px;
  margin-bottom: 0px;
}
.products-container .grid-cards .h-card .text-card .price-to {
  font-size: 22px;
  margin-bottom: 10px;
}

.products-container .grid-cards .h-card .text-card .cta {
  text-decoration: none;
  text-transform: uppercase;
  background-color: var(--color-primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 14px;
  font-weight: 700;
  display: block;
  width: 57%;
  text-align: center;
}
.products-container .grid-cards .h-card.h-card1 {
  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/decoracao/enfeite-natal.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.products-container .grid-cards .h-card.h-card2 {
  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/decoracao/folio-natal.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.products-container .grid-cards .h-card.h-card3 {
  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/decoracao/canvas.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.products-container .grid-cards .h-card.h-card4 {
  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/decoracao/bloco-acrilico.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.products-container .grid-cards .h-card:hover {
  opacity: 0.75;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}

/* FOTOS */
.box-5 {
  width: 100%;
  background-color: #fff;
}
.box-5 .products-container {
  max-width: 1440px;
}
.fotos-container {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100% !important;
  gap: 31px;
}
.fotos-container .v-card {
  background-color: #fff;
  max-width: 240px;
  height: 462px;
  box-shadow: 5px 15px 10px #00000017;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  margin-bottom: 19px;
  position: relative;
}
.fotos-container .v-card .tag-discount {
  position: absolute;
  width: 96px;
  height: 96px;
  top: 24px;
  right: 5px;
}
.fotos-container .v-card:hover {
  opacity: 0.75;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}
.fotos-container .v-card .img-product {
  width: 100%;
}
/* INFOS */
.infos {
  text-align: center;
  margin: 20px auto;
  width: 100%;
}

.infos h2 {
  color: #ffff;
  margin: 50px auto;
  font-size: 24px;
  font-weight: 600;
}
.infos-container {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  padding-bottom: 90px;
}
.infos-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 70%;
  margin: 0 auto;
}
.infos-container .info {
  width: 293px;
  /* height: 300px; */
  margin-right: 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.infos-container .info:last-child {
  margin-right: 0;
}
.infos-container .info .info-text {
  margin-bottom: 20px;
}

.infos-container .info:last-child .info-text {
  margin-bottom: 20px;
  margin-top: 25px;
}
.infos-container .info .info-title {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  width: 229px;
  margin: 16px auto 0px;
  height: 51px;
}
.infos-container .info .info-description {
  font-size: 15px;
  /* margin: 20px 0 20px 0; */
  height: 60px;
  line-height: 19px;
}
.infos-container .info .cta {
  text-decoration: none;
  text-transform: uppercase;
  background-color: var(--color-primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 16px;
}
.infos-container .info .cta:hover {
  opacity: 0.75;
  transition: ease-in-out 0.3s;
}
.infos-container .info img {
  width: auto;
  height: auto;
}
/* ARROWS */
.slick-next {
  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/next.svg) !important;
  background-repeat: no-repeat;
  width: 29px;
  height: 49px;
}
.slick-next::before,
.slick-prev::before {
  content: none;
}

.slick-prev {
  background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/prev.svg) !important;
  background-repeat: no-repeat;
  width: 29px;
  height: 49px;
  left: -42px;
}

/* lg */

@media (min-width: 1530px) {
  .text-content {
    line-height: 24px;
    font-size: 20px;
    margin-top: 10px;
  }
  .text-content p {
    margin-bottom: 0px;
  }
  .text-highlight {
    margin-bottom: 24px;

    line-height: 37px;
    margin-top: 30px;
  }
  .text-highlight p:first-child {
    font-size: 30px;
  }
  .text-highlight p:last-child {
    font-size: 26px;
  }
  .text-highlight p {
    margin-bottom: 0px;
  }
  #aproveite {
    margin: 10px auto 30px;
  }
  #text-cupom {
    margin: 5px auto;
  }
  /* ALBUNS - SELETORES */
  .albuns-selectors {
    margin: -72px auto;
  }
  .grid-cards-albuns {
    margin-bottom: 80px;
  }
  .grid-cards-albuns {
    width: 1103px;
  }
  .selectors-buttons {
    margin-top: 72px;
  }
  .card1 {
    height: 706px;
    width: 614px;

    height: 642px;
    width: 550px;
  }
  .card2,
  .card3 {
    width: 550px;
    height: auto;
  }
  .card3 {
    margin-bottom: 9px;
  }
  .grid-cards-albuns .card4 .text-card {
    margin-left: 48px;
    margin-top: 47px;
  }
  .card4 {
    height: auto;
    margin-bottom: 14px;
    height: 321px;
    width: 1100px;
  }

  /* FOTOLIVROS */

  #fotolivros.grid-cards-albuns {
    width: 1103px;
  }
  #fotolivros.grid-cards-albuns .card1 {
    width: 550px;
  }
  #fotolivros.grid-cards-albuns .card2 {
    width: 550px;

    margin-top: 0;
  }
  #fotolivros.grid-cards-albuns .card3 {
    width: 531px;
    height: 297px;
    margin-top: -6px;
  }

  #capas.grid-cards-albuns {
    width: 1100px;
  }
  #capas.grid-cards-albuns .card1 {
    width: 530px;
    height: 629px;
  }
  #capas.grid-cards-albuns .card2 {
    width: 530px;

    margin-top: 0;
  }
  #capas.grid-cards-albuns .card3 {
    width: 530px;
    height: 297px;
    margin-top: 3px;
  }
  #capas.grid-cards-albuns .card4 {
    margin-top: -6px;
  }
  /* ESTOJOS */
  #estojos.grid-cards-albuns {
    width: 1100px;
  }
  #estojos.grid-cards-albuns .card1 {
    width: 530px;
    height: 629px;
  }
  #estojos.grid-cards-albuns .card2 {
    width: 530px;

    margin-top: 0;
  }
  #estojos.grid-cards-albuns .card3 {
    width: 530px;
    height: 297px;
    margin-top: 3px;
  }
  #estojos.grid-cards-albuns .card4 {
    margin-top: -6px;
  }

  /* LANÇAMENTOS E NOVIDADES */
  .box-2 .products-container {
    margin-top: -90px;
  }
  .products-container .grid-cards .h-card.h-card1 {
    width: 588px;
  }
  .products-container .grid-cards .h-card.h-card2 {
    width: 588px;
    margin: 0;
    height: 306px;
  }
  .products-container .grid-cards .h-card.h-card3 {
    margin-left: 0;
    width: 588px;
  }
  .products-container .grid-cards .h-card.h-card4 {
    width: 588px;
    margin: 0px;
    height: 310px;
    border-radius: 11px;
    background-size: 103%;
    box-shadow: 0px 3px 6px #00000029;
  }
  /* FOTOPRESENTES */
  .box-3 .products-container {
    margin-top: -70px;
  }
  /* decoracao */
  .box-4 .products-container {
    margin-top: -70px;
  }
  .box-4 .grid-cards {
    grid-row-gap: 22px;
  }
  /* FOTOS */
  .box-5 .products-container {
    margin-top: -70px;
  }

  /* INFOS */
  .infos {
    margin-top: -53px;
  }

  .infos-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 70%;
    justify-content: center;
    margin: 0 auto;
  }
  .info img {
  }
  .info:last-child img {
    margin-bottom: -20px;
  }
  .infos-container .info .info-title {
    width: 220px;
    height: 48px;
    line-height: normal;
  }
  .infos-container .info:last-child .info-title {
    margin-top: 34px;
  }
  .infos-container .info .info-description {
    margin-bottom: 30px;
    height: 60px;
  }
  .infos-container .info .cta {
  }
}

/* xl */

@media (min-width: 1900px) {
  .text-content {
    line-height: 34px;
    font-size: 22px;
  }
  .text-highlight {
    font-size: 26px;
    margin-bottom: 30px;
  }
  #aproveite {
    margin: 16px auto;
  }
  #text-cupom {
    font-size: 28px;
    width: 300px;
  }

  /* ALBUNS - SELETORES */
  .albuns-selectors {
    /* margin-top: 121px; */
    margin-bottom: 80px;
  }
  .selectors-buttons {
    width: 100%;
    width: 1304px;
    justify-content: space-around;
  }
  .btn-select {
    font-size: 22px;
  }
  .grid-cards-albuns {
    width: 94%;
    width: 1304px;
    height: 1112px;
    margin: 0 auto;
  }
  .grid-cards-albuns .text-card .title {
    font-size: 26px;
    width: 308px;
  }
  .grid-cards-albuns .text-card .description {
    font-size: 20px;
  }
  .grid-cards-albuns .card1 {
    width: 650px;
    height: 723px;
    margin-top: 0;
  }
  .card2 {
    width: 650px;
    height: 350px;
  }
  .grid-cards-albuns .card2 .text-card {
    margin-top: 55px;
  }
  .card3 {
    width: 650px;
    height: 350px;
    /* margin-top: -53px; */
  }
  .grid-cards-albuns .card3 .text-card {
    margin-top: 69px;
  }
  .card4 {
    height: 371px;
    width: 1304px;
    /* margin: 0 159px 0 0px; */
  }

  /* FOTOLIVROS */
  #fotolivros.grid-cards-albuns {
    width: 94%;
    width: 1304px;
    height: 1112px;
    margin: 0 auto;
  }
  #fotolivros.grid-cards-albuns .card1 {
    width: 650px;
    height: 723px;
    margin-top: -1px;
  }
  #fotolivros.grid-cards-albuns .card2 {
    width: 768px;
    height: 428px;
    width: 650px;
    height: 350px;
  }
  #fotolivros.grid-cards-albuns .card3 {
    height: 409px;
    width: 745px;
    width: 627px;
    height: 350px;
  }
  #fotolivros.grid-cards-albuns .card4 {
    height: 418px;
    height: 410px;
    height: 371px;
    width: 1304px;
  }
  /* CAPAS */
  #capas.grid-cards-albuns {
    width: 94%;
    width: 1304px;
    height: 1112px;
    margin: 0 auto;
  }
  /* #capas.grid-cards-albuns .text-card {
    margin-top: 57px;
  } */
  #capas.grid-cards-albuns .text-card .title {
    font-size: 26px;
  }
  #capas.grid-cards-albuns .card1 .text-card .title {
    width: 450px;
  }
  #capas.grid-cards-albuns .card1 {
    width: 768px;
    height: 856px;
    width: 639px;
    height: 723px;
  }
  #capas.grid-cards-albuns .card2 {
    width: 768px;
    height: 428px;
    width: 627px;
    height: 350px;
  }
  #capas.grid-cards-albuns .card2 .text-card {
    margin-top: 54px;
  }
  #capas.grid-cards-albuns .card2 .text-card .description {
    font-size: 18px;
    width: 230px;
    margin-bottom: 21px;
  }
  #capas.grid-cards-albuns .card3 {
    width: 627px;
    height: 350px;
    margin-top: 0px;
  }
  #capas.grid-cards-albuns .card3 .text-card {
    margin-top: 44px;
  }
  #capas.grid-cards-albuns .card3 .text-card .title {
    width: 463px;
  }
  #capas.grid-cards-albuns .card3 .text-card .description {
    font-size: 18px;
    width: 230px;
    margin-bottom: 21px;
  }
  #capas.grid-cards-albuns .card4 {
    height: 350px;
    width: 1304px;
  }
  #capas.grid-cards-albuns .card4 .text-card {
    margin-top: 62px;
  }
  #capas.grid-cards-albuns .card4 .text-card .title {
    width: 460px;
  }
  /* ESTOJOS */
  #estojos.grid-cards-albuns {
    width: 1304px;
    height: 1112px;
    margin: 0 auto;
  }
  #estojos.grid-cards-albuns .text-card .title {
    font-size: 26px;
  }
  #estojos.grid-cards-albuns .card1 {
    width: 768px;
    height: 856px;
    width: 639px;
    height: 723px;
  }
  #estojos.grid-cards-albuns .card2 {
    width: 768px;
    height: 428px;
    width: 627px;
    height: 350px;
  }
  #estojos.grid-cards-albuns .card2 .text-card {
    margin-top: 55px;
  }
  #estojos.grid-cards-albuns .card2 .text-card .description {
    font-size: 18px;
  }
  #estojos.grid-cards-albuns .card3 {
    height: 409px;
    width: 745px;
    width: 627px;
    height: 350px;
    margin-top: 0px;
  }
  #estojos.grid-cards-albuns .card3 .text-card .description {
    font-size: 18px;
  }
  #estojos.grid-cards-albuns .card4 {
    height: 418px;
    height: 410px;
    height: 350px;
    width: 1304px;
  }

  /* LANÇAMENTOS E NOVIDADES */
  .products-container h2 {
    font-size: 30px;
  }
  .box-2 .h-card.bloco-acrilico {
    margin-top: -190px;
  }
  .grid-cards.nov {
    margin-bottom: -55px;
  }
  /* FOTOPRESENTES */
  .products-container {
    /* margin-top: 150px; */
  }
  .slider-fotopresentes .v-card {
    min-width: 340px;
    height: 597px;
  }
  .v-card .text-card .title {
    text-transform: uppercase;
    font-size: 24px;
  }
  .v-card .text-card .price {
    margin-bottom: 18px;
  }
  .v-card .text-card .price-from {
    font-size: 18px;
    color: #9b9b9b;
  }
  .v-card .text-card .full-price {
    font-size: 24px;
  }
  .v-card .cta {
    display: block;
    width: 60%;
    margin: 0 auto;
    font-size: 20px;
  }

  /* DECORACAO */

  .grid-cards {
    height: 800px;
    grid-column-gap: 0;
    grid-row-gap: 14px;
  }
  .products-container .grid-cards .h-card.h-card1 {
    width: 730px;
    height: 396px;
  }
  .products-container .grid-cards .h-card.h-card2 {
    width: 730px;
    height: 383px;
  }
  .products-container .grid-cards .h-card.h-card3 {
    width: 730px;
    height: 396px;
  }
  .products-container .grid-cards .h-card.h-card4 {
    width: 730px;
    height: 383px;
  }
  .products-container .grid-cards .h-card .text-card {
    margin-top: 177px;
  }
  .products-container .grid-cards .h-card .text-card .title {
    font-size: 26px;
  }
  .products-container .grid-cards .h-card .text-card .price-from {
    font-size: 16px;
  }
  .products-container .grid-cards .h-card .text-card .price-to {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .products-container .grid-cards .h-card .text-card .cta {
    display: block;
    font-size: 22px;
    width: 60%;
  }
  /* FOTOS */
  .products-container .fotos-container .v-card {
    min-width: 335px;
    height: 597px;
  }

  /* INFOS */
  .infos {
    margin-top: -128px;
  }
  .infos h2 {
    font-size: 30px;
    margin-top: 136px;
  }
  .infos-container {
    place-items: center;
  }
  .infos-container .info {
    margin: 0;
  }
  .infos-container .info .info-title {
    font-size: 24px;
    width: 274px;
    margin-bottom: 20px;
  }
  .infos-container .info .info-description {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    height: 90px;
  }
  .infos-container .info .cta {
    font-size: 20px;
    display: block;
    width: 90%;
    margin: 20px auto;
  }
}

/* mobile */
@media (max-width: 768px) {
  .desk {
    display: none;
  }
  .faixa {
    top: -22px;
    height: auto;
  }
  .faixa {
    max-width: 100%;
    height: 147px;
    position: relative;
    top: -63px;
    /* border: red solid; */
    background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/faixa/faixa.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 229%;
  }
  /* ALBUNS */
  .box-1 {
    padding-bottom: 20px;
  }
  .albuns-selectors.desk {
    display: none;
  }
  .selectors-buttons {
    margin: 0;
    justify-content: center;
    width: 100%;
  }
  .albuns-selectors.mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    margin-top: -90px;
  }
  .btn-select {
    margin: 0;
  }
  .grid-cards-albuns {
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
  }
  .grid-cards-albuns .text-card {
    width: 70%;
    margin: 30px 0 0 20px;
    position: absolute;
  }
  #capas.grid-cards-albuns .text-card {
    width: 300px;
  }
  .grid-cards-albuns .text-card .title {
    font-size: 18px;
    width: 100%;
  }
  .grid-cards-albuns .text-card .description {
    font-size: 15px;
    margin-bottom: 8px;
    width: 279px;
  }
  .grid-cards-albuns .text-card .prices {
    width: 200px;
    margin: 4px 0 20px;
  }

  .card1,
  .card2,
  .card3,
  .card4 {
    width: 320px !important;
    height: 450px;
    margin: 30px 0 0 0;
  }
  #capas.card1,
  #capas.card2,
  #capas.card3,
  #capas.card4 {
    width: 100%;
    height: 450px;
    margin: 30px 0 0 0;
    margin-top: 30px !important;
  }
  .slider-mobile {
    margin-bottom: 30px;
    width: 98%;
  }
  .slider-mobile .slick-prev {
    left: -17px;
    z-index: 1;
  }
  .slider-mobile .slick-next {
    right: -15px;
  }
  .card1 {
    background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/albuns/mobile/flat-800.png);
  }
  .grid-cards-albuns .card2 .text-card,
  .grid-cards-albuns .card3 .text-card {
    margin-top: 30px;
  }
  .grid-cards-albuns .text-card .cta {
    display: inline;
  }
  .card2 {
    background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/albuns/mobile/hd.png);
  }
  .grid-cards-albuns .card3 .text-card .title {
    width: unset;
    line-height: 29px;
  }
  .grid-cards-albuns .card3 .text-card .prices {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .card3 {
    background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/albuns/mobile/flat-600.png);
  }
  .grid-cards-albuns .card4 .text-card {
    margin-left: 20px;
  }
  .card4 {
    background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/albuns/mobile/slim.png);
  }

  /* FOTOLIVROS */
  #fotolivros.grid-cards-albuns {
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
  }
  #fotolivros.grid-cards-albuns .card1 {
    background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/fotolivros/mobile/plus-natal.png);
    height: 450px;
    margin-top: 30px;
  }
  #fotolivros.grid-cards-albuns .card2 {
    background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/fotolivros/mobile/revista.png);
    width: 320px;
    height: 450px;
    margin: 30px 0 0 0;
  }
  #fotolivros.grid-cards-albuns .card3 {
    background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/fotolivros/mobile/fotolivro-pop.png);
    width: 320px;
    height: 450px;
    margin: 30px 0 0 0;
    background-size: cover;
    box-shadow: unset;
  }
  #fotolivros.grid-cards-albuns .card4 {
    background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/fotolivros/mobile/classic.png);
    width: 320px;
    height: 450px;
    margin: 30px 0 0 0;
  }
  /* CAPAS */

  #capas.grid-cards-albuns {
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
  }
  #capas.grid-cards-albuns .text-card .title {
    font-size: 16px;
  }
  #capas.grid-cards-albuns .card1 {
    background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/capas-especiais/mobile/tecido.png);
    border-radius: 11px;
    max-width: 100%;
    margin: 30px 10px 0 13px;
    height: 469px;
    box-shadow: 0px 3px 6px #00000029;
  }
  #capas.grid-cards-albuns .card2 {
    background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/capas-especiais/mobile/couro.png);
    border-radius: 11px;
    max-width: 100%;
    margin: 30px 10px 0 13px;
    height: 469px;
    box-shadow: 0px 3px 6px #00000029;
  }
  #capas.grid-cards-albuns .card2 .text-card {
    margin-top: 24px;
  }
  #capas.grid-cards-albuns .card2 .text-card .title {
    font-size: 16px;
  }
  #capas.grid-cards-albuns .card2 .text-card .description {
    font-size: 14px;
    width: 270px;
    margin-bottom: 17px;
  }
  #capas.grid-cards-albuns .card3 {
    background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/capas-especiais/mobile/camurca.png);
    border-radius: 11px;
    max-width: 100%;
    margin: 30px 10px 0 13px;
    height: 469px;
    box-shadow: 0px 3px 6px #00000029;
  }
  #capas.grid-cards-albuns .card4 {
    background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/capas-especiais/mobile/madeira.png);
    border-radius: 11px;
    max-width: 100%;
    margin: 30px 10px 0 13px;
    height: 469px;
    box-shadow: 0px 3px 6px #00000029;
  }
  /* ESTOJOS */
  #estojos.grid-cards-albuns {
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
  }
  #estojos.grid-cards-albuns .card1 {
    background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/estojos/mobile/premium.png);
    border-radius: 11px;
    width: 368px;
    max-width: 100%;
    margin: 30px 10px 0 13px;
    height: 469px;
    box-shadow: 0px 3px 6px #00000029;
  }
  #estojos.grid-cards-albuns .card2 {
    background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/estojos/mobile/basic.png);
    border-radius: 11px;
    max-width: 100%;
    margin: 30px 10px 0 13px;
    height: 469px;
    box-shadow: 0px 3px 6px #00000029;
  }
  #estojos.grid-cards-albuns .card3 {
    background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/estojos/mobile/tradicional.png);
    border-radius: 11px;
    width: 368px;
    max-width: 100%;
    margin: 30px 10px 0 13px;
    height: 469px;
    box-shadow: 0px 3px 6px #00000029;
  }
  #estojos.grid-cards-albuns .card4 {
    background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/estojos/mobile/luva-acrilico.png);
    border-radius: 11px;
    width: 368px;
    max-width: 100%;
    margin: 30px 10px 0 13px;
    height: 469px;
    box-shadow: 0px 3px 6px #00000029;
  }
  .products-container h2 {
    margin: 0 auto 20px;
    font-size: 20px;
  }
  /* LANÇAMENTOS E NOVIDADES */
  .box-2 {
    max-width: 100%;
    padding-bottom: 0;
  }
  .box-2 .products-container {
    width: 100%;
    margin-top: -90px;
  }
  .grid-cards-mobile {
    display: block;
    width: 90%;
    margin: 0 auto 90px;
  }
  .grid-cards-mobile .h-card.luva-acrilico {
    max-width: 90%;
    height: 550px;
    margin: 30px 10px 0 13px;
    border-radius: 11px;
    background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/novidades/mobile/luva.png);
    box-shadow: 0px 3px 6px #00000029;
    background-size: 93%;
  }
  .grid-cards-mobile .h-card.caixa-acrilico {
    max-width: 90%;
    margin: 30px 10px 0 13px;
    border-radius: 11px;
    height: 550px;
    background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/novidades/mobile/caixa.png);
    box-shadow: 0px 3px 6px #00000029;
    background-size: 93%;
  }
  .grid-cards-mobile .h-card.bloco-acrilico {
    margin: 30px 10px 0 13px;
    border-radius: 11px;
    max-width: 90%;
    height: 550px;
    background-image: url(/subhomes/direto/landing/2024/antecipe-bf/img/novidades/mobile/bloco.png);
    box-shadow: 0px 3px 6px #00000029;
    background-size: 93%;
  }
  .box-2 .h-card.luva-acrilico .luva-acrilico-title,
  .box-2 .h-card.caixa-acrilico .luva-acrilico-title,
  .box-2 .h-card.bloco-acrilico .luva-acrilico-title {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    bottom: 121px;
    left: 25px;
    top: unset;
  }

  .box-2 .h-card.luva-acrilico .prices,
  .box-2 .h-card.caixa-acrilico .prices,
  .box-2 .h-card.bloco-acrilico .prices {
    font-size: 20px;
    position: absolute;
    bottom: 18px;
    left: 25px;
    text-align: left;
  }
  .box-2 .h-card.luva-acrilico .prices .price-from,
  .box-2 .h-card.caixa-acrilico .prices .price-from,
  .box-2 .h-card.bloco-acrilico .prices .price-from {
    font-size: 15px;
    color: #9b9b9b;
    margin-bottom: 0px;
  }
  .box-2 .h-card.luva-acrilico .prices .cta,
  .box-2 .h-card.caixa-acrilico .prices .cta,
  .box-2 .h-card.bloco-acrilico .prices .cta {
    text-decoration: none;
    text-transform: uppercase;
    background-color: var(--color-primary);
    color: #fff;
    padding: 8px 20px;
    border-radius: 14px;
    font-weight: 700;
    display: block;
    margin: 0 auto 9px;
    text-align: center;
    font-size: 15px;
  }
  .grid-cards-mobile.nov .slick-next {
    right: -4px;
  }
  .grid-cards-mobile.nov .slick-prev {
    left: -9px;
    z-index: 1;
  }
  .grid-cards.desk {
    display: none;
  }
  .grid-cards {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  .h-card {
    min-width: 320px;
  }
  .box-2 .h-card {
    height: 450px;
  }
  .box-2 .h-card img {
    height: 100%;
    width: 100%;
  }

  /* FOTOPRESENTES */
  .box-3 {
    max-width: 100%;
  }
  .products-container {
    width: 90%;
    margin-top: 20px;
  }
  .slider-fotopresentes {
    width: 89%;
  }
  .slider-fotopresentes .slick-prev {
    left: 7px;
    z-index: 1;
  }
  /* DECORAÇAO */
  .h-card {
    width: 100%;
  }
  .box-4 .products-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: -90px;
  }
  .products-container .grid-cards .h-card {
    /* border: red solid; */
    margin-right: 18px !important;
    margin-left: 20px !important;
  }
  .products-container .grid-cards .h-card .text-card {
    margin: 80px 0 0 12px;
    width: 300px;
  }
  .products-container .grid-cards .h-card .text-card .title {
    font-size: 13px;
  }
  .products-container .grid-cards .h-card .text-card .price-from {
    font-size: 12px;
  }
  .products-container .grid-cards .h-card .text-card .price-to {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .products-container .grid-cards .h-card .text-card .cta {
    font-size: 14px;
    padding: 6px;
    width: 40%;
    margin-top: -6px;
  }
  .products-container .grid-cards .h-card.h-card1 {
    width: 100%;
    height: 203px;
  }
  .products-container .grid-cards .h-card.h-card2 {
    width: 358px !important;
    /* height: 190px;
    margin: 0 auto; */
    height: 180px;
    margin: 0 auto;
    margin-top: 9px;
  }
  .products-container .grid-cards .h-card.h-card2 .text-card {
    margin: 62px 0 0 30px;
  }
  .products-container .grid-cards .h-card.h-card3 {
    height: 203px;
    width: 100%;
  }
  .products-container .grid-cards .h-card.h-card4 {
    width: 100%;
    height: 203px;
    /* margin-top: -16px; */
  }

  /* FOTOS */
  .box-5 {
    max-width: 100%;
  }
  .products-container {
    width: 90%;
    margin-top: 20px;
  }
  .fotos-container {
  }
  .fotos-container .v-card:last-child {
    margin-right: 40px;
  }
  .fotos-container .slick-prev {
    left: 7px;
    z-index: 1;
  }

  /* INFOS */
  .infos {
    margin: -111px auto 15px;
  }
  .infos h2 {
    font-size: 20px;
    width: 84%;
  }
  .infos .infos-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .infos-container .info {
    margin-right: 0px;
    margin-bottom: 50px;
  }
  /* slick arrows */
  .slick-prev {
    width: 10px;
    height: 17px;
    background-size: cover !important;
    left: -20px;
  }
  .slick-next {
    width: 10px;
    height: 17px;
    background-size: cover !important;
    right: 14px;
  }

  .box-2 .h-card .tag-discount {
    right: 5px;
  }
  .box-6 {
    background-image: url("/subhomes/direto/landing/2024/antecipe-bf/img/bg-verde-mb.png");
  }
  /* FIX IMAGES BY CROPPING IT */
  #capas.grid-cards-albuns .card1,
  #capas.grid-cards-albuns .card2,
  #capas.grid-cards-albuns .card3,
  #capas.grid-cards-albuns .card4,
  #estojos.grid-cards-albuns .card1,
  #estojos.grid-cards-albuns .card2,
  #estojos.grid-cards-albuns .card3,
  #estojos.grid-cards-albuns .card4 {
    background-size: 113%;
  }
}
@media (max-width: 400px) {
  .products-container .grid-cards .h-card.h-card3 {
    /* margin: 7px auto 10px; */
  }
}
.juridico {
  padding: 9px 18px;
  font-size: 14px;
  line-height: 20px;
}
