@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap);
/*!
 * fullPage 3.1.2
 * 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-top: 80px; 
  width: 100%;
}

/* 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;
}

/* Class Subtitle of First Title Component */

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

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

.ContainerCard {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 255px));
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  justify-content: left;
}

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

.ComponentCard {
  max-width: 255px;
  height: 133.94px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(80, 85, 90, 0.2);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.ComponentCard img {
  height: 64px;
}

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

.conquestDivText div:nth-child(1) {
  margin: 0 11px 5px 19px;
  font-weight: bold;
  font-size: 40px;
  color: var(--secondary-color);
}

.conquestDivText div:nth-child(2) {
  margin: 0 27px 0px 0;
  font-size: 16px;
  color: #50555a;
}

.modal-dialog {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: #00000087;
}

.card {
    min-width: 400px;
    background: #fff;
    z-index: 100;
    border: 1px solid #50555A;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 0.1rem 1rem;
}

.content-modal {
    width: 100%;
    margin: 2rem 0;
    color: #50555a;
}

.title-modal {
    display: flex;
    width: 100%;
    height: 40px;
    justify-content: space-between;
    align-items: center;
}

.title-modal h2 {
    margin: 0;
    color: var(--status-red );
}

.btn-modal {
    background: transparent;
    border: 1px solid #50555A;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    color: #50555A;
    transition: .2s ease-in-out;
}

.btn-modal:hover {
    background: #50555A;
    color: #fff;
}
/* Mission Component*/

.MissionsContainer {
}

.MissionsCard {
  padding: 24px 21px 12px 21px;
  max-width: 405px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(80, 85, 90, 0.2);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.MissionsCard .missionCardSubtitleImage {
  margin-top: 16px;
  font-size: 16px;
  color: #50555a;
}

.missionCardTitleCard {
  font-size: 18px;
  color: #50555a;
  font-weight: bold;
  margin-top: 8px;
}

.missionCardPointsDiv {
  display: flex;
  margin-top: 8px;
  align-items: center;
}

.missionCardPointsDiv div:nth-child(1) {
  font-size: 16px;
  color: #50555a;
}

.missionCardPointsDiv div:nth-child(2) {
  font-size: 18px;
  color: #50555a;
  font-weight: bold;
}

.missionCardInfoDiv {
  margin: 16px 0;
  display: flex;
  justify-content: flex-start;
}

.missionCardExpireDiv {
  display: flex;
  justify-content: flex-start;
}

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

.MissionsCardContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 50px;
}

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

.missionCardDivImg {
  max-height: 185px;
}

.missionCardDivImg img {
  height: 185px;
  width: 100%;
}

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

.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; */
}

.titleModalContainerVideo {
  display: flex;
  flex-wrap: wrap;
}

.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;
}

@media(max-width: 768px) { 
  .titleModal {
    height: auto;
  }

  .subtitleTitleMissionModal {
    height: auto;
  }
}

.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: 100%;
  max-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: 100%;
  max-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;
}

@media(max-width: 768px) {
  .divInfoAndButtonContainer {
    flex-direction: column;
  }

  .divWarnInfo {
    padding: 8px 16px;
    height: 100%;
    text-align: center;
  }

  .divWarnInfo span {
    width: 100%;
    flex: 1;
    padding: 0 8px;
    height: 100%;
  }

  .buttonFinalDivInfoDisable, .buttonFinalDivInfoActive {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
}

@media(max-width: 550px) {
  .buttonVideoPlay {
    left: 29%;
    top: 16%;
    height: 60px;
    width: 60px;
  }
  .buttonVideo {
    left: 29%;
    top: 16%;
    height: 60px;
    width: 60px;
  }

  .buttonRestart {
    top: 16%;
    height: 60px;
    width: 60px;
  }
}

.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: 100%;
  max-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: 100%;;
  height: 16px;
  border-radius: 20px;
  background-color: rgba(196, 196, 196, 0.2);
  margin-right: 9px;
}

.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;
  padding-top: 10px;
}

.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;
  min-height: 63px;
}

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

.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;
}

.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;
}

@media(max-width: 550px) {
  .questionMissionModalContainerVideo .questionButton {
    width: 100% !important;
  }

  .questionMissionModalContainerVideo .questionButtonActive {
    width: 100% !important;
  }

  .containerLayoutFinalVideo .parabens {
    font-size: 28px !important;
  }

  .containerLayoutFinalVideo .pontosBack{
    font-size: 28px !important;
  }

  .containerLayoutFinalVideo .pontos {
    text-align: center !important;
  }

  .containerLayoutFinalVideo .ganhou {
    width: 100%;
  }

  .containerLayoutFinalVideo .divClose {
    margin: 0;
  }
}

.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: 100%;
  max-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: 100%;
  border: 1px solid #eaeef0;
}

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

.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;
  margin-right: 23px;
}

.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;
  margin-left: 23px;
}

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

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

@media(max-width: 600px){
  .containerLayoutFinal {
    height: 100%;
  }

  .containerDiv {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
  }

  .divBody {
    flex-direction: column;
    height: auto;
    margin: 0;
  }

  .divBody img {
    width: 100%;
    margin-right: 0px;
    max-height: 170px;
    height: 100%;
  }

  .ganhou {
    text-align: center;
  }

  .divTextCongractulations {
    align-items: center;
  }

  .buttonsEnd {
    justify-content: center;
    flex-direction: column;
  }

  .buttonsEnd button {
    width: 100%;
    margin-right: 0;
  }

}

.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;
}

@media(max-width: 860px){
  .gabaritoContainerLayout {
    margin: 0px;
    margin-top: 60px;
    width: 100%;
  }
}

.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%;
}

@media(max-width:890px){
  .containerCardResume {
    height: auto;
    flex-direction: column;
    padding: 18px 0px;
  }
  .divImgTitleCard {
    display: flex;
    object-fit: cover;
    width: 100%;
    justify-content: center;
    padding-left: 0;
  }

  .divinfoCardResume {
    text-align: center;
    margin: 18px 0;
  }
}

.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;
}

@media(max-width:890px){
  .numeroQuestion {
    margin: 39px 25px 24px 25px;
  }
}

.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-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: 100%;
  max-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 39px 65px; */
  align-items: center;
}

.divBody img {
  width: 310px;
  height: 254px;
  margin-right: 21px;
}

.divTextCongractulations {
  display: flex;
  flex-direction: column;
  /* margin-right: 87px; */
  margin-top: 36px;
  width: 100%;
}

.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;
}

@media(max-width: 650px){
  .containerLayoutFinal {
    height: 100%;
  }

  .containerDiv {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
  }

  .divBody img {
    width: 100%;
    margin-right: 0px;
  }

  .ganhou {
    text-align: center;
  }
}

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

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

.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;
}

.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 20px;
  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: 100%;
  max-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: 100%;;
  height: 16px;
  border-radius: 20px;
  background-color: rgba(196, 196, 196, 0.2);
  margin-right: 9px;
}

.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;
  padding-top: 10px;
}

.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;
  min-height: 63px;
}

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

.questionMissionModalContainer {
  padding-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-number-question {
  display: flex;
  margin-bottom: 18px;
}

.number-question {
  font-weight: bold;
  font-size: 32px;
  color: #50555a;
  margin-right: 12px;
}

.title-question {
  font-weight: bold;
  font-size: 24px;
  color: #50555a;
  flex: 1;
  margin: 4px 0 0 0;
}

.container-options {
  display: flex;
  flex-direction: column;
}

/*Input Radio*/
.wrapper-options-questoes {
  display: flex;
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeIn 0.3s ease forwards;
}

.wrapper-options-questoes-video {
  justify-content: center;
  background-color: rgba(196, 196, 196, 0.2);
  padding: 10px 0;
  width: 100%;
  max-height: 450px;
}

.wrapper-options-questoes-video img {
  width: 100%;
  object-fit: cover;
}

.video-question-container {
  width: 80%;
  min-width: 350px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.label-question {
  margin-left: 40px;
  font-weight: normal;
  font-size: 18px;
  color: #50555a;
  flex: 1;
  cursor: pointer;
}

.input-radio {
  position: relative;
  cursor: pointer;
  visibility: hidden;
}

.input-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;
}

.input-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;
}

.input-checkbox {
  position: relative;
  cursor: pointer;
  visibility: hidden;
}

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

.input-checkbox:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  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;
}

.input-checkbox:checked:before {
  width: 11px;
  height: 11px;
  position: absolute;
  background-color: #ff9100;
  content: "";
  display: inline-block;
  visibility: visible;
  z-index: 1;
  top: 2px;
  left: 3px;
}

.checkbox-correct:checked:before {
  background-color: #fff;
  background-image: url(/src/js/engagement-missoes-components/assets/correct.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  top: 1px;
  left: 3px;
  display: flex;
}

.checkbox-correct:checked:after {
  background-color: #00bf85;
  border: 2px solid #00bf85;
}

.checkbox-wrong:checked:before {
  background-color: #fff;
  background-image: url(/src/js/engagement-missoes-components/assets/error.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  top: 2px;
  left: 3px;
  display: flex;
}

.checkbox-wrong:checked:after {
  background-color: #ff3535;
  border: 2px solid #ff3535;
}

.checkbox-wrong label {
  text-decoration: line-through;
}

.wrapper-button-answer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

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

.button-next-question {
  margin-top: 8px;
  width: 255px;
  height: 48px;
  background: var(--secondary-color);
  border-radius: 4px;
  border: 0;
  font-weight: bold;
  font-size: 18px;
  color: var(--secondary-font-color);
  cursor: pointer;
  display: none;
}

.active-button {
  background: var(--secondary-color);
  color: var(--secondary-font-color);
}

.text-answer {
  width: 255px;
  height: 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 14px;
  padding: 4px 10px;
}

.text-answer p {
  margin: 0;
  padding: 0;
}

.text-answer-correct {
  border: 1px solid #00bf85;
  background-color: #d3f2ea;
  color: #007350;
}

.text-answer-wrong {
  border: 1px solid #ff3535;
  background-color: #f9ddde;
  color: #992020;
}

.text-answer-alert {
  color: #856404;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
}

.text-answer-alert img {
  width: 22px;
}

.back-red {
  background-color: #f9ddde;
}

@media (max-width: 480px) {
  .button-check-question {
    width: 100%;
  }

  .button-next-question {
    width: 100%;
  }

  .container-number-question {
    flex-direction: column;
  }

  .number-question {
    text-align: center;
    margin-bottom: 15px;
    font-size: 28px;
  }

  .title-question {
    font-size: 22px;
  }

  .text-answer {
    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;
}

.miniCardStep {
  display: flex;
  align-items: center;
  width: 90px;
  height: 32px;
  background: rgba(38, 156, 244, 0.2);
  border-radius: 4px;
  margin-right: 8px;
}

.miniCardStep img {
  margin: 0 8px;
}

.MissionsContainerCompleted {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  justify-content: left;
  margin-bottom: 207px;
}

.MissionsCardComplete {
  padding: 24px 21px 12px 21px;
  max-width: 405px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(80, 85, 90, 0.2);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.MissionsCardComplete .missionCardSubtitleImage {
  margin: 5px 0 19px 24px;
  font-size: 16px;
  color: #50555a;
}

.missionCardDivImg {
  max-height: 185px;
}

.missionCardDivImg img {
  height: 185px;
  width: 100%;
}

.MissionsCardContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 50px;
}

.missionCardCompleteDivImg img {
  opacity: 0.2;
  height: 185px;
  width: 100%;
}

.missionCardCompleteDivImg {
  max-height: 185px;
  background-image: url("/src/js/engagement-missoes-components/assets/ok.svg");
  background-repeat: no-repeat;
  background-position: center;
}


* {
  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;
  max-height: 110px;
  height: 100%;
  font-size: 25px;
  grid-column: 1;
  justify-self: flex-start;
  width: 100%;
  max-width: 210px;
}

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

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

.header .header-links-container a:hover {
  opacity: 0.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: 0.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: 0.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(--secondary-font-color);
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  position: relative;
  left: 16px;
}

.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: 0;
}

.wrapper-alert-bell {
  position: relative;
  width: 20px;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 36px;
  z-index: 6;
}

.icon-alert-bell {
  position: relative;
  width: 16px;
  height: 20px;
  cursor: pointer;
}

.alert-bell-stroke {
  fill: none;
  stroke: white;
}

.alert-bell {
  fill: white;
}

.ballon-alert-bell {
  position: absolute;
  background: var(--secondary-color);
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  top: 20px;
  right: -20px;
  color: var(--secondary-font-color);
  font-size: 12px;
}

.container-info-alert {
  position: absolute;
  width: 285px;
  max-height: 270px;
  background: var(--alternative-background);
  border: 1px solid var(--secondary-color);
  border-radius: 0 0 8px 8px;
  top: 68px;
  right: -8px;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 18px 14px 18px 9px;
  overflow: hidden;
}

.sem-conteudo-info-alert {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.box-info-alert {
  overflow-y: scroll;
  max-height: calc(270px - 36px);
  padding: 0 14px 0 9px;
}

.item-info-alert {
  position: relative;
  padding-left: 27px;
  margin-bottom: 18px;
}

.img-info-alert {
  position: absolute;
  left: 0;
}

.text-info-alert {
  color: var(--primary-font-color);
  font-size: 14px;
  overflow: hidden;
}

.text-info-alert strong {
  display: block;
  margin-bottom: 4px;
}

.link-info-alert {
  background-color: var(--secondary-color);
  color: var(--secondary-font-color);
  font-size: 15px;
  padding: 10px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  margin-top: 14px;
}

.overlay-info-alert {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 4;
  display: none;
}

@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: 575px) {
  .header .profile-container .user-points {
    width: 115px;
    padding-left: 0px;
    font-size: 17px;
  }

  .wrapper-alert-bell {
    margin: 0 15px;
  }
}

@media (max-width: 455px) {
  .header {
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 20px;
  }
  .wrapper-alert-bell {
    margin: 0 15px 0 0px;
    order: 4;
  }

  .ballon-alert-bell {
    top: -20px;
  }

  .header a.logo {
    min-width: 100%;
    order: 1;
    height: 86px;
    margin-bottom: 8px;
  }

  .header .profile-container {
    order: 3;
    flex-grow: 1;
    justify-content: center;
  }

  .menu-btn-responsive {
    order: 2;
    margin-right: 0;
  }

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

  .container-info-alert {
    top: 30px;
  }
}

@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;
}

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 {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 40px;
  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);
}

@media(max-width: 380px) {
  .middle-page {
    padding: 0;
  }

  .title-Home {
    justify-content: center;
  }

  .subtitle-Home {
    text-align: center;
    padding: 0 20px;
  }

  .title2 {
    margin: 34px 0 34px 0;
    text-align: center;
  }

  .ContainerCard {
    justify-content: center;
  }
}

.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(--tertiary-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(--tertiary-font-color);
	border-right: solid 1px var(--tertiary-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;
	}
}
