/* 
 * Estilos personalizados do tema Mi6
 * Desenvolvido pela agenciaili (agenciaili.com.br)
 */

/* Importar fonte Inter */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");

/* Reset e configurações base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #2b2424;
}

/* Tipografia */
h1 {
  font-size: 53px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1rem;
}

h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* Links */
a {
  text-decoration: none;
  font-size: 16px;
  color: inherit;
  transition: all 0.3s ease;
}

a:hover {
  color: inherit;
}

/* Imagens */
img {
  max-width: 100%;
  height: auto;
}

/* Classes de padding */
.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

/* Classes de cores */
.spn-red {
  color: #890303;
}

.spn-blue {
  color: #111147;
}

.hero-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e6e6e6;
  line-height: 130%;
}

.btn-red {
  padding: 16px 50px 16px 24px;
  color: #fff;
  background-color: #890303;
  position: relative;
  transition: all 0.5s ease;
  font-size: 14px;
  font-weight: 500;
  border-radius: 100px;
}
.btn-red::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 16px;
  background-image: url(../imgs/icon-btn.svg);
  width: 15px;
  height: 17px;
  transition: all 0.5s ease;
}
.btn-outline {
  padding: 16px 50px 16px 24px;
  color: #fff;
  background-color: transparent;
  position: relative;
  transition: all 0.5s ease;
  font-size: 14px;
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid #fff;
}
.btn-outline::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 16px;
  background-image: url(../imgs/icon-btn.svg);
  width: 15px;
  height: 17px;
  transition: all 0.5s ease;
}
.btn-outline:hover {
  background-color: #fff;
  color: #890303;
}
.btn-outline:hover::after {
  right: 18px;
  filter: invert(51%) sepia(77%) saturate(432%) hue-rotate(298deg)
    brightness(65%) contrast(76%);
}
.btn-white {
  padding: 16px 24px;
  background-color: #fff;
  color: #111147;
  font-size: 16px;
  text-align: center;
  border-radius: 100px;
}
.btn-white:hover {
  background-color: #e6e6e6;
  color: #111147;
}
.btn-red:hover::after {
  right: 18px;
}
.btn-solo {
  padding-top: 30px;
}

.consorcio-section p {
  font-size: 20px;
}

.linha-vantagem {
  padding-top: 35px;
}

.content-vantagem {
  padding-top: 30px;
  padding-right: 60px;
}

.content-passo-a-passo {
  padding: 100px 98px;
  background-color: #890303;
  border-radius: 31px 0 0 31px;
  color: #fff;
}
.card-passo {
  border-radius: 0 30.27px 30.27px 0;
  border: 0.4px solid rgba(255, 255, 255, 0.3);
  padding: 30px 20px;
  min-height: 260px;
}

.number {
  background: #111147;
  border-radius: 8px;
  height: 53px;
  width: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 14px;
}

.list-diferencial {
  padding: 0;
  list-style: none;
  padding-right: 90px;
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.list-diferencial li {
  position: relative;
}
.list-diferencial li::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #afafaf;
  bottom: -50px;
}
.img-diferencial {
  padding-top: 70px;
}

.consorcio-financiamento {
  background-color: #890303;
  color: #fff;
}
.consorcio-financiamento h2 {
  color: #fff;
}
.consorcio-financiamento p {
  color: #fff;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1140px;
}

.title-card {
  background-color: #111147;
  text-align: center;
  padding: 10px;
  border-radius: 100px;
}
.title-card h3 {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.consorcio-financiamento ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 7px;
  border-radius: 16px;
  background: #fff;
  padding: 22px 0px;
}
.consorcio-financiamento ul li {
  color: #737373;
  font-size: 12px;
  position: relative;
  padding: 0 20px;
}

.consorcio-financiamento ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: #737373;
}

.name-especialista {
  display: flex;
  align-items: center;
  gap: 8px;
}

.name-especialista p {
  margin-bottom: 0;
}

.linha-carrossel {
  padding-top: 60px;
}

.card-especialista {
  color: #fff;
  border-radius: 25px;
  padding: 38px 100px;
  background-color: #111147;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Estilos do Owl Carousel */
.carrossel-especialista {
  position: relative;
}

.especialistas-section {
  overflow: hidden;
}

.especialistas-section .owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

.owl-theme .owl-dots {
  margin-top: 10px;
}

.content-segmento {
  padding: 90px;
  border-radius: 31px 0 0 31px;
  background: #111147;
  color: #fff;
}

.box-segmento {
  display: flex;
  align-items: center;
  color: #2d2d2d;

  justify-content: space-between;
  overflow: hidden;
}

.content-box-right {
  border-radius: 0 34px 34px 0;
}
.box-segmento-content {
  padding-left: 40px;
  padding-right: 40px;
}

.content-box-left {
  border-radius: 34px 0 0 34px;
  justify-content: start;
}
.content-box-left .box-segmento-content {
  padding-left: 80px;
}
.content-box-right .box-segmento-content {
  padding-right: 80px;
}
.linha-boxes-segmento {
  gap: 32px;
  padding-top: 20px;
}

/* Estilos do Accordion FAQ */
.faq-section h2 {
  color: #2b2424;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 60px;
}

.accordion-faq {
  max-width: 100%;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  display: flex;
  align-items: center;
  padding: 25px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-question:hover h3 {
  color: #890303;
}

.faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #111147;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.faq-item.active .faq-icon {
  background-color: #890303;
  transform: rotate(180deg);
}

.faq-question h3 {
  font-size: 22px;
  font-weight: 500;
  color: #111147;
  margin: 0;
  transition: all 0.3s ease;
}

.faq-item.active .faq-question h3 {
  color: #890303;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 52px;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding-bottom: 25px;
}

.faq-answer p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* Estilos do Header */
.header-mi6 {
  background-color: #fff;
  padding: 20px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.logo-header {
  display: flex;
  align-items: center;
}

.logo-header a {
  text-decoration: none;
}

.logo-header img {
  max-height: 50px;
  width: auto;
}

.navbar-header {
  display: flex;
  justify-content: flex-start;
}

.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
}

.nav-menu li {
  margin: 0;
}

.nav-menu li a {
  color: #2b2424;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
  position: relative;
}

.nav-menu li a:hover {
  color: #890303;
}

.nav-menu li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #890303;
  transition: width 0.3s ease;
}

.nav-menu li a:hover::after {
  width: 100%;
}

/* Estilos do Dropdown */
.nav-menu .has-dropdown {
  position: relative;
}

.nav-menu .sub-menu {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
.mais-links-footer {
  color: #111147 !important;
}
.nav-menu .sub-menu li {
  margin: 0;
  padding: 0;
}

.nav-menu .sub-menu li a {
  display: block;
  padding: 12px 20px;
  color: #2b2424;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease;
  border-bottom: none;
}

.nav-menu .sub-menu li a:hover {
  background-color: #f8f9fa;
  color: #890303;
  padding-left: 25px;
}

.nav-menu .sub-menu li a::after {
  display: none;
}
.btn-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.formulario-contato input {
  border: none;
  border-bottom: 1px solid rgba(21, 21, 21, 0.2);
  font-size: 16px;
  color: #484847;
  padding: 8px;
}
.formulario-contato input::placeholder,
.formulario-contato textarea::placeholder {
  color: #484847 !important; /* cor do placeholder (cinza) */
  /* opcional: itálico */
  font-size: 16px; /* tamanho da fonte */
  opacity: 1; /* garante que a cor apareça igual em todos browsers */
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-red {
  background-color: #373737;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 40px 16px 24px;
  border-radius: 30px;
}
.icon-enviar {
  position: absolute;
  right: 17px;
  top: 40%;
  transform: translateY(-50%);
  width: 21px;
  height: 17px;
  background-image: url(../imgs/icon-btn.svg);
  transition: all 0.4s ease;
}
.btn-container:hover .icon-enviar {
  right: 10px;
}
.btn-container:hover input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-red {
  background-color: #890303;
}
span.wpcf7-spinner {
  display: none;
}
.icon-name {
  background-image: url(../imgs/icon-nome-form.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: right;
}

.icon-email {
  background-image: url(../imgs/icon-email-form.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: right;
}
.icon-phone {
  background-image: url(../imgs/icon-phone-form.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: right;
}
.icon-subject {
  background-image: url(../imgs/icon-mensage-form.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: right;
}
/* ESCOPADO: só aplica dentro do seu form */
.formulario-contato .wpcf7-list-item {
  display: block; /* cada item em sua linha (ajuste se quiser) */
}
.sociais {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 10px;
}
.formulario-contato .wpcf7-list-item > label {
  display: inline-flex;
  align-items: flex-start; /* alinha com texto que pode quebrar linha */
  gap: 10px; /* espaço entre a caixinha e o texto */
  cursor: pointer;
  line-height: 1.4;
}
.formulario-contato .row {
  row-gap: 16px;
}
/* CHECKBOX custom: mantém no fluxo, não fica "fora" */
.formulario-contato .wpcf7-list-item input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  margin-top: 2px; /* alinha com primeira linha do texto */
  border: 2px solid #111827; /* borda do quadrado */
  border-radius: 4px; /* cantos levemente arredondados */
  background: #fff;
  outline: none;
  display: inline-block;
  position: relative; /* necessário para o “check” ::after */
  vertical-align: top;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

/* foco via teclado */
.formulario-contato .wpcf7-list-item input[type="checkbox"]:focus {
  box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.2);
}

/* estado marcado */
.formulario-contato .wpcf7-list-item input[type="checkbox"]:checked {
  background: #111827;
  border-color: #111827;
}

/* “visto” branco */
.formulario-contato .wpcf7-list-item input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 6px;
  transform: translate(-50%, -60%) rotate(-45deg);
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
}

/* texto e links ao lado */
.formulario-contato .wpcf7-list-item-label {
  color: #484847;
  font-size: 14px;
  font-weight: 500;
}
.formulario-contato .wpcf7-list-item-label a {
  color: #484847;
  text-decoration: underline;
  font-weight: 500;
}

/* estado inválido (quando o acceptance é obrigatório e está desmarcado) */
.formulario-contato .wpcf7-not-valid .wpcf7-list-item input[type="checkbox"] {
  border-color: #ef4444;
}
.formulario-contato .wpcf7-list-item input[type="checkbox"] {
  accent-color: #111827; /* simples e compatível com browsers modernos */
}
.formulario-imagem img {
  max-width: 100%;
}
.faq-home {
  background: #111147;
  color: #fff;
}
.faq-home .faq-section h2 {
  color: #fff;
}
.faq-home .faq-answer p {
  color: #fff;
}
.faq-home .faq-item.active .faq-question h3 {
  color: #fff;
}
.faq-home .faq-question h3 {
  color: #fff;
}
.faq-home .faq-icon svg {
  fill: #890303;
}
.faq-home .faq-icon {
  background: #890303;
}
.img-mobile {
  display: none;
}
/* Estilos do Footer */
.footer-mi6 {
  background-color: #111147;
  color: #fff;
  padding: 120px 0 30px;
}
.page-template-home .footer-mi6 {
  background-color: #fff;
  color: #373737;
}
.page-template-home .footer-mi6 .logo-footer h2 {
  color: #373737;
}
.page-template-home .footer-mi6 .logo-footer span {
  color: #373737;
}
.page-template-home .footer-mi6 .tagline-footer {
  color: #373737;
}
.page-template-home .footer-mi6 .footer-links h4 {
  color: #373737;
}
.page-template-home .footer-mi6 .footer-links ul li a {
  color: #373737;
}
.page-template-home .footer-mi6 .footer-links ul li a:hover {
  color: #890303;
}
.page-template-home .footer-copyright a {
  color: #373737;
}
.page-template-home .footer-copyright a:hover {
  color: #890303;
}
.page-template-home .footer-copyright p {
  color: #373737;
}
.footer-copyright p a {
  font-size: 14px;
}

.footer-brand {
  margin-bottom: 30px;
}

.logo-footer {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.logo-footer h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  margin-right: 15px;
}

.logo-footer span {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  margin-right: 10px;
}

.logo-f {
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #111147;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

.tagline-footer {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 30px;
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-icon {
  width: 40px;
  height: 40px;
  background-color: #111147;
  border: 1px solid #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icon:hover {
  background-color: #890303;
  border-color: #890303;
  color: #fff;
  transform: translateY(-2px);
}

.footer-links h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

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

.footer-links ul li {
  margin-bottom: 12px;
}

.footer-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.footer-links ul li a:hover {
  color: #890303;
}

.footer-links-list {
  margin-top: 40px;
}

.footer-divider {
  height: 1px;
  background-color: #fff;
  margin: 40px 0 30px;
}
.page-template-home .footer-divider {
  background-color: #373737;
}

.footer-copyright {
  text-align: left;
}

.footer-copyright p {
  color: #ccc;
  font-size: 14px;
  margin: 0;
}

.footer-copyright a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-copyright a:hover {
  color: #890303;
}
.linha-footer {
  justify-content: space-between;
}
.linha-consorcio-home {
  padding-top: 40px;
}
.detalhe-consorcio {
  display: flex;
  align-items: center;
  gap: 23px;
  padding-top: 40px;
}
.detalhe-consorcio p {
  margin-bottom: 0;
}
.linha-pt-50 {
  padding-top: 50px;
}
.content-card-vantagem {
  padding-right: 60px;
  padding-top: 30px;
}
.ideal-consorcio-home .row {
  row-gap: 10px;
}
.card-ideal-consorcio {
  position: relative;
}

.home-section h1 { 
  font-size: 49px;
}
.content-card-ideal-consorcio {
  position: absolute;
  color: #fff;
  z-index: 2;
  bottom: 30px;
  left: 20px;
}

.content-card-ideal-consorcio h3 {
  font-size: 22px;
  font-weight: 600;
}
.content-card-ideal-consorcio span {
  font-size: 12px;
}
.btn-solo-card {
  display: flex;
  align-items: center;
  gap: 8px;
}
.conteudo-blue {
  background-color: #111147;
  padding: 120px 0;
}

.card-red {
  background-color: #890303;
  color: #fff;
  height: 265px;
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 9px;
  position: relative;
}
.content-card-red {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.card-red p {
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  bottom: 0;
}
.content-cultura {
  border-radius: 0 34px 34px 0;
  background: #111147;
  padding: 160px 100px;
  color: #fff;
}
.content-cultura-mobile p {
  opacity: 0.7;
}
/* Estilos do Accordion de Responsabilidade Socioambiental */
.conteudo-gray {
  background-color: #696969;
  padding-top: 200px;
  color: #fff;
}
.conteudo-gray p {
  opacity: 0.7;
}
.content-responsabilidade h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 20px;
}

.content-responsabilidade p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 60px;
  opacity: 0.7;
}

.accordion-responsabilidade {
  max-width: 100%;
}

.responsabilidade-item {
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 8px;
  margin-bottom: 20px;
}

.responsabilidade-item:last-child {
  border-bottom: 1px solid transparent;
}

.responsabilidade-question {
  display: flex;
  align-items: center;
  padding: 25px 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.responsabilidade-question:hover h3 {
  color: #111147;
}

.responsabilidade-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #111147;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.responsabilidade-item.active .responsabilidade-icon {
  background-color: #111147;
  transform: rotate(180deg);
}

.responsabilidade-question h3 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease;
}

.responsabilidade-item.active .responsabilidade-question h3 {
  color: #111147;
}

.responsabilidade-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 82px;
  padding-right: 30px;
}

.responsabilidade-item.active .responsabilidade-answer {
  max-height: 200px;
  padding-bottom: 25px;
}

.responsabilidade-answer p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
/* Estilos do Carrossel de Compromisso Social */
.carrossel-navegacao {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 20px;
}

.carrossel-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #111147;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carrossel-btn:hover {
  background-color: #890303;
  transform: scale(1.1);
}

.carrossel-btn:active {
  transform: scale(0.95);
}

.carrossel-btn svg {
  transition: all 0.3s ease;
}

.carrossel-btn:hover svg {
  transform: scale(1.1);
}

.carrossel-compromisso {
  margin-top: 40px;
}

.compromisso-card {
  background-color: #111147;
  border-radius: 0px 34px 34px 0px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.compromisso-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.content-compromisso-card {
  padding: 43px 46px;
  border-radius: 0px 0px 34px 0px;
  background-color: #111147;
  color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 271px;
}
.content-card-three-block {
  padding-top: 30px;
}
.card-three-block {
  padding: 75px 40px;
  border-radius: 0 19px 19px 0;
  background: #890303;
  height: 460px;
}
.card-three-block h3,
.card-three-block p {
  color: #fff;
}
.title-ideal-sobre {
  padding-right: 60px;
}
.content-compromisso-card h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
}

.content-compromisso-card p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.linha-parceiros {
  padding-top: 40px;
}
/* Estilos do Owl Carousel para Compromisso */
section.img-responsabilidade.pt-80 {
  margin-bottom: -105px;
}

.carrossel-compromisso .owl-carousel .owl-item {
  padding: 0 5px;
}

.carrossel-compromisso .owl-carousel .owl-nav {
  display: none !important;
}

.carrossel-compromisso .owl-carousel .owl-dots {
  margin-top: 30px;
  text-align: center;
}

.carrossel-compromisso .owl-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 5px;
  transition: all 0.3s ease;
}

.carrossel-compromisso .owl-carousel .owl-dots .owl-dot.active {
  background-color: #890303;
  transform: scale(1.2);
}
.img-diferencial-list {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
}
.img-diferencial-list h3 {
  margin-bottom: 0;
}
.card-vantagem-home {
  position: relative;
}
.row.linha-pt-50 > .col-lg-4 .card-vantagem-home::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  width: 1px;
  height: 200px; /* ajuste se precisar */
  background-color: #afafaf;
}
/* Esconde na 3ª, 6ª, 9ª... (última de cada linha) */
.row.linha-pt-50 > .col-lg-4:nth-child(3n) .card-vantagem-home::after {
  content: none;
}
.content-card-ideal-consorcio .btn-red {
  padding: 8px 35px 8px 18px;
}
.content-card-ideal-consorcio .btn-red::after {
  right: 18px;
  top: 11px;
}
.content-card-ideal-consorcio .btn-red:hover::after {
  right: 13px;
}
.page-template-home .mais-links-footer {
  color: #fff !important;
}
.img-home {
  display: none;
}
.page-template-home .img-geral {
  display: none;
}
.page-template-home .img-home {
  display: block;
}
.sobre-section .row {
  gap: 30px;
}
.card-passo p {
  font-size: 14px;
}
.box-segmento-img {
  position: relative;
}
.box-segmento-content {
  position: relative;
  z-index: 2;
}
.content-box-right .box-segmento-img::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -460px;
  width: 460px;
  height: 99.5%;
  background-color: #fff;
  z-index: 1;
}
.content-box-left .box-segmento-img::before {
  content: "";
  position: absolute;
  top: 1px;
  right: -460px;
  width: 460px;
  height: 99.5%;
  background-color: #fff;
  z-index: 1;
}
.box-segmento-img img {
  position: relative;
  z-index: 2;
}

.card-blog {
  position: relative;
}
.blog-section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.categoria-card {
  position: absolute;
  top: 10px;
  left: 10px;
}

.categoria-card span {
  padding: 2px 20px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-size: 10px;
  font-weight: 400;
}
.content-card-blog {
  padding-top: 20px;
}
.content-card-blog h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  color: #373737;
}
.content-card-blog p {
  font-size: 14px;
  color: #484847;
  opacity: 0.5;
  margin-bottom: 30px;
}
.content-card-blog span {
  color: #484847;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.content-card-blog span::after {
  content: "";
  position: absolute;
  background-image: url(../imgs/seta-blog.svg);
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
a:hover .content-card-blog span::after {
  right: -28px;
}
.date p {
  font-size: 14px;
  color: #484847;
  opacity: 0.5;
  font-weight: 400;
  margin-bottom: 16px;
}
.input-group-home {
  position: relative;
}
button.btn.search-btn {
  position: absolute;
  right: 0;
  top: 0px;
}
input.form-control.search-input {
  border: none;
  position: relative;
}
.input-group-home::after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 1px;

  background: #a4a4a4;
  opacity: 0.5;
}

.list-categoria {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 30px;
  padding-bottom: 30px;
}
.loop-blog {
  padding-top: 40px;
  row-gap: 60px;
}
.card-blog img {
  width: 100%;
}
.list-categoria li a {
  font-size: 14px;
  color: #000;
  padding: 8px 35px;
  border-radius: 30px;
  background: #d9d9d9;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.list-categoria li a.active {
  background: #890303;
  color: #fff;
  opacity: 1;
}
.list-categoria li a:hover {
  background: #890303;
  color: #fff;
  opacity: 0.5;
}

.loop-blog .categoria-card span {
  padding: 4px 22px;
  font-size: 12px;
}
.single-page {
  background-repeat: no-repeat;
  background-size: cover;
  height: 604px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.single-page::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 212, 255, 0) 74%
  );
  z-index: -1;
}

.conteudo-topo-single h1,
.conteudo-topo-single .post-meta {
  color: #fff;
}
.post-share {
  text-align: center;
}
.card-relacionados-lateral {
  height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 21px;
  background: #d9d9d9;
  margin-top: 30px;
}
ul.list-sociais-single {
  display: flex
;
  list-style: none;
  gap: 20px;
  padding: 0;
  justify-content: center;
}
.card-mais-lido {
  position: relative;
}
.pb-50 {
  padding-bottom: 50px;
}
.mais-lidos .content-card-blog {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mais-lidos .content-card-blog p {
  width: 400px;
}
.card-blog img {
  border-radius: 0 30px 30px 0;
}
.card-mais-lido img {
  width: 100%;
  border-radius: 0 30px 30px 0;
}
#category-section {
  padding-top: 120px;
  padding-bottom: 120px;
}
button#load-more-btn {
  border: none;
}
button.btn-red::after {
  top: 18px;
}
div#load-more-container {
  padding-top: 60px;
}
.categorias-lateral.list-categoria ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}
.categorias-lateral.list-categoria  li a {
  display: block;
  text-align: center;
  width: 100%;
}
.title-relacionados {
  padding-bottom: 60px;
}
.card-simule-banner {
border-radius: 0 25px 25px 0;
  background: #890303;
  padding: 48px 30px;
  color: #fff;
  text-align: center;
}
.card-simule-banner .btn-white {
  display: block;
  text-align: center;
  width: 100%;}
  .valor h3 {
    font-size: 23px;
    font-weight: 400;
  }
  .valor span { 
    font-size: 34px;
    font-weight: 700;
  }
  .page-politica {
    padding-top: 120px;
    padding-bottom: 120px;
  }
/* Hover no desktop (acima de 991px) */
@media (min-width: 992px) {
  .nav-menu .has-dropdown:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (max-width: 1199px) {
  .hero-banner {
    background-position-x: -830px;
  }
  section.home-section.hero-banner {
    background-position: right;
  }
}
@media (max-width: 1056px) {
  .box-segmento {
    height: inherit;
  }
}
/* Click no mobile (abaixo de 991px) */
@media (max-width: 991px) {
  .nav-menu .has-dropdown .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .card-vantagem-home::after {
    display: none;
  }
  .content-cultura {
    padding: 40px;
  }
  .img-desk {
    display: none;
  }
  .img-mobile {
    display: block;
  }
  .three-block-sobre .row {
    row-gap: 30px;
  }
  .linha-passo-a-passo {
    row-gap: 30px;
  }
  br {
    display: none;
  }
  .nav-menu .has-dropdown.active .sub-menu {
    max-height: 300px;
  }
  .img-diferencial {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-menu .sub-menu li a {
    padding: 8px 0 8px 20px;
    font-size: 13px;
    color: #666;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .pt-120 {
    padding-top: 80px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
  .nav-menu .sub-menu li a:hover {
    background-color: transparent;
    color: #890303;
    padding-left: 25px;
  }
  .linha-vantagem {
    row-gap: 30px;
  }
  .consorcio-financiamento .row {
    row-gap: 30px;
  }
  .btn-solo {
    padding-top: 10px;
  }
  .box-segmento-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .home-section h1 {
    font-size: 38px;
}
.linha-simule-banner { 
  padding-top: 50px;
  padding-bottom: 80px;
}
}

/* Responsividade do Accordion de Responsabilidade */
@media (max-width: 768px) {
  .header-mi6 {
    padding: 15px 0;
  }
  .mais-lidos .content-card-blog p {
    width: 100%;
  }
  .box-segmento-content {
    background-color: #fff;
  }
  .consorcio-section .btn-red {
    display: block;
    padding: 16px;
  }
  .consorcio-section .btn-red::after {
    display: none;
  }
  .list-diferencial {
    padding-right: 30px;
  }
  .logo-header img {
    max-height: 40px;
  }
  .content-segmento {
    padding: 40px;
  }
  .box-segmento-img {
    position: relative;
    width: 100%;
  }
  .box-segmento-img img {
    width: 100%;
  }
  .card-three-block {
    padding: 40px 40px;
  }
  .navbar-header {
    justify-content: center;
    margin-top: 15px;
  }
  .content-passo-a-passo {
    padding: 40px;
  }
  .linha-pt-50 {
    padding-top: 30px;
    row-gap: 30px;
  }
  .card-passo {
    min-height: 250px;
  }
  .btn-solo-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .content-card-ideal-consorcio {
    bottom: 10px;
    left: 10px;
  }
  .box-segmento {
    flex-direction: column;
  }
  .content-box-right {
    flex-direction: column-reverse;
    background-color: #fff;
  }
  .box-segmento-content p {
    font-size: 14px;
  }

  .btn-solo-card .btn-red {
    padding: 8px 30px 8px 15px;
  }
  .btn-solo-card .btn-red::after {
    right: 17px;
    top: 10px;
  }
  .btn-solo-card .btn-red:hover::after {
    right: 13px;
  }
  .nav-menu {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-menu li a {
    font-size: 14px;
  }
  .box-segmento-content h3,
  .box-segmento-content p {
    margin-bottom: 8px;
  }

  .carrossel-navegacao {
    justify-content: center;
    margin-top: 30px;
  }
  .btn-white {
    font-size: 14px;
    display: grid;
  }
  .carrossel-btn {
    width: 45px;
    height: 45px;
  }

  .compromisso-card img {
    height: 200px;
  }

  .content-compromisso-card {
    padding: 30px 25px;
  }

  .content-compromisso-card h3 {
    font-size: 20px;
  }

  .content-compromisso-card p {
    font-size: 14px;
  }

  .carrossel-compromisso .owl-carousel .owl-item {
    padding: 0 10px;
  }
  .content-cultura-mobile {
    padding-top: 20px;
  }
  .content-responsabilidade h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .faq-section h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .faq-question {
    padding: 20px 0;
  }

  .faq-icon {
    width: 28px;
    height: 28px;
    margin-right: 15px;
  }

  .faq-question h3 {
    font-size: 16px;
  }

  .faq-answer {
    padding-left: 43px;
  }

  .faq-answer p {
    font-size: 14px;
  }
  .card-especialista {
    height: 370px;
    padding: 38px;
  }
  .content-responsabilidade p {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .responsabilidade-question {
    padding: 20px 20px;
  }

  .responsabilidade-icon {
    width: 28px;
    height: 28px;
    margin-right: 15px;
  }

  .responsabilidade-question h3 {
    font-size: 18px;
  }

  .responsabilidade-answer {
    padding-left: 63px;
    padding-right: 20px;
  }

  .responsabilidade-answer p {
    font-size: 14px;
  }
  .footer-mi6 {
    padding: 40px 0 20px;
  }
  h3 {
    font-size: 22px;
  }
  .logo-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  h2 {
    font-size: 36px;
  }
  h1 {
    font-size: 38px;
  }
  
  .logo-footer h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .logo-footer span {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .tagline-footer {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .social-links {
    gap: 10px;
  }

  .social-icon {
    width: 35px;
    height: 35px;
  }

  .footer-links h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer-links ul li a {
    font-size: 14px;
  }

  .footer-links-list {
    margin-top: 20px;
  }

  .footer-copyright {
    text-align: center;
  }

  .footer-copyright p {
    font-size: 12px;
  }
}
/* ===== PAGINAÇÃO ===== */
.pagination-wrapper {
  margin-top: 60px;
  margin-bottom: 40px;
}

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

.pagination li {
  display: inline-block;
}

.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.pagination a:hover {
  background-color: #f8f9fa;
  border-color: #007bff;
  color: #007bff;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.15);
}

.pagination .current {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
  font-weight: 600;
}

.pagination .current:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: none;
  box-shadow: none;
}

.pagination .prev,
.pagination .next {
  font-weight: 600;
  min-width: auto;
  padding: 8px 16px;
}

.pagination .prev:hover,
.pagination .next:hover {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.pagination .dots {
  color: #999;
  cursor: default;
  border: none;
  background: none;
}

.pagination .dots:hover {
  background: none;
  border: none;
  transform: none;
  box-shadow: none;
}

/* Responsivo */
@media (max-width: 768px) {
  .pagination {
    gap: 4px;
  }
  
  .pagination a,
  .pagination span {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
    padding: 6px 10px;
  }
  
  .pagination .prev,
  .pagination .next {
    padding: 6px 12px;
  }
}

@media (max-width: 576px) {
  .pagination-wrapper {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  
  .pagination {
    flex-wrap: wrap;
    gap: 6px;
  }
  
  .pagination a,
  .pagination span {
    min-width: 32px;
    height: 32px;
    font-size: 12px;
    padding: 4px 8px;
  }
  
  .pagination .prev,
  .pagination .next {
    padding: 4px 10px;
    font-size: 12px;
  }
}

/* ===== BOTÃO ÁREA DO CLIENTE ===== */
.header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.btn-area-cliente {
  display: flex;
  align-items: center;
}

.btn-cliente {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background-color: #111147;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}

.btn-cliente:hover {
  background-color: #e9ecef;
  color: #333;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-cliente svg {
  flex-shrink: 0;
}

/* Botão Área do Cliente Mobile */
.btn-area-cliente-mobile {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.btn-cliente-mobile {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background-color: #f8f9fa;
  color: #333;
  text-decoration: none;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  width: 100%;
  justify-content: center;
}

.btn-cliente-mobile:hover {
  background-color: #e9ecef;
  color: #333;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-cliente-mobile svg {
  flex-shrink: 0;
}

/* Responsivo */
@media (max-width: 991px) {
  .header-right {
    justify-content: flex-end;
    width: 100%;
  }
  
  .btn-area-cliente {
    display: none; /* Esconde o botão desktop no mobile */
  }
}

@media (max-width: 576px) {
  .btn-cliente {
    padding: 6px 10px;
    font-size: 12px;
  }
  
  .btn-cliente svg {
    width: 16px;
    height: 16px;
  }
}

/* ===== DROPDOWN CARD SIMULE ===== */
.dropdown-container {
  position: relative;
  margin: 20px 0;
}

.dropdown-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  color: #333;
}

.dropdown-selected:hover {
  border-color: #007bff;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.1);
}

.dropdown-arrow {
  transition: transform 0.3s ease;
  color: #666;
}

.dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 8px 0;
  margin: 4px 0 0 0;
  z-index: 1000;
  display: none;
  max-height: 200px;
  overflow-y: auto;
}

.dropdown-list li {
  margin: 0;
}

.dropdown-list a {
  display: block;
  padding: 10px 16px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.2s ease;
}

.dropdown-list a:hover {
  background-color: #f8f9fa;
  color: #007bff;
}

.dropdown-list a:active {
  background-color: #e9ecef;
}

.dropdown-list a.selected {
  background-color: #007bff;
  color: #fff;
  font-weight: 600;
}

.dropdown-list a.selected:hover {
  background-color: #0056b3;
  color: #fff;
}
.conteudo-lateral-single {
  position: sticky;
  top: 90px;
}
/* Responsivo */
@media (max-width: 768px) {
  .dropdown-selected {
    padding: 10px 14px;
    font-size: 13px;
  }
  
  .dropdown-list a {
    padding: 8px 14px;
    font-size: 13px;
  }
  .blog-section .row {
    row-gap: 40px;
  }
  .single-page { 
    height: 30vh;
    background-position: center;
  }
  
  /* CSS condicional para card-simule-banner ativo */
  .home-section.hero-banner.has-simule-banner {
    height: 100vh;
  }
  #category-section {
  padding-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .dropdown-container {
    margin: 15px 0;
  }
  
  .dropdown-selected {
    padding: 8px 12px;
    font-size: 12px;
  }
  
  .dropdown-list a {
    padding: 6px 12px;
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .nav-menu {
    gap: 15px;
  }

  .nav-menu li a {
    font-size: 13px;
  }
  .hero-banner {
    height: 64vh;
  }
}

    /* Classe para elementos acessíveis mas visualmente ocultos */
    .sr-only {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      margin: -1px !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      white-space: nowrap !important;
      border: 0 !important;
  }
  
  /* Menu Mobile Styles */
  .mobile-menu-toggle {
      display: none;
      margin-left: auto;
      text-align: right;
  }
  
  .hamburger {
      background: none;
      border: none;
      cursor: pointer;
      padding: 8px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 44px;
      height: 33px;
      transition: all 0.3s ease;
      position: relative;
      z-index: 10000;
  }
  
  .hamburger-line {
      width: 100%;
      height: 3px;
      background-color: #333;
      transition: all 0.3s ease;
      transform-origin: center;
      display: block;
  }
  
  .hamburger.active .hamburger-line:nth-child(1) {
      transform: rotate(45deg) translate(5px, 5px);
  }
  
  .hamburger.active .hamburger-line:nth-child(2) {
      opacity: 0;
  }
  
  .hamburger.active .hamburger-line:nth-child(3) {
      transform: rotate(-45deg) translate(5px, -5px);
  }
  
  .mobile-menu-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 9998;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
  }
  
  .mobile-menu-overlay.active {
      opacity: 1;
      visibility: visible;
  }
  
  .mobile-menu {
      position: fixed;
      top: 0;
      right: -100%;
      width: 80%;
      max-width: 300px;
      height: 100vh;
      background-color: #fff;
      z-index: 9999;
      transition: right 0.3s ease;
      overflow-y: auto;
      padding: 80px 20px 20px;
  }
  
  .mobile-menu-overlay.active .mobile-menu {
      right: 0;
  }
  
  .mobile-nav-menu {
      list-style: none;
      padding: 0;
      margin: 0;
  }
  
  .mobile-nav-menu li {
      border-bottom: 1px solid #eee;
  }
  
  .mobile-nav-menu li:last-child {
      border-bottom: none;
  }
  
  .mobile-nav-menu a {
      display: block;
      padding: 15px 0;
      color: #333;
      text-decoration: none;
      font-size: 16px;
      font-weight: 500;
      transition: color 0.3s ease;
  }
  
  .mobile-nav-menu a:hover {
      color: #007cba;
  }
  
  .mobile-dropdown-toggle {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  
  .dropdown-arrow {
      font-size: 18px;
      font-weight: bold;
      transition: transform 0.3s ease;
  }
  
  .mobile-dropdown-toggle.active .dropdown-arrow {
      transform: rotate(45deg);
  }
  
  .mobile-sub-menu {
      list-style: none;
      padding: 0;
      margin: 0;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
      background-color: #f8f9fa;
  }
  
  .mobile-sub-menu.active {
      max-height: 300px;
  }
  
  .mobile-sub-menu li {
      border-bottom: 1px solid #e9ecef;
  }
  
  .mobile-sub-menu a {
      padding: 12px 0 12px 20px;
      font-size: 14px;
      color: #666;
  }
  
  /* Responsividade */
  @media (max-width: 991px) {
      .desktop-menu {
          display: none;
      }
      
      .mobile-menu-toggle {
          position: absolute;
          display: flex;
          justify-content: flex-end;
          padding-right: 30px;
          right: 0;
          top: 22px;
      }
  }
  
  @media (min-width: 992px) {
      .mobile-menu-toggle {
          display: none;
      }
      
      .mobile-menu-overlay {
          display: none;
      }
  }