@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,900);
main {
}
/* ------------------------------------- */
.info-cpn {
  text-align: center;
  padding: 1% 0;
}
.info-cpn h1 {
  font-size: 47px;
  color: #ffa300;
  font-weight: 600;
  margin: 30px auto 0;
  max-width: 1040px;
}
.info-cpn .info-desc {
  font-size: 20px;
  display: block;
  color: #302d46;
  max-width: 1400px;
  margin: 10px auto;
}
.info-cpn .info-desc p {
  margin: 20px auto 0;
  line-height: 140%;
  font-size: 20px;
  color: #707070;
}
/* ------------------------------------- */

/* -----------------
Info compras
----------------- */

.infos-compras {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 20px 0;
  color: #302d46;
  text-align: center;
}
.infos-compras a.itens-escolha {
  text-decoration: none;
  position: relative;

  img {
    width: 100%;
    max-width: 304px;
    height: auto;
  }
}
.infos-compras p {
  font-size: 19px;
  font-weight: 600;
  max-width: 319px;
  margin: 5px auto;
}
.infos-compras small {
  font-size: 14px;
}
.holder-escolha {
  position: absolute;
  bottom: 5%;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.first {
  text-transform: uppercase;
  color: #fff;
  font-size: 40px !important;
  font-weight: 800;
}
.holder-escolha .card-button {
  background: var(--orange);
  font-size: 20px;
  color: #fff;
  padding: 7px 15px;
  border-radius: 8px;
  margin-top: 10px;
}
@media (max-width: 1366px) {
  .infos-compras img {
    max-width: 95%;
  }
}
@media (max-width: 768px) {
  .infos-compras a.itens-escolha {
    img {
      max-width: unset;
    }
  }
  .holder-escolha {
    left: 20px;
    width: 120px;
    bottom: 55px;
  }
  .info-cpn .info-desc p {
    font-size: 14px;
  }
  .info-cpn h1 {
    font-size: 25px;
  }
  .first {
    font-size: 20px !important;
  }
  .holder-escolha .card-button {
    font-size: 14px;
  }
}
/* -----------------
Info compras
----------------- */
