@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap);
/*!
 * fullPage 3.0.9
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translate3d(0,-50%,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Home Contaiener*/
.home-container {
  margin: 80px 25px 25px 25px;
}

/* Class Component First Title */

.title-Home {
  display: flex;
  align-items: center;
}

.icn-trophy {
  margin-right: 27px;
}

.title {
  color: var(--primary-color);
  font-size: 38px;
  font-weight: bolder;
}

.titleBBX {
  color: #4757a2;
  font-size: 38px;
  font-weight: bolder;
}

/* Class Subtitle of First Title Component */

.subtitle-Home {
  margin: 22px 0 63px 0;
  font-size: 18px;
  color: #50555a;
}

/* Secondary Title */
.title2 {
  font-weight: bold;
  font-size: 24px;
  color: var(--primary-color);
  margin: 80px 0 34px 0;
}


/*Termo*/
.terms-wrapper{
  position: fixed;
  z-index: 30;
  background: #f8fbfc;
  height: 100%;
  padding: 1% 1% 2% 4%;
} 

.loading-container{
  z-index: 33;
}

.termoAceito{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  top: -50px;
}

.textTermo{
  display: flex;
    margin-left: 11px;
    margin-top: 3px;
    color: #50555a;
}

.textTermo > p{
  
    font-weight: bold;
    padding-right: 3px;
    text-decoration-line: underline;
    cursor: pointer;
}

@media(max-width:1024px){
  .termoAceito{
    justify-content: center;
  }
}

@media(max-width:610px){
  .textTermo{
    flex-wrap: wrap;
    flex-direction: column;
  }
}


/*Container de Campanha*/
.CampanhaCardContainer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  justify-content: center;
}

/*Container dos Cards*/
.CampanhaCard {
  box-shadow: 0 16px 24px rgba(48, 49, 51, 0.1);
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
  padding: 24px 21px 12px 21px;
  max-width: 405px;
}
/*Layout da Imagem*/
.campanhaCardDivImg img {
  height: 170px;
  width: 100%;
  object-fit: cover;
}

/*Layout Card Title */
.campanhaCardTitle {
  margin: 6px 0;
  font-size: 18px;
  color: #50555a;
  font-weight: bold;
}

/*Layout Card Subtitle*/
.campanhaCardSubtitleImage {
  color: #98989a;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  margin-bottom: 10px;
}

/*Layout Card Button*/
.divButtonParticipar{
  margin-bottom: 6px;
}
.divButtonParticipar button {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: #fc7c05;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: "Roboto";
  cursor: pointer;
}

/*Layout Card Expire*/

.campanhaCardExpireDivOk {
  margin: 3px 31px 12px 0;
  display: flex;
  align-items: center;
  font-weight: normal;
    font-size: 16px;
    color: #50555a;
}

.campanhaCardExpireDivOk img {
  margin-right: 7px;
}


.campanhaCardExpireDiv {
  margin: 3px 31px 12px 0;
  display: flex;
  align-items: center;
}

.campanhaCardExpireDiv img {
  margin-right: 11px;
}

.campanhaCardExpireDiv span {
  font-weight: normal;
  font-size: 16px;
  color: #50555a;
}

.missionCardDivImg {
  max-height: 185px;
}

.modal {
  height: 100%;
  width: 100%;
  background: red;
  z-index: 80;
}

.campanhaCardDivConcluido{
  display: flex;
  align-items: center;
}

.campanhaCardDivConcluidoImg {
  height: 15px;
  margin-right: 6px;
}

.campanhaCardDivConcluidoText {
  font-weight: normal;
  font-size: 16px;
  color: #50555a;
}

.campanhaCardDivConcluidoImgOk{
  height: 15px;
  margin-right: 0px;
}

.campanhaCardExpireDivOk img{
  margin-right: 7px;

} 
.loading-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-container .loader-container {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.loading-container .loader-container .loader-dot {
    animation: loader-container 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.loading-container .loader-container .loader-dot:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--secondary-color);
    margin: -4px 0 0 -4px;
}

.loading-container .loader-container .loader-dot:nth-child(1) {
    animation-delay: -0.036s;
}

.loading-container .loader-container .loader-dot:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.loading-container .loader-container .loader-dot:nth-child(2) {
    animation-delay: -0.072s;
}

.loading-container .loader-container .loader-dot:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.loading-container .loader-container .loader-dot:nth-child(3) {
    animation-delay: -0.108s;
}

.loading-container .loader-container .loader-dot:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.loading-container .loader-container .loader-dot:nth-child(4) {
    animation-delay: -0.144s;
}

.loading-container .loader-container .loader-dot:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.loading-container .loader-container .loader-dot:nth-child(5) {
    animation-delay: -0.18s;
}

.loading-container .loader-container .loader-dot:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.loading-container .loader-container .loader-dot:nth-child(6) {
    animation-delay: -0.216s;
}

.loading-container .loader-container .loader-dot:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.loading-container .loader-container .loader-dot:nth-child(7) {
    animation-delay: -0.252s;
}

.loading-container .loader-container .loader-dot:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.loading-container .loader-container .loader-dot:nth-child(8) {
    animation-delay: -0.288s;
}

.loading-container .loader-container .loader-dot:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes loader-container {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.we-modalTerm-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    animation: fadeIn .3s ease-in-out;
    z-index: 9;
}

.we-modalTerm-backdrop .we-modalTerm-view {
    width: 90%;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    animation: slideUp .5s;
    transform: translate(-50%, -50%);
    padding: 52px 32px;
    overflow: scroll;
    height: 90%;
}

.we-modalTerm-backdrop .we-modalTerm-view .we-modalTerm-title-container .we-modalTerm-title {
    font-family: Roboto, sans-serif;
    color: var(--primary-font-color);
    margin: 0;
}

.we-modalTerm-backdrop .we-modalTerm-view .we-modalTerm-text {
    font-family: Roboto, sans-serif;
    color: var(--primary-font-color);
    font-size: 1.1rem;
}

.we-modalTerm-backdrop .we-modalTerm-view .we-modalTerm-btns-container {
    display: flex;
    justify-content: flex-end;
   
    padding-top: 42px;
}

.we-modalTerm-backdrop .we-modalTerm-view .we-modalTerm-btns-container button {
    height: 42px;
    width: 250px;
    font-weight: 400;
    font-size: 1rem;
    cursor: pointer;
}

.we-modalTerm-backdrop .we-modalTerm-view .we-modalTerm-accept-button {
    border: none;
    border-radius: 4px;
    color: var(--secondary-font-color);
    background: var(--secondary-color);
    margin-left: 12px;
}

.we-modalTerm-backdrop .we-modalTerm-view .we-modalTerm-cancel-button {
    border-radius: 4px;
    color: var(--secondary-color);
    background: #FFFFFF;
    border: solid 1px var(--secondary-color);
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translate(-50%, -40%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}
.gabaritoContainer {
  height: 100%;
  animation: fadeIn 0.3s ease-in-out;
  overflow-y: auto;
  display: flex;
  justify-content: center;
}

.gabaritoContainerLayout {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 260px;
  margin-top: 115px;
}

.titleGabarito {
  color: var(--primary-color);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}

.divButtonFinal {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.divButtonFinal button {
  cursor: pointer;
  width: 231px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid var(--secondary-color);
  background: #fff;
  color: var(--secondary-color);
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
}

.divButtonFinal button:hover {
  background: var(--secondary-color);
  color: #fff;
}

.containerCardResume {
  height: 186px;
  box-shadow: 0 4px 4px rgba(80, 85, 90, 0.2);
  border-radius: 4px;
  background-color: #ffffff;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-bottom: 80px;
}

.divImgCardResume {
  height: 100px;
  width: 168px;
}

.divImgCardResume img {
  height: 100%;
  width: 100%;
}

.divinfoCardResume {
  color: #50555a;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  width: 270px;
}

.spanInfoB {
  color: var(--primary-color);
  font-family: "Roboto";
  font-weight: 700;
  line-height: 36px;
  font-size: 26px;
}

.spanTotalPontos {
  color: var(--primary-color);
  font-family: "Roboto";
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.divTimeandLevel {
  display: flex;
  margin-top: 15px;
  color: #000;
  font-size: 15px;
}

.divImgTitleCard {
  height: 100%;
  width: 400px;
  padding-left: 46px;
}

.divImgTitleCard img {
  height: 100%;
  width: 100%;
}

.miniCardTime {
  display: flex;
  align-items: center;
  width: 80px;
  height: 32px;
  background: rgba(0, 139, 127, 0.2);
  border-radius: 4px;
  margin-right: 8px;
}

.miniCardTime img {
  margin: 0 8px;
}

.miniCardLevel {
  display: flex;
  align-items: center;
  width: 130px;
  height: 32px;
  background: rgba(255, 145, 0, 0.2);
  border-radius: 4px;
  margin-right: 8px;
}

.miniCardLevel img {
  margin: 0 8px;
}

.containerRespostas {
  box-shadow: 0 4px 4px rgba(80, 85, 90, 0.2);
  border-radius: 4px;
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 80px;
}

.containerRespostas hr {
  border: 1px solid #eaeef0;
  width: 100%;
}

.numeroQuestion {
  color: #50555a;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 39px 146px 24px 25px;
}

.respostaCorretaDiv {
  color: #50555a;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 23px 24px;
}

.respostaCorretaDiv img {
  height: 24px;
  position: absolute;
  padding-top: 3px;
  padding-left: 10px;
}

.mostraRespostaCorreta {
  color: #50555a;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
}

.respostaIncorretaDiv {
  color: #50555a;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 23px 24px;
}

.respostaIncorretaDiv img {
  height: 24px;
  position: absolute;
  padding-top: 3px;
  padding-left: 10px;
}

.riscaIncorreta {
  color: #50555a;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
}

.divStep1 {
  height: 100vh;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.imagemCenter {
  max-height: 48%;
}

.subtitleCenter {
  width: 540px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  text-align: center;
  margin-bottom: 40px;
}

.saibaMais {
  color: #ffffff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 28px;
}

.imagemNext {
  height: 86px;
  cursor: pointer;
  padding-bottom: 16px;
}

.divStep2 {
  display: flex;
  height: 100vh;
  align-items: center;
  margin: 0;
  padding: 0;
}

.divImgCampanhaFooterImg{
  width: 48%;
}

.lefthDivStep2 {
  height: 100vh;
  display: flex;
  margin-right: 52px;
  width: 49%;
}

.rightDivStep2 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6% 6% 0 0;
  width: 503px;
}

.divVigencia {
  width: 466px;
  height: 32px;
  border-radius: 4px;
  background-color: rgba(255, 145, 0, 0.2);
  margin: 15px 0 35px 0;
  display: flex;
  align-items: center;
}

.imgdivVigencia {
  margin: 0 13px;
}

.divImgLogoStep2 {
  /* width: 88vh; */
}

.divImgLogoStep2 img {
  width: 100%;
  height: 100%;
  border-radius: 0px 40px 40px 0;
}

.lefthDivStep2Background {
  height: 100vh;
  display: flex;
  margin-right: 52px;
  width: 49%;
  justify-content: center;
  align-items: center;
  border-radius: 0px 40px 40px 0;
}

.lefthDivStep2Background div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70%;
  width: 70%;
}

.lefthDivStep2Background img{

  width: 100%;
}

.titleStep2 {
  /* color: #23478a; */
  font-size: 42px;
  margin: 0 0px;
}

.presentatioStep2 {
  color: #50555a;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
}



.divStep4 {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 10%;
  justify-content: center;
}

.titleStep4 {
  font-size: 42px;
  padding: 5% 0 0 0;
  color: #fff;
  margin: 0px 0 20px;
}

.subititleStep4 {
  font-size: 18px;
  color: #fff;
  /* padding-bottom: 50px; */
}

.irparaCatalogo {
  font-size: 18px;
  color: #fff;
  padding: 1% 0 2% 0;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}

/* Ganhadores */

.ganhadoresdiv3Primeiros {
  display: flex;
  align-items: flex-end;
  padding: 3% 0 2% 0;
}

.ganhadoresdiv3Primeiros span:nth-child(1) {
  margin-bottom: 5px;
}

.ganhadoresdivlugarPremiacao {
  padding: 23px 0;
}

.ganhadoresdiv1lugarPremiacao {
  padding: 34px 0;
}

/*Segundo lugar */

.ganhadoresdiv2lugar {
  width: 255px;
  height: 180px;
  box-shadow: 6px 4px 4px rgba(80, 85, 90, 0.2);
  border-radius: 4px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  color: #50555a;
  padding: 14px 0 0 13px;
}

.ganhadoresdiv2lugarImg {
  position: absolute;
  margin-top: -33px;
  margin-left: 218px;
}

/*Primeiro lugar */

.ganhadoresdiv1lugar {
  width: 255px;
  height: 200px;
  box-shadow: 6px 4px 4px rgba(80, 85, 90, 0.2);
  border-radius: 4px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  margin: 0 30px;
  padding: 14px 0 0 13px;
  color: #50555a;
}

.ganhadoresdiv1lugarImg {
  position: absolute;
  margin-top: -45px;
  margin-left: 220px;
}

/*Terceiro lugar */

.ganhadoresdiv3lugar {
  width: 255px;
  height: 180px;
  box-shadow: 6px 4px 4px rgba(80, 85, 90, 0.2);
  border-radius: 4px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 14px 0 0 13px;
  color: #50555a;
}

.ganhadoresdiv3lugarImg {
  position: absolute;
  margin-top: -33px;
  margin-left: 218px;
}

/* Outras Posições */

.outrasPosicoesdiv {
  width: 865px;
  height: 213px;
  box-shadow: 6px 4px 4px rgba(80, 85, 90, 0.2);
  border-radius: 4px;
  background-color: #ffffff;
  padding: 20px 0 0 14px;
  display: flex;
  flex-direction: column;
}

.outrasPosicoesDivHeader {
  display: flex;
  height: 35px;
  align-items: center;
  width: 100%;
}

.outrasPosicoesDivHeader div:nth-child(1) {
  margin-right: 31px;
}

.outrasPosicoesDivHeader div:nth-child(2) {
  margin-right: 35px;
}

.outrasPosicoesDivHeader div:nth-child(3) {
  margin-right: 37px;
}

.titlePosicoes {
  display: flex;
  align-items: center;
  color: #23478a;
  font-size: 16px;
  font-weight: 700;
}

.titlePosicoes img {
  margin-right: 7px;
}

.lugares {
  display: flex;
  flex-direction: column;
  height: 151px;
  justify-content: space-around;
  color: #50555a;
}

/* .lugares div:nth-child(1) {
  margin-right: 31px;
  display: flex;
}

.lugares div:nth-child(2) {
  width: 165px;
  display: flex;
}

.lugares div:nth-child(3) {
  margin-right: 37px;
  display: flex;
}

.lugares div:nth-child(4) {
  display: flex;
} */

.divposicao {
  display: flex;
}

.posicao {
  width: 60px;
  margin-right: 53px;
}

.filial {
  width: 160px;
  margin-right: 5px;
}

.meta {
  width: 50px;
  margin-right: 113px;
}

#fp-nav {
  display: none;
}

.divModalTermo {
  height: 100vh;
  width: 100%;
  z-index: 88;
  position: absolute;
}

/* .divImgCampanhaFooter {
  display: flex;
  height: 80px;
  justify-content: flex-start;
  margin-left: -2%;
}

.divImgCampanhaFooter img {
  height: 100%;
} */

@media (max-width: 1366px) {
  .subtitleCenter {
    width: 540px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
  }

  .saibaMais {
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
  }

  .titleStep2 {
    font-size: 40px;
  }

  .presentatioStep2 {
    font-size: 13px;
  }

  .divImgCampanhaFooter {
    height: 107px;
    display: flex;
    align-items: flex-start;
    margin-left: -3%;
  }

  .divImgCampanhaFooter img {
    height: 100%;
    width: 100%;
  }

  .titleStep4 {
    font-size: 40px;
    margin: 6% 0 0 0;
    padding: 0;
  }

  .subititleStep4 {
    font-size: 16px;
  }

  .CampanhaCardMissoes {
    width: 347px !important;
    height: 393px !important;
  }

  .campanhaCardMissoesImage {
    height: 140px !important;
  }

  .lefthDivStep2Background div {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70%;
    width: 70%;
  }

  .lefthDivStep2Background img {

    width: 100%;
  }
}

/*Container de Campanha*/
.campanhaCardMissoes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 50px;
}

.CampanhaCardMissoes {
  width: 350px;
  height: 440px;
  box-shadow: 0 4px 4px rgba(80, 85, 90, 0.2);
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
}

.campanhaCardMissoesImage {
  width: 100%;
  height: 180px;
}

.campanhaCardMissoesImage:hover {
  opacity: 0.5;
}

.campanhaCardMissoesDivImg {
  background-repeat: no-repeat;
  background-position: center;
}

.campanhaCardMissoesSubtitleImage {
  color: #23478a;
  font-size: 16px;
  padding: 23px 0 14px 25px;
}

.campanhaCardMissoesTitleCard {
  color: #50555a;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 14px 25px;
}

.campanhaCardMissoesPontos {
  color: #23478a;
  padding: 0 0 24px 25px;
  font-size: 16px;
}

.divMineCards {
  padding: 0 0 31px 25px;
  display: flex;
}

.campanhaCardMissoesDivExpire {
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #50555a;
  font-size: 14px;
}

.campanhaCardMissoesDivExpire img {
  padding-right: 11px;
}

.miniCardTime {
  display: flex;
  align-items: center;
  width: 80px;
  height: 32px;
  background: rgba(0, 139, 127, 0.2);
  border-radius: 4px;
  margin-right: 8px;
}

.miniCardTime img {
  margin: 0 8px;
}

.miniCardLevel {
  display: flex;
  align-items: center;
  width: 130px;
  height: 32px;
  background: rgba(255, 145, 0, 0.2);
  border-radius: 4px;
  margin-right: 8px;
}

.miniCardLevel img {
  margin: 0 8px;
}

.we-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease-in-out;
  z-index: 9;
}

.we-modal-backdrop .we-modal-view-carrinho {
  height: 100%;
  overflow-y: auto;
  background: var(--content-background);
  /* animation: slideUp 0.5s; */
  padding: 0 230px;
  display: flex;
  justify-content: center;
}

.we-modal-view-carrinho .user-feedback-container .text-container .title {
  color: var(--primary-color) !important;
  margin: 24px 24px 24px 0 !important;
}

.we-modal-view-carrinho .user-feedback-container {
  margin-top: 200px;
}

.we-modal-backdrop .we-modal-view-carrinho .we-modal-close-btn {
  top: 10%;
  right: 5%;
  border: none;
  font-weight: 900;
  background: unset;
  font-size: 1.3rem;
  position: absolute;
  color: var(--secondary-color);
  font-family: Roboto, sans-serif;
}

.we-modal-backdrop .we-modal-view .we-modal-title-container .we-modal-title {
  margin: 0 0 22px 0;
  font-family: Roboto, sans-serif;
  color: var(--primary-font-color);
}

/* ---------------------------------------------------------------------------------------VALORES DO FRETE */
.we-modal-backdrop .we-modal-view hr {
  opacity: 0.2;
  margin: 0 0 22px 0;
  border-top: solid 1px var(--primary-font-color);
}

.we-modal-backdrop .we-modal-view .dados-frete-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.we-modal-backdrop .we-modal-view .dados-frete-row .dados-frete-label {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-font-color);
  font-family: Roboto, sans-serif;
}

.we-modal-backdrop .we-modal-view .dados-frete-row .dados-frete {
  margin: 0;
  font-size: 1.1rem;
  color: var(--primary-font-color);
  font-family: Roboto, sans-serif;
}

/* ---------------------------------------------------------------------------------------INPUT DO CEP */

.we-modal-backdrop .we-modal-view .cep-container {
  display: grid;
  grid-template-columns: 70% 30%;
  margin-bottom: 32px;
}

.we-modal-backdrop .we-modal-view .cep-container .cep-input {
  width: 100%;
  border: none;
  height: 48px;
  font-size: 1rem;
  padding: 0 20px;
  transition: all 0.3s;
  border-radius: 4px 0 0 4px;
  transform: translateX(1px);
  background-color: #ffffff;
  font-family: Roboto, sans-serif;
  color: var(--primary-font-color);
  border: solid 2px var(--secondary-color);
}

.we-modal-backdrop .we-modal-view .cep-container .cep-input:focus {
  outline: none;
  box-shadow: 0 2px 4px rgba(var(--secondary-color-rgb), 0.7);
}

.we-modal-backdrop .we-modal-view .cep-container .calcular-btn {
  height: 48px;
  border-radius: 0 4px 4px 0;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bolder;
  font-family: Roboto;
  color: var(--secondary-font-color);
  background-color: var(--secondary-color);
  box-shadow: 0 3px 6px rgba(var(--secondary-color-rgb), 0.4);
}

.we-modal-backdrop .we-modal-view .cep-container .calcular-btn:active {
  transform: translateY(1px);
  filter: saturate(150%);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate(-50%, -40%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.missionModalContainer {
  margin-top: 80px;
  width: 895px;
}

.missionModalContainerClosseImg {
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-end;
}

.missionModalContainerClosseImg img {
  cursor: pointer;
}

.missionModalVideo {
  display: flex;
  /* margin: 0 0 52px 0; */
}

.titleModalContainer {
}

.titleModalDiv {
  display: flex;
  flex-direction: column;
}

.titleModalDiv div:nth-of-type(1) {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 24px;
  color: var(--primary-color);
  margin-top: -23px;
}

.titleModalDiv div:nth-of-type(2) {
  width: 750px;
  font-size: 18px;
  line-height: 24px;
  color: #50555a;
}

.titleModalImgPoint {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  background: var(--secondary-color);
  border-radius: 50%;
}

.titleModalImgPoint div:nth-of-type(1) {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}
.titleModalImgPoint div:nth-of-type(2) {
  font-size: 18px;
  color: #ffffff;
}

.progressBar {
  width: 824px;
  height: 16px;
  border-radius: 20px;
  background-color: rgba(196, 196, 196, 0.2);
  margin-bottom: 68px;
}

.sectionprogressBar {
  width: 10%;
  height: 16px;
  border-radius: 20px;
  background-color: var(--secondary-color);
}

.divContainerImgPoint {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 24px;
}

.titleModal {
  height: 32px;
  color: #50555a;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.subtitleTitleMissionModal {
  margin: 16px 0 36px 0;
  height: 50px;
  color: #50555a;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.videoMissionModalContainer {
  position: relative;
}

.buttonVideo {
  display: none;
  border: none;
  position: absolute;
  left: 39%;
  top: 40%;
  height: 80px;
  width: 80px;
  background: transparent;
  background-image: url("/src/js/engagement-missoes-components/assets/pause.svg");
  background-size: cover;
}

.buttonVideoPlay {
  display: none;
  border: none;
  position: absolute;
  left: 39%;
  top: 40%;
  height: 80px;
  width: 80px;
  background: transparent;
  background-image: url("/src/js/engagement-missoes-components/assets/play.svg");
  background-size: cover;
}

.buttonRestart {
  display: none;

  border: none;
  position: absolute;
  left: 55%;
  top: 40%;

  height: 80px;
  width: 80px;
  background: transparent;
  background-image: url("/src/js/engagement-missoes-components/assets/restart.svg");
  background-size: cover;
}

.videoMissionModalContainer:hover .buttonRestart {
  display: inline;
}

.videoMissionModalContainer:hover .buttonVideo {
  display: inline;
}

.videoMissionModalContainer:hover .buttonVideoPlay {
  display: inline;
}

.imgvideo {
  width: 895px;
  margin: 0 0 46px 0;
}

.divInfoAndButtonContainer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
}

.divInfoAndButtonContainer button {
  cursor: pointer;
}

.divWarnInfo {
  width: 634px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #ffc136;
  background-color: rgba(255, 193, 54, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.divWarnInfo span {
  width: 542px;
  height: 21px;
  color: #b28726;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.buttonFinalDivInfoDisable {
  margin-left: 26px;
  width: 233px;
  height: 48px;
  border-radius: 4px;
  background-color: #e0e0e0;
  color: #9ba5ae;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  border: 0;
}

.buttonFinalDivInfoActive {
  margin-left: 26px;
  width: 233px;
  height: 48px;
  border-radius: 4px;
  background-color: var(--secondary-color);
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  border: 0;
}

.we-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease-in-out;
  z-index: 9;
}

.we-modal-backdrop .we-modal-view-carrinho {
  height: 100%;
  overflow-y: auto;
  background: var(--content-background);
  /* animation: slideUp 0.5s; */
  padding: 0 230px;
  display: flex;
  justify-content: center;
}

.we-modal-view-carrinho .user-feedback-container .text-container .title {
  color: var(--primary-color) !important;
  margin: 24px 24px 24px 0 !important;
}

.we-modal-view-carrinho .user-feedback-container {
  margin-top: 200px;
}

.we-modal-backdrop .we-modal-view-carrinho .we-modal-close-btn {
  top: 10%;
  right: 5%;
  border: none;
  font-weight: 900;
  background: unset;
  font-size: 1.3rem;
  position: absolute;
  color: var(--secondary-color);
  font-family: Roboto, sans-serif;
}

.we-modal-backdrop .we-modal-view .we-modal-title-container .we-modal-title {
  margin: 0 0 22px 0;
  font-family: Roboto, sans-serif;
  color: var(--primary-font-color);
}

/* ---------------------------------------------------------------------------------------VALORES DO FRETE */
.we-modal-backdrop .we-modal-view hr {
  opacity: 0.2;
  margin: 0 0 22px 0;
  border-top: solid 1px var(--primary-font-color);
}

.we-modal-backdrop .we-modal-view .dados-frete-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.we-modal-backdrop .we-modal-view .dados-frete-row .dados-frete-label {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-font-color);
  font-family: Roboto, sans-serif;
}

.we-modal-backdrop .we-modal-view .dados-frete-row .dados-frete {
  margin: 0;
  font-size: 1.1rem;
  color: var(--primary-font-color);
  font-family: Roboto, sans-serif;
}

/* ---------------------------------------------------------------------------------------INPUT DO CEP */

.we-modal-backdrop .we-modal-view .cep-container {
  display: grid;
  grid-template-columns: 70% 30%;
  margin-bottom: 32px;
}

.we-modal-backdrop .we-modal-view .cep-container .cep-input {
  width: 100%;
  border: none;
  height: 48px;
  font-size: 1rem;
  padding: 0 20px;
  transition: all 0.3s;
  border-radius: 4px 0 0 4px;
  transform: translateX(1px);
  background-color: #ffffff;
  font-family: Roboto, sans-serif;
  color: var(--primary-font-color);
  border: solid 2px var(--secondary-color);
}

.we-modal-backdrop .we-modal-view .cep-container .cep-input:focus {
  outline: none;
  box-shadow: 0 2px 4px rgba(var(--secondary-color-rgb), 0.7);
}

.we-modal-backdrop .we-modal-view .cep-container .calcular-btn {
  height: 48px;
  border-radius: 0 4px 4px 0;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bolder;
  font-family: Roboto;
  color: var(--secondary-font-color);
  background-color: var(--secondary-color);
  box-shadow: 0 3px 6px rgba(var(--secondary-color-rgb), 0.4);
}

.we-modal-backdrop .we-modal-view .cep-container .calcular-btn:active {
  transform: translateY(1px);
  filter: saturate(150%);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate(-50%, -40%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.missionModalContainer {
  margin-top: 80px;
  width: 895px;
}

.missionModalContainerClosseImg {
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-end;
}

.missionModalContainerClosseImg img {
  cursor: pointer;
}

/* .missionModalVideo {
  display: flex;
  margin: 89px 0;
} */

.titleModalContainer {
}

.titleModalDiv {
  display: flex;
  flex-direction: column;
}

.titleModalDiv div:nth-of-type(1) {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 24px;
  color: var(--primary-color);
  margin-top: -23px;
}

.titleModalDiv div:nth-of-type(2) {
  width: 750px;
  font-size: 18px;
  line-height: 24px;
  color: #50555a;
}

.titleModalImgPoint {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  background: var(--secondary-color);
  border-radius: 50%;
}

.titleModalImgPoint div:nth-of-type(1) {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}
.titleModalImgPoint div:nth-of-type(2) {
  font-size: 18px;
  color: #ffffff;
}

.progressBarQuestion {
  width: 824px;
  height: 16px;
  border-radius: 20px;
  background-color: rgba(196, 196, 196, 0.2);
}

.sectionprogressBarQuestion {
  width: 10%;
  height: 16px;
  border-radius: 20px;
  background-color: var(--secondary-color);
}

.divContainerImgPointQuestion {
  display: flex;
  width: 17%;
  justify-content: flex-end;
}

.titleModalQuestion {
  color: var(--primary-color);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.subtitleTitleMissionModal {
  margin: 16px 0 36px 0;
  height: 50px;
  color: #50555a;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.divProgressPoints {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.tentative {
  font-weight: normal;
  font-size: 18px;
  color: #50555a;
  margin-bottom: 15px;
}

.questionMissionModalContainer {
  margin-bottom: 200px;
}

.questionTitleDiv {
  display: flex;
  align-items: baseline;
}

.questionTitleDiv span:nth-of-type(1) {
  font-weight: bold;
  font-size: 32px;
  color: #50555a;
  margin-right: 12px;
}

.questionTitleDiv span:nth-of-type(2) {
  font-weight: bold;
  font-size: 24px;
  color: #50555a;
}

.questionAlternative {
  display: flex;
  flex-direction: column;
}

.questionAlternative div {
  margin-top: 32px;
}

.questionAlternative input {
  cursor: pointer;
}

.check1 label {
  margin-left: 40px;
  font-weight: normal;
  font-size: 18px;
  color: #50555a;
}

.check1 input[type="radio"]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #50555a;
}

.check1 input[type="radio"]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  background-image: url("/src/js/engagement-missoes-components/assets/checkbox.svg");
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #ff9100;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 11px, cover;
  text-decoration: line-through;
}

.check-Error label {
  text-decoration: line-through;
}

.check-Error input[type="radio"]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #50555a;
}

.check-Error input[type="radio"]:checked:after {
  width: 20px;
  height: 21px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  background-image: url(/src/js/engagement-missoes-components/assets/error.svg);
  content: "";
  display: inline-block;
  visibility: visible;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 64px, cover;
}

.check-Correct label {
  margin-left: 40px;
  font-weight: normal;
  font-size: 18px;
  color: #50555a;
}

.check-Correct input[type="radio"]:after {
  width: 20px;
  height: 21px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  background-image: url(/src/js/engagement-missoes-components/assets/correct.svg);
  content: "";
  display: inline-block;
  visibility: visible;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 64px, cover;
}

.check-Correct input[type="radio"]:checked:after {
  width: 20px;
  height: 21px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  background-image: url(/src/js/engagement-missoes-components/assets/correct.svg);
  content: "";
  display: inline-block;
  visibility: visible;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 64px, cover;
}

.questionButtonDiv {
  display: flex;
  justify-content: flex-end;
}

.questionButton {
  margin-top: 8px;
  width: 255px;
  height: 48px;
  background: #eaeef0;
  border-radius: 4px;
  border: 0;
  font-weight: bold;
  font-size: 18px;
  color: #9ba5ae;
  cursor: pointer;
}

.questionButtonActive {
  margin-top: 8px;
  width: 255px;
  height: 48px;
  background: #ff9100;
  border-radius: 4px;
  border: 0;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.container-infoquestion {
  justify-content: flex-end;
  display: flex;
  width: 100%;
  margin-top: 78px;
}

.Return-Mensage-Error {
  width: 253px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #ff3535;
  background-color: #f9ddde;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #992020;
  font-size: 14px;
}

.Return-Mensage-ok {
  width: 253px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #00bf85;
  background-color: #d3f2ea;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #007350;
  font-size: 14px;
}

.we-modal-backdrop-final {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease-in-out;
  z-index: 22;
  display: flex;
  justify-content: center;
  align-items: center;
}

.we-modal-backdrop-final .we-modal-view-carri-finalnho {
  width: 60%;
  height: 75%;
  overflow-y: auto;
  background: var(--content-background);
  position: absolute;
  top: 10%;
  left: 20%;
  /*animation: slideUp .5s;*/
  padding: 32px 32px;
}

.we-modal-view-carrinho-final .user-feedback-container .text-container .title {
  color: var(--primary-color) !important;
  margin: 24px 24px 24px 0 !important;
}

.we-modal-view-carrinho-final .user-feedback-container {
  margin-top: 200px;
}

.we-modal-backdrop-final .we-modal-view-carrinho-final .we-modal-close-btn {
  top: 10%;
  right: 5%;
  border: none;
  font-weight: 900;
  background: unset;
  font-size: 1.3rem;
  position: absolute;
  color: var(--secondary-color);
  font-family: Roboto, sans-serif;
}

.we-modal-backdrop-final
  .we-modal-view
  .we-modal-title-container
  .we-modal-title {
  margin: 0 0 22px 0;
  font-family: Roboto, sans-serif;
  color: var(--primary-font-color);
}

/* ---------------------------------------------------------------------------------------VALORES DO FRETE */
.we-modal-backdrop-final .we-modal-view hr {
  opacity: 0.2;
  margin: 0 0 22px 0;
  border-top: solid 1px var(--primary-font-color);
}

.we-modal-backdrop-final .we-modal-view .dados-frete-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.we-modal-backdrop-final .we-modal-view .dados-frete-row .dados-frete-label {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-font-color);
  font-family: Roboto, sans-serif;
}

.we-modal-backdrop-final .we-modal-view .dados-frete-row .dados-frete {
  margin: 0;
  font-size: 1.1rem;
  color: var(--primary-font-color);
  font-family: Roboto, sans-serif;
}

/* ---------------------------------------------------------------------------------------INPUT DO CEP */

.we-modal-backdrop-final .we-modal-view .cep-container {
  display: grid;
  grid-template-columns: 70% 30%;
  margin-bottom: 32px;
}

.we-modal-backdrop .we-modal-view .cep-container .cep-input {
  width: 100%;
  border: none;
  height: 48px;
  font-size: 1rem;
  padding: 0 20px;
  transition: all 0.3s;
  border-radius: 4px 0 0 4px;
  transform: translateX(1px);
  background-color: #ffffff;
  font-family: Roboto, sans-serif;
  color: var(--primary-font-color);
  border: solid 2px var(--secondary-color);
}

.we-modal-backdrop .we-modal-view .cep-container .cep-input:focus {
  outline: none;
  box-shadow: 0 2px 4px rgba(var(--secondary-color-rgb), 0.7);
}

.we-modal-backdrop .we-modal-view .cep-container .calcular-btn {
  height: 48px;
  border-radius: 0 4px 4px 0;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bolder;
  font-family: Roboto;
  color: var(--secondary-font-color);
  background-color: var(--secondary-color);
  box-shadow: 0 3px 6px rgba(var(--secondary-color-rgb), 0.4);
}

.we-modal-backdrop .we-modal-view .cep-container .calcular-btn:active {
  transform: translateY(1px);
  filter: saturate(150%);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate(-50%, -40%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.containerLayoutFinal {
  width: 730px;
  height: 409px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(80, 85, 90, 0.2);
  border-radius: 4px;
}

.containerDiv {
  display: flex;
  flex-direction: column;
}

.divClose {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 29px -36px -67px -41px;
}

.divClose img {
  cursor: pointer;
  z-index: 15;
}

.divBody {
  display: flex;
  margin: 0 39px 0px 65px;
  align-items: center;
  height: 338px;
}

.divBody img {
  width: 250px;
  height: 249px;
  margin-right: 48px;
}

.divTextCongractulations {
  display: flex;
  flex-direction: column;
  margin-top: 39px;
}

.parabens {
  font-weight: bold;
  font-size: 40px;
  color: var(--secondary-color);
  padding: 10px 0;
}

.numerobold {
  font-weight: bold;
  font-size: 32px;
  color: var(--secondary-color);
  padding: 10px 0;
}

.pontos {
  flex-direction: column;
  display: flex;
  font-size: 24px;
  color: #50555a;
  width: 100%;
  align-items: baseline;
  justify-content: center;
}

.pontosBack {
  font-weight: bold;
  font-size: 40px;
  color: var(--secondary-color);
}

.line {
  width: 682px;
  border: 1px solid #eaeef0;
}

.buttonsEnd {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding-left: 53px;
  margin-top: 9px;
}

.buttonsEnd button {
  margin-top: 8px;
  width: 255px;
  height: 48px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 18px;
  color: #ff9100;
  cursor: pointer;
  background: #fff;
  border: solid 1px;
}

.buttonsEnd button:hover {
  background: #ff9100;
  color: #fff;
}

.buttonsEnd-one {
  width: 97%;
  display: flex;
  justify-content: flex-end;
  margin-top: 9px;
}

.buttonsEnd-one button {
  margin-top: 8px;
  width: 255px;
  height: 48px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 18px;
  color: #ff9100;
  cursor: pointer;
  background: #fff;
  border: solid 1px;
}

.buttonsEnd-one button:hover {
  background: #ff9100;
  color: #fff;
}

.tentativas {
  font-size: 16px;
  color: #51555a;
}

.we-modal-backdrop-final {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease-in-out;
  z-index: 22;
  display: flex;
  justify-content: center;
  align-items: center;
}

.we-modal-backdrop-final .we-modal-view-carri-finalnho {
  width: 60%;
  height: 75%;
  overflow-y: auto;
  background: var(--content-background);
  position: absolute;
  top: 10%;
  left: 20%;
  /*animation: slideUp .5s;*/
  padding: 32px 32px;
}

.we-modal-view-carrinho-final .user-feedback-container .text-container .title {
  color: var(--primary-color) !important;
  margin: 24px 24px 24px 0 !important;
}

.we-modal-view-carrinho-final .user-feedback-container {
  margin-top: 200px;
}

.we-modal-backdrop-final .we-modal-view-carrinho-final .we-modal-close-btn {
  top: 10%;
  right: 5%;
  border: none;
  font-weight: 900;
  background: unset;
  font-size: 1.3rem;
  position: absolute;
  color: var(--secondary-color);
  font-family: Roboto, sans-serif;
}

.we-modal-backdrop-final
  .we-modal-view
  .we-modal-title-container
  .we-modal-title {
  margin: 0 0 22px 0;
  font-family: Roboto, sans-serif;
  color: var(--primary-font-color);
}

/* ---------------------------------------------------------------------------------------VALORES DO FRETE */
.we-modal-backdrop-final .we-modal-view hr {
  opacity: 0.2;
  margin: 0 0 22px 0;
  border-top: solid 1px var(--primary-font-color);
}

.we-modal-backdrop-final .we-modal-view .dados-frete-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.we-modal-backdrop-final .we-modal-view .dados-frete-row .dados-frete-label {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-font-color);
  font-family: Roboto, sans-serif;
}

.we-modal-backdrop-final .we-modal-view .dados-frete-row .dados-frete {
  margin: 0;
  font-size: 1.1rem;
  color: var(--primary-font-color);
  font-family: Roboto, sans-serif;
}

/* ---------------------------------------------------------------------------------------INPUT DO CEP */

.we-modal-backdrop-final .we-modal-view .cep-container {
  display: grid;
  grid-template-columns: 70% 30%;
  margin-bottom: 32px;
}

.we-modal-backdrop .we-modal-view .cep-container .cep-input {
  width: 100%;
  border: none;
  height: 48px;
  font-size: 1rem;
  padding: 0 20px;
  transition: all 0.3s;
  border-radius: 4px 0 0 4px;
  transform: translateX(1px);
  background-color: #ffffff;
  font-family: Roboto, sans-serif;
  color: var(--primary-font-color);
  border: solid 2px var(--secondary-color);
}

.we-modal-backdrop .we-modal-view .cep-container .cep-input:focus {
  outline: none;
  box-shadow: 0 2px 4px rgba(var(--secondary-color-rgb), 0.7);
}

.we-modal-backdrop .we-modal-view .cep-container .calcular-btn {
  height: 48px;
  border-radius: 0 4px 4px 0;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bolder;
  font-family: Roboto;
  color: var(--secondary-font-color);
  background-color: var(--secondary-color);
  box-shadow: 0 3px 6px rgba(var(--secondary-color-rgb), 0.4);
}

.we-modal-backdrop .we-modal-view .cep-container .calcular-btn:active {
  transform: translateY(1px);
  filter: saturate(150%);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate(-50%, -40%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.containerLayoutFinal {
  width: 730px;
  height: 440px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(80, 85, 90, 0.2);
  border-radius: 4px;
}

.containerDiv {
  display: flex;
  flex-direction: column;
}

.divClose {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 29px -36px -67px -41px;
}

.divClose img {
  cursor: pointer;
  z-index: 15;
}

.divBody {
  display: flex;
  margin: 0 39px 39px 65px;
  align-items: center;
}

.divBody img {
  width: 730px;
  height: 440px;
  margin-right: 48px;
}

.divTextCongractulations {
  display: flex;
  flex-direction: column;
  margin-right: 87px;
  margin-top: 36px;
}

.parabens {
  font-weight: bold;
  font-size: 40px;
  color: var(--secondary-color);
}

.pontos {
  display: flex;
  font-size: 24px;
  color: #50555a;
  width: 100%;
  align-items: baseline;
  justify-content: center;
}

.ganhou {
  width: 153px;
}

.pontosBack {
  font-weight: bold;
  font-size: 40px;
  color: var(--secondary-color);
  width: 183px;
}

.titlepag {
  color: var(--primary-color);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
}

.MissionTitlePageTimeLevel {
  display: flex;
  margin: 23px 0;
}

.we-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease-in-out;
  z-index: 9;
}

.we-modal-backdrop .we-modal-view-carrinho {
  height: 100%;
  overflow-y: auto;
  background: var(--content-background);
  /* animation: slideUp 0.5s; */
  padding: 0 230px;
  display: flex;
  justify-content: center;
}

.we-modal-view-carrinho .user-feedback-container .text-container .title {
  color: var(--primary-color) !important;
  margin: 24px 24px 24px 0 !important;
}

.we-modal-view-carrinho .user-feedback-container {
  margin-top: 200px;
}

.we-modal-backdrop .we-modal-view-carrinho .we-modal-close-btn {
  top: 10%;
  right: 5%;
  border: none;
  font-weight: 900;
  background: unset;
  font-size: 1.3rem;
  position: absolute;
  color: var(--secondary-color);
  font-family: Roboto, sans-serif;
}

.we-modal-backdrop .we-modal-view .we-modal-title-container .we-modal-title {
  margin: 0 0 22px 0;
  font-family: Roboto, sans-serif;
  color: var(--primary-font-color);
}

/* ---------------------------------------------------------------------------------------VALORES DO FRETE */
.we-modal-backdrop .we-modal-view hr {
  opacity: 0.2;
  margin: 0 0 22px 0;
  border-top: solid 1px var(--primary-font-color);
}

.we-modal-backdrop .we-modal-view .dados-frete-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.we-modal-backdrop .we-modal-view .dados-frete-row .dados-frete-label {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-font-color);
  font-family: Roboto, sans-serif;
}

.we-modal-backdrop .we-modal-view .dados-frete-row .dados-frete {
  margin: 0;
  font-size: 1.1rem;
  color: var(--primary-font-color);
  font-family: Roboto, sans-serif;
}

/* ---------------------------------------------------------------------------------------INPUT DO CEP */

.we-modal-backdrop .we-modal-view .cep-container {
  display: grid;
  grid-template-columns: 70% 30%;
  margin-bottom: 32px;
}

.we-modal-backdrop .we-modal-view .cep-container .cep-input {
  width: 100%;
  border: none;
  height: 48px;
  font-size: 1rem;
  padding: 0 20px;
  transition: all 0.3s;
  border-radius: 4px 0 0 4px;
  transform: translateX(1px);
  background-color: #ffffff;
  font-family: Roboto, sans-serif;
  color: var(--primary-font-color);
  border: solid 2px var(--secondary-color);
}

.we-modal-backdrop .we-modal-view .cep-container .cep-input:focus {
  outline: none;
  box-shadow: 0 2px 4px rgba(var(--secondary-color-rgb), 0.7);
}

.we-modal-backdrop .we-modal-view .cep-container .calcular-btn {
  height: 48px;
  border-radius: 0 4px 4px 0;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bolder;
  font-family: Roboto;
  color: var(--secondary-font-color);
  background-color: var(--secondary-color);
  box-shadow: 0 3px 6px rgba(var(--secondary-color-rgb), 0.4);
}

.we-modal-backdrop .we-modal-view .cep-container .calcular-btn:active {
  transform: translateY(1px);
  filter: saturate(150%);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate(-50%, -40%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.missionModalContainer {
  margin-top: 80px;
  width: 895px;
}

.missionModalContainerClosseImg {
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-end;
}

.missionModalContainerClosseImg img {
  cursor: pointer;
}

/* .missionModalVideo {
  display: flex;
  margin: 89px 0;
} */

.titleModalContainer {
}

.titleModalDiv {
  display: flex;
  flex-direction: column;
}

.titleModalDiv div:nth-of-type(1) {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 24px;
  color: var(--primary-color);
  margin-top: -23px;
}

.titleModalDiv div:nth-of-type(2) {
  width: 750px;
  font-size: 18px;
  line-height: 24px;
  color: #50555a;
}

.titleModalImgPoint {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  background: var(--secondary-color);
  border-radius: 50%;
}

.titleModalImgPoint div:nth-of-type(1) {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}
.titleModalImgPoint div:nth-of-type(2) {
  font-size: 18px;
  color: #ffffff;
}

.progressBarQuestion {
  width: 824px;
  height: 16px;
  border-radius: 20px;
  background-color: rgba(196, 196, 196, 0.2);
}

.sectionprogressBarQuestion {
  width: 10%;
  height: 16px;
  border-radius: 20px;
  background-color: var(--secondary-color);
}

.divContainerImgPointQuestion {
  display: flex;
  width: 17%;
  justify-content: flex-end;
}

.titleModalQuestion {
  color: var(--primary-color);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.subtitleTitleMissionModal {
  margin: 16px 0 36px 0;
  height: 50px;
  color: #50555a;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.divProgressPoints {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.tentative {
  font-weight: normal;
  font-size: 18px;
  color: #50555a;
  margin-bottom: 15px;
}

.questionMissionModalContainer {
  margin-bottom: 200px;
}

.questionTitleDiv {
  display: flex;
  align-items: baseline;
}

.questionTitleDiv span:nth-of-type(1) {
  font-weight: bold;
  font-size: 32px;
  color: #50555a;
  margin-right: 12px;
}

.questionTitleDiv span:nth-of-type(2) {
  font-weight: bold;
  font-size: 24px;
  color: #50555a;
}

.questionAlternative {
  display: flex;
  flex-direction: column;
}

.questionAlternative div {
  margin-top: 32px;
}

.questionAlternative input {
  cursor: pointer;
}

.check1 label {
  margin-left: 40px;
  font-weight: normal;
  font-size: 18px;
  color: #50555a;
}

.check1 input[type="radio"]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #50555a;
}

.check1 input[type="radio"]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  background-image: url("/src/js/engagement-missoes-components/assets/checkbox.svg");
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #ff9100;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 11px, cover;
  text-decoration: line-through;
}

.check-Error label {
  text-decoration: line-through;
}

.check-Error input[type="radio"]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #50555a;
}

.check-Error input[type="radio"]:checked:after {
  width: 20px;
  height: 21px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  background-image: url(/src/js/engagement-missoes-components/assets/error.svg);
  content: "";
  display: inline-block;
  visibility: visible;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 64px, cover;
}

.check-Correct label {
  margin-left: 40px;
  font-weight: normal;
  font-size: 18px;
  color: #50555a;
}

.check-Correct input[type="radio"]:after {
  width: 20px;
  height: 21px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  background-image: url(/src/js/engagement-missoes-components/assets/correct.svg);
  content: "";
  display: inline-block;
  visibility: visible;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 64px, cover;
}

.check-Correct input[type="radio"]:checked:after {
  width: 20px;
  height: 21px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  background-image: url(/src/js/engagement-missoes-components/assets/correct.svg);
  content: "";
  display: inline-block;
  visibility: visible;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 64px, cover;
}

.questionButtonDiv {
  display: flex;
  justify-content: flex-end;
}

.questionButton {
  margin-top: 8px;
  width: 255px;
  height: 48px;
  background: #eaeef0;
  border-radius: 4px;
  border: 0;
  font-weight: bold;
  font-size: 18px;
  color: #9ba5ae;
  cursor: pointer;
}

.questionButtonActive {
  margin-top: 8px;
  width: 255px;
  height: 48px;
  background: #ff9100;
  border-radius: 4px;
  border: 0;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.container-infoquestion {
  justify-content: flex-end;
  display: flex;
  width: 100%;
  margin-top: 78px;
}

.Return-Mensage-Error {
  width: 253px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #ff3535;
  background-color: #f9ddde;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #992020;
  font-size: 14px;
}

.Return-Mensage-ok {
  width: 253px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #00bf85;
  background-color: #d3f2ea;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #007350;
  font-size: 14px;
}

/*Container de Campanha*/
.campanhaCardMissoesCompleta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 50px;
}

.CampanhaCardMissoesCompleta {
  width: 350px;
  height: 440px;
  box-shadow: 0 4px 4px rgba(80, 85, 90, 0.2);
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
}

.campanhaCardMissoesCompletaImage {
  width: 100%;
  height: 180px;
  opacity: 0.5;
}

.campanhaCardMissoesCompletaDivImg {
  background-repeat: no-repeat;
  background-position: center;
}

.campanhaCardMissoesCompletaSubtitleImage {
  color: #23478a;
  font-size: 16px;
  padding: 23px 0 14px 25px;
}

.campanhaCardMissoesCompletaTitleCard {
  color: #50555a;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 14px 25px;
}

.campanhaCardMissoesCompletaPontos {
  color: #23478a;
  padding: 0 0 24px 25px;
  font-size: 16px;
}

.divMineCards {
  padding: 0 0 31px 25px;
  display: flex;
}

.campanhaCardMissoesCompletaDivExpire {
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #50555a;
  font-size: 14px;
}

.campanhaCardMissoesCompletaDivExpire img {
  padding-right: 11px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--light-color);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
}

/* .divRegulamento {
  width: 1014px;
  height: 390px;
  box-shadow: 6px 4px 4px rgba(80, 85, 90, 0.2);
  border-radius: 4px;
  background-color: #ffffff;
  overflow: auto;
  padding: 82px 34px 8px 32px;
} */

::-webkit-scrollbar {
  width: 8px !important;
}

/*Button*/

.buttonRegulamento {
  padding-top: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

.buttonRegulamentoContainer {
  width: 255px;
  height: 48px;
  border-radius: 40px;
  background-color: #ff9100;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  margin-right: 12%;
}

.buttonRegulamentoContainer img {
  padding-left: 10px;
}

.divStep4Reg {
  /* font-size: 42px;
  color: #fff; */
  padding: 0 0 0 10%;
  height: 100vh;
}

.titleStep4Reg {
  font-size: 42px;
  color: #fff;
  margin: 0px 0 20px;
  padding: 11% 0 0 0;
}

@media (max-width: 1366px) {
  .titleStep4Reg {
    font-size: 42px;
    color: #fff;
    margin: 0px 0 20px;
    padding: 8% 0 0 0;
  }

  .divStep4Reg {
    padding: 0 0 0 10%;
    height: 100vh;
  }

  .buttonRegulamento {
    padding-top: 12px !important;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
  }
}

.divWarnInfoTerm {
  width: 355px;
  height: 27px;
  border-radius: 4px;
  border: 1px solid #ffc136;
  background-color: rgba(255, 193, 54, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #b28726;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}

.MenuNavegacao {
  justify-content: flex-end;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 20px;
  bottom: 70px;
}

.imagemNextUp {
  height: 86px;
  cursor: pointer;
  padding-bottom: 16px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--light-color);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
}

.divRegulamento {
  width: 83%;
  height: 50%;
  box-shadow: 6px 4px 4px rgba(80, 85, 90, 0.2);
  border-radius: 4px;
  background-color: #ffffff;
  overflow: auto;
  padding: 2vw;
}

::-webkit-scrollbar {
  width: 8px !important;
}

/*Button*/

.buttonRegulamento {
  padding-top: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

.buttonRegulamentoContainer {
  width: 255px;
  height: 48px;
  border-radius: 40px;
  background-color: #ff9100;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buttonRegulamentoContainer img {
  padding-left: 10px;
}

.voltarCampanhas {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding-top: 4%;
}

.titleStep4Consult {
  color: #ffffff;
  font-family: Roboto;
  font-size: 60px;
  font-weight: 700;
}

.buttonRegulamentoConsult {
  padding-top: 20px;
  width: 1080px;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  padding-bottom: 2%;
}

.buttonRegulamentoContainerConsult {
  border-radius: 40px;
  height: 48px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 2px solid #d4b538;
}

.buttonRegulamentoContainerConsult:hover {
  background-color: #ff9100;
  border: 2px solid #ff9100;
}

.buttonRegulamentoContainerConsultCancelar {
  border-radius: 40px;
  height: 48px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 2px solid #d4b538;
  margin-right: 45px;
}

.buttonRegulamentoContainerConsultCancelar:hover {
  background-color: #ff9100;
  border: 2px solid #ff9100;
}

.modalEbaContainer {
  z-index: 228;
  position: absolute;
  top: 34%;
  left: 16%;
}

.modalEbaTitle {
  color: #23478a;
  font-family: Roboto;
  font-size: 60px;
  margin: 20px 0;
}

.divEbatextButton {
  display: flex;
  flex-direction: column;
}

.modalEba {
  width: 920px;
  height: 282px;
  border: 2px solid #f8fbfc;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}

.modalEbaText {
  color: #50555a;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
}

.ButtonEba {
  width: 189px;
  height: 48px;
  border-radius: 40px;
  background-color: #ff9100;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: none;
  margin-top: 23px;
  cursor: pointer;
}

.imagemModalEba {
  margin-right: 21px;
}

*{
  margin: 0;
  border: 0;
  padding: 0;
  box-sizing: border-box;
}

.divStep7 {
  height: 100vh;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 10%;
}

.wrapper-content-ranking{
  position: relative;
  width: 100%;
  padding-right: 124px; 
}

.titleStep7{
  font-size: 42px;
  padding: 11% 0 0 0;
  color: var(--secondary-font-color);
  margin: 0px 0 20px;
  width: 100%;
}

.wrapper-grid-ranking{
  width: 100%;
  display: grid;
  grid-template-areas: 
    "seuDesempenho classificacaoGeral"
    "primeirosColocados classificacaoGeral"
  ;
  column-gap: 24px;
  row-gap: 8px;
}

.wrapper-seu-desempenho{
  width: 100%;
  height: 140px;
  box-shadow: 6px 4px 4px var(--shadow-color);
  border-radius: 4px;
  background-color: var(--content-background);
  padding: 24px;
  grid-area: seuDesempenho;
  color: var(--primary-font-color);
}

.title-seu-desempenho{
  margin: 0 0 24px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.title-seu-desempenho span{
  display: block;
  margin-left: 16px;
}

.container-seu-desempenho{
  display: flex;
  align-items: flex-start;
}

.position-seu-desempenho{
  font-size: 24px;
  margin-right: 16px;
}

.name-seu-desempenho{
  flex: 1;
  margin: 6px 0 0 0px;
  font-size: 16px;
}
.container-points-seu-desempenho{
  flex: 1;
  text-align: right;
}
.points-seu-desempenho{
  margin: 0;
}

.details-points-seu-desempenho{
  font-size: 11px;
  margin: 8px 0 0 0;
}

.wrapper-primeiros-colocados{
  width: 100%;
  box-shadow: 6px 4px 4px var(--shadow-color);
  border-radius: 4px;
  background-color: var(--content-background);
  grid-area: primeirosColocados;
  padding: 24px;
  color: var(--primary-font-color);
}

.title-primeiros-colocados{
  margin: 0 0 24px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.title-primeiros-colocados span{
  display: block;
  margin-left: 16px;
}

.list-primeiros-colocados{
  position: relative;
}

.list-primeiros-colocados.sem-nome{
  display: flex;
}



.item-list-primeiros-colocados{
  display: flex;
  align-items: center;
  list-style: none;
  border-bottom: 1px solid #eaeef0;
  padding: 24px 0 8px 0;
}

.item-list-primeiros-colocados:first-child{
  padding: 0px 0 8px 0;
}

.item-list-primeiros-colocados:last-child{
  border: none;
  padding: 24px 0 0px 0;
}

.list-primeiros-colocados.sem-nome .item-list-primeiros-colocados{
  padding: 0px 0 0px 0;
  border: none;
  flex: 1;
}

.item-list-primeiros-colocados p{
  flex: 1;
  font-size: 18px;
  padding-right: 25px;
  margin-bottom: 8px;
}

.list-primeiros-colocados.sem-nome .item-list-primeiros-colocados p{
  display: none;
}

.item-list-primeiros-colocados strong{
  font-size: 18px;
  display: flex;
  align-items: flex-end;
}

.item-list-primeiros-colocados span{
  font-size: 14px;
  font-weight: normal;
  margin-left: 8px;
}

.image-position{
  width: 46px;
  height: 61px;
  margin-right: 18px;
}

.list-primeiros-colocados.sem-nome .image-position{
  width: 30px;
  height: 39px;
  margin-right: 8px;
}

.wrapper-classificacao-geral{
  width: 100%;
  height: 500px;
  box-shadow: 6px 4px 4px var(--shadow-color);
  border-radius: 4px;
  background-color: var(--content-background);
  grid-area: classificacaoGeral;
  padding: 24px;
  color: var(--primary-font-color);
  overflow-y: scroll;
}

.box-title-classificacao-geral{
  display: flex;
  margin: 0 0 24px 0;
}

.img-title-classificacao-geral{
  width: 20px;
  height: 20px;
  margin-right: 16px;
}

.img-title-classificacao-geral img{
  width: 100%;
}

.text-title-classificacao-geral h3{
  font-size: 16px;
}

.text-title-classificacao-geral p{
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
}

.list-ranking-completo{
  position: relative;
}

.item-list-ranking-completo{
  display: flex;
  align-items: center;
  list-style: none;
  border-bottom: 1px solid #eaeef0;
  padding: 24px 0 24px 0;
}

.item-list-ranking-completo:first-child{
  padding: 0px 0 24px 0;
}

.item-list-ranking-completo:last-child{
  border: none;
  padding: 24px 0 0px 0;
}

.position-ranking-completo{
  font-size: 22px;
  margin-right: 24px;
  
}

.item-list-ranking-completo p{
  flex: 1;
  font-size: 18px;
  padding-right: 25px;
  text-transform: capitalize;
}

.valuedSold-ranking-completo{
  font-size: 18px;
  display: flex;
  align-items: flex-end;
}

.item-list-ranking-completo span{
  font-size: 14px;
  font-weight: normal;
  margin-left: 8px;
}

.data-atualizacao-ranking{
  font-size: 16px;
  color: var(--secondary-font-color);
  margin-top: 16px;
  text-align: right;
}

.data-atualizacao-ranking strong{
  font-size: 16px;
}

.MenuNavegacao {
  justify-content: flex-end;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 20px;
  bottom: 70px;
}

.imagemNextUp {
  height: 86px;
  cursor: pointer;
  padding-bottom: 16px;
}

.MetasContainer {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 5% 0 0 10%;
  /* justify-content: center; */
}

.nameMetaTitle {
  font-size: 2rem;
  padding: 1% 0 11px 0;
  color: #fff;
  font-weight: bold;
}

.metaInfo {
  color: #fff;
  font-weight: 300;
}

.cardMeta {
  margin-top: 10px;
  background: #fff;
  width: 90%;
  border-radius: 3px;
  height: 210px;
  padding: 23px 30px 20px 30px;
}

.divCardTitleMeta {
  display: flex;
  align-items: center;
}

.voceAtingiu {
  margin-right: 100px;
  margin-right: 100px;
  font-size: 1.3rem;
  color: #4f555a;
  width: 13%;
}

.voceAtingiuDivText{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.valorVoceAtingiu {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  margin-top: 5px;
}

.percentDaMeta {
  margin-top: 20px;
}

.progressBarFundo {
  width: 97%;
  background: #c4c4c4;
  height: 21px;
  border-radius: 9px;
}

.progressBarFrente {
  width: 0%;
  background: var(--secondary-color);
  height: 21px;
  border-radius: 9px;
  margin-top: -21px;
}
.progressBarFim {
  width: 97%;
  background: #00bf85;
  height: 21px;
  border-radius: 9px;
  margin-top: -21px;
}

.divDatalimite {
  display: flex;
  width: 97%;
  justify-content: flex-end;
}
.divDatalimiteUpdate {
  display: flex;
  width: 90%;
  justify-content: flex-end;
  color: #fff;
  margin-top: 10px;
}

.nameFinal {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1%;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}

.titlePag {
  font-size: 42px;
  color: #fff;
}

.divGeralProgressBar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.progressBarDiv{
  width: 97%;
}

.progressBarIcon{

  position: relative;
  margin-top: -16px;

}

@media (max-width: 1366px) {
  .MetasContainer {
    padding: 7% 0 0 10%;
  }

  .titlePag {
    font-size: 40px;
  }

  .nameMetaTitle {
    font-size: 1.4rem;
  }

  .voceAtingiu {
    font-size: 0.9rem;
  }

  .valorVoceAtingiu {
    font-size: 1.5rem;
  }

  .percentDaMeta {
    margin-top: 8px;
  }

  .progressBarFundo {
    height: 18px;
  }

  .progressBarFrente {
    height: 18px;
    margin-top: -18px;
  }

  .cardMeta {
    margin-top: 10px;
    height: 156px;
    padding: 15px 30px 20px 30px;
  }
} ;



.containerVariasMetas{

}

.containerVariasMetas .campanhasMetas{
    cursor: pointer;
}

.containerVariasMetas
.divCampanhasMetas{
    color: #fff;
    display: flex;
    justify-content: space-between;
    width: 46%;
    padding: 2% 0;
}

.lineCampanhasMetas{
    width: 46%;
    height: 3px;
    background-color: #fff;
}

 .lineCampanhasMetasProgress{
    width: 16%;
    height: 3px;
    background-color: var(--secondary-color);
    position: relative;
    margin-top: -0.25%;



}

*{
  margin: 0;
  border: 0;
  padding: 0;
  box-sizing: border-box;
}

.divStep3 {
  height: 100vh;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 0 10% 0 10%;
  width: 100%;
}


.titleStep3 {
  font-size: 42px;
  /* padding: 11% 0 0 0; */
  color: var(--secondary-font-color);
  margin: 0px 0 20px;
  width: 100%;
}

.divStepsPneu {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.divStepPneu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 255px;
}
.imgSeta {
  margin-top: 51px;
}

.wrapper-carousel{
  width: 100%;
}
.menu-carousel{
  position: relative;
  margin-bottom: 70px;
}
.ul-menu-carousel{
  display: flex;
}

.item-menu-carousel{
  color: var(--secondary-font-color);
  font-size: 16px;
  padding: 16px 32px;
  border-bottom: 3px solid var(--secondary-font-color);
  list-style: none;
  transition: 0.2s all;
  cursor: pointer;
}

.item-menu-carousel.activeP{
  border-bottom: 3px solid var(--hover-color);
}

.item-menu-carousel:hover{
  border-bottom: 3px solid var(--hover-color);
}

.content-carousel{
  width: 100%;
  height: 307px;
  box-shadow: 6px 4px 4px var(--shadow-color);
  border-radius: 4px;
  background-color: var(--alternative-background);
}


.glide {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.container-step{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 36px;
}

.container-step:last-child .seta-step{
  display: none;
}

.seta-step{
  position: absolute;
  top: 30%;
  right: 0;
  
}

.number-step{
  font-size: 50px;
  color: var(--primary-color);
  margin-bottom: 24px;
  position: relative;
  width: 100%;
}


.description-step{
  font-size: 18px;
  color: var(--primary-font-color);
  min-height: 64px;
}

.seta-step-container-right{
  transform: rotate(180deg);
}

.glide__track {
  flex: 1;
  height: 100%
}

.glide__slides {
  text-align: center;
  height: 307px;
  color: #fff;
  display: flex;
}

.glide__slide{
  list-style: none;
}

/* .glide__slide[class*="active"] {
  background: linear-gradient(-45deg, #ed145b, #7b31f4);
} */

.glide__arrows {
  width: 22px;
  z-index: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  background-color: rgb(254 217 193);
  transition: all 0.2s ease-in-out;
}

.glide__arrow {
  top: 0;
  bottom: 0;
  position: absolute;
  background: none;
  cursor: pointer;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .glide__arrow:hover {
  background-color: #ed145b;
} */

.glide__arrow__left{
  left: 0;
}

.glide__arrow__right{
  right: 0;
}



.MenuNavegacao {
  justify-content: flex-end;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 20px;
  bottom: 70px;
}

.imagemNextUp {
  height: 86px;
  cursor: pointer;
  padding-bottom: 16px;
}

@media (max-width: 1366px) {
  .MenuNavegacao {
    bottom: 30px !important;
  }
}
/*correction*/

.menuHeaderDiv {
  position: absolute;
  width: 100%;
  top: 45px;
  left: -26px;
}

.MenuHeader {
  display: none;
}

.MenuHeaderOk {
  color: #fff;
  display: flex;
  flex-direction: column;
}

.menuHeaderDivOk {
  position: absolute;
  width: 100%;
  left: 0;
  border-radius: 0px 40px 40px 0;
  width: 50%;
  height: 100vh;
  /* background-color: #031d4f; */
  display: flex;
  box-shadow: 5px 5px #fff;
  z-index: 9;
}

.menuHeaderDivContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 7% 0 12%;
}

.menuHeaderDivContainerOk {
  width: 100%;
  padding: 65px 0 0 20.3%;
}

.menuHeaderDivButtonMenu {
  width: 48px;
  height: 48px;
  background-color: #ff9100;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}

.menuHeaderDivButtonMenu img{
  width: 23px;
}

.menuHeaderDivButtonSair {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.menuHeaderDivButtonSairOk {
  display: none;
}

.menuHeaderDivButtonSair img {
  height: 30px;
}

.menuHeaderDivButtonSairSair {
  color: #ff9100;
  font-size: 28px;
  font-weight: 400;
  text-decoration: underline;
  padding-left: 18px;
  cursor: pointer;
}

@media screen and (min-width: 1599px) {
  .menuHeaderDivContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10% 0 11%;
  }
}

.menuHeaderDivButtonMenuOk {
  display: none;
}

/*Menu Slider*/

.menuHeaderHoverButtonSair {
  width: 48px;
  height: 48px;
  background-color: #ff9100;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  cursor: pointer;
  align-items: center;
}

.menuHeaderHoverButtonSair img{
  width: 18px;
}

.menuHeaderHoverVoltarCampanhas {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  padding-bottom: 20px;
  cursor: pointer;
}

.menuOpcoes {
  font-size: 32px;
  font-weight: 700;
  padding-top: 25px;
  cursor: pointer;
  width: 215px;
  border-bottom: 4px solid transparent;
  transition: all 0.2s;
}

.menuOpcoes:hover {
  border-bottom: 4px solid var(--hover-color);
}

@media (max-width: 1366px) {
  .menuHeaderDiv {
    position: absolute;
    width: 100%;
    top: 5%;
    left: -26px;
  }
}

.menuHeaderDivButtonSairSairPB {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-decoration: underline;
  padding-left: 18px;
}

*{
  box-sizing: border-box;
}
.center-box-header{
  background-color: var(--primary-color);
  width: 100%;
  position: relative;
  z-index: 9;
}

.header {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-family: Roboto;
  /*TODO: param tamanho*/
  height: 100px;
  padding: 0 20px;
}

.header a.logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 49px;
  min-width: 144px;
  font-size: 25px;
  grid-column: 1;
  justify-self: flex-start;
}

.header .header-links-container {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.header .header-links-container a {
  margin: 0 16px;
  color: var(--secondary-font-color);
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

.header .header-links-container a:hover {
  opacity: .9;
}

.header .header-links-container a.header-link-active {
  position: relative;
  font-weight: bold;
  height: 100%;
  /* TODO: combinar com o param tamanho */
  line-height: 100px;
}

.header .header-links-container a.header-link-active::after {
  content: '';
  display: block;
  height: 6px;
  width: 100%;
  background: var(--secondary-color);
  position: absolute;
  bottom: 0;
}

.menu-btn-responsive{
  width: 55px;
  height: 40px;
  position: relative;
  display: none;
  align-items: center;
  margin-right: 15px;
  cursor: pointer;
}



.hamburguer{
  display: block;
  width: 30px;
  height: 5px;
  background: var(--secondary-font-color);
  border-radius: 4px;
  position: relative;
  transition: .3s ease-in-out;
}

.hamburguer:before,
.hamburguer:after{
  width: 40px;
  content: "";
  display:block;
  height: 5px;
  background: var(--secondary-font-color);
  border-radius: 4px;
  position: absolute;
  transition: .3s ease-in-out;
}

.hamburguer:before{
  top: -11px;
}

.hamburguer:after{
  bottom: -11px;
}

#input-menu-btn-responsive{
  display: none;
}

#input-menu-btn-responsive:checked ~ .menu-btn-responsive .hamburguer{
 transform: rotate(45deg);
 width: 40px;
}

#input-menu-btn-responsive:checked ~ .menu-btn-responsive .hamburguer:before{
  transform: rotate(90deg);
  top: 0;
 }

 #input-menu-btn-responsive:checked ~ .menu-btn-responsive .hamburguer:after{
  transform: rotate(90deg);
  bottom: 0;
 }

 .full-container-responsive{
   position: fixed;
   z-index: 7;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   display: none;
   transition: 0.5s;
 }

 #input-menu-btn-responsive:checked ~ .full-container-responsive{
  display: block;
  background: rgba(0, 0, 0, 0.2);
 }

.header .notification {
  display: block;
  margin: 0 auto;
  height: 34px;
  width: 34px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  background-color: var(--secondary-color);
}

.header .notification:active {
  transform: translateY(1px);
}

.header .profile-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: auto;
}

.header .profile-container .user-points {
  width: 140px;
  height: 42px;
  line-height: 42px;
  padding-left: 22px;
  padding-right: 22px;
  border-radius: 32px 0 0 32px;
  pointer-events: none;
  background: var(--secondary-color);
  box-shadow: 0 3px 6px rgba(0, 217, 198, 0.2);
  color: var(--light-color);
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.profile-container .user-points span{
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  margin-left: 4px
}

.header .profile-container .profile-pic {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background: lightcyan;
  background-size: contain;
  position: relative;
  left: -27px;
}

@media (max-width: 1024px) {
  .header-links-container {
    position: fixed;
    flex-direction: column;
    bottom: 0;
    top: 100px;
    left: -270px;
    z-index: 9;
    justify-content: flex-start !important;
    background: var(--secondary-font-color);
    box-shadow: -15px -25px 25px 0px var(--primary-color);
    width: 250px;
    padding-top: 40px;
    transition: 0.3s ease-in-out;
  }

  #input-menu-btn-responsive:checked ~ .header-links-container{
    left: 0px;
   }

  .header .header-links-container a{
    color: var(--primary-color);
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    display: flex;
    border-right: 4px solid var(--secondary-font-color);
    width: 100%;
    padding-left: 20px;
    height: 48px;
    max-height: 48px;
    transition: 0.2s;
    align-items: center;
  }

  .header-links-container a:hover{
    right: 4px;
    padding-left: 24px;
    border-right: 4px solid var(--secondary-color);
  }

  .menu-btn-responsive{
    display: flex;
  }

  .header .header-links-container a.header-link-active {
    height: auto;
    line-height: auto;
  }
  
  .header .header-links-container a.header-link-active::after {
    right: 0;
    bottom: auto;
    height: 100%;
    width: 6px;
  }
}

@media (max-width: 400px) {
  .header .profile-container .user-points{
    width: 115px;
    padding-left: 0px;
    font-size: 17px;
  }
}

@media screen and (max-width: 1600px) {
    .header .header-links-container a {
        margin: 0 12px;
        font-size: 16px;
    }
}
/*Escrever o objeto ROOT em tempo de execução de acordo com parâmetros retornados da API de Parametrização*/
body {
  overflow-y: scroll;
  background: var(--content-background);
}

body .loading-container {
  position: fixed;
  top: 0;
  background: #fff;
}

html {
  min-height: 100vh;
  font-family: Roboto;
}

::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--light-color);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--hover-color);
}

.middle-page {
  max-width: 1300px;
  width:100%;
  margin: 0 auto;
  min-height: 49vw;
  background: var(--content-background);
}
.middle-page .loading-container {
  position: absolute;
  top: 0;
  left: 0;
}

.middle-page .loading-container .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(25%) translateX(30%);
}

#fp-nav {
  top: 5%;
  right: 10% !important;
}

#fp-nav ul li {
  display: inline-block;
  width: 18px;
  margin: 1px;
}

#fp-nav ul li a span {
  width: 14px !important;
  height: 10px !important;
  border-radius: 12px !important;
  background: #cccfd1;
}

#fp-nav ul li a.active span {
  margin: -2px 0 0 -4px !important;
  width: 18px !important;
  height: 10px !important;
  border-radius: 12px !important;
  background: var(--secondary-color);
}


.header .profile-container .profile-pic {
  position: relative;
  left: -16px;
}


.footer-container {
	width: 100%;
	background: var(--primary-color);
	padding: 0 20px;
}

.centraliza-footer-container {
	position: relative;
	display: flex;
	font-family: Roboto;
	align-items: center;
	max-width: 1300px;
	min-height: 100px;
	margin: 0 auto;
}

.footer-container .copyright {
	justify-self: center;
	font-size: 14px;
	color: var(--secondary-font-color);

}

.footer-container .footer-links-container {
	display: grid;
	grid-auto-flow: column;
	justify-self: center;
	margin-left: auto;
}

.footer-container .footer-links-container a {
	margin-left: 22px;
	padding-right: 22px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	font-family: Roboto;
	color: var(--secondary-font-color);
	border-right: solid 1px var(--secondary-font-color);
	cursor: pointer;
}

.footer-container .footer-links-container a:hover {
	opacity: .9;
}

.footer-container .footer-links-container a:last-child {
	border: none;
}

@media (max-width: 1024px) {
	.centraliza-footer-container{
		flex-wrap: wrap;
	}

	.copyright{
		width: 100%;
		order: 2;
		text-align: center;
	}

	.footer-container .footer-links-container{
		width: 100%;
		order: 1;
	}
}

@media (max-width: 680px) {
	.footer-container .footer-links-container {
		display: none;
	}
}
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--light-color);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--hover-color);
}

.terms-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-template-rows: 50px auto 50px;
  grid-auto-flow: row;
  row-gap: 22px;
  font-family: "Roboto", sans-serif;
}

.terms-wrapper .terms-segment-container {
  display: grid;
  grid-column: 4;
  grid-template-columns: repeat(2, 50%);
}

.terms-wrapper .terms-segment-container .terms-menu {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: var(--primary-font-color);
  border-bottom: 3px solid var(--light-color);
  cursor: pointer;
}

.terms-wrapper .terms-segment-container .terms-menu.terms-menu-selected {
  border-color: var(--secondary-color);
  font-weight: 700;
}

.terms-wrapper .terms-content-container {
  overflow: auto;
  max-height: 540px;
  grid-column: 1 / span 4;
}

.terms-wrapper .terms-content-container .terms-content-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 32px;
  color: var(--secondary-color);
}

.terms-wrapper .terms-content-container .terms-content-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  padding-right: 100px;
  color: var(--primary-font-color);
}

.terms-wrapper .terms-action-btns-container {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-column: 4;
  grid-auto-flow: column;
}

.terms-wrapper .terms-action-btns-container .terms-accepbutton,
.terms-wrapper .terms-action-btns-container .terms-cancelbutton {
  cursor: pointer;
  font-size: 18px;
  outline: none;
  width: 95%;
  justify-self: end;
}

.terms-wrapper .terms-action-btns-container .terms-cancelbutton {
  font-weight: 700;
  border-radius: 4px;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
    background-color: #FFFFFF;
}

.terms-wrapper .terms-action-btns-container .terms-cancelbutton:hover {
  border: 1px solid var(--hover-color);
  color: var(--hover-color);
}

.terms-wrapper .terms-action-btns-container .terms-accepbutton {
  border: none;
  font-weight: 700;
  border-radius: 4px;
  color: var(--content-background);
  background-color: var(--secondary-color);
}

.terms-wrapper .terms-action-btns-container .terms-accepbutton:hover {
  background-color: var(--hover-color);
}

@media screen and (max-width: 1800px) {
  .terms-wrapper .terms-segment-container {
      grid-column: 3 / span 2;
  }

  .terms-wrapper .terms-action-btns-container {
    grid-column: 3 / span 2;
  }
}
