:root {
  --mostarda: #ffa500;
  --mostarda_claro:#ffa60057;
  --branco: #fff;
}

body {
  background-color: #fafbfc;
  overflow-x: hidden;
  font-family: Montserrat;
  color: #313638;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #ffffff;
}

ul.py-3 li a {
  position: relative;
  color: inherit;
  /* mantém a cor do texto padrão */
  text-decoration: none;
  /* remove o sublinhado padrão */
}

ul.py-3 li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  /* ajuste conforme necessário */
  width: 100%;
  height: 2px;
  background-color: var(--mostarda);
  visibility: hidden;
  transform: scaleX(0);
  transition: visibility 0s, transform 0.3s ease-out;
}

ul.py-3 li a:hover::after {
  visibility: visible;
  transform: scaleX(1);
}

li {
  float: left;
}

li a {
  display: inline-block;
  color: #313638;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* geral */

.container {
  max-width: 1200px !important;
}

.titulo {
  color: #313638;
  font-size: 3.7rem;
  font-style: normal;
  font-weight: 800;
  line-height: 4rem;
}

.titulo2 {
  color: #313638;
  text-align: center;
  font-size: 3rem;
  line-height: 3rem;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 20px;
}

.titulo {
  line-height: 50px;
  color: var(--preto);
  font-size: 4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 4rem;
}
.titulo b{
  font-weight: 900;
  background-image: linear-gradient(to right top, #ffd000, #ffae00, #ff8a00, #ff6000, #ff1f00);;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: cover;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
}

.titulo3 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 133.5%;
  /* 53.4px */
}

.texto-amarelo {
  color: var(--mostarda);
}
.texto-branco{
  color: #FFF;
}

.subtitulo {
  color: #313638;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.5rem;
}

.logo {
  width: 50%;
  height: fit-content;
}

.slick-slide{
  padding: 0px !important;
}

.img-crm {
  /* max-width: 600px; */
  width: 100%;
  height: 100%;
  margin-bottom: 200px;
}

b {
  /* color: #2361eb; */
}

.bt{
  border-radius: 10px;
  color: #fff;
  padding: 15px 20px;
  font-weight: 900;
  background: #313638;
  border-color: #313638;
  border: 0px;
  width: 100%;
  transition: all .3s;
  cursor: pointer;
}
.bt:hover {
  background: var(--mostarda);
  border-color: var(--mostarda);
}
.bt:active {
  transform: scale(.95);
 }

.bt-amarelo {
  background: var(--mostarda);
  border-color: var(--mostarda);
  border: 0px;
  transition: all 0.3s;
  width: fit-content;
}

.bt-amarelo:hover {
  background: #ffa500;
  border-color: #ffa500;
  filter: drop-shadow(0px 4px 15px rgba(235, 164, 83, 0.79));
}

.box {
  width: 50%;
  padding: 25px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
}

button {
  border-radius: 11px;
  /* background: linear-gradient(135deg, #00D248 0%, #2361EB 100%); */
}

.input {
  border-radius: 11px;
  border: none !important;
  outline: none;
  /* border: 2px solid rgba(3, 203, 83, 1) !important; */
  /* background: rgba(228, 253, 235, 0.52); */
  margin-bottom: 0;
}

iframe {
  width: 800px;
  height: 450px;
}



/* ------------------- */
/* ------------------- */
/*        LOGIN         */
/* ------------------- */
/* ------------------- */
#dobra1 {
  background-color: #FFF;
  width: 100vw;
  min-height: 90vh;
  padding-bottom:50px;
  padding-top: 100px !important;
}
#dobra1 .box-form {
  text-align: center;
  margin: 0px 5vw;
  padding: 50px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  
  box-shadow: 0 24px 64px #26214a1a;
  border-radius: 12px;
  padding: 30px 60px;

  position: relative;
  background: white;
}  


#dobra1 .box-form .titulo{
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 10px;
}

#dobra1 .box-form input,
#dobra1 .box-form select {
  width: 100%;
  height: 45px;
  line-height: 30px;
  padding: 0 1rem;
  border: 2px solid #e8e8e8e0;
  border-radius: 10px;
  outline: none;
  color: #0d0c22;
  transition: .5s ease;
}
#dobra1 .box-form input::placeholder,
#dobra1 .box-form select::placeholder {
  /* color: #94a3b8; */
}

#dobra1 .box-form input:focus, 
#dobra1 .box-form input:hover,
#dobra1 .box-form select:focus, 
#dobra1 .box-form select:hover {
  outline: none;
  border-color: var(--mostarda);
  background-color: #fff;
  box-shadow: 0 0 0 5px var(--mostarda_claro);
}

#logos .logos {
  background-color: #313638;
}

#logos-mobile{
  background-color: #313638;
  display: none;

}

#dobra2 {
  background-image: url(../img/bg-dobra2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100vw;
  background-color:#FFF;
}

#dobra2 .icone {
  max-width: 150px;
}

#dobra3{
    background: linear-gradient(300deg,#e3c227,#ffb703,#fb8500,#e9c46a);
    background-size: 240% 240%;
    animation: gradient-animation 24s ease infinite;
    padding: 15vh 0;
    text-align: center;
  }
  
  @keyframes gradient-animation {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  #dobra3 iframe{
    margin: auto;
  }

#dobra4 {
  padding: 10vh 0;
  width: 100vw;
  background-image: url(../img/bg.svg);
  background-size: cover;
  background-position: bottom center;
  background-color: #fafbfc;
}

#dobra4 .titulo2 {
  text-align: right;
}

#dobra4 .subtitulo {
  text-align: right;
}

/* #dobra4 .fatura{
  width: 500px;
} */

#dobra4 .fatura-img {
  width: 100%;
}

#dobra5{
  padding-bottom: 10vh 0;
}

#dobra5 .etapas {
  width: 50%;
}

#dobra5 .esquerda{
  position: sticky;
  top: 30vh;
  height: 100%;
  margin-top: 50px;
  margin-bottom: 20vh;
}

#dobra5 .esquerda,
#dobra5 .direita{
  width: 45%;
}
#dobra5 .meio{
  width: 10%;
}
#dobra5 .direita .foto{
  margin-top: 50px;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: var(--mostarda_claro);
}
#dobra5 .direita .texto{
  margin-top: 20px;
  margin-bottom: 20vh;
}

#dobra5 .etapas-mobile {
  display: none;
}

#dobra5 .etapa1 {
  margin-right: 180px;
  margin-top: 250px;
  margin-bottom: 450px;
}

#dobra5 .etapa2 {
  margin-bottom: 450px;
  margin-right: 180px;
}

#dobra5 .etapa3 {
  margin-bottom: 450px;
  margin-right: 180px;
}

.bg_ico_etapas{
  animation: muda_bg forwards;
  animation-timeline: view();
  animation-range: 45vh 55vh;
  background-color: #ffa50000;
  max-width: 192px;
  max-height: 192px;
  margin: 15vh auto;
}
@keyframes muda_bg{
  to {
    background-color: #ffa500;
  }
}

#dobra5 .titulo{
  text-align: center;
  background-color: #fafbfc;
  padding-bottom: 10vh;
}

#dobra5 .icone2,
#dobra5 .icone3,
#dobra5 .icone4 {
  margin: 0 180px 260px 180px;
}

#dobra5 .icone4 {
  margin-top: 40px;
}

#dobra5 .etapa4 {
  margin-right: 180px;
}

#dobra5 .texto {
  color: #313638;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

#dobra5 .titulo-etapa {
  color: #313638;
  text-align: center;
  font-family: Montserrat;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.3rem;
  /* position: sticky;
  top: 50vh; */
}

#dobra5 .cards {
  width: 48%;
}

#dobra6{
  padding: 10vh 0;
  background-color:#FFF;
}

#dobra6 .box-pequeno {
  display: flex;
  text-align: center;
  padding: 25px;
  width: 200px;
  height: 175px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 4px 23.2px 0px rgba(95, 95, 95, 0.25);
  line-height: 1rem;
  margin: 0px 20px;
}

#dobra7{
  padding: 20vh 0 10vh;
  background: linear-gradient(180deg, black 11.4%, #313638 70.2%);
  color: #FFF;
}

#dobra7 .titulo,
#dobra7 .subtitulo{
  color: #FFF;
}

#dobra7 .fundo {
  text-align: end;
}

#dobra7 .notebook {
  margin-top: -10vh;
  margin-left: -15vw;
}

#dobra8 {
  background: #313638;
}

#dobra9 .logo-get{
  margin-top: 50px;
  max-width: 150px;
}
#dobra9 .logos img{
  max-width: 30px;
  margin: 0px 10px 20px;
}

.energy
{
	position: relative;
	width: 100px;
	height: 100px;
  margin: auto;
}
.energy span
{
	position: absolute;
  
    width: calc(50px + var(--radius));
    height: calc(50px + var(--radius));
    background: var(--color);
    transform-origin: calc(10px + var(--radius));
    animation: animate 5s linear infinite;
    animation-duration: calc(var(--duration));
    mix-blend-mode: plus-lighter;
    filter: blur(10px);
}
.energy span:nth-child(even)
{
	/* 짝수 원은 역방향 이동 */
	/* Even circles move backwards */
	animation-direction: reverse;
}
@keyframes animate 
{
	0%
	{
		transform: rotate(0deg);
	}
	100%
	{
		transform: rotate(360deg);
	}
}


#dobra9 {
  background: #313638;
}

#dobra9 .subtitulo {
  color: #fff;
  font-family: Montserrat;
  font-size: 23.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 37.6px */
  letter-spacing: 3.525px;
  text-transform: uppercase;
}

#dobra9 .link {
  color: #aaa;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.5%; /* 26.7px */
}

.bloco_timeline{
  position: relative;
  width: 100%;
}
.timeline_central{
  z-index: -2;
    width: 10px;
    height: 100%;
    background-color: #CCC;
    position: absolute;
    overflow: hidden;
    left: calc(50% - 5px);
    border-radius: 100px;
}

.bloco_timeline .esquerda,
.bloco_timeline .direita{
  padding-top: 10vh 0px;
}

.timeline_progress-bar {
  border-radius: 100px;
  z-index: -1;
  width: 10px;
  height: 50vh;
  background-color: var(--mostarda);
  position: fixed;
  top: 0;
  bottom: 50vh;
  left: auto;
  right: auto;
  overflow: visible;
}

.e-card {
  margin: 100px auto;
  background: transparent;
  box-shadow: 0px 8px 28px -9px rgba(0,0,0,0.45);
  position: relative;
  width: 240px;
  height: 330px;
  border-radius: 16px;
  overflow: hidden;
}

.wave {
  position: absolute;
  width: 540px;
  height: 700px;
  opacity: 0.6;
  left: 0;
  top: 0;
  margin-left: -50%;
  margin-top: -70%;
  background: linear-gradient(744deg,var(--mostarda),var(--mostarda) 60%,var(--mostarda));
}

.icon {
  width: 3em;
  margin-top: -1em;
  padding-bottom: 1em;
}

.infotop {
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 5.6em;
  left: 0;
  right: 0;
  color: rgb(255, 255, 255);
  font-weight: 600;
}
.infotop img{
  max-width: 70px;
}

.name {
  font-size: 14px;
  font-weight: 100;
  position: relative;
  top: 1em;
  text-transform: lowercase;
}

.wave:nth-child(2),
.wave:nth-child(3) {
  top: 210px;
}

.wave {
  border-radius: 40%;
}
.e-card{
  background-color: var(--branco);
}
.e-card .wave:nth-child(2) {
  animation: wave1 infinite linear;
  animation-duration: 30s;
}
.e-card .wave:nth-child(3) {
  animation: wave1 infinite linear;
  animation-duration: 45s;
}

.e-card:nth-child(2) .wave:nth-child(2) {
  animation: wave2 infinite linear;
  animation-duration: 25s;
}
.e-card:nth-child(2) .wave:nth-child(3) {
  animation: wave2 infinite linear;
  animation-duration: 55s;
}

.e-card:nth-child(3) .wave:nth-child(2) {
  animation: wave3 infinite linear;
  animation-duration: 25s;
}
.e-card:nth-child(3) .wave:nth-child(3) {
  animation: wave3 infinite linear;
  animation-duration: 55s;
}

.e-card:nth-child(4) .wave:nth-child(2) {
  animation: wave4 infinite linear;
  animation-duration: 25s;
}
.e-card:nth-child(4) .wave:nth-child(3) {
  animation: wave4 infinite linear;
  animation-duration: 55s;
}

@keyframes wave1{
  0% { transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
@keyframes wave2{
  0% { transform: rotate(180deg);}
  100% {transform: rotate(-180deg);}
}
@keyframes wave3{
  0% { transform: rotate(90deg);}
  100% {transform: rotate(180deg);}
}
@keyframes wave4{
  0% { transform: rotate(-180deg);}
  100% {transform: rotate(180deg);}
}


.background_faq{
  border-bottom: 1px solid #ffffff60;
}
.accordion-container {
  width: 80%;
  margin: auto;
}
.accordion-title{
  color: var(--branco);
}
.accordion-content {
  position: relative;
  text-align: left;
  color: var(--branco);
  padding-left: 60px;
}
.accordion-container .accordion-title {
  position: relative;
  margin: 0px 0px 0px 0px;
  font-size: 18px;
  cursor: pointer;
  border-top: 1px solid #d4d4d4;
}
.accordion-container .accordion-title:first-child .open {
  color: var(--branco);
}
/* TITULO ESCRITO */
.accordion-container .accordion-title:first-child {
  border-top: 0px solid #FFF;
  border-radius: 16px;
  text-align: left;
  padding-left: 54px;
  color: var(--branco);
}
/* seta para animaÃ§Ã£o */
.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  border-radius: 16px;
  height: 5px;
  transform: rotate(90deg);
  background: var(--mostarda);
  transition: all 0.3s ease-in-out;
}
.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  border-radius: 16px;
  height: 5px;
  background: var(--mostarda);
  transition: all 0.2s ease-in-out;
  transform: rotate(0deg);
}
.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
  right: 28px;
}
.accordion-container .accordion-title.open::after {
  opacity: 0;
  transform: rotate(180deg);
  right: 28px;
}

#accordion {
  margin-bottom: 20px;
}
.accordion-container .accordion-title:first-child {
  height: inherit;
  line-height: inherit;
  text-align: left;
  margin-left: 20px;
  padding: 5px 20px 5px 40px;
  font-weight: 600;
}

#ajuda .caixa-faq {
  margin: 100px auto 150px auto;
}
#ajuda .breadcrumb {
  font-weight: 700;
  font-size: 22px;
  line-height: 19px;
  text-align: center;
}
.breadcrumb-item a {
  text-decoration: none;
  color: #000 !important;
}
#ajuda .titulo {
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  margin-top: 50px;
  color: var(--verde-preto);
}
#ajuda .subtitulo {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: var(--verde-preto);
  width: 45%;
  margin-top: 25px;
}
#ajuda .caixa__paravc {
  display: flex;
  border-radius: 8px;
  /* box-shadow: 0 4px 30px rgb(0 0 0 / 10%); */
  /* backdrop-filter: blur(8.5px); */
  align-items: center;
  column-gap: 12px;
  background: #f5f5f5;
  border: none;
  padding: 5px 17px;
  justify-content: space-between;
  width: 100%;
  height: 70px;
}
#ajuda .caixa__paravc:hover {
  /* box-shadow: 0px 2px 12px rgba(0, 221, 135, 0.25); */
  cursor: pointer;
}
/* .caixa__paravc:active,
.caixa__paravc:focus {
  background: #dfffe7 !important;
  border-radius: 8px;
} */
#ajuda .duvida__caixa {
  font-weight: 400;
  font-size: 20px;
  line-height: 91.9%;
  color: var(--verde-preto);
}
#ajuda .disp__items {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#ajuda .disp__items a {
  width: 80%;
}
#ajuda .texto__caixa {
  font-size: 15px;
  line-height: 16px;
}
/*
----------------------
----------------------
FAQ
----------------------
----------------------
*/
.borda {
  border-radius: 16px;
  /* backdrop-filter: blur(8.5px); */
  align-items: center;
  /* column-gap: 12px; */
  /* border: 1px solid rgba(0, 0, 0, 0.2); */
  /* background: #e7ece5cc; */
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
  transition: all .5s ease;
}
.borda .open::before {
  height: 0;
}
.borda .open::after {
  height: 110px;
}
.borda:hover {
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
  cursor: pointer;
}
#accordion{
  margin-bottom: 50px;
}
.accordion-container {
  width: 80%;
}
.accordion-title .open {
  color: red;
}
.accordion-content {
  position: relative;
  text-align: left;
  margin-left: 30px;
  padding-bottom: 20px;
}
.accordion-container .accordion-title {
  position: relative;
  margin: 0px 0px 0px 0px;
  font-size: 18px;
  cursor: pointer;
  border-top: 1px solid #d4d4d4;
}
.accordion-container .accordion-title:first-child .open {
  color: var(--verde);
}
.accordion-container .accordion-title:first-child {
  border-top: 0px solid #5f5f5f;
  border-radius: 16px;
  height: 70px;
  line-height: 70px;
  text-align: left;
  margin-left: 30px;
  color: var(--verde-preto);
}
.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 31px;
  width: 13px;
  border-radius: 16px;
  height: 2px;
  transform: rotate(60deg);
  background: #CCC;
  transition: all 0.3s ease-in-out;
}
.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 13px;
  border-radius: 16px;
  height: 2px;
  background: #CCC;
  transition: all 0.2s ease-in-out;
  transform: rotate(120deg);
}
.accordion-title .verde{
  color: var(--verde) !important;
}
.accordion-title .mostarda {
  color: #FFA500 !important;
}
.accordion-title .rosa {
  color: #FF007A !important;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
  right: 28px;
  background: var(--vermelho) !important;
}
.accordion-container .accordion-title.open::after {
  opacity: 0;
  transform: rotate(180deg);
  right: 28px;
}
/*
----------------------
----------------------
FAQ
----------------------
----------------------
*/
.borda {
  border-radius: 16px;
  /* backdrop-filter: blur(8.5px); */
  align-items: center;
  /* column-gap: 12px; */
  /* border: 1px solid rgba(0, 0, 0, 0.2); */
  /* background: #e7ece5cc; */
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
  transition: all .5s ease;
}
.borda .open::before {
  height: 0;
}
.borda .open::after {
  height: 110px;
}
.borda:hover {
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
  cursor: pointer;
}
#accordion{
  margin-bottom: 50px;
}
.accordion-container {
  width: 80%;
}
.accordion-title .open {
  color: red;
}
.accordion-content {
  position: relative;
  text-align: left;
  margin-left: 30px;
  padding-bottom: 20px;
}
.accordion-container .accordion-title {
  position: relative;
  margin: 0px 0px 0px 0px;
  font-size: 18px;
  cursor: pointer;
  border-top: 1px solid #d4d4d4;
}
.accordion-container .accordion-title:first-child .open {
  color: var(--verde);
}
.accordion-container .accordion-title:first-child {
  border-top: 0px solid #5f5f5f;
  border-radius: 16px;
  height: 70px;
  line-height: 70px;
  text-align: left;
  margin-left: 30px;
  color: var(--verde-preto);
}
.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 31px;
  width: 13px;
  border-radius: 16px;
  height: 2px;
  transform: rotate(60deg);
  background: #CCC;
  transition: all 0.3s ease-in-out;
}
.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 13px;
  border-radius: 16px;
  height: 2px;
  background: #CCC;
  transition: all 0.2s ease-in-out;
  transform: rotate(120deg);
}
.accordion-title .verde{
  color: var(--verde) !important;
}
.accordion-title .mostarda {
  color: #FFA500 !important;
}
.accordion-title .rosa {
  color: #FF007A !important;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
  right: 28px;
  background: var(--vermelho) !important;
}
.accordion-container .accordion-title.open::after {
  opacity: 0;
  transform: rotate(180deg);
  right: 28px;
}


/*
#----------------
#----------------
#-----rodape-----
#----------------
#----------------
*/
footer {
  background: var(--verde-preto);
  width: 100%;
  position: absolute;
  margin-top: -20px;
}
footer .redeSocial img{
  width: 40px;
}
.rodape_total {
  display: grid;
  height: 100%;
  align-items: end;
  align-content: center;
}
.pessoas {
  margin-top: -21%;
  z-index: -1;
  position: relative;
  align-content: initial;
}
.chamada_rodape {
  background: rgba(231, 236, 229, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin: -60px 10% 0px;
  padding: 40px 15px;
}
.chamada_rodape .destaque {
  font-weight: 700;
  font-size: 24px;
}
.inicio_rodape {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 87px;
  margin-top: 80px !important;
}
.redeSocial {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-top: 10px;
}
.titulo_rodape {
  font-weight: bolder;
  font-size: 16px;
  margin-bottom: 5px;
  color: var(--branco);
}
.texto_rodape {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  color: var(--branco);
}
.texto_rodape:hover {
  text-decoration: underline;
  cursor: pointer;
  color: var(--branco);
}
.separador {
  display: block;
  margin: 25px auto;
  width: 100%;
}
.informacoes_rodape {
  color: var(--branco);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 54px;
}
.texto_final {
  text-align: center;
  margin: 50px 0px;
  color: var(--branco);
  font-size: 12px;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  /* display: flex !important; */
}

#modal_ca .container{
  display: flex;
  justify-content: center;
  /* align-items: center; */
  /* height: 100%; */
}

/* Modal Content/Box */
.modal-content {
  background-color: var(--branco);
  padding: 20px;
  border: 1px solid #888;
  width: 50vw;
  max-height: 95vh;
  margin: auto;
  overflow-y: scroll;
  position: relative;
  text-align: center;
  font-weight: 400;
}

.modal-content .titulo_interno{
  font-size: 1.5rem;
}

/* The Close Button */
.close {
  position: absolute;
  font-size: 50px;
  font-weight: bold;
  right: 20px;
  top: 0px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.bt_wp {
  border-radius: 100px;
  color: #fff;
  padding: 15px 20px;
  font-weight: 900;
  background: #00d437;
  border-color: #00d437;
  border: 0px;
  width: fit-content;
  transition: all .3s;
  cursor: pointer;
  margin: 20px auto 0px;
}



@media (max-width: 425px) {
  .titulo {
    font-size: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
  }
  .titulo2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .subtitulo{
    text-align: center;
  }

  iframe {
    width: 100%;
    height: 250px;
  }


  #dobra1 {
    height: auto;
  }
  #dobra1 .d-flex{
    justify-content: center;
  }
  #dobra1 .box-form {
    width: 90%;
    margin: 30px auto !important;
    padding: 10vw;
  }

  #logos{
    display: none;
  }
  #logos-mobile{
    display: block;
    text-align: center;
  }

  #logos-mobile img{
    object-fit: cover;
    object-position: center;
    height: 12vh;
    width: 50%;
  }

  #dobra1 .logo {
    width: 150px !important;
    margin-top: 20px;
  }

  #logos .logos {
    padding: 0px !important;
  }

  #dobra2{
    padding-bottom: 10vh;
  }

  #dobra2 .e-card{
    width: 40vw;
    height: 30vh;
    margin: 2vh 0;
    display: flex;
    align-items: center;
  }
  #dobra2 .e-card .wave:nth-child(2), .wave:nth-child(3) {
    top: 120px;
  }

  #dobra3{
    padding: 10vh 0;
  }

  #dobra4 .titulo2 {
    text-align: center;
  }
  #dobra4 .organiza {
    flex-direction: column-reverse;
  }

  #dobra4 .fatura-img {
    margin-top: 60px;
  }

  #dobra4 .subtitulo {
    text-align: center;
  }

  #dobra5 .titulo {
    padding-bottom: 5vh;
  }
  

  #dobra5 .timeline_central{
    display: none;
  }
  #dobra5 .esquerda, #dobra5 .direita {
    width: 100%;
  }
  #dobra5 .esquerda {
    position:  inherit !important;
    top: inherit !important;
    height: inherit !important;
    margin-top: inherit !important;
    margin-bottom: inherit !important;
  }

  #dobra5 .direita .foto{
    margin-top: 20px;
  }
  #dobra5 .direita .texto {
    margin-top: 20px;
    margin-bottom: 10vh;
    text-align: center;
  }

  #dobra5 .etapas {
    width: 0px;
    display: none !important;
  }

  #dobra5 .cards {
    display: none !important;
  }

  #dobra5 .etapas-mobile {
    display: block !important;
    width: auto;
    /* width: calc(100vw - 80px); */
  }

  #dobra5 .barra{
    width: 25px;
  }
 

  #dobra5 .etapa1 {
    margin-right:0px!important;
    margin-top: 5px;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  
  #dobra5 .etapa2 {
    margin-bottom: 100px;
    margin-right: 10px!important;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  
  #dobra5 .etapa3 {
    margin-bottom: 100px;
    margin-right: 10px!important;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  #dobra5 .etapa4 {
    margin-right: 0px!important;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  #dobra5 .etapa1 img, #dobra5 .etapa2 img, #dobra5 .etapa3 img, #dobra5 .etapa4 img {
    width: 100px;
  }

  #dobra5 .titulo-etapa {
    text-align: center;
    margin-left: 0px !important;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  #dobra5 .icone4 {
    margin-top: 40px;
  }

  #dobra6 .box-pequeno {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    width: 40%;
    margin: 10px;
}

#dobra7 {
  padding: 10vh 0;
}

#dobra7 .notebook {
  width: 90%;
  margin: 5vh auto 0;
}

#dobra7 .subtitulo{
  width: 100%;
}

#dobra7 .subtitulo{
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 32.356px !important; 
}

#dobra7 .fundo {
  min-height: 30vh;
}

#dobra8 .accordion-container .accordion-title:first-child{
  margin-left:0px;
  padding: 5px 0px;
  text-align: center;
}
#dobra8 .accordion-content{
  text-align: center;
  padding: 0px;
}
#dobra8 .titulo3{
  font-size: 24px !important;
  text-align: center;
  line-height: 38px !important;
}
#dobra8 .accordion-container .accordion-title::before,
#dobra8 .accordion-container .accordion-title::after{
  top: -20px;
  left: calc(50% - 13px);
}
#dobra8 .background_faq{
  margin-bottom: 7svh !important;
}

#dobra8 .icone-faq{
  width: 50%;

}

  #dobra9 .organiza {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }

  #dobra9 .logo-get{
    margin-top: 50px;
    max-width: 150px;
  }
  #dobra9 .subtitulo {
    font-size: 14px;
  }
  #dobra9 .link {
    font-size: 16px;
  }

  .inicio_rodape {
    flex-direction: column;
    height: auto;
  }
  .chamada_rodape {
    text-align: center;
    margin: -60px 2% 0px;
  }

  .informacoes_rodape {
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 16px;
  }

}