:root {
    scroll-behavior: smooth;
  }

body {
    font-family: sans-serif;
    line-height: 1.4em;
    background-color: #EEE;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
    font-weight: bold;
}

pequeno {
  font-size: 0.7em;
  color:#777;
}



/* MENU SUPERIOR */

.navbar-brand {
    width: 295px;
    height: 35px;
    padding: 0!important;
    margin: 0!important;
    font-size: inherit;
}

.logo-footer {
    width: 295px;
    height: 35px;
}

.navbar, .btn-primary, .dropdown-menu {
    background-color: #003366;
    color: #eee;
    font-family: sans-serif;
    font-size: 1em;
}

.navbar-dark {
    color: #FFF!important;
}

.navbar-dark a {
    color: #FFF!important;
}

.navbar-dark a:hover {
    color: #CCC!important;
}


.dropdown-menu {
   max-height: 600px;
   overflow-y:auto;
   overflow-x:hidden;
}

.dropdown-item:hover {
    background-color: #006699;
}

.submenu {
    width: 100%;
    font-size: 1em;
    font-family: sans-serif;
    text-align: center;
    color: #CCC;
    background-color: #222;
}

.submenu a {
    color: #CCC;
    text-decoration: none;
}

.submenu .navbar {
    margin: 0;
    padding: 0!important;
    background-color: #222;
}

.submenu-item {
    color: #CCC;
    background-color: #222;
    margin: 0;
}

.submenu-item a, .submenu-item a:active {
    color: #CCC;
}

.submenu-item .nav-link {
    padding: 5px;
}

.nav-tabs {
    background-color: #eee;
}

.card {
    background-color: #fafafa;
}

#lista-mobile {
    margin: auto;
    padding: 5px 10px;
    background-color: #fafafa;
    border-radius: 20px;
    outline: none;
}

.hiddenRow {
    padding: 0 !important;
}

.breadcrumb {
    text-align: center!important;
}

.nome-cidade {
    color: #f4f4f4;
    text-align: center;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}


.lista-municipios:hover {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.link-visivel a {
    border-bottom:3px solid #42bfff!important;
}

.link-visivel {
    border-bottom:3px solid #42bfff!important;
}

.link-visivel a:hover {
    color: #000;
}

.link-visivel:hover {
    color: #000;
}

.text-left {
    text-align: left!important;
}

.negativo {
    color: #660000;
}

.positivo {
    color: #006600;
}

.bold {
    font-weight: bold;
}

.centralizado {
    text-align: center!important;
}

.borda-azul {
    border: 2px solid #3e95cd;
}

.borda-roxa {
    border: 2px solid #8e5ea2;
}

.borda-laranja {
    border: 2px solid #ffa500;
}

.fundo-azul {
    background-color: #3e95cd;
}

.fundo-azul-claro {
    background-color: #cce0ea!important;
}

.fundo-roxo-claro {
  background-color: #f3eef5!important;
}

.fundo-azul:hover{
    background-color: #1c73ab;
}

.fundo-cinza-claro {
    background-color: #f5f5f5;
}

.fundo-branco{
    background-color: #fff;
}

.informacao {
    position: absolute!important;
    top: 5px; right: 5px!important;
    color: #555;
}

.informacao:hover {
    color: #003366;
}

.error-template {
    padding: 50px 15px;
    text-align: left;
}

.error-actions .btn {
    margin-right:10px;
 }



.fundoazul {
    border-radius: 15px;
    background-image: linear-gradient(to right bottom, #e0e8f0, #99b7d1, #b1c7db, #c8d7e6, #e0e8f0, #f7f9fb);
    display: flex;
    flex-flow: column;
    height: 100%;
}

.fundocinza {
    background-color: #f5f5f5;
}

footer {
    background-color: #333;
    border-top: 12px solid #555;
    border-bottom: 20px solid #222;
    margin: 0;
}

.logo-footer {
    margin: 0 auto;
    text-align: center;
}

.barra-endereco {
    width: 100%;
    text-align: left!important;
    margin: 10px auto;
    border-radius: 30px;
    background-color: #fff;
    padding: 5px 40px;
    border: solid 1px #003366;
}

.barra-endereco h1 {
    margin: 0;
}

.chart-container {
    position: relative;
    width: 100%;
    padding: 5px;
    min-height: 400px;
}

.min-none {
  min-height: none!important;
}

.min-200 {
  min-height: 200px!important;
}

.min-800 {
  min-height: 800px!important;
}

.botao-painel {
    max-width: 50%;
}

@media (max-width: 1023px) {
	.desktop {
		display: none;
	}

  .min-200 {
    min-height: 100px!important;
  }


  .botao-painel {
    max-width: 100%;
  }
  .navbar-brand {
      width: 236px;
      height: 28px;
  }
  .barra-endereco {
      padding: 5px 0 5px 30px;
  }
  .display-6 {
      font-size: 1.2em;
  }
  .display-5 {
    font-size: 1.8rem;
}

  .exemplo-digitacao {
      font-size: 1.6em;
  }
  .chart-container {
      position: relative;
      margin: auto;
      min-height: 400px;
      /* height: 80vh;
      width: 80vw; */
  }

  .error-template {
      padding: 0;
      text-align: center;
  }
  
  .error-actions .btn {
      margin-right:10px;
    }
  

}

@media (min-width: 1024px) {
	.mobi {
		display: none;
	}
    .display-6 {
        font-size: 1.6em;
    }

    .display-5 {
      font-size: 2.2rem;
  }

    .hiddenRow {
        padding: 0 !important;
    }

}




/* NOTÍCIAS NA HOME */

#noticias {
    background-color: #eee;
}

.imagem-noticias {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.image-block {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
  }
  
.image-block li>.image-block-inner {
    padding-bottom: 30px;
    height: 100%;
  }
  
a {
    color: #333;
    text-decoration: none;
  }
  
a:hover {
    text-decoration: none;
  }
  
.image-block li>.image-block-inner>a {
    display: block;
    overflow: hidden;
  }
  
.image-block li>.image-block-inner>a img {
    border: 1px solid #e1e1df;
  }
  
.news .image-block li>.image-block-inner h4,
.hp-posts-cat,
.news .image-block li>.image-block-inner p,
.read-more {
    padding: 0 0px;
  }
  
.read-more {
    display: block;
    margin-top: 20px;
    font-weight: 600;
  }
  

#tabGrafico {
    background-color: #f5f5f5!important;
    padding-top: 0;
}

  /* Media Queries */
  
  @media (min-width: 992px) {
    .col-md-5 {
      width: 41.66667%;
    }
  }
  
  @media (min-width: 768px) {
    .image-block li.image-block1 {
      padding-left: 26px;
      padding-right: 14.5px;
    }
  }
  
  @media (min-width: 1200px) {
    .image-block li>.image-block-inner>a {
      max-height: 245px;
    }

    .display-5 {
      font-size: 2.6rem;
    }
  }
  
  @media (min-width: 992px) {
  
    .pl-lg-0,
    .px-lg-0 {
      padding-left: 0;
      padding-right: 0;
    }
  
    .ml-lg-0,
    .mx-lg-0 {
      margin-left: 0;
      margin-right: 0;
    }
  }

/*--------------------------------------------------------------
# Contato
--------------------------------------------------------------*/

  
  .contact .php-email-form .error-message {
    display: none!important;
    color: #fff!important;
    background: #ed3c0d!important;
    text-align: left!important;
    padding: 15px!important;
    margin-bottom: 24px!important;
    font-weight: 600!important;
  }
  
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
  }
  
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
  }
  
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  
  .contact .php-email-form input,
  .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
  }
  
  .contact .php-email-form input:focus,
  .contact .php-email-form textarea:focus {
    border-color: #003366;
  }
  
  .contact .php-email-form input {
    padding: 10px 15px;
  }
  
  .contact .php-email-form textarea {
    padding: 12px 15px;
  }
  
  .contact .php-email-form button[type=submit] {
    background: #003366;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
  }
  
  .contact .php-email-form button[type=submit]:hover {
    background: #5969f3;
  }
  
  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }