@charset "utf-8";

:root {
  --amarelo-color: #fcaf17;
  --azul-color: #0095d9;
  --azul-escuro-color: #007ab2;
  --verde-color: #80c342;
  --cinza-escuro-color: #4e4e50;
  --texto-negativo-color: #fff;
  --texto-color: #555;
  --font-size-titulo-box: 38px;
  --font-size-titulo: 32px;
  --font-size-titulo-mobile: 26px;
  --font-size-subtitulo: 24px;
  --font-size-subtitulo-mobile: 20px;
  --font-size-topico: 20px;
  --font-size: 16px;
  --texto-size: 16px;
  --line-height: 1.6;
  --line-height-titulo: 1.3;
  --font-family: "Dobra-Web", Arial, Helvetica, sans-serif;
}


/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
 *,::after,::before {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
  width: device-width
}

article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section {
  display: block
}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus {
  outline: 0!important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 600;
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[data-original-title],abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

dl,ol,ul {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 600
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

dfn {
  font-style: italic
}

b,strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub,sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

code,kbd,pre,samp {
  font-family: monospace,monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 0;
  outline: 0;
}

button,input,optgroup,select,textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,input {
  overflow: visible
}

button,select {
  text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox],input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none!important
}

/*# sourceMappingURL=bootstrap-reboot.min.css.map */

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

@font-face{
  font-family: 'Dobra-Web';
  src: url(../font/dobra-book.otf);
  font-weight: normal;
  font-weight: 400;
  
}
@font-face{
  font-family: 'Dobra-Web';
  src: url(../font/dobra-medium.otf);
  font-weight:500;
}

@font-face{
  font-family: 'Dobra-Medium-Web';
  src: url(../font/dobra-bold.otf);
  font-weight: bold;
}

@font-face{
  font-family: 'Dobra-Web';
  src: url(../font/dobra-bold.otf);
  font-weight: bold;
}

@font-face{
  font-family: 'Dobra-Medium-Web';
  src: url(../font/dobra-medium.otf);
   font-weight: normal;
  font-weight: 400;
}


@font-face{
  font-family: 'Dobra-Web';
  src: url(../font/dobra-bold.otf);
   font-weight: bold;
   font-weight: 600;
}

@font-face{
  font-family: 'Dobra-Light-Web';
  src: url(../font/dobra-light.otf);
   font-weight: normal;
  font-weight: 300;
}

@font-face{
  font-family: 'Dobra-Black-Web';
  src: url(../font/dobra-black.otf);
  font-weight: normal;
  font-weight: 800;
}


/*!
/// ------------------------------------------------
/// ANBIMA 
/// ------------------------------------------------ 
*/

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family);
  scroll-padding-top: 100px;
  margin: 0;
  padding: 0;
  color: var(--texto-color);
  font-weight: normal;
}

p {
  display: block;
  margin: 0;
  margin-bottom: 1.6rem;
  line-height: var(--line-height);
  font-weight: normal;
}

/* ===== HEADER ===== */
.header-anbima {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  box-sizing: border-box;
}

.header-left img {
  max-width: 140px;
  height: auto;
  display: block;
}

/* .header-anbima{
  height: 80px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  box-sizing: border-box;
}

.header-left{
  display: flex;
  align-items: center;
} */

/* logo */
.header-left img {
  height: 70px;
  width: auto;
  display: block;
}

/* ===== BOTÃO HAMBURGUER ===== */
.menu {
  position: relative;
  z-index: 10001;
}

.menu-open {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.2s ease;
}

.menu-open:hover {
  background: rgba(77, 111, 85, 0.08);
}

.menu-icon {
  width: 26px;
  height: 18px;
  position: relative;
}

.menu-icon span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--cinza-escuro-color);
  border-radius: 2px;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease,
    top 0.25s ease;
}

.menu-icon span:nth-child(1) {
  top: 0;
}
.menu-icon span:nth-child(2) {
  top: 8px;
}
.menu-icon span:nth-child(3) {
  top: 16px;
}

/* Animação para X */
.menu-icon.is-open span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}

.menu-icon.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-icon.is-open span:nth-child(3) {
  top: 8px;
  transform: rotate(-45deg);
}

/* ===== PAINEL MENU ===== */
.menu-panel {
  position: fixed;
  inset: 0;
  background: #f7f7f7;
  z-index: 19999;
  overflow-y: auto;
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.34s ease,
    opacity 0.24s ease;
  padding: 28px 30px;
  width: 100%;
  max-width: 370px;
  right: 0;
  left: auto;
  box-shadow: 4px 4px 10px 2px #999999;
}

.menu-panel.is-open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

/* ===== CABEÇALHO DO MENU ===== */
.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding-bottom: 18px;
  margin-bottom: 16px;
  border-bottom: 0;
}

.titulo-menu {
  font-size: 20px;
  font-weight: 600;
  color: var(--verde-color);
  margin: 0;
}

.menu-close {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  font-size: 28px;
  line-height: 1;
  color: var(--verde-color);
  cursor: pointer;
  border-radius: 50%;
  user-select: none;
  transition: background 0.2s ease;
}

.menu-close:hover {
  background: rgba(77, 111, 85, 0.08);
}

/* ===== MENU PRINCIPAL ===== */
.menu-principal {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-principal > li {
  border-bottom: 1px solid #e7e7e7;
  padding: 18px 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--cinza-escuro-color);
  position: relative;
}

.menu-principal > li:last-child {
  border-bottom: none;
}

.numero {
  font-weight: 600;
  margin-right: 8px;
  color: var(--azul-color);
}

/* ===== SUBMENU COM HOVER ===== */
.submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.32s ease,
    opacity 0.22s ease,
    padding 0.32s ease;
  padding-left: 28px;
}

.has-submenu {
  cursor: pointer;
}

/* ABRE NO HOVER */
.has-submenu.ativo .submenu {
  max-height: 1500px;
  opacity: 1;
  padding-top: 12px;
  padding-bottom: 8px;
}

.submenu li {
  padding: 5px 0;
  font-size: 16px;
  font-weight: 400;
  list-style: circle;
  margin-left: 25px;
}
.submenu li ul li {
  list-style-type: square;
  margin-left: 0;
}

.submenu li ul {
  margin-top: 5px;
}

.submenu li.root {
  list-style: disc;
  color: var(--azul-color);
}
.submenu li.root a {
  color: var(--azul-color);
  font-weight: 500;
}

.submenu a {
  color: #333;
  text-decoration: none;
  display: block;
  transition: color 0.2s ease;
}

.submenu a:hover {
  color: var(--azul-color) !important;
  text-decoration: underline;
}

/* ===== RESPONSIVO ===== */

@media (max-width: 768px) {
  .header-anbima {
    height: 70px;
    padding: 0 20px;
  }

  .header-left img {
    max-width: 120px;
  }

  .menu-principal > li {
    font-size: var(--texto-size);
    padding: 16px 0;
  }

  .submenu {
    padding-left: 24px;
  }

  .submenu li {
    font-size: 14px;
  }

}

@media (max-width: 500px) {
   .menu-panel {
      max-width: 100%;
  }
}

@media (max-width: 340px) {
   .menu-panel {
    max-width: 100%;
  }
}


.hero {
  position: relative;
  overflow: hidden;
}

/* ===== BACKGROUND =====*/
.bg-hero {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  margin-top: -20px;
}

/* CONTEÚDO DO HERO */
.hero-content {
  position: relative;
  z-index: 2;
  border-radius: 30px;
  position: relative;
  height: 490px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 20px;
}

.hero-content video {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 35%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

.hero-content:before {
  content: " ";
  background-color: rgba(0, 0, 0, 0.08);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-content:after {
  content: " ";
  background: url("../images/bg_rodape.png") no-repeat top right;
  background-size: auto 100%;
  width: 100%;
  height: 80%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: 2;
}

/* BACKGROUND */
.bg-hero {
  position: absolute;
  inset: 0; /* top, right, bottom, left = 0 */
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

@media (max-width: 981px) {
  .hero-content:after {
    background-size: cover;
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
  }
}

@media (max-width: 600px) {
  .hero-content {
    width: 100%;
    border-radius: 0;
    height: 420px;
  }
  .hero .container-cm{
     width:100%;
  }
  .hero-content video {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    position: relative;
    top: auto !important;
    bottom: 0;
    left: -40%;
    width: auto;
    height: 100%;
    z-index: -100;
  }
  .hero-content:after {
    background-size: cover;
    height: 60%;
    bottom: 0;
    top: auto;
    left: 30%;
  }
}

/* BOTAO SUBIR*/

.btn-voltar-topo {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);

  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;

  background-color: #004465;
  color: #fff;

  font-size: 22px;
  font-weight: 300;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  z-index: 10;

  animation: pulse 2.5s ease-in-out infinite;
}

/* animação suave no círculo */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(10, 31, 68, 0.4);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(10, 31, 68, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 31, 68, 0);
  }
}

/* hover sutil */
.btn-voltar-topo:hover {
  transform: translateY(-50%) scale(1.05);
}

@media (max-width: 600px) {
  .btn-voltar-topo {
    left: 50%;
    right: auto;
    top: auto;
    margin-left: -22px;
    bottom: 50px;
    background-color: var(--verde-color);
  }
}

/* ===== TITULO HERO  ===== */

.titulo-2025 {
  text-align: center;
  padding: 130px 20px 20px 20px;
}

.subtitulo-azul {
  color: var(--azul-color);
  font-family: var(--font-family);
  font-size: 24px;
  font-weight: 400;
  margin: 0; /* menos espaço */
}

.titulo-principal {
  font-family: var(--font-family);
  font-size: 56px; /* antes estava enorme */
  font-weight: 400;
  margin: 0;
  line-height: 1.1;
}

/* Responsividade*/
@media (max-width: 768px) {
  .titulo-2025 {
    padding: 130px 20px 20px 20px;
  }

  .subtitulo-azul {
    font-size: 24px;
  }

  .titulo-principal {
    font-size: 32px;
  }
}

/* ===== TITULO ===== */

.titulo {
  color: #000000;
  text-align: center;
  font-family: var(--font-family);

  padding-top: 80px;
  font-weight: 200;
  line-height: 2%;
  gap: 2px;
}

.titulo p {
  font-size: 18px;
  padding-top: 15px;
}

.sub-titulo {
  color: #000000;
  text-align: center;
  font-family: var(--font-family);
  font-size: 50px;
  font-weight: 200;
}

.sub-titulo p {
  margin: 0;
  line-height: 1.6;
}

.sub-titulo strong {
  color: var(--azul-color);
  font-size: 50px;
  font-weight: 600;
}

.azul {
  color: var(--azul-color);
  font-family: var(--font-family);
  font-size: var(--texto-size);
  font-weight: 300;
}

@media (max-width: 600px) {
  .sub-titulo strong,
  .sub-titulo {
    font-size: 40px;
  }
  .sub-titulo p {
    line-height: 1.2;
  }
}

/* ==== COMUM - PADRONIZAÇÃO DE TEXTOS === */

.imagem-responsive{
  max-width: 100%;
  width: 100%;
  height: auto;
}

.container-cm p + h2,
.container-cm p + h4,
.container-cm .imagem-responsive + p{
   margin-top:24px;
}

.hyperlink{
  color:var(--azul-color);
  border-bottom:1px dotted var(--azul-color);
  transition:.2s;
}

.hyperlink:hover{
  color:var(--azul-color);
  border-bottom:1px solid var(--verde-color);
}

.titulo-cm-box{
    font-size: var(--font-size-titulo-box);
    border-radius: 0;
    margin-bottom: 3rem;
    color: var(--cinza-escuro-color);
    border-left: 12px solid var(--cinza-escuro-color);
    padding-left: 17px;
}
.titulo-cm {
  font-size: var(--font-size-titulo);
  line-height: var(--line-height);
  font-family: var(--font-family);
  line-height: var(--line-height-titulo);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.subtitulo-cm {
  font-family: var(--font-family);
  font-family: var(--font-family);
  font-size: var(--font-size-subtitulo);
  line-height: var(--line-height-titulo);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

.titulo-cm.sem-gri,
.subtitulo-cm.sem-gri{
  margin-bottom: 24px;
}

.gri{
  margin-bottom:24px;
  margin-top:2px;
}

.gri.negativo{
  color:#fff;
}

.topico-cm {
  font-family: var(--font-family);
  font-family: var(--font-family);
  font-size: var(--font-size-topico);
  line-height: var(--line-height-titulo);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 24px;
  color: var(--texto-color);
}

.titulo-cm.centralizado,
.subtitulo-cm.centralizado,
.topico-cm.centralizado {
  text-align: center;
}
.subtitulo-cm.normal {
  font-weight: 400;
}

.titulo-cm.amarelo {
  color: var(--amarelo-color);
}
.titulo-cm.azul {
  color: var(--azul-color);
}
.titulo-cm.azul-escuro {
  color: var(--azul-escuro-color);
}
.titulo-cm.verde {
  color: var(--verde-color);
}
.titulo-cm.cinza {
  color: var(--cinza-escuro-color);
}

.subtitulo-cm.amarelo {
  color: var(--amarelo-color);
}
.subtitulo-cm.azul {
  color: var(--azul-color);
}
.subtitulo-cm.azul-escuro {
  color: var(--azul-escuro-color);
}
.subtitulo-cm.verde {
  color: var(--verde-color);
}

.subtitulo-cm.cinza {
  color: var(--cinza-escuro-color);
}


.topico-cm.amarelo {
  color: var(--amarelo-color);
}
.topico-cm.azul {
  color: var(--azul-color);
}
.topico-cm.azul-escuro {
  color: var(--azul-escuro-color);
}
.topico-cm.verde {
  color: var(--verde-color);
}

.topico-cm.cinza {
  color: var(--cinza-escuro-color);
}


.paragrafo-cm {
  font-size: var(--font-size-subtitulo);
  color: var(--texto-color);
  line-height: var(--line-height);
  margin: 0;
}

.paragrafo-cm + .paragrafo-cm {
  margin-top: 20px;
}

.container-cm {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.subtitulo-cm + p,
.container-cm p + .topico-cm{
  margin-top:24px !important;
}

.colunas-cm p,
.container-cm p {
  font-size: var(--texto-size);
  color: var(--texto-color);
  line-height: var(--line-height);
  margin: 0;
}
.colunas-cm p + p,
.container-cm p + p {
  margin-top: 20px;
}

.colunas-cm p + .subtitulo-cm,
.container-cm p + .subtitulo-cm {
  margin-top: 40px;
}

.container-cm p.margem-superior{
  margin-top:24px;
}

.colunas-cm {
  column-count: 2;
  column-gap: 80px;
}

.colunas-cm + .subtitulo-cm {
  margin-top: 32px;
}

.colunas-grid-cm + .subtitulo-cm {
  margin-top: 60px;
}

.secao-cm {
  margin-top: 5rem;
}

.secao-cm-sub,
.secao-equipe{
   margin-top: 2.5rem;
}

.secao-sem-margem{
  margin-top: 0;
}

.secao-bg{
    padding:5rem 0;
}
.secao-imagem{
  overflow: hidden;
}
.secao-imagem .imagem{
    width:100%;
     height: auto;
}



.secao-negativa h4,
.secao-negativa h5,
.secao-negativa h3,
.secao-negativa h2{
  color: #fff;
}

.colunas-grid-cm {
  display: grid;
  grid-template-columns: 47% 1fr;
  gap: 80px;
}

.coluna-box{
  background-color: #f5f5f5;
  border-radius: 30px;
  padding: 30px 30px;
  margin-top: -40px;
  border: 1px solid #ffd4a7;
}


.item-grid-cm{
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 20px;
    margin: 48px 0;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 3px 3px 12px 2px #d6d6d6a9;
   
}

.item-imagem{
     background: #e4e4e4;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;
    overflow: hidden;
       min-height: 200px;
    
}

.item-texto{
    padding:40px 40px 40px 20px;
    display: flex;
    align-items: center;
}

.item-imagem img{
  width: 150%;
  position: absolute;
  left:-20px;
  top:0;
  height: auto;
  text-align: center;
      border-top-left-radius: 2%;
    border-bottom-left-radius: 20px;
 

}
 

@media (max-width: 768px) {

  .titulo-cm {
    font-size: var(--font-size-titulo-mobile);
    margin-bottom: 16px;
  }

  .subtitulo-cm {
    font-size: var(--font-size-subtitulo-mobile);
    margin-bottom: 16px;
  }



  .colunas-grid-cm {
    grid-template-columns: 1fr;
    gap:0;
  }
  .colunas-cm {
    column-count: 1;
  }

  .secao-imagem .imagem {
      width: 200%;
      height: auto;
      margin-left: -26%;
  }
  .secao-bg .gri,
  .secao-bg .titulo-cm{
    text-align:center;
  }
  .titulo-cm-box{
    font-size: var(--font-size-titulo-mobile);
  }

  .accordion-cm-content .icone{
    float:none !important;
    margin:2rem auto;
  }

  .item-grid-cm{
    grid-template-columns: 1fr;
  }

    .item-imagem {
        background: #e4e4e4;
        border-radius: 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        position: relative;
        overflow: hidden;
        height: 250px;
    }

}

@media (max-width: 600px) {
  .hero .container-cm {
    padding:0;
  }

}

@media (min-width: 700px) and (max-width:1200px){
   .container-cm{
     width:96%;
   }
}

/* ===== RODAPÉ ===== */
.rodape {
  position: relative;
  width: 100%;
  min-height: 560px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rodape-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 1191px;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.rodape-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 600px;
  padding: 20px;
}

.rodape-content img {
  max-width: 180px;
}

.rodape-texto {
  font-size: 14px;
  line-height: 1.6;
  color: #8a8a8a;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .rodape-bg {
    width: 85%;
  }

  .rodape-content img {
    max-width: 150px;
  }

  .rodape-texto {
    font-size: 13px;
  }
  .rodape {
    min-height: 400px;
  }
}

picture {
  max-width: 100%;
  height: auto;
}

picture img {
  max-width: 100%;
  height: auto;
}

.hero-content .hero-center {
  max-width: 90%;
  margin: auto;
}

@media (max-width: 768px) {
  .hero-content .hero-center {
    max-width: 100%;
    margin: auto;
    overflow: hidden;
  }

  .hero-content .hero-center picture img {
    max-width: 140%;
    height: auto;
    margin-left: -10%;
  }
}




/* ===== ACCORDION NOVIDADES ===== */
.accordions-cm {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.accordion-cm-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.accordion-cm-item.active {
  border: 1px solid var(--azul-color); 
}

.accordion-cm-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #666666;
  text-align: left;
  transition: color 0.3s ease;
    font-family: var(--font-family);
     font-weight: 500;
}

/* TÍTULO AZUL quando aberto */
.accordion-cm-item.active .accordion-cm-header {
  color: var(--azul-color);
}

/* SETA/CHEVRON */
.accordion-cm-chevron {
  width: 12px;
  height: 12px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  transform: rotate(45deg); /* Fechada: aponta para baixo */
  transition: transform 0.3s ease, border-color 0.3s ease;
}

/* SETA GIRA e fica azul quando aberto */
.accordion-cm-item.active .accordion-cm-chevron {
  transform: rotate(-135deg); /* Aberta: aponta para cima */
  border-color: var(--azul-color);
}

/* Corpo do accordion */
.accordion-cm-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-cm-item.active .accordion-cm-body {
  max-height: 99999px; /* Valor alto para garantir que abra */
}
.accordion-cm-body .accordion-cm-content{
   padding: 0px 24px 24px 24px;
}


.accordion-cm-content .icone{
  max-width: 130px;
  height: 130px;
    float:right;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  
  }

  p + .accordions-cm{
    margin-top:24px;
  }

  .accordion-cm-header strong{
    font-size:13px;
    display: block;
  }


  @media (min-width: 700px) and (max-width: 981px) {
        .equipe-container {
          max-width: 70% !important;
      }

  }

  .accordion-cm-header span:first-child {
      max-width:89%;
  }


 


 .video-responsive {
  position: relative; /* Allows absolute positioning of the inner iframe */
  padding-bottom: 56.25%; /* 16:9 aspect ratio (9/16 = 0.5625) */
  height: 0;
  overflow: hidden;
  max-width: 100%; /* Ensures it scales with parent container */
}

.video-responsive iframe {
  position: absolute; /* Positions the video inside the padded container */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-100{
  width:100%;
  max-width: 100%;
  height: auto;
}




.numeros-grid{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap:20px;
  margin-top:36px;
  margin-bottom: 20px;
}

.numero-card{
  background: #f5f6f7;
  padding: 18px 20px;
  border-radius: 10px;
  position:relative;
  overflow:hidden;
}

.numero-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:6px;
  border-radius:12px 0 0 12px;
}

.numero-card:hover{
  transform:translateY(-3px);
  box-shadow:0 6px 18px rgba(0,0,0,0.08);
}

.numero-card h3{
  font-size:22px;
  margin-top: 0;
  line-height: 1.1;
  margin-bottom:10px;
  font-weight: 600;
  color:var(--azul-color);
}

.numero-card p{
  margin:0;
}

.numero-card::before {
    background: var(--verde-color);
}

.numero-icone{
   max-width: 48px;
   float: right;
}

.numero-card.compacto{
   line-height: 1;
}

.numero-card.compacto h3{
  font-size:28px;
  line-height: 1;
  margin-bottom: .5rem;
}




/* RESPONSIVO */

@media (max-width:900px){
  .numeros-grid{
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width:500px){
  .numeros-grid{
    grid-template-columns: 1fr;
  }
  .numero-icone{
    max-width: 32px;
    float: right;
  }
  .numero-card.compacto .numero-icone{
      top:10px;
     position: relative;
  }
  
}
.accordions-margem{
  margin-bottom: 48px;
}

.lista-temas{
  padding:0 1.2rem;
  margin:1rem 0;
}

.lista-temas li{
  margin:0.5rem 0;
}

.mfp-image-holder .mfp-content {
    max-width: 90%;
}

.menu-texto{
  text-transform: uppercase;
  font-size:12px;
  letter-spacing: 0.4;
  font-weight: bold;
}

.menu-icon span {
    left: -3px;
    width: 34px;
}