@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400i|Muli:300,400,700,900");
/* header {
  display: none;
} */
* {
  box-sizing: border-box;
  font-family: "Muli", "Arial", "Helvetica", sans-serif;
}
html,
body {
  margin: 0;
  padding: 0;
}
a,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}
h1 {
  color: inherit;
}
.main {
  background-color: #fff;
  color: #514e4e;
}
.hero {
  width: 100%;
  min-height: 340px;
  padding: 50px;
  background-color: #000;
  background-size: cover;
  background-position: center;
}
.hero.fr {
  background-image: url(/subhomes/_lojas_consumer/landing/2019/semana-maluca/img/banner.jpg);
}
.hero h1 {
  text-indent: -999vh;
}
.row_1 {
  margin: 100px auto;
  height: 305px;
  padding: 3vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #d7d6d6;
}
.countdown {
  color: inherit;
  color: #404040;
}
.countdown > span {
  display: block;
  font-size: 22px;
  opacity: 0.8;
}
.countdown h1 {
  margin: 0 0 10px;
  max-width: 310px;
  font-size: 2.5em;
  color: inherit;
}
.row_1 .product {
  position: relative;
  max-width: 430px;
  margin: 1em;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: inherit;
}
.discount_tag {
  position: absolute;
  left: 0.5em;
  top: 15px;
  border-radius: 150px;
  padding: 0.7em 0.6em;
  background-color: #df5f7b;
  background-size: cover;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  z-index: 100;
  animation: glowin;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes glowin {
  0% {
    box-shadow: 0 3px 25px rgba(252, 82, 95, 0.85);
  }
  25% {
    box-shadow: 0 3px 50px rgba(252, 82, 95, 0.75);
  }
  50% {
    box-shadow: 0 3px 75px rgba(252, 82, 95, 0.65);
  }
  75% {
    box-shadow: 0 3px 50px rgba(252, 82, 95, 0.75);
  }
  100% {
    box-shadow: 0 3px 25px rgba(252, 82, 95, 0.85);
  }
}

.row_1 .discount_tag {
  top: 65px;
  padding: 0.65em;
  font-size: 24px;
}
.products {
  display: flex;
  margin-top: -65px;
  margin-left: 100px;
}
.product {
  display: flex;
  flex-direction: column;
  position: relative;
}
.row_1 .product {
  background-color: #cdcdcd;
}
.row_1 .product .text h1 {
  color: inherit;
  font-weight: 700;
  font-size: 28px;
}
.product .heading b {
  font-weight: 900;
}
.product img {
  max-width: 100%;
  object-fit: contain;
}
.row_1 .product .text {
  width: 100%;
  position: absolute;
  top: 3px;
}
.product .text h1 {
  margin: 20px 0 0;
  font-size: 24px;
  line-height: 1;
}
.preco_de,
.preco_por {
  display: inline;
  font-size: 18px;
}
.row_1 .preco_de,
.row_1 .preco_por {
  color: inherit;
}
.row_1 .preco_por b {
  font-size: 22px;
  font-weight: 700;
  color: #df5f7b;
}
.preco_de {
  font-weight: 300;
  opacity: 0.7;
}
.cta_button {
  margin: 20px auto;
  max-width: 250px;
  border-radius: 50px;
  border: 1px solid #df5f7b;
  padding: 1.15em 3.5em;
  background-color: #df5f7b;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  transition: 0.5s;
}
.row_1 .cta_button {
  margin: -60px auto;
}
.cta_button:hover,
.cta_button:focus,
.cta_button:active {
  background-color: transparent;
  text-decoration: none;
  color: #fc515f;
  box-shadow: 0 0 45px 0 rgba(252, 81, 95, 0.65);
  transition: 0.5s;
}
.row_2,
.row_3,
.row_4 {
  margin: 0 auto;
  padding: 3em 20vw;
  text-align: center;
}
.row_4 {
  padding: 3em 10vw;
}
.row_2 h1,
.row_3 h1,
.row_4 h1 {
  font-size: 2.3em;
  font-weight: 700;
}
.row_2 > span,
.row_3 > span,
.row_4 > span {
  font-size: 1.2em;
  font-weight: 400;
}
.fotolivros,
.fotos,
.mais_produtos {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fotolivros .product,
.fotos .product,
.mais_produtos .product {
  margin: 0.5em;
  max-width: 299px;
  display: flex;
  flex-direction: column;
}
.row_3 {
  background-color: #d7d6d6;
  color: inherit;
}
.mais_produtos .product {
  background-color: #d7d7d7;
  color: inherit;
}
.mais_produtos .product h1 {
  font-size: 22px;
}

.juridico {
  margin: 0;
  padding: 30px 15vw;
  background-color: #fff;
  text-align: justify;
  color: inherit;
}

/* ===== Fix full-width parceiros ===== */
.container-site,
.wrapper {
  width: 100% !important;
  padding: 0 !important;
}
/* ===== Fix full-width parceiros ===== */

.explore-profissional {
  margin: 60px auto 120px;
}
.explore-profissional__products-subtitle {
  margin: 10px auto 20px;
}
.explore-profissional__products-subtitle .priceof {
  font: normal normal bold 24px/29px Montserrat;
  color: #2a2323;
}
.explore-profissional__products-title {
  font-size: 1.2rem;
}
button.cta {
  display: block;
  margin: 0 auto;
  border: none;
  background: #778899;
  padding: 8px 38px;
  border-radius: 25px;
  transition: all ease-in-out 0.2s;
}
button.cta.digipix-pro {
  background: #ffa300;
}
button.cta.indimagem {
  background: #db0306;
}

button.cta:hover {
  transition: all ease-in-out 0.2s;
  transform: scale(1.1);
}
button.cta a {
  color: #fff;
  text-decoration: none;
  font: normal normal normal 14px/18px Montserrat;
}

@media screen and (max-width: 725px) {
  .explore-profissional__products-box {
    flex-wrap: wrap;
  }
  .grid-mobile {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
  .mobile-fix {
    width: 100%;
  }
}

@media (max-width: 1430px) {
  .row_1 .product {
    font-size: 16px;
  }
  .row_1 .product .text {
    width: 92%;
    left: 8%;
  }
  .product .heading span {
    font-size: 1.15em;
  }
  .preco_uni_tag {
    top: 110px;
    left: 1em;
    font-size: 0.6em;
    padding: 2.5em 1em;
  }
  .row_1 .discount_tag {
    top: 50px;
    padding: 0.65em;
    font-size: 1.2em;
  }
}
@media (max-width: 1270px) {
  .row_1 {
    margin: 55px auto;
  }
  .row_1 .product .text {
    width: 70%;
    left: 25%;
    text-align: right;
  }
  .product .heading span {
    font-size: 1em;
  }
}
@media (max-width: 550px) {
  .hero {
    min-height: 260px;
    height: 260px;
  }
  .hero.fr {
    background-image: url(/subhomes/_lojas_consumer/landing/2019/semana-maluca/img/banner-mb.jpg);
  }
  .row_1 {
    margin-top: 10px;
    max-height: 300px;
    flex-direction: column;
  }
  .countdown {
    margin-top: 35px;
    text-align: center;
  }
  .countdown > span {
    font-size: 18px;
  }
  .countdown h1 {
    max-width: 100%;
    font-size: 1.6em;
  }
  .time_number {
    font-size: 40px;
  }
  .products {
    margin-top: 20px;
    margin-left: 0;
    flex-direction: column;
  }
  .clear {
    clear: both;
  }
  .row_1 .product {
    text-align: center;
    min-height: 315px;
    margin-bottom: 2em;
  }
  .product .heading span {
    font-size: 1.5em;
  }
  .row_1 .discount_tag {
    padding: 0.75em;
    font-size: 18px;
  }
  .cta_button {
    margin-top: 8px;
    max-width: 60vw;
    padding: 0.8em 2.5em;
    font-size: 11px;
  }
  .title {
    font-size: 28px;
  }
  .product .text h1 {
    font-size: 16px;
  }
  .preco_por,
  .preco_de {
    display: block;
    font-size: 14px;
  }
  .preco_de {
    font-weight: 400;
  }
  .preco_por {
    font-size: 16px;
  }
  .row_2,
  .row_3,
  .row_4 {
    padding: 3em 0;
  }
  .row_2 h1,
  .row_3 h1,
  .row_4 h1 {
    font-size: 1.8em;
  }
  .row_2 {
    margin-top: 500px;
  }
  .product.fotolivro_1 img,
  .product.fotos_1 img {
    display: none;
  }
  .product.fotolivro_1 {
    background-color: #c0c0c0;
    background-image: url(../img/fotolivro-1-mb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .product.fotolivro_1 .text,
  .product.fotos_1 .text {
    width: 50vw;
    margin-left: 45vw;
  }
  .product.fotolivro_1 .cta_button,
  .product.fotos_1 .cta_button {
    margin-left: 55vw;
  }
  .product.fotos_1 {
    background-color: #fff;
    background-image: url(../img/fotos-1-mb.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    color: #555555;
  }
  .fotolivros,
  .fotos,
  .mais_produtos {
    display: grid;
    grid-template-columns: 49vw 49vw;
    grid-template-rows: auto auto;
  }
  .fotolivros .product,
  .fotos .product,
  .mais_produtos .product {
    max-width: 100vw;
    margin: 0.25em;
  }
  .fotolivros {
    grid-template-areas: "fotolivro_1 fotolivro_1" "fotolivro_2 fotolivro_3";
  }
  .fotos {
    grid-template-areas: "fotos_1 fotos_1" "fotos_2 fotos_3";
  }
  .mais_produtos {
    grid-template-areas: "fotos-instapix calendario-fotos-instapix" "caneca caderno";
  }

  .fotolivro_1 {
    grid-area: fotolivro_1;
  }
  .fotolivro_2 {
    grid-area: fotolivro_2;
  }
  .fotolivro_3 {
    grid-area: fotolivro_3;
  }
  .fotos_1 {
    grid-area: fotos_1;
  }
  .fotos_2 {
    grid-area: fotos_2;
  }
  .fotos_3 {
    grid-area: fotos_3;
  }
  .fotos-instapix {
    grid-area: fotos-instapix;
  }
  .calendario-fotos-instapix {
    grid-area: calendario-fotos-instapix;
  }
  .caneca {
    grid-area: caneca;
  }
  .caderno {
    grid-area: caderno;
  }

  .juridico {
    padding: 30px 2em;
  }
}
@media (max-width: 325px) {
  .row_1 .product {
    min-height: 265px;
  }
  .row_2 {
    margin-top: 445px;
  }
  .product.fotos-instapix {
    min-height: 260px;
  }
  .discount_tag {
    padding: 0.65em;
    font-size: 14px;
  }
}
.natal {
  display: none;
}