/* CSS Isolado da Home */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body, h1, h2, h3, h4, h5, h6, p, a, button, input, select, textarea {
    font-family: 'Poppins', sans-serif !important;
}
.fa, .fas, .far, .fab, .fal, .fad {
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free" !important;
}

.banner .animation-item {
  width: 25px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 15px;
  margin: 0 auto;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.banner .animation-item:after {
  width: 5px;
  height: 5px;
  content: "";
  background: #fff;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  animation: mymove 1s infinite;
}

.banner .border-bottom {
  background: #444444;
  position: fixed; /* Moved from later rule */
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 5; /* Moved from later rule */
}

.banner .border-bottom a {
  display: block;
  width: 300px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  line-height: 45px;
  height: 45px;
  font-weight: bold;
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 22px;
  clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0 50%);
}

.banner .border-bottom a:hover {
  color: #444444;
  text-decoration: none;
}

.title-section {
  color: var(--secondary);
  font-size: 40px;
  font-family: "VAG Rundschrift D";
}

.subtitle {
  color: var(--secondary);
  font-size: 18px;
  font-weight: 500;
  max-width: 900px;
  margin: 0 auto 50px;
}

.subtitle > b {
  color: var(--secondary);
}

.title-section.black,
.subtitle.black {
  color: var(--secondary);
}

.como-participar {
  padding-top: 50px;
  /* padding-bottom: 50px; */
  background: rgb(69, 73, 76);
  background: linear-gradient(
    0deg,
    rgba(69, 73, 76, 1) 50%,
    rgba(251, 245, 242, 1) 50%
  );
  position: relative;
  z-index: 4; /* Moved from later rule */
}

.como-participar .item {
  /* background: #FBB03B; */
  padding: 0 25px 40px 25px;
  margin-top: 30px;
  position: inherit; /* Moved from later rule */
  z-index: 3; /* Moved from later rule */
}

.como-participar .item h3 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
}

.como-participar .item .eclip p {
  font-family: "VAG Rundschrift D";
  font-size: 35px;
  color: #fff;
  margin: 0;
  margin-bottom: 35px;
}

.produtos-participantes {
  position: relative;
  margin-top: -2px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, #f5f6f6 76%);
  background-size: cover;
}

.lojas-participantes {
  background: #45494c;
  padding: 0;
  position: relative;
}

.lojas-participantes label {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.lojas-participantes .form-control {
  border: 1px solid #999999;
  border-radius: 4px;
  margin-bottom: 15px;
}

.lojas-participantes .item {
  background: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  margin-bottom: 20px;
  display: block;
}

.lojas-participantes .item p {
  margin: 0;
  color: #45494c;
}

#buscarGeo {
  border: 0;
  background: #444444;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  margin-top: 15px;
  text-decoration: none;
}

#buscarGeo, #buscarGeo > i {
  color: #fff;
  text-transform: initial !important;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#buscarGeo:hover,
#buscarGeo:hover i {
  background: #292a2b;
}

#buscar {
  position: absolute;
  top: 12px;
  right: 5px;
  border: none;
  background: transparent;
  filter: grayscale(10) brightness(2);
  cursor: pointer;
}

.premios {
  background: #fff;
  background-size: cover;
  position: relative;
}

.swiper-slide {
  text-align: center;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  color: #ec2474;
  font-size: 18px !important;
  font-weight: bold;
  background-color: #fff;
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0px 6px 6px #acacac47;
}

.bg_gradient {
  background: rgb(236, 36, 116);
  background: linear-gradient(
    90deg,
    rgba(236, 36, 116, 1) 0%,
    rgba(239, 89, 66, 1) 100%
  );
  max-width: 400px;
  max-height: 62px;
  padding: 10px 20px;
  margin: 18px 0;
  border-radius: 50vw;
  position: relative;
}

#premios .scroll_premios div svg {
  position: absolute;
  left: -10px;
  transform: rotate(90deg);
  filter: drop-shadow(0px -3px 6px #00000029);
}

.titulo_premios {
  margin: 0;
  padding-left: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
  display: flex;
  align-items: flex-end;
}

#lojas {
  overflow-y: scroll;
  background: #fff;
  border-radius: 4px;
  max-height: 400px;
  height: 100%;
}

#lojas-participantes ::-webkit-scrollbar,
#premios ::-webkit-scrollbar {
  width: 24px;
}

#lojas-participantes ::-webkit-scrollbar-track,
#premios ::-webkit-scrollbar-track {
  background: #cfcfcf;
  border-radius: 50px;
  border: 6px solid transparent;
  background-clip: content-box;
}

#lojas-participantes ::-webkit-scrollbar-thumb,
#premios ::-webkit-scrollbar-thumb {
  background: #ff245c;
  border-radius: 50px;
  border: 6px solid transparent;
  background-clip: content-box;
  max-height: 210px;
}

body.home > canvas {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  display: block;
}

.banner1,
.banner2 {
  position: relative;
  z-index: 2;
}

/*! Novo css otimizado */

.banner {
  position: relative;
  display: flex;
  height: 100%;
  min-height: calc(100vh - 80px);
  background: rgb(236, 36, 116);
  background: linear-gradient(219deg, #ef5942 0%, #ec2474 100%);
}

.banner::before {
  content: "";
  background-image: url(../images/nuvem-top.png);
  background-size: contain;
  background-position: top;
  width: 100%;
  height: 180px;
  position: absolute;
  bottom: -2px;
  animation: 60s linear 0s infinite running backgroudParallax;
  z-index: 5;
}

.banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 80px);
  background: url(../images/bg-banner.png) no-repeat;
}

.img__promo {
  width: 375px;
  position: relative;
  z-index: 5;
  margin-right: 25px;
}

.img__light {
  width: 100%;
  position: absolute;
  right: -50px;
  top: -50px;
  animation: 10s linear 0s infinite running rotateItem;
  z-index: 3;
}

.img__mulher {
  width: auto;
  height: 100%;
  z-index: 4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.vag {
  font-family: "VAG Rundschrift D";
  color: #fff;
  font-size: 1.8rem;
}

.col__right {
  z-index: 6;
}

.col__right > p:first-child {
  font-size: 48px;
}

.col__right .banner__p p {
  display: inline;
  background-color: #f9c035;
  margin-left: auto;
  padding: 2px 10px;
  text-wrap: nowrap;
}

.btn__fale {
  font-family: "VAG Rundschrift D";
  font-size: 18px;
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 15px 0;
  padding: 14px 43px !important;
  position: relative;
  z-index: 10;
}

.banner .blur {
  max-width: 250px;
  position: absolute;
  left: -125px;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 2;
}

.banner .blur-2 {
  position: absolute;
  max-width: 200px;
  right: 100px;
  bottom: 0;
  z-index: 5;
}

.cifrao {
  position: absolute;
  top: 50px;
  left: 100px;
  max-width: 125px;
  z-index: 2;
  animation: 5s linear 0s infinite running floatingItem;
}

.cifrao2 {
  position: absolute;
  top: 50px;
  right: 0;
  max-width: 125px;
  z-index: 2;
}

.btn__participar {
  background: rgb(236, 36, 116);
  background: linear-gradient(399deg, #ef5942 0%, #ec2474 100%);
  color: #fff;
  font-family: "VAG Rundschrift D";
  font-size: 30px;
  border-radius: 10px;
  width: 100%;
  max-width: 350px;
  border: 3px #fff solid;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.btn_amarelo {
  background: linear-gradient(399deg, #FFB300 0%, #FF8F00 100%);
}

.btn__participar::after {
  content: "";
  width: 100%;
  max-width: 340px;
  background-color: #ffffff50;
  height: 30px;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 5px 5px 0 0;
  clip-path: polygon(
    100% 0,
    100% 100%,
    81% 65%,
    60% 59%,
    38% 54%,
    28% 52%,
    16% 54%,
    0 54%,
    0 0
  );
}

.btn__participar::before {
  content: "";
  width: 100%;
  max-width: 50px;
  background-color: #ffffff50;
  height: 25px;
  position: absolute;
  bottom: 2px;
  left: 2px;
  border-radius: 5px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.como-participar::after {
  content: "";
  background-image: url(../images/nuvem-bottom.png);
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 350px;
  position: absolute;
  top: 49%;
  bottom: 0;
  margin: auto;
  animation: 60s linear 0s infinite running backgroudParallax;
  z-index: 1;
}

.icon__pin {
  max-width: 20px;
}

.btn_2 {
  margin-top: -150px;
  margin-bottom: 50px;
}

.text__round {
  position: absolute;
  top: -16px;
  left: -14px;
  width: 75px;
  height: 75px;
}

.text__round text {
  width: 85px;
}

textPath {
  font-size: 9px;
  color: #707070;
}

.heart_icon {
  fill: #ec2474;
}

@media (min-width: 1400px) {
  .img__promo {
    width: 100%;
    right: 15%;
  }

  .img__light {
    min-width: 150%;
  }
}

@media (max-width: 1200px) {
  .como-participar::after {
    top: 33%;
  }
}

@media (max-width: 991px) {
  .banner {
    min-height: 350px !important;
    align-items: flex-end;
  }
  
  .banner::after {
    background-size: cover;
  }

  .img__light,
  .img__promo {
    display: none;
  }

  .img__mulher {
    position: relative;
    height: 100%;
  }

  .col__right .banner__p p {
    font-size: 28px;
  }

  .banner::before {
    height: 10vw;
  }

  .blur,
  .blur-2,
  .cifrao,
  .cifrao2,
  .arrow {
    display: none;
  }

  .btn_2 {
    margin-top: 0;
  }

  body
    > section.banner.pt-5
    > div
    > div
    > div.col-6.position-relative.col__right.text-right
    > img {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .col__right {
    bottom: 30px;
  }
  .banner {
    align-items: flex-end;
  }

  .img__mulher {
    height: 100%;
    object-fit: cover;
    object-position: right;
  }

  .col__left {
    padding: 0;
  }

  .btn__fale {
    padding: 0.75rem !important;
  }

  .col__right .banner__p p {
    font-size: 20px;
  }

  .como-participar::after {
    top: 18%;
  }

  #map {
    margin-top: 1rem;
  }

  .scroll_premios > * {
    margin: 18px auto !important;
  }

  body
    > section.banner.pt-5
    > div
    > div
    > div.col-6.position-relative.col__right.text-right
    > img {
    margin-right: 0;
  }
}

@media (max-width: 573px) {
  .imgMulherMobile {
    width: 200px;
    position: absolute;
    left: 30px;
  }

  .col__right {
    bottom: 30px;
    left: -50px;
  }

  .banner,
  .banner::after {
    min-height: auto;
    height: auto;
  }

  .col__right > p:first-child {
    font-size: 20px;
  }

  .vag {
    font-size: 1rem;
  }

  .col__right .banner__p p {
    padding: 0 2px;
    font-size: 18px;
    text-wrap: wrap;
  }

  .btn__fale {
    font-size: 12px;
  }

  .como-participar .item {
    padding: 0 0px 40px 0px;
  }

  .title-section {
    font-size: 36px;
  }

  #buscarGeo,
  #buscarGeo > i {
    font-size: 11px;
  }

  .titulo_premios {
    font-size: 12px;
  }
}

/* Animations */
@keyframes mymove {
  from {
    top: 5px;
  }

  to {
    top: 30px;
  }
}

@keyframes floatingItem {
  25% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes rotateItem {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes backgroudParallax {
  0% {
    background-position: 0;
  }

  100% {
    background-position: 100%;
  }
}
