
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    width: 100%;
}

body.votacao{
    background-color: #000000; !important
}
body.principal{
    background-image: url(../img/bg-sisleg.jpg);
}

header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}

header .container .esq{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1373px;
}
header .container .esq .logo{
    width: 100%;
    max-width: 241px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
    margin-right: 25px;
    padding-right: 30px;
}
header .container .esq .plenario{
    width: 100%;
    max-width: 183px;
}
header .container .esq .plenario h1{
    color: #FFF;
    font-size: 42px;
    font-weight: 700;
    line-height: 92%;
}

header .container .sessao{
    border-left: 1px solid rgba(255, 255, 255, 0.20);
    margin-left: 25px;
    padding-left: 30px;
}
header .container .sessao h2{
    color: #FFF;
    font-size: 42px;
    font-weight: 700;
    line-height: 106%;
}

header .container .plendate{
    width: 100%;
    max-width: 332px;
    background-color: #FFFFFF;
    border-radius: 12px;
    border-bottom: 4px solid #34558B;
    display: flex;
    align-items: center;
    padding: 10px 12px;
}
header .container .plendate img{
    width: 100%;
    max-width: 46px;
    margin-right: 15px;
}
header .container .plendate h3{
    color: #000;
    font-size: 26px;
    font-weight: 700;
    line-height: 108%;
}

.painel{
    margin-top: 53px;
}
.painel .container {
    display: flex;
    align-items: flex-start;
}

.menu-lateral {
    background: #f7f7f7;
    width: 100%;
    max-width: 318px;
    padding: 40px 0;
    margin-right: 21px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.etapa {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    position: relative;
    width: 100%;
    max-width: 260px;
}

.etapa:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 24px;
    top: 60px;
    height: 40px;
    width: 2px;
    background-color: #ccc;
}

.etapa .icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.etapa span {
    font-size: 26px;
    font-weight: 700;
    color: #333;
}

.etapa.ativo .icon {
    background-color: #049d29;
    color: white;
}

.etapa.ativo span {
    color: #049d29;
}

.etapa:nth-child(2) .icon {
    background-color: #1a4bb3;
    color: white;
}

/* Bloco */
.area-conteudo {
    background: #ffff;
    box-shadow: 4px 12px 29.5px -2px rgba(0, 0, 0, 0.10);
    padding: 22px 22px;
    border-radius: 15px;
    width: 100%;
}

.container-sessao {
    margin: 0 auto;
}

.bloco-sessao {
    background: white;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #e1e7f0;
}

.topo-bloco {
    background: #f2f7fe;
    padding: 15px 20px;
    font-weight: 800;
    font-size: 32px;
}

.conteudo-bloco {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    flex-wrap: wrap;
}

.conteudo-esquerda {
    width: 100%;
    max-width: 1400px;
}

.conteudo-esquerda h4 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
}

.conteudo-esquerda p {
    font-size: 26px;
}

.botao-verificar {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #005bff;
    border-radius: 10px;
    padding: 8px 16px;
    background-color: white;
    color: #005bff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 18px;
}

.botao-verificar i {
    background-color: #005bff;
    color: white;
    border-radius: 6px;
    font-size: 16px;
    padding: 6px;
}

.rodape-sessao {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.btn-encerrar {
    background: #ff5c5c;
    border: none;
    color: white;
    font-weight: 500;
    border-radius: 8px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 21px;
    cursor: pointer;
}

.btn-iniciar {
    background: #005bff;
    border: none;
    color: white;
    font-weight: 500;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 21px;
    cursor: pointer;
}
.btn-anterior {
  border: 1px solid #D4D4D4;
  color: #000000;
  font-weight: 500;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 21px;
  cursor: pointer;
  margin-right: 14px;
}

/* votacao */
.votacao .info-votacao{
    padding: 20px 0;
    background-color: #1F1E21;
    border-top: 4px solid #424242;
    border-bottom: 4px solid #424242;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 37px;
}
.votacao .info-votacao h2{
    color: #FFF;
    font-size: 28px;
    font-weight: 500;
    line-height: 123%;
    text-transform: uppercase;
}
.votacao .info-votacao span{
    font-weight: 700;
}
.votacao .info-votacao i{
    font-size: 34px;
    color: #ffff;
    margin-right: 15px;
}

/* painel de votação */

.card-horizontal {
    display: flex;
    width: 100%;
    max-width: 400px;
    background-color: #28a745;
    border-radius: 12px;
    overflow: hidden;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
  }
  
  .card-horizontal .foto {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .card-horizontal .foto img {
    width: 100%;
    height: 100%;
  }
  .card-horizontal .voto i {
    margin-right: 2px;
  }

  .card-horizontal .conteudo {
    flex: 1;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .card-horizontal .info-nome h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
  }
  
  .card-horizontal .info-nome .cargo {
    font-size: 17.949px;
    font-weight: 600;
    color: #ffd600;
    margin: 2px 0 0 0;
  }
  
  .card-horizontal .rodape {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255,255,255,0.1);
    padding: 6px 10px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 19.58px;
    margin-top: 12px;
  }
  
  .card-horizontal .rodape .partido {
    color: #fff;
    background: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    color: #000;
    font-weight: 700;
  }
  
  .card-horizontal .rodape .voto {
    color: #fff;
    font-size: 16px;
  }
  
  /* Cores específicas para diferentes votos */
  .card-horizontal.sim {
    background-color: #28a745;
  }
  
  .card-horizontal.nao {
    background-color: #dc3545;
  }
  
  .card-horizontal.abstencao {
    background-color: #6c757d;
  }
  

.container-votacao {
    display: flex;
    justify-content: space-between;
    padding: 24px;
  }
  
  .vereadores {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
  }
  .vereadores.tribuna{
    max-width: 100%;
  }
  
  .card-vereador {
    width: 160px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
  }
  
  .card-vereador img {
    width: 100%;
    height: auto;
  }
  
  .card-vereador .info {
    padding: 10px;
  }
  
  .card-vereador .cargo {
    color: #ffd600;
    font-weight: 600;
    margin: 4px 0;
  }
  
  .card-vereador .partido {
    color: #000;
    margin-bottom: 6px;
  }
  
  .card-vereador .voto {
    background: #28a745;
    color: white;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
  }
  
  .card-vereador.nao .voto {
    background: #dc3545;
  }
  
  .card-vereador.abstencao .voto {
    background: #6c757d;
  }
  .painel-resultado-eletronico {
    width: 100%;
    max-width: 387px;
    background: black;
    color: white;
    font-family: 'Montserrat', sans-serif;
    border-radius: 8px;
    overflow: hidden;
    font-weight: 700;
    border: 1px solid #424242;
  }
  
  /* Bloco verde do topo */
  .bloco-status {
    background-color: #138C2E;
    text-align: center;
    padding: 12px 8px;
  }
  
  .bloco-status h2 {
    font-size: 42px;
    margin: 0;
    text-transform: uppercase;
  }
  
  .bloco-status p {
    font-size: 26.133px;
    margin: 4px 0 0 0;
    line-height: 1.4;
    font-weight: 600;
  }

  /* Bloco de votos */
  .bloco-votos {
    display: flex;
    flex-direction: column;
  }
  
  .linha-voto {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    padding: 0 12px;
    border-top: 2px solid #1e1e1e;
  }
  
  .linha-voto .rotulo {
    font-size: 42px;
    color: white;
  }
  
  .linha-voto .valor {
    width: 50px;
    height: 100%;
    font-size: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }
  
  .valor.verde {
    background-color: #138C2E;
  }
  
  .valor.vermelho {
    background-color: #C44242;
  }
  
  .valor.cinza {
    background-color: #7D7D7D;
  }
  
  /* Bloco de data */
  .bloco-data {
    padding: 20px;
    font-size: 32px;
    font-weight: 600;
    border-top: 2px solid #1e1e1e;
    display: flex;
    justify-content: center;
    gap: 8px;
  }

  /* etapas */

  .etapa-conteudo {
    display: none;
  }
  
  .etapa-conteudo.ativo {
    display: block;
  }

 /* btn */
  .btn-outline-blue {
    border: 2px solid #005bff;
    background: white;
    color: #005bff;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
  }
  
  .btn-blue {
    background: #005bff;
    border: none;
    color: white;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
  }
  
  .btn-yellow {
    background: #ffd700;
    border: none;
    color: black;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
  }

  /* apresentação */

  .acordeao-materia {
    border: 1px solid #e1e7f0;
    border-radius: 12px;
    margin-bottom: 18px;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
  }
  
  .acordeao-materia .cabecalho {
    background: #f2f7fe;
    padding: 18px 20px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .acordeao-materia .cabecalho .seta {
    margin: 0;
    transition: transform 0.3s ease;
  }
  
  .acordeao-materia .corpo {
    padding: 20px;
    border-top: 1px solid #ddd;
    display: none;
  }
  .acordeao-materia .corpo.aberto {
    display: block;
  }

  .acordeao-materia .corpo h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 6px;
  }
  
  .acordeao-materia .corpo p {
    font-size: 26px;
    margin-bottom: 14px;
  }
  
  .acordeao-materia .acoes {
    display: flex;
    gap: 12px;
  }

  .acordeao-materia .topo-bloco {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .acordeao-materia .topo-bloco .topo-info{
    font-weight: 800;
    font-size: 32px;
  }
  .acordeao-materia .topo-bloco .topo-info i{
    font-size: 32px;
  }

  /* Tags de voto */
.tag-voto {
  padding: 6px 12px;
  font-weight: 600;
  border-radius: 6px;
  font-size: 18px;
  display: inline-block;
  color: white;
}

.tag-voto.verde {
  background-color: #28a745;
}

.tag-voto.vermelho {
  background-color: #dc3545;
}

.tag-voto.amarelo {
  background-color: #ffc107;
  color: #000;
}

.tag-voto.cinza {
  background-color: #6c757d;
}

/* Ações (botões alinhados) */
.acoes {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

/* Botões */
.btn-blue {
  background: #005bff;
  border: none;
  color: white;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.btn-danger {
  background: #dc3545;
  border: none;
  color: white;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

input[type="checkbox"] {
  transform: scale(1.4);
  margin-top: 6px;
}

.corpo.votando {
  border: 2px dashed #005bff;
  background-color: #eef3ff;
}



/* modal */

.modal-tribuna {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-conteudo-tribuna {
  background: white;
  border-radius: 24px;
  padding: 40px 30px;
  width: 100%;
  max-width: 800px;
  text-align: center;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

.modal-fechar {
  position: absolute;
  top: 18px;
  right: 18px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.box-vereador {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 24px;
}

.img-container {
  background: #f1f1f1;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: hidden;
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.partido-nome {
  font-size: 16px;
  font-weight: 700;
  margin: 6px 0;
}

.info-verde {
  background: #049d29;
  color: white;
  padding: 20px;
  text-align: left;
  width: 200px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info-verde h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.info-verde p {
  margin: 6px 0 0;
  font-size: 15px;
  font-weight: 600;
  color: #ffd600;
}

.relogio-tribuna {
  font-size: 86px;
  font-weight: 800;
  margin: 30px 0;
}

.btn-encerrar-modal {
  background-color: #ff6b6b;
  color: white;
  font-weight: 600;
  font-size: 18px;
  padding: 14px 32px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
}

.modal-conteudo-tribuna .img-container {
   width: 200px;
}
.modal-conteudo-tribuna .info-verde {
  width: 302px;
}
.modal-conteudo-tribuna .info-verde h3 {
  font-size: 28px;
}
.modal-conteudo-tribuna .info-verde p {
  font-size: 22px;
}
.modal-conteudo-tribuna .partido-nome {
  font-size: 21px;
}


/* votacao */
.btn-encerrar-votacao {
  background-color: #e53935;
  color: white;
  font-size: 18px;
  padding: 12px 30px;
  border-radius: 10px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}






  
  
  
  
  
  

  
  
  
  





  
