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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: "Inter", sans-serif;
  color: #292929;
}

.nav-mobile {
  display: none;
}

.navbar-fixed {
  position: fixed;
  width: 100%;
  background: #ffffff;
  z-index: 9999;
  border: 1px solid #003365;
}

.navbar {
  display: block;
  background: #ffffff;
  padding: 1rem 2.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.navbar .nav-link {
  color: #292929;
  font-weight: 400;
  margin: 0 1rem;
}
.navbar .nav-link:hover {
  color: #011941;
}
.navbar .btn {
  background: #011941;
  color: #ffffff;
  border-radius: 30px;
  padding: 0.6rem 1.8rem;
  font-weight: 500;
  border: 2px solid #967842;
}
.navbar .btn:hover {
  background: #003365;
}

.hero-section {
  padding: 5rem 2rem;
  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
  min-height: 90vh;
  display: flex;
  align-items: center;
}
.hero-section .atendente {
  display: block;
}
.hero-section .vendedor {
  display: none;
}
.hero-section .suporte {
  display: none;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  background: #ededed;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
}
.hero-badge i {
  color: #1f946d;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #000000;
}
.hero-title .text-highlight {
  color: #967842;
  font-weight: 400;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: #292929;
  margin-bottom: 2rem;
  max-width: 500px;
  line-height: 1.7;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.hero-buttons .btn {
  padding: 0.9rem 2.2rem;
  border-radius: 999px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.25s ease;
}
.hero-buttons .btn.btn-primary {
  background: #011941;
  color: #ffffff;
  border: 2px solid #967842;
}
.hero-buttons .btn.btn-primary:hover {
  background: #003365;
  transform: translateY(-2px);
}
.hero-buttons .btn.btn-outline-secondary {
  background: transparent;
  border: 1.5px solid #5c616d;
  color: #292929;
}
.hero-buttons .btn.btn-outline-secondary:hover {
  background-color: #ededed;
  color: #011941;
  transform: translateY(-2px);
}

.user-avatars {
  display: flex;
  align-items: center;
}

.user-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #caa557;
  color: #292929;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
  border: 2px solid #ffffff;
  margin-left: -10px;
}
.user-circle:first-child {
  margin-left: 0;
}

.user-plus {
  background: #011941;
  color: #ffffff;
}

.social-proof {
  margin-top: 1.5rem;
}
.social-proof .stars {
  display: flex;
  gap: 0.2rem;
  color: #ffca57;
  font-size: 1.5rem;
}
.social-proof .text {
  font-weight: 400;
  color: #292929;
}

@media (max-width: 576px) {
  .user-circle {
    width: 30px;
    height: 30px;
    font-size: 0.65rem;
  }
}
.empresas-section {
  padding: 3rem;
}

.text {
  font-size: 20px;
  font-weight: 400;
  color: #5c616d;
}

.logo-carousel {
  max-height: 150px;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero-image {
  position: relative;
  max-width: 400px;
}

.hero-image-main {
  width: 100%;
  border-radius: 18px;
}

.info-card {
  position: absolute;
  background: #ffffff;
  padding: 20px 20px;
  border-radius: 12px;
  font-size: 14px;
  color: #5c616d;
  box-shadow: -2px 5px 10px 9px rgba(0, 0, 0, 0.12);
  animation: float 6s ease-in-out infinite;
}
.info-card .star {
  color: #000000;
}
.info-card .text {
  font-size: 20px;
  font-weight: 800;
  color: #000000;
}

.atendente .top-left {
  top: 30px;
  left: -100px;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .atendente .top-left {
    top: 20px;
    left: -90px;
  }
}
.atendente .top-right {
  top: -20px;
  right: -200px;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .atendente .top-right {
    top: -40px;
    right: -90px;
  }
}
.atendente .bottom-left {
  bottom: 20px;
  left: -150px;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .atendente .bottom-left {
    bottom: 20px;
    left: -110px;
  }
}
.atendente .bottom-right {
  bottom: 70px;
  right: -170px;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .atendente .bottom-right {
    bottom: 80px;
    right: -110px;
  }
}

.vendedor .top-left {
  top: 30px;
  left: -130px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .vendedor .top-left {
    top: 20px;
    left: -90px;
  }
}
.vendedor .top-right {
  top: -20px;
  right: -100px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .vendedor .top-right {
    top: 20px;
    right: -90px;
  }
}
.vendedor .bottom-left {
  bottom: 100px;
  left: -150px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .vendedor .bottom-left {
    bottom: 20px;
    left: -90px;
  }
}
.vendedor .bottom-right {
  bottom: 10px;
  right: -100px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .vendedor .bottom-right {
    bottom: 20px;
    right: -90px;
  }
}

.suporte .top-left {
  top: 100px;
  left: -130px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .suporte .top-left {
    top: 20px;
    left: -90px;
  }
}
.suporte .top-right {
  top: -50px;
  right: -80px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .suporte .top-right {
    top: 20px;
    right: -100px;
  }
}
.suporte .bottom-left {
  bottom: 30px;
  left: -150px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .suporte .bottom-left {
    bottom: 20px;
    left: -90px;
  }
}
.suporte .bottom-right {
  bottom: 70px;
  right: -150px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .suporte .bottom-right {
    bottom: 20px;
    right: -90px;
  }
}

.video-frame {
  background-color: #f3f3f3;
  padding: 3rem 5rem;
  box-shadow: 6px 9px 0px;
}
.video-frame h1 {
  font-size: 40px;
  font-weight: 600;
  color: #011941;
  margin-bottom: 50px;
}
.video-frame .plyr--video {
  border-radius: 50px;
}

.recursos {
  padding: 8rem;
  background: #f9fafb;
}
.recursos h2 {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
}
.recursos p {
  font-size: 20px;
  color: #292929;
  margin-bottom: 3rem;
}
.recursos .card {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  background: #ffffff;
  padding: 20px 30px;
}
.recursos .card .card-body i {
  font-size: 30px;
  color: #000000;
}
.recursos .card .card-title {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #011941;
}
.recursos .card .card-text {
  font-size: 20px;
  color: #292929;
}

.integracoes-section {
  background: #011941;
  padding: 8rem;
  color: #ffffff;
  position: relative;
}
.integracoes-section .h2 {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
}
.integracoes-section .p {
  font-size: 20px;
  color: #292929;
  padding-bottom: 2rem;
}
.integracoes-section .text {
  font-size: 20px;
  background-color: #caa557;
  font-weight: 600;
  color: #000000;
  padding: 10px 20px;
  border-radius: 1000px;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.integracoes-section .text-end {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 1000px;
  display: inline-block;
  margin-top: 5rem;
}
.integracoes-section .text-end i {
  color: #caa557;
}
.integracoes-section #carouselIntegracoes {
  position: relative;
  margin-top: 3rem;
}
.integracoes-section #carouselIntegracoes .owl-nav {
  position: absolute;
  top: 50%;
  width: 110%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.integracoes-section #carouselIntegracoes .owl-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: -40px;
}
.integracoes-section #carouselIntegracoes .owl-dots button {
  width: 12px;
  height: 12px;
  background: #5c616d;
  border-radius: 100px;
}
.integracoes-section #carouselIntegracoes .owl-dots button.active {
  background: #967842;
  width: 30px;
}
.integracoes-section #carouselIntegracoes .owl-nav button {
  width: 44px;
  height: 44px;
  color: #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.integracoes-section #carouselIntegracoes .owl-nav button:hover {
  color: #caa557;
}
.integracoes-section #carouselIntegracoes .item {
  display: flex;
  justify-content: center;
  width: 100%;
}
.integracoes-section #carouselIntegracoes .card {
  display: flex;
  background-color: #6d7381;
  border-radius: 16px;
  padding: 30px 20px;
}
.integracoes-section #carouselIntegracoes .card .card-body {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0;
}
.integracoes-section #carouselIntegracoes .card .icon-box {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: #003365;
  border-radius: 10px;
  border: 1px solid #967842;
  display: flex;
  align-items: center;
  justify-content: center;
}
.integracoes-section #carouselIntegracoes .card .icon-box i {
  margin: 0;
  font-size: 20px;
  color: #caa557;
  padding-top: 0px;
}
.integracoes-section #carouselIntegracoes .card .content {
  text-align: left;
}
.integracoes-section #carouselIntegracoes .card .card-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.integracoes-section #carouselIntegracoes .card .card-text {
  font-size: 14px;
  color: #e2e4e7;
  line-height: 1.4;
  min-height: 57px;
}

.agendamentos-section {
  padding: 3rem 5rem;
  align-items: center;
}
.agendamentos-section h2 {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
}
.agendamentos-section p {
  font-size: 20px;
  color: #292929;
  margin-bottom: 30px;
}
.agendamentos-section .texto-idealPara {
  font-size: 20px;
  font-weight: 500;
  color: #967842;
}
.agendamentos-section .ideal-para {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.agendamentos-section .ideal-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border: 2px solid #967842;
  border-radius: 1000px;
  font-size: 14px;
  font-weight: 500;
  background-color: #f4eddd;
  color: #caa557;
  white-space: nowrap;
}
.agendamentos-section .ideal-chip i {
  font-size: 20px;
}
.agendamentos-section .card {
  display: flex;
  background-color: #003365;
  border-radius: 16px;
  padding: 30px 20px;
  transition: all 0.25s ease;
}
.agendamentos-section .card:hover {
  transform: translateY(-5px);
}
.agendamentos-section .card .card-body {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0;
}
.agendamentos-section .card .icon-box {
  width: 60px;
  height: 60px;
  min-width: 60px;
  background: #011941;
  border-radius: 10px;
  border: 1px solid #967842;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agendamentos-section .card .icon-box i {
  margin: 0;
  font-size: 25px;
  color: #caa557;
}
.agendamentos-section .card .content {
  text-align: left;
}
.agendamentos-section .card .card-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
.agendamentos-section .card .card-text {
  font-size: 16px;
  color: #e2e4e7;
  line-height: 1.4;
  min-height: 57px;
}

.interface-intuitiva-section {
  background-color: #f3f3f3;
  padding: 5rem 8rem;
}
.interface-intuitiva-section .img-interface {
  width: 1000px;
  filter: drop-shadow(0 15px 50px rgba(0, 0, 0, 0.35));
  transition: transform 0.4s ease, filter 0.4s ease;
}
.interface-intuitiva-section .img-interface:hover {
  transform: translateY(-10px) scale(1.02);
  filter: drop-shadow(0 25px 45px rgba(0, 0, 0, 0.45));
}
.interface-intuitiva-section h2 {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
}
.interface-intuitiva-section .text-highlight {
  color: #011941;
}
.interface-intuitiva-section p {
  font-size: 20px;
  color: #5c616d;
  margin-bottom: 3rem;
}

.passo-a-passo-section {
  padding: 5rem;
}
.passo-a-passo-section h2 {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
}
.passo-a-passo-section .text-highlight {
  color: #967842;
}
.passo-a-passo-section .passos-circles {
  gap: 50px;
  margin-top: 40px;
}
.passo-a-passo-section .passo {
  max-width: 300px;
}
@media (max-width: 769px) {
  .passo-a-passo-section .passo {
    max-width: 100%;
  }
}
.passo-a-passo-section .circle {
  width: 100px;
  height: 100px;
  background-color: #003365;
  color: #ffffff;
  font-size: 50px;
  font-weight: 500;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}
.passo-a-passo-section h3 {
  color: #000000;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}
.passo-a-passo-section p {
  font-size: 20px;
  color: #292929;
}

.avaliacoes-section {
  padding: 3rem 5rem;
  background-color: #D0C2AA;
  box-shadow: 0px 0px 9px;
}
.avaliacoes-section h2 {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
}
.avaliacoes-section p {
  font-size: 20px;
  color: #292929;
  margin-bottom: 40px;
}
.avaliacoes-section .card {
  padding: 15px;
}
.avaliacoes-section .card-text {
  padding-top: 15px;
  font-size: 16px;
  min-height: 57px;
}
.avaliacoes-section .stars i {
  color: #ffca57;
  font-size: 20px;
}
.avaliacoes-section .card-body {
  background: #ffffff;
  border-radius: 12px;
  text-align: left;
}
.avaliacoes-section .user {
  display: flex;
  align-items: center;
  gap: 10px;
}
.avaliacoes-section .user-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #011941;
}

.planos-section {
  padding: 10rem 5rem;
}
.planos-section h2 {
  font-size: 40px;
  font-weight: 600;
  color: #011941;
}
.planos-section p {
  font-size: 20px;
  color: #5c616d;
  margin-bottom: 60px;
}
.planos-section .row {
  gap: 30px;
}
.planos-section .card {
  padding: 15px;
  width: 300px;
  border: 2px solid #caa557;
  border-radius: 20px;
  transition: transform 0.4s ease;
}
.planos-section .card:hover {
  transform: translateY(-5px) scale(1);
}
.planos-section .card .card-body {
  align-items: center;
}
.planos-section .card .card-tittle {
  text-align: left;
  font-size: 22px;
  color: #caa557;
  font-weight: 600;
}
.planos-section .card .card-subtitle {
  text-align: left;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.planos-section .card .card-subtitle span {
  font-size: 20px;
}
.planos-section .btn {
  align-items: center;
  background-color: #011941;
  color: #ffffff;
  font-weight: 500;
  padding: 10px;
}
.planos-section .btn:hover {
  background: #967842;
}
.planos-section .list-group {
  font-size: 16px;
  color: #000000;
}
.planos-section .list-group .list-group-item {
  display: flex;
  gap: 10px;
}
.planos-section .list-group i {
  font-size: 20px;
}
.planos-section .list-group .red {
  color: #ca2525;
}
.planos-section .list-group .green {
  color: #1f946d;
}

.faq-contact-section {
  padding: 5rem 20rem;
  background-color: #f3f3f3;
  box-shadow: 0px 0px 9px;
}
.faq-contact-section h2 {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
}
.faq-contact-section p {
  font-size: 20px;
  color: #292929;
  margin-bottom: 60px;
}
.faq-contact-section .faq-section .accordion {
  text-align: left;
  border: 1.5px solid #003365;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  margin-bottom: 80px;
}
.faq-contact-section .faq-section .accordion .accordion-button {
  font-size: 18px;
  padding: 20px 30px;
  color: #000000;
}
.faq-contact-section .faq-section .accordion .accordion-button:not(.collapsed) {
  color: #011941;
}
.faq-contact-section .faq-section .accordion .accordion-body {
  font-size: 16px;
  font-weight: 400;
  color: #292929;
  padding: 20px 30px;
}
.faq-contact-section .faq-section .accordion button {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.faq-contact-section .contact-section .contact-content {
  display: flex;
  gap: 24px;
  align-items: stretch;
  justify-content: center;
}
.faq-contact-section .contact-section .contact-content .cards-information .card {
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
  width: 100%;
  margin: 20px;
  background-color: #ffffff;
  border-radius: 30px;
}
.faq-contact-section .contact-section .contact-content .cards-information .golden {
  border: 1px solid #967842;
}
.faq-contact-section .contact-section .contact-content .cards-information .blue {
  border: 1px solid #003365;
  margin-bottom: 50px;
}
.faq-contact-section .contact-section .contact-content .cards-information .tittle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.faq-contact-section .contact-section .contact-content .cards-information .information-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.faq-contact-section .contact-section .contact-content .cards-information .information-item i {
  font-size: 25px;
  color: #011941;
}
.faq-contact-section .contact-section .contact-content .cards-information .list-group {
  text-align: left;
  color: #000000;
}
.faq-contact-section .contact-section .contact-content .cards-information .list-group .list-group-item {
  font-weight: 500;
}
.faq-contact-section .contact-section .contact-content .cards-information .list-group strong {
  font-size: 18px;
  color: #caa557;
  font-weight: 500;
}
.faq-contact-section .contact-section .contact-content .cards-information .list-group small {
  color: #292929;
  font-size: 16px;
  font-weight: 400;
}
.faq-contact-section .contact-section .contact-content .card-message {
  padding: 15px 20px;
  width: 60%;
  margin: 20px;
  background-color: #ffffff;
  border-radius: 30px;
  text-align: left;
  border: 2px solid #967842;
  height: -moz-fit-content;
  height: fit-content;
}
.faq-contact-section .contact-section .contact-content .card-message .tittle {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}
.faq-contact-section .contact-section .contact-content .card-message .label {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
.faq-contact-section .contact-section .contact-content .card-message .btn {
  border-radius: 20px;
  width: 100%;
  background-color: #011941;
  color: #ffffff;
  padding: 10px;
  border: 2px solid #967842;
}
.faq-contact-section .contact-section .contact-content .card-message .btn i {
  margin: 10px;
}
.faq-contact-section .contact-section .contact-content .card-message .btn:hover {
  background: #967842;
}

.footer {
  background-color: #011941;
  color: #ffffff;
}
.footer .text {
  color: #b7bbc7;
  font-size: 16px;
  margin-bottom: 5px;
}
@media (max-width: 769px) {
  .footer .text br {
    display: none !important;
  }
}
.footer .text-logo {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #caa557;
}
.footer .text-logo i {
  margin-right: 10px;
}
.footer .text-link {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
}
.footer .list {
  display: flex;
  gap: 19px;
}
.footer .estilo-borda {
  border-left: 0.8px solid #b7bbc7;
  padding-left: 19px;
}
.footer .list-group-item {
  font-size: 16px;
  color: #b7bbc7;
}
.footer a {
  color: #b7bbc7;
}
.footer a:hover {
  color: #ffffff;
}
.footer strong {
  font-weight: 500;
}
.footer .icons {
  text-align: left;
}
.footer .icons i {
  color: #ffffff;
  font-size: 20px;
  margin-right: 15px;
}
.footer .icons i:hover {
  color: #caa557;
}
.footer .border-warning {
  background-color: #967842;
  color: #ffffff;
  align-items: center;
}

@media (max-width: 769px) {
  h2 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
  }
  .navbar {
    width: 100%;
    padding: 1rem 1rem;
  }
  .navbar .navbar-brand {
    font-size: 16px;
  }
  .navbar .nav-link {
    margin: 0.5rem 0;
    font-size: 14px;
  }
  .navbar .btn {
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 20px;
  }
  .hero-section {
    text-align: center;
    padding: 2rem 1rem;
    min-height: auto;
    flex-direction: column;
  }
  .hero-section .hero-subtitle {
    margin: 0px auto;
    margin-bottom: 2rem;
  }
  .hero-section .social-proof {
    margin: 0 110px;
  }
  .hero-section .stars {
    margin: 0 100px;
  }
  .hero-section .hero-buttons {
    justify-content: center;
  }
  .hero-section .col-lg-6 {
    margin-bottom: 2rem;
  }
  .hero-badge {
    padding: 10px 20px;
    font-size: 14px;
  }
  .hero-image {
    max-width: 400px;
    margin: 0 auto;
  }
  .atendente .top-right {
    top: -10px;
    right: -150px;
  }
  .atendente .top-left {
    top: 60px;
    left: -120px;
  }
  .atendente .bottom-right {
    bottom: 30px;
    right: -110px;
  }
  .atendente .bottom-left {
    bottom: 30px;
    left: -110px;
  }
  .vendedor .top-right {
    top: 30px;
    right: -100px;
  }
  .vendedor .top-left {
    top: 60px;
    left: -120px;
  }
  .vendedor .bottom-right {
    bottom: 30px;
    right: -110px;
  }
  .vendedor .bottom-left {
    bottom: 30px;
    left: -110px;
  }
  .suporte .top-right {
    top: -10px;
    right: -110px;
  }
  .suporte .top-left {
    top: 60px;
    left: -120px;
  }
  .suporte .bottom-right {
    bottom: 30px;
    right: -110px;
  }
  .suporte .bottom-left {
    bottom: 30px;
    left: -110px;
  }
  .video-frame {
    background-color: #f3f3f3;
    padding: 3rem;
    box-shadow: 6px 9px 0px;
  }
  .video-frame h1 {
    font-size: 40px;
    font-weight: 600;
    color: #011941;
    margin-bottom: 50px;
  }
  .video-frame .plyr--video {
    border-radius: 30px;
  }
  .recursos {
    padding: 2rem 1rem;
    align-items: center;
  }
  .recursos .card {
    padding: 15px 10px;
  }
  .recursos .card .card-body i {
    font-size: 24px;
  }
  .recursos .card .card-title {
    font-size: 18px;
    margin-top: 10px;
  }
  .recursos .card .card-text {
    font-size: 16px;
  }
  .integracoes-section {
    padding: 2rem 1rem;
  }
  .integracoes-section #carouselIntegracoes .owl-dots {
    bottom: -70px;
  }
  .integracoes-section #carouselIntegracoes .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
  }
  .integracoes-section #carouselIntegracoes .owl-nav {
    width: 10%;
    top: 120%;
  }
  .agendamentos-section {
    padding: 2rem 1rem;
  }
  .agendamentos-section .ideal-para {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .agendamentos-section img {
    max-width: 500px;
  }
  .planos-section {
    padding: 5rem;
  }
  .interface-intuitiva-section {
    padding: 2rem 1rem;
  }
  .interface-intuitiva-section .img-interface {
    width: 100%;
    max-width: 500px;
  }
  .interface-intuitiva-section .img-interface:hover {
    transform: translateY(-5px);
  }
  .passo-a-passo-section {
    padding: 2rem 2rem;
  }
  .passo-a-passo-section .passos-circles {
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
  }
  .passo-a-passo-section .passos-circles .passo h3 {
    font-size: 20px;
  }
  .passo-a-passo-section .passos-circles .passo p {
    font-size: 18px;
  }
  .faq-contact-section {
    padding: 2rem 3rem;
  }
  .faq-contact-section p {
    margin-bottom: 30px;
  }
  .faq-contact-section .accordion-button {
    font-size: 14px;
    padding: 15px 20px;
  }
  .faq-contact-section .accordion-body {
    font-size: 13px;
    padding: 15px 20px;
  }
  .faq-contact-section .contact-section .contact-content {
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 70px;
  }
  .faq-contact-section .contact-section .contact-content .cards-information {
    justify-content: center;
    width: 100%;
  }
  .faq-contact-section .contact-section .contact-content .cards-information .card {
    max-width: 100%;
    width: 100%;
    margin: 10px 0;
    padding: 15px;
  }
  .faq-contact-section .contact-section .contact-content .cards-information .tittle {
    font-size: 18px;
  }
  .faq-contact-section .contact-section .contact-content .cards-information .information-item {
    font-size: 14px;
  }
  .faq-contact-section .contact-section .contact-content .cards-information i {
    font-size: 20px;
  }
  .faq-contact-section .contact-section .contact-content .cards-information .list-group-item {
    font-size: 14px;
  }
  .faq-contact-section .contact-section .contact-content .cards-information .btn {
    padding: 10px 15px;
    font-size: 14px;
  }
  .faq-contact-section .contact-section .contact-content .card-message {
    max-width: 100%;
    width: 100%;
    padding: 15px;
    margin: 10px 0;
  }
  .faq-contact-section .contact-section .contact-content .card-message .tittle {
    text-align: center;
  }
  .footer {
    text-align: center;
  }
  .footer .list {
    text-align: center;
    justify-content: center;
  }
  .footer .list-unstyled {
    width: 50%;
  }
  .footer .list {
    gap: 0;
  }
  .footer .estilo-borda {
    color: #6d7381;
  }
  .footer .row {
    text-align: center;
    flex-direction: column;
    gap: 2rem;
  }
  .footer .col-md-4 {
    width: 100%;
  }
  .footer .text-logo {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .footer .text-link {
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
  }
  .footer .text {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    display: block;
    width: 100%;
  }
  .footer .list-group {
    flex-direction: column;
    gap: 10px;
  }
  .footer .list-group-item {
    font-size: 16px;
    text-align: center;
    background: transparent;
    border: none;
    padding: 5px 0;
  }
  .footer .icons {
    text-align: center;
    justify-content: center;
    margin-top: 20px;
    gap: 15px;
  }
  .footer .icons i {
    font-size: 25px;
  }
  .footer .icons i:hover {
    color: #caa557;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  .navbar {
    display: none;
  }
  .nav-mobile {
    display: flex;
    justify-content: flex-end;
  }
  .nav-mobile span {
    font-size: 28px;
    color: #011941;
    padding: 10px 14px;
    border-radius: 8px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
  }
  .nav-mobile .navbar-brand {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-right: 45%;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #011941;
    overflow-x: hidden;
    transition: width 0.3s ease;
    padding-top: 60px;
    z-index: 9;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 32px;
    color: #ffffff;
  }
  .sidenav .btn {
    background-color: #003365;
    border: 1px solid #967842;
    color: #ffffff;
    padding: 10px 5px;
    border-radius: 25px;
    margin: 10px;
  }
  .sidenav .btn:hover {
    background-color: #caa557;
  }
  .sidenav a {
    padding: 10px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    display: block;
    margin-left: 10px;
  }
  .sidenav a:hover {
    color: #caa557;
  }
  .hero-section {
    text-align: center;
    padding: 1rem;
    min-height: auto;
    flex-direction: column;
  }
  .hero-section .hero-title {
    font-size: 40px;
  }
  .hero-section .hero-subtitle {
    font-size: 18px;
    margin: 0px auto;
    margin-bottom: 2rem;
  }
  .hero-section p {
    font-size: 18px;
  }
  .hero-section .social-proof {
    margin: 0 30px;
  }
  .hero-section .stars {
    margin: 0 100px;
  }
  .hero-section .hero-buttons {
    justify-content: center;
  }
  .hero-section .col-lg-6 {
    margin-bottom: 2rem;
  }
  .hero-badge {
    padding: 10px 10px;
    font-size: 14px;
  }
  .hero-image {
    max-width: 400px;
    margin: 0 auto;
  }
  .hero-buttons .btn {
    font-size: 14px;
    padding: 10px 15px;
  }
  .social-proof {
    align-items: center;
    flex-direction: column;
  }
  .info-card {
    background: #ffffff;
    padding: 10px;
    font-size: 14px;
  }
  .info-card .text {
    font-size: 16px;
  }
  .atendente .top-right {
    top: 320px;
    right: -10px;
    max-width: 125px;
  }
  .atendente .top-left {
    top: -10px;
    left: -10px;
  }
  .atendente .bottom-right {
    bottom: 330px;
    right: -20px;
    max-width: 100px;
  }
  .atendente .bottom-left {
    bottom: 10px;
    left: -10px;
  }
  .vendedor .top-right {
    top: 30px;
    right: -10px;
    max-width: 100px;
  }
  .vendedor .top-left {
    top: 10px;
    left: -20px;
    max-width: 120px;
  }
  .vendedor .bottom-right {
    bottom: 30px;
    right: -10px;
  }
  .vendedor .bottom-left {
    bottom: 30px;
    left: -20px;
  }
  .suporte .top-right {
    top: -10px;
    right: -20px;
  }
  .suporte .top-left {
    top: -10px;
    left: -10px;
    max-width: 120px;
  }
  .suporte .bottom-right {
    bottom: 30px;
    right: -20px;
  }
  .suporte .bottom-left {
    bottom: 30px;
    left: -10px;
    max-width: 120px;
  }
  .empresas-section {
    padding: 2rem;
  }
  .empresas-section .text {
    font-size: 20px;
    font-weight: 400;
    color: #5c616d;
  }
  .empresas-section .logo-carousel {
    max-width: 130px;
  }
  .video-frame {
    background-color: #f3f3f3;
    padding: 1rem;
  }
  .video-frame h1 {
    font-size: 30px;
    font-weight: 600;
    color: #011941;
    margin-bottom: 30px;
  }
  .video-frame .plyr--video {
    border-radius: 10px;
  }
  .recursos {
    padding: 2rem 1rem;
    align-items: center;
  }
  .recursos p {
    font-size: 16px;
  }
  .recursos .card {
    padding: 8px 10px;
  }
  .recursos .card .card-title {
    font-size: 18px;
  }
  .recursos .card .card-text {
    font-size: 16px;
  }
  .interface-intuitiva-section {
    padding: 2rem 1rem;
  }
  .interface-intuitiva-section p {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .integracoes-section {
    padding: 2rem 1rem;
  }
  .integracoes-section #carouselIntegracoes .owl-dots {
    bottom: -40px;
  }
  .integracoes-section #carouselIntegracoes .owl-dots .owl-dot {
    height: 8px;
    width: 8px;
  }
  .integracoes-section #carouselIntegracoes .owl-nav {
    width: 10%;
    top: 105%;
  }
  .integracoes-section #carouselIntegracoes .owl-nav .button {
    width: 8px;
    height: 8px;
  }
  .integracoes-section .text-end {
    margin-top: 3rem;
  }
  .integracoes-section .text {
    padding: 8px 15px;
  }
  .agendamentos-section p {
    font-size: 16px;
  }
  .agendamentos-section img {
    max-width: 300px;
  }
  .agendamentos-section .ideal-para {
    align-items: normal;
    flex-direction: column;
  }
  .agendamentos-section .texto-idealPara {
    text-align: center;
  }
  .agendamentos-section .ideal-chip {
    padding: 8px 10px;
    justify-content: center;
  }
  .agendamentos-section .ideal-chip:hover {
    background-color: #caa557;
    color: #ffffff;
  }
  .planos-section {
    padding: 5rem;
  }
  .interface-intuitiva-section {
    padding: 2rem 1rem;
  }
  .interface-intuitiva-section .img-interface {
    width: 100%;
    max-width: 500px;
  }
  .passo-a-passo-section {
    padding: 1rem;
  }
  .passo-a-passo-section .passos-circles {
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
  .passo-a-passo-section .passos-circles .passo h3 {
    font-size: 20px;
  }
  .passo-a-passo-section .passos-circles .passo p {
    font-size: 18px;
  }
  .avaliacoes-section {
    padding: 2rem 1rem;
    box-shadow: 0px 0px 9px;
  }
  .avaliacoes-section h2 {
    font-size: 30px;
  }
  .avaliacoes-section p {
    font-size: 20px;
  }
  .avaliacoes-section .card {
    padding: 15px;
  }
  .avaliacoes-section .card {
    min-width: 50px;
    min-height: 50px;
    border-radius: 30px;
  }
  .avaliacoes-section .card-text {
    font-size: 16px;
  }
  .planos-section {
    padding: 2rem 1rem;
  }
  .faq-contact-section {
    padding: 1rem;
  }
  .faq-contact-section p {
    margin-bottom: 30px;
  }
  .faq-contact-section .accordion-button {
    font-size: 14px;
    padding: 10px 15px;
  }
  .faq-contact-section .accordion-body {
    font-size: 13px;
    padding: 10px 15px;
  }
  .faq-contact-section .contact-section h2 {
    font-size: 30px;
  }
  .faq-contact-section .contact-section p {
    font-size: 18px;
  }
  .faq-contact-section .contact-section .contact-content {
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
  .faq-contact-section .contact-section .contact-content .cards-information {
    justify-content: center;
    width: 100%;
  }
  .faq-contact-section .contact-section .contact-content .cards-information .card {
    max-width: 100%;
    width: 100%;
    margin: 10px 0;
    padding: 15px;
  }
  .faq-contact-section .contact-section .contact-content .cards-information .tittle {
    font-size: 18px;
  }
  .faq-contact-section .contact-section .contact-content .cards-information .information-item {
    font-size: 14px;
  }
  .faq-contact-section .contact-section .contact-content .cards-information i {
    font-size: 20px;
  }
  .faq-contact-section .contact-section .contact-content .cards-information .list-group-item {
    font-size: 14px;
  }
  .faq-contact-section .contact-section .contact-content .cards-information .btn {
    padding: 10px 15px;
    font-size: 14px;
  }
  .faq-contact-section .contact-section .contact-content .card-message {
    max-width: 100%;
    width: 100%;
    padding: 15px;
    margin: 10px 0;
  }
  .footer {
    text-align: center;
  }
  .footer .list-unstyled {
    width: 50%;
    margin: 10px;
  }
  .footer .row {
    gap: 2rem;
  }
  .footer .col-md-4 {
    width: 100%;
  }
  .footer .text-logo {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .footer .text-link {
    font-size: 18px;
  }
  .footer .text {
    font-size: 16px;
    width: 100%;
  }
  .footer .list-group {
    gap: 10px;
  }
  .footer .list-group-item {
    font-size: 16px;
  }
  .footer .icons {
    gap: 10px;
  }
  .footer .icons i {
    font-size: 20px;
  }
}
@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}/*# sourceMappingURL=style.css.map */