@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: "Poppins", sans-serif;
  color: #000;
}

body {height:100%;}

html {
  font-size: 62.5%;
  height:100%;
}

img {
  max-width: 100%;
  display: block;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.container-xl {
  width: 100%;
  max-width: 133rem;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 1344px) {
  .container-xl {
    max-width: 124.6rem;
  }
}

.container-sm {
  width: 100%;
  max-width: 95rem;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.btn-whiteorange-wicon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 48px;
  gap: 8px;
  /* Branco */
  background: #fff;
  border-radius: 64px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  transition: all 0.3s ease-in;
  max-width: 30rem;
}
.btn-whiteorange-wicon svg g path {
  transition: fill 0.3s ease-in;
}
.btn-whiteorange-wicon:hover {
  color: #fff;
  background-color: #ff6d23;
}
.btn-whiteorange-wicon:hover svg g path {
  fill: #fff;
}

.btn-orangewhite-noicon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 48px;
  gap: 8px;
  max-width: 30rem;
  /* Branco */
  color: #fff;
  background: #ff6d23;
  border-radius: 64px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  transition: all 0.3s ease-in;
}
.btn-orangewhite-noicon:hover {
  color: #D63066;
  background-color: #fff;
}

.card-plan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 40px;
  gap: 20px;
  min-height: 70rem;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  transition: all ease-in 0.3s;
}
@media (max-width: 359px) {
  .card-plan {
    padding: 3.2rem 3.2rem;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .card-plan {
    padding: 3.2rem 3.2rem;
  }
}
.card-plan:hover {
  background: #D63066;
  color: #fff;
}
.card-plan:hover .card-plan__info-link {
  color: #fff;
}
.card-plan:hover .card-plan__btn {
  background-color: #ff6d23;
}
.card-plan:hover p:first-of-type {
  color: #fff;
}
.card-plan:hover p:last-of-type {
  color: #fff;
}
.card-plan:hover .card-plan__price {
  color: #fff;
}
.card-plan:hover .card-plan__price p:nth-of-type(1) {
  color: #fff;
}
.card-plan:hover .card-plan__price p:nth-of-type(2) {
  color: #fff;
}
.card-plan:hover .card-plan__price p:nth-of-type(3) {
  color: #fff;
}
.card-plan:hover h3 {
  color: #fff;
}
.card-plan:hover span {
  color: #fff;
}
.card-plan p:first-of-type {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.card-plan p:last-of-type {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.card-plan h3 {
  font-weight: 800;
  font-size: 35px;
  line-height: 52px;
  color: #000000;
  /* @include respond-to(small) {
  	font-size: 24px;
  	line-height: 100%;
  }

  @include respond-to(medium) {
  	font-size: 24px;
  	line-height: 100%;
  } */
}
.card-plan .plan-velocity {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.card-plan .plan-velocity .plan-velocity__img {
  width: 4rem;
  height: 4rem;
}
@media (max-width: 359px) {
  .card-plan .plan-velocity {
    flex-direction: row;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .card-plan .plan-velocity {
    flex-direction: row;
  }
}
@media (max-width: 359px) {
  .card-plan .plan-velocity img {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .card-plan .plan-velocity img {
    width: 4rem;
    height: 4rem;
  }
}
.card-plan .plan-velocity p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 39.9741px;
  line-height: 100%;
}
.card-plan .plan-velocity p:first-of-type {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 67.7112px;
  line-height: 100%;
}
@media (max-width: 359px) {
  .card-plan .plan-velocity p:first-of-type {
    font-size: 48px;
    line-height: 100%;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .card-plan .plan-velocity p:first-of-type {
    font-size: 48px;
    line-height: 100%;
  }
}
@media (max-width: 359px) {
  .card-plan .plan-velocity p {
    font-size: 24px;
    line-height: 100%;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .card-plan .plan-velocity p {
    font-size: 24px;
    line-height: 100%;
  }
}
.card-plan .plan-chip {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.card-plan .plan-chip .plan-chip__img {
  width: 4rem;
  height: 4rem;
}
@media (max-width: 359px) {
  .card-plan .plan-chip {
    flex-direction: row;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .card-plan .plan-chip {
    flex-direction: row;
  }
}
@media (max-width: 359px) {
  .card-plan .plan-chip img {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .card-plan .plan-chip img {
    width: 4rem;
    height: 4rem;
  }
}
.card-plan .plan-chip p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24.9741px;
  line-height: 100%;
}
.card-plan .plan-chip p:first-of-type {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 67.7112px;
  line-height: 100%;
}
@media (max-width: 359px) {
  .card-plan .plan-chip p:first-of-type {
    font-size: 48px;
    line-height: 100%;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .card-plan .plan-chip p:first-of-type {
    font-size: 48px;
    line-height: 100%;
  }
}
@media (max-width: 359px) {
  .card-plan .plan-chip p {
    font-size: 24px;
    line-height: 100%;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .card-plan .plan-chip p {
    font-size: 24px;
    line-height: 100%;
  }
}
.card-plan .card-plan__price {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.card-plan .card-plan__price p:nth-of-type(1) {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #000;
}
.card-plan .card-plan__price p:nth-of-type(2) {
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  display: flex;
  align-items: center;
  align-self: center;
  color: #000;
}
.card-plan .card-plan__price p:nth-of-type(3) {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  display: flex;
  align-items: center;
  text-align: right;
  align-self: flex-end;
  color: #000;
}
.card-plan .price {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-plan .price span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 28.4467px;
}
.card-plan .card-plan__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 48px;
  gap: 8px;
  width: 195px;
  /* Laranja */
  background: #D63066;
  border-radius: 64px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height */
  /* Branco */
  color: #ffffff;
}
.card-plan .card-plan__info-link {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #D63066;
  text-decoration-line: underline;
}

.card-diffs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 22px 26px;
  gap: 24px;
  width: 100%;
  max-width: 42.7rem;
  background-color: #ffffff;
}
@media (max-width: 359px) {
  .card-diffs {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .card-diffs {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
}
.card-diffs img {
  width: 80px;
  height: auto;
}
.card-diffs h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}
.card-diffs p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.6rem;
  display: flex;
  align-items: center;
  z-index: 2;
  background:#fff;
  color:#D63066;
}
@media (max-width: 359px) {
  header.form {
    background: linear-gradient(180deg, #D63066 110.64%, rgba(23, 61, 170, 0) 110.65%);
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  header.form {
    background: linear-gradient(180deg, #D63066 110.64%, rgba(23, 61, 170, 0) 110.65%);
  }
}
@media (max-width: 359px) {
  header {
    background: transparent;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  header {
    background: transparent;
  }
}
header .container-xl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 360px) and (max-width: 959px) {
  header .container-xl {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 359px) {
  header .container-xl {
    align-items: center;
    justify-content: center;
  }
}
header .container-xl .right-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (min-width: 360px) and (max-width: 959px) {
  header .container-xl .right-content {
    display: none;
  }
}
header .container-xl .right-content .right-content__sales {
  display: flex;
  align-items: start;
  flex-direction: column;
}
header .container-xl .right-content .right-content__sales p {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
/*  color: #ffffff;*/
}
header .container-xl .right-content .right-content__sales h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
/*  color: #ffffff;*/
}

.s-hero {
  position: relative;
}
.s-hero .slide-principal {
  width: 100%;
  height: 80vh;
}
@media (max-width: 359px) {
  .s-hero .slide-principal {
    height: 100vh;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .s-hero .slide-principal {
    height: 100vh;
  }
}
.s-hero .slide-principal .swiper-wrapper .swiper-slide {
  padding-top: 20.7rem;
  background-size: cover !important;
}
.s-hero .slide-principal .swiper-wrapper .swiper-slide.slide-01 {
  background: url(../img/slide-01.png) no-repeat center 9.6rem;
}
@media (max-width: 359px) {
  .s-hero .slide-principal .swiper-wrapper .swiper-slide.slide-01 {
    background: url(../img/slide-01-mobile.png) no-repeat center center;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .s-hero .slide-principal .swiper-wrapper .swiper-slide.slide-01 {
    background: url(../img/slide-01-mobile.png) no-repeat center center;
  }
}
.s-hero .slide-principal .swiper-wrapper .swiper-slide.slide-02 {
  background: url(../img/slide-02.png) no-repeat center 9.6rem;
  object-position: top center;
}
@media (max-width: 359px) {
  .s-hero .slide-principal .swiper-wrapper .swiper-slide.slide-02 {
    background: url(../img/slide-02-mobile.png) no-repeat center center;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .s-hero .slide-principal .swiper-wrapper .swiper-slide.slide-02 {
    background: url(../img/slide-02-mobile.png) no-repeat center center;
  }
}
.s-hero .slide-principal .swiper-wrapper .swiper-slide .container-xl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-hero .slide-principal .swiper-wrapper .swiper-slide .left-content {
  width: 100%;
  max-height: 56.2rem;
  max-width: 54.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 359px) {
  .s-hero .slide-principal .swiper-wrapper .swiper-slide .left-content .btn-orangewhite-noicon {
    display: none;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .s-hero .slide-principal .swiper-wrapper .swiper-slide .left-content .btn-orangewhite-noicon {
    display: none;
  }
}
.s-hero .slide-principal .swiper-wrapper .swiper-slide .left-content h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.01em;
  color: #fff;
}
@media (max-width: 359px) {
  .s-hero .slide-principal .swiper-wrapper .swiper-slide .left-content h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .s-hero .slide-principal .swiper-wrapper .swiper-slide .left-content h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
.s-hero .slide-principal .swiper-wrapper .swiper-slide .left-content .s-hero__plan {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.s-hero .slide-principal .swiper-wrapper .swiper-slide .left-content .s-hero__plan .s-hero__plan__type {
  max-width: 42.7rem;
  display: flex;
  flex-direction: column;
}
.s-hero .slide-principal .swiper-wrapper .swiper-slide .left-content .s-hero__plan .s-hero__plan__type p:nth-of-type(1) {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}
@media (max-width: 359px) {
  .s-hero .slide-principal .swiper-wrapper .swiper-slide .left-content .s-hero__plan .s-hero__plan__type p:nth-of-type(1) {
    font-size: 24px;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .s-hero .slide-principal .swiper-wrapper .swiper-slide .left-content .s-hero__plan .s-hero__plan__type p:nth-of-type(1) {
    font-size: 24px;
  }
}
.s-hero .slide-principal .swiper-wrapper .swiper-slide .left-content .s-hero__plan .s-hero__plan__type p:nth-of-type(2) {
  font-weight: 800;
  font-size: 64px;
  line-height: 100%;
  display: flex;
  align-items: center;
  align-self: center;
  /* Branco */
  color: #ffffff;
}
@media (max-width: 359px) {
  .s-hero .slide-principal .swiper-wrapper .swiper-slide .left-content .s-hero__plan .s-hero__plan__type p:nth-of-type(2) {
    font-size: 32px;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .s-hero .slide-principal .swiper-wrapper .swiper-slide .left-content .s-hero__plan .s-hero__plan__type p:nth-of-type(2) {
    font-size: 32px;
  }
}
.s-hero .slide-principal .swiper-wrapper .swiper-slide .left-content .s-hero__plan .s-hero__plan__type p:nth-of-type(3) {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  display: flex;
  align-items: center;
  text-align: right;
  align-self: flex-end;
  /* Branco */
  color: #ffffff;
}
@media (max-width: 359px) {
  .s-hero .slide-principal .swiper-wrapper .swiper-slide .left-content .s-hero__plan .s-hero__plan__type p:nth-of-type(3) {
    font-size: 16px;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .s-hero .slide-principal .swiper-wrapper .swiper-slide .left-content .s-hero__plan .s-hero__plan__type p:nth-of-type(3) {
    font-size: 16px;
  }
}

.s-plans {
  padding-top: 4rem;
  padding-bottom: 8rem;
  overflow-x: hidden;
}
.s-plans h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  /* identical to box height */
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 359px) {
  .s-plans h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .s-plans h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
.s-plans .s-plans__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 4rem;
}
.s-plans .s-plans__mobile {
  display: none;
  width: 100%;
}
@media (max-width: 359px) {
  .s-plans .s-plans__mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .s-plans .s-plans__mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
  }
}
.s-plans .s-plans__desktop {
  display: block;
}
@media (max-width: 359px) {
  .s-plans .s-plans__desktop {
    display: none;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .s-plans .s-plans__desktop {
    display: none;
  }
}

.s-diffs {
  background-color: #f3f3f4;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
@media (max-width: 359px) {
  .s-diffs {
    justify-content: center;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .s-diffs {
    justify-content: center;
  }
}
.s-diffs h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  /* identical to box height */
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 359px) {
  .s-diffs h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .s-diffs h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
.s-diffs .s-plans__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 4rem;
}
.s-diffs .container-sm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
  grid-auto-rows: auto;
  align-items: stretch;
}
@media (max-width: 359px) {
  .s-diffs .container-sm {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .s-diffs .container-sm {
    grid-template-columns: 1fr;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.modal h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000000;
}
.modal p {
  font-size: 20px;
}

.modal-content {
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
  max-width: 720px;
}

/* Estilos para o botão de fechar */
#close-modal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 48px;
  border-radius: 64px;
  cursor: pointer;
  margin-top: 20px;
  background-color: #D63066;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height */
  /* Branco */
  color: #ffffff;
}
#close-modal:hover {
  filter: brightness(0.9);
}

/* modal de WhatsApp */
.modal-wa {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.modal-wa h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.01em;
  text-align: center;
  color: #000000;
}
.modal-wa p {
  font-size: 20px;
}
.modal-wa .modal-content-wa {
  position: relative;
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
  max-width: 720px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
.modal-wa .modal-content-wa .close-button {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  height: 4rem;
  width: 4rem;
  font-size: 2.4rem;
  padding: 0.8rem;
  border-radius: 1.2rem;
  cursor: pointer;
  background-color: #D63066;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-wa .modal-content-wa .close-button span {
  color: #fff;
}
.modal-wa .modal-content-wa .close-button:hover {
  filter: brightness(0.9);
}
.modal-wa .modal-content-wa .btn-modal-primary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 48px;
  border-radius: 64px;
  cursor: pointer;
  margin-top: 20px;
  background-color: #D63066;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height */
  /* Branco */
  color: #ffffff;
}
.modal-wa .modal-content-wa .btn-modal-primary:hover {
  filter: brightness(0.9);
}
.modal-wa .modal-content-wa .btn-modal-secondary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 48px;
  border-radius: 64px;
  cursor: pointer;
  margin-top: 20px;
  border: 1px solid #D63066;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #D63066;
}
.modal-wa .modal-content-wa .btn-modal-secondary:hover {
  filter: brightness(1.1);
}

footer {
  background-color: #333333;
}
footer .container-xl.container1 {
  padding-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 359px) {
  footer .container-xl.container1 {
    height: 30rem;
    align-items: flex-start;
    justify-content: center;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  footer .container-xl.container1 {
    height: 30rem;
    align-items: flex-start;
    justify-content: center;
  }
}
footer .container-xl.container1 .footer__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .container-xl.container1 .footer__left .footer__medias {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
footer .container-xl.container1 .footer__left .footer__medias img {
  width: 40px;
  height: 40px;
}
footer .container-xl.container1 .footer__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 359px) {
  footer .container-xl.container1 .footer__right {
    display: none;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  footer .container-xl.container1 .footer__right {
    display: none;
  }
}
footer .container-xl.container1 .footer__right .footer__cta {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #ffffff;
}
footer .container-xl.container1 .footer__right .footer__contact {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
footer .container-xl.container1 .footer__right .footer__contact p {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #ffffff;
}
footer .container-xl .copy {
  margin-top: 32px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}

.footer-fixed {
  display: none;
}

/* CSS para exibir e fixar a seção no rodapé em smartphones */
@media screen and (max-width: 767px) {
  .footer-fixed {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333333;
    padding-top: 16px;
    padding-bottom: 16px;
    z-index: 998;
    /* Para garantir que o elemento fique sobre os outros elementos da página */
    text-align: center;
    gap: 24px;
  }
  .footer-fixed .footer__right .footer__cta {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
    color: #ffffff;
  }
  .footer-fixed .footer__right .footer__contact {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
:root {
  --swiper-navigation-color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  height: 4rem !important;
  width: 4rem !important;
  background: #D63066 !important;
  border-radius: 4px;
}

/* .swiper-button-next {
	position: absolute;

	bottom: 0 !important;
} */
.swiper-custom-nav {
  margin-top: 24px;
  width: 12rem;
  height: 3.2rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 50%;
  margin-left: -6rem;
}
@media (min-width: 960px) and (max-width: 1279px) {
  .swiper-custom-nav {
    display: none;
  }
}
@media (min-width: 1280px) {
  .swiper-custom-nav {
    display: none;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  text-transform: none !important;
  letter-spacing: 0;
  font-size: 1.6rem !important;
}

.swiper {
  position: relative;
}

.s-form {
  margin-top: 20.7rem;
  margin-bottom: 6rem;
}
.s-form .step-line {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 0 8px;
}
.s-form .input-error {
  border: 1px solid red !important;
}
.s-form .container-xl .card-plan-form {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  gap: 4rem;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  transition: all ease-in 0.3s;
}
@media (max-width: 359px) {
  .s-form .container-xl .card-plan-form {
    padding: 3.2rem 3.2rem;
    flex-direction: column;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .s-form .container-xl .card-plan-form {
    padding: 3.2rem 3.2rem;
    flex-direction: column;
  }
}
.s-form .container-xl .card-plan-form p:first-of-type {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.s-form .container-xl .card-plan-form p:last-of-type {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.s-form .container-xl .card-plan-form h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  filter: brightness(0.9);
}
.s-form .container-xl .card-plan-form h3 span {
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}
@media (max-width: 359px) {
  .s-form .container-xl .card-plan-form h3 {
    font-size: 24px;
    line-height: 100%;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .s-form .container-xl .card-plan-form h3 {
    font-size: 24px;
    line-height: 100%;
  }
}
.s-form .container-xl .card-plan-form .plan-velocity {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.s-form .container-xl .card-plan-form .plan-velocity img {
  width: 4rem;
  height: 4rem;
}
@media (max-width: 359px) {
  .s-form .container-xl .card-plan-form .plan-velocity {
    flex-direction: column;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .s-form .container-xl .card-plan-form .plan-velocity {
    flex-direction: column;
  }
}
@media (max-width: 359px) {
  .s-form .container-xl .card-plan-form .plan-velocity img {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .s-form .container-xl .card-plan-form .plan-velocity img {
    width: 4rem;
    height: 4rem;
  }
}
.s-form .container-xl .card-plan-form .plan-velocity p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 39.9741px;
  line-height: 100%;
}
.s-form .container-xl .card-plan-form .plan-velocity p:first-of-type {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 67.7112px;
  line-height: 100%;
}
@media (max-width: 359px) {
  .s-form .container-xl .card-plan-form .plan-velocity p:first-of-type {
    font-size: 48px;
    line-height: 100%;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .s-form .container-xl .card-plan-form .plan-velocity p:first-of-type {
    font-size: 48px;
    line-height: 100%;
  }
}
@media (max-width: 359px) {
  .s-form .container-xl .card-plan-form .plan-velocity p {
    font-size: 24px;
    line-height: 100%;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .s-form .container-xl .card-plan-form .plan-velocity p {
    font-size: 24px;
    line-height: 100%;
  }
}
.s-form .container-xl .card-plan-form .plan-velocity .card-plan__price {
  display: flex;
  gap: 4px;
}
.s-form .container-xl .card-plan-form .plan-velocity .card-plan__price p:nth-of-type(1) {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #000;
}
.s-form .container-xl .card-plan-form .plan-velocity .card-plan__price p:nth-of-type(2) {
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  display: flex;
  align-items: center;
  align-self: center;
  color: #000;
}
.s-form .container-xl .card-plan-form .plan-velocity .card-plan__price p:nth-of-type(3) {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  display: flex;
  align-items: center;
  text-align: right;
  align-self: flex-end;
  color: #000;
}
.s-form .container-xl .card-plan-form .card-plan__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 48px;
  gap: 8px;
  width: 195px;
  /* Laranja */
  background: #D63066;
  border-radius: 64px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height */
  /* Branco */
  color: #ffffff;
}
.s-form .container-xl .card-plan-form .card-plan__info-link {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #D63066;
  text-decoration-line: underline;
}
.s-form .container-xl .stepper-container {
  margin-top: 4rem;
  width: 100%;
}
.s-form .container-xl .stepper-container .step-indicators {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}
.s-form .container-xl .stepper-container .step-indicators::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #ccc;
  z-index: -1;
}
.s-form .container-xl .stepper-container .step:not(:first-child) {
  position: relative;
}
.s-form .container-xl .stepper-container .step:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50%;
  width: 50%;
  height: 4px;
  background-color: #ccc;
  z-index: 1;
}
.s-form .container-xl .stepper-container .step.active::before {
  background-color: transparent;
}
.s-form .container-xl .stepper-container .step {
  width: 4rem;
  height: 4rem;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
}
.s-form .container-xl .stepper-container .step.active {
  background-color: #D63066;
  color: white;
}
.s-form .container-xl .stepper-container .step-form {
  text-align: center;
  display: none;
}
.s-form .container-xl .stepper-container .step-form h3 {
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}
.s-form .container-xl .stepper-container .step-form .step-form__grid {
  text-align: left;
  margin-bottom: 3.4rem;
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 32px;
}
@media (max-width: 359px) {
  .s-form .container-xl .stepper-container .step-form .step-form__grid {
    margin-top: 3.2rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 360px) and (max-width: 959px) {
  .s-form .container-xl .stepper-container .step-form .step-form__grid {
    margin-top: 3.2rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.s-form .container-xl .stepper-container .step-form .step-form__grid .form-group label {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0.8rem;
}
.s-form .container-xl .stepper-container .step-form .step-form__grid .form-group input,
.s-form .container-xl .stepper-container .step-form .step-form__grid .form-group select {
  width: 100%;
  border: 0;
  border-radius: 0.8rem;
  padding: 1.6rem 2.4rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #0a386b;
  background: #fbfbfb;
  border: 0.5px solid #0a386b;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.s-form .container-xl .stepper-container .step-form .step-form__grid .form-group input:focus,
.s-form .container-xl .stepper-container .step-form .step-form__grid .form-group select:focus {
  border: 1px solid #1d73f2;
  box-shadow: 0px 0px 0px 0.5px #0a386b;
}
.s-form .container-xl .stepper-container .step-form .step-form__grid .form-group select {
  appearance: none;
  padding-right: 3.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%230a386b'%3E%3Cpath d='M8 10.5L1.5 4H14.5L8 10.5Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.6rem center;
}
.s-form .container-xl .stepper-container .step-form .step-form__grid .form-group select.up-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%230a386b'%3E%3Cpath d='M8 5.5L1.5 12H14.5L8 5.5Z'/%3E%3C/svg%3E");
}
.s-form .container-xl .stepper-container .step-form.active {
  display: block;
}
.s-form .container-xl .stepper-container button {
  background-color: #D63066;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 6px;
  font-size: 16px;
}
.s-form .container-xl .stepper-container button:not(:last-child) {
  margin-right: 6.4rem;
}
.s-form .container-xl .stepper-container button:hover {
  filter: brightness(0.9);
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 6px;
}

.close-modal {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-modal:hover,
.close-modal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.wrapper {display:flex; flex-direction:column; height:100%;}