﻿/*

    [Home - Banner]
    [Home - Como funciona]
    [Home - Premios]
    [Home - FAQ]

    [Responsivo 1400]
    [Responsivo 1200]
    [Responsivo 992]
    [Header - 992]
    [Footer - 992]
    [Responsivo - 768]
    [Header - 768]
    [Footer - 768] 
*/
/*********************************
    [Home - Banner]
**********************************/
.banner {
  background: url(../images/bg-verde.png) repeat-x top center;
  background-size: auto 100%;
  min-height: 500px;
  padding-top: 80px;
  overflow: hidden;
  margin-top: -20px;
}
.banner .container {
  justify-content: center;
  align-items: center;
}
.banner .bg-coins {
  position: absolute;
  top: -80px;
  height: 500px;
  width: auto;
  right: 0;
}
.banner .image, .banner .text {
  max-width: none;
}
.banner .image {
  padding-right: 50px;
}
.banner .image img {
  width: auto;
  height: 400px;
}
.banner .text {
  text-align: center;
}
.banner .text h1, .banner .text p {
  color: #fff;
  text-align: center;
}
.banner .text h1 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  font-family: "GT America Bl", "Work Sans", sans-serif;
}
.banner .text p {
  color: #fff;
  max-width: 400px;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 40px;
}
.banner .text p .amarelo {
  color: #FFD24A;
  font-size: inherit;
  line-height: inherit;
  font-family: "GT America Bl", "Work Sans", sans-serif;
}
.banner .text button {
  padding: 20px 30px;
}

.banner.temp .doodle {
  color: rgba(255, 255, 255, 0.4);
  margin-top: 15px;
  display: inline-block;
}
.banner.temp .doodle img {
  position: absolute;
}
.banner.temp .doodle .corte {
  width: 100%;
  height: 5px;
  top: 5px;
}
.banner.temp .doodle .msg {
  width: auto;
  height: 16px;
  top: -15px;
  right: 0;
}
.banner.temp .note {
  color: #FFD24A;
  font-size: 13px;
  line-height: 15px;
  max-width: 260px;
  margin: 10px auto;
}

/**************************
    [Home - Como funciona]
***************************/
.como-funciona {
  padding: 40px 0;
}
.como-funciona .container {
  text-align: center;
}
.como-funciona h2 {
  text-align: center;
  text-transform: uppercase;
  color: #FF8931;
  font-family: "GT America Bl", "Work Sans", sans-serif;
  font-size: 44px;
  line-height: 44px;
}
.como-funciona h2 span {
  color: #000;
  font-family: "GT America Rg", "Work Sans", sans-serif;
  display: block;
  font-size: 26px;
  line-height: 26px;
}
.como-funciona .faixa {
  position: absolute;
  background: #FF8931;
  height: 130px;
  width: 100%;
  left: 0;
  top: 32%;
}
.como-funciona .steps {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-top: 70px;
}
.como-funciona .steps .step {
  max-width: calc(25% - 40px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.2);
  padding: 50px 25px 35px 25px;
  width: 300px;
  margin: 0 20px;
  text-align: center;
}
.como-funciona .steps .step img {
  width: 80px;
  height: 80px;
}
.como-funciona .steps .step p {
  font-size: 18px;
  line-height: 20px;
}
.como-funciona .steps .step p.title {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}
.como-funciona .steps .step p.title span {
  text-transform: uppercase;
  color: #FF8931;
  display: block;
  font-family: "GT America Bl", "Work Sans", sans-serif;
  font-size: 26px;
  line-height: 26px;
}
.como-funciona .steps .step .number {
  width: 60px;
  height: 60px;
  background: #243834;
  border-radius: 50%;
  position: absolute;
  color: #fff;
  font-family: "GT America Bl", "Work Sans", sans-serif;
  line-height: 60px;
  text-align: center;
  font-size: 40px;
  top: -30px;
  left: calc(50% - 30px);
}
.como-funciona .bt-participar {
  padding: 20px 30px;
  margin-top: 40px;
}
.como-funciona .notas {
  max-width: 700px;
  margin: 40px auto 0 auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
}
.como-funciona .notas p {
  text-align: left;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.2em;
  padding-left: 20px;
  background: url(../images/bullet.png) no-repeat;
  background-size: 12px auto;
  background-position: left 0 top 2px;
}
.como-funciona .notas p:last-child {
  margin-bottom: 0;
}

.como-funciona.quem-participa h2 {
  color: #243834;
}
.como-funciona.quem-participa .faixa {
  background: #243834;
  height: 200px;
  top: 30%;
}
.como-funciona.quem-participa .steps {
  margin-top: 30px;
}
.como-funciona.quem-participa .steps .step {
  padding: 25px 25px 35px 25px;
}
.como-funciona.quem-participa .bt-participar {
  background: #243834;
}
.como-funciona.quem-participa .bt-participar:hover, .como-funciona.quem-participa .bt-participar:active {
  background: #000;
}

/****************************
    [Home - Premios]
****************************/
.premios {
  background: #243834;
  padding: 40px 0;
  margin-top: 50px;
  margin-bottom: 100px;
}
.premios .container {
  justify-content: center;
}
.premios .image {
  width: 50%;
}
.premios .image img.foto {
  position: absolute;
  width: 83%;
  height: auto;
  top: -16%;
  right: 30px;
}
.premios .image img.selo {
  position: absolute;
  top: -90px;
  right: 0;
  width: 240px;
  height: auto;
  animation: anipremios 3s infinite;
  animation-timing-function: linear;
}
.premios .text {
  max-width: 50%;
  text-align: center;
}
.premios .text h3 {
  text-align: center;
  text-transform: uppercase;
  color: #FF8931;
  font-family: "GT America Bl", "Work Sans", sans-serif;
  font-size: 44px;
  line-height: 44px;
}
.premios .text h3 span {
  color: #fff;
  font-family: "GT America Rg", "Work Sans", sans-serif;
  display: block;
  font-size: 26px;
  line-height: 26px;
}
.premios .text p {
  color: #fff;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 22px;
}
.premios .text p span {
  color: #FF8931;
  font-size: inherit;
  line-height: inherit;
}
.premios .text .grafico {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #FF8931;
  border-radius: 100px;
  padding: 15px 40px;
  margin-top: 20px;
}
.premios .text .grafico .number {
  display: flex;
  justify-content: center;
  align-items: center;
}
.premios .text .grafico .p1, .premios .text .grafico .p2 {
  color: #fff;
  font-family: "GT America Bl", "Work Sans", sans-serif;
}
.premios .text .grafico .p1 {
  font-size: 40px;
  line-height: 40px;
}
.premios .text .grafico .p2 {
  font-size: 24px;
  line-height: 24px;
  margin: 0 5px;
}
.premios .text .grafico .p3 {
  font-family: "GT America Bl", "Work Sans", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #243834;
}
.premios .text .grafico .igual .p1 {
  margin-bottom: 10px;
  margin-right: 15px;
  margin-left: 15px;
}
.premios .text .grafico2 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  background: #FF8931;
  border-radius: 100px;
  padding: 20px;
  margin-top: 20px;
  gap: 50px;
}
.premios .text .grafico2 .bloco {
  width: fit-content;
  text-align: center;
}
.premios .text .grafico2 .bloco3 .span2 {
  max-width: 150px;
}
.premios .text .grafico2 .span1 {
  font-size: 30px;
  line-height: 30px;
  font-family: "GT America Bl", "Work Sans", sans-serif;
  color: #fff;
  display: block;
}
.premios .text .grafico2 .span2 {
  font-size: 12px;
  line-height: 12px;
  display: block;
  margin-top: 5px;
  color: #243834;
}
.premios .text .grafico2 img {
  position: absolute;
  width: 30px;
  height: auto;
  top: calc(50% - 30px);
  right: -40px;
}
.premios .text .grafico2 .bloco1 img {
  right: -30px;
}
.premios .text .grafico2 .bloco1 .span2 {
  max-width: 150px;
}
.premios .text .grafico2 .bloco2 {
  min-width: 130px;
}
.premios .text .grafico2 .bloco2 img {
  right: -44px;
}
.premios .text .destaque {
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
}
.premios .text .destaque span {
  color: #FF8931;
  font-weight: bold;
  font-size: inherit;
  line-height: inherit;
}
.premios .text .nota {
  font-size: 14px;
  line-height: 14px;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #ffcc00;
}
.premios .text .bt-participar {
  padding: 20px 30px;
}

.premios.temp {
  margin-bottom: 60px;
}
.premios.temp .image img.foto {
  width: 93%;
}
.premios.temp .text p {
  max-width: 460px;
}
.premios.temp .text .grafico {
  background: none;
  border: 3px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 40px;
  margin-top: 10px;
}
.premios.temp .text .grafico .p1, .premios.temp .text .grafico .p2, .premios.temp .text .grafico .p3 {
  color: rgba(255, 255, 255, 0.25);
}
.premios.temp .text .grafico .doodle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 40px;
}
.premios.temp .text .grafico .doodle .corte, .premios.temp .text .grafico .doodle .msg {
  position: absolute;
  height: auto;
}
.premios.temp .text .grafico .doodle .corte {
  width: 120%;
  left: -40px;
  top: 30px;
}
.premios.temp .text .grafico .doodle .msg {
  width: 290px;
  right: -60px;
  top: 50px;
}

/****************************
    [Home - FAQ]
****************************/
.faq {
  margin-bottom: 60px;
}
.faq h4 {
  text-align: center;
  text-transform: uppercase;
  color: #FF8931;
  font-family: "GT America Bl", "Work Sans", sans-serif;
  font-size: 44px;
  line-height: 44px;
  margin-bottom: 40px;
}
.faq h4 span {
  color: #000;
  font-family: "GT America Rg", "Work Sans", sans-serif;
  display: block;
  font-size: 26px;
  line-height: 26px;
}
.faq .faq-item {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.faq .faq-item .card.card-body {
  border: none;
  padding: 20px 0 0 0;
}
.faq .faq-item .card.card-body p {
  line-height: 18px;
  margin-bottom: 20px;
}
.faq .faq-item .card.card-body p span {
  font-weight: bold;
}
.faq .faq-item .card.card-body p a {
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  color: #FF8931;
  background: none;
  border-radius: 0;
  text-transform: none;
  font-weight: normal;
  font-family: inherit;
  text-decoration: none;
}
.faq .faq-item .card.card-body p a:hover, .faq .faq-item .card.card-body p a:active {
  color: #FF8931;
  text-decoration: underline;
}
.faq .faq-item .card.card-body ul li {
  margin-bottom: 8px;
}
.faq .faq-item.faq1 {
  border-top: 1px solid #ccc;
}
.faq .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq .question p {
  font-weight: bold;
}
.faq .question .arrow {
  transform: rotate(0deg);
  width: 15px;
  height: auto;
}
.faq .question.collapsed .arrow {
  transform: rotate(-90deg);
}

/********************************
    [Responsivo 1400]
***********************************/
@media screen and (max-width: 1400px) {
  .banner {
    min-height: 430px;
  }
  .banner .image img {
    height: 350px;
  }
  .como-funciona .steps .step {
    max-width: calc(25% - 20px);
    margin: 0 10px;
  }
  .premios {
    margin-bottom: 70px;
    margin-top: 30px;
  }
  .premios .image img.foto {
    width: 94%;
    top: -20%;
  }
  .premios .text p {
    font-size: 16px;
    line-height: 18px;
  }
  .premios .text .destaque {
    font-size: 16px;
    line-height: 20px;
  }
  .premios.temp .image img.foto {
    width: 102%;
  }
}
/***********************************
    [Responsivo 1200]
**********************************/
@media screen and (max-width: 1200px) {
  .banner {
    min-height: 340px;
    overflow: hidden;
  }
  .banner .bg-coins {
    height: calc(100% + 80px);
  }
  .banner .image {
    width: 60%;
    padding-right: 0;
  }
  .banner .image img {
    width: 100%;
    height: auto;
  }
  .banner .text h1 {
    font-size: 34px;
    line-height: 34px;
  }
  .banner .text p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .banner .text button {
    padding: 15px 30px;
    font-size: 18px;
    line-height: 18px;
  }
  .como-funciona h2 {
    font-size: 38px;
    line-height: 38px;
  }
  .como-funciona h2 span {
    font-size: 22px;
    line-height: 22px;
  }
  .como-funciona .steps .step {
    padding: 50px 20px 20px 20px;
  }
  .como-funciona .steps .step p {
    font-size: 15px;
    line-height: 18px;
  }
  .como-funciona.quem-participa .faixa {
    height: 180px;
  }
  .como-funciona.quem-participa .steps .step {
    max-width: calc(33.3333333333% - 20px);
  }
  .premios {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .premios .image img.foto {
    width: 105%;
    top: -18%;
    right: 0;
  }
  .premios .image img.selo {
    top: -70px;
    right: -20px;
    width: 210px;
  }
  .premios .text h3 {
    font-size: 38px;
    line-height: 38px;
  }
  .premios .text h3 span {
    font-size: 22px;
    line-height: 22px;
  }
  .premios .text .descontos {
    margin-top: 20px;
  }
  .premios .text .descontos .desconto {
    width: 100px;
    height: 100px;
    margin: 0 5px;
  }
  .premios .text .descontos .desconto .p1 {
    font-size: 11px;
    line-height: 11px;
  }
  .premios .text .descontos .desconto .p2 {
    font-size: 42px;
  }
  .premios .text .descontos .desconto .p3 {
    font-size: 10px;
    line-height: 10px;
  }
  .premios .text .descontos .desconto .p4 {
    font-size: 12px;
    line-height: 12px;
  }
  .premios .text .bt-participar {
    font-size: 18px;
    line-height: 18px;
    padding: 15px 30px;
  }
  .premios.temp .image img.foto {
    width: 106%;
    top: -13%;
  }
  .premios.temp .text .grafico {
    margin-bottom: 30px;
  }
  .premios.temp .text .grafico .doodle .corte {
    width: 100%;
    left: 0px;
  }
  .premios.temp .text .grafico .doodle .msg {
    width: 260px;
    right: -10px;
  }
  .faq h4 {
    font-size: 38px;
    line-height: 38px;
  }
  .faq h4 span {
    font-size: 22px;
    line-height: 22px;
  }
  .premios .text .grafico2 {
    gap: 40px;
  }
  .premios .text .grafico2 .span1 {
    font-size: 25px;
    line-height: 25px;
  }
  .premios .text .grafico2 .span2 {
    font-size: 11px;
    line-height: 10px;
  }
  .premios .text .grafico2 .bloco1 img {
    width: 24px;
    right: -32px;
  }
  .premios .text .grafico2 .bloco1 .span2 {
    max-width: 100px;
  }
  .premios .text .grafico2 .bloco2 {
    min-width: 110px;
  }
  .premios .text .grafico2 .bloco2 img {
    top: -1px;
    right: -41px;
  }
}
/***********************************
    [Responsivo 992]
**********************************/
@media screen and (max-width: 992px) {
  .banner {
    padding-top: 40px;
    min-height: 250px;
  }
  .banner .text h1 {
    font-size: 28px;
    line-height: 28px;
  }
  .banner .text p {
    font-size: 16px;
    line-height: 18px;
  }
  .banner .text button {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 16px;
  }
  .banner.temp .doodle {
    margin-top: 10px;
  }
  .banner.temp .doodle .msg {
    height: 14px;
    top: -10px;
  }
  .banner.temp .note {
    font-size: 11px;
    line-height: 13px;
    max-width: 250px;
  }
  .como-funciona {
    padding: 20px 0;
  }
  .como-funciona .faixa {
    top: 27%;
  }
  .como-funciona h2 {
    font-size: 34px;
    line-height: 34px;
  }
  .como-funciona h2 span {
    font-size: 18px;
    line-height: 18px;
  }
  .como-funciona .steps {
    margin-top: 60px;
  }
  .como-funciona .steps .step {
    max-width: none;
    width: calc(25% - 10px);
    margin: 0 5px;
    padding: 30px 15px 20px 15px;
  }
  .como-funciona .steps .step img {
    width: 60px;
    height: 60px;
  }
  .como-funciona .steps .step p {
    font-size: 13px;
    line-height: 16px;
  }
  .como-funciona .steps .step p.title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 18px;
  }
  .como-funciona .steps .step p.title span {
    font-size: 20px;
    line-height: 22px;
  }
  .como-funciona .steps .step .number {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    left: calc(50% - 25px);
  }
  .como-funciona .bt-participar {
    padding: 15px 30px;
    font-size: 18px;
    line-height: 18px;
  }
  .como-funciona .notas {
    max-width: 600px;
  }
  .como-funciona .notas p {
    font-size: 14px;
  }
  .como-funciona.quem-participa .faixa {
    height: 140px;
  }
  .como-funciona.quem-participa .steps .step {
    max-width: calc(33.3333333333% - 20px);
    width: calc(33.3333333333% - 20px);
  }
  .premios {
    padding: 20px 0;
  }
  .premios .image {
    width: 45%;
  }
  .premios .image img.foto {
    width: 140%;
    top: -13%;
    right: 0px;
  }
  .premios .image img.selo {
    top: -40px;
    right: 0;
    width: 190px;
  }
  .premios .text .destaque, .premios .text .nota {
    text-align: center;
  }
  .premios .text h3 {
    font-size: 34px;
    line-height: 34px;
  }
  .premios .text h3 span {
    font-size: 20px;
    line-height: 20px;
  }
  .premios .text .grafico {
    padding: 10px 30px;
  }
  .premios .text .grafico .p1 {
    font-size: 34px;
    line-height: 34px;
  }
  .premios .text .grafico .p3 {
    font-size: 14px;
    line-height: 14px;
  }
  .premios .text .grafico .igual .p1 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .premios.temp {
    padding: 30px 0;
    margin-bottom: 40px;
  }
  .premios.temp .image img.foto {
    top: 32px;
    left: -40px;
  }
  .premios.temp .image img.selo {
    top: 30px;
  }
  .premios.temp .text .nota {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .premios.temp .text .grafico .doodle .msg {
    width: 230px;
    right: 0px;
    top: 43px;
  }
  .premios.temp .text .grafico .doodle .corte {
    top: 24px;
  }
  .faq h4 {
    font-size: 32px;
    line-height: 32px;
  }
  .faq h4 span {
    font-size: 20px;
    line-height: 20px;
  }
  .premios .text .grafico2 {
    padding: 10px;
    gap: 20px;
    border-radius: 10px;
  }
  .premios .text .grafico2 .span1 {
    font-size: 20px;
    line-height: 20px;
  }
  .premios .text .grafico2 .bloco1 img {
    width: 20px;
    right: -18px;
    top: 1px;
  }
  .premios .text .grafico2 .bloco2 {
    min-width: 88px;
  }
  .premios .text .grafico2 .bloco2 img {
    width: 24px;
    right: -29px;
  }
}
/***********************************
    [Responsivo - 768]
**********************************/
@media screen and (max-width: 768px) {
  .banner {
    min-height: 220px;
  }
  .banner .image {
    max-width: 55%;
  }
  .banner .image img {
    width: 110%;
    height: auto;
    margin-left: -10%;
  }
  .banner .text {
    max-width: 45%;
  }
  .banner .text h1 {
    font-size: 22px;
    line-height: 22px;
  }
  .banner .text p {
    font-size: 14px;
    line-height: 16px;
  }
  .banner .text button {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 8px;
  }
  .como-funciona h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .como-funciona h2 span {
    font-size: 16px;
    line-height: 16px;
  }
  .como-funciona .faixa {
    height: 200px;
    top: 24%;
  }
  .como-funciona .steps {
    margin-top: 35px;
    flex-wrap: wrap;
  }
  .como-funciona .steps .step {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px 15px 20px 15px;
    margin-bottom: 30px;
  }
  .como-funciona .steps .step p.title {
    font-size: 15px;
    margin-top: 10px;
  }
  .como-funciona .steps .step p.title span {
    font-size: 18px;
    line-height: 18px;
  }
  .como-funciona .steps .step .number {
    left: -20px;
    top: -15px;
  }
  .como-funciona .bt-participar {
    margin-top: 0px;
    height: auto;
    font-size: 15px;
    line-height: 15px;
    padding: 15px 25px;
  }
  .como-funciona .notas {
    margin: 0 auto 30px auto;
  }
  .como-funciona .notas p {
    background: url(../images/bullet.png) no-repeat;
    background-size: 10px auto;
    background-position: left 0 top 4px;
    padding-left: 16px;
  }
  .como-funciona.quem-participa .faixa {
    height: 140px;
  }
  .como-funciona.quem-participa .steps .step {
    max-width: calc(33.3333333333% - 10px);
    width: calc(33.3333333333% - 10px);
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 15px 15px 25px 15px;
  }
  .premios {
    margin-bottom: 30px;
  }
  .premios .image {
    width: 40%;
  }
  .premios .image img.foto {
    width: 180%;
    top: -11%;
    right: 10px;
  }
  .premios .image img.selo {
    top: -50px;
    right: 10px;
    width: 170px;
  }
  .premios .text {
    width: 60%;
  }
  .premios .text h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .premios .text p {
    font-size: 14px;
    line-height: 16px;
  }
  .premios .text .destaque {
    font-size: 12px;
    line-height: 13px;
  }
  .premios .text .nota {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 20px;
  }
  .premios .text .bt-participar {
    font-size: 16px;
    line-height: 16px;
    height: auto;
  }
  .premios .text .grafico {
    max-width: 100%;
  }
  .premios .text .grafico .p1 {
    font-size: 22px;
    line-height: 22px;
  }
  .premios .text .grafico .p2 {
    font-size: 16px;
    line-height: 16px;
  }
  .premios .text .grafico .p3 {
    font-size: 12px;
    line-height: 12px;
  }
  .premios .text .grafico .igual .p1 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .premios.temp .image img.foto {
    top: 72px;
  }
  .premios.temp .text .bt-participar {
    font-size: 14px;
    line-height: 16px;
    height: auto;
    padding: 10px 20px;
  }
  .premios.temp .text .nota {
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 10px;
  }
  .premios.temp .text .grafico {
    margin-bottom: 15px;
  }
  .premios.temp .text .grafico .doodle .corte {
    top: 18px;
  }
  .premios.temp .text .grafico .doodle .msg {
    width: 180px;
    right: 0px;
    top: 33px;
  }
  .faq h4 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .faq h4 span {
    font-size: 16px;
    line-height: 16px;
  }
  .faq .arrow {
    width: 13px;
    height: auto;
  }
  .premios .text .grafico2 {
    flex-direction: column;
    width: auto;
    display: inline-flex;
    gap: 30px;
  }
  .premios .text .grafico2 .bloco {
    width: 140px;
  }
  .premios .text .grafico2 .span2 {
    margin-right: auto;
    margin-left: auto;
  }
  .premios .text .grafico2 .bloco1 .span2 {
    max-width: 140px;
  }
  .premios .text .grafico2 .bloco1 img {
    transform: rotate(90deg);
    right: 56px;
    top: 50px;
  }
  .premios .text .grafico2 .bloco2 img {
    right: 55px;
    top: 39px;
  }
}
/***********************************
    [Responsivo - 575]
**********************************/
@media screen and (max-width: 575px) {
  .banner .container {
    flex-direction: column;
    max-width: 300px;
  }
  .banner .image, .banner .text {
    max-width: 100%;
    width: 100%;
  }
  .banner .text {
    padding-bottom: 20px;
  }
  .como-funciona .faixa {
    height: 660px;
    top: 23%;
  }
  .como-funciona h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .como-funciona .bt-participar {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }
  .como-funciona .steps {
    flex-direction: column;
    align-items: center;
  }
  .como-funciona .steps .step {
    width: 100%;
    margin: 0 0 40px 0;
    max-width: 230px;
    padding: 40px 20px 20px 20px;
  }
  .como-funciona .steps .step .number {
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
  }
  .como-funciona .notas {
    max-width: 400px;
    padding: 15px;
  }
  .como-funciona.quem-participa .faixa {
    height: 320px;
    top: 24%;
  }
  .como-funciona.quem-participa .steps .step {
    max-width: 230px;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 15px 15px 25px 15px;
  }
  .premios {
    margin-top: 40px;
    padding-top: 0;
  }
  .premios .container {
    flex-direction: column;
  }
  .premios .image {
    width: 100%;
    text-align: center;
  }
  .premios .image img.foto {
    width: 60%;
    position: relative;
    top: auto;
    right: auto;
    width: 80%;
    max-width: 300px;
    margin-top: -30px;
  }
  .premios .text {
    width: 100%;
    max-width: 100%;
  }
  .premios .text h3 {
    font-size: 26px;
    line-height: 26px;
    margin-top: 20px;
  }
  .premios .text h3 span {
    font-size: 17px;
    line-height: 17px;
  }
  .premios .text .destaque {
    max-width: 250px;
  }
  .premios .text .bt-participar {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }
  .premios.temp .image img.foto {
    width: 80%;
    top: -20px;
    left: auto;
    right: auto;
  }
  .premios.temp .image img.selo {
    top: -20px;
  }
  .premios.temp .text {
    margin-top: -30px;
  }
  .faq h4 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
