/* #region Common */
* {
  font-family: "Roboto", "open_sansregular", sans-serif, Helvetica, Arial;
}

@media (max-width: 400px) {
  * {
    word-break: break-word;
  }
}

.text-upper {
  text-transform: uppercase;
}

.pt-15 {
  padding-top: 15px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.color-red {
  color: #d82138;
}

.panel-gray-light .panel-heading {
  background-color: #eee !important;
}

.panel-gray-light.panel-blue .panel-heading {
  background-color: #0d6bff !important;
  color: #fff;
}

.panel-footer {
  background-color: #f9f9f9;
  border-top-color: #f1f1f1;
}

.hover-scale,
.hover-scale01 {
  transition: transform 0.15s;
}
.hover-scale:hover {
  transform: scale(1.05);
}
.hover-scale01:hover {
  transform: scale(1.01);
}

.panel-hover-blue {
  transition: all 0.2s;
}
.panel-hover-blue:hover .panel-heading {
  background-color: #0d6bff !important;
  color: #fff !important;
}
.panel-hover-blue:hover .panel-heading i.fa {
  color: #fff !important;
}

@media print {
  .no-print {
    display: none !important;
  }
  .topo {
    min-height: 10px !important;
  }
  .topo .col-lg-12,
  .topo h2 {
    padding: 0 !important;
  }
}
/* #endregion Common */

/* #region background */
.bg-content {
  background: url(../img/covid/shape-b.png) repeat center top fixed;
}

.bg-banner {
  background: #f5f5f5 url(../img/covid/shape-a.png) repeat center top fixed;
}

.bg-footer {
  background: #fafafa url(../img/covid/shape-c.png) repeat center top fixed;
}

.panel,
.list-group-item {
  background: rgba(255, 255, 255, 0.6);
}
/* #endregion background */

/* #region Acessibilidade */
.acessibilidade-fluid .container {
  width: auto !important;
}
@media (max-width: 250px) {
  .btns-acessibilidade {
    text-align: center !important;
  }
}
/* #endregion Acessibilidade */

/* #region Slide Topo */
.topo h2 {
  margin-top: 35px;
}
.topo h2 span {
  color: #f86168;
}

.topo-slide1 {
  background: #000 url("../img/covid/banner1.jpg?v=1.2") repeat-x center;
}

.topo-slide2 {
  background: #000 url("../img/covid/banner2.jpg?v=1.2") repeat-x center;
}

.topo-slide3 {
  background: #000 url("../img/covid/banner3.jpg?v=1.2") repeat-x center;
}

.topo-slide4 {
  background: #000 url("../img/covid/banner4.jpg?v=1.2") repeat-x center;
}

.topo-slide5 {
  background: #000 url("../img/covid/banner5.jpg?v=1.2") repeat-x center;
}

.topo-slide6 {
  background: #000 url("../img/covid/banner1.jpg?v=1.2") repeat-x center;
}

.topo-slide7 {
  background: #000 url("../img/covid/banner2.jpg?v=1.2") repeat-x center;
}

.topo-slide8 {
  background: #000 url("../img/covid/banner3.jpg?v=1.2") repeat-x center;
}

.topo-slide9 {
  background: #000 url("../img/covid/banner4.jpg?v=1.2") repeat-x center;
}
/* #endregion Slide Topo */

/* #region Menu */
.menu100 .navbar-header button {
  margin-right: 0;
}

.menu100 .logo {
  height: auto;
}

.menu100 .navbar {
  float: right;
  min-height: 10px;
  margin-bottom: 15px;
  margin-top: 25px;
  background-color: transparent;
  border-top: transparent;
}
.menu100 .navbar-header {
  padding-top: 0;
}
.menu100 .navbar .navbar-toggle {
  background: transparent;
  border: none;
  margin: 0;
}
.menu100 .navbar .dropdown-menu li {
  line-height: initial;
}
.menu100 .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #50658e;
  font-weight: 400;
  font-size: 16px;
}
.menu100 .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  border-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #0d6bff;
  background-color: transparent;
}

.menu100 .navbar-default .navbar-nav > .open > a,
.menu100 .navbar-default .navbar-nav > .open > a:hover,
.menu100 .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #0d6bff;
}

.menu100 .dropdown-menu li a {
  padding: 3px 10px 3px 20px;
}

.menu100 .dropdown-menu li strong {
  display: block;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
}

.menu100 .dropdown-menu {
  border-radius: 0;
  min-width: 100%;
  padding: 10px;
}

@media (max-width: 767px) {
  .menu100 .navbar {
    margin: 10px 0 0;
  }
  .menu100 .navbar-nav {
    margin: 0;
  }

  .menu100 .dropdown-menu li strong {
    color: #50658e;
    line-height: 20px;
  }

  .menu100 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #50658e;
  }

  .menu100 {
    height: auto;
  }

  .menu100 .logo {
    width: 100%;
    text-align: center;
  }

  .menu100 .text,
  .menu100 .navbar,
  .menu100 .logo,
  .menu100 .menu100-links {
    float: none;
    text-align: center;
  }

  .menu100 .navbar-toggle {
    float: none;
    margin-bottom: 0;
  }

  .menu100 .menu100-links > li {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 250px) {
  .menu100 .logo img {
    width: auto;
    max-width: 100%;
  }
}
/* #endregion Menu */

/* #region Box Redes */
.box-redes p strong {
  font-weight: 500;
  color: #525257;
  font-size: 20px;
}
.box-redes ul {
  padding: 0;
}
.box-redes ul li {
  display: inline-block;
  margin: 0 5px;
}
.box-redes ul li a {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  color: #50658e !important;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  border-radius: 100%;
  transition: all 0.15s;
}
.box-redes ul li a:hover {
  transform: scale(1.2);
}
.box-redes ul li a.rede-facebook:hover {
  background-color: #3a559f;
  border-color: #2d4279;
  color: #fff !important;
}
.box-redes ul li a.rede-instagram:hover {
  background-color: #d30065;
  border-color: #9b0049;
  color: #fff !important;
}
.box-redes ul li a.rede-youtube:hover {
  background-color: #cc181e;
  border-color: #a71417;
  color: #fff !important;
}
/* #endregion Box Redes */

/* #region Footer */
.bg-footer {
  padding-bottom: 60px;
}
@media (max-width: 250px) {
  #footer3 .logo img {
    width: auto;
    max-width: 100%;
  }
}
/* #endregion Footer */

/* #region Painel Dados - Home */
.panel-dados {
  margin-bottom: 50px;
  background: #fff url(../img/covid/shape-d.jpg?v=4) repeat left top;
}
.panel-dados i.fa-2x {
  font-size: 50px;
  color: #50658e;
}

.panel-dados .count-text {
  color: #50658e;
  font-size: 20px;
  line-height: 22px !important;
}

.panel-dados .count-text.single-line {
  padding-top: 12px;
}

.panel-dados .panel-dados-item {
  min-height: 160px;
}
@media (max-width: 990px) {
  .panel-dados .panel-dados-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.panel-dados .panel-dados-item span {
  display: block;
  margin: 6px 0;
}

.panel-dados .count-title {
  color: #1dc9b7;
  font-weight: 700;
  font-size: 30px;
}

.panel-dados .panel-dados-item a {
  display: block;
}

/* #endregion Painel Dados - Home */

/* #region Botoes - Home */
.covid-botoes strong.big {
  margin-bottom: 0 !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.covid-botoes .panel-heading h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.covid-botoes .panel-heading h4 i.fa {
  color: #0d6bff;
  transition: all 0.3s;
}

/* .covid-botoes .panel-body,
.covid-botoes .panel-body-- {
  min-height: 170px;
} */

.covid-botoes .panel {
  margin-bottom: 50px;
}

/* #endregion Botoes - Home */

/* #region Sobre */
.border-bottom-subtitle {
  border-bottom: 3px solid #ccc;
  padding-bottom: 10px;
  padding-top: 30px;
}
.sobre .panel {
  margin-bottom: 50px;
}
.sobre .panel-body p,
.sobre .panel-body li {
  font-size: 18px;
}
.sobre .prevencao-img img {
  max-width: 140px;
  border-radius: 100%;
  margin-bottom: 15px;
  transition: transform 0.15s;
}
.sobre .prevencao-img img:hover {
  transform: scale(1.2);
}
.sobre .prevencao-img p {
  margin: 0 auto 40px;
  max-width: 300px;
}
/* #endregion Sobre */

/* #region Despesas */
.form-consulta {
  padding: 10px 15px 15px;
  background-color: #f5f5f5;
}
.form-consulta label {
  font-weight: bold !important;
}

.label-anulado {
  font-weight: normal !important;
  padding: 2px 6px !important;
  font-size: 12px !important;
}
/* #endregion Despesas */

/* #region Noticias  */
.ultimas-noticias {
  margin-top: 45px;
}
.ultimas-noticias .section-title {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 3px solid #d82138;
  padding-bottom: 4px;
  margin-bottom: 20px;
  color: #50658e;
}
.ultimas-noticias .linha-noticias {
  display: flex;
  align-content: stretch;
  margin-bottom: 15px;
}
.ultimas-noticias .linha-noticias .thumbnail {
  margin-bottom: 0;
  height: 100%;
  display: block;
}
.ultimas-noticias .linha-noticias .thumbnail span.caption,
.ultimas-noticias .linha-noticias .thumbnail span.caption strong,
.ultimas-noticias .linha-noticias .thumbnail span.caption span {
  display: block;
}
.ultimas-noticias .linha-noticias .thumbnail span.caption span {
  font-size: 12px;
}

.noticia-chamada {
  display: block;
  font-size: 14px;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .ultimas-noticias .linha-noticias {
    display: block;
    margin-bottom: 0;
  }
  .ultimas-noticias .linha-noticias .thumbnail {
    margin-bottom: 20px;
  }
}
/* #endregion Noticias; */

/* #region Form Busca */
.form-busca-geral {
  padding: 5px 0 5px 10px;
}
.form-busca-geral .input-group {
  display: flex;
}
.form-busca-geral .input-group input[type="text"] {
  width: 200px;
}
.form-busca-geral .input-group button {
  height: 30px;
  border-radius: 0 4px 4px 0;
  margin-left: -2px;
}
/* #endregion Form Busca */
