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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
  background-color: #fff;
}

header {
  height: 130px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  border-bottom: 0.54px solid rgba(0, 26, 73, 1);
  background-color: #fff;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 20;
  background-color: #001a49;
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
}

.skip-link:focus {
  top: 16px;
}

.ctaabout {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #464646;
  margin-bottom: 40px;
  text-align: justify;
  opacity: 0.6;
  cursor: pointer;
}

.ctaabout span {
  color: rgba(233, 50, 124, 1);
  text-decoration: underline;
}

.logo {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #001a49;
}

.burger-menu {
  display: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.burger-menu svg {
  fill: #001a49;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;
}

.menu li {
  position: relative;
}

.menu-mobile {
  display: none;
}

.menu li a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  letter-spacing: 0.01em;
  color: #001a49;
  padding: 10px 20px;
}

.menu li a.active,
.menu li a:hover {
  background-color: #e9327c;
  border-radius: 11px;
  padding: 10px 20px;
  color: #fff;
}

/* responsivo */

/* Mostra o menu mobile quando o botão é clicado */
.show-menu-mobile {
  transform: translateY(0%);
}

/* Estilo para o botão do menu mobile */

/* Estilo para as barras horizontais do botão */
.burger {
  width: 100%;
  height: 2px;
  background-color: #000;
  margin: 4px 0;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

.about {
  padding: 90px 150px;
  justify-content: flex-start;
  align-items: flex-start;
}

.about::first-child {
  justify-content: center;
  align-items: center;
  color: red;
}

.about h2 {
  text-align: center;
  margin: 0 auto 50px auto;
}

.about p {
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #464646;
  margin-bottom: 40px;
  text-align: justify;
  opacity: 0.6;
}

.about-contact {
  margin-bottom: 80px;
}

.whats-btn {
  vertical-align: middle;
  margin-left: 15px;
  width: 20px;
}


@media only screen and (max-width: 1000px) {
  header {
    height: 60px;
    padding: 18px;
  }

  .logo img {
    max-height: 40px;
  }

  .menu {
    display: none;
  }

  .burger-menu {
    display: block;
  }

  .btn.desktop {
    display: none;
  }

  .menu-mobile {
    background-color: hsla(219, 100%, 14%, 0.973);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 30px;
    z-index: 9;
    justify-content: space-between;
  }

  .hide {
    display: none;
  }

  .active {
    display: flex;
  }

  .menu-mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .menu-mobile .btn {
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 14px;
    padding: 12px 20px;
    margin: 20px 0 0 0;
  }

  .menu-mobile li {
    margin-bottom: 20px;
  }

  .menu-mobile a {
    color: #fff;

    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    transition: color 0.3s ease;
  }

  .menu-mobile ul li:last-child {
    padding-top: 50px;
  }

  .menu-mobile ul li a:hover {
    color: #e9327c;
  }

  .menu-mobile .btn:hover {
    border: 1px solid #e9327c;
  }

  .menu-mobile .close-menu {
    display: flex;
    justify-content: flex-end;
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .menu-mobile .close-menu img {
    cursor: pointer;
  }
}
/* responsive */

.hero {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-top: 30px;
}

.col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  margin: 0 30px;
}

.col-1 {
  color: rgba(0, 26, 73, 1);
  font-weight: 800;
  font-size: 30px;
  line-height: 85px;
  text-align: center;
}

.col-2 {
  opacity: 0.6;
  font-size: 24px;
  text-align: center;
  max-width: 800px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.col-3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 64px;
  margin-top: 32px;
}

.btn {
  background-color: #e9327c;
  color: #ffffff;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 21px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  border: 2px solid #e9327c;
  text-decoration: none;
}

.btn:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(43, 177, 228, 0.55);
  outline-offset: 3px;
}

.link-pink {
  color: #e9327c;
  margin-right: 12px;
}

.outline {
  background-color: transparent;
  color: #e9327c;
}

.separador {
  display: flex;
  justify-content: center;
  align-items: center;
}

.separador span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(29, 172, 227, 1);
  margin: 0; /* espaçamento entre cada elipse */
  margin: 75px 15px;
}

section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

h2,
h3 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.003em;
  margin: 0;
}

h2 {
  font-size: 55px;
  color: #001a49;
}

h3 {
  font-size: 24px;
  color: #e9327c;
}

.card {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px 110px;
  gap: 160px;
}

.card-text {
  width: 50%;
  text-align: left;
  box-sizing: border-box;
}

.card-text h2 {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 68px;
  text-align: left;
  color: #001a49;
  margin-bottom: 20px;
}

.card-text p {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 44px;
  color: rgba(70, 70, 70, 1);
  opacity: 0.6;
}

.card-text .btn {
  margin-top: 20px;
}

.reverse {
  flex-direction: row-reverse;
}

.contact div {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}

.inner-hero {
  padding: 80px 150px 20px;
  text-align: center;
}

.inner-hero h1 {
  color: #001a49;
  font-family: "Nunito", sans-serif;
  font-size: 55px;
  line-height: 110%;
  margin-bottom: 24px;
}

.inner-hero p {
  color: #464646;
  font-size: 24px;
  line-height: 150%;
  margin: 0 auto;
  max-width: 920px;
  opacity: 0.75;
}

.content-page {
  align-items: stretch;
  padding: 40px 150px 90px;
}

.inner-hero + .separador span {
  margin: 28px 15px;
}

.content-page > .card:first-child {
  margin-top: 0;
}

.content-page h2,
.content-page h3 {
  text-align: left;
}

.content-page h2 {
  font-size: 38px;
  margin: 40px 0 18px;
}

.content-page h3 {
  font-size: 22px;
  margin: 30px 0 12px;
}

.content-page p,
.content-page li {
  color: #464646;
  font-size: 20px;
  line-height: 170%;
  opacity: 0.75;
}

.content-page ul,
.content-page ol {
  padding-left: 24px;
}

.feature-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
}

.feature-item {
  border: 1px solid rgba(0, 26, 73, 0.12);
  border-radius: 8px;
  padding: 24px;
}

.feature-item h3 {
  color: #001a49;
  font-size: 24px;
  margin-top: 0;
}

.service-cta {
  align-items: center;
  background-color: rgba(43, 177, 228, 0.08);
  border-radius: 8px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 50px;
  padding: 32px;
}

.service-cta p {
  margin: 0;
}

.support-panel {
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1fr) 460px;
  width: 100%;
  align-items: start;
}

.support-form {
  display: grid;
  gap: 18px;
  width: 100%;
  max-width: 460px;
}

.support-form label {
  color: #001a49;
  display: grid;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 700;
  gap: 7px;
}

.support-form input,
.support-form select,
.support-form textarea {
  border: 1.5px solid #e2e6ef;
  border-radius: 10px;
  background-color: #fff;
  color: #2a2f3a;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  padding: 13px 16px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.15s ease;
}

.support-form input::placeholder,
.support-form textarea::placeholder {
  color: #9aa1b0;
}

.support-form input:hover,
.support-form select:hover,
.support-form textarea:hover {
  border-color: #c9d0de;
}

.support-form input:focus,
.support-form select:focus,
.support-form textarea:focus {
  border-color: #e9327c;
}

.support-form select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23001a49' d='M6 8 0 2 1.4.6 6 5.2 10.6.6 12 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.support-form textarea {
  resize: vertical;
  min-height: 120px;
}

.support-form button[type="submit"] {
  width: 100%;
  margin-top: 4px;
  padding: 14px 21px;
  font-size: 16px;
  font-weight: 700;
}

.support-form__hp {
  height: 1px;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.support-form__status {
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  min-height: 1.2em;
}

.support-form__status.is-success {
  color: #1c7c3e;
}

.support-form__status.is-error {
  color: #c0264a;
}

.support-form__status.is-loading {
  color: #001a49;
}

.floating-whatsapp {
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  bottom: 24px;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.28);
  display: flex;
  height: 62px;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  right: 24px;
  width: 62px;
  z-index: 8;
}

.floating-whatsapp img {
  border-radius: 50%;
  height: 62px;
  object-fit: cover;
  width: 62px;
}

.cookie-banner {
  align-items: center;
  background-color: #fff;
  border: 1px solid rgba(0, 26, 73, 0.14);
  border-radius: 8px;
  bottom: 24px;
  box-shadow: 0 18px 45px rgba(0, 26, 73, 0.18);
  display: none;
  gap: 24px;
  left: 24px;
  max-width: 720px;
  padding: 22px;
  position: fixed;
  right: 110px;
  z-index: 10;
}

.cookie-banner.is-visible {
  display: flex;
}

.cookie-banner p {
  color: #464646;
  font-size: 15px;
  line-height: 150%;
  margin: 0;
  opacity: 0.8;
}

.cookie-banner .cookie-icon {
  align-self: center;
  flex-shrink: 0;
  height: 48px;
  object-fit: contain;
  width: auto;
}

.cookie-actions {
  display: flex;
  flex-shrink: 0;
  gap: 12px;
}

.not-found {
  min-height: 52vh;
}

footer {
  background-color: #001a49;
  color: #fff;
}

footer h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #2bb1e4;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul li {
  margin-bottom: 10px;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

footer p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

footer .btn-small {
  border-color: #2bb1e4;
  padding: 6px 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #2bb1e4;
}

footer .social-icons {
  display: flex;
  margin-bottom: 30px;
}

footer .social-icons img {
  height: 36px;
  width: 36px;
  margin-right: 15px;
}

footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer .col-md-3 {
  width: 25%;
  padding: 0 15px;
}

footer .border-top {
  border-top: 1px solid #fff;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .border-top .logo {
  height: 30px;
  width: auto;
}

footer .border-top p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.linkti {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.75);
}

footer .container {
  padding: 50px 50px 20px 50px;
}

@media only screen and (max-width: 1000px) {
  .col-1 {
    font-size: 19px;
    font-weight: 800;
    line-height: 45px;
    padding: 20px;
    margin: 0;
    text-align: center;
  }

  .col-2 {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.01em;
  }

  .col-3 {
    gap: 20px;
    padding: 0;
  }

  .btn-outline {
    margin: 0;
  }

  h2 {
    font-size: 38px;
    color: #001a49;
  }

  h3 {
    font-size: 16px;
    color: #e9327c;
  }

  .about {
    padding: 40px 24px;
  }

  .about h2 {
    margin: 0 auto 20px auto;
  }

  .about p{
    font-size: 14px;
    margin-bottom: 20px;
  }

  .ctaabout {
    cursor: pointer;
    font-size: 14px;
  }

  .card {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 20px 24px;
  }

  .inner-hero {
    padding: 50px 24px 10px;
  }

  .inner-hero h1 {
    font-size: 38px;
  }

  .inner-hero p {
    font-size: 18px;
  }

  .content-page {
    padding: 20px 24px 60px;
  }

  .content-page h2 {
    font-size: 28px;
  }

  .content-page p,
  .content-page li {
    font-size: 16px;
  }

  .feature-grid,
  .support-panel {
    grid-template-columns: 1fr;
  }

  .service-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }

  .floating-whatsapp {
    bottom: 18px;
    height: 56px;
    right: 18px;
    width: 56px;
  }

  .floating-whatsapp img {
    height: 56px;
    width: 56px;
  }

  .cookie-banner {
    align-items: flex-start;
    bottom: 90px;
    flex-direction: column;
    left: 16px;
    right: 16px;
  }

  .cookie-actions {
    width: 100%;
  }

  .cookie-actions .btn {
    flex: 1;
  }

  .card img {
    max-width: 320px;
  }

  .card-text {
    width: auto;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .card-text h2 {
    font-size: 24px;
    align-items: center;
    text-align: center;
  }

  .card-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #464646;
    opacity: 0.6;
  }

  footer .row {
    flex-direction: column;
    gap: 70px;
  }

  footer .col-md-3 {
    width: auto;
  }

  footer .border-top {
    margin-top: 0;
    text-align: left;
  }

  .linkti {
    display: none;
  }
  footer .container {
    padding: 40px 20px 20px 20px;
  }

  footer .copy {
    padding-top: 20px;
  }
}


.cta {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  padding: 10px 30px;
}

/* ===== Nossos números ===== */
.stats {
  width: 100%;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px 40px;
  width: 100%;
  max-width: 1000px;
  margin: 60px auto 0;
  padding: 0 24px;
  box-sizing: border-box;
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.stat-num {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1;
  color: #e9327c;
}

.stat-label {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #001a49;
  max-width: 220px;
}

/* ===== Avaliação de clientes (carrossel) ===== */
.reviews {
  width: 100%;
  background: #fff;
  padding: 16px 0 50px;
  box-sizing: border-box;
}

.reviews-carousel {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 60px auto 0;
  padding: 0 60px;
  box-sizing: border-box;
}

.reviews-viewport {
  overflow: hidden;
}

.reviews-track {
  display: flex;
  gap: 30px;
  transition: transform 0.4s ease;
  will-change: transform;
}

.review {
  flex: 0 0 calc((100% - 60px) / 3);
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0, 26, 73, 0.05);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}

.review-stars {
  color: #e9327c;
  font-size: 20px;
  letter-spacing: 2px;
}

.review-text {
  font-family: "Nunito", sans-serif;
  font-size: 17px;
  line-height: 28px;
  color: #464646;
  margin: 0;
  flex: 1;
}

.review-author {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
}

.review-avatar {
  grid-row: 1 / span 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.review-name {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #001a49;
  align-self: end;
}

.review-role {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #464646;
  opacity: 0.7;
  align-self: start;
}

.reviews-nav {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(0, 26, 73, 0.15);
  background: #fff;
  color: #001a49;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 26, 73, 0.1);
  z-index: 2;
}

.reviews-nav:hover {
  background: #e9327c;
  color: #fff;
  border-color: #e9327c;
}

.reviews-nav.prev {
  left: 0;
}

.reviews-nav.next {
  right: 0;
}

.reviews-nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.reviews-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.reviews-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 26, 73, 0.18);
  cursor: pointer;
  padding: 0;
}

.reviews-dots button.is-active {
  background: #e9327c;
}

@media only screen and (max-width: 1000px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 16px;
    margin-top: 40px;
  }

  .stat-num {
    font-size: 40px;
  }

  .stat-label {
    font-size: 15px;
  }

  .reviews-carousel {
    padding: 0 16px;
    margin-top: 40px;
  }

  .reviews-track {
    gap: 16px;
  }

  .review {
    flex-basis: 100%;
  }

  .reviews-nav {
    display: none;
  }
}

/* ===== Página de Serviços + refino dos cards ===== */
.services-list {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* refino: cards menos espalhados e tipografia mais contida */
.card {
  gap: 80px;
  padding: 36px 56px;
}

.card-text h2 {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.card-text h3 {
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #e9327c;
  margin: 0 0 6px;
}

.card-text p {
  font-size: 18px;
  line-height: 1.65;
  color: #5a5f6b;
  opacity: 1;
}

.services-cta {
  width: 100%;
  max-width: 700px;
  margin: 24px auto 0;
  padding: 64px 24px 96px;
  text-align: center;
  box-sizing: border-box;
}

.services-cta h2 {
  font-size: 32px;
}

.services-cta p {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #5a5f6b;
  margin: 14px 0 28px;
}

@media only screen and (max-width: 1000px) {
  .card {
    gap: 24px;
    padding: 28px 24px;
  }

  .card-text h2 {
    font-size: 28px;
  }

  .services-cta {
    padding-top: 48px;
  }
}
