@font-face {
  font-family: "DinPro";
  src: url(/fonts/D-DIN-PRO-400-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: "DinPro";
  src: url(/fonts/D-DIN-PRO-500-Medium.otf);
  font-weight: 500;
}
@font-face {
  font-family: "DinPro";
  src: url(/fonts/D-DIN-PRO-700-Bold.otf);
  font-weight: 700;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
}

body {
  font-family: "DinPro";
  font-weight: 500;
  width: 100vw;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  background: rgb(255, 90, 18);
  background: linear-gradient(0deg, rgb(255, 90, 18) 20%, #FA2A02 57%);
}

main {
  overflow-x: hidden;
  overflow-y: hidden;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

main {
  position: relative;
}

.logo-pg-xl {
  mix-blend-mode: soft-light;
  max-width: 72.75rem;
  z-index: -1;
  opacity: 0.3;
  filter: blur(1px);
  left: 50%;
  transform: translate(-50%, -2%);
  position: absolute;
}

.grid-cashback {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: center;
  padding: 5px;
}

.img-cashback {
  max-height: 17.93rem;
  margin-top: 90px;
}

.confira-regulamento {
  cursor: pointer;
  margin-top: -150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.18rem;
  width: 15.93rem;
  height: 7.75rem;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.137));
  background: #FF5F0B;
  color: white;
  text-align: center;
}

.telefone-cashback a {
  text-decoration: none;
  color: #FFE400;
}

.agora-cashback {
  margin-top: 90px;
  color: white;
  font-size: 3rem;
}

.txt-yellow {
  color: #FFE400;
}

.info-cashback {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 0 10px 0 10px;
  margin-top: 50px;
  text-align: center;
  width: 100%;
}

.abastece-fatura {
  font-size: 2rem;
  color: white;
}
.abastece-fatura strong {
  font-size: 5.62rem;
}

.painel-cashback {
  padding: 45px;
  margin-bottom: 50px;
  color: white;
  font-size: 2.8rem;
  font-weight: bold;
  width: 59.75rem;
  height: 32.62rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/painel-cashback.svg");
}
.painel-cashback div {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: left;
  padding-left: 80px;
  padding-top: 40px;
}
.painel-cashback .txt-painel-sm {
  font-size: 2rem;
}
.painel-cashback .price-painel-sm {
  position: relative;
  top: -20px;
  font-size: 1.56rem;
}

.info-fatura {
  width: 70%;
  margin: 0 auto 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: white;
}

.ball-light {
  position: relative;
}

.ball-light::before {
  position: absolute;
  left: -3rem;
  content: url("./assets/bolinhaBrilhanteLG.svg");
}

.ana-maria {
  position: absolute;
  right: 0;
  bottom: -50px;
  max-width: 24.68rem;
}

.cashback-cartao1 {
  width: 18.5rem;
  z-index: -1;
  position: absolute;
  right: -80px;
  top: 23rem;
}

.cashback-cartao2 {
  width: 18.5rem;
  z-index: -1;
  position: absolute;
  left: 50px;
  bottom: 0px;
  filter: blur(3px);
}

.cashback-cartao3 {
  width: 18.5rem;
  z-index: -1;
  position: absolute;
  right: 20rem;
  bottom: 30px;
  filter: blur(3px);
  rotate: 70deg;
}

.cashback-cartao4 {
  width: 26.5rem;
  z-index: -1;
  position: absolute;
  top: 8rem;
  left: 7rem;
  filter: blur(3px);
  rotate: 70deg;
}

footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 20px;
  min-height: 13.5rem;
  width: 100%;
  overflow: hidden;
  background: rgb(252, 115, 37);
  background: linear-gradient(90deg, rgb(252, 115, 37) 60%, rgb(233, 16, 6) 100%);
}

.aplicativo {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: end;
  color: white;
  text-align: right;
  font-size: 2.5rem;
}

.aplicativo img {
  cursor: pointer;
}

.ajuda {
  display: flex;
  flex-direction: column;
  align-items: end;
  color: white;
  font-size: 2.5rem;
  gap: 2px;
  text-align: right;
  border-left: 1px solid rgba(255, 0, 0, 0.568);
}

.contatos {
  display: flex;
  flex-direction: column;
  font-size: 1.87rem;
  color: white;
}
.contatos div {
  display: flex;
  align-items: center;
  gap: 5px;
}

@media screen and (max-width: 1032px) {
  .grid-cashback {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .img-cashback {
    margin-top: 0px;
    max-height: 15.93rem;
  }
  .confira-regulamento {
    margin-top: 0px;
  }
  .agora-cashback {
    margin-top: 0px;
  }
  .painel-cashback {
    width: 40.75rem;
    height: 20.62rem;
    font-size: 1.8rem;
  }
  .painel-cashback div {
    gap: 20px;
    text-align: left;
    padding-left: 80px;
    padding-top: 5px;
  }
  .ball-light::before {
    left: -2rem;
    content: url("./assets/bolinhaBrilhanteMD.svg");
  }
  .aplicativo {
    font-size: 1.5rem;
  }
  .ajuda {
    font-size: 1.5rem;
  }
  .contatos {
    font-size: 1rem;
  }
  .contatos img {
    max-width: 3rem;
  }
  .ana-maria {
    max-width: 12.68rem;
  }
  .logo-pg-xl {
    max-width: 60rem;
  }
}
@media screen and (max-width: 625px) {
  .img-cashback {
    margin-top: 0px;
    max-height: 10.93rem;
  }
  .painel-cashback {
    padding: 15px;
    width: 20.75rem;
    height: 10.62rem;
    font-size: 0.8rem;
  }
  .painel-cashback div {
    height: 100%;
    padding-left: 55px;
    text-align: left;
  }
  .painel-cashback .txt-painel-sm {
    font-size: 0.6rem;
  }
  .painel-cashback .price-painel-sm {
    top: -5px;
    font-size: 0.8rem;
  }
  footer {
    gap: 5px;
    grid-template-columns: repeat(1, 1fr);
  }
  .aplicativo {
    align-items: center;
    font-size: 2rem;
    text-align: center;
  }
  .aplicativo div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .aplicativo div img {
    max-width: 10rem;
  }
  .ball-light::before {
    left: -1.5rem;
    content: url("./assets/bolinhaBrilhanteSM.svg");
  }
  .ajuda {
    align-items: center;
    font-size: 2rem;
    text-align: center;
    border-left: none;
    padding: 2px;
  }
  .contatos {
    font-size: 1.2rem;
    text-align: start;
  }
  .contatos img {
    max-width: 3rem;
  }
  .ana-maria {
    max-width: 7.68rem;
  }
  .logo-pg-xl {
    max-width: 30rem;
  }
}/*# sourceMappingURL=cashback.css.map */