*{
  font-family: "Montserrat", sans-serif; 
}
:root {
     --footer-bg: #2d2d2d;
      --footer-text: #cfcfcf;
      --footer-title: #ffffff;
      --footer-muted: #9b9b9b;

      --verde-btn: #5A9D22;
      --branco-btn: #fff;
      --azul-ascb: #1B397E;
       --azul-gradiente: linear-gradient(
        to top,
        #1B397E,
        #1B397E00
      );
}

.texto_medio { font-size: 20px; }
.text-azul { color : var( --azul-ascb ) }

.navbar-link, a.navbar-item { font-size: 18px;} 
a.navbar-item:hover { color:#333; }
html {
    scroll-behavior: smooth;
}

h1,h2,h3,h4,h5,p , p *, .title, .conteudo , .conteudo * , div {
   color: var(--azul-ascb);
}



.container:not(.is-max-desktop).container-960 {
    max-width: 960px;
}
.principios h2 , 
.title-main h1 , .title-main  h2 , .title_big h2 {
      font-size: 50px;
      color: var(--azul-ascb);
      font-weight: 700;
}

.title-medium   h1, .title-medium h2 , .title-medium h3{
    font-size: 26px;
    color: var(--azul-ascb);
    font-weight: 600;
}

.paragrafo_imagem p { gap: 10px; margin-bottom: 20px; display: flex; align-items: center;}

.btn_nav {
    border-radius: 5px; font-weight: bold; color:white; height: 45px; padding:  10px 30px!important;
    background: transparent linear-gradient(239deg, #CBD008 0%, #127D33 100%) 0% 0% no-repeat padding-box;
}

a.navbar-item.btn_nav:hover { color:white; }

.hero.is-fullheight.hero.min_600 {
    min-height: 600px;;
}
.hero-bg {
    /* background-image: linear-gradient(
        rgba(10, 25, 60, 0.7),
        rgba(10, 25, 60, 0.7)
    ),
    url('https://picsum.photos/1600/900?random=1'); */
    background-size: cover;
    background-position: center;
}

.seta_btn{     display: inline-block;     color: currentColor; transform: translate(5px, -2px) ; }
.button{ font-weight: bold; padding-left: 30px; padding-right: 30px;}
.hero-title  {
    font-weight: 800;  letter-spacing: 1px;
}

.btn-outline {
    background: transparent;  border: 2px solid #ffffff;  color: #ffffff;
}

.btn-outline:hover {
     color: #fff;
}

.btn-green   {
    display: block;  width: fit-content;
    background-color:  var(--verde-btn);; border-color:  var(--verde-btn);;  color: #ffffff;
}
.btn-white   {
   font-weight: bold;
    background-color:  var(--branco-btn);; border-color:  var(--branco-btn);;  color: var(--azul-ascb);
}
.btn-green:hover {
    background-color:  var(--verde-btn);;  border-color:  var(--verde-btn); color:white;
}

/* Botão */
/* .btn-verde {
    background: var(--verde-btn); color: #fff; border: none; font-weight: 600;
}

.btn-verde:hover {
    background: #2fa043; color: #fff;
} */


 
/* Fundo da seção */
.atuacao-section {
    background:  url("../imgs/fundo_atuacao.jpg"); background-size: cover;
    background-position: center; padding: 6rem 1.5rem;
}
.atuacao-section .container:not(.is-max-desktop):not(.is-max-widescreen) { max-width: 1200px }
/* Cards */
.atuacao-card {
    position: relative; height: 320px; border-radius: 8px; overflow: hidden;
    color: #fff; display: flex; align-items: flex-end;
}

.atuacao-card.gradient::before {
    content: ""; position: absolute;inset: 0;
    background: linear-gradient(
    to top,
    rgba(0, 120, 0, 0.85),
    rgba(0, 120, 0, 0.25)
    );
    z-index: 1;
}

.atuacao-card-content {
    position: relative; z-index: 2; padding: 1.25rem;
}

.atuacao-card h3 {
    font-size: 18px;font-weight: 700; margin-bottom: 0.25rem; color:white;
}

.atuacao-card p {
    font-size: 18px; line-height: 1.3; color:white;
}

.btn_classificacao { background: #5A9D22; padding: 10px 40px; font-size: 18px; font-weight:bold; color:white; 
  white-space: nowrap; display: block; margin-top: 10px; margin-bottom:35px; 
  border-radius: 5px ;}
.btn_classificacao:hover { color:white; }
.postos_classificacao p { margin-bottom: 15px;}

.slider-wrapper {
  position: relative; max-width: 1100px;  margin: 0 auto;
}

.slide {
    height: 200px; display: flex;align-items: center;
}

.slide img {
  /* max-height: 80px; */
  object-fit: contain;  margin: auto;  display: block;
}

/* Setas */
.slider-prev,
.slider-next {
  position: absolute; top: 50%;
  transform: translateY(-50%);  background: transparent;
  border: none;  cursor: pointer; z-index: 10;
}

.slider-prev {
  left: -50px;
}

.slider-next {
  right: -50px;
}

.slider-prev img,
.slider-next img {
  width: 16px;  height: auto;
}

.noticias-section {
    padding: 4rem 0;
}

/* Card grande esquerda */
.card-destaque {
    position: relative;  height: 540px;
    border-radius: 12px; overflow: hidden;
    background-size: cover; background-position: center;
    color: #fff;
}

.card-destaque::before {
    content: "";  position: absolute;
    inset: 0; background: var(--azul-gradiente);  z-index: 1;
}

.card-destaque-content {
    position: absolute;  bottom: 2rem; left: 2rem;  right: 2rem;   z-index: 2;
}

.item_globo {
  display:flex; gap: 15px ; align-items:center; font-weight: bold; justify-content:center; 
}
/* Cards direita */
.card-lateral {
    position: relative; height: 170px;  border-radius: 12px;
    overflow: hidden; background-size: cover;
    background-position: center; color: #fff; margin-bottom: 1rem;
}
.card-lateral.v2 { height: 190px;}
.card-lateral::before {
    content: "";  position: absolute;
    inset: 0; background: var(--azul-gradiente); z-index: 1;
}

.card-lateral-content {
    padding: 15px; z-index: 2;position: relative;;
    /* position: absolute;  bottom: 1rem;
    left: 1rem;  right: 1rem;  z-index: 2;  top: 1rem; */
}

/* Badge */
.badge-data {
    display: inline-block;
    background: #fff; color: #1B397E;
    padding: 0.25rem 0.75rem; border-radius: 999px;
    font-size: 0.75rem;  margin-bottom: 0.75rem;
}

.noticias-section .titulo {
    font-weight: 700;  line-height: 1.2; margin-bottom: 5px;
}

.noticias-section .texto {
    font-size: 0.9rem;  opacity: 0.95;
}
.footer-ascb { background: var(--footer-bg); color: var(--footer-text); padding: 4rem 1.5rem 2rem; 
    font-size: 14px;
}

.footer-ascb a , .footer-ascb p {
color: var(--footer-text); display: block; margin-bottom: 0.5rem; font-size: 18px;
}

.footer-ascb a:hover {
color: #ffffff;
}

.footer-logo {
max-width: 160px; margin-bottom: 1rem;
}

.footer-col-title {
color: var(--footer-title); font-weight: 600; margin-bottom: 0.75rem;
}

.footer-icon {
margin-right: 0.5rem;
}

.footer-bottom {
text-align: center; margin-top: 3rem; color: var(--footer-muted); font-size: 13px;
}

.footer-list span { margin-right: 6px; }

.text-main h2, 
.text-main h3 ,
.text-main h4 { margin-bottom: 20px;}
.text-main p { margin-bottom: 20px; color:inherit; font-size: 18px;}

 
.principios {
  max-width: 900px; margin: 80px auto;  padding: 0 20px;
}

.principios h2 {
  text-align: center;    font-weight: 700;
  color: #1e2a8a;  margin-bottom: 40px;
}

.principio-card {
  background: #1B397E;
  color: #fff; padding: 28px 32px;  border-radius: 8px;
  margin-bottom: 24px;  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.principio-header {
  display: flex;  color:white;  align-items: center;  gap: 12px;   margin-bottom: 12px;
}

.principio-header h3 {
  font-size: 20px; margin: 0; font-weight: 600; color:inherit;
}

.principio-header .icon {
  font-size: 20px;  line-height: 1;
}
.principio-header .icon { width: 30px; flex-shrink: 0;}


.principio-card p {
  font-size: 14.5px;  line-height: 1.6; margin: 0;  opacity: 0.95; color: white;
}

.input { padding: 5px; font-size: 15px}

.formulario_container form { max-width: 450px; margin: auto ; padding: 60px 10px; ;}

form label { font-size: 14px;  }
form .label:not(:last-child) { margin-bottom: 3px ;}
.js-accordion-toggle + .principio-body {
  display: none;
  padding-top: 12px;
}

.principio-card.is-active .principio-body {
  display: block;
}

.principio-header.js-accordion-toggle {
  cursor: pointer;
  display: flex;
  gap: 12px;
  align-items: center;
}



.diretoria {
  padding: 80px 0;
}

.diretoria-titulo {
  color: #1b2f8a;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}

.pessoa-card {
  background: #f8f8f8;
  border-radius: 6px;
  box-shadow: none;
  margin-bottom: 18px;
}

.pessoa-nome {
  color: #1b2f8a;
  font-weight: 600;
  font-size: 14px;
}

.pessoa-empresa {
  color: #6b6b6b;
  font-size: 13px;
}
 

/* Responsivo */
@media (max-width: 600px) {
  .principios h2 {
    font-size: 26px;
  }

  .principio-card {
    padding: 22px;
  }
}


@media screen and (min-width: 1024px) {
  .desk_only{ display: block; }
    .navbar-end {
        align-items: center;
    }
}

@media  (max-width: 1024px){

    .logo_container { max-width: 140px;}

    .desk_only { display: none;}

  

    .title.is-2 { font-size: 1.5rem;}
    .title-main h1, .title-main h2, .title_big h2{ font-size: 25px;}
    .hide_mob { display: none;}

    .button.is-medium { font-size: 14px}

    .buttons .button:not(:last-child):not(.is-fullwidth),
    .btn-outline,
    .btn-green { margin-left: auto; margin-right: auto;}

    .slider-next { right: -15px   }
    .slider-prev  { left: 15px; }

    .slider_empresas .slider-wrapper{ padding: 0 50px;}

    .noticias-section .is-7 { margin: 15px;}
    .direita_flex { padding: 10px}
    .button {
        display: block;
        width: fit-content;
    }


     .btn-white{
      display: flex!important; width: 100%; white-space: wrap;
    }

    .principio-card p { font-size: 16px}

    
}