@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap');

/* =============================================
   1. VARIÁVEIS E CONTAINERS
   ============================================= */



/* =============================================
   2. CORES
   ============================================= */




/* =============================================
   3. TIPOGRAFIA
   ============================================= */


/* H1 - Responsivo clamp */
h1,
.hs-richtext h1,
.widget-type-rich_text h1 {
  font-size: clamp(2rem, 3.29vw, 4.1875rem) !important;
  line-height: 1.15 !important;
}

/* H2 - Responsivo clamp */
h2,
.hs-richtext h2,
.widget-type-rich_text h2 {
  font-size: clamp(2rem, 3.29vw, 4.1875rem) !important;
  line-height: 1.15 !important;
}

/* Garante clamp em h2 dentro de módulos nativos com ID gerado */
[class*="custom-text-module"] h2 {
  font-size: clamp(2rem, 3.29vw, 4.1875rem) !important;
  line-height: 1.15 !important;
}

/* Parágrafos - Responsivo clamp */
p,
.hs-richtext p,
.widget-type-rich_text p,
[class*="custom-text-module"] p {
  font-size: clamp(1.0625rem, 1.13vw, 1.8125rem) !important;
  line-height: 1.5 !important;
}

/* =============================================
   4. HEADER E FOOTER
   ============================================= */





/* =============================================
   5. BASE
   ============================================= */
html {
  font-size: ;
  background-color: #F4F1EA;
}

body {
  color: #222222;
  font-family: 'DM Sans', sans-serif;;
  line-height: 1.5;
}

/* =============================================
   6. LINKS
   ============================================= */
a {
  color: #4FFF95;
  text-decoration: none;
}

a:hover {
  color: #27d76d;
}

a:active {
  color: #77ffbd;
}

/* =============================================
   7. HEADINGS E TIPOGRAFIA
   ============================================= */
h1, h2, h3, h4, h5, h6, form h3 {
  font-family: 'DM Sans', sans-serif;;
  margin: 0;
  line-height: 1.3;
}

form {
  font-family: 'DM Sans', sans-serif;;
}

h1, h2, h3, h4, h5, p, ul {
  font-size: clamp(var(--min), var(--val), var(--max));
}

h1 { --min: 2em;   --val: 5vw;   --max: 2.6em; }
h2 { --min: 1.5em; --val: 4vw;   --max: 2.3em; }
h3 { --min: 1.2em; --val: 3vw;   --max: 1.5em; }
h4 { --min: 1em;   --val: 3vw;   --max: 1.3em; }
h5 { --min: .7em;  --val: 2.5vw; --max: 1em;   }

p, ul, ol {
  --min: 1em;
  --val: 2.5vw;
  --max: 1.1em;
}

p, ul, ol, li, blockquote, .active-branch ul li a {
  font-family: 'DM Sans', sans-serif;;
}

strong, b {
  font-weight: bold;
}

/* =============================================
   8. LAYOUT
   ============================================= */
.dnd-section {
  padding: 80px 20px;
}

.dnd-section > .row-fluid,
.content-wrapper,
.header-center,
.page-center {
  max-width: 1280px;
}

.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.fancybox__content {
  border-radius: 10px;
}

.rb-container {
  max-width: 1186px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

/* =============================================
   9. TABELAS
   ============================================= */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 1em;
  border-spacing: 0;
  border-collapse: collapse;
}

tr {
  display: table-row;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border-color: inherit;
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: hsla(0, 0%, 50.2%, .07);
}

table td, table th {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid hsla(0, 0%, 50.2%, .5);
}

/* =============================================
   10. HEADER
   ============================================= */
header.header {
  color: #000000;
}

.header-site {
  transition: background-color 0.4s ease !important;
  background-color: #0AFC33 !important;
  box-shadow: none !important;
}

.header-site.scrolled {
  background-color: #ffffff !important;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1) !important;
}

.header-container {
  padding: 0 20px !important;
}

.logo-light {
  opacity: 0 !important;
}

.logo-dark {
  opacity: 1 !important;
}

/* =============================================
   11. MENU RB
   ============================================= */
.header-site .hs-menu-wrapper {
  display: none !important;
}

.header-site .rb-menu {
  display: flex !important;
}

.header-site #nav .rb-menu {
  flex-direction: row !important;
  align-items: center !important;
  gap: 32px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.rb-menu {
  display: flex !important;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.rb-menu > li {
  position: relative;
  list-style: none;
}

.rb-menu > li > a,
.header-site #nav .rb-menu li a {
  color: #000 !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.rb-menu > li > a:hover,
.header-site #nav .rb-menu li a:hover {
  opacity: 0.7 !important;
}

/* Dropdown */
.rb-menu > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  padding: 8px 0;
  list-style: none;
  min-width: 200px;
  z-index: 9999;
}

.rb-menu > li:hover > ul {
  display: block;
}

.rb-menu > li > ul > li > a {
  display: block;
  padding: 8px 16px;
  color: #222222 !important;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.rb-menu > li > ul > li > a:hover {
  background: #f5f5f5;
}

/* =============================================
   12. BOTÃO CONTATO
   ============================================= */
.header-site .cta-button,
.header-site a.cta-button {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  transition: none !important;
  pointer-events: auto !important;
}

.header-site .cta-button:hover,
.header-site a.cta-button:hover {
  background-color: #000 !important;
  color: #fff !important;
  opacity: 1 !important;
}

/* =============================================
   13. FOOTER
   ============================================= */
footer .footer {
  background-color: #001F60;
  color: #FFFFFF;
}

/* =============================================
   14. CTA CUSTOM (Peça ajuda)
   ============================================= */
.cta-custom a {
  transition: background-color 0.3s ease, color 0.3s ease !important;
  transform: none !important;
  box-shadow: none !important;
}

.cta-custom a:hover {
  background-color: #0d3b1f !important;
  color: #0afc33 !important;
  transform: none !important;
  box-shadow: none !important;
}

/* =============================================
   15. HERO SECTION
   ============================================= */
.dnd_area-row-0-background-color {
  min-height: calc(100vh - 70px);
  margin-top: 70px;
  display: grid;
  align-content: center;
}

.dnd_area-row-0-background-color .video-hero__column--text h1 {
  font-size: clamp(1.8rem, 4vw, 36px) !important;
  line-height: 120% !important;
  font-weight: 600 !important;
}

.dnd_area-row-0-background-color .video-hero__column--text p {
  font-size: clamp(1rem, 2vw, 32px) !important;
  line-height: 105% !important;
  font-weight: 400 !important;
}

.dnd_area-row-0-background-color .video-hero__column--text span {
  font-size: inherit !important;
}

/* =============================================
   16. DOCK DE PARCEIROS
   ============================================= */
.parceiros-dock {
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
  padding: 12px 20px;
}

.parceiros-dock .dock-item {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), margin-bottom 0.2s ease;
  transform-origin: bottom center;
  cursor: default;
}

.parceiros-dock .dock-item img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

/* =============================================
   17. TÍTULO RESULTADOS REAIS
   ============================================= */
.titulo-resultados,
h2.titulo-resultados {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(2rem, 3.29vw, 4.1875rem) !important;
  font-weight: 600 !important;
  line-height: 96% !important;
  letter-spacing: -0.736px !important;
  color: #FFFFFF !important;
  margin: 0 !important;
}

/* =============================================
   18. FAQ
   ============================================= */
.accordion__item .accordion__button {
  border-bottom: none !important;
}

.accordion__item:first-child .accordion__button {
  border-top: none !important;
}

.accordion__item.active .accordion__button {
  border-bottom: none !important;
}

.accordion__item.active .content-ac {
  border-bottom: none !important;
  border-top: none !important;
}

.accordion__icon {
  fill: #1A1A1A !important;
}

.accordion__description {
  padding-right: 20px !important;
}

.accordion__item:first-child .accordion__button {
  padding-top: 10px !important;
}

/* =============================================
   19. MEDIA QUERIES
   ============================================= */

/* Laptop */
@media (max-width: 1366px) {
  .dnd_area-row-0-background-color img {
    max-height: clamp(24px, 2.8vw, 40px) !important;
  }
  .gabriel-frase {
    font-size: clamp(1rem, 2.5vw, 44px) !important;
  }
}

/* =============================================
   20. INTEGRAÇÕES COM O GOVERNO
   ============================================= */
.integracoes-hero {
  padding: 80px 127px;
}

.integracoes-hero__titulo {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(33px, 5.5vw, 80px);
  font-weight: 700;
  color: #1A1A1A !important;
  line-height: 105%;
  letter-spacing: clamp(-0.759px, -0.13vw, -1.84px);
  margin: 0 0 24px 0;
}

.integracoes-hero__subtitulo {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(20px, 2.8vw, 41px);
  font-weight: 400;
  color: #1A1A1A !important;
  line-height: 105%;
  letter-spacing: clamp(-0.46px, -0.065vw, -0.943px);
  margin: 0;
}

.hs-content-id-210998670850 .dnd_area-row-0-background-color {
  min-height: unset !important;
  margin-top: 0 !important;
  display: block !important;
}

.integracao-card__nota a {
  color: #1A1A1A !important;
  text-decoration: underline !important;
}

.bg-integracoes-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.bg-integracoes-iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* CTA Autoridades */
.cta-autoridades {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.cta-autoridades__texto {
  font-family: 'DM Sans', sans-serif !important;
  font-size: clamp(21px, 3.9vw, 57px) !important;
  font-weight: 600 !important;
  color: #1A1A1A !important;
  line-height: 100% !important;
  letter-spacing: 1.689px !important;
  margin: 0 !important;
}

.cta-autoridades__mark {
  background-color: #0AFC33;
  color: #1A1A1A;
  padding: 0px 13px;
  border-radius: 16px;
  display: inline;
  line-height: 1.35;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.cta-autoridades__botao {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 207px;
  height: 62px;
  background: #1A1A1A;
  border-radius: 12px;
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(12px, 1.6vw, 24px);
  font-weight: 600;
  color: #0AFC33 !important;
  letter-spacing: -1.311px;
  line-height: 100%;
  text-decoration: none;
  width: clamp(99px, 14vw, 207px);
  height: clamp(28px, 4.3vw, 62px);
}

@media (max-width: 767px) {
  .cta-autoridades {
    padding-left: 42px;
  }
  
  .cta-autoridades__texto {
    font-size: 23px !important;
    line-height: 96% !important;
    letter-spacing: -0.483px !important;
  }

  .cta-autoridades__botao {
    width: 122px;
    height: 33px;
    border-radius: 6px;
    font-size: 14px;
    letter-spacing: -0.276px;
    line-height: 96%;
  }
  
  .cta-autoridades__mark {
    border-radius: 7px;
    padding: 0 6px;
 {
  
}

/* Mobile */
@media (max-width: 767px) {
  .page-center {
    padding: 0 20px;
  }
  .widget-type-rich_text br {
    content: "";
  }
  .widget-type-rich_text br:after {
    content: " ";
  }
  .header-site {
    padding: 0 !important;
  }
  .hs-menu-wrapper {
    padding: 0 !important;
  }
  .header-container {
    padding: 0 !important;
  }
  /* Cards lado a lado no mobile */
  .row-fluid .span4:has(.card-link-item) {
    width: 31% !important;
    margin-left: 3.5% !important;
    float: left !important;
  }
  .row-fluid .span4:has(.card-link-item):first-child {
    margin-left: 0 !important;
  }
  .integracoes-hero {
    padding: 48px 24px;
  }
  .integracoes-hero__titulo {
    font-weight: 600;
    line-height: 102%;
  }
  .integracoes-hero__subtitulo {
    font-weight: 300;
  }

  /* Título resultados reais no mobile */
  .titulo-resultados,
  h2.titulo-resultados {
    font-size: 2rem !important;
    letter-spacing: -0.736px;
  }
  /* Footer RB - faixa verde e bordas arredondadas
  .footer {
    border-radius: 32px 32px 0 0;
    overflow: hidden;
    position: relative;
  }
  .footer::before {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: #0AFC33;
  }
   */
}