@charset "UTF-8";
@font-face {
  font-family: "Vastago Grotesk";
  src: url("../css/fonts/vastago/vastago-grotesk-thin.otf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Vastago Grotesk";
  src: url("../css/fonts/vastago/vastago-grotesk-extra-light.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Vastago Grotesk";
  src: url("../css/fonts/vastago/vastago-grotesk-light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Vastago Grotesk";
  src: url("../css/fonts/vastago/vastago-grotesk-regular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Vastago Grotesk";
  src: url("../css/fonts/vastago/vastago-grotesk-medium.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Vastago Grotesk";
  src: url("../css/fonts/vastago/vastago-grotesk-semibold.otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Vastago Grotesk";
  src: url("../css/fonts/vastago/vastago-grotesk-bold.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Vastago Grotesk";
  src: url("../css/fonts/vastago/vastago-grotesk-heavy.otf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Vastago Grotesk";
  src: url("../css/fonts/vastago/vastago-grotesk-black.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../css/fonts/sora.ttf");
  font-style: normal;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden;
  background-color: #F3F2FA;
}

.no-scroll {
  overflow: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.6px;
}

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 {
  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 {
    padding-inline: 20px;
  }
}

.btn {
  height: 4rem;
  border-radius: 68px;
  padding-inline: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Vastago Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  text-decoration: none;
  transition: opacity, transform 0.3s ease;
  cursor: pointer;
}
.btn:hover {
  opacity: 0.9;
  transform: scale(1.05);
}
@media screen and (max-width: 769px) {
  .btn {
    height: 3.625rem;
    font-size: 16px;
    padding-inline: 1.25rem;
    gap: 0.5rem;
  }
  .swiper-pagination-bullet-active{
    width: 9px !important;
  }
}

.btn-primary {
  background: radial-gradient(95.41% 95.41% at 50% 50%, rgba(86, 118, 36, 0) 0%, rgba(86, 118, 36, 0.1) 100%), var( --color-botao);
  color: var( --color-primary);
  border: none;
}

.btn-secondary {
  background: linear-gradient(87.64deg, rgba(255, 255, 255, 0.4) -88.32%, rgba(255, 255, 255, 0) 45.31%, rgba(255, 255, 255, 0.4) 178.94%);
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.page-01-home .main-header {
  padding-top: 3rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1050;
  transition: 200ms;
}
.page-01-home .main-header .container {
  display: flex;
  flex-direction: row;
  gap: 3.625rem;
  align-items: center;
}
.page-01-home .main-header .container img {
  width: 120px;
  transition: 200ms;
}
.page-01-home .main-header .container ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 5rem;
}
.page-01-home .main-header .container ul li a {
  font-size: 1rem;
  font-family: "Vastago Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 126.6%;
  color: #FFFFFF;
  text-decoration: none;
}
.page-01-home .main-header .container ul li a:hover {
  text-decoration: underline;
}
.page-01-home .main-header .container .btn-menu-mobile {
  width: 1.25rem;
  height: 1rem;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  margin-left: auto;
  display: none;
}
.page-01-home .main-header .container .btn-menu-mobile span {
  height: 0.125rem;
  width: 100%;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  transition: 200ms;
}
.page-01-home .main-header .container .btn-menu-mobile span:nth-child(1) {
  top: 0;
}
.page-01-home .main-header .container .btn-menu-mobile span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.page-01-home .main-header .container .btn-menu-mobile span:nth-child(3) {
  bottom: -1px;
}
.page-01-home .main-header .container .btn-menu-mobile.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.page-01-home .main-header .container .btn-menu-mobile.active span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
.page-01-home .main-header .container .btn-menu-mobile.active span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  bottom: initial;
}
.page-01-home .main-header.active {
  background-color: #042D29;
  padding-top: 0;
}
.page-01-home .main-header.active .container {
  padding-block: 1.25rem;
}
.page-01-home .main-header.active .container img {
  width: 5.625rem;
}
@media screen and (max-width: 1024px) {
  .page-01-home .main-header {
    z-index: 100;
    padding-top: 20px;
  }
  .page-01-home .main-header .container img {
    width: 5.375rem;
    display: block;
  }
  .page-01-home .main-header .container ul {
    display: none;
  }
  .page-01-home .main-header .container .btn-menu-mobile {
    display: block;
  }
  .page-01-home .main-header.active .container img {
    width: 4.75rem;
  }
}
@media screen and (max-width: 769px) {
  .page-01-home .main-header {
    padding-top: 2.5rem;
  }

  .page-01-home .reviews .bottom .swiper .swiper-slide .box-review {
    height: auto !important;
  }

  .page-01-home .reviews .bottom .swiper .swiper-slide .box-review{
    border: none !important;
  }

}
.page-01-home .menu-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .page-01-home .menu-mobile {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var( --color-primary);
    width: 100%;
    padding-top: 140px;
    padding-left: 1.25rem;
    z-index: 20;
    transform: translateX(100%);
    transition: 200ms;
  }
  .page-01-home .menu-mobile ul {
    list-style: none;
  }
  .page-01-home .menu-mobile ul li {
    text-align: center;
  }
  .page-01-home .menu-mobile ul li + li {
    margin-top: 1.25rem;
  }
  .page-01-home .menu-mobile ul li a {
    font-size: 1rem;
    font-family: "Vastago Grotesk";
    font-style: normal;
    font-weight: 500;
    line-height: 126.6%;
    color: #FFFFFF;
    text-decoration: none;
  }
  .page-01-home .menu-mobile ul li a:hover {
    text-decoration: underline;
  }
  .page-01-home .menu-mobile.active {
    transform: translateX(0);
  }
}
.page-01-home .hero {
  background-size: cover;
  background-repeat: no-repeat;
}

.page-01-home .hero::before {
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.page-01-home .hero .container {
  padding-top: 290px;
  min-height: 966px;
  height: 100vh;
  padding-bottom: 3.125rem;
  position: relative;
  z-index: 20;
}
.page-01-home .hero .container .box {
  position: relative;
  z-index: 2;
}
.page-01-home .hero .container .box h1 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  color: var( --color-botao);
  max-width: 45.9375rem;
  margin-bottom: 0.5rem;
}
.page-01-home .hero .container .box p {
  font-family: "Vastago Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  color: #FFFFFF;
  max-width: 50.625rem;
  margin-bottom: 2rem;
}
.page-01-home .hero .container .box .buttons {
  display: flex;
  gap: 1rem;
  margin-bottom: 10.375rem;
}
.page-01-home .hero .container .box .clients {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.page-01-home .hero .container .box .clients .actives-client {
  display: flex;
}
.page-01-home .hero .container .box .clients .actives-client div {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.page-01-home .hero .container .box .clients .actives-client div img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-01-home .hero .container .box .clients .actives-client div:not(:first-child) {
  margin-left: -1.125rem;
  border: 2px solid #042E2A;
}
.page-01-home .hero .container .box .clients .client-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-01-home .hero .container .box .clients .client-info .client-qtd {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
}
.page-01-home .hero .container .box .clients .client-info .client-text {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
}
.page-01-home .hero .container .box .footer {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
.page-01-home .hero .container .box .footer div {
  display: flex;
  align-items: center;
  gap: 0.4375rem;
}
.page-01-home .hero .container .box .footer div span {
  font-family: "Vastago Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #FFFFFF;
}
.page-01-home .hero .container .man {
  position: absolute;
  right: -2.5rem;
  bottom: 0;
}
.page-01-home .hero .container .card-float {
  width: -moz-max-content;
  width: max-content;
  height: 2.625rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 1.5rem;
  gap: 8px;
}
.page-01-home .hero .container .card-float span {
  font-family: "Vastago Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-transform: uppercase;
}
.page-01-home .hero .container .card-01 {
  position: absolute;
  bottom: 7.5rem;
  left: calc(40% + 140px);
}
.page-01-home .hero .container .card-02 {
  position: absolute;
  bottom: 26.25rem;
  right: 36px;
}
@media screen and (max-width: 1700px) {
  .page-01-home .hero {
    width: 100%;
    overflow: hidden;
  }
  .page-01-home .hero .container {
    min-height: 800px;
  }
  .page-01-home .hero .container .box {
    max-width: 43.75rem;
  }
  .page-01-home .hero .container .man {
    width: 68.75rem;
    right: -12.5rem;
  }
}
@media screen and (max-width: 1450px) {
  .page-01-home .hero {
    width: 100%;
    overflow: hidden;
  }
  .page-01-home .hero .container {
    min-height: 800px;
    height: initial;
    padding-top: 12.5rem;
  }
  .page-01-home .hero .container .box {
    max-width: 43.75rem;
  }
  .page-01-home .hero .container .box .buttons {
    margin-bottom: 100px;
  }
  .page-01-home .hero .container .man {
    width: 62.5rem;
    right: -15.625rem;
  }
  .page-01-home .hero .container .card-float {
    display: none !important;
  }
}
@media screen and (max-width: 1300px) {
  .page-01-home .hero .container .man {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .page-01-home .hero {
    background-size: cover;
  }
  .page-01-home .hero .container {
    padding-top: 8.25rem;
    min-height: initial;
    padding-bottom: 18.125rem;
  }
  .page-01-home .hero .container .box h1 {
    font-size: 1.5rem;
    line-height: 120%;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .page-01-home .hero .container .box p {
    font-size: 1rem;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    max-width: 25rem;
    margin-inline: auto;
    margin-bottom: 1rem;
  }
  .page-01-home .hero .container .box .buttons {
    max-width: 25rem;
    margin-inline: auto;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
  }
  .page-01-home .hero .container .box .clients {
    display: none;
  }
  .page-01-home .hero .container .box .footer {
    display: none;
  }
  .page-01-home .hero .container .man {
    display: block;
    left: 0px;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (max-width: 600px) {
  .page-01-home .hero .container {
    padding-bottom: 22.5rem;
  }
  .page-01-home .hero .container .man {
    left: 50%;
    transform: translateX(-50%);
    right: initial;
    max-width: 440px;
  }
}
@media screen and (max-width: 400px) {
  .page-01-home .hero .container {
    padding-bottom: 21.25rem;
  }
}
.page-01-home .marquer {
  height: 7.1875rem;
  background-color: var( --color-whatsapp);
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.page-01-home .marquer .marquer-content {
  display: flex;
  width: 100%;
}
.page-01-home .marquer .marquer-track {
  display: flex;
  align-items: center;
  animation: marquee 30s linear infinite;
  will-change: transform;
}
.page-01-home .marquer img {
  flex-shrink: 0;
}
.page-01-home .marquer .item {
  padding-inline: 3rem;
  flex-shrink: 0;
}
.page-01-home .marquer .item span {
  white-space: nowrap;
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 160%;
  color: var( --color-primary);
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .page-01-home .marquer {
    height: 5rem;
  }
  .page-01-home .marquer .item {
    padding-inline: 1.5rem;
  }
  .page-01-home .marquer .item span {
    font-size: 1.25rem;
  }
}
.page-01-home .presentation .top .container {
  padding-top: 9.375rem;
  padding-bottom: 12.5rem;
}
.page-01-home .presentation .top .container h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  color: var( --color-primary);
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.page-01-home .presentation .top .container .item {
  padding: 3rem;
  padding-right: 3.75rem;
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  border-radius: 24px;
  transition: 200ms;
}
.page-01-home .presentation .top .container .item .icon {
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.page-01-home .presentation .top .container .item .icon img.active {
  display: none;
}
.page-01-home .presentation .top .container .item h3 {
  margin-bottom: 0.5rem;
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 160%;
  color: #656565;
  transition: 200ms;
}
.page-01-home .presentation .top .container .item p {
  font-family: "Vastago Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 160%;
  color: #656565;
  transition: 200ms;
}
.page-01-home .presentation .top .container .item:hover {
  background: var( --color-botao);
  border: 1px solid var( --color-botao);
  box-shadow: 0px 20px 23px var(--color-botao30);
}
.page-01-home .presentation .top .container .item:hover .icon img.active {
  display: block;
}
.page-01-home .presentation .top .container .item:hover .icon img.inactive {
  display: none;
}
.page-01-home .presentation .top .container .item:hover h3 {
  color: var( --color-primary);
}
.page-01-home .presentation .top .container .item:hover p {
  color: var( --color-primary);
}
.page-01-home .presentation .top .container .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.875rem;
}

.page-01-home .presentation .top .container .swiper-vantagens {
  position: relative;
  padding-bottom: 3.5rem;
}

.page-01-home .presentation .top .container .swiper-vantagens .swiper-pagination {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-01-home .presentation .top .container .swiper-vantagens .swiper-button-prev,
.page-01-home .presentation .top .container .swiper-vantagens .swiper-button-next {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: var(--color-whatsapp) !important;
      width: 125px;
    border-radius: 4px;
}

.page-01-home .presentation .top .container .swiper-vantagens .swiper-button-prev:hover,
.page-01-home .presentation .top .container .swiper-vantagens .swiper-button-next:hover {
  background-color: var(--color-primary);
  transform: translateY(-50%) scale(1.05);
}

.page-01-home .presentation .top .container .swiper-vantagens .swiper-button-prev:hover::after,
.page-01-home .presentation .top .container .swiper-vantagens .swiper-button-next:hover::after {
  color: white;
}

.page-01-home .presentation .top .container .swiper-vantagens .swiper-button-prev {
  left: -70px;
}

.page-01-home .presentation .top .container .swiper-vantagens .swiper-button-next {
  right: -70px;
}

.page-01-home .presentation .top .container .swiper-vantagens .swiper-button-prev::after,
.page-01-home .presentation .top .container .swiper-vantagens .swiper-button-next::after {
  color: var(--color-primary);
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .page-01-home .presentation .top .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .page-01-home .presentation .top .container h2 {
    margin-bottom: 1.5rem;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: var( --color-primary);
  }
  .page-01-home .presentation .top .container .item {
    padding: 2rem;
    padding-right: 2.25rem;
  }
  .page-01-home .presentation .top .container .item p {
    font-size: 14px;
    line-height: 160%;
    color: #656565;
  }
  .page-01-home .presentation .top .container .wrapper {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .page-01-home .presentation .top .container .swiper-vantagens .swiper-button-prev,
  .page-01-home .presentation .top .container .swiper-vantagens .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  
  .page-01-home .presentation .top .container .swiper-vantagens .swiper-button-prev {
    left: -55px;
  }

  .page-01-home .presentation .top .container .swiper-vantagens .swiper-button-next {
    right: -55px;
  }
}

.page-01-home .presentation .box-video {
  margin-top: 6.25rem;

}

.page-01-home .presentation .box-video .embed {
  aspect-ratio: 16/9;
  width: 100%;
  background-color: #2D2D2D;
  border-radius: 24px;
  max-width: 68.125rem;
  margin-inline: auto;
  margin-bottom: 3rem;
  overflow: hidden;
  position: relative;
}
.page-01-home .presentation .box-video .embed iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.page-01-home .presentation .box-video .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  max-width: 43.75rem;
  margin-inline: auto;
}
.page-01-home .presentation .box-video .buttons .btn-primary {
  background: var( --color-botao);
  box-shadow: 0px 20px 23px var(--color-botao30);
}
.page-01-home .presentation .box-video .buttons .btn-secondary {
  border-color: var( --color-primary);
  color: var( --color-primary);
}
@media screen and (max-width: 1024px) {
  .page-01-home .presentation .box-video .embed {
    border-radius: 8px;
    margin-bottom: 1.5rem;
  }
  .page-01-home .presentation .box-video .buttons {
    flex-direction: column;
    gap: 0.5rem;
  }
  .page-01-home .presentation .box-video .buttons .btn {
    width: 100%;
    height: 3.625rem;
    font-size: 1rem;
  }
  .page-01-home .presentation .box-video .buttons .btn-primary {
    background: radial-gradient(95.41% 95.41% at 50% 50%, rgba(86, 118, 36, 0) 0%, rgba(86, 118, 36, 0.1) 100%), var( --color-botao);
    box-shadow: 0px 5px 16px var(--color-botao30);
  }
}
.page-01-home .presentation .footer {
  margin-top: 12.5rem;
}
.page-01-home .presentation .footer .group-title {
  margin-bottom: 4.125rem;
}
.page-01-home .presentation .footer .group-title h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  color: var( --color-primary);
  margin-bottom: 0.5rem;
}
.page-01-home .presentation .footer .group-title p {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: var( --color-primary);
}
.page-01-home .presentation .footer .item .wrapper-icon {
  padding: 2.25rem;
}
.page-01-home .presentation .footer .item .icon {
  width: 6.875rem;
  height: 6.875rem;
  background-color: var( --color-whatsapp);
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  box-shadow: 0 0 0 18px #DBE8CB, 0 0 0 36px #ECEFEC;
}
.page-01-home .presentation .footer .item .number {
  display: block;
  font-family: "Vastago Grotesk";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 140%;
  text-align: center;
  color: var( --color-whatsapp);
}
.page-01-home .presentation .footer .item .text {
  font-family: "Vastago Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: var( --color-primary);
  display: block;
  margin-inline: auto;
}
.page-01-home .presentation .footer .separator {
  height: 11.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 90%;
  padding-inline: 0.5rem;
}
.page-01-home .presentation .footer .separator .line {
  width: 188px;
  height: 1px;
  background-color: var( --color-whatsapp);
}
@media screen and (max-width: 1200px) {
  .page-01-home .presentation .footer .separator {
    margin-inline: auto;
    height: auto;
    padding-block: 0.75rem;
  }
  .page-01-home .presentation .footer .separator .line {
    height: 3.5rem;
    width: 0.0625rem;
  }

  .page-01-home .reviews .bottom .swiper .swiper-slide .box-review {
    height: 400px !important;
  }

}
.page-01-home .presentation .footer .wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .page-01-home .presentation .footer {
    margin-top: 5rem;
  }
  .page-01-home .presentation .footer .group-title {
    margin-bottom: 4.6875rem;
  }
  .page-01-home .presentation .footer .group-title h2 {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 0.5rem;
  }
  .page-01-home .presentation .footer .group-title p {
    font-size: 14px;
    line-height: 150%;
  }
  .page-01-home .presentation .footer .item {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
  }
  .page-01-home .presentation .footer .item .wrapper-icon {
    padding: 1.125rem;
  }
  .page-01-home .presentation .footer .item .wrapper-icon .icon {
    width: 4.5rem;
    height: 4.5rem;
    box-shadow: 0 0 0 9px #DBE8CB, 0 0 0 18px #ECEFEC;
  }
  .page-01-home .presentation .footer .item .wrapper-icon .icon img {
    max-height: 1.5rem;
    max-width: 2.375rem;
  }
  .page-01-home .presentation .footer .item .box-info .number {
    text-align: left;
    font-weight: 600;
    font-size: 36px;
    line-height: 140%;
  }
  .page-01-home .presentation .footer .item .box-info .text {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
  }
  .page-01-home .presentation .footer .separator {
    justify-content: flex-start;
    padding-left: 1.875rem;
  }
  .page-01-home .presentation .footer .wrapper {
    flex-direction: column;
    gap: 0;
    gap: 0.75rem;
    max-width: 25rem;
    margin-inline: auto;
  }
}
.page-01-home .about-me {
  padding-block: 7.625rem;
  background-image: url(../images/bg-about-me.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  margin-block: 12.5rem;
}
.page-01-home .about-me .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-01-home .about-me .container .left {
  flex: 1;
  max-width: 41.875rem;
}
.page-01-home .about-me .container .left h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  color: #FFFFFF;
}
.page-01-home .about-me .container .left p {
  font-family: "Vastago Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
}
.page-01-home .about-me .container .left p + p {
  margin-top: 1.575rem;
}
.page-01-home .about-me .container .left .my-publications {
  margin-top: 2rem;
}
.page-01-home .about-me .container .left .my-publications h3 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}
.page-01-home .about-me .container .left .my-publications .item {
  padding: 1.5rem;
  padding-right: 2rem;
  border: 1px solid #FFFFFF;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}
.page-01-home .about-me .container .left .my-publications .item svg {
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
}
.page-01-home .about-me .container .left .my-publications .item div p {
  font-family: "Vastago Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
}
.page-01-home .about-me .container .left .my-publications .item + .item {
  margin-top: 0.5rem;
}
.page-01-home .about-me .container .right {
  width: 100%;
  max-width: 47.8125rem;
}
.page-01-home .about-me .container .right img {
  display: block;
  width: 100%;
  aspect-ratio: 765/826;
  object-fit: contain;
}
@media screen and (max-width: 1536px) {
  .page-01-home .about-me .container {
    gap: 2.5rem;
  }
  .page-01-home .about-me .container .right {
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .page-01-home .about-me .container {
    flex-direction: column;
  }
  .page-01-home .about-me .container .left {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 1024px) {
  .page-01-home .about-me {
    margin-block: 5rem;
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
  .page-01-home .about-me .container {
    gap: 2.5rem;
  }
  .page-01-home .about-me .container .left h2 {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 0.5rem;
  }
  .page-01-home .about-me .container .left p {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
  }
  .page-01-home .about-me .container .left p + p {
    margin-top: 1.4rem;
  }
  .page-01-home .about-me .container .left .my-publications {
    margin-top: 2.5rem;
  }
  .page-01-home .about-me .container .left .my-publications h2 {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0.5rem;
  }
  .page-01-home .about-me .container .left .my-publications .item {
    padding: 1.25rem;
    padding-right: 2.1875rem;
    gap: 1rem;
  }
  .page-01-home .about-me .container .left .my-publications .item div p {
    font-size: 14px;
    line-height: 160%;
  }
  .page-01-home .about-me .container .right {
    max-width: 20.9375rem;
  }
}
.page-01-home .why-me .top .container {
  padding-bottom: 12.5rem;
}
.page-01-home .why-me .top .container h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  color: var( --color-primary);
}
.page-01-home .why-me .top .container > img {
  margin-inline: auto;
  display: block;
  margin-bottom: 4rem;
  width: 100%;
  max-width: 82.5rem;
  margin-inline: auto;
  aspect-ratio: 1320/828;
  object-fit: contain;
}
.page-01-home .why-me .top .container .box-differentials {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5.625rem;
  margin-bottom: 4rem;
  display: none;
}
.page-01-home .why-me .top .container .box-differentials .box-image {
  width: 46.25rem;
  height: 46.25rem;
  border-radius: 100%;
  background-color: #EAEEE8;
  border: 1px solid #658B2B;
  display: none;
}
.page-01-home .why-me .top .container .box-differentials .box-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  display: none;
}
.page-01-home .why-me .top .container .box-differentials .differential-item {
  height: 2.5625rem;
  padding-inline: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EAEEE8;
  border-radius: 24px;
}
.page-01-home .why-me .top .container .box-differentials .differential-item span {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #658B2B;
}
.page-01-home .why-me .top .container .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  max-width: 43.75rem;
  margin-inline: auto;
}
.page-01-home .why-me .top .container .buttons .btn-primary {
  background: var( --color-botao);
  box-shadow: 0px 20px 23px var(--color-botao30);
}
.page-01-home .why-me .top .container .buttons .btn-secondary {
  border-color: var( --color-primary);
  color: var( --color-primary);
}
@media screen and (max-width: 1024px) {
  .page-01-home .why-me .top .container {
    padding-bottom: 5rem;
  }
  .page-01-home .why-me .top .container h2 {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
  }
  .page-01-home .why-me .top .container > img {
    display: none;
  }
  .page-01-home .why-me .top .container .box-differentials {
    display: block;
    margin-block: 1.5rem;
  }
  .page-01-home .why-me .top .container .box-differentials .box-image {
    display: none;
  }
  .page-01-home .why-me .top .container .box-differentials .box-list {
    display: flex;
    max-width: 25rem;
    margin-inline: auto;
  }
  .page-01-home .why-me .top .container .buttons {
    flex-direction: column;
    gap: 0.5rem;
  }
  .page-01-home .why-me .top .container .buttons .btn {
    width: 100%;
    height: 3.625rem;
    font-size: 1rem;
  }
  .page-01-home .why-me .top .container .buttons .btn-primary {
    background: radial-gradient(95.41% 95.41% at 50% 50%, rgba(86, 118, 36, 0) 0%, rgba(86, 118, 36, 0.1) 100%), var( --color-botao);
    box-shadow: 0px 5px 16px var(--color-botao30);
  }
}
.page-01-home .reviews {
  margin-bottom: 12.5rem;
}

.page-01-home .reviews .swiper-review {
  padding-bottom: 40px;
}

.page-01-home .reviews .swiper-pagination {
   bottom: -4px;
}

.page-01-home .reviews .top .container .group-title {
  margin-bottom: 1.5rem;
}
.page-01-home .reviews .top .container .group-title h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  color: var( --color-primary);
  margin-bottom: 0.5rem;
}
.page-01-home .reviews .top .container .group-title p {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: var( --color-primary);
}
.page-01-home .reviews .top .container .box-review {
  padding: 1.5rem;
  border-radius: 20px;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
   padding-bottom: 3rem;
}

@media(min-width: 993px ) {

  .page-01-home .reviews .top .container .box-review .desliza-1{
     width: 33%;
  margin-left: auto;
  margin-right: auto;;
  }

.page-01-home .reviews .top .container .box-review .desliza-2 {
  width: 66%;
  margin-left: auto;
  margin-right: auto;;
}
}

.page-01-home .reviews .top .container .box-review .box-text {
  padding: 2rem 3rem;
  background-color: var( --color-primary);
  border-radius: 20px;
  max-width: 40.375rem;
}

.page-01-home .reviews .top .container .box-review .segunda .box-text {
background-color: var(--color-whatsapp);

}

.page-01-home .reviews .top .container .box-review .segunda .box-text p, .page-01-home .reviews .top .container .box-review .segunda .box-text .role,
.page-01-home .reviews .top .container .box-review .segunda .box-text .name {
color:var( --color-primary) !important;
}

.page-01-home .reviews .top .container .box-review .segunda .box-text .footer .btn-video {
color:var( --color-primary) !important;
border: solid 1px var( --color-primary) !important;
}

.page-01-home .reviews .top .container .box-review .box-text .message {
  margin-top: 2.125rem;
  margin-bottom: 5.625rem;
     max-height: 360px;
    overflow-y: auto;
}

/* Custom scrollbar (WebKit browsers) */
.page-01-home .reviews .top .container .box-review .box-text .message::-webkit-scrollbar {
    width: 8px;
}
.page-01-home .reviews .top .container .box-review .box-text .message::-webkit-scrollbar-track {
    background: #f2f2f2;
    border-radius: 8px;
}
.page-01-home .reviews .top .container .box-review .box-text .message::-webkit-scrollbar-thumb {
    background: #cfcfcf;
    border-radius: 8px;
}
.page-01-home .reviews .top .container .box-review .box-text .message::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
}

/* Custom scrollbar (Firefox) */
.page-01-home .reviews .top .container .box-review .box-text .message {
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) var(--color-botao); 
}

.page-01-home .reviews .top .container .box-review .box-text .message p {
  font-family: "Vastago Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: var( --color-whatsapp);
  max-width: 29.3125rem;
   white-space: pre-wrap;
   margin-right: 15px;
}
.page-01-home .reviews .top .container .box-review .box-text .message p + p {
  margin-top: 1.875rem;
}
.page-01-home .reviews .top .container .box-review .box-text .footer {
  border-top: 1px solid var( --color-whatsapp);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
}

.page-01-home .reviews .top .container .box-review .segunda .box-text .footer  {
   border-top: 1px solid var( --color-primary);
}

.page-01-home .reviews .top .container .box-review .box-text .footer .info .name {
  font-family: "Vastago Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: var( --color-whatsapp);
  display: block;
}
.page-01-home .reviews .top .container .box-review .box-text .footer .info .role {
  font-family: "Vastago Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var( --color-whatsapp);
  display: block;
}
.page-01-home .reviews .top .container .box-review .box-text .footer .btn-video {
  padding: 0.75rem 1.5rem;
  border: 1px solid var( --color-whatsapp);
  border-radius: 58px;
  gap: 0.5rem;
  display: flex;
  align-items: center;
  background-color: transparent;
  font-family: "Vastago Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: var( --color-whatsapp);
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .page-01-home .reviews .top .container .box-review .box-text {
    max-width: 28.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-01-home .reviews .top .container .group-title {
    margin-bottom: 1rem;
  }
  .page-01-home .reviews .top .container .group-title h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
  }
  .page-01-home .reviews .top .container .group-title p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
  }
  .page-01-home .reviews .top .container .box-review {
    background-image: none !important;
    padding-top: 3rem;
    padding-bottom: 0;
    padding-inline: 0rem;
    position: relative;

  }
  .page-01-home .reviews .top .container .box-review .bg-person {
    aspect-ratio: 335/712;
    width: 100%;
    max-width: 25rem;
    background-color: #fbfbfb;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    border-radius: 20px;
    background-size: cover;
    background-position: center center;
  }
  .page-01-home .reviews .top .container .box-review .box-text {
    max-width: 28.75rem;
    margin-inline: auto;
    z-index: 3;
    position: relative;
    padding: 2.25rem 2rem;
  }

  .swiper-depoimentos2 .swiper-wrapper {
    padding-bottom: 3rem;
  }

  .page-01-home .reviews .top .container .box-review .box-text .quote {
    width: 3.5625rem;
    height: 3.0625rem;
  }
  .page-01-home .reviews .top .container .box-review .box-text .message {
    margin-top: 1.25rem;
    margin-bottom: 2rem;
  }
  .page-01-home .reviews .top .container .box-review .box-text .message p {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
  }
  .page-01-home .reviews .top .container .box-review .box-text .message p + p {
    margin-top: 1.3125rem;
  }
  .page-01-home .reviews .top .container .box-review .box-text .footer {
    padding-top: 2rem;
    flex-direction: column;
    gap: 1rem;
  }
  .page-01-home .reviews .top .container .box-review .box-text .footer .info .name {
    font-size: 0.875rem;
  }
  .page-01-home .reviews .top .container .box-review .box-text .footer .info .role {
    font-size: 0.875rem;
  }
  .page-01-home .reviews .top .container .box-review .box-text .footer .btn-video {
    width: 100%;
    height: 2.625rem;
    justify-content: center;
  }
  .page-01-home .reviews .top .container .box-review .box-text .footer .btn-video span {
    font-size: 0;
            padding-top: 7px;
  }
  .page-01-home .reviews .top .container .box-review .box-text .footer .btn-video span::after {
    content: "Assistir vídeo";
    font-size: 1rem;
  }
}
.page-01-home .reviews .bottom {
  padding-top: 1.5rem;
}

.page-01-home .reviews .bottom h2 {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 4rem;
  font-family: "Sora";
    font-style: normal;
    font-weight: 400;
}

.page-01-home .reviews .bottom .swiper .swiper-slide .box-review {
background-color: #FFF;
height: 589px;
width: 100%;
border: solid 1px #B3B3B3;
border-radius: 20px;
overflow: hidden;
display: flex;
  align-items: center;
  justify-content: center;
}


.page-01-home .reviews .bottom .swiper .swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 20px;
  object-fit: contain;
}
@media screen and (max-width: 500px) {
  .page-01-home .reviews .bottom .container {
    padding-inline: 15px;
  }

}
@media screen and (max-width: 500px) {
  .page-01-home .reviews {
    margin-bottom: 5rem;
  }
}
.page-01-home .faq .container {
  display: flex;
  gap: 1.875rem;
}

.page-01-home .faq {
  margin-top: 4rem;
}

.page-01-home .faq .container .left {
  flex: 1;
}
.page-01-home .faq .container .left .group-title {
  margin-bottom: 1.25rem;
}
.page-01-home .faq .container .left .group-title h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  color: var( --color-primary);
  margin-bottom: 0.5rem;
}
.page-01-home .faq .container .left .group-title p {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: var( --color-primary);
}
.page-01-home .faq .container .left .faq-item {
  transition: 200ms;
  border: 1px solid #D0D0D0;
  border-radius: 12px;
  padding-inline: 2rem;
}
.page-01-home .faq .container .left .faq-item + .faq-item {
  margin-top: 1rem;
}
.page-01-home .faq .container .left .faq-item .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-block: 2rem;
  cursor: pointer;
}
.page-01-home .faq .container .left .faq-item .faq-question h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #656565;
}
.page-01-home .faq .container .left .faq-item .faq-response {
  max-height: 0;
  transition: 200ms;
  overflow: hidden;
}
.page-01-home .faq .container .left .faq-item .faq-response p {
  font-family: "Vastago Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: var( --color-primary);
}
.page-01-home .faq .container .left .faq-item.active {
  background-color: var( --color-whatsapp);
}
.page-01-home .faq .container .left .faq-item.active .faq-question {
  padding-bottom: 0.5rem;
}
.page-01-home .faq .container .left .faq-item.active .faq-question h2 {
  color: var( --color-primary);
}
.page-01-home .faq .container .left .faq-item.active .faq-question svg {
  transform: scale(-1);
}
.page-01-home .faq .container .left .faq-item.active .faq-question svg path {
  stroke: var( --color-primary);
}
.page-01-home .faq .container .left .faq-item.active .faq-response {
  max-height: 1000px;
  padding-bottom: 2rem;
}
.page-01-home .faq .container .right {
  flex: 1;
  max-width: 50.625rem;
}
.page-01-home .faq .container .right img {
  border-radius: 24px;
  aspect-ratio: 810/628;
  object-fit: cover;
  width: 100%;
}
.page-01-home .faq .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  max-width: 43.75rem;
  margin-inline: auto;
  margin-top: 4rem;
}
.page-01-home .faq .buttons .btn-primary {
  background: var( --color-botao);
  box-shadow: 0px 20px 23px var(--color-botao30);
}
.page-01-home .faq .buttons .btn-secondary {
  border-color: var( --color-primary);
  color: var( --color-primary);
}
@media screen and (max-width: 1024px) {
  .page-01-home .faq .buttons .buttons {
    flex-direction: column;
    gap: 0.5rem;
  }
  .page-01-home .faq .buttons .buttons .btn {
    width: 100%;
    height: 3.625rem;
    font-size: 1rem;
  }
  .page-01-home .faq .buttons .buttons .btn-primary {
    background: radial-gradient(95.41% 95.41% at 50% 50%, rgba(86, 118, 36, 0) 0%, rgba(86, 118, 36, 0.1) 100%), var( --color-botao);
    box-shadow: 0px 5px 16px var(--color-botao30);
  }
}
@media screen and (max-width: 1500px) {
  .page-01-home .faq .container .right {
    max-width: 700px;
  }
  .page-01-home .faq .container .right img {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .page-01-home .faq .container {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .page-01-home .faq .container {
    gap: 1.5rem;
  }
  .page-01-home .faq .container .left .group-title {
    margin-bottom: 1rem;
  }
  .page-01-home .faq .container .left .group-title h2 {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 0.5rem;
  }
  .page-01-home .faq .container .left .group-title p {
    font-size: 14px;
    line-height: 150%;
  }
  .page-01-home .faq .container .left .faq-item {
    padding-inline: 1.5rem;
  }
  .page-01-home .faq .container .left .faq-item .faq-question {
    padding-block: 1.5rem;
  }
  .page-01-home .faq .container .left .faq-item .faq-question h2 {
    font-size: 1rem;
  }
  .page-01-home .faq .container .left .faq-item .faq-response p {
    font-size: 0.875rem;
  }
  .page-01-home .faq .container .right img {
    border-radius: 16px;
  }
  .page-01-home .faq .buttons {
    flex-direction: column;
    margin-top: 1.5rem;
    gap: 0.5rem;
    padding-inline: 1.25rem;
  }
  .page-01-home .faq .buttons .btn {
    width: 100%;
    box-shadow: none;
  }
}
.page-01-home .main-footer {
  margin-top: 12.5rem;
}
@media screen and (max-width: 1024px) {
  .page-01-home .main-footer {
    margin-top: 5rem;
  }
}
.page-01-home .main-footer .inner {
  background-color: var( --color-primary);
  border-radius: 24px 24px 0 0;
  padding-top: 10rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .page-01-home .main-footer .inner {
    padding-top: 4rem;
  }
}
.page-01-home .main-footer .inner .form {
  padding-bottom: 12.5rem;
}
.page-01-home .main-footer .inner .form .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}
.page-01-home .main-footer .inner .form .container .left {
  flex: 1;
  max-width: 41.875rem;
}
.page-01-home .main-footer .inner .form .container .left h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}
.page-01-home .main-footer .inner .form .container .left p {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
}
.page-01-home .main-footer .inner .form .container form {
  flex: 1;
  max-width: 50.625rem;
}
.page-01-home .main-footer .inner .form .container form .column-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}
.page-01-home .main-footer .inner .form .container form .column-2 + .column-2 {
  margin-top: 1.875rem;
}
.page-01-home .main-footer .inner .form .container form .input-group label {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
  display: block;
}
.page-01-home .main-footer .inner .form .container form .input-group input {
  height: 4rem;
  border-radius: 8px;
  background-color: #002421;
  padding-inline: 2rem;
  font-family: "Vastago Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  display: block;
  width: 100%;
  border: 0;
}
.page-01-home .main-footer .inner .form .container form .input-group input::-moz-placeholder {
  color: #FFFFFF;
}
.page-01-home .main-footer .inner .form .container form .input-group input::placeholder {
  color: #FFFFFF;
}
.page-01-home .main-footer .inner .form .container form .group-select {
  position: relative;
}
.page-01-home .main-footer .inner .form .container form .group-select .input-group-select {
  position: relative;
}
.page-01-home .main-footer .inner .form .container form .group-select .input-group-select label {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
  display: block;
}
.page-01-home .main-footer .inner .form .container form .group-select .input-group-select .select-trigger {
  height: 4rem;
  border-radius: 8px;
  background-color: #002421;
  padding-inline: 2rem;
  font-family: "Vastago Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0;
  cursor: pointer;
  transition: background-color 0.2s;
  border: 1px solid #FFFFFF;
}
.page-01-home .main-footer .inner .form .container form .group-select .input-group-select .select-trigger:hover {
  background-color: #003531;
}
.page-01-home .main-footer .inner .form .container form .group-select .input-group-select .select-trigger .select-value {
  flex: 1;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 1rem;
}
.page-01-home .main-footer .inner .form .container form .group-select .input-group-select .select-trigger .select-arrow {
  flex-shrink: 0;
  transition: transform 0.2s;
}
.page-01-home .main-footer .inner .form .container form .group-select .input-group-select .select-trigger.active .select-arrow {
  transform: rotate(180deg);
}
.page-01-home .main-footer .inner .form .container form .group-select .select-modal {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 0.5rem;
  z-index: 1000;
}
.page-01-home .main-footer .inner .form .container form .group-select .select-modal.active {
  display: block;
}
.page-01-home .main-footer .inner .form .container form .group-select .select-modal .select-modal-content {
  background-color: var( --color-primary);
  border-radius: 12px;
  width: 100%;
  max-height: 300px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.page-01-home .main-footer .inner .form .container form .group-select .select-modal .select-modal-content ::-webkit-scrollbar {
  width: 0.5rem;
}
.page-01-home .main-footer .inner .form .container form .group-select .select-modal .select-modal-content ::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.25rem;
}
.page-01-home .main-footer .inner .form .container form .group-select .select-modal .select-modal-content ::-webkit-scrollbar-track {
  background-color: transparent;
}
.page-01-home .main-footer .inner .form .container form .group-select .select-modal .select-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.page-01-home .main-footer .inner .form .container form .group-select .select-modal .select-modal-header h3 {
  font-family: "Sora";
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  margin: 0;
}
.page-01-home .main-footer .inner .form .container form .group-select .select-modal .select-modal-header .select-modal-close {
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-01-home .main-footer .inner .form .container form .group-select .select-modal .select-modal-header .select-modal-close:hover {
  opacity: 0.7;
}
.page-01-home .main-footer .inner .form .container form .group-select .select-modal .select-options {
  overflow-y: auto;
  padding: 0.5rem;
}
.page-01-home .main-footer .inner .form .container form .group-select .select-modal .select-options button {
  width: 100%;
  padding: 0.75rem 1.5rem;
  background: none;
  border: none;
  font-family: "Vastago Grotesk";
  font-size: 14px;
  color: #FFFFFF;
  text-align: left;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 0.2s;
}
.page-01-home .main-footer .inner .form .container form .group-select .select-modal .select-options button:hover {
  background-color: rgba(152, 204, 71, 0.1);
}
.page-01-home .main-footer .inner .form .container form .group-select .select-modal .select-options button.selected {
  background-color: var( --color-whatsapp);
  color: var( --color-primary);
  font-weight: 600;
}
.page-01-home .main-footer .inner .form .container form .btn-primary {
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1380px) {
  .page-01-home .main-footer .inner .form .container {
    flex-direction: column;
    gap: 2rem;
  }
  .page-01-home .main-footer .inner .form .container form {
    max-width: initial;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .page-01-home .main-footer .inner .form {
    padding-bottom: 5rem;
  }
  .page-01-home .main-footer .inner .form .container {
    gap: 2rem;
  }
  .page-01-home .main-footer .inner .form .container .left h2 {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .page-01-home .main-footer .inner .form .container .left p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .page-01-home .main-footer .inner .form .container form .column-2 {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
  .page-01-home .main-footer .inner .form .container form .column-2 + .column-2 {
    margin-top: 1.875rem;
  }
  .page-01-home .main-footer .inner .form .container form .input-group label {
    font-size: 0.875rem;
  }
  .page-01-home .main-footer .inner .form .container form .input-group input {
    height: 3.25rem;
    font-size: 0.875rem;
    padding-inline: 2rem;
  }
  .page-01-home .main-footer .inner .form .container form .btn {
    margin-top: 2rem;
  }
}
.page-01-home .main-footer .inner .faq-footer {
  padding-bottom: 10.5rem;
}
.page-01-home .main-footer .inner .faq-footer .container .group-title {
  margin-bottom: 4rem;
}
.page-01-home .main-footer .inner .faq-footer .container .group-title h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0.5rem;
}
.page-01-home .main-footer .inner .faq-footer .container .group-title p {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}
.page-01-home .main-footer .inner .faq-footer .container .faq-item-footer {
  padding-block: 2rem;
}
.page-01-home .main-footer .inner .faq-footer .container .faq-item-footer + .faq-item-footer {
  border-top: 1px solid #FFFFFF;
}
.page-01-home .main-footer .inner .faq-footer .container .faq-item-footer .faq-item-footer-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.page-01-home .main-footer .inner .faq-footer .container .faq-item-footer .faq-item-footer-question h3 {
  font-family: "Vastago Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  color: #FFFFFF;
}
.page-01-home .main-footer .inner .faq-footer .container .faq-item-footer .faq-item-footer-question .icon {
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-01-home .main-footer .inner .faq-footer .container .faq-item-footer .faq-item-footer-question .icon svg.active {
  display: none;
}
.page-01-home .main-footer .inner .faq-footer .container .faq-item-footer .faq-item-footer-response {
  max-height: 0;
  overflow: hidden;
  transition: 200ms;
}
.page-01-home .main-footer .inner .faq-footer .container .faq-item-footer .faq-item-footer-response p {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 165%;
  color: #FFFFFF;
}
.page-01-home .main-footer .inner .faq-footer .container .faq-item-footer:first-of-type {
  padding-top: 0;
}
.page-01-home .main-footer .inner .faq-footer .container .faq-item-footer:last-of-type {
  padding-bottom: 0;
}
.page-01-home .main-footer .inner .faq-footer .container .faq-item-footer.active .faq-item-footer-question .icon svg {
  display: none;
}
.page-01-home .main-footer .inner .faq-footer .container .faq-item-footer.active .faq-item-footer-question .icon svg.active {
  display: block;
}
.page-01-home .main-footer .inner .faq-footer .container .faq-item-footer.active .faq-item-footer-response {
  max-height: 1000px;
  margin-top: 1rem;
}
@media screen and (max-width: 1024px) {
  .page-01-home .main-footer .inner .faq-footer {
    padding-bottom: 5rem;
  }
  .page-01-home .main-footer .inner .faq-footer .container .group-title {
    margin-bottom: 2.5rem;
  }
  .page-01-home .main-footer .inner .faq-footer .container .group-title h2 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .page-01-home .main-footer .inner .faq-footer .container .group-title p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .page-01-home .main-footer .inner .faq-footer .container .faq-item-footer .faq-item-footer-question h3 {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-right: 2.5rem;
  }
  .page-01-home .main-footer .inner .faq-footer .container .faq-item-footer .faq-item-footer-question .icon {
    width: 1rem;
    height: 1rem;
  }
  .page-01-home .main-footer .inner .faq-footer .container .faq-item-footer .faq-item-footer-question .icon svg {
    width: 100%;
    height: 100%;
  }
  .page-01-home .main-footer .inner .faq-footer .container .faq-item-footer .faq-item-footer-response p {
    font-size: 0.875rem;
    line-height: 1.65;
  }
  .page-01-home .main-footer .inner .faq-footer .container .faq-item-footer.active .faq-item-footer-response {
    margin-top: 0.5rem;
  }
}
.page-01-home .main-footer .inner .contact .container h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  max-width: 63.75rem;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}
.page-01-home .main-footer .inner .contact .container h2 span {
  font-weight: 700;
  color: var( --color-whatsapp);
}
.page-01-home .main-footer .inner .contact .container .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  max-width: 43.75rem;
  margin-inline: auto;
}
.page-01-home .main-footer .inner .contact .container .buttons .btn-primary {
  background: var( --color-botao);
}
.page-01-home .main-footer .inner .contact .container .buttons .btn-secondary {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .page-01-home .main-footer .inner .contact .container h2 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
  .page-01-home .main-footer .inner .contact .container .buttons {
    flex-direction: column;
    gap: 0.5rem;
  }
  .page-01-home .main-footer .inner .contact .container .buttons .btn {
    width: 100%;
    height: 3.625rem;
    font-size: 1rem;
  }
  .page-01-home .main-footer .inner .contact .container .buttons .btn-primary {
    background: radial-gradient(95.41% 95.41% at 50% 50%, rgba(86, 118, 36, 0) 0%, rgba(86, 118, 36, 0.1) 100%), var( --color-botao);
    box-shadow: 0px 5px 16px var(--color-botao30);
  }
}
.page-01-home .main-footer .bottom {
  background-color: #002220;
  padding-top: 3.75rem;
  padding-bottom: 1.5rem;
}
.page-01-home .main-footer .bottom .container .wrapper {
  display: flex;
  padding-bottom: 5rem;
}
.page-01-home .main-footer .bottom .container .wrapper .logo {
  margin-right: 9.875rem;
  max-height: 60px;
}
.page-01-home .main-footer .bottom .container .wrapper .footer-links {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.page-01-home .main-footer .bottom .container .wrapper div h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 1.25rem;
}
.page-01-home .main-footer .bottom .container .wrapper div ul {
  list-style: none;
}
.page-01-home .main-footer .bottom .container .wrapper div ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Vastago Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #FFFFFF;
}
.page-01-home .main-footer .bottom .container .wrapper div ul li + li {
  margin-top: 0.875rem;
}
.page-01-home .main-footer .bottom .container .wrapper div ul li a {
  font-family: "Vastago Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #FFFFFF;
  text-decoration: none;
}
.page-01-home .main-footer .bottom .container .wrapper div ul li a:hover {
  text-decoration: underline;
}
.page-01-home .main-footer .bottom .container .wrapper div ul.social-media li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.page-01-home .main-footer .bottom .container .wrapper div ul.social-media li a span {
  font-family: "Vastago Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #FFFFFF;
}
.page-01-home .main-footer .bottom .container .cnpj {
  display: block;
  text-align: center;
  font-family: "Vastago Grotesk";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 160%;
  color: #FFFFFF;
  letter-spacing: 0;
}
.page-01-home .main-footer .bottom .container .cnpj b {
  font-weight: 600;
}
@media screen and (max-width: 1300px) {
  .page-01-home .main-footer .bottom .container .wrapper {
    flex-direction: column;
    gap: 3rem;
  }
  .page-01-home .main-footer .bottom .container .wrapper .logo {
    width: 6.25rem;
  }
  .page-01-home .main-footer .bottom .container .wrapper .footer-links {
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-01-home .main-footer .bottom .container .wrapper {
    gap: 0;
  }
  .page-01-home .main-footer .bottom .container .wrapper .logo {
    width: 4.625rem;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .page-01-home .main-footer .bottom .container .wrapper div h2 {
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.2;
  }
  .page-01-home .main-footer .bottom .container .cnpj {
    font-size: 0.75rem;
  }
  .page-01-home .main-footer .bottom .container .cnpj .separator {
    display: none;
  }
  .page-01-home .main-footer .bottom .container .cnpj .line {
    display: block;
  }
}
.page-01-home .main-footer .footer-uaau {
  height: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var( --color-whatsapp);
}
@media screen and (max-width: 1024px) {
  .page-01-home .main-footer .footer-uaau {
    height: 4rem;
  }
  .page-01-home .main-footer .footer-uaau img {
    width: 2.6875rem;
  }
}
.page-01-home .btn-float-whatsapp {
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  background: linear-gradient(86.06deg, #30C96B -4.52%, #3DA666 88.2%);
  border: 1px solid #FFFFFF;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  transition: 200ms;
  z-index: 100;
  text-decoration: none;
}
.page-01-home .btn-float-whatsapp span {
  display: none;
}
.page-01-home .btn-float-whatsapp:hover {
  transform: scale(1.05);
}
@media screen and (min-width: 1024px) {
  .page-01-home .btn-float-whatsapp {
    height: 4rem;
    border-radius: 8px;
    padding-inline: 2.5rem;
    width: -moz-max-content;
    width: max-content;
    gap: 0.875rem;
    right: 2.5rem;
    bottom: 2.5rem;
  }
  .page-01-home .btn-float-whatsapp span {
    display: block;
    font-family: "Vastago Grotesk";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 126.6%;
    text-align: center;
    color: #FFFFFF;
  }
}


.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;
  }

  .swiper-depoimentos2 .box-text{
justify-content: flex-start;
  }

}

.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;
}

/* Video modal */
.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.8);
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.video-modal.active {
  display: flex;
}
.video-modal .video-content {
  width: min(960px, 95%);
  max-width: 100%;
  position: relative;
}
.video-modal .video-close {
  position: absolute;
  top: -14px;
  right: -14px;
  background: #ffffff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 21px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  z-index: 9999;
}
.video-modal .video-frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #000;
}
.video-modal .video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 420px) {
  .video-modal .video-close { width: 32px; height: 32px; top: -10px; right: -10px; }
}

/* Image modal / lightbox for .box-review images */
.image-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.85);
  z-index: 99998;
  padding: 1rem;
}
.image-modal.active { display: flex; }
.image-modal .image-wrapper {
  position: relative;
  max-width: 95%;
  max-height: 95%;
  overflow: hidden;
  border-radius: 6px;
}
.image-modal img {
  max-width: 100%;
  max-height: 100%;
  transform-origin: center center;
  transition: transform 150ms ease;
  cursor: grab;
  display: block;
}
.image-modal .image-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ffffff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}
.image-modal .zoom-controls {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: flex;
  gap: 8px;
}
.image-modal .zoom-controls button {
  background: #ffffff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}
@media (max-width: 420px) {
  .image-modal .image-close { width: 32px; height: 32px; top: 8px; right: 8px; }
  .image-modal .zoom-controls button { width: 32px; height: 32px; }
}


  .linktree-wrapper{display:flex;align-items:center;justify-content:center;min-height:70vh;padding:40px}
    .linktree-card{width:100%;max-width:520px;background:var(--color-banner, #fff);padding:36px;border-radius:16px;box-shadow:0 6px 30px rgba(0,0,0,0.06);text-align:center}
    .linktree-logo{width:96px;margin:0 auto 12px;display:block}
    .linktree-title{margin:4px 0 8px;color:var(--color-primary);font-size:22px}
    .linktree-desc{color:rgba(0,0,0,0.6);margin-bottom:18px}

    .linktree-list{display:flex;flex-direction:column;gap:12px}
    .linktree-item{display:block;padding:14px 18px;border-radius:12px;background:var(--color-primary);color:var(--color-formulario);text-decoration:none;font-weight:600;transition:transform .12s ease,opacity .12s ease}
    .linktree-item:hover{transform:translateY(-4px);opacity:0.95}

    .linktree-empty{padding:16px;border-radius:8px;background:rgba(0,0,0,0.03)}
    .linktree-footer{margin-top:20px;color:rgba(0,0,0,0.45);font-size:13px}

    .linktree-logo{
        filter: brightness(0) saturate(100%) invert(14%) sepia(11%) saturate(5892%) hue-rotate(138deg) brightness(90%) contrast(101%);
    }

    @media (max-width:600px){.linktree-card{padding:24px;border-radius:12px}}
    header, .page-01-home .main-footer {
display: none;
    }