.ContainerResults {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 70px;
  height: 100vh;
  margin-top: 20px;
  overflow: scroll;
}

.ContainerResults__content {
  width: 80%;
  margin: 0 auto;
  color: #636363;
  font-size: 11px;
  font-weight: normal;
  margin-top: 35px;
  margin-bottom: 20px;
}

.ContainerResults__content__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-animation: ContainerResults-animation-up 0.5s 0.7s ease forwards;
  animation: ContainerResults-animation-up 0.5s 0.7s ease forwards;
  opacity: 0;
  padding: 20px 0px 20px 0px;
  border-bottom: 1px solid #bababa;
  overflow: hidden;
  border-top-right-radius: 5px;
  margin-bottom: 10px;
}

.ContainerResults__content__item:nth-child(1) {
  border-top: 0px solid #bababa;
  -webkit-animation: ContainerResults-animation-up 0.5s 0.5s ease forwards;
  animation: ContainerResults-animation-up 0.5s 0.5s ease forwards;
}

.ContainerResults__content__item:nth-child(2) {
  -webkit-animation: ContainerResults-animation-up 0.5s 0.6s ease forwards;
  animation: ContainerResults-animation-up 0.5s 0.6s ease forwards;
}

.ContainerResults__content__item:nth-child(3) {
  -webkit-animation: ContainerResults-animation-up 0.5s 0.7s ease forwards;
  animation: ContainerResults-animation-up 0.5s 0.7s ease forwards;
}

.ContainerResults__content__item:nth-child(4) {
  -webkit-animation: ContainerResults-animation-up 0.5s 0.8s ease forwards;
  animation: ContainerResults-animation-up 0.5s 0.8s ease forwards;
}
.ContainerResults__content__item:last-child{
  border-bottom: 0px solid #bababa;
}
.ContainerResults__content__item__img img {
  
  height:25px ;
  margin-bottom:10px;
}

.ContainerResults__content__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10 0px;
}

.ContainerResults__content__item__content strong {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  font-family: 'Poppins-Regular';
  padding-right: 5px;
}

.ContainerResults__content__item__content span {
  font-size: 14px;
  font-weight: 400;
  color: #9A9A9A;
  font-family: 'Poppins-Light';
}

.ContainerResults__content__item__icon {
  font-size: 15px;
  width: 100%;
  text-align: right;
}

.ContainerResults__content__item__icon i {
  color: #5C6CF1;
  font-size: 11px;
}

.ContainerResults__content__item__icon span {
  color: #FAD478;
}

@-webkit-keyframes ContainerResults-animation-up {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes ContainerResults-animation-up {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.ContainerResultsProposal {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  height: 100vh;
  padding-top: 50px;
  background: #fff;
}

.ContainerResultsProposal--exit {
  -webkit-animation: animation-exit 0.5s 0s ease forwards;
  animation: animation-exit 0.5s 0s ease forwards;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
  top: 0px !important;
}

.ContainerResultsProposal__header {
  border-bottom: solid 0.5px var(--navbar-bottom-border-color)!important;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 23px;
  color: #999999;
  margin-bottom: 0px !important;
  z-index: 300;
  background: white;
  text-transform: uppercase;
}

.ContainerResultsProposal__header__item {
  width: 33%;
  text-align: center;
  font-size: 14px;
  height: 23px; 
  font-weight: bold;
}

.ContainerResultsProposal__header__item img {
  width: 40px;
}

.ContainerResultsProposal__header__item--active img {
  border-bottom: 3px solid #1F3DEB;
}

.ContainerResultsProposal__header__item--active {
  border-bottom: 1px solid #1F3DEB;
  color: #1F3DEB;
  height: 23px;
}

.ContainerResultsProposalWrapper {
  overflow: hidden;
  position: relative;
  width: 100vw;
  height: 547px;
  z-index: 1;
}

.ContainerResultsProposalSlides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 10px;
  left: -73vw;
  width: 10000px;
}

.ContainerResultsProposalSlides.shifting {
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease-out;
}

.ContainerResultsProposalSlide {
  width: 80vw;
  height: 100vh;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: relative;
  margin: 0 1vw;
  border-radius: 2px;
}

.ContainerResultsProposalSlide:-webkit-scrollbar {
  display: none;
}

.ContainerResultsProposal__item {
  background: white;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 90px;
  overflow: scroll !important;
}

.ContainerResultsProposal__item__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 5px;
}

.ContainerResultsProposal__item__header__bottom {
  height: 25px;
  font-size: 13px;
  color: gray;
}

.ContainerResultsProposal__item__header__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  /* padding: 20px 20px 0px 0px; */
  font-size: 12px;
  font-weight: normal;
  color: #333333;
  width: 80%;
  justify-content: center;
  align-items: center;
}

.ContainerResultsProposal__item__header__bottom span {
  margin-right: 5px;
  font-size: 15px;
  color: #ffc648;
  font-weight: 600;
}

.ContainerResultsProposal__item__header__band {
  background: red;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 50% 92%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 50% 92%, 0% 100%);
  height: 70px;
  width: 140px;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ContainerResultsProposal__item__header__band strong {
  font-size: 19px;
  color: #fff;
}

.ContainerResultsProposal__item__header__band span {
  font-size: 14px;
  color: #fff;
  margin-top: -4px;
}

.ContainerResultsProposal__item__itens {
  border-bottom: 1px solid #999999;
  padding-bottom: 30px;
  padding-top: 30px;
  -webkit-animation: animation-up 0.5s 0.6s ease forwards;
  animation: animation-up 0.5s 0.6s ease forwards;
  opacity: 0;
}

.ContainerResultsProposal__item__itens:nth-child(1) {
  -webkit-animation: animation-up 0.5s 0.6s ease forwards;
  animation: animation-up 0.5s 0.6s ease forwards;
}

.ContainerResultsProposal__item__itens:nth-child(2) {
  -webkit-animation: animation-up 0.5s 0.4s ease forwards;
  animation: animation-up 0.5s 0.4s ease forwards;
}

.ContainerResultsProposal__item__itens__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.ContainerResultsProposal__item__itens__title span {
  display: block !important;
  color: #999999;
  font-size: 12px;
  padding-top: 3px;
  border: none;
  background: transparent;
}

.ContainerResultsProposal__item__itens__item {
  margin-top: 20px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #484848;
}

.ContainerResultsProposal__item__itens__item__text {
  width: 55%;
  font-size: 13px;
}

.ContainerResultsProposal__item__itens__item__content {
  width: 100%;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ContainerResultsProposal__item__itens__item__content>div p {
  font-size: 14px;
  padding-right: 10px;
}

.ContainerResultsProposal__item__itens__item__stars {
  font-size: 18px;
  width: 40%;
  text-align: right;
}

.ContainerResultsProposal__item__itens__item span {
  padding-right: 2px;
  color: #fee94e;
}

.ContainerResultsProposal__item__itens__item strong {
  padding-right: 2px;
  color: #a1a1a1;
}

.ContainerResultsProposal__item__itens__item h6 {
  font-weight: normal;
  text-align: center;
}

.ContainerResultsProposal__footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 100;
  height: 45px;
}

.ContainerResultsProposal__footer button {
  height: 45px;
  width: 100%;
  border: 0;
  color: #fff;
  transition: left 0.3s ease;
}