.reviews__stars.lista {
  line-height: 19px;
  align-items: center;
}

.reviews__fiximg {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.reviews__fiximg .reviews__fixtitle {
  flex: 1;
}

@media (max-width: 639px) {
  .reviews__loan .reviews__info__icon b {
    font-size: 16px !important;
  }

  .reviews__loan .reviews__info__icon {
    padding: 0 61px !important;
  }
}

.tooltip {
  line-height: 15px !important;
  width: 250px !important;
  padding: 15px 17px;
  border-radius: 5px;
  max-width: 250px !important;
}

.wp-admin .reviews__extra .accordion-content {
  display: none;
}

.wp-admin .help-review.show-for-medium {
  display: none;
}
.reviews__loan .f-cta i {
  vertical-align: -1px;
}
.reviews__loan .f-cta i.invert {
  transform: rotate(180deg);
  display: inline-block;
  vertical-align: -2px;
}

.has-tip {
  border-bottom: none;
}

.help-review {
  display: block;
  font-size: 11px;
  color: #888888;
  margin-top: 5px;
  line-height: 15px;
  margin-bottom: -3px;
}

.help-review i.help {
  font-size: 19px !important;
  vertical-align: -3px !important;
  border-bottom: none !important;
}

@media (max-width: 770px) {
  .help-review {
    margin-top: 7px;
    margin-bottom: 0px;
  }
}

@media (max-width: 760px) {
  .single .reviews__card.fix .display-flex.--secondary .flex {
    padding: 7px 12px !important;
    text-align: center !important;
  }

  .single .reviews .reviews__card.fix .reviews__info .display-flex .flex:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
    border-top: none;
    border-bottom: 1px solid #eeeeee;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .single .reviews__card.fix .display-flex.--secondary .flex:nth-child(4) {
    border-radius: 0;
    border-right: 1px solid #eeeeee;
  }

  .single .reviews__card.fix .display-flex.--secondary .flex:nth-child(4),
  .single .reviews__card.fix .display-flex.--secondary .flex:nth-child(3) {
    border-radius: 0 !important
  }
}

.fix-cta img {
  border-radius: 0 !important;
}


.wp-admin .reviews__headline span.button.hide {
  display: none !important;
}


.accordion-content-text p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 15px !important;
}

.accordion-content-text p:last-child {
  margin-bottom: 0 !important;
}


.reviews__info__icon.swiper-slide {
  padding: 0 80px !important;
}

.reviews__info__icon i {
  display: block;
  color: rgba(97, 21, 221, 1);
  font-size: 18px;
}

.single .reviews .reviews__info__icon b {
  margin: 7px 0 2px;
}

@media (max-width: 770px) {
  .hide-for-medium.help-review {
    margin-top: 7px;
    margin-bottom: 0 !important;
  }

  .fix-cta .button {
    padding: 13px 10px 17px !important;
    height: auto !important;
    font-size: 15px;
  }

  .fix-cta .button img {
    margin-top: 0;
    vertical-align: -3px;
  }

  .reviews__loan .reviews__image img {
    width: auto !important;
    max-width: 100px !important;
  }

  .reviews__loan .reviews__fiximg {
    grid-gap: 15px !important;
  }

  .reviews__loan .reviews__stars {
    margin-top: 10px !important;
  }
}

.reviews__loan .f-cta {
  display: flex;
  margin-top: 20px;
  grid-gap: 10px;
}
.reviews__loan .cta__button {
  cursor: pointer;
  color: rgba(97, 21, 221, 1);
  background-color: rgba(232, 228, 254, 1);
  border: 1px solid rgba(232, 228, 254, 1);
  padding: 12px 10px;
  font-weight: 700;
  font-size: 14px;
  height: 49px;
  border-radius: 7px;
}
.reviews__loan .f-cta .flex {
  flex: 1;
  cursor: pointer;
}
.reviews__loan .f-cta a {
  display: block;
}
.reviews__loan .f-cta input {
  margin-bottom: 0;
  vertical-align: -2px;
  margin-right: 8px;
  cursor: pointer;
  outline: none;
}

#wrap-compare-loan {
  display: flex;
  align-items: center;
  justify-content: center;
}
#compare-loan {
	padding: 30px;
	background-color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
	box-shadow: rgb(0 0 0 / 9%) 0 16px 19px 15px;
	border-top: 1px solid #eee;
	z-index: 999;
	align-items: center;
	justify-content: center
}

@media (max-width:770px) {
	#compare-loan {
		bottom: 0
	}
}

#compare-loan div.loans {
	display: inline-block;
	min-width: 48px;
  width: auto;
	height: 48px;
	background: #E8EAF9;
  border-radius: 7px;
}

#compare-loan .fix-compare {
  display: flex;
  align-items: center;
}

#compare-loan span {
	font-weight: 700;
	display: inline-block;
	margin-right: 15px;
	font-size: 18px
}

#compare-loan div.loans h3 {
	padding: 10px;
	font-weight: 700;
	margin: 0 10px;
	font-size: 20px;
	color: #fff;
	font-size: 20px
}

#compare-loan i {
	display: inline-block;
	font-size: 21px;
	line-height: 10px;
	padding: 0 12px;
	padding-top: 1px
}

#compare-loan img {
  border-radius: 7px;
  margin-top: 0;
  height: 48px;
  width: auto;
  background: #fff;
}

#compare-loan .button {
	margin-bottom: 0;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 15px
}

#compare-loan .button.hollow {
	margin-left: 8px;
	border: 1px solid rgba(97, 21, 221, 1);
	color: rgba(97, 21, 221, 1) !important;
	background-color: transparent !important;
	margin-left: 0
}

#compare-loan .button.hollow:hover,
#compare-loan .button.hollow:focus {
	border: 1px solid rgba(97, 21, 221, 1);
	color: rgba(97, 21, 221, 1);
	background-color: #ffffff !important
}

#compare-loan div#card2 {
	margin-right: 20px
}

.reviews__loan .fetch-loan {
  display: none;
}

.reveal-overlay {
  background-color: rgba(0, 0, 0, .7);
}

.reveal-comparador {
	width: 800px;
	border: none;
	border-radius: 8px;
	padding: 35px;
	margin-bottom: 100px;
	overflow: initial
}

.reveal-column {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}
.reveal-column-loan {
  margin-bottom: 0;
}

.reveal-comparador-loan .small-link {
  display: table;
  text-align: center;
  text-transform: lowercase;
  margin: 20px auto 0;
  cursor: pointer;
  color: #444;
}

.column-loan {
  border-top: 1px solid #ddd;
  padding: 20px 0;
  font-size: 14px;
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px
}
.column-loan-row {
  margin-bottom: 10px;
}
.column-loan-row:last-child {
  margin-bottom: 0;
}

.column-loan-row span p {
  display: inline-block;
  margin-bottom: 0;
}
.loan-review .reviews__stars {
  display: inline-flex;
  margin: 0 !important;
}
.loan-review .reviews__stars img {
  width: 15px;
}
.loan-review .help-review {
  margin: 0 !important;
}
.loan-review .help-review i.help {
  vertical-align: -4px !important;
  font-size: 15px !important;
  margin-left: 2px;  
}
.loan-review .reviews__stars span {
  font-size: 18px;
  margin-right: 2px;
}

.loan-review b.hide {
  margin-right: 6px;
  padding-top: 2px;
  display: inline-block !important;
}
.loan-review .help-review b {
  display: none !important;
}

@media (max-width: 639px) {
  .column-loan-row {
    font-size: 12px;
    line-height: 17px;
  }
}




.comparar__load .reviews__image {
  text-align: center;
}
.comparar__load .reviews__image img {
  height: 70px;
  width: auto;
  border-radius: 8px;
}
.comparar__load .append__cta_emprestimo .button {
  display: block;
  margin-bottom: 3px;
}
.comparar__load .reviews__stars.lista {
  justify-content: center;
  margin-bottom: 20px;
  align-items: center;
}
.comparar__load h4 {
    display: block;
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 700;
    color: rgba(40, 36, 71, 1);
    text-overflow: ellipsis;
    width: 303px;
    margin: 18px auto 15px;
}
.comparar__load .reviews__info > div {
  grid-template-columns: 1fr 1fr;
  display: grid;
  grid-gap: 5px;
  margin: 20px 0 26px;
}
.comparar__load .loan-pros-cons {
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
}
.comparar__load .loan-pros-cons.last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.comparar__load .loan-pros-cons img {
  width: 21px;
  vertical-align: -5px;
}
.comparar__load .loan-pros-cons li {
  margin-bottom: 10px;
}
.comparar__load .loan-pros-cons li:last-child {
  margin-bottom: 0;
}
.comparar__load .loan-pros-cons li:nth-child(1) {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}
.comparar__load .loan-pros-cons .display-flex {
  grid-gap: 5px;
  font-size: 14px;
  line-height: 21px;
}

.comparar__load .reviews__info > div .reviews__info__icon {
  border: 1px solid rgba(218, 232, 247, 1);
  padding: 13px 10px 15px;
  border-radius: 7px;
  background-color: #fff;
  font-size: 13px;
  line-height: 17px;
}

.comparar__load .reviews__info > div .reviews__info__icon b {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

.compare-loan-items {
  display: flex;
  align-items: center;
}

@media (max-width:820px) {
  #wrap-compare-loan {
    display: block;
    grid-gap: 15px;
  }
  #compare-loan #label-compare {
    margin-right: 0;
    font-size: 17px;
  }
  #compare-loan .fix-compare {
    display: block;
  }
  #compare-loan .fix-compare .button {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 14px;
  }
  #compare-loan div#card2 {
    margin-right: 0px;
  }
  .compare-loan-items {
    justify-content: center;
    margin: 13px 0 17px;
  }
  #compare-loan .fix-compare .button.hollow {
    margin-bottom: 0;
    border: none;
    padding: 0;
    text-transform: none;
    padding-top: 5px;
  }
}



@media (max-width:860px) {
	.reveal-comparador-loan .small-link {
		font-size: 15px
	}

	.reveal-comparador-loan .button.expanded {
		padding-top: 18px;
		padding-bottom: 18px
	}

	.reveal-comparador-loan {
		width: 96%;
		padding: 20px
	}

	.reveal-column-loan {
		grid-gap: 10px
	}

}

@media (max-width:639px) {
  .reveal-comparador-loan {
    width: 100%;
    border-radius: 0 !important;
    padding: 55px 10px;
    height: 100%;
    position: fixed;
    top: 0 !important;
    left: 0;
    overflow-y: auto;
  }
  .comparar__load h4 {
    font-size: 16px;
    line-height: 19px;
    margin: 13px auto 16px;
    height: 39px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: normal;
    width: auto;
    text-align: center;
  }
  .comparar__load .reviews__image img {
    height: 60px;
  }

  .reveal-comparador-loan .button b {
    display: none;
  }
  .reveal-comparador-loan .reviews__stars span {
    font-size: 18px;
  }
  .reveal-column-loan .reviews__stars img {
    width: 15px;
  }
  .comparar__load .reviews__info > div {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .comparar__load .reviews__info > div .reviews__info__icon b {
    display: inline-block;
  }
  .comparar__load .reviews__info > div .reviews__info__icon {
    text-align: left;
    line-height: 11px;
    border-radius: 0;
    padding: 15px 14px ;
    border-bottom: none;
  }
  .comparar__load .reviews__info > div .reviews__info__icon:first-child {
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
  .comparar__load .reviews__info > div .reviews__info__icon:last-child {
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom: 1px solid rgba(218, 232, 247, 1);
  }

  .comparar__load .reviews__info > div .reviews__info__icon b:after {
    content: ':';
  }
  .reveal-comparador-loan .button.expanded {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px;
  }
  .comparar__load .loan-pros-cons li {
    padding-right: 20px;
  }
  .comparar__load .loan-pros-cons img {
    width: 18px;
  }
  .comparar__load .loan-pros-cons .display-flex {
    grid-gap: 7px;
    font-size: 13px;
    line-height: 19px;
  }
}

/* SWIPER */
.swiper-wrapper {
  transition: transform 0.8s ease-in-out; 
  padding-bottom: 50px;
}

.swiper-button-next, .swiper-button-prev {
  width: 35px !important;
  height: 35px !important;
  background-color: rgba(97, 21, 221, 1);
  color: #ffffff !important;
  border-radius: 50% !important;
  font-size: 19px;
  transition: .4s;
  top: 36% !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
content: none !important;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet:hover {
  background: rgba(97, 21, 221, 1) !important;
  opacity: 1;    
}

.swiper-pagination-bullet-active {
  background: rgba(97, 21, 221, 1) !important;
}