@charset "UTF-8";
*,
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Baloo";
  src: url("/assets/fonts/Baloo_2/dehinted-subset-Baloo2-Bold.woff2") format("woff2");
  font-display: swap;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  size-adjust: 105%;
}
@font-face {
  font-family: "Montserrat Alternates";
  src: url("../assets/fonts/Montserrat_Alternates/dehinted-subset-MontserratAlternates-Regular.woff2") format("woff2");
  font-weight: normal;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  size-adjust: 105%;
}
@font-face {
  font-family: "Montserrat Alternates";
  src: url("../assets/fonts/Montserrat_Alternates/dehinted-subset-MontserratAlternates-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  size-adjust: 105%;
}
body {
  font-family: "Montserrat Alternates", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}

h1,
h2 {
  font-family: "Baloo", Arial, Helvetica, sans-serif;
}

.tag {
  font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #0066a7;
  background-color: rgba(142, 208, 250, 0.45);
  padding: 12px 16px;
  border-radius: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 1;
}

.button {
  margin-top: 40px;
  padding: 8px 8px 8px 20px;
  font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background-color: #e23c88;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-max-content;
  width: max-content;
  gap: 24px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
.button span {
  position: relative;
  z-index: 1;
}
.button .arrow {
  border-radius: 100%;
  width: 44px;
  height: 44px;
  background-color: #4da2d8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button::after {
  content: "";
  background-color: #4da2d8;
  width: 60px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  border-radius: 100000px;
  transition: all 0.3s linear;
}
.button img {
  transition: all 0.3s linear;
}
.button:hover img {
  transform: rotate(-45deg);
}
.button:hover::after {
  height: 100%;
  width: 100%;
  bottom: 0;
  background-color: #4da2d8;
}

.hero {
  padding: 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.hero .button {
  opacity: 0;
  transform: translateY(50px);
}
.hero .banner {
  position: absolute;
  inset: 0;
  margin: 1.5rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
.hero .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.hero .content {
  position: relative;
  z-index: 10;
  padding: 0 1.5rem;
}
.hero .content h1 {
  opacity: 0;
  transform: translateY(50px);
  color: #fff;
  font-size: 4rem;
  max-width: 43rem;
  margin-bottom: 0.5rem;
  padding-bottom: 1rem;
}
.hero .content h1 .blue_wave {
  position: relative;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
}
.hero .content h1 .blue_wave::before {
  content: "aaaaaaaaaaaaa";
  position: absolute;
  left: 0;
  bottom: -28px;
  font-size: 2em;
  color: transparent;
  -webkit-text-decoration: wavy;
          text-decoration: wavy;
  text-decoration-color: #4da2d8;
  text-decoration-line: underline;
  animation: animateWave 2s linear infinite;
}
.hero .content h1 svg {
  position: absolute;
  max-width: 100%;
  height: auto;
}
.hero .content h1 span {
  position: relative;
}
.hero .content h1 span svg {
  position: absolute;
  top: 80px;
  left: 3rem;
}
.hero .content h1 .stroke-animation {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: drawStroke 3s ease-in-out infinite;
}
.hero .content p {
  color: #fff;
  font-size: 1.25rem;
  max-width: 43rem;
  font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
  opacity: 0;
  transform: translateY(50px);
}

.potencial {
  padding-top: 80px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.potencial .container_imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 1430px;
  left: 50%;
  transform: translateX(-50%);
}
.potencial .button {
  margin: 24px auto 0 auto;
  position: relative;
  z-index: 1;
}
.potencial .container_imgs img {
  transform: translateY(20px);
  max-width: 300px;
}
.potencial .container_imgs img:first-child {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
  opacity: 1;
  height: auto;
  animation: balanceImg 4s ease-in-out infinite;
}
.potencial .container_imgs img:last-child {
  position: absolute;
  top: 200px;
  right: 0;
  z-index: -1;
  opacity: 1;
  height: auto;
  animation: balanceImgReverse 4s ease-in-out infinite;
}
.potencial h2 {
  color: #595959;
  font-family: "Baloo", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  max-width: 749px;
  text-align: center;
  width: 100%;
  margin: 2.5rem auto 1.5rem auto;
}
.potencial p {
  color: #1d1d1d;
  font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
  text-align: center;
  max-width: 716px;
  margin: 0 auto 16px auto;
}
@media (max-width: 768px) {
  .potencial {
    padding-bottom: 0;
  }
  .potencial .button {
    width: -moz-max-content;
    width: max-content;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}

body {
  background: #f0fafa;
  overflow-x: hidden;
}

.vlabel {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  padding: 6px 14px;
  font-family: "Nunito", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #aaa;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}

#v4 {
  position: relative;
  background: #f0fafa;
}
#v4 .bg-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
#v4 .bg-shape.s1 {
  width: 350px;
  height: 350px;
  top: -100px;
  right: -80px;
  background: #ffdde1;
  opacity: 0.5;
}
#v4 .bg-shape.s2 {
  width: 250px;
  height: 250px;
  bottom: 50px;
  left: -60px;
  background: #c7f2e8;
  opacity: 0.5;
}
#v4 .inner {
  position: relative;
  padding: 0 24px 80px 24px;
}
#v4 .tag {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
#v4 h2 {
  margin-bottom: 16px;
  font-size: clamp(44px, 7vw, 3rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -1px;
  color: #2a4a5a;
  font-family: "Baloo", Arial, Helvetica, sans-serif;
}
#v4 h2 .teal {
  color: #00bfa5;
}
#v4 h2 .coral {
  color: #ff7b8a;
}
#v4 .desc {
  max-width: 440px;
  margin-bottom: 56px;
  font-family: "Nunito", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
  color: #8aacba;
}
#v4 .toybox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  #v4 .toybox {
    grid-template-columns: 1fr;
  }
}
#v4 .toy {
  padding: 0 0 32px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.08);
  cursor: default;
  transition: 0.25s;
}
#v4 .toy:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 0 rgba(0, 0, 0, 0.06);
}
#v4 .toy:nth-child(1) {
  background: #fff0f3;
}
#v4 .toy:nth-child(2) {
  background: #f0f8ff;
}
#v4 .toy:nth-child(3) {
  background: #f0fff6;
}
#v4 .toy .toy-top {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 28px 28px 20px;
  margin-bottom: 20px;
  border-bottom: 3px dashed rgba(0, 0, 0, 0.06);
}
#v4 .toy:nth-child(1) .toy-top {
  background: #ffdde6;
}
#v4 .toy:nth-child(2) .toy-top {
  background: #d6edff;
}
#v4 .toy:nth-child(3) .toy-top {
  background: #ccffe8;
}
#v4 .toy .toy-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  font-size: 36px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 18px;
}
#v4 .toy h3 {
  font-family: "Baloo 2", cursive;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}
#v4 .toy:nth-child(1) h3 {
  color: #c04060;
}
#v4 .toy:nth-child(2) h3 {
  color: #2060a0;
}
#v4 .toy:nth-child(3) h3 {
  color: #107850;
}
#v4 .toy-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 28px;
}
#v4 .toy-item {
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
}
#v4 .toy-item h4 {
  margin-bottom: 2px;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: #2a4a5a;
}
#v4 .toy-item p {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #8aacba;
}
#v4 .cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  #v4 .cta-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
#v4 .toy-stats {
  display: flex;
  gap: 36px;
}
#v4 .toy-stats div b {
  display: block;
  font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  color: #2a4a5a;
}
#v4 .toy-stats div small {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #8aacba;
}
#v4 .toy-btn {
  padding: 16px 36px;
  font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
  background: #ff7b8a;
  border: none;
  border-radius: 100px;
  box-shadow: 0 6px 0 #d45060;
  cursor: pointer;
  transition: 0.2s;
}
#v4 .toy-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 0 #d45060;
}
#v4 .toy-btn:active {
  transform: translateY(2px);
  box-shadow: 0 4px 0 #d45060;
}
@media (max-width: 766px) {
  #v4 {
    overflow-x: clip;
  }
  #v4 .button {
    width: -moz-max-content;
    width: max-content;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  #v4 .bg-shape.s1 {
    top: 30px;
    right: -138px;
  }
}

/* Rectangle 35 */
.nosso-processo {
  padding: 80px 0 0px 0;
  margin-bottom: -150px;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 68.76%, #fff2f9 100%);
}
.nosso-processo .tag {
  margin-left: 0;
  margin-bottom: 24px;
}
.nosso-processo h2 {
  color: #595959;
  font-size: 3rem;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.nosso-processo .heading {
  margin-left: 100px;
}
.nosso-processo .scroll-section {
  position: relative;
  overflow: hidden;
}
.nosso-processo .cards-container {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 50px 80px 100px;
  gap: 40px;
}
.nosso-processo .heading {
  flex: 1 0 35%;
}
.nosso-processo .card {
  height: 80%;
  flex: 1 0 50%;
  border-radius: 24px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  position: relative;
}
.nosso-processo .card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: inherit;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.nosso-processo .content-card {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  max-width: 80%;
}
.nosso-processo .content-card span {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 8px 16px;
  border-radius: 100px;
  font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin: 16px;
  display: inline-block;
}
.nosso-processo .content-card p {
  color: #fff;
  font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin: 16px;
}
.nosso-processo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
.nosso-processo .card:last-child {
  margin-right: 0px;
}
@media (max-width: 768px) {
  .nosso-processo {
    padding-top: 24px;
  }
  .nosso-processo h2 {
    font-size: 2rem;
  }
  .nosso-processo .heading {
    margin-left: 24px;
  }
  .nosso-processo .cards-container {
    padding-left: 24px;
    height: 90vh;
  }
  .nosso-processo .card {
    flex: 1 0 100%;
  }
}

.cada-conquista {
  overflow: hidden;
  padding: 80px 100px;
  position: relative;
}
.cada-conquista .arrow-pink,
.cada-conquista .arrow-blue {
  position: absolute;
}
.cada-conquista .arrow-pink img,
.cada-conquista .arrow-blue img {
  width: 100%;
}
.cada-conquista .arrow-pink {
  right: 0;
  top: 0px;
}
.cada-conquista .arrow-blue {
  left: 0;
}
.cada-conquista h2 {
  max-width: 989px;
  text-align: center;
  color: #595959;
  font-size: 3rem;
  margin: 1.5rem auto;
}
.cada-conquista .destaque {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-top: 80px;
}
.cada-conquista .destaque > div:first-child {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.cada-conquista .persona {
  flex: 0 0 auto;
  text-align: center;
  max-width: 393px;
  position: relative;
  overflow: hidden;
}
.cada-conquista .persona .play-button {
  width: 60px;
  height: 60px;
  position: absolute;
  fill: rgb(226, 60, 136);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse-animation 2s infinite;
  border-radius: 1000px;
  cursor: pointer;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(226, 60, 136, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(226, 60, 136, 0);
  }
}
.cada-conquista .persona img {
  width: 100%;
  height: auto;
}
.cada-conquista .persona p {
  color: #1d1d1d;
  text-align: center;
  max-width: 393px;
  margin: 16px auto 0;
  font-size: 0.95rem;
}
.cada-conquista .destaque > div:last-child {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.cada-conquista .content,
.cada-conquista .content-right {
  width: 100%;
  max-width: 393px;
  margin-bottom: 0;
  padding: 1.5rem;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cada-conquista .content:hover,
.cada-conquista .content-right:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cada-conquista .content .title,
.cada-conquista .content-right .title {
  font-size: 1rem;
  font-family: "Montserrat Alternates", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #909090;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cada-conquista .content p,
.cada-conquista .content-right p {
  color: #1d1d1d;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}
.cada-conquista .content-right {
  text-align: right;
}
.cada-conquista .content-right p {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1d1d1d;
  margin-top: 0.5rem;
  line-height: 1;
}
.cada-conquista #modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.cada-conquista #modalOverlay video {
  width: 100%;
  border-radius: 24px;
}
.cada-conquista #modalOverlay h2 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .cada-conquista .arrow-pink {
    top: 4.5rem;
  }
}
@media (max-width: 1300px) {
  .cada-conquista .arrow-pink {
    top: 3rem;
    right: -10rem;
  }
  .cada-conquista .arrow-blue {
    top: 3rem;
    left: -10rem;
  }
}
@media (max-width: 1200px) {
  .cada-conquista {
    padding: 60px 60px;
  }
  .cada-conquista .destaque {
    gap: 30px;
  }
  .cada-conquista .content,
  .cada-conquista .content-right {
    max-width: 100%;
    padding: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .cada-conquista {
    padding: 50px 40px;
  }
  .cada-conquista h2 {
    font-size: 2.5rem;
  }
  .cada-conquista .destaque {
    gap: 25px;
    margin-top: 60px;
  }
  .cada-conquista .persona {
    max-width: 300px;
  }
  .cada-conquista .persona img {
    max-width: 280px;
  }
  .cada-conquista .content,
  .cada-conquista .content-right {
    padding: 1rem;
  }
  .cada-conquista .content .title,
  .cada-conquista .content-right .title {
    font-size: 0.95rem;
  }
  .cada-conquista .content p,
  .cada-conquista .content-right p {
    font-size: 0.9rem;
  }
  .cada-conquista .content-right p {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .cada-conquista {
    padding: 40px 20px;
  }
  .cada-conquista .arrow-blue,
  .cada-conquista .arrow-pink {
    display: none;
  }
  .cada-conquista h2 {
    font-size: 2rem;
    margin: 1rem auto;
  }
  .cada-conquista .destaque {
    flex-direction: column;
    gap: 2rem;
    margin-top: 40px;
  }
  .cada-conquista .destaque > div:first-child,
  .cada-conquista .destaque > div:last-child {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .cada-conquista .persona {
    order: -1;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .cada-conquista .persona img {
    max-width: 350px;
    margin: 0 auto;
    display: block;
  }
  .cada-conquista .persona p {
    max-width: 100%;
  }
  .cada-conquista .content {
    text-align: left;
  }
  .cada-conquista .content-right {
    text-align: center;
  }
  .cada-conquista .content-right p {
    font-size: 2.2rem;
  }
  .cada-conquista #modalOverlay .modal-header h2 {
    font-size: 1.5rem;
  }
  .cada-conquista #modalOverlay .close-btn {
    top: 16px;
    right: 16px;
  }
}
@media (max-width: 480px) {
  .cada-conquista {
    padding: 30px 15px;
  }
  .cada-conquista h2 {
    font-size: 1.75rem;
  }
  .cada-conquista .destaque {
    gap: 1.5rem;
    margin-top: 30px;
  }
  .cada-conquista .persona img {
    max-width: 100%;
  }
  .cada-conquista .persona p {
    font-size: 0.9rem;
    margin-top: 12px;
  }
  .cada-conquista .content,
  .cada-conquista .content-right {
    padding: 1rem 0.8rem;
  }
  .cada-conquista .content .title,
  .cada-conquista .content-right .title {
    font-size: 0.9rem;
    margin-bottom: 12px;
  }
  .cada-conquista .content p,
  .cada-conquista .content-right p {
    font-size: 0.85rem;
  }
  .cada-conquista .content-right p {
    font-size: 1.8rem;
  }
}

#modalOverlay .open-btn {
  padding: 16px 48px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid white;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
#modalOverlay .open-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
#modalOverlay .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  backdrop-filter: blur(5px);
}
#modalOverlay .modal {
  background: white;
  border-radius: 20px;
  padding: 40px;
  max-width: 1100px;
  width: 90%;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: scale(0.7);
  opacity: 0;
}
#modalOverlay .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#modalOverlay .modal-header h2 {
  color: #333;
  font-size: 28px;
}
#modalOverlay .close-btn {
  width: 40px;
  height: 40px;
  border: none;
  background: #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #666;
  transition: all 0.3s ease;
  position: absolute;
  right: 24px;
  top: 24px;
}
#modalOverlay .close-btn:hover {
  background: #e0e0e0;
  transform: rotate(90deg);
}
#modalOverlay .modal-content {
  color: #666;
  line-height: 1.6;
}
#modalOverlay .btn {
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
#modalOverlay .btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}
#modalOverlay .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}
#modalOverlay .btn-secondary {
  background: #f0f0f0;
  color: #666;
}
#modalOverlay .btn-secondary:hover {
  background: #e0e0e0;
}

.nossos-servicos {
  background: linear-gradient(178.51deg, #ffeafb -24.92%, #fffbf0 22.24%, #fffbf0 81.15%, #ffeafb 129.45%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.nossos-servicos::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(26, 26, 46, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}
.nossos-servicos > * {
  position: relative;
  z-index: 1;
}

.nossos-servicos__header {
  text-align: center;
  padding: 0 20px 60px;
}
.nossos-servicos__header h2 {
  font-family: "Baloo", Arial, Helvetica, sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  color: #595959;
  max-width: 896px;
  margin: 0 auto 16px;
  line-height: 1.2;
}
.nossos-servicos__header p {
  color: #666;
  max-width: 896px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
}

.nossos-servicos__grid {
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  max-width: calc(100% - 40px);
}
@media (max-width: 1024px) {
  .nossos-servicos__grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 768px) {
  .nossos-servicos__grid {
    grid-template-columns: 1fr;
  }
}

.nossos-servicos__cell {
  border-radius: 24px;
  padding: 36px;
  opacity: 0;
  transform: scale(0.8);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.nossos-servicos__cell:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px) scale(1.01);
}
.nossos-servicos__cell--big {
  grid-column: span 7;
}
.nossos-servicos__cell--med {
  grid-column: span 5;
}
.nossos-servicos__cell--half {
  grid-column: span 6;
}
.nossos-servicos__cell--third {
  grid-column: span 4;
}
@media (max-width: 1024px) {
  .nossos-servicos__cell--big, .nossos-servicos__cell--med, .nossos-servicos__cell--half, .nossos-servicos__cell--third {
    grid-column: span 6;
  }
}
@media (max-width: 768px) {
  .nossos-servicos__cell--big, .nossos-servicos__cell--med, .nossos-servicos__cell--half, .nossos-servicos__cell--third {
    grid-column: span 1;
  }
}
.nossos-servicos__cell--bg1 {
  background: #ffe8e8;
}
.nossos-servicos__cell--bg2 {
  background: #fff4cc;
}
.nossos-servicos__cell--bg3 {
  background: #e8f8ec;
}
.nossos-servicos__cell--bg4 {
  background: #e8f4ff;
}
.nossos-servicos__cell--bg5 {
  background: #f3e8ff;
}
.nossos-servicos__cell--bg6 {
  background: #ffe8f4;
}
.nossos-servicos__cell--dark {
  background: #1a1a2e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 12px;
}
.nossos-servicos__cell--dark h3 {
  color: white;
  font-size: 28px;
  line-height: 1.2;
}
.nossos-servicos__cell--dark p {
  color: rgba(255, 255, 255, 0.65);
}
.nossos-servicos__cell--dark .nossos-servicos__cta-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 12px 28px;
  background: #ff6b6b;
  color: white;
  border-radius: 50px;
  font-family: "montserrat alternates", Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s;
  cursor: pointer;
  border: none;
}
.nossos-servicos__cell--dark .nossos-servicos__cta-btn:hover {
  background: #e05555;
  transform: scale(1.05);
}

.nossos-servicos__icon {
  font-size: 48px;
  margin-bottom: 16px;
  display: block;
  line-height: 1;
  transition: transform 0.3s ease;
}
.nossos-servicos__cell:hover .nossos-servicos__icon {
  transform: scale(1.15) rotate(-5deg);
}

.nossos-servicos__cell-title {
  font-family: "Baloo", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
  line-height: 1.3;
}

.nossos-servicos__cell-text {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(26, 26, 46, 0.6);
}

.nossos-servicos__pill {
  display: inline-block;
  margin-top: 16px;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 800;
  font-family: "montserrat alternates", Arial, Helvetica, sans-serif;
  background: rgba(26, 26, 46, 0.08);
  color: #1a1a2e;
}

.depoimentos {
  padding: 80px 0px 80px 100px;
  background: linear-gradient(180deg, #fff2f9 0%, #f0fafa 41.79%);
}
.depoimentos h2 {
  font-size: 3rem;
  color: #595959;
  margin: 1.5rem auto;
  text-align: center;
  max-width: 989px;
}
.depoimentos .testemonials {
  max-width: 1200px;
  margin: 0 auto;
}
.depoimentos .container1 {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.depoimentos .container1 {
  justify-content: center;
}
.depoimentos .card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  flex: 1;
  transition: transform 0.3s ease;
  width: 100%;
}
.depoimentos .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}
.depoimentos .card p:first-child {
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 15px;
}
.depoimentos .description {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.depoimentos .description img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.depoimentos .description p {
  color: #666;
  font-size: 14px;
  font-weight: 600;
}
.depoimentos {
  /* Mobile: um card abaixo do outro */
}
@media (max-width: 768px) {
  .depoimentos {
    padding: 60px 20px;
    padding-top: 0;
  }
  .depoimentos h2 {
    font-size: 2rem;
  }
  .depoimentos .container1,
  .depoimentos .container2 {
    flex-direction: column;
    align-items: center;
  }
  .depoimentos .card {
    max-width: 100%;
    width: 100%;
  }
}
.depoimentos {
  /* Tablet: ajuste intermediário */
}
@media (min-width: 769px) and (max-width: 1024px) {
  .depoimentos {
    padding: 60px 40px;
  }
  .depoimentos .card {
    max-width: 350px;
  }
}

.faq-section-wrapper {
  margin: 0 auto;
  background: linear-gradient(89.74deg, rgba(255, 177, 213, 0.1) -1.91%, rgba(178, 225, 255, 0.1) 100%);
  padding: 80px 100px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.faq-section-wrapper .tag {
  margin-left: 0;
  margin-bottom: 24px;
}
.faq-section-wrapper .container {
  border-radius: 20px;
  overflow: hidden;
}
.faq-section-wrapper .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
  align-items: center;
}
.faq-section-wrapper .faq-content {
  padding: 60px 40px;
}
.faq-section-wrapper .faq-content h1 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 10px;
}
.faq-section-wrapper .faq-content > p {
  color: #666;
  margin-bottom: 40px;
  font-size: 1.1rem;
}
.faq-section-wrapper .faq-list .faq-item {
  margin-bottom: 15px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}
.faq-section-wrapper .faq-list .faq-item.active {
  border-color: #e23c88;
}
.faq-section-wrapper .faq-list .faq-item .faq-question {
  padding: 20px;
  background: #f8f9fa;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background 0.3s ease;
}
.faq-section-wrapper .faq-list .faq-item .faq-question:hover {
  background: #e9ecef;
}
.faq-section-wrapper .faq-list .faq-item .faq-question h3 {
  font-size: 1.1rem;
  color: #333;
  font-weight: 600;
}
.faq-section-wrapper .faq-list .faq-item .faq-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e23c88;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-left: 15px;
}
.faq-section-wrapper .faq-list .faq-item .faq-answer {
  height: 0;
  overflow: hidden;
  background: #fff;
}
.faq-section-wrapper .faq-list .faq-item .faq-answer-content {
  padding: 0 20px;
  color: #555;
  line-height: 1.6;
}
.faq-section-wrapper .faq-list .faq-item .faq-answer-content p {
  margin: 0;
}
.faq-section-wrapper .image-section {
  display: flex;
  position: relative;
  overflow: hidden;
  flex-direction: column;
}
.faq-section-wrapper .image-section h2 {
  font-size: 3rem;
  color: #595959;
  margin-bottom: 20px;
  text-align: left;
  max-width: 73%;
}
.faq-section-wrapper .image-section p {
  color: #767676;
  max-width: 73%;
}
.faq-section-wrapper .image-section .image-container {
  position: relative;
  z-index: 1;
}
.faq-section-wrapper .image-section .image-container img {
  width: 100%;
  height: 332px;
  max-width: 73%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  margin-top: 24px;
}
@media (max-width: 968px) {
  .faq-section-wrapper {
    padding: 80px 24px;
  }
  .faq-section-wrapper .content-wrapper {
    grid-template-columns: 1fr;
  }
  .faq-section-wrapper .image-section {
    min-height: 300px;
  }
  .faq-section-wrapper .image-section h2,
  .faq-section-wrapper .image-section p {
    width: 100%;
    max-width: 100%;
  }
  .faq-section-wrapper .image-section h2 {
    font-size: 2rem;
  }
  .faq-section-wrapper .image-section .image-container img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .faq-section-wrapper .faq-content {
    margin-top: 24px;
    padding: 0;
  }
  .faq-section-wrapper .faq-content h1 {
    font-size: 2rem;
  }
}

.vamos-conversar {
  padding: 80px 100px;
}
.vamos-conversar .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 392px;
  height: auto;
  padding: 24px 16px;
}
.vamos-conversar .container .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 1;
  border-radius: 24px;
  z-index: -1;
}
.vamos-conversar .container h2 {
  color: #fff;
  font-size: 3rem;
}
.vamos-conversar .container p {
  font-weight: 700;
  color: #fff;
  margin: 1rem 0 2rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .vamos-conversar {
    padding: 80px 24px;
  }
  .vamos-conversar .container h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 1460px) {
  .potencial .container_imgs {
    width: 100%;
  }
  .potencial .container_imgs img {
    width: 300px;
  }
}
@media (max-width: 1377px) {
  .potencial .container_imgs {
    width: 100%;
  }
  .potencial .container_imgs img {
    width: 250px;
  }
}
@media (max-width: 1268px) {
  .potencial .container_imgs {
    width: 100%;
  }
  .potencial .container_imgs img {
    width: 200px;
  }
}
@media (max-width: 1165px) {
  .potencial .container_imgs {
    width: 100%;
  }
  .potencial .container_imgs img {
    width: 150px;
  }
}
@media (max-width: 1100px) {
  .potencial .tag {
    width: 100%;
    text-align: center;
  }
  .potencial h2,
  .potencial p {
    max-width: 100%;
  }
  .potencial a {
    width: 100%;
  }
  .potencial .container_imgs {
    width: 100%;
    display: none;
  }
  .potencial .container_imgs img {
    width: 120px;
  }
}
@media (max-width: 784px) {
  .hero .banner {
    margin: 1rem;
  }
  .hero .content h1 {
    font-size: 3rem;
  }
  .hero .content h1 span svg {
    width: 70%;
    top: 60px;
  }
  .hero .content h1 .blue_wave::before {
    bottom: -21px;
  }
  .hero .content p {
    font-size: 1rem;
  }
  .hero .content a {
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .potencial h2 {
    font-size: 2.5rem;
  }
  .potencial p {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .button span {
    font-size: 0.875rem;
  }
  .button .arrow {
    width: 36px;
    height: 36px;
  }
  .button .arrow img {
    width: 24px;
  }
  .hero .banner {
    margin: 0.5rem;
  }
  .hero .content {
    padding: 0;
  }
  .hero .content h1 {
    font-size: 2rem;
    line-height: 45px;
  }
  .hero .content h1 span svg {
    width: 60%;
    top: 35px;
  }
  .hero .content h1 .blue_wave {
    height: 55px;
  }
  .hero .content h1 .blue_wave::before {
    bottom: 22px;
  }
  .hero .content p {
    font-size: 0.875rem;
  }
  .tag {
    font-size: 0.875rem;
  }
  .potencial h2 {
    font-size: 2rem;
  }
  .potencial p {
    font-size: 0.875rem;
  }
}
@media (max-width: 320px) {
  .hero .content h1 span svg {
    display: none;
  }
  .hero .content a {
    font-size: 12px;
  }
  .hero .content a .arrow {
    height: 24px;
    width: 24px;
    gap: 12px;
  }
}
@keyframes drawStroke {
  0% {
    stroke-dashoffset: 400;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -400;
  }
}
@keyframes animateWave {
  0% {
    transform: translateX(-1px);
  }
  100% {
    transform: translateX(-55px);
  }
}
@keyframes balanceImg {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes balanceImgReverse {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  animation: fadeIn 0.3s ease;
}
.video-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  animation: slideUp 0.4s ease;
}

.video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.video-modal-close:hover {
  transform: scale(1.2);
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .video-modal-content {
    width: 95%;
  }
  .video-modal-close {
    top: -35px;
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .video-modal-close {
    top: -30px;
    right: 5px;
    font-size: 30px;
  }
}
@keyframes floatDeco {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-12px) rotate(15deg);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.25);
  }
  50% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.15);
  }
}
.footer {
  background: #1a1a2e;
  position: relative;
  overflow: hidden;
  padding-top: 0;
}
.footer-wave {
  width: 100%;
  line-height: 0;
  display: block;
}
.footer-wave svg {
  display: block;
  width: 100%;
  height: 80px;
}
@media (max-width: 580px) {
  .footer-wave svg {
    height: 50px;
  }
}
.footer-deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  font-size: 1.4rem;
  opacity: 0.18;
  animation: floatDeco 6s ease-in-out infinite;
}
.footer-deco:nth-child(1) {
  top: 12%;
  left: 3%;
  animation-delay: 0s;
}
.footer-deco:nth-child(2) {
  top: 55%;
  left: 7%;
  animation-delay: 1.5s;
}
.footer-deco:nth-child(3) {
  top: 20%;
  right: 5%;
  animation-delay: 0.8s;
}
.footer-deco:nth-child(4) {
  top: 65%;
  right: 9%;
  animation-delay: 2.3s;
}
.footer-deco:nth-child(5) {
  top: 40%;
  left: 45%;
  animation-delay: 1s;
}
.footer-content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 20px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 900px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 580px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 28px;
  }
}
.footer-section h3 {
  font-family: "Baloo", Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  background: linear-gradient(135deg, #ffd93d, #ff6b35);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
  line-height: 1.1;
}
.footer-section h4 {
  font-family: "Baloo", Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  color: #ffd93d;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-section p {
  color: #cbd5e1;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 6px;
}
.footer-section a {
  color: #4ecdc4;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s;
}
.footer-section a:hover {
  color: #ffd93d;
}
.footer-section ul {
  list-style: none;
}
.footer-section ul li {
  color: #cbd5e1;
  font-size: 0.88rem;
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-section ul li::before {
  content: "⭐";
  font-size: 0.75rem;
}
.footer-section .brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #e03f86, #ff6b9d);
  border-radius: 50px;
  padding: 8px 16px 8px 8px;
  margin-bottom: 12px;
}
.footer-section .brand-badge span {
  color: #fff;
  font-family: "Baloo", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.3px;
}
.footer-section .brand-icon {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.footer-map-section {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 32px;
}
.footer-divider {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.footer-divider hr {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 217, 61, 0.3), rgba(78, 205, 196, 0.3), transparent);
  border-radius: 2px;
}
.footer-bottom {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 18px 24px 24px;
  color: #64748b;
  font-size: 0.82rem;
  line-height: 1.8;
}
.footer-bottom strong {
  color: #4ecdc4;
}
.footer-bottom .heart {
  color: #ff6b9d;
  font-size: 1rem;
  display: inline-block;
  animation: heartbeat 1.6s ease-in-out infinite;
}

.map-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.map-header h4 {
  font-family: "montserrat alternates", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  color: #ffd93d;
}

.map-pin-emoji {
  font-size: 1.5rem;
  animation: bounce 1.4s ease-in-out infinite;
}

.map-wrapper {
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid rgba(255, 217, 61, 0.35);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 0 6px rgba(78, 205, 196, 0.08);
  position: relative;
}
.map-wrapper iframe {
  width: 100%;
  height: 260px;
  display: block;
  border: none;
}

.map-sticker {
  position: absolute;
  font-size: 1.5rem;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}
.map-sticker.tl {
  top: -14px;
  left: 12px;
  transform: rotate(-15deg);
}
.map-sticker.tr {
  top: -14px;
  right: 12px;
  transform: rotate(15deg);
}/*# sourceMappingURL=style.css.map */