.vote-area .vote-button {
  background: #665d92;
}

.card .label {
  font-weight: normal;
}

[data-category="Ao leite"] .label,
[data-category="Ao leite"] .tagline,
[data-category="Ao leite"] [data-section="onde-comprar"] i {
  color: var(--custom-palette-ao-leite);
}

.splash figure img {
  opacity: 1;
}

/* .slider .card .label {
  display: none;
} */

.cover figure img {
  opacity: .1;
}

.trivia .number {
  min-width: 12rem;
}

[data-section="mais-informacoes"] p {
  display: flex;
  flex-direction: row;
}

[data-section="mais-informacoes"] p a {
  border-color: #ccc;
  font-size: 1.6rem !important;
}

[data-section="mais-informacoes"] p,
[data-section="mais-informacoes"] a {
  webkit-text-size-adjust: 100%;
}

[data-section="detalhes"] {
  border-top: .1rem solid #eeeeee
}

.carousel .swiper-slide {
  max-width: calc( 68rem + 1.6rem);
}

.carousel .swiper-slide .card {
  max-width: 68rem;
}

.casa-judge {
  display: flex;
  max-width: calc( 48rem + 4.8rem);
  padding: 0 2.4rem;
  padding-top: 2.4rem;
}

.casa-judge > figure {
  width: 9.6rem;
  flex-shrink: 0;
}

.casa-judge > figure img {
  border-radius: 999px;
}

.casa-judge-bio {
  flex-shrink: 1;
}

.casa-judge-bio p {
  margin-top: 0;
  font-size: 80%;
  line-height: 1.5;
}

.casa-judge-bio h4 {
  padding: 0 2.4rem;
  display: block;
  margin-bottom: .4rem;
  /* font-size: 120%; */
}

@media (max-width: 360px) {
  .casa-judge > figure {
    width: 6.4rem;
  }
}

.sliders:not(.native-scroll) .slider .swiper-container::before {
  content: '← Clique e arraste →';
  width: 100%;
  display: flex;
  padding: .8rem 0;
  justify-content: center;
  text-transform: uppercase;
  font-size: 75%;
  opacity: .75;
}

.sponsor-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  height: 72px;
  background: #eeeeee;
}

.sponsor-box {
  width: 144px;
  margin-top: 12px;
}

[data-kind="sponsor"]::before {
  content: 'Patrocinador';
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.333;
  opacity: .5;
  font-size: 66.666%;
}

[data-kind="supporter"] {
  border-left: 1px solid #ccc;
}

[data-kind="supporter"]::before {
  content: 'Apoiador';
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.333;
  opacity: .5;
  font-size: 66.666%;
}

.sponsor-container img {
  width: 70px;
  margin: 6px auto;
}

[data-kind="supporter"] img {
  margin-top: 12px;
  width: 110px;
}

.sponsor-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 768px) {

  .ad-container {
    padding: 0 0 24px;
  }

  .ad-container::before {
    content: 'Publicidade';
    height: 24px;
    text-transform: uppercase;
    font-size: 50%;
    opacity: .5;
    text-align: center;
    display: block;
    margin: 0 auto;
  }

}

.countdown-container {
  background: #e6ca73;
  padding: 24px 16px;
}

.countdown-counter {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.countdown-label {
  text-transform: uppercase;
  font-size: 75%;
  opacity: .75;
}

.countdown {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.countdown-counter-container {
  text-align: left;
}

.content-container > .text > header > h2 {
  text-align: center;
}

.faux-h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 125%;
  line-height: 1.333;
}

.faux-lead {
  font-weight: bold;
}

.card header {
  padding: 3.2rem 2.4rem 0 !important;
  max-width: 100% !important;
}

.page .content .text[data-section="Casa dos sonhos"],
.page .content .text[data-section="Loft dos sonhos"],
.page .content .text[data-section="Estúdio dos sonhos"],
.page .content .text[data-section="Melhor espaço exclusivo salas & quartos" ],
.page .content .text[data-section="Melhor espaço exclusivo cozinhas & banheiros"],
.page .content .text[data-section="Jardim dos sonhos"],
.page .content .text[data-section="Melhor espaço alternativo"],
.page .content .text[data-section="Melhor espaço comercial em funcionamento"],
.page .content .text[data-section="Sustentável"] {
  padding-top: 4.8rem;
  /* position: relative; */
}

.page .content .text[data-section="Casa dos sonhos"] > header > h2,
.page .content .text[data-section="Loft dos sonhos"] > header > h2,
.page .content .text[data-section="Estúdio dos sonhos"] > header > h2,
.page .content .text[data-section="Melhor espaço exclusivo salas & quartos" ] > header > h2,
.page .content .text[data-section="Melhor espaço exclusivo cozinhas & banheiros"] > header > h2,
.page .content .text[data-section="Jardim dos sonhos"] > header > h2,
.page .content .text[data-section="Melhor espaço alternativo"] > header > h2,
.page .content .text[data-section="Melhor espaço comercial em funcionamento"] > header > h2,
.page .content .text[data-section="Sustentável"] > header > h2 {
  font-size: 1.6rem;
  padding: 0 2.4rem;
  margin-bottom: 4.8rem;
}


.card .stripe {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  line-height: 3.2rem;
  background: #665d92;
  color: white;
  border-radius: .3rem;
  min-height: 3.2rem;
  padding: 0 .8rem;
  font-weight: bold;
  transform: translate( -50%, -1.6rem );
  max-width: calc( 100% - 8rem );
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  text-align: center;
}

.stripe span {
  white-space: nowrap;
}

.card .stripe::before,
.card .stripe span:first-child::before {
  content: '';
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: .4rem;
  left: -2.2rem;
  background-image: url(../../../uploads/Rs8CtpTS3c/left.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.card .stripe::after,
.card .stripe span:first-child::after {
  content: '';
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: .4rem;
  right: -2.2rem;
  background-image: url(../../../uploads/Rs8CtpTS3c/right.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.card .stripe span:first-child::before,
.card .stripe span:first-child::after {
  display: none;
}

@media ( max-width: 500px ) {

  .card .stripe {
    font-weight: normal;
    background: transparent;
    padding: 0;
    width: 162px;
    display: inline-block;
  }

  .stripe span {
    position: relative;
    display: inline-block;
    background: #665d92;
    line-height: 3.2rem;
    border-radius: .3rem;
    padding: 0 .8rem;
    z-index: 2;
  }

  .stripe span:last-child {
    position: relative;
    transform: translateY( -.3rem );
    z-index: 1;
  }

  .card .stripe::before,
  .card .stripe::after {
    display: none;
  }

  .card .stripe span:first-child::before,
  .card .stripe span:first-child::after {
    display: block;
  }

}
