.roteiros,
.roteiros * {
  box-sizing: border-box;
}
.roteiros {
  background: var(--foundation-blue-blue-500, #0e2d35);
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  height: 1283px;
  position: relative;
  overflow: hidden;
}
.navbar {
  padding: 50px 0px 50px 0px;
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.group-1 {
  flex-shrink: 0;
  width: 262.85px;
  height: 42px;
  position: relative;
  overflow: visible;
}
.institucional {
  color: var(--foundation-gray-gray-50, #fdfefe);
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}
.servi-os {
  color: var(--foundation-gray-gray-50, #fdfefe);
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}
.contato {
  color: var(--foundation-gray-gray-50, #fdfefe);
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}
.button {
  background: var(--foundation-green-green-500, #01b2a8);
  border-radius: 21.5px;
  padding: 10px 30px 10px 30px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.fa-6-brands-whatsapp {
  flex-shrink: 0;
  width: 20px;
  height: 22.86px;
  position: relative;
  overflow: visible;
  aspect-ratio: 20/22.86;
}
.agende-j {
  color: var(--foundation-blue-blue-900, #061316);
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.frame-25 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 550px;
  position: relative;
  overflow: hidden;
}
.tropical-pipa-beach-rio-grande-norte-brazil-northeast-1 {
  align-self: stretch;
  flex: 1;
  position: relative;
  object-fit: cover;
}
.frame-3 {
  padding: 80px 200px 80px 200px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.roteiros-tur-sticos {
  color: var(--foundation-gray-gray-50, #fdfefe);
  text-align: left;
  font-family: "Momo Trust Display", sans-serif;
  font-size: 48px;
  line-height: 125%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.descubra-as-maravilhas-do-litoral-norteriograndense-com-o-nosso-servi-o-de-transporte-tur-stico-especializado-oferecemos-a-log-stica-completa-para-que-voc-explore-as-mais-belas-praias-e-cart-es-postais-do-estado-com-total-seguran-a-conforto-e-comodidade-durante-todo-o-trajeto-com-motoristas-experientes-garantimos-um-deslocamento-tranquilo-para-os-principais-destinos-permitindo-que-voc-apenas-relaxe-e-aprecie-as-belezas-naturais-deixe-o-tr-nsito-por-nossa-conta-e-agende-seu-roteiro-para-viver-o-melhor-do-rio-grande-do-norte {
  color: var(--foundation-gray-gray-50, #fdfefe);
  text-align: left;
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.copyright {
  padding: 60px 0px 60px 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
._2026-rsm-receptivo-todos-os-direitos-reservados-design-por-teapot-comunica-o-desenvolvido-por-paris-data {
  color: var(--foundation-gray-gray-50, #fdfefe);
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
}
.frame-24 {
  padding: 50px;
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: fixed;
  right: 0px;
  bottom: 0px;
  box-shadow: 2px 3px 12px 0px rgba(0, 0, 0, 0.25);
}
.logos-whatsapp-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.3);
}

.floating-whatsapp img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .roteiros {
    height: auto;
    min-height: 100vh;
  }

  .navbar {
    padding: 24px 16px 28px;
    gap: 20px;
    flex-wrap: wrap;
  }

  .group-1 {
    width: min(220px, 100%);
    height: auto;
  }

  .institucional,
  .servi-os,
  .contato {
    font-size: 16px;
  }

  .button {
    padding: 10px 20px;
  }

  .agende-j {
    font-size: 16px;
  }

  .frame-25 {
    height: clamp(260px, 62vw, 420px);
  }

  .tropical-pipa-beach-rio-grande-norte-brazil-northeast-1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .frame-3 {
    padding: 48px 20px 56px;
    gap: 24px;
  }

  .roteiros-tur-sticos {
    font-size: clamp(32px, 9vw, 44px);
  }

  .descubra-as-maravilhas-do-litoral-norteriograndense-com-o-nosso-servi-o-de-transporte-tur-stico-especializado-oferecemos-a-log-stica-completa-para-que-voc-explore-as-mais-belas-praias-e-cart-es-postais-do-estado-com-total-seguran-a-conforto-e-comodidade-durante-todo-o-trajeto-com-motoristas-experientes-garantimos-um-deslocamento-tranquilo-para-os-principais-destinos-permitindo-que-voc-apenas-relaxe-e-aprecie-as-belezas-naturais-deixe-o-tr-nsito-por-nossa-conta-e-agende-seu-roteiro-para-viver-o-melhor-do-rio-grande-do-norte {
    font-size: 17px;
  }

  .copyright {
    padding: 40px 20px 80px;
  }

  ._2026-rsm-receptivo-todos-os-direitos-reservados-design-por-teapot-comunica-o-desenvolvido-por-paris-data {
    font-size: 15px;
  }

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