@media (max-width: 700px) {
  .guiamento-virtual p,
  .guiamento-virtual ul,
  .guiamento-virtual li {
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
  }
}
/* Botão secundário personalizado */
.cta-btn.btn-secundario {
  background: var(--main-gray);
  color: var(--main-pink);
  border: 2px solid var(--main-pink);
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(142, 202, 230, 0.10);
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.cta-btn.btn-secundario:hover {
  background: var(--main-pink);
  color: var(--main-white);
  border-color: var(--main-pink);
}
/* Feedbacks padrão: cards empilhados */
/* Centraliza e iguala altura dos cards de feedback */
.feedbacks-lista {
  display: flex;
  gap: 28px;
  margin: 0 auto;
  align-items: stretch;
}

/* Feedbacks: foto acima do nome, centralizado */
/* Card de feedback com altura igualada */
.feedback-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  padding: 22px 20px 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  min-height: 420px;
}

/* Conteúdo do card de feedback com altura flexível */
.feedback-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  flex: 1;
  justify-content: flex-start;
}

.feedback-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e07be0;
  background: #eee;
  margin-bottom: 8px;
}

.feedback-nome {
  font-weight: 700;
  color: #3a2e6c;
  font-size: 1.08rem;
}

.feedback-subtitulo {
  font-size: 1rem;
  color: #888;
  font-weight: 500;
  margin-bottom: 0.7rem;
}

.feedback-texto {
  color: #444;
  font-size: 1.08rem;
  margin: 0;
  text-align: justify;
}

@media (max-width: 700px) {
  .feedbacks-lista {
    flex-direction: column;
    gap: 18px;
    padding: 0 2vw;
    align-items: stretch;
  }
  .feedback-card {
    padding: 16px 8px 12px 8px;
    min-height: 320px;
  }
  .feedback-avatar {
    width: 64px;
    height: 64px;
    margin-bottom: 4px;
  }
  .feedback-card-content {
    align-items: center;
    text-align: center;
    flex: 1;
  }
  .feedback-texto {
    margin: 15px;
  }
}

.feedbacks-carousel {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.feedbacks-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(.77, .2, .05, 1);
  will-change: transform;
}

.feedback-card {
  flex: 0 0 50%;
  box-sizing: border-box;
  opacity: 1;
  transition: opacity 0.3s;
}

@media (max-width: 700px) {
  .feedbacks-track {
    flex-direction: row;
  }

  .feedback-card {
    flex: 0 0 100%;
    max-width: 98vw;
    min-width: 0;
    padding: 1.2rem 0.2rem 1rem 0.2rem;
  }
}

.feedbacks-arrow {
  background: #e07be0;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 1.5rem;
  cursor: pointer;
  margin: 0 8px;
  transition: background 0.2s;
}

.feedbacks-arrow:hover {
  background: #c72c6c;
}

.sobre-mim-texto p {
  text-align: justify;
}

/* Centralizar títulos principais e secundários */
section>h2,
section>h3,
.feedbacks-titulo,
.feedback-nome {
  text-align: center;
  width: 100%;
}

/* Novo layout feedbacks */
.feedbacks-lista {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.feedback-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  padding: 2.5rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 420px;
  width: 100%;
  min-width: 260px;
  text-align: center;
  position: relative;
}

.feedback-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #e07be0;
  background: #eee;
  margin-bottom: 1.2rem;
}

.feedback-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.feedback-nome {
  font-weight: 800;
  font-size: 1.25rem;
  color: #3a2e6c;
  margin-bottom: 0.2rem;
}

.feedback-subtitulo {
  font-size: 1rem;
  color: #888;
  font-weight: 500;
  margin-bottom: 0.7rem;
}

.feedback-texto {
  color: #444;
  font-size: 1.08rem;
  text-align: justify;
  margin-top: 0.7rem;
}

/* Navegação de slides (simples) */
.feedbacks-nav {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 2rem;
}

.feedbacks-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e07be0;
  opacity: 0.3;
  cursor: pointer;
  transition: opacity 0.2s;
}

.feedbacks-dot.active {
  opacity: 1;
}

@media (max-width: 900px) {
  .feedbacks-lista {
    gap: 1.2rem;
    max-width: 98vw;
  }

  .feedback-card {
    max-width: 98vw;
    min-width: 0;
    padding: 2rem 0.5rem 1.5rem 0.5rem;
  }

  .feedback-avatar {
    width: 80px;
    height: 80px;
    margin-bottom: 0.7rem;
  }
}

@media (max-width: 700px) {
  .feedbacks-lista {
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
  }

  .feedback-card {
    max-width: 98vw;
    min-width: 0;
    padding: 1.2rem 0.2rem 1rem 0.2rem;
  }

  .feedback-avatar {
    width: 64px;
    height: 64px;
    margin-bottom: 0.5rem;
  }
}

.feedbacks-titulo {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 8px;
  color: #3a2e6c;
  line-height: 1.1;
}

.feedbacks-subtitulo {
  display: block;
  font-family: 'Pacifico', cursive, Arial, sans-serif;
  font-size: 2rem;
  color: #e07be0;
  font-weight: 400;
  margin-top: 0.1em;
}

.feedbacks-lista {
  display: flex;
  /* flex-direction: column; */
  gap: 28px;
  /* max-width: 600px; */
  margin: 0 auto;
}

.feedback-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  padding: 22px 20px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.feedback-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  padding: 22px 20px 18px 20px;
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: flex-start;
}

.feedback-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e07be0;
  background: #eee;
  flex-shrink: 0;
}

.feedback-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.feedback-nome {
  font-weight: 700;
  color: #3a2e6c;
  font-size: 1.08rem;
}

.feedback-texto {
  color: #444;
  font-size: 1.08rem;
  text-align: justify;
}

@media (max-width: 700px) {
  .feedback-card {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .feedback-avatar {
    width: 120px;
    height: 120px;
    margin-bottom: 4px;
  }

  .feedback-card-content {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .feedbacks-lista {
    gap: 18px;
    padding: 0 2vw;
  }

  .feedback-card {
    padding: 16px 8px 12px 8px;
  }

  .feedbacks-titulo {
    font-size: 1.4rem;
  }

  .feedbacks-subtitulo {
    font-size: 1.1rem;
  }
}

/* Cards de contato */
.contato-cards {
  display: flex;
  gap: 28px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.contato-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  padding: 14px 22px;
  text-decoration: none;
  color: #222;
  font-size: 1.15rem;
  font-weight: 600;
  transition: box-shadow 0.2s, transform 0.2s;
  flex: 1 1 0;
  justify-content: center;
}

.contato-card:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.16);
  transform: translateY(-2px) scale(1.03);
}

.contato-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}

@media (max-width: 700px) {
  .contato-cards {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }

  .contato-card {
    justify-content: flex-start;
    width: 100%;
  }
}

/* Layout flexível para a sessão Sobre mim */
.sobre-mim-flex {
  display: flex;
  /* align-items: center; */
  gap: 32px;
  flex-wrap: wrap;
}

.sobre-mim-img {
  flex: 0 0 auto;
}

.sobre-mim-texto {
  flex: 1 1 320px;
  min-width: 220px;
}

@media (max-width: 700px) {
  .sobre-mim-flex {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .sobre-mim-img {
    margin-bottom: 0;
  }

  .sobre-mim-texto {
    width: 100%;
  }
}

/* Importa Codec Pro do Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Codec+Pro:wght@900&display=swap');
body,
h3,
p,
html {
  font-family: 'Codec Pro', Arial, Helvetica, sans-serif;
}

.servico-icon {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  display: block;
}

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

/* Backdrop para menu hamburger */
.menu-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(30, 30, 40, 0.55);
  z-index: 9998;
  transition: opacity 0.2s;
  opacity: 0;
}

.menu-backdrop.open {
  display: block;
  opacity: 1;
}

.servicos-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  margin-bottom: 1rem;
}

.servico-card {
  background: var(--main-blue);
  color: var(--main-white);
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(167, 163, 163, 0.06);
  min-width: 220px;
  text-align: center;
}

@media (max-width: 700px) {
  .servicos-list {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .servico-card {
    width: 100%;
    min-width: unset;
    padding: 1rem 0.5rem;
  }
}

/* SOBRE MIM COM BACKGROUND */
.sobre-mim-container {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.sobre-mim-img img {
  width: 300px;
  border-radius: 1.2rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
  object-fit: cover;
}

.sobre-mim-info {
  flex: 1;
  min-width: 220px;
}

.cami-destaque {
  color: var(--main-pink);
  font-size: 2rem;
  font-family: 'Segoe Script', 'Comic Sans MS', cursive, sans-serif;
}

.sobre-mim-lista {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.2rem;
  margin: 1.2rem 0 1.5rem 0;
  padding: 0;
}

.sobre-mim-bolha {
  display: inline-block;
  padding: 0.7rem 1.2rem;
  border-radius: 2rem;
  font-weight: bold;
  font-size: 1.1rem;
  color: var(--main-white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.sobre-mim-bolha.rosa {
  background: var(--main-pink);
}

.sobre-mim-bolha.azul {
  background: var(--main-blue);
}

.sobre-mim-destaque {
  background: #444;
  color: var(--main-white);
  padding: 0.7rem 1.2rem;
  border-radius: 0.7rem;
  font-size: 1.1rem;
  font-weight: 500;
  display: inline-block;
}

@media (max-width: 900px) {
  .logo-text {
    font-size: 3.6rem;
    gap: 1.5rem;
  }
}

.sobre-mim-img {
  max-width: 100%;
  /* width: 100%; */
}

.sobre-mim-info {
  min-width: 0;
}

:root {
  --main-blue: #8ecae6;
  --main-pink: #e9408f;
  --main-white: #fff;
  --main-gray: #f6f6f6;
  --main-dark: #222;
}

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


body {
  font-family: 'Segoe UI', Arial, sans-serif;
  background: var(--main-gray);
  color: var(--main-dark);
}
header {
  position: relative;
  color: var(--main-white);
  padding-bottom: 2rem;
  min-height: 380px;
  background: none;
  overflow: hidden;
}

.header-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url('public/header.jpg') center center/cover no-repeat;
  object-fit: cover;
  opacity: 1;
}

.header-bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(135deg, var(--main-blue) 60%, var(--main-pink) 100%);
  opacity: 0.90;
  pointer-events: none;
}

header>* {
  position: relative;
  z-index: 2;
}


nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem 0 2rem;
}

/* Responsividade */
@media (max-width: 900px) {
  header {
    min-height: 260px;
  }

  .section {
    max-width: 98vw;
    padding: 2rem 1rem;
  }

  .hero-content {
    padding: 1.5rem 1rem;
  }

  nav {
    padding: 1.5rem 1rem 0 1rem;
  }
}

@media (max-width: 700px) {
  header {
    min-height: 180px;
  }

  .hero-content h1 {
    font-size: 2.2rem;
  }

  .section h2 {
    font-size: 1.4rem;
  }

  .destinos-list {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .destino-card {
    width: 100%;
    text-align: center;
    padding: 1rem 0.5rem;
  }
}

@media (max-width: 500px) {
  nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  nav ul {
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    align-items: flex-start;
  }

  .logo {
    font-size: 1.1rem;
  }

  .hero {
    font-size: 1.1rem;
    margin-top: 1rem;
  }

  form {
    max-width: 98vw;
  }

  footer {
    font-size: 0.9rem;
    padding: 1rem 0;
  }

  .logo-text {
    font-size: 5rem;
  }
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.logo-img {
  height: 8rem;
  width: 8rem;
  min-width: 8rem;
  object-fit: contain;
  display: block;
}

.logo-text {
  color: var(--main-pink);
  font-size: 3rem;
  font-weight: bold;
  font-family: 'Codec Pro', Arial, Helvetica, sans-serif;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
}

/* Hamburger menu button */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  background: none;
  border: none;
  cursor: pointer;
  gap: 0.3rem;
  z-index: 20;
}

.hamburger span {
  display: block;
  width: 2.2rem;
  height: 0.28rem;
  background: var(--main-white);
  border-radius: 2px;
  transition: 0.3s;
}

@media (max-width: 700px) {
  nav {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1rem 0 1rem;
    z-index: 100;
  }

  .logo {
    flex: 1;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0.7rem;
  }

  .logo-img {
    height: 3.5rem;
    width: 3.5rem;
    min-width: 3.5rem;
  }

  .logo-text {
    font-size: 1.1rem;
  }

  .hamburger {
    display: flex !important;
    /* position: fixed; */
    top: 1.2rem;
    right: 1.2rem;
    z-index: 12001;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    width: 2.2rem;
    height: 2.2rem;
  }

  .menu-backdrop {
    z-index: 12000;
  }

  .menu-list {
    position: fixed;
    top: 4.2rem;
    right: 1.2rem;
    background: rgba(34, 44, 60, 0.97);
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.2rem 2rem;
    display: none;
    z-index: 12002;
    min-width: 170px;
    align-items: flex-start;
    width: auto;
    max-width: 90vw;
  }

  .menu-list.open {
    display: flex;
  }

  .menu-list a {
    color: var(--main-white);
    font-size: 1.2rem;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  }
}

@media (min-width: 701px) {
  .hamburger {
    display: none !important;
    position: static;
  }

  .menu-list {
    position: static;
    display: flex !important;
    flex-direction: row;
    background: none;
    box-shadow: none;
    gap: 2rem;
    padding: 0;
    z-index: auto;
    min-width: unset;
    width: auto;
    align-items: center;
  }

  .menu-list.open {
    display: flex !important;
  }
}

.menu-list {
  width: auto;
}

nav a {
  color: var(--main-white);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

nav a:hover {
  color: var(--main-pink);
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  text-align: center;
  margin-top: 2rem;
}

.hero-content {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 1rem;
  padding: 2rem 4vw;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  display: inline-block;
  max-width: 1200px;
  width: 95vw;
  position: relative;
  z-index: 1;
}

.tag {
  background: var(--main-pink);
  color: var(--main-white);
  padding: 0.3rem 1rem;
  border-radius: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1rem;
}

.tag p{
    color: #3a2e6c;
}

.hero-content h1 {
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  letter-spacing: -2px;
  font-family: 'Codec Pro', Arial, Helvetica, sans-serif;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.cta-btn {
  background: var(--main-pink);
  color: var(--main-white);
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 2rem;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
  display: inline-block;
}


.cta-btn:hover {
  background: #c72c6c;
}

.section {
  padding: 3rem 3vw;
  background: var(--main-white);
  margin: 2rem auto;
  border-radius: 1rem;
  max-width: 1400px;
  width: 98vw;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.section h2 {
  color: var(--main-pink);
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.destinos-list {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-bottom: 1rem;
}

.destino-card {
  background: var(--main-blue);
  color: var(--main-white);
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 400px;
  margin: 0 auto;
}

input,
textarea {
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  font-size: 1rem;
  resize: none;
}

button[type="submit"] {
  margin-top: 0.5rem;
}

footer {
  text-align: center;
  padding: 1.5rem 0;
  background: var(--main-blue);
  color: var(--main-white);
  margin-top: 2rem;
  border-radius: 1rem 1rem 0 0;
}

/* Sessão Benefícios */
.beneficios {
  padding: 3rem 3vw;
}

.beneficios-titulo {
  text-align: center;
  margin-bottom: 32px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
}

.beneficios-lista {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.beneficio-card {
  max-width: 260px;
  text-align: center;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  padding: 28px 18px 22px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.beneficio-icone {
  font-size: 40px;
  color: #3a2e6c;
  margin-bottom: 12px;
}

.beneficio-titulo {
  margin-bottom: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #222;
}

.beneficio-texto {
  color: #333;
  font-size: 1rem;
  text-align: justify;
}

.beneficio-cta-container {
  text-align: center;
  margin-top: 32px;
}

.beneficio-cta {
  font-size: 1.1rem;
  padding: 14px 32px;
  background: #e9408f;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  margin-top: 12px;
  border: none;
}

@media (max-width: 900px) {
  .beneficios-lista {
    gap: 24px;
  }
  .beneficio-card {
    max-width: 98vw;
    min-width: 0;
    padding: 18px 8px 14px 8px;
  }
  .beneficio-texto{
    padding: 18px;
  }
}

@media (max-width: 700px) {
  .beneficios-lista {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }
  .beneficio-card {
    max-width: 98vw;
    min-width: 0;
    padding: 14px 4px 10px 4px;
  }
  .beneficios-titulo {
    font-size: 1.4rem;
  }
}