﻿:root {
  --white: #ffffff;
  --black: #000000;
  --orange-500: #f6ac00;
  --yellow-600: #d8b402;
  --yellow-500: #ffec01;
  --green-500: #24d35e;
  --blue-700: #012f6d;
  --blue-650: #0054b1;
  --blue-600: #0165d2;
  --blue-500: #0086ff;
  --blue-400: #8dbdff;
  --gray-100: #f1f1f1;
  --gray-110: #f2f2f2;
  --blue-gradient: linear-gradient(33.83deg, #0065f2 22.72%, #004a8d 83.07%);
  --yellow-gradient: linear-gradient(131.58deg, #ffec00 10.67%, #ffc100 51.85%);
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ms-backgroundImage{
	background:none !important;
}
#s4-bodyContainer{
	padding-bottom: 0 !important;
}
.ms-signInLink{
	display:none !important;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Ubuntu", sans-serif !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: 0 !important;
}
section.main .bubble-fgts .cta{
    display: flex;
    justify-content: center;
    align-items: center
}
section.main .bubble-fgts .cta.cta-fgts{
	padding-right: 30px;
}
section.main .cta-container.cta-container-fgts span{
	margin-right: 30px;
}
section.main .cta-container.consignado .cta{
	padding-left: 0;
	padding-right: 50px;
}
section.main .cta-container.consignado span{
	margin-right: 50px;
}
section.main .cta-container.consignado .cta-bubble span{
	margin-right: 0px;
}
section#facilidade .cta-container.cta-container-fgts span{
	margin-right: 50px;
}

section#facilidade .cta-container.cta-container-fgts{
    width: 100%;
    max-width: 370px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
section#facilidade .cta-container.consignado.consignado-facilidade{
	display:flex;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
}
section#facilidade .cta-container.consignado.consignado-facilidade a.cta{
	width: 100%;
	max-width:450px;
}
section#facilidade .cta-container.consignado.consignado-facilidade span{
	margin-left: 100px;
}
section#facilidade .cta-container.consignado.consignado-facilidade .cta-bubble span{
	margin-left: 0;
}
section#facilidade .bubble-fgts .cta.cta-fgts{
	display: flex;
    width: 100%;
    max-width: 370px;
    justify-content: center;
    align-items: center;
    padding-right: 50px;
}

@media (max-width: 375px){
	section.main .bubble-fgts .cta.cta-fgts{
		padding-right: 60px;
	}
	section.main .cta-container.cta-container-fgts span{
		margin-right: 60px;
	}
	section#facilidade .bubble-fgts .cta.cta-fgts{
		padding-right:60px;
	}
	section.main .cta-container.consignado .cta{
		padding-right: 70px;
	}
	section.main .cta-container.consignado span{
		margin-right: 50px;
	}
}
@media(max-width: 425px){
	section#facilidade .cta-container.consignado.consignado-facilidade a.cta{
		padding-right: 88px;
	}
			section#facilidade .cta-container.consignado.consignado-facilidade span{
		margin-left: 48px;
	}


}
@media (min-width: 900px)and (max-width: 1179px){
	section.main .cta-container.consignado .cta{
		padding-left: 40px;
		padding-right: 100px;
	}
}
@media (max-width: 1023px) {
  #s4-workspace {
    font-size: 93.75%;
  }
}

@media (max-width: 719px) {
  #s4-workspace {
    font-size: 87.5%;
  }
  #s4-workspace footer .footer-content-wrapper > a {
    white-space: normal;
  }
}

#s4-workspace h1 {
  font-weight: 700;
  font-size: min(2.34rem, 7vw);
  line-height: 2.85rem;
  letter-spacing: -0.4px;
  color: var(--white);
}
@media (max-width:768px){
	#s4-workspace h1{
		line-height: 2.2rem;
	}
}
#s4-workspace h1 strong {
  font-weight: 700;
  color: var(--blue-400);
}

#s4-workspace h2 {
  font-size: 2rem;
  line-height: 2.42rem;
  font-weight: 500;
  color: var(--blue-700);
  letter-spacing: -0.4px;
}

#s4-workspace h2 strong {
  font-weight: 500;
  color: var(--blue-500);
}

p {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.7rem;
  letter-spacing: 0.1px;
}

#s4-workspace ul {
  list-style: none;
}

#s4-workspace ul li p {
  font-size: min(1rem, 12px);
  line-height: 1.2rem;  font-weight: 400;
  letter-spacing: 0.1px;
}

#s4-workspace ul li p strong {
  font-weight: 700;
}

.cta {
  background: var(--yellow-500);
  color: var(--blue-700);
  padding: 1.28rem 0;
  border-radius: 100px;
  position: relative;
  text-decoration: none;
  font-size: min(1.2rem, 3.5vw);
  font-weight: 700;
  padding-left: 1.6rem;
  padding-right: 6rem;
  text-align: center;
  -webkit-box-shadow: 0px 7px var(--orange-500);
          box-shadow: 0px 7px var(--orange-500);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cta.cta-fgts{
	padding-left: 0;
	padding-right:0;
}
.cta div.cta-bubble {
  position: absolute;
  right: -1%;
  top: 50%;
  -webkit-transform: translate(8%, -50%);
          transform: translate(8%, -50%);
  background: var(--orange-500);
  -webkit-filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.14));
          filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.14));
  border-radius: 100%;
  height: 93px;
  width: 93px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  line-height: 11px;
}

.cta div.cta-bubble span {
  font-size: 35px;
  font-weight: 900;
  line-height: 30px;
}

.cta:hover {
  -webkit-filter: brightness(1.04) drop-shadow(0px 0px 5px rgba(158, 121, 0, 0.1));
          filter: brightness(1.04) drop-shadow(0px 0px 5px rgba(158, 121, 0, 0.1));
}

span.swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important;
  background: transparent !important;
  border: 1px solid #c4c4c4 !important;
  opacity: 1 !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4f4f4f !important;
  border: 1px solid #4f4f4f !important;
}

header {
  margin-bottom: -20px;
}
header.header-floating{
  position: fixed;
  z-index: 2;
  top: -200px;
  background-color: #ffffff;
  width: 100%;
  overflow:hidden;
  transition: all .35s
}
header.header-floating.open{
	top:0;
}
header div.header-content {
  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;
  padding: 1.05rem 0;
}
@media (max-width: 768px){
	header div.header-content{
		padding: 1.05rem;
	}
}
@media (max-width: 350px) {
  header div.header-content img {
    width: 80%;
  }
}

header div.header-content a.cta-header {
  color: var(--white);
  background-color: #0c9efd;
  text-decoration: none;
  border-radius: 30px;
  padding: 8px 15px;
  max-width: 110px;
  text-align: center;
}

div.disclaimer-golpes {
  background-color: var(--blue-600);
  padding: 0.5rem 1.15rem;
}

div.disclaimer-golpes p {
  font-size: 11px !important;
  line-height: 15px;
  color: var(--white);
  font-weight: 500;
}

@media (min-width: 1500px) {
  div.disclaimer-golpes p {
    font-size: 14px !important;
  }
}

div.disclaimer-golpes p a {
  text-decoration: none;
  color: var(--yellow-500);
}
#s4-workspace div.welcome{
	padding:0;
}
section.main {
  background: url(/PublishingImages/landing-pages/main-bg.png);
  padding: 2rem 1.85rem 3rem;
  position: relative;
}

section.main .main-content-wrapper h1 {
  margin-bottom: 2.15rem;
}

section.main .main-content-wrapper ul {
  color: var(--white);
}

section.main .main-content-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.28rem;
}

section.main .main-content-wrapper ul li p {
  font-size: 1.15rem;
  line-height: 1.7rem;
  font-weight: 400;
}

section.main .main-content-wrapper ul li::before {
  margin-right: 1.15rem;
  content: url(/PublishingImages/landing-pages/check-blue.png);
  width: 1.42rem;
}

section.main .main-content-wrapper .cta-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 1.15rem;
  right: 1.15rem;
  bottom: 0;
  -webkit-transform: translateY(65%);
          transform: translateY(65%);
}

section.main .main-content-wrapper .cta-container > span {
  text-align: center;
  margin-top: 0.85rem;
  color: var(--blue-700);
}

section.main .main-content-wrapper img {
  display: none;
}

section#dividas div.citation {
  margin: 9.4rem 1.15rem 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

section#dividas div.citation img {
  margin-right: -25px;
  margin-top: -10px;
  z-index: 1;
}

section#dividas div.citation div.citation-content-wrapper {
  background: var(--white);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.15);
  padding: 21px 10px 21px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section#dividas div.citation div.citation-content-wrapper span {
  margin-top: 0.7rem;
  color: var(--blue-700);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1;
}

section#dividas div.dividas-content-wrapper {
  padding: 0 1.85rem 4.28rem;
}

section#dividas div.dividas-content-wrapper > img {
  width: 100%;
}

section#dividas div.dividas-content-wrapper div.dividas-text-content h2 {
  margin: 1.92rem 0 1.2rem;
}

section#dividas div.dividas-content-wrapper div.dividas-text-content > p {
  color: var(--blue-700);
  margin-bottom: 2.42rem;
}

section#dividas div.dividas-content-wrapper div.dividas-text-content > p > br {
  display: none;
}

section#dividas div.dividas-content-wrapper div.dividas-text-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.92rem;
}

section#dividas div.dividas-content-wrapper div.dividas-text-content li:first-child {
  margin-bottom: 1.78rem;
}

section#dividas div.dividas-content-wrapper div.dividas-text-content li img {
  height: 2.5rem;
}

section#emprestimo {
  background: var(--gray-110);
  position: relative;
}

section#emprestimo div.emprestimo-content-wrapper {
  padding: 4.28rem 1.85rem 3.42rem;
}

section#emprestimo div.emprestimo-content-wrapper div.images-wrapper {
  position: relative;
}

section#emprestimo div.emprestimo-content-wrapper div.images-wrapper img:nth-of-type(1) {
  margin: 2rem 0 1.5rem;
  width: 80%;
}

section#emprestimo div.emprestimo-content-wrapper div.images-wrapper img:nth-of-type(2) {
  position: absolute;
  right: 1%;
  top: 2%;
  width: 45%;
}

section#emprestimo div.emprestimo-content-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.78rem;
}
section#emprestimo div.emprestimo-content-wrapper ul.emprestimo-fgts{
	margin-bottom:30px;
}
section#emprestimo div.emprestimo-content-wrapper ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1.15rem;
}

section#emprestimo div.emprestimo-content-wrapper ul li::before {
  content: url(/PublishingImages/landing-pages/check-green.png);
}

section#emprestimo div.emprestimo-content-wrapper div.chamada-confiabilidade {
  background: var(--white);
  border-radius: 10px;
  padding: 1.15rem 2.2rem;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.15);
}

section#emprestimo div.emprestimo-content-wrapper div.chamada-confiabilidade p {
  font-size: 1rem;
  letter-spacing: 0.1px;
  font-weight: 500;
  color: var(--blue-700);
}

section#emprestimo div.emprestimo-content-wrapper div.chamada-confiabilidade p strong {
  font-weight: 700;
}

section#passos {
  padding-top: 5rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

section#passos div.passos-content-wrapper h2 {
  padding: 0 6.2rem 0 1.21rem;
}

@media (min-width: 397px) {
  section#passos div.passos-content-wrapper h2 {
    padding-right: 8.3rem;
  }
}

section#passos div.passos-content-wrapper .passos-header > img {
  position: absolute;
  width: 38%;
  top: 85px;
  right: 0;
}

section#passos div.passos-content-wrapper .swiper-container.passos {
  width: 100%;
  height: 100%;
}

section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper {
  padding: 2rem 0;
  position: relative;
}

section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide {
  max-width: 425px;
  width: 75%;
  position: relative;
  height: 100%;
}

section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide div.cell-content {
  height: 100%;
  min-height: 730px;
  background: var(--white);
  -webkit-box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  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: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  position: relative;
}
@media (max-width: 768px){
	section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide div.cell-content{
		min-height:850px;
	}
}
section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide div.cell-content div.cell-header {
  background: var(--gray-100);
  color: var(--blue-700);
  padding: 1.42rem 1.28rem;
  border-radius: 20px 20px 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  min-height:122px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;}

section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide div.cell-content div.cell-header span {
  color: var(--white);
  font-size: 2rem;
  width: 2.57rem;
  height: 2.57rem;
  margin-right: 10px;
  font-weight: 500;
  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;
  z-index: 1;
}

section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide div.cell-content div.cell-header span::before {
  content: "";
  width: 2.57rem;
  height: 2.57rem;
  z-index: -1;
  position: absolute;
  background: var(--blue-600);
  border-radius: 50%;
}

section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide div.cell-content div.cell-header h3 {
  font-size: 1.25rem;
  line-height: 1.2rem;
  font-weight: 500;
}

section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide div.cell-content div.image {
  margin: 1.78rem auto 4rem;
  width: 100%;
  height: 250px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide div.cell-content div.image > img {
  width: 65%;
  -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.14));
          filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.14));
  position: relative;
  max-width: 300px;
  max-height: 250px;
}

section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide div.cell-content .obs {
  color: #6d685a;
  font-style: italic;
  font-weight: 400;
  white-space: nowrap;
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  top: 0;
  right: 0;
  padding: 0 0.5rem;
  -webkit-transform: rotate(180deg) translateY(-65%);
          transform: rotate(180deg) translateY(-65%);
  text-align: center;
  font-size: 0.8rem;
}

@media (max-width: 350px) {
  section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide div.cell-content .obs {
    font-size: 0.7rem;
  }
}
@media (max-width: 374px){
	#s4-workspace .passos-header h2{
		font-size:26px;
	}
	#s4-workspace .whatsapp-container{
		margin-right:20px;
}
}
section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide div.cell-content a.cta {
  font-size: 1.1rem;
  margin: -1.8rem 12px 1.78rem 0.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}

section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide div.cell-content a.cta div.cta-bubble {
  height: 93px;
  width: 93px;
  font-size: 11px;
  line-height: 8px;
  right: 1%;
}

section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide div.cell-content a.cta div.cta-bubble span {
  font-size: 35px;
  line-height: 24px;
  font-weight: 900;
  margin-top: 2px;
}

section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide div.cell-content > span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: var(--blue-700);
  margin-bottom: 35px;
  font-size: 14px;
}

section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide div.cell-content > p {
  margin: 0 20px;
  font-size: 0.95rem;
  margin-bottom: auto;
  line-height: 24px;
  padding-bottom: 30px;
}

section#passos div.passos-content-wrapper .swiper-container.passos .swiper-pagination {
  bottom: 2.5rem;
}

@media (min-width: 440px) {
  section#passos div.passos-content-wrapper .passos-header {
    margin: 0 auto;
    max-width: 80vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  section#passos div.passos-content-wrapper .passos-header h2 {
    padding: unset;
  }
  section#passos div.passos-content-wrapper .passos-header > img {
    max-width: 38vw;
    position: relative;
    top: initial;
    right: initial;
  }
  section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper {
    min-height: 677px;
  }
}

section#facilidade {
  padding: 7.28rem 1.85rem 5.8rem;
  background: var(--gray-110);
}
section#facilidade.facilidade-fgts{
	background: #ffffff;
}
section#facilidade.facilidade-fgts p{
	margin: 0;
}
section#facilidade div.facilidade-content-wrapper > img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 280px;
  margin: 0 auto 3.7rem;
}
section#facilidade div.facilidade-content-wrapper img.img-facilidade{
	border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: -13px 35px 25px -45px;
}
section#facilidade div.facilidade-content-wrapper h2 {
  margin-bottom: 3.7rem;
}

section#facilidade div.facilidade-content-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.78rem;
}
section#facilidade.facilidade-fgts div.facilidade-content-wrapper ul img{
	width: 22px;
	height:22px;
	background: none;
	border-radius: 0;
}
section#facilidade div.facilidade-content-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.85rem;
}
section#facilidade.facilidade-fgts div.facilidade-content-wrapper ul li{
	gap: 1.15rem;
}
section#facilidade div.facilidade-content-wrapper ul li img {
  background: var(--white);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}

section#clientes {
  padding: 7.15rem 0 0;
  overflow: hidden;
}

section#clientes div.clients-content-wrapper {
  position: relative;
}

section#clientes div.clients-content-wrapper h2 {
  padding: 0 1.85rem;
}

section#clientes div.clients-content-wrapper .swiper-container.clientes .swiper-wrapper .swiper-slide {
  width: 85%;
}

section#clientes div.clients-content-wrapper .swiper-container.clientes .swiper-wrapper .swiper-slide .slide-content.citation {
  position: relative;
  background: var(--white);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.15);
  padding: 30px 18px 29px 26px;
  margin: 4rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 440px;
}

section#clientes div.clients-content-wrapper .swiper-container.clientes .swiper-wrapper .swiper-slide .slide-content.citation span {
  margin-top: 2.2rem;
  color: var(--blue-700);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1;
}

section#clientes div.clients-content-wrapper .swiper-container.clientes .swiper-wrapper .swiper-slide .slide-content.citation small {
  font-size: 1rem;
}

section#clientes div.clients-content-wrapper .swiper-container.clientes .swiper-wrapper .swiper-slide .slide-content.citation img {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
}

section#clientes div.clients-content-wrapper .swiper-container.clientes .swiper-wrapper .swiper-slide.swiper-slide-active .slide-content.citation {
  -webkit-filter: none !important;
          filter: none !important;
  opacity: 1 !important;
}

section#clientes div.clients-content-wrapper .swiper-container.clientes .swiper-buttons {
  display: none;
}
section.fgts-parado{
	padding: 30px 0 0 0;
    text-align: center;
}
section.fgts-parado a.cta{
	display: flex;
	width: 100%;
	max-width: 250px;
	justify-content: center;
	padding: 20px 0;
	align-items: center;
	margin: 20px auto;
	text-decoration:none;
	padding-right: 0 !important;	
}

section#faq {
  padding: 3.5rem 1.85rem;
}

section#faq div.faq-content-wrapper h2 {
  margin-bottom: 2.2rem;
}

section#faq div.faq-content-wrapper ul li .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding: 1.43rem 0;
  border-bottom: 1px solid var(--gray-100);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  align-items:center;
}

section#faq div.faq-content-wrapper ul li .dropdown-item h3 {
  font-size: 1.15rem;
  line-height: 1.7rem;
  color: var(--blue-700);
  letter-spacing: 0.1px;
  font-weight: 700;
  margin:0;
}

section#faq div.faq-content-wrapper ul li .dropdown-item img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section#faq div.faq-content-wrapper ul li p.dropdown-content {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section#faq div.faq-content-wrapper ul li p.dropdown-content strong {
  font-weight: 500;
  text-decoration: underline;
}

section#faq div.faq-content-wrapper ul li p.dropdown-content a {
  color: #000000;
  font-weight: 500;
}
section#faq div.faq-content-wrapper ul li .dropdown-content img {
	max-width:100%;
	height:auto;
}
section#faq div.faq-content-wrapper ul li.drop .dropdown-item {
  border-bottom: transparent;
}

section#faq div.faq-content-wrapper ul li.drop .dropdown-item img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

section#faq div.faq-content-wrapper ul li.drop p.dropdown-content {
  max-height: 1000px;
  opacity: 1;
  padding-bottom: 2rem;
}

footer {
  background: url(/PublishingImages/landing-pages/main-bg.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--white);
  padding: 2.28rem 1.85rem 4.15rem;
}

footer .footer-content-wrapper h1 {
  font-weight: 500 !important;
  color: var(--orange-500) !important;
  margin: 0px 0px 1.9rem 0px;
  font-size:1.75rem !important;
}

footer .footer-content-wrapper h2 {
  color: var(--orange-500) !important;
  font-size: 1rem !important;
  font-weight: 700;
  line-height: 1.6rem;
  margin-bottom: 0.3rem;
}

footer .footer-content-wrapper p {
  font-size: 1rem;
  letter-spacing: initial;
  padding-right: 0.3rem;
}

footer .footer-content-wrapper a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

footer .footer-content-wrapper a:hover {
  text-decoration: underline;
}

footer .footer-content-wrapper > p {
  padding-top: 3rem;
}

footer .footer-content-wrapper div.contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.85rem;
}

footer .footer-content-wrapper div.denuncia-container {
  margin-bottom: 2.85rem;
}

footer .footer-content-wrapper div.phone-container {
  border-left: 1px solid var(--orange-500);
  padding-left: 20px;
}

footer .footer-content-wrapper div.social-container {
  border-left: 1px solid var(--orange-500);
  padding: 20px 0 30px 30px;
  margin-left: 0.5rem;
}

footer .footer-content-wrapper div.social-icons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.28rem;
  margin-top: 5px;
}

footer .footer-content-wrapper div.social-icons-container a img {
  width: 23px;
  height: 23px;
}

footer .footer-content-wrapper > a {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: var(--orange-500);
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.05rem;
  -ms-grid-column-align: center;
      justify-self: center;
  text-decoration: underline;
}

@media (min-width: 1180px) {
  section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide {
    width: 31%;
  }
}

@media (max-width: 1180px) {
  section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide div.cell-content a.cta div.cta-bubble {
    right: -1%;
  }
}
@media (min-width: 1180px) and (max-width: 1500px){
	section.main .main-content-wrapper .cta-container.consignado img {
	    display: block;
    	width: 500px !important;
    	-webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  	}
  	section.main .main-content-wrapper .cta-container.consignado{
		margin-bottom: -19.5% !important;	
	}

}
@media (min-width: 900px) {
  #s4-workspace h2 {
    font-size: 2.34rem;
    line-height: 2.85rem;
  }
  div.disclaimer-golpes {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header {
    padding: 0;
  }
  header div.header-content {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
  }
  header div.header-content a.cta-header {
    max-width: none;
  }
  section.main {
    padding: 0;
  }
  section.main .main-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 900px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  section.main .main-content-wrapper .main-text-content {
    padding: 2rem 0;
    padding-right: 0;
    min-width: 66%;
  }
  section.main .main-content-wrapper .main-text-content ul li p {
    font-size: 1rem;
  }
  section.main .main-content-wrapper .cta-container {
    position: relative;
    -webkit-transform: initial;
            transform: initial;
    left: initial;
    right: initial;
    margin-bottom: -6.5%;
    -webkit-transform: translateX(-3.5rem);
            transform: translateX(-3.5rem);
  }
  section.main .main-content-wrapper .cta-container.consignado{
	margin-bottom: -26.5%;
  }
  section.main .main-content-wrapper .cta-container.cta-container-fgts{
	margin-bottom: -26.5%;
}
  section.main .main-content-wrapper .cta-container img {
    display: block;
    width: 100%;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
   section.main .main-content-wrapper .cta-container.consignado img {
    display: block;
    width: 100%;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }

  section.main .main-content-wrapper .cta-container a {
    white-space: nowrap;
  }
  section#dividas div.citation {
    margin: 7.5rem auto 7rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section#dividas div.citation div.citation-content-wrapper {
    max-width: 900px;
    padding: 17px 49px;
    margin: 0 1rem;
  }
  section#dividas div.citation div.citation-content-wrapper p {
    font-size: 1rem;
  }
  section#dividas div.dividas-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 900px;
    margin: 0 auto;
    gap: 3rem;
    padding: 0 0 7.875rem;
  }
  section#dividas div.dividas-content-wrapper > img {
    max-width: 39%;
    height: 100%;
    margin-left: -5%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  section#dividas div.dividas-content-wrapper div.dividas-text-content {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section#dividas div.dividas-content-wrapper div.dividas-text-content > p > br {
    display: block;
  }
  section#dividas div.dividas-content-wrapper div.dividas-text-content > p,
  section#dividas div.dividas-content-wrapper div.dividas-text-content h2,
  section#dividas div.dividas-content-wrapper div.dividas-text-content ul li:first-child {
    margin-bottom: 1.25rem;
  }
  section#emprestimo div.emprestimo-content-wrapper {
    max-width: 1395px;
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6.875rem 1.8rem 4.25rem;
  }
  section#emprestimo div.emprestimo-content-wrapper h2 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    margin-bottom: 2.5rem;
    padding-left: 5rem;
  }
  section#emprestimo div.emprestimo-content-wrapper ul {
    padding-left: 5rem;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  section#emprestimo div.emprestimo-content-wrapper ul li p {
    font-size: 1.125rem;
  }
  section#emprestimo div.emprestimo-content-wrapper div.images-wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  section#emprestimo div.emprestimo-content-wrapper div.images-wrapper img:nth-of-type(1) {
    margin: 0;
    width: 100%;
    max-width: 385px;
  }
  section#emprestimo div.emprestimo-content-wrapper div.images-wrapper img:nth-of-type(2) {
    right: -15%;
    top: 5%;
    max-width: 160px;
  }
  section#emprestimo div.emprestimo-content-wrapper div.chamada-confiabilidade {
    position: relative;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    -ms-grid-column-align: center;
        justify-self: center;
    margin-bottom: -4.2rem;
    padding: 1.8rem 1.4rem;
  }
  section#passos {
    padding-top: 5rem;
  }
  section#passos div.passos-content-wrapper {
    max-width: 1395px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    padding: 0 1.8rem;
  }
  section#passos div.passos-content-wrapper .passos-header {
    margin: initial;
    max-width: initial;
  }
  section#passos div.passos-content-wrapper .passos-header > img {
    max-width: 218px;
  }
  section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper {
    gap: 30px;
  }
  section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide div.cell-content a.cta {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide div.cell-content h3.obs {
    font-size: 0.8rem;
    -webkit-transform: rotate(180deg) translateY(-55%);
            transform: rotate(180deg) translateY(-55%);
  }
}

@media (min-width: 900px) and (min-width: 1150px) {
  section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide div.cell-content h3.obs {
    -webkit-transform: rotate(180deg) translateY(-75%);
            transform: rotate(180deg) translateY(-75%);
  }
}

@media (min-width: 900px) {
  section#facilidade {
    padding: 0;
  }
  section#facilidade div.facilidade-content-wrapper {
    max-width: 1395px;
    margin: 0 auto;
    padding: 6.25rem 1.8rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
    -webkit-column-gap: 5rem;
            column-gap: 5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section#facilidade div.facilidade-content-wrapper > img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    margin: 0;
    max-width: 500px;
  }
  section#facilidade div.facilidade-content-wrapper h2 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    margin-bottom: 2.5rem;
  }
  section#facilidade div.facilidade-content-wrapper ul {
    gap: 1.875rem;
  }
  section#facilidade div.facilidade-content-wrapper ul li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section#facilidade div.facilidade-content-wrapper ul li img {
    width: 4rem;
    height: 4rem;
  }
  section#facilidade div.facilidade-content-wrapper ul li p {
    font-size: 1.125rem;
  }
  section#clientes {
    position: relative;
  }
  section#clientes div.clients-content-wrapper {
    position: initial;
    max-width: 1455px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section#clientes div.clients-content-wrapper .swiper-container.clientes {
    max-width: 90vw;
    overflow: hidden;
  }
  section#clientes div.clients-content-wrapper .swiper-container.clientes .swiper-wrapper .swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  section#clientes div.clients-content-wrapper .swiper-container.clientes .swiper-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 68%;
    width: 100%;
    left: 50%;
    right: 50%;
    max-width: 1440px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999;
  }
  section#clientes div.clients-content-wrapper .swiper-container.clientes .swiper-buttons div {
    width: 30px;
    height: 30px;
  }
  section#clientes div.clients-content-wrapper .swiper-container.clientes .swiper-buttons div img {
    width: 100%;
    height: 100%;
  }
  section#clientes div.clients-content-wrapper .swiper-container.clientes .swiper-buttons div.swiper-button-next {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-right: 4vw;
  }
  section#clientes div.clients-content-wrapper .swiper-container.clientes .swiper-buttons div.swiper-button-prev {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-left: 4vw;
  }
  section#clientes div.clients-content-wrapper .swiper-container.clientes .swiper-buttons div::after, section#clientes div.clients-content-wrapper .swiper-container.clientes .swiper-buttons div::before {
    content: "";
  }
  section#faq div.faq-content-wrapper {
    max-width: 1395px;
    margin: 0 auto;
  }
  section#faq div.faq-content-wrapper h2 {
    margin-left: 5.9rem;
  }
  section#faq div.faq-content-wrapper ul {
    margin: 0px 5.875rem;
  }
  section#faq div.faq-content-wrapper ul li .dropdown-item {
    padding: 2.5rem 0 1.25rem;
  }
  section#faq div.faq-content-wrapper ul li .dropdown-item h3 {
    font-size: 1.375rem;
  }
  section#faq div.faq-content-wrapper ul li .dropdown-item img {
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media (min-width: 1024px) {
  #s4-workspace h2 {
    font-size: 2.15rem;
    line-height: 2.5rem;
  }
  header div.header-content {
    max-width: 1000px;
  }
  section.main {
    padding: 0 1.85rem;
  }
  section.main .main-content-wrapper {
    max-width: 1000px;
  }
  section.main .main-content-wrapper .main-text-content {
    padding: 3.5rem 0;
    min-width: initial;
  }
  section.main .main-content-wrapper .main-text-content h1 {
    font-size: 2.2rem;
  }
  section.main .main-content-wrapper .cta-container {
    margin-bottom: -9.5%;
  }
  section.main .main-content-wrapper .cta-container.cta-container-fgts {
    margin-bottom: -16.5%;
  }
  section.main .main-content-wrapper .cta-container.consignado {
    margin-bottom: -23.5%;
  }
  section#dividas div.citation div.citation-content-wrapper {
    max-width: 920px;
  }
  section#dividas div.dividas-content-wrapper {
    max-width: 1000px;
    padding: 0 1.8rem 4.875rem;
  }
  section#dividas div.dividas-content-wrapper > img {
    margin-left: initial;
    -ms-flex-item-align: initial;
        -ms-grid-row-align: initial;
        align-self: initial;
  }
  section#emprestimo div.emprestimo-content-wrapper {
    max-width: 1000px;
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.2fr;
        grid-template-columns: 1fr 2.2fr;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4.875rem 1.8rem 3.5rem;
  }
  section#emprestimo div.emprestimo-content-wrapper h2 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    margin-bottom: 2.5rem;
    padding-left: 2rem;
  }
  section#emprestimo div.emprestimo-content-wrapper ul {
    padding-left: 2rem;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    gap: 1.5rem;
  }
  section#emprestimo div.emprestimo-content-wrapper ul li p {
    font-size: 1rem;
  }
  section#emprestimo div.emprestimo-content-wrapper div.images-wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  section#emprestimo div.emprestimo-content-wrapper div.images-wrapper img:nth-of-type(1) {
    margin: 0;
    width: 100%;
    max-width: 385px;
  }
  section#emprestimo div.emprestimo-content-wrapper div.images-wrapper img:nth-of-type(2) {
    right: -15%;
    top: 5%;
    max-width: 160px;
  }
  section#emprestimo div.emprestimo-content-wrapper div.images-wrapper img.reclame-aqui-consignado{
    right: -20%;
    top: -15%;
    max-width: 160px;
  }

  section#emprestimo div.emprestimo-content-wrapper div.chamada-confiabilidade {
    position: relative;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    -ms-grid-column-align: center;
        justify-self: center;
    margin-bottom: -3.5rem;
    padding: 1.8rem 1.4rem;
  }
  section#emprestimo div.emprestimo-content-wrapper div.chamada-confiabilidade p {
    font-size: 0.9rem;
  }
  section#passos {
    padding-top: 5rem;
  }
  section#passos div.passos-content-wrapper {
    max-width: 1395px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    padding: 0 1.8rem;
  }
  section#passos div.passos-content-wrapper .passos-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  section#passos div.passos-content-wrapper .passos-header h2 {
    padding: unset;
  }
  section#passos div.passos-content-wrapper .passos-header > img {
    max-width: 218px;
    position: relative;
    top: initial;
    right: initial;
  }
  section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper {
    gap: 30px;
  }
  section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide div.cell-content h3.obs {
    padding: 0 1rem;
  }
}
@media (min-width: 1600px){
	section.main .main-content-wrapper .cta-container.cta-container-fgts{
		margin-bottom: -4.5%;
	}
}

@media (min-width: 1024px) and (min-width: 1336px) {
  section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide div.cell-content h3.obs {
    font-size: 0.9rem;
  }
}

@media (min-width: 1024px) {
  section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide div.cell-content a.cta {
    -ms-flex-item-align: initial;
        -ms-grid-row-align: initial;
        align-self: initial;
    margin: -1.8rem 5% 0.78rem;
  }
  section#facilidade div.facilidade-content-wrapper {
    max-width: 1000px;
    -webkit-column-gap: 4rem;
            column-gap: 4rem;
    padding: 4.875rem 1.8rem;
  }
  section#facilidade div.facilidade-content-wrapper ul li p {
    font-size: 1rem;
  }
}

@media (min-width: 1024px) and (min-width: 1470px) {
  section#clientes div.clients-content-wrapper .swiper-container.clientes {
    max-width: initial;
  }
  section#clientes div.clients-content-wrapper .swiper-container.clientes .swiper-buttons div.swiper-button-next {
    margin-right: -1rem;
  }
  section#clientes div.clients-content-wrapper .swiper-container.clientes .swiper-buttons div.swiper-button-prev {
    margin-left: -1rem;
  }
}

@media (min-width: 1024px) {
  footer {
    padding: 2.28rem 4rem 4.15rem;
  }
  footer .footer-content-wrapper {
    max-width: 1395px;
    margin: 0 auto;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-content-wrapper h1 {
    font-size: 1.75rem;
  }
  footer .footer-content-wrapper a,
  footer .footer-content-wrapper p.copyright {
    font-size: 0.875rem;
  }
  footer .footer-content-wrapper div.row-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2rem;
  }
  footer .footer-content-wrapper div.row-container h2,
  footer .footer-content-wrapper div.row-container p {
    font-size: 0.875rem;
  }
  footer .footer-content-wrapper div.row-container .contact-container {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  footer .footer-content-wrapper div.row-container .contact-container .phone-container {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  footer .footer-content-wrapper div.row-container .contact-container .phone-container p {
    white-space: nowrap;
  }
  footer .footer-content-wrapper div.row-container .contact-container .whatsapp-container {
    padding-right: 1.2rem;
  }
  footer .footer-content-wrapper div.row-container .contact-container .whatsapp-container span {
    font-size: 0.875rem;
    white-space: nowrap;
  }
  footer .footer-content-wrapper div.row-container .denuncia-container {
    margin: 0 57px;
  }
  footer .footer-content-wrapper div.row-container .address-container {
    min-width: 210px;
  }
  footer .footer-content-wrapper div.row-container .social-container {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (min-width: 1600px) {
  #s4-workspace h2 {
    font-size: 48px;
    line-height: 62px;
  }
  header div.header-content {
    max-width: 1395px;
  }
  section.main .main-content-wrapper {
    max-width: 1395px;
  }
  section.main .main-content-wrapper .cta-container {
    margin-bottom: -4.5%;
  }
  section.main .main-content-wrapper .cta-container.consignado {
    margin-bottom: -4.5%;
  }

  section#dividas div.dividas-content-wrapper {
    max-width: 1395px;
  }
  section#emprestimo div.emprestimo-content-wrapper {
    max-width: 1395px;
    padding: 6.875rem 1.8rem 2.25rem;
  }
  section#emprestimo div.emprestimo-content-wrapper h2 {
    padding-left: 5rem;
  }
  section#emprestimo div.emprestimo-content-wrapper ul {
    padding-left: 5rem;
  }
  section#emprestimo div.emprestimo-content-wrapper ul li p {
    font-size: 1.125rem;
  }
  section#emprestimo div.emprestimo-content-wrapper div.chamada-confiabilidade {
    margin-bottom: -2.2rem;
  }
  section#passos {
    padding-top: 9rem;
  }
  section#facilidade div.facilidade-content-wrapper {
    max-width: 1395px;
    -webkit-column-gap: 5rem;
            column-gap: 5rem;
    padding: 6.25rem 1.8rem;
  }
    section#facilidade.facilidade-fgts div.facilidade-content-wrapper {
    max-width: 1395px;
    -webkit-column-gap: 7rem;
            column-gap: 7rem;
    padding: 6.25rem 1.8rem;
  }

  section#facilidade div.facilidade-content-wrapper ul li p {
    font-size: 1.125rem;
  }
}

@media (min-width: 1300px) {
  .main-content-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.main .main-content-wrapper .main-text-content {
    max-width: 600px;
  }
}

@media (max-width: 600px) {
  .cta div.cta-bubble {
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.21);
            box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.21);
  }
  section#dividas div.citation {
    margin-bottom: 5.188rem;
  }
  section#dividas div.dividas-content-wrapper {
    padding-bottom: 5.813rem;
  }
  section#passos {
    padding-top: 9rem;
  }
  section#passos div.passos-content-wrapper .passos-header > img {
    width: 42%;
  }
  section#facilidade {
    padding-bottom: 5.8rem;
  }
  section#facilidade.facilidade-fgts {
    padding-bottom: 0;
    margin-bottom: -20px;
  }

  section#clientes {
    padding-top: 6.25rem;
  }
  section#clientes.clientes-fgts {
    padding-top: 3.25rem;
  }

  section#faq {
    padding-top: 6.5rem;
  }
}

@media (min-width: 1180px) and (max-width: 1370px) {
  section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide div.cell-content a.cta {
    margin: -1.8rem 2% 0.78rem;
    padding-left: 15px;
  }
  section#passos div.passos-content-wrapper .swiper-container.passos .swiper-wrapper .swiper-slide div.cell-content a.cta {
    font-size: .9rem;
  }
}