
body {
  font-family: 'roc-grotesk', sans-serif;
  background-color: #ffffff;
  color: #093D5D;
  scroll-behavior: smooth;
}

.left-menu a {
  color: #093D5D !important;
  font-family: 'roc-grotesk', sans-serif;

}

.left-menu {
  gap: 20px;
}

.btn-entrar {
  border: none;
  color: #093D5D !important;
}

.btn-entrar:hover {
  background: none;
}

.active-border {
  border-bottom: 3px solid #50AAC0;
}

section {
  padding: 60px 0;
}

section img {
  max-width: 400px;
  border-radius: 15px;
}

.hero {
  background-color: #50AAC0;
  padding: 4rem 0;
  text-align: center;
  color: white;
}

.section-title {
  font-size: 3rem;
  font-weight: 700;
  color: #052F3A;
}

.highlight {
  color: #50AAC0;
}

.highlight-alt {
  color: #052F3A;
}

.btn-custom {
  background-color: #50AAC0;
  color: white;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
  border: none;
}

.btn-custom:hover {
  background-color: #50AAC0;
  color: white;
  opacity: 0.8;
}

.btn-custom-1 {
  background-color: #227193;
  color: white;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
  border: none;
}

.btn-custom-1:hover {
  background-color: #227193;
  color: white;
  opacity: 0.8;
}

.hero-row {
  align-items: center;
}
.hero-text {
  text-align: left !important;
  height: fit-content;
}

.hero img {
  border-radius: 0;
}

.accordion-button:not(.collapsed) {
  background-color: #c2e8f1 !important;
}


.w-300 {
  width: 300px;
}

.btn-afiliado {
  background-color: #093D5D;
  color: white;
}

.btn-afiliado:hover {
  background-color: #093D5D;
  color: white;
  opacity: 0.8;
}

.bg-alt {
  background-color: #EDF5F6;
}

.footer {
  background-color: #f1f1f1;
  text-align: center;
  padding: 2rem 0;
  font-size: 0.9rem;
  color: #062F3A;
}

.navbar.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}

.fade-in.appear {
  opacity: 1;
  transform: translateY(0);
}

.quemsomos ul {
  margin-top: 20px;
}
.quemsomos ul li {
  margin-bottom: 20px;
}

.ticks img {
  margin-right: 10px;
}

.funciona img {
  width: 60px;
}

.funciona {
  padding-left: 0;
}

.funciona li {
    display: -webkit-box;
}

.planos-tab span, .planos-tab h3 {
  color: #052F3A;
  font-weight: 600;
  margin-bottom: 0;
}

.planos-content h4 {
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 0;
}

.planos-content p {
  font-weight: 600;
  color: #50AAC0;
  font-size: 3rem;
}

.p-text p strong {
  font-size: 1.2rem;
}

.simulacao .nav-tabs .active {
  background: #EDF5F6 !important;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #50AAC0 !important;
  border-left: 0;
  border-color: #50AAC0;
  border-width: 2px;
}

.simulador {
  margin-top: 70px;
}

.faq .nav-pills .nav-link.active, .faq .nav-pills .show>.nav-link {
  background-color: #093D5D !important;
  color: #fff;
  border-radius: 10px
}

.faq .nav-pills .nav-link {
  margin-right: 20px;
  color: #093D5D;
  border-radius: 10px;
  border: 1px solid #093D5D;
}




@media (max-width: 991px) {
  .navbar-nav {
    display: none;
    flex-direction: column;
    background-color: white;
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0;
    padding: 1rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }

  .navbar input[type="checkbox"]:checked ~ .navbar-nav {
    display: flex;
  }

  .menu-toggle {
    display: block;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #062F3A;
    margin: 5px 0;
  }
}
