/* Botão de vídeo menor só nos depoimentos */
.item-review .btn-primary {
  font-size: 0.95rem;
  padding: 0.35em 1em;
  height: 2.2em;
  min-width: 0;
  border-radius: 6px;
  line-height: 1.1;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  background: var(--color-primary, #294f21);
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: none;
  transition: background 0.2s;
  margin-top: 1rem;
  cursor: pointer;
}

.item-review .btn-video-modal:hover {
  background: var(--color-formulario, #1a2e13);
  color: var(--color-botao);
}

.item-review .btn-video-modal:hover svg path {
  fill: var(--color-botao);
}

@font-face {
  font-family: "Zapf Renaissance";
  src: url("../css/fonts/zapf-renaissance/Zapf Renaissance Book.ttf");
}

@font-face {
  font-family: "Vastago Grotesk";
  src: url("../css/fonts/vastago-grotesk/VastagoGrotesk-Light.otf");
  font-weight: 100;
}

@font-face {
  font-family: "Vastago Grotesk";
  src: url("../css/fonts/vastago-grotesk/VastagoGrotesk-Thin.otf");
  font-weight: 200;
}

@font-face {
  font-family: "Vastago Grotesk";
  src: url("../css/fonts/vastago-grotesk/VastagoGrotesk-Regular.otf");
  font-weight: 400;
}

@font-face {
  font-family: "Vastago Grotesk";
  src: url("../css/fonts/vastago-grotesk/VastagoGrotesk-Medium.otf");
  font-weight: 500;
}

@font-face {
  font-family: "Vastago Grotesk";
  src: url("../css/fonts/vastago-grotesk/VastagoGrotesk-SemiBold.otf");
  font-weight: 600;
}

@font-face {
  font-family: "Vastago Grotesk";
  src: url("../css/fonts/vastago-grotesk/VastagoGrotesk-Bold.otf");
  font-weight: 700;
}

@font-face {
  font-family: "Vastago Grotesk";
  src: url("../css/fonts/vastago-grotesk/VastagoGrotesk-Heavy.otf");
  font-weight: 800;
}

@font-face {
  font-family: "Vastago Grotesk";
  src: url("../css/fonts/vastago-grotesk/VastagoGrotesk-Black.otf");
  font-weight: 900;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background-color: #F3F2FA;
}

body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden;
  font-family: "Vastago Grotesk", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-primary);
}

.no-scroll {
  overflow: hidden;
}

body {
  font-family: "Vastago Grotesk", sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}

p {
  line-height: 1.6;
  margin-bottom: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container-full {
  width: 100%;
  max-width: 108.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}


@media screen and (max-width: 993px) {
  .container-full {
    padding-inline: 20px;
  }
}

.container {
  width: 100%;
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media screen and (max-width: 993px) {
  .container {
    padding-inline: 20px;
  }
}

.btn-whatsapp {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 4rem;
  padding-inline: 1rem;
  text-decoration: none;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  transition: 200ms;
}

.btn-whatsapp::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(86.06deg, #30C96B -4.52%, #3DA666 88.2%), #FFFFFF;
  position: absolute;
  inset: 0;
  transition: 200ms;
}

.btn-whatsapp svg {
  position: relative;
  z-index: 1;
}

.btn-whatsapp span {
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
  font-weight: 600;
  color: #FFFFFF;
}

.btn-whatsapp:hover {
  background-color: #2ffb7d;
}

.btn-whatsapp:hover::after {
  opacity: 0;
}

@media screen and (max-width: 993px) {
  .btn-whatsapp {
    width: 100%;
    max-width: 25rem;
  }

  .btn-whatsapp span {
    font-size: 1rem;
  }
}

.btn-ghost {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 4rem;
  padding-inline: 3.75rem;
  text-decoration: none;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #FFFFFF;
  font-size: 1.25rem;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 0;
  text-decoration: none;
  justify-content: center;
  transition: 200ms;
}

.btn-ghost:hover {
  color: var(--color-primary);
  background-color: #FFFFFF !important;
}

@media screen and (max-width: 993px) {
  .btn-ghost {
    height: 3.125rem;
    padding-inline: 1.25rem;
    font-size: 1rem;
  }
}

.btn-primary {
  height: 4rem;
  padding-inline: 3rem;
  background-color: var(--color-botao);
  text-decoration: none;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.25rem;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0;
  transition: 200ms;
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  background-color: var(--color-hover);
}

.btn-secondary {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 4.875rem;
  text-decoration: none;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--color-botao);
  font-size: 1.25rem;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 1.6;
  margin-inline: auto;
  transition: 200ms;
}

.btn-secondary:hover {
  background-color: var(--color-hover);
}

@media screen and (max-width: 993px) {
  .btn-secondary {
    height: 3.5rem;
    padding-inline: 2.5rem;
    width: 100%;
    max-width: 25rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 993px) {
  .page-01-home {
    padding-bottom: 4rem;
  }
}

.page-01-home .main-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding-block: 4rem;
  z-index: 10;
  transition: 200ms;
}

.page-01-home .main-header.active {
  background-color: var(--color-primary);
}

.page-01-home .main-header .container-full {
  display: flex;
  align-items: center;
  gap: 2.625rem;
}

.page-01-home .main-header .container-full nav {
  display: flex;
  align-items: center;
  gap: 5rem;
}

.page-01-home .main-header .container-full nav a {
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
}

.page-01-home .main-header .container-full .btn-menu-mobile {
  width: 1.25rem;
  height: 1.1875rem;
  position: relative;
  display: none;
}

.page-01-home .main-header .container-full .btn-menu-mobile span {
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #FFFFFF;
  position: absolute;
  transition: 200ms;
}

.page-01-home .main-header .container-full .btn-menu-mobile span:nth-of-type(1) {
  top: 0;
}

.page-01-home .main-header .container-full .btn-menu-mobile span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.page-01-home .main-header .container-full .btn-menu-mobile span:nth-of-type(3) {
  bottom: 1px;
}

.page-01-home .main-header .container-full .btn-menu-mobile.active span:nth-of-type(1) {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
}

.page-01-home .main-header .container-full .btn-menu-mobile.active span:nth-of-type(2) {
  transform: translateY(-50%);
  width: 0;
  opacity: 0;
  top: 50%;
}

.page-01-home .main-header .container-full .btn-menu-mobile.active span:nth-of-type(3) {
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  bottom: initial;
}

.page-01-home .main-header.active {
  padding-block: 1.25rem;
}

.page-01-home .main-header .menu-mobile {
  background-color: var(--color-primary);
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding-top: 1.25rem;
  transform: translateX(100%);
  transition: 200ms;
}

.page-01-home .main-header .menu-mobile .top {
  padding-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 20px;
  border-bottom: 1px solid #FFFFFF;
}

.page-01-home .main-header .menu-mobile .top img {
  width: 5.4375rem;
}

.page-01-home .main-header .menu-mobile .top .btn-menu-mobile {
  width: 1.25rem;
  height: 1.1875rem;
  position: relative;
}

.page-01-home .main-header .menu-mobile .top .btn-menu-mobile span {
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #FFFFFF;
  position: absolute;
  transition: 200ms;
}

.page-01-home .main-header .menu-mobile .top .btn-menu-mobile span:nth-of-type(1) {
  top: 0;
}

.page-01-home .main-header .menu-mobile .top .btn-menu-mobile span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.page-01-home .main-header .menu-mobile .top .btn-menu-mobile span:nth-of-type(3) {
  bottom: 1px;
}

.page-01-home .main-header .menu-mobile .top .btn-menu-mobile.active span:nth-of-type(1) {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
}

.page-01-home .main-header .menu-mobile .top .btn-menu-mobile.active span:nth-of-type(2) {
  transform: translateY(-50%);
  width: 0;
  opacity: 0;
  top: 50%;
}

.page-01-home .main-header .menu-mobile .top .btn-menu-mobile.active span:nth-of-type(3) {
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  bottom: initial;
}

.page-01-home .main-header .menu-mobile nav {
  padding-inline: 1.25rem;
  padding-block: 3rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.page-01-home .main-header .menu-mobile nav a {
  font-size: 1.25rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 1.26;
  text-decoration: none;
}

.page-01-home .main-header .menu-mobile .btn-whatsapp {
  width: calc(100% - 40px);
  max-width: initial;
  margin-inline: auto;
  margin-top: auto;
  margin-bottom: 1.25rem;
}

.page-01-home .main-header.show-menu-mobile .menu-mobile {
  transform: translateX(0);
}

@media screen and (max-width: 993px) {
  .page-01-home .main-header {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .page-01-home .main-header.active {
    padding-top: 1.25rem;
  }

  .page-01-home .main-header .container-full {
    justify-content: space-between;
  }

  .page-01-home .main-header .container-full .logo {
    width: 5.4375rem;
  }

  .page-01-home .main-header .container-full nav {
    display: none;
  }

  .page-01-home .main-header .container-full .btn-menu-mobile {
    display: block;
  }
}

.page-01-home .hero {
  background-color: var(--color-primary);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  aspect-ratio: 1920/966;
}

.page-01-home .hero .container-full {
  padding-block: 17.5rem;
}

.page-01-home .hero .container-full .box {
  max-width: 49.375rem;
}

.page-01-home .hero .container-full .box h1 {
  font-family: "Zapf Renaissance", sans-serif;
  font-size: 4rem;
  color: var(--color-banner);
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 1.5rem;
  max-width: 48.75rem;
}

.page-01-home .hero .container-full .box p {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--color-banner);
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.page-01-home .hero .container-full .box .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.page-01-home .hero .container-full .box .buttons .btn-ghost {
  background-color: var(--color-primary);
}

.page-01-home .hero .container-full .box ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.page-01-home .hero .container-full .box ul li {
  display: flex;
  align-items: center;
  gap: 0.4375rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-banner);
  letter-spacing: 0;
}

@media screen and (max-width: 1450px) {
  .page-01-home .hero {
    background-position: right -200px center;
  }
}

@media screen and (max-width: 1250px) {
  .page-01-home .hero {
    background-image: none;
  }
}

@media screen and (max-width: 993px) {
  .page-01-home .hero {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-color: unset;
  }

  .page-01-home .hero {
    aspect-ratio: 750/1500;
    width: 100%;
  }

  .page-01-home .hero .container-full {
    padding-top: 7.5rem;
    padding-bottom: 1rem;
  }

  .page-01-home .hero .container-full .box {
    max-width: initial;
  }

  .page-01-home .hero .container-full .box h1 {
    font-size: 2.25rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    max-width: 31.25rem;
  }

  .page-01-home .hero .container-full .box p {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }


  .page-01-home .hero .container-full .box .buttons .btn-ghost {
    padding-inline: 2.5rem;
    width: 100%;
    max-width: 28.125rem;
  }

  .page-01-home .hero .container-full .box ul {
    justify-content: center;
    margin-inline: auto;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    gap: 0.75rem;
  }

  .page-01-home .hero .container-full .box ul li {
    gap: 0.375rem;
  }

  .page-01-home .hero .container-full .box ul li.hidden-mobile {
    display: none;
  }
}


.page-01-home .resume {
  height: 7.1875rem;
  background-color: var(--color-secondary);
  margin-top: -87px;
}

.page-01-home .resume .container-full {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

.page-01-home .resume .container-full p {
  font-size: 2rem;
  font-weight: 400;
  color: #FFFFFF;
}

.page-01-home .resume .container-full p b {
  font-weight: 700;
}

@media screen and (max-width: 1550px) {
  .page-01-home .resume .container-full p {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 993px) {
  .page-01-home .resume {
    display: block;
    height: 4.1875rem;
    margin-top: -64px;
  }

  .page-01-home .resume .container-full {
    flex-wrap: wrap;
  }

  .page-01-home .resume .container-full svg {
    display: none;
  }
}

.page-01-home .for-you .container .top {
  padding-top: 11.625rem;
  padding-bottom: 10.375rem;
  display: flex;
  align-items: center;
  gap: 15px;
}

.page-01-home .for-you .container .top .left {
  width: 570px;
  max-widtH: 570px;
}

.page-01-home .for-you .container .top .cover {
  aspect-ratio: 1/1;
  max-width: 500px;
}

.page-01-home .for-you .container .top .cover img {
  display: block;
  margin-inline: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-01-home .for-you .container .top .left h2 {
  font-size: 2.25rem;
  font-weight: 400;
  color: var(--color-primary);
  line-height: 1.2;
  letter-spacing: 0;
  font-family: "Zapf Renaissance", sans-serif;
}

.page-01-home .for-you .container .top .left ul {
  list-style: none;
  margin-bottom: 1.875rem;
}

.page-01-home .for-you .container .top .left ul li {
  position: relative;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--color-primary);
  letter-spacing: 0;
  padding-block: 1.875rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.page-01-home .for-you .container .top .left ul li+li::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  left: 0;
  top: 0;
  background-color: #8382AC;
  width: 30.625rem;
}

.page-01-home .for-you .container .top .left .cover-mobile {
  display: none;
}

.page-01-home .for-you .container .top .left .box h3 {
  font-size: 1rem;
  font-weight: 500;
  color: #8382AC;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0.875rem;
}

@media screen and (max-width: 1440px) {
  .page-01-home .for-you .container .top .cover {
    max-width: 350px;
  }
}

@media screen and (max-width: 1100px) {
  .page-01-home .for-you .container .top {
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0rem;
  }

  .page-01-home .for-you .container .top .left {
    max-width: 100%;
    width: 100%;
  }

  .page-01-home .for-you .container .top .left h2 {
    font-size: 2rem;
    margin-bottom: 0.625rem;
  }

  .page-01-home .for-you .container .top .left ul {
    margin-bottom: 0.625rem;
  }

  .page-01-home .for-you .container .top .left ul li {
    padding-block: 1.25rem;
  }

  .page-01-home .for-you .container .top .left ul li svg {
    min-width: 14px;
  }

  .page-01-home .for-you .container .top .left ul li+li::after {
    width: 100%;
  }

  .page-01-home .for-you .container .top .left .cover-mobile {
    display: block;
    margin-inline: auto;
  }

  .page-01-home .for-you .container .top .left .cover-mobile img {
    display: block;
    margin-inline: auto;
    object-fit: contain;
    width: 100%;
  }

  .page-01-home .for-you .container .top .left .box h3 {
    font-size: 1rem;
    text-align: center;
  }

  .page-01-home .for-you .container .top .left .box .btn-primary {
    padding-block: 0;
    height: auto;
    height: 3.5rem;
    background-color: var(--color-primary);
    font-size: 1rem;
    margin-inline: auto;
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .page-01-home .for-you .container .top .cover {
    display: none;
  }
}

.page-01-home .how-we-help {
  margin-bottom: 12.5rem;
}

.page-01-home .how-we-help .container h2 {
  font-size: 2.25rem;
  font-weight: 400;
  color: var(--color-primary);
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 3rem;
  text-align: center;
  font-family: "Zapf Renaissance", sans-serif;
}

.page-01-home .how-we-help .container .wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  position: relative;
}

.page-01-home .how-we-help .container .wrapper .item {
  flex: 1;
}

.page-01-home .how-we-help .container .wrapper .item .icon {
  margin-bottom: 2rem;
  margin-inline: auto;
  width: 120px;
  height: 120px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.page-01-home .how-we-help .container .wrapper .item .icon img {}

.page-01-home .how-we-help .container .wrapper .item h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--color-primary);
  line-height: 1.2;
  margin-bottom: 0.5rem;
  text-align: center;
  font-family: "Zapf Renaissance", sans-serif;
}

.page-01-home .how-we-help .container .wrapper .item p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #8382AC;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}

.page-01-home .how-we-help .container .wrapper .separator {
  margin-top: 3rem;
}

.page-01-home .how-we-help .container .wrapper .separator svg.mobile {
  display: none;
}

@media screen and (max-width: 993px) {
  .page-01-home .how-we-help {
    margin-bottom: 5rem;
  }

  .page-01-home .how-we-help .container h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }

  .page-01-home .how-we-help .container .wrapper {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-bottom: 3rem;
  }

  .page-01-home .how-we-help .container .wrapper .item .icon {
    margin-bottom: 1rem;
    width: 6.25rem;
    height: 6.25rem;
  }

  .page-01-home .how-we-help .container .wrapper .item .icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .page-01-home .how-we-help .container .wrapper .item h3 {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
  }

  .page-01-home .how-we-help .container .wrapper .item p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .page-01-home .how-we-help .container .wrapper .separator {
    margin-top: 0;
    height: 70px;
    width: 24px;
    display: block;
  }

  .page-01-home .how-we-help .container .wrapper .separator svg {
    display: none;
  }

  .page-01-home .how-we-help .container .wrapper .separator svg.mobile {
    display: block;
  }
}

.page-01-home .section-mult-step {
  padding-block: 5rem;
  background-color: var(--color-primary);
  margin-bottom: 12.5rem;
}

.page-01-home .section-mult-step>.container h2 {
  font-size: 2.25rem;
  font-weight: 400;
  font-family: "Zapf Renaissance", sans-serif;
  line-height: 1.2;
  color: var(--color-formulario);
  text-align: center;
  margin-bottom: 1.875rem;
}

.page-01-home .section-mult-step>.container .steps-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 2rem;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  flex-wrap: wrap;
  max-width: 100%;
}

.page-01-home .section-mult-step>.container .steps-menu::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-formulario);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.page-01-home .section-mult-step>.container .steps-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  border: 1px solid var(--color-formulario);
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--color-formulario);
  letter-spacing: -0.4px;
  transition: 200ms;
  background-color: var(--color-primary);
  z-index: 2;
  position: relative;
}

.page-01-home .section-mult-step>.container .steps-menu a.active,
.page-01-home .section-mult-step>.container .steps-menu a.completed {
  background-color: var(--color-formulario);
  color: var(--color--primary);
}

.page-01-home .section-mult-step>.container .input-group label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: var(--color-formulario);
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.page-01-home .section-mult-step>.container .input-group input {
  display: block;
  width: 100%;
  height: 4rem;
  border-radius: 8px;
  background-color: var(--color-secondary);
  padding-inline: 2rem;
  border: 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
}

.page-01-home .section-mult-step>.container .input-group input::-moz-placeholder {
  color: #FFFFFF;
}

.page-01-home .section-mult-step>.container .input-group input::placeholder {
  color: #FFFFFF;
}

.page-01-home .section-mult-step>.container .input-group-select {
  position: relative;
}

.page-01-home .section-mult-step>.container .input-group-select .label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: var(--color-formulario);
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.page-01-home .section-mult-step>.container .input-group-select label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 4rem;
  border-radius: 8px;
  background-color: var(--color-secondary);
  padding-inline: 1.25rem;
  align-items: center;
  cursor: pointer;
}

.page-01-home .section-mult-step>.container .input-group-select label span {
  font-size: 0.875rem;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 0;
}

.page-01-home .section-mult-step>.container .input-group-select .input-select-modal {
  list-style: none;
  max-height: 160px;
  background-color: #FFFFFF;
  overflow-y: auto;
  width: 100%;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  border-radius: 8px;
  background-color: var(--color-secondary);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

.page-01-home .section-mult-step>.container .input-group-select .input-select-modal::-webkit-scrollbar {
  width: 6px;
}

.page-01-home .section-mult-step>.container .input-group-select .input-select-modal::-webkit-scrollbar-thumb {
  background-color: #3887f5;
}

.page-01-home .section-mult-step>.container .input-group-select .input-select-modal li {
  color: #FFFFFF;
  padding-inline: 1.25rem;
  padding-block: 0.3125rem;
  cursor: pointer;
  transition: 200ms;
}

.page-01-home .section-mult-step>.container .input-group-select .input-select-modal li:hover {
  background-color: #3887f5;
}

.page-01-home .section-mult-step>.container .input-group-select.active label svg {
  transform: scale(-1);
}

.page-01-home .section-mult-step>.container .input-group-select.active .input-select-modal {
  visibility: visible;
  opacity: 1;
}

.page-01-home .section-mult-step>.container .column-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
  margin-bottom: 0.5rem;
}

.page-01-home .section-mult-step>.container .column-2+.column-2 {
  margin-top: 1.875rem;
}

.page-01-home .section-mult-step>.container .column-3-1 {
  display: grid;
  grid-template-columns: 390px 1fr 1fr;
  gap: 1.875rem;
}

.page-01-home .section-mult-step>.container button {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  background-color: #FFFFFF;
  padding-inline: 6.875rem;
  border: 0;
  margin-top: 1.875rem;
  margin-inline: auto;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-primary);
  letter-spacing: 0;
  cursor: pointer;
  transition: 200ms;
}

.page-01-home .section-mult-step>.container button:hover {
  transform: scale(1.05);
}

.page-01-home .section-mult-step>.container .input-group-radio .label {
  display: block;
  font-size: 2.75rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 2.125rem;
  text-align: center;
}

.page-01-home .section-mult-step>.container .input-group-radio .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

.page-01-home .section-mult-step>.container .input-group-radio .wrapper div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-01-home .section-mult-step>.container .input-group-radio .wrapper div input {
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
  border: 1px solid #FFFFFF;
  transition: 200ms;
  cursor: pointer;
}

.page-01-home .section-mult-step>.container .input-group-radio .wrapper div input:checked {
  background-color: #FFFFFF;
  border: 3px solid #063D88;
  outline: 1px solid #FFFFFF;
}

.page-01-home .section-mult-step>.container .input-group-radio .wrapper div label {
  font-size: 1.25rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: -0.4px;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.page-01-home .section-mult-step>.container .input-group-checkbox {
  display: flex;
  gap: 0.5rem;
  max-width: 40.625rem;
  margin-inline: auto;
  margin-top: 3.125rem;
}

.page-01-home .section-mult-step>.container .input-group-checkbox input[type=checkbox] {
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 3px;
  border: 1px solid #FFFFFF;
  margin-top: 0.25rem;
  background-image: url(../images/icon-check.svg);
  background-position: center top -10px;
  transition: 200ms;
  background-repeat: no-repeat;
}

.page-01-home .section-mult-step>.container .input-group-checkbox input[type=checkbox]:checked {
  background-color: #FFFFFF;
  background-position: center center;
}

.page-01-home .section-mult-step>.container .input-group-checkbox label {
  flex: 1;
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
}

.page-01-home .section-mult-step>.container .input-group-checkbox label a {
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
}

.page-01-home .section-mult-step>.container .steps-control .step-item {
  display: none;
}

.page-01-home .section-mult-step>.container .steps-control .step-item.active {
  display: block;
}

.page-01-home .section-mult-step .form-sent {
  display: none;
}

.page-01-home .section-mult-step.is-sent {
  padding-block: 9.25rem;
}

.page-01-home .section-mult-step.is-sent>.container {
  display: none;
}

.page-01-home .section-mult-step.is-sent .form-sent {
  display: block;
}

.page-01-home .section-mult-step.is-sent .form-sent h2 {
  font-size: 4rem;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  font-family: "Zapf Renaissance", sans-serif;
  margin-bottom: 1.5rem;
}

.page-01-home .section-mult-step.is-sent .form-sent p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 2.5rem;
}

.page-01-home .section-mult-step.is-sent .form-sent .btn-whatsapp {
  margin-inline: auto;
}

@media screen and (max-width: 993px) {
  .page-01-home .section-mult-step {
    padding-block: 4rem;
    margin-bottom: 5.625rem;
  }

  .page-01-home .section-mult-step>.container h2 {
    font-size: 2rem;
    margin-bottom: 1.875rem;
  }

  .page-01-home .section-mult-step>.container .steps-menu {
    gap: 1rem;
  }

  .page-01-home .section-mult-step>.container .steps-menu a {
    width: 3rem;
    height: 3rem;
    font-size: 1.25rem;
  }

  .page-01-home .section-mult-step>.container .column-2 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .page-01-home .section-mult-step>.container .column-2+.column-2 {
    margin-top: 1.5rem;
  }

  .page-01-home .section-mult-step>.container .column-3-1 {
    grid-template-columns: 1fr 10.9375rem;
    gap: 0.75rem;
  }

  .page-01-home .section-mult-step>.container .input-group input {
    height: 3.5rem;
    font-size: 16px;
  }

  .page-01-home .section-mult-step>.container .input-group-select label {
    height: 3.5rem;
    padding-inline: 0.75rem;
  }

  .page-01-home .section-mult-step>.container .input-group-radio .label {
    font-size: 2.25rem;
    margin-bottom: 1.875rem;
    text-align: left;
  }

  .page-01-home .section-mult-step>.container .input-group-radio .wrapper {
    flex-direction: column;
    gap: 1.75rem;
    align-items: flex-start;
  }

  .page-01-home .section-mult-step>.container .input-group-checkbox {
    justify-content: flex-start;
    max-width: initial;
    margin-top: 1.875rem;
  }

  .page-01-home .section-mult-step>.container .input-group-checkbox label {
    text-align: left;
  }

  .page-01-home .section-mult-step>.container button {
    height: 3.5rem;
    width: 100%;
    font-size: 1rem;
  }

  .page-01-home .section-mult-step.is-sent {
    padding-block: 4rem;
  }

  .page-01-home .section-mult-step.is-sent .form-sent h2 {
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
  }

  .page-01-home .section-mult-step.is-sent .form-sent p {
    font-size: 1rem;
    margin-bottom: 1.75rem;
  }
}

@media screen and (max-width: 300px) {
  .page-01-home .section-mult-step .container .column-2 .column-3-1 {
    grid-template-columns: 1fr 4.6875rem;
  }
}

.page-01-home .cases-we-handle {
  margin-bottom: 12.5rem;
}

.page-01-home .cases-we-handle .container h2 {
  font-size: 2.25rem;
  font-weight: 400;
  color: var(--color-primary);
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 3rem;
  text-align: center;
}

.page-01-home .cases-we-handle .container .swiper {
  padding-bottom: 2.5rem;
}

.page-01-home .cases-we-handle .container .swiper .swiper-slide {
  height: 100%;
}

.page-01-home .cases-we-handle .container .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 99px;
  background-color: #D7D7E3;
  opacity: 1;
}

.page-01-home .cases-we-handle .container .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.page-01-home .cases-we-handle .container article {
  padding: 3.125rem 2rem 3rem;
  background-color: var(--color-primary);
  height: 100%;
}

.page-01-home .cases-we-handle .container article .icon {
  margin-bottom: 2.625rem;
  min-height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-01-home .cases-we-handle .container article h3 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "Zapf Renaissance", sans-serif;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #FFFFFF;
}

.page-01-home .cases-we-handle .container article p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 993px) {
  .page-01-home .cases-we-handle {
    margin-bottom: 5rem;
  }

  .page-01-home .cases-we-handle .container h2 {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }

  .page-01-home .cases-we-handle .container article {
    padding: 3.125rem 1.75rem 3rem;
  }

  .page-01-home .cases-we-handle .container article .icon {
    height: 6.25rem;
    max-width: 106px;
    margin-inline: auto;
    margin-bottom: 1.4rem;
  }

  .page-01-home .cases-we-handle .container article .icon svg {
    display: block;
    width: 100%;
    max-height: 100%;
  }

  .page-01-home .cases-we-handle .container article h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
  }

  .page-01-home .cases-we-handle .container article p {
    font-size: 1.25rem;
    line-height: 1.4rem;
  }

  .page-01-home .cases-we-handle .container .swiper {
    width: calc(100% + 20px);
  }
}

.page-01-home .why-us {
  margin-bottom: 12.5rem;
}

.page-01-home .why-us .container {
  display: grid;
  grid-template-columns: 1fr 33.125rem;
  gap: 3.75rem;
}

.page-01-home .why-us .container .left h2 {
  font-size: 2.25rem;
  font-weight: 400;
  color: var(--color-primary);
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-family: "Zapf Renaissance", sans-serif;
}

.page-01-home .why-us .container .left p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #8382AC;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.page-01-home .why-us .container .right .item {
  border: 1px solid var(--color-primary);
  padding: 1rem 1.5rem;
}

.page-01-home .why-us .container .right .item+.item {
  margin-top: 0.5rem;
}

.page-01-home .why-us .container .right .item h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 0.3125rem;
  color: var(--color-primary);
}

.page-01-home .why-us .container .right .item p {
  max-width: 29.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #8382AC;
}

.page-01-home .why-us .container .right .btn-secondary {
  display: none;
}

@media screen and (max-width: 993px) {
  .page-01-home .why-us {
    margin-bottom: 5rem;
  }

  .page-01-home .why-us .container {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .page-01-home .why-us .container .left h2 {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 0;
  }

  .page-01-home .why-us .container .left p {
    font-size: 1rem;
    margin-bottom: 0;
  }

  .page-01-home .why-us .container .left .btn-primary {
    display: none;
  }

  .page-01-home .why-us .container .right .item {
    padding: 1rem 1.5rem;
  }

  .page-01-home .why-us .container .right .item h3 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }

  .page-01-home .why-us .container .right .item p {
    font-size: 0.875rem;
  }

  .page-01-home .why-us .container .right .btn-secondary {
    display: flex;
    margin-top: 1.5rem;
  }
}

.page-01-home .faq {
  margin-bottom: 12.5rem;
}

.page-01-home .faq .container h2 {
  font-size: 2.25rem;
  font-weight: 400;
  color: var(--color-primary);
  line-height: 1.2;
  font-family: "Zapf Renaissance", sans-serif;
}

.page-01-home .faq .container .faq-item {
  padding-block: 2rem;
}

.page-01-home .faq .container .faq-item+.faq-item {
  border-top: 1px solid #D7D7D7;
}

.page-01-home .faq .container .faq-item:last-of-type {
  border-bottom: 1px solid #D7D7D7;
}

.page-01-home .faq .container .faq-item .faq-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-01-home .faq .container .faq-item .faq-top h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #4D4D4D;
  letter-spacing: 0;
  transition: 200ms;
  width: calc(100% - 30px);
}

.page-01-home .faq .container .faq-item .faq-top svg.active {
  display: none;
}

.page-01-home .faq .container .faq-item .faq-desc {
  max-height: 0;
  transition: 200ms;
  overflow: hidden;
  opacity: 0;
  padding-top: 0.625rem;
}

.page-01-home .faq .container .faq-item .faq-desc p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #8382AC;
  letter-spacing: 0;
  line-height: 1.5;
}

.page-01-home .faq .container .faq-item.active .faq-top h3 {
  color: var(--color-primary);
}

.page-01-home .faq .container .faq-item.active .faq-top svg {
  display: none;
}

.page-01-home .faq .container .faq-item.active .faq-top svg.active {
  display: block;
}

.page-01-home .faq .container .faq-item.active .faq-desc {
  max-height: 1000px;
  opacity: 1;
}

@media screen and (max-width: 993px) {
  .page-01-home .faq {
    margin-bottom: 5rem;
  }

  .page-01-home .faq .container h2 {
    font-size: 2rem;
    line-height: 1.4;
  }

  .page-01-home .faq .container .faq-item {
    padding-block: 1rem;
  }

  .page-01-home .faq .container .faq-item .faq-top h3 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .page-01-home .faq .container .faq-item .faq-desc p {
    font-size: 0.875rem;
  }
}

.page-01-home .inside-ccm {
  margin-bottom: 12.5rem;
}

.page-01-home .inside-ccm .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}

.page-01-home .inside-ccm .container .left h2 {
  font-size: 2.25rem;
  font-weight: 400;
  color: var(--color-primary);
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "Zapf Renaissance", sans-serif;
  margin-bottom: 1.5rem;
}

.page-01-home .inside-ccm .container .left p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #8382AC;
  letter-spacing: 0;
  line-height: 1.5;
}

.page-01-home .inside-ccm .container .left p+p {
  margin-top: 1.5625rem;
}

.page-01-home .inside-ccm .container .left ul {
  margin-top: 2rem;
  list-style: none;
  margin-bottom: 2.5rem;
}

.page-01-home .inside-ccm .container .left ul li {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-primary);
  letter-spacing: 0;
  line-height: 1.5;
}

.page-01-home .inside-ccm .container .left ul li+li {
  margin-top: 1.5rem;
}

.page-01-home .inside-ccm .container .cover img {
  display: block;
  width: 100%;
}

.page-01-home .inside-ccm .container .cover .btn-secondary {
  display: none;
}

@media screen and (max-width: 993px) {
  .page-01-home .inside-ccm {
    margin-bottom: 5rem;
  }

  .page-01-home .inside-ccm .container {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .page-01-home .inside-ccm .container .left h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 1.4;
  }

  .page-01-home .inside-ccm .container .left p {
    font-size: 1rem;
  }

  .page-01-home .inside-ccm .container .left ul {
    margin-bottom: 0;
  }

  .page-01-home .inside-ccm .container .left ul li {
    font-size: 1rem;
  }

  .page-01-home .inside-ccm .container .left ul li+li {
    margin-top: 1.5rem;
  }

  .page-01-home .inside-ccm .container .left .btn-primary {
    display: none;
  }

  .page-01-home .inside-ccm .container .cover img {
    max-width: 400px;
  }

  .page-01-home .inside-ccm .container .cover .btn-secondary {
    display: flex;
    margin-top: 1.5rem;
  }
}

.page-01-home .reviews {
  margin-bottom: 12.5rem;
}

.page-01-home .reviews .container h2 {
  font-size: 2.25rem;
  font-weight: 400;
  color: var(--color-primary);
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  font-family: "Zapf Renaissance", sans-serif;
  margin-bottom: 3rem;
}

.page-01-home .reviews .container .item-review {
  padding: 2rem;
  background-color: #D7D7E3;
}

.page-01-home .reviews .container .item-review header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.1875rem;
}

.page-01-home .reviews .container .item-review header .left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.page-01-home .reviews .container .item-review header .left img {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 999px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 3px solid var(--color-primary);
}

.page-01-home .reviews .container .item-review header .left span {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Zapf Renaissance", sans-serif;
  color: var(--color-primary);
}

.page-01-home .reviews .container .item-review p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 1.5;
}

.page-01-home .reviews .container .reviews-wrapper {
  position: relative;
}

.page-01-home .reviews .container .reviews-wrapper .reviews-wrapper-button-left,
.page-01-home .reviews .container .reviews-wrapper .reviews-wrapper-button-right {
  position: absolute;
  top: calc(50% - 24px);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}

.page-01-home .reviews .container .reviews-wrapper .reviews-wrapper-button-left {
  transform: rotate(180deg) translateY(50%);
}

.page-01-home .reviews .container .reviews-wrapper .reviews-wrapper-button-right {
  right: 0;
  left: initial;
}

.page-01-home .reviews .container .reviews-wrapper .reviews-wrapper-button-left.is-disabled,
.page-01-home .reviews .container .reviews-wrapper .reviews-wrapper-button-right.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.page-01-home .reviews .container .swiper-review {
  max-width: 54.375rem;
  padding-bottom: 2.75rem;
}

.page-01-home .reviews .container .swiper-review .swiper-button-next,
.page-01-home .reviews .container .swiper-review .swiper-button-prev {
  display: none;
}

.page-01-home .reviews .container .swiper-review .swiper-pagination {
  bottom: 0;
}

.page-01-home .reviews .container .swiper-review .swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #D7D7E3;
  opacity: 1;
}

.page-01-home .reviews .container .swiper-review .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@media screen and (max-width: 993px) {
  .page-01-home .reviews {
    margin-bottom: 5rem;
  }

  .page-01-home .reviews .container h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .page-01-home .reviews .container .reviews-wrapper .reviews-wrapper-button-left,
  .page-01-home .reviews .container .reviews-wrapper .reviews-wrapper-button-right {
    display: none;
  }
}

.page-01-home .location {
  margin-bottom: 7.5rem;
}

.page-01-home .location .container h2 {
  font-size: 2.25rem;
  font-weight: 400;
  color: var(--color-primary);
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "Zapf Renaissance", sans-serif;
  text-align: center;
  margin-bottom: 3rem;
}

.page-01-home .location .container .card-map {
  margin-bottom: 3.75rem;
}

.page-01-home .location .container .card-map .embed {
  aspect-ratio: 1080/270;
  width: 100%;
  background-color: #4D4D4D;
}

.page-01-home .location .container .card-map .embed iframe {
  width: 100%;
  height: 100%;
}

.page-01-home .location .container .card-map footer {
  padding-inline: 1.5rem;
  padding-block: 1.25rem;
  background-color: var(--color-primary);
}

.page-01-home .location .container .card-map footer .top {
  display: flex;
  gap: 0.75rem;
}

.page-01-home .location .container .card-map footer .top svg {
  margin-top: 0.25rem;
}

.page-01-home .location .container .card-map footer .top p {
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
}

.page-01-home .location .container .card-map footer .only-mobile {
  display: none;
}

@media screen and (max-width: 993px) {
  .page-01-home .location .container .card-map footer .only-mobile {
    display: block;
    margin-top: 0.625rem;
  }

  .page-01-home .location .container .card-map footer .only-mobile .btn-ghost {
    width: 100%;
    margin-bottom: 0.3125rem;
  }

  .page-01-home .location .container .card-map footer .only-mobile .btn-uber {
    height: 3.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #272727;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    color: #FFFFFF;
  }
}

.page-01-home .location .container .box h3 {
  font-size: 1rem;
  font-weight: 500;
  color: #8382AC;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0.75rem;
}

.page-01-home .location .container .box .btn-whatsapp {
  margin-inline: auto;
}

@media screen and (max-width: 993px) {
  .page-01-home .location {
    margin-bottom: 3.875rem;
  }

  .page-01-home .location .container h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .page-01-home .location .container .card-map {
    margin-bottom: 1.875rem;
  }

  .page-01-home .location .container .card-map .embed {
    height: 268px;
    aspect-ratio: initial;
  }
}

.page-01-home .talk-by-whatsapp {
  background-size: cover;
  padding-block: 6.75rem;
  max-width: 68.125rem;
  margin-inline: auto;
  margin-bottom: 5rem;
  aspect-ratio: 1090/450;
}

.page-01-home .talk-by-whatsapp h2 {
  font-size: 2.25rem;
  font-weight: 400;
  color: var(--color-whatsapp);
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "Zapf Renaissance", sans-serif;
  text-align: center;
  margin-bottom: 0.5rem;
}

.page-01-home .talk-by-whatsapp p {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--color-whatsapp);
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  text-align: center;
}

.page-01-home .talk-by-whatsapp .btn-whatsapp {
  margin-inline: auto;
  margin-bottom: 1rem;
}

.page-01-home .talk-by-whatsapp .btn-more {
  font-size: 20px;
  cursor: pointer;
  font-weight: 600;
  color: var(--color-whatsapp);
  text-align: center;
  margin-inline: auto;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  background: none;
  border: none;
  border-bottom: solid 1px var(--color-whatsapp);
}

@media screen and (max-width: 993px) {
  .page-01-home .talk-by-whatsapp {
    padding-block: 5rem;
    padding-inline: 1.25rem;
    backgroudn-size: cover;
    width: calc(100% - 2.4rem);
    height: auto;
    aspect-ratio: 1/1;
  }

  .page-01-home .talk-by-whatsapp h2 {
    font-size: 2rem;
    margin-bottom: 0.75rem;
  }

  .page-01-home .talk-by-whatsapp p {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .page-01-home .talk-by-whatsapp .btn-whatsapp {
    margin-bottom: 1.5rem;
    padding-inline: 1.125rem;
  }

  .page-01-home .talk-by-whatsapp .btn-more {
    font-size: 1rem;
  }
}

.page-01-home .main-footer {
  background-color: #0C3A79;
}

.page-01-home .main-footer .top {
  padding-top: 3.75rem;
  padding-bottom: 1.5rem;
  background-color: var(--color-primary);
  letter-spacing: 1px;
}

.page-01-home .main-footer .top .container-full {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.page-01-home .main-footer .top .container-full .item h2 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-family: "Zapf Renaissance", sans-serif;
  letter-spacing: 0.5px;
}

.page-01-home .main-footer .top .container-full .item ul {
  list-style: none;
}

.page-01-home .main-footer .top .container-full .item ul li {
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-01-home .main-footer .top .container-full .item ul li+li {
  margin-top: 0.875rem;
}

.page-01-home .main-footer .top .container-full .item ul li a {
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 1.6;
}

.page-01-home .main-footer .top .container-full .item ul li a img {
  position: relative;
  top: 5px;
  height: 20px;
  margin-right: 5px;
}

.page-01-home .main-footer .top .container-full .item p {
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: left;
}

.page-01-home .main-footer .top>p {
  text-align: center;
  margin-top: 3rem;
  font-size: 0.75rem;
  color: #FFFFFF;
}

.page-01-home .main-footer .bottom {
  height: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-secondary);
}

@media screen and (max-width: 1480px) {
  .page-01-home .main-footer .top .container-full {
    gap: 2.5rem;
    flex-wrap: wrap;
  }

  .page-01-home .main-footer .top .container-full .logo {
    margin-right: 100%;
    margin-left: auto;
  }

  .page-01-home .main-footer .top .container-full .item h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 1480px) {
  .page-01-home .main-footer .top .container-full {
    flex-direction: column;
    gap: 0;
  }

  .page-01-home .main-footer .top .container-full .logo {
    margin-bottom: 1.5rem;
  }

  .page-01-home .main-footer .top .container-full .item+.item {
    margin-top: 3rem;
  }
}

.page-01-home .modal {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: 200ms;
}

.page-01-home .modal.modal-time .modal-content {
  padding: 4rem;
  border-radius: 36px;
  background-color: #FFFFFF;
  max-width: 51.75rem;
  position: relative;
  height: 64vh;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modal-time .input-group input[type=text] {
  width: 100%;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 8px;
  margin-bottom: 2rem;
  font-size: 16px;
}

.page-01-home .modal.modal-time .modal-content h2 {
  max-width: 36.25rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: #4D4D4D;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "Zapf Renaissance", sans-serif;
  margin-bottom: 1.5rem;
}

.page-01-home .modal.modal-time .modal-content .btn-close {
  position: absolute;
  top: 4.625rem;
  right: 4rem;
  line-height: 0;
  background-color: transparent;
  cursor: pointer;
  border: 0;
}

.page-01-home .modal.modal-time .modal-content .card-time {
  border: 1px solid #BFBFBF;
  border-radius: 8px;
  padding: 0.875rem;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #FFF;
}


.page-01-home .modal.modal-time .modal-content .list-time {
  margin-top: 1rem;
  max-height: 220px;
  overflow-y: auto;
  padding-right: 6px;
}

.page-01-home .modal.modal-time .modal-content .card-time .day,
.page-01-home .modal.modal-time .modal-content .card-time .number,
.page-01-home .modal.modal-time .modal-content .card-time .month {
  display: block;
  text-align: center;
}

.page-01-home .modal.modal-time .modal-content .card-time .day {
  font-size: 1rem;
  font-weight: 500;
  color: #BFBFBF;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.page-01-home .modal.modal-time .modal-content .card-time .number {
  font-size: 2rem;
  font-weight: 700;
  color: #4D4D4D;
  letter-spacing: 0;
  line-height: 1.6;
}

.page-01-home .modal.modal-time .modal-content .card-time .month {
  font-size: 1.25rem;
  font-weight: 500;
  color: #4D4D4D;
  text-transform: uppercase;
}

.page-01-home .modal.modal-time .modal-content .card-time.active {
  background-color: var(--color-primaryCC);
  border-color: var(--color-primary);
}

.page-01-home .modal.modal-time .modal-content .card-time.active .day,
.page-01-home .modal.modal-time .modal-content .card-time.active .number,
.page-01-home .modal.modal-time .modal-content .card-time.active .month {
  color: #FFFFFF;
}

.page-01-home .modal.modal-time .modal-content .custom-swiper {
  position: relative;
}

.page-01-home .modal.modal-time .modal-content .custom-swiper .custom-swiper-button-prev,
.page-01-home .modal.modal-time .modal-content .custom-swiper .custom-swiper-button-next {
  position: absolute;
  top: 37px;
  background-color: var(--color-primary);
  width: 1.25rem;
  height: 2.5rem;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  cursor: pointer;
}

.page-01-home .modal.modal-time .modal-content .custom-swiper .custom-swiper-button-prev {
  left: -16px;
}

.page-01-home .modal.modal-time .modal-content .custom-swiper .custom-swiper-button-next {
  right: -3px;
}

.page-01-home .modal.modal-time .modal-content .swiper-time::-webkit-scrollbar {
  width: 6px;
}

.page-01-home .modal.modal-time .modal-content .swiper-time::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.page-01-home .modal.modal-time .modal-content .swiper-time::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-primaryCC) 100%);
  border-radius: 10px;
  transition: background 0.3s ease;
}

.page-01-home .modal.modal-time .modal-content .swiper-time::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--color-primaryCC) 0%, var(--color-primary) 100%);
}



.page-01-home .modal.modal-time .modal-content .list-time::-webkit-scrollbar {
  width: 6px;
}

.page-01-home .modal.modal-time .modal-content .list-time::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.page-01-home .modal.modal-time .modal-content .list-time::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-primaryCC) 100%);
  border-radius: 10px;
  transition: background 0.3s ease;
}

.page-01-home .modal.modal-time .modal-content .list-time::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--color-primaryCC) 0%, var(--color-primary) 100%);
}

.page-01-home .modal.modal-time .modal-content .list-time .column {
  padding-bottom: 15px;
}

.page-01-home .modal.modal-time .modal-content .list-time .column .text {
  border: 1px solid #BFBFBF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #565656;
  cursor: pointer;
}

.page-01-home .modal.modal-time .modal-content .list-time .column .text+.text,
.page-01-home .modal.modal-time .modal-content .list-time .column .text+.empty {
  margin-top: 1rem;
}

.page-01-home .modal.modal-time .modal-content .list-time .column .text.active {
  background-color: var(--color-primary);
  color: #FFFFFF;
}

.page-01-home .modal.modal-time .modal-content .list-time .column .empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #565656;
}

.page-01-home .modal.modal-time .modal-content .list-time .column .empty+.text,
.page-01-home .modal.modal-time .modal-content .list-time .column .empty+.empty {
  margin-top: 1rem;
}

.page-01-home .modal.modal-time .modal-content .btn-secondary {
  max-width: 100%;
  width: 100vw;
  border: none;
  min-height: 4rem;
  cursor: pointer;
}

@media screen and (max-width: 993px) {
  .page-01-home .modal.modal-time {
    align-items: flex-end;
  }

  .page-01-home .modal.modal-time .modal-content .btn-close {
    top: 2.625rem;
    right: 2rem;
  }

  .page-01-home .modal.modal-time .modal-content {
    padding: 2.1875rem 1.25rem 0rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: initial;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    height: 85vh;
    overflow-y: hidden;
  }

  .page-01-home .modal.modal-time .modal-content .modal-body {
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-01-home .modal.modal-time .modal-content::after {
    content: "";
    display: block;
    width: 5.375rem;
    height: 0.1875rem;
    border-radius: 99px;
    background-color: #EDEDED;
    position: absolute;
    top: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .page-01-home .modal.modal-time .modal-content h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .page-01-home .modal.modal-time .modal-content .swiper {
    width: 100%;
    height: 62vh;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .page-01-home .modal.modal-time .modal-content .list-time {
    max-height: 45vh;
  }


  .page-01-home .modal.modal-time .modal-content .custom-swiper .swiper {
    width: 100%;
    margin-left: 0;
  }

  .page-01-home .modal.modal-time .modal-content .custom-swiper .custom-swiper-button-prev {
    left: -10px;
  }

  .page-01-home .modal.modal-time .modal-content .custom-swiper .custom-swiper-button-next {
    right: -10px;
  }

  .page-01-home .modal.modal-time .modal-content .list-time {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0;
  }

  .page-01-home .modal.modal-time .modal-content .btn-secondary {
    width: 100%;
    margin-left: 0;
    padding-inline: 0;
    height: 4.0625rem;
  }
}

.page-01-home .modal.modal-confirmation .modal-content {
  padding-top: 10.5rem;
  padding-bottom: 4.625rem;
  padding-inline: 4rem;
  border-radius: 36px;
  background-color: #FFFFFF;
  max-width: 51.75rem;
  position: relative;
  width: 100%;
}

.page-01-home .modal.modal-confirmation .modal-content .btn-close {
  position: absolute;
  top: 4.625rem;
  right: 4rem;
  line-height: 0;
  background-color: transparent;
  cursor: pointer;
  border: 0;
}

.page-01-home .modal.modal-confirmation .modal-content>svg {
  display: block;
  margin-inline: auto;
  margin-bottom: 2rem;
}

.page-01-home .modal.modal-confirmation .modal-content h2 {
  font-size: 2.25rem;
  font-weight: 400;
  color: #4D4D4D;
  letter-spacing: 2px;
  font-family: "Zapf Renaissance", sans-serif;
  text-align: center;
  margin-bottom: 0.5rem;
}

.page-01-home .modal.modal-confirmation .modal-content p {
  font-size: 1.25rem;
  font-weight: 500;
  color: #4D4D4D;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.page-01-home .modal.modal-confirmation .modal-content .btn-secondary {
  width: 100%;
  max-width: initial;
  border: none;
}

@media screen and (max-width: 993px) {
  .page-01-home .modal.modal-confirmation {
    align-items: flex-end;
  }

  .page-01-home .modal.modal-confirmation .modal-content {
    max-width: initial;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-inline: 1.25rem;
  }

  .page-01-home .modal.modal-confirmation .modal-content .btn-close {
    top: 2.5rem;
    right: 2.5rem;
  }

  .page-01-home .modal.modal-confirmation .modal-content>svg {
    width: 80px;
    height: 5rem;
    margin-bottom: 40px;
  }

  .page-01-home .modal.modal-confirmation .modal-content h2 {
    font-size: 2rem;
  }

  .page-01-home .modal.modal-confirmation .modal-content p {
    font-size: 1rem;
    margin-bottom: 3.75rem;
  }
}

.page-01-home .modal.active {
  visibility: visible;
  opacity: 1;
}

.page-01-home .btn-whatsapp-float {
  background: linear-gradient(86.06deg, #30C96B -4.52%, #3DA666 88.2%);
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  padding-inline: 2.5rem;
  height: 4rem;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  position: fixed;
  right: 2.5rem;
  bottom: 2.5rem;
  font-size: 20;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0;
  text-decoration: none;
  transition: 200ms;
  z-index: 4;
  justify-content: center;
}

.page-01-home .btn-whatsapp-float:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 993px) {
  .page-01-home .btn-whatsapp-float {
    width: 100%;
    right: 0;
    bottom: 0;
    border: 0;
    border-radius: 0;
  }



  .page-01-home .btn-whatsapp-float:hover {
    transform: scale(1);
  }
}

.grecaptcha-badge {
  display: none;
}

.cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: calc(16px + env(safe-area-inset-bottom, 0));
  display: flex;
  justify-content: center;
  z-index: 9999;
  pointer-events: none;
}

.cookie-consent__card {
  max-width: 980px;
  width: min(94vw, 980px);
  background: #f6f7f9;
  color: #222;
  border: 1px solid var(--cc-border);
  box-shadow: var(--cc-shadow);
  border-radius: var(--cc-radius);
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px 16px;
  align-items: center;
  pointer-events: auto;
}

.cookie-consent .cookie-consent__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px 0;
  line-height: 1.25;
  color: #222 !important;
}

.cookie-consent .cookie-consent__card * {
  font-family: 'Segoe UI', sans-serif !important;
}

. .cookie-consent__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--cc-muted) !important;
}

.cookie-consent__actions {
  display: inline-flex;
  gap: 10px;
  justify-self: end;
}

@media(max-width: 991px) {
  .cookie-consent__actions {
    flex-direction: column;
  }
}

.cc-btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1;
  transition: transform .06s ease, box-shadow .2s ease, background-color .2s ease;
}

.cc-btn:focus-visible {
  outline: 2px solid var(--cc-primary);
  outline-offset: 2px;
}

.cc-btn--primary {
  background: var(--color-botao);
  color: #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.cc-btn--primary:hover {
  transform: translateY(-1px);
}

.cc-btn--ghost {
  background: transparent;
  color: #222;
  border: 1px solid var(--cc-border);
}

.cookie-consent a {
  color: var(--cc-link);
  text-decoration: underline;
  text-underline-offset: 2px;
}


/* WhatsApp Form */
.form-wpp {
  position: fixed;
  bottom: -125px;
  right: -40px;
  opacity: 0;
  border-radius: 8px;
  width: max(350px, 30%);
  overflow: hidden;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-blend-mode: lighten;
  background-color: #d9d9d9;
  box-shadow: 0 0 25px -5px #8c8c8c;
  transition: all 250ms ease;
  transform: scale(0);
}

.form-wpp.active {
  transform: scale(1);
  bottom: 70px;
  right: 15px;
  opacity: 1;
}

.form-wpp .fw-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(158deg, #30C96B 0%, #3CA765 100%) #30C96B;
  padding: 15px 24px 13px;
  color: white;
  font-size: 18px;
  box-shadow: 5px 0px 40px 15px white;
}

.form-wpp .fw-header img {
  width: 30px;
  aspect-ratio: 1;
  object-fit: cover;
}

.form-wpp .fw-content {
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 16px;
}

.form-wpp :is(input, textarea, button) {
  width: 100%;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  border: 1px solid #0dc152;
  outline: none;
  font-size: 14px;
}

.form-wpp h5 {
  color: #404041;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}

.form-wpp h5 a {
  text-decoration: underline;
  font-weight: 600;
}

.form-wpp button {
  background: linear-gradient(158deg, #30C96B 0%, #3CA765 100%) #30C96B;
  color: white;
  cursor: pointer;
  transition: all 200ms ease;
}

.form-wpp .btn-close {
  background: transparent;
  border: 0;
  padding: 0;
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: inherit;
  position: absolute;
  right: 20px;
}

.form-wpp button:is(:hover, :focus-visible) {
  background-color: #30C96B;
}

.form-wpp a {
  color: inherit;
}

.btn-whatsapp-float {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
  padding: 1.2rem;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 120.1%;
  letter-spacing: 0;
  background: linear-gradient(158deg, #30C96B 0%, #3CA765 100%) #30C96B;
  transition: background 0.3s ease;
  z-index: 4;
  border: none;
  cursor: pointer;
}

.btn-whatsapp-float:hover {
  background: #30C96B;
}

/* global loader styles */
#global-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
}

#global-loader[aria-hidden="true"] {
  display: none !important;
}

#global-loader .gl-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(1px);
}

#global-loader .gl-spinner {
  position: relative;
  z-index: 100000;
  width: 72px;
  height: 24px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.gl-spinner div {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  animation: gl-bounce 1.2s infinite ease-in-out;
  opacity: 0.95;
}

.gl-spinner .gl-bounce1 {
  animation-delay: -0.32s;
}

.gl-spinner .gl-bounce2 {
  animation-delay: -0.16s;
}

.gl-spinner .gl-bounce3 {
  animation-delay: 0s;
}

@keyframes gl-bounce {

  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}


/* Swiper time controls: pill-shaped blue buttons like provided design */
.swiper-time {
  position: relative;
  height: 335px;
  /* overflow-y: scroll; removido para scrollar só a lista de horários */
}

.swiper-time .swiper-button-prev,
.swiper-time .swiper-button-next {
  position: absolute;
  top: 22% !important;
  transform: translateY(-50%);
  background: var(--color-primary);
  /* primary blue */
  color: #fff;
  border: 3px solid rgba(255, 255, 255, 0.12);
  /* light outline */
  width: 20px;
  height: 40px;
  /* taller pill */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  /* rounded pill */
  cursor: pointer;
  z-index: 60;
  font-size: 22px;
  line-height: 1;
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.04) inset, 0 6px 18px rgba(11, 94, 215, 0.18);
  transition: transform 120ms ease, box-shadow 120ms ease, background-color 120ms ease;
  -webkit-tap-highlight-color: transparent;
}

.swiper-time .swiper-button-prev {
  left: 8px;
}

.swiper-time .swiper-button-next {
  right: 8px;
}

.swiper-time .swiper-button-prev:hover,
.swiper-time .swiper-button-next:hover {
  transform: translateY(-50%) scale(1.02);
  background: var(--color-primary)20;
  box-shadow: 0 6px 22px rgba(11, 94, 215, 0.22);
}

/* Make the chevrons visually centered and white; use heavier weight for clarity */
.swiper-time .swiper-button-prev:focus,
.swiper-time .swiper-button-next:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(11, 94, 215, 0.18);
}

.swiper-time .swiper-button-prev::after,
.swiper-time .swiper-button-next::after {
  color: #fff;
  /* white chevron */
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
}

@media screen and (max-width: 1300px) {
  .form-wpp .btn-close {
    right: 15px;
  }

  .form-wpp .fw-header {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {


  .swiper-time .swiper-button-prev,
  .swiper-time .swiper-button-next {
    top: 15% !important;
  }
}

.news-slider-section {
  margin-bottom: 5rem;
}

.news-slider-section {
  padding: 56px 0 32px 0;
  background: #f7f9fb;
}

.news-slider-title {
  text-align: center;
  font-size: 2.1em;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 0.2em;
  letter-spacing: -0.5px;
}

.news-slider-desc {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2.2em auto;
  color: #6c7a89;
  font-size: 1.13em;
}

.swiper-news {
  margin-top: 0.5em;
  padding-bottom: 2.5em;
}

.news-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px #e6e9f0;
  min-height: 570px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  transition: box-shadow 0.2s;
}

/* Force row layout only for the news swiper so other cards aren't affected */
.swiper-news .news-card-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  gap: 2.5em !important;
  flex-wrap: nowrap !important;
  border: 1px solid var(--color-primary);
  border-radius: 0;
  overflow: hidden;
}

/* explicit children sizing and ordering to guarantee image on right */
.swiper-news .news-card-row>.news-card-content {
  order: 1 !important;
  flex: 0 0 50% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  min-width: 0 !important;
  padding-left: 30px;
  padding-top: 30px;
}

.swiper-news .news-card-row>.news-img-wrap.news-img-right {
  order: 2 !important;
  flex: 0 0 50% !important;
  max-width: 50% !important;
  border-radius: 0;
  position: relative;
  /* Ensure the right-side image wrapper stretches to match the card height
         so the absolutely-positioned image inside can fill it (object-fit: cover). */
  align-self: stretch !important;
  height: 568px;
}



/* make nav buttons visible and above slides */
.swiper-news .swiper-button-next,
.swiper-news .swiper-button-prev {
  color: var(--color-primary);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  opacity: 1;
}

.swiper-news .swiper-button-next {
  right: 8px;
}

.swiper-news .swiper-button-prev {
  left: 8px;
}

.news-img-wrap {
  flex: 0 1 40%;
  width: 100%;
  min-width: 180px;
  max-width: 420px;
  /* allow the wrap to stretch to the card height so image can fill it */
  height: 100%;
  background: #e9eef5;
  border-radius: 12px;
  overflow: hidden;
  display: block;
  /* use block so child img can fill height */
  position: relative;
  /* create positioning context for img */
  margin-bottom: 0;
}

.news-img-right {
  margin-left: 0.5em;
  margin-right: 0;
  align-self: center;
}

/* Make images fill the height of the card/slide while keeping aspect ratio */
.news-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.news-img-wrap.mobile {
  display: none;
}

/* Fallback for environments that don't support absolute positioning in this layout
         keep a safe default so images still cover area */
.news-img--responsive {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-date {
  display: inline-block;
  background: var(--color-primary);
  color: #fff;
  padding: 5px 18px;
  border-radius: 20px;
  font-size: 1em;
  width: 220px;
  margin-bottom: 0.7em;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.news-title {
  margin: 0.3em 0 0.2em 0;
  font-size: 1.18em;
  color: var(--color-primary);
  font-weight: 500;
  line-height: 1.25;
  height: 50px;
  overflow: hidden;
}

.news-subtitle,
.news-subtitle2 {
  color: #8382AC;
  font-size: 1.04em;
  margin-bottom: 1.1em;
  height: 77px;
  overflow: hidden;
  line-height: 1.5;
  position: relative;
}


#news-modal-header {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.linhazinha {
  width: 100%;
  height: 1px;
  position: relative;
  margin-bottom: 1.1rem;
  left: 0;
  background-color: var(--color-primary);
}

.news-subtitle2 {
  height: 227px;
  overflow: hidden;
}


.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  background: #bfc9d8;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 5px !important;
  transition: background 0.2s;
}

.swiper-pagination-bullet-active {
  background: var(--color-primary);
}

@media (max-width: 991px) {
  .news-card {
    min-height: 320px;
  }

  .news-card-row {
    gap: 1.2em;
  }

  .news-title {
    height: auto;
    margin-bottom: 1rem;
  }

  .swiper-news .news-card-row>.news-card-content {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0;
    width: 100%;
    flex: 0 0 100% !important;
  }

  .swiper-news .news-card-row {
    padding: 0;
  }

  .news-card-content .news-img-wrap.mobile {
    display: block;
    aspect-ratio: 584 / 544;
    margin-bottom: 1rem;
    order: 1 !important;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .news-card-content .news-date {
    order: 2 !important;
            width: 210px;
        font-weight: 400;
        margin-left: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
  }

  .news-card-content .news-title {
    order: 3 !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  .news-card-content .news-subtitle {
    order: 4 !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  .news-card-content .linhazinha {
    order: 5 !important;
           width: calc(100% - 20px);
        margin-left: 10px;
  }

  .news-card-content .news-subtitle2 {
    order: 6 !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  .news-card-content .btn-primary {
    order: 7 !important;
    margin-bottom: 15px;
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .news-slider-section {
    padding: 36px 0 18px 0;
  }

  .news-card {
    min-height: 0;
    padding: 1.1em 0.7em 1.2em 0.7em;
  }

  .news-card-row {
    flex-direction: column;
    gap: 0.7em;
  }

  .news-card-content {
    order: 2;
  }

  .news-img-wrap.news-img-right {
    order: 1;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-bottom: 0.7em;
    /* mobile: let aspect control height */
    aspect-ratio: 16/9;
    margin-left: 0;
  }

  .news-slider-title {
    font-size: 1.3em;
  }

  .news-slider-desc {
    font-size: 1em;
  }

  #news-modal-header {
    display: block;
  }

  #news-modal-date {
    background: var(--color-primary);
    color: #fff;
    padding: 5px 18px;
    border-radius: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
  }

  #news-modal-image-wrap {
    flex: 0 0 100%;
    max-width: 100% !important;
  }

  #news-modal-title {
    font-weight: 500;
  }

  .news-date {
    width: 100%;
    text-align: center;
  }

}