/* 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: #343A40;
}

.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;
}

/* Fim das Regras Gerais */

/* Inicio Topo */

#detalhe-topo {
  background-color: #FFCB03;
  height: 5px;
}

#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: 48px;
}

#topo h2 {
  color: #034EA0;
}

#topo p {
  color: #034EA0;
}

#topo #grupo-dados {
  border-right: 1px solid #034EA0;
  height: 100px;
  padding-right: 15px;
  padding-top: 7px;
  margin-top: 50px;
  text-align: right;
}

#topo #grupo-dados h2 {
  padding-top: 8px;
  font-size: 18px;
  font-weight: bold;
}

#topo #grupo-dados p {
  font-size: 14px;
}

/* Fim Topo */

/* Inicio no Nav */

nav {
    background: #034ea0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

nav a {
  color: white;
}

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

nav .dropdown-item.active, nav .dropdown-item:active {
  background-color: #107434;
}

nav .custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav .custom-toggler.navbar-toggler {
  border-color: white;
}

nav .dropdown-item:hover, nav .dropdown-item:focus {
  background-color: #e1e1e1;
  color: black;
}

/* Fim no Nav */

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

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

#conteudo-basico h2 {
  color: #004071;
}

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;
}

.btn-gineco {
  background-color: #571149;
  color:#FFF;
  border-color: #A61E5E;
}

.btn-gineco:hover, .btn-gineco:focus, .btn-gineco:active, .btn-gineco.active, .open .dropdown-toggle.btn-gineco {
  background-color: #6B3560;
  color:#FFF;
  border-color: #A61E5E;
}

.link-gineco {
  color: #571149;
}
.link-gineco:hover {
  text-decoration: underline;
  color: #571149;
}
.link-gineco-vibrante {
  color: #A61E5E;
}
.link-gineco-vibrante:hover {
  text-decoration: underline;
  color: #A61E5E;
}

/* 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: #034EA0;
  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: 30px;
  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: 60%;
  }
  #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 */
