/* Inicio das Regras Gerais */

* {
  margin: 0;
  padding: 0;
}

html {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.botao-generico {
  border: 1px solid #26A7DD;
  color: white;
  background-color: #184E82;
  border-radius: 5px;
  height: 40px;
  width: 100%;
  margin-top: 25px;
}

.btn-voltar {
  color: #26A7DD;
}

.full-width {
  width: 100%;
}

.full-height {
  min-height: 100%;
  height: 100%;
}

.centraliza {
  text-align: center;
}

h2 {
  letter-spacing: -0.25px;
}

.ajuda-descricao {
  font-size: 13px;
}

label, input, .alert, button, table {
  font-family: "Roboto", sans-serif;
}

label {
  font-size: 14px;
}

.requerido {
  color: red;
}

.link-geral {
  color: black !important;
  text-decoration: none !important;
}

.link-geral:hover {
  color: black !important;
  text-decoration: underline !important;
}

.alert-light {
  color: #6E6E6E !important;
  background-color: #E2E3E5;
  border: 1px solid #D6D8DB !important;
}


/* Fim das Regras Gerais */

/* Inicio Topo */

/* #detalhe-topo {
  background-color: #01948A;
  height: 1px;
} */

#topo {
  height: 200px;
  background-repeat: no-repeat;
  background-size: auto 200px;
  background-position: center;
  background-image: url("../images/fundo_topo.jpg");
}

#topo #logo {
  margin-top: 30px;
}

#topo h2 {
  font-weight: bold;
  font-size: 18px;
  color: #2B3A42;
}

#topo p {
  font-size: 14px;
  color: #003563;
}

#topo #grupo-dados {
  /* border-right: 1px solid #2B3A42; */
  height: 100px;
  padding-right: 15px;
  padding-top: 25px;
  /* margin-top: 50px; */
  margin-top: 20px;
  text-align: right;
}

#topo #grupo-dados h2 {
  padding-top: 10px;
  font-size: 25px;
}

/* Fim Topo */

/* Inicio Personalização de Conteúdo */

.titulo-secao h1 {
  color: #212529;
  border-bottom: 1px solid #212529;
  letter-spacing: -1px;
}

#conteudo-basico h2 {
  color: #184E82;
}

table td {
  font-size: 14px;
}

th span {
  color: red;
  font-size: 14px;
  font-weight: 400;
}

#form-contato {
  margin-bottom: 50px;
}

.titulo-secao h1 {
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.titulo-secao h1 span {
  font-weight: 400;
}

#conteudo-basico {
  font-family: "Roboto", sans-serif;
}

#conteudo-basico h2 {
  font-size: 16px;
  font-weight: 700;
}

/* Fim Personalização de Conteúdo */

/* Inicio Cadastro do Congressista */

#cadastro-congressita h2, #cadastro-congressita label, #cadastro-congressita p {
  font-family: "Roboto", sans-serif;
}

#cadastro-congressita h2 {
  font-size: 16px;
  font-weight: 700;
}

#cadastro-congressita .box-cadastro-congressita {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  padding: 20px;
}

#cadastro-congressita .titulos-formulario-cadastro {
  font-size: 18px;
  color: black;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding-top: 10px;
}

/* Fim Cadastro do Congressista */

/* Inicio Paginação */

.paginacao {
  text-align: center;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
}

.paginacao ul {
  list-style: none;
  margin-top: 1rem;
}

.paginacao li {
  display: inline;
  padding: 15px;
  border-radius: 5px;
  margin: 0 5px 0 5px;
}

.paginacao .pagina-atual {
  font-weight: 700;
}

/* Fim Paginação */

/* Inicio Administração */

#admin_usuario a {
  text-decoration: none;
  color: #CCCCCC;
}

#admin_usuario a:hover {
  color: #1A4690;
}

#admin_usuario li {
  list-style: none;
  background-color: #FFFFFF;
  border: 2px solid #CCCCCC;
  border-radius: 5px;
  padding: 10px;
}

#admin_usuario li:hover {
  border-color: #1A4690;
}

#admin_usuario li i {
  padding-right: 10px;
  width: 30px;
  text-align: center;
}

#sair_painel a {
  text-decoration: none;
  color: #CCCCCC;
}

#sair_painel a:hover {
  color: #1A4690;
}

/* Fim Administração */

/* Inicio Footer */
footer {
  background-color: #2b3a42;
  margin-top: 34px;
}

footer a {
  color: white;
}

footer a:hover {
  color: rgba(255, 255, 255, 0.5);
}

footer #midias-sociais, footer #agenda {
  font-family: "Roboto", sans-serif;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer #midias-sociais span, footer #agenda span {
  font-size: 14px;
  line-height: 100px;
}

footer #midias-sociais i, footer #agenda i {
  font-size: 35px;
  line-height: 100px;
  margin-left: 20px;
}

#copyright {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

#copyright p, #copyright a {
  color: #909090;
}

#copyright p {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  margin: 0;
}
/* Fim Footer */

/* Inicio Media Queries */
@media only screen and (min-width: 350px) and (max-width: 767px) {
  #logo {
    text-align: center;
  }
  #topo {
    height: 220px;
    background-size: auto 220px;
  }
  #topo #logo {
    margin-top: 20px;
  }
  #topo #logo img {
    width: 90%;
  }
  #topo #grupo-dados {
    text-align: center;
    border: none;
    margin-top: 20px;
    padding: 0;
    height: auto;
    line-height: 14px;
  }
  #carousel-wrapper #siteBanner .carousel-inner {
    height: 300px;
  }
  #siteBanner .carousel-item .imagemBanner {
    height: 300px;
  }
}

@media only screen and (min-width: 350px) and (max-width: 767px) {
  .logo-item img, .logo-realizacao img {
    width: 100px;
  }
  .logo-item-apoio img {
    width: 100px;
  }
}

.link-nf {
  color: #A4A4A4;
  text-decoration: underline;
}

.link-nf::hover {
  color: #2b498f;
}
/* Fim Media Queries */