
body {
  margin: 0;
  padding: 0;
  color: rgb(50, 50, 50);
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 20px;
}

header {
  position: relative;
  z-index: 99;
}

a {
  color: rgb(5, 50, 80);
  text-decoration: none !important;
}

a:hover {
  color: #000;
  text-decoration: none !important;
}

.line-clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.montserrat {
  font-family: 'Roboto', sans-serif;
}

.padding10V {
  padding: 10px 0;
}

.padding20 {
  padding: 20px;
}

.rounded-maior {
  border-radius: 12px;
}

.rounded20 {
  border-radius: 20px;
}

.fundo-menu {
  background-color: rgb(60, 72, 107);
}

.barra-inferior {
  padding:10px 0 15px 0;
  line-height: 14px;
  display: flex;
  align-items: center;
}

.barra-inferior a {
  width: 100%;
  text-align: right;
}

.banner-capa {
  height: 550px;
  position: relative;
  top: -50px;
  left: 0;
  bottom: 0;
  background-position: cover;
  background-size: 100%;
}

.banner-capa .tns-nav {
  display: none !important;
}

.banner-capa img {
  min-width: 100%;
  min-height: 550px;
}

.banner-background {
  min-height: 550px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .1);
  position: relative;
}

.banner-slogan {
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  background-color: none;
}

.banner-slogan .frase a {
  flex: 0;
  min-width: 1000px;
  max-width: 40%;
  text-align: center;
  color: #FFF;
  align-items: center;
}

.banner-slogan h2 {
  text-shadow: 2px 2px #000;
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

#botoes-topo {
  align-items: baseline;
}

#logo {
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

#brasao {
  display: flex;
  height: 110px;
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #FFF;
}

#brasao .selo img {
  height: 70px;
}

#brasao .nome-logo {
  margin: 0;
  padding: 0;
  text-align: left;
}

.img-logo {
  height: 130px;
  width: 100%;
  text-align: left;
}

#brasao img {
  height: 80px;
  margin-top: 17px;
}

#brasao .nome-logo {
  position: absolute;
  left: 90px;
  top:27px;
}

#brasao span {
  font-size: 16px;
  line-height: 20px;
}

#brasao h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.acessibilidade {
  display: flex;
  align-items: center;
  z-index: 10;
}

.acessibilidade a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  margin: -2px 2px 0 0;
  transition: all .3s ease;
}

.acessibilidade a:hover {
  margin: 0 2px 0 0;
  color:rgb(60,72,107);
}

.acessibilidade a i {
  font-size:10px;
  padding:5px 7px;
  background-color:rgba(60,72,107,.2);
  border-radius:50%;
  transition: all .1s ease;
}

.acessibilidade a:hover {
  color:rgb(60,72,107);
}

#box-usuario {
  display: flex;
  justify-content: flex-end;
}

.usuario-icone {
  z-index: 9 !important;
  font-size: 14px;
  font-family: "Rawline", sans-serif;
  font-weight: bold;
  border: 2px solid rgb(60, 72, 107);
  color: rgb(60, 72, 107);
  height: 34px;
  width: 120px;
  line-height: 30px;
  border-radius: 20px;
  text-align: center;
}

.usuario-icone svg {
  color: rgb(245, 80, 80);
  margin-right: 3px;
}

video {
  height: 500px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}

.midias-topo {
  margin-top: 15px;
}

.midias-topo .facebook {
  font-size: 18px;
  color: rgb(170, 170, 170);
  margin: 0 3px;
  transition: all .2s ease;
  transform: rotate(0)
}

.midias-topo .instagram {
  font-size: 18px;
  color: rgb(170, 170, 170);
  margin: 0 3px;
  transition: all .2s ease;
  transform: rotate(0)
}

.midias-topo .twitter {
  font-size: 18px;
  color: rgb(170, 170, 170);
  margin: 0 3px;
  transition: all .2s ease;
  transform: rotate(0)
}

.midias-topo .youtube {
  font-size: 18px;
  color: rgb(170, 170, 170);
  margin: 0 3px;
  transition: all .2s ease;
  transform: rotate(0)
}

.midias-topo .whatsapp {
  font-size: 18px;
  color: rgb(170, 170, 170);
  margin: 0 3px;
  transition: all .2s ease;
  transform: rotate(0)
}

.midias-topo .spotify {
  font-size: 18px;
  color: rgb(170, 170, 170);
  margin: 0 3px;
  transition: all .2s ease;
  transform: rotate(0)
}

.midias-topo .facebook:hover {
  color: #395693;
  transform: rotate(360deg)
}

.midias-topo .instagram:hover {
  color: #d12e7c;
  transform: rotate(360deg)
}

.midias-topo .twitter:hover {
  color: #1c9cea;
  transform: rotate(360deg)
}

.midias-topo .youtube:hover {
  color: #f70000;
  transform: rotate(360deg)
}

.midias-topo .whatsapp:hover {
  color: #1ad03f;
  transform: rotate(360deg)
}

.midias-topo .spotify:hover {
  color: #00d95f;
  transform: rotate(360deg)
}

#busca {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#busca input {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(220, 220, 220);
  border-radius: 6px;
  height: 42px;
  width: 80%;
  margin-right: -50px;
  padding: 0 20px;
  font-size: 12px;
  text-align: left;
  font-style: italic;
}

#busca a {
  right: -2px;
  top: 0;
  z-index: 2;
}

#busca>svg {
  font-size: 20px;
  height: 42px;
  width: 50px;
  padding: 12px;
  margin-right: 17px;
  border-radius: 0 6px 6px 0;
  background-color: rgb(245, 80, 80);
  color: #FFF;
}

.padding-busca {
  padding: 15px;
  border-radius: 8px;
}

.btn-padrao-busca,
button {
  padding: 8px 14px !important;
  border: 0 !important;
  border-radius: 20px !important;
  margin: 1px !important;
  font-size: 13px !important;
  line-height: 13px !important;
  height: 35px !important;
}

.btn-padrao-busca svg,
button svg {
  font-size: 12px !important;
}

.btn-padrao-busca:hover,
button:hover {
  background-color: #000 !important;
  color: #FFF !important;
}

.btn-padrao {
  font-family: 'RawlineBold', sans-serif;
  text-transform: uppercase;
  border:0;
  padding:8px 20px 10px 20px;
  font-size:13px;
  line-height:13px;
  border-radius:20px;
  background-color: rgb(230,230,230);
  color:rgb(50,50,50);
  transition: all .5s ease;
}

.btn-padrao:hover {
  border:0 !important;
  background-color: rgb(60,72,107);
  color:rgb(255,255,255);
  padding:8px 25px 10px 25px !important;
}

.tarja {
  position: absolute;
  bottom: 0;
  right: 15px;
  left: 15px;
  padding: 0;
  font-size: .7em;
  font-weight: bold;
  text-align: right;
  display: block;
  height: 28px;
  text-transform: uppercase;
  border-bottom: 3px solid rgb(245, 80, 80);
}

.tarja2 {
  position: absolute;
  bottom: 0;
  right: 15px;
  left: 15px;
  padding: 10px;
  font-size: .8em;
  text-align: right;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, .5);
  display: block;
  text-transform: uppercase;
  border-bottom: 5px solid rgb(245, 80, 80);
}

.home-noticia-principal {
  width:100%;
  height:400px;
  display:block;
  position: relative;
  border-radius:12px;
  overflow: hidden;
  border:2px solid rgb(250,240,240);
}

.home-noticia-principal img {
  border-radius:12px;
  overflow: hidden;
  min-height:240px;
  width:100%;
}

.home-noticia-principal h3 {
  position: absolute;
  bottom:-20px;
  left:0;
  right:0;
  background-color:rgba(0,0,0,.8);
  text-align: center;
  font-size:22px;
  line-height:26px;
  text-transform: uppercase;
  font-family: 'RawlineBold', sans-serif;
  color:rgb(255,255,255);
  font-weight:bold;
  padding:30px;
  transition:all .2s ease;
}

.home-noticia-principal:hover h3 {
  padding:40px 30px;
}

.home-noticia-secundaria {
  width:100%;
  height:200px;
  display:block;
  position: relative;
  border-radius:12px;
  overflow: hidden;
  border:2px solid rgb(250,240,240);
}

.home-noticia-secundaria img {
  border-radius:12px;
  overflow: hidden;
  min-height:240px;
}

.home-noticia-secundaria h3 {
  position: absolute;
  bottom:-20px;
  left:0;
  right:0;
  background-color:rgba(0,0,0,.8);
  text-align: center;
  font-size:16px;
  line-height:20px;
  text-transform: uppercase;
  font-family: 'RawlineBold', sans-serif;
  color:rgb(255,255,255);
  font-weight:bold;
  padding:20px;
  transition:all .2s ease;
}

.home-noticia-secundaria:hover h3 {
  padding:30px 20px;
}

#servico-destaque-capa {
  text-align: center;
}

#servico-destaque-capa span {
  color:rgb(130, 20, 20);
  font-size:40px;
  line-height:40px;
  padding:0;
  margin:0;
}

.servico-capa {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;

}

.servico-capa a {
  padding: 15px;
  margin-bottom:30px;
  flex-basis: 200px;
  flex-grow: 1;
  flex-shrink:0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
}
.servico-capa span {
  position: absolute;
  top: 0;
  left: 0;
  
}
.btn-servico-capa span {
  font-size:18px !important;
  transition: all .1s ease;
  rotate: 0;
}

.btn-servico-capa span:hover {
  font-size:30px !important;
  rotate:-45deg;
}

#servico-destaque-capa h4 {
  padding:10px;
  margin:0;
  text-transform: uppercase;
  font-size:18px;
  line-height:22px;
}

#noticia-lista {
  width: 100%;
}

.mais_lidas {
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  padding: 0;
  margin: 0;
  text-align: left;
  color: rgb(50, 50, 50);
}

.noticia-destaque-lateral hr {
  padding: 0 !important;
  margin: 10px 0 !important;
}

#primeira_foto {
  width: 50%;
  display: inline;
  float: left;
  padding-left: 20px;
  padding-bottom: 20px
}

#outras_fotos {
  width: 100%;
}

#link-box {
  color: #000000;
  padding: 0 !important;
  display: contents !important;
  font-weight: normal !important;
  text-transform: none !important;
  border-radius: 0 !important;
  font-size: 15px;
  text-decoration: none !important;
}

.atalhos {
  text-align: center !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.atalhos a {
  text-decoration: none;
  display: block;
  margin: 0 -15px;
  height: 100%;
  padding: 0;
  border-top: 5px solid transparent;
  transition: all .7s ease;
}

.atalhos a:hover {
  border-top: 5px solid rgba(255, 255, 255, .3)
}

.atalhos img {
  margin-top: 10px;
  min-height: auto !important;
  width: auto !important;
}

.atalhos h2 {
  color: rgb(255, 255, 255);
  padding: 0 15px;
  margin: 10px 0 20px 0;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}

#dados-covid-home h2 {
  text-transform: uppercase;
  font-size: 3.2em;
  line-height: 45px;
  color: rgb(243, 143, 36);
  background-color: rgb(235, 235, 235);
  padding: 20px;
  border-radius: 20px;
}

#dados-covid-home h2 small {
  color: rgb(8, 96, 164);
}

.btn-status {
  padding: 8px 20px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  border-radius: 0 12px 0 20px;
  text-transform: uppercase;
  transition: all .2s ease;
  margin-left: 844px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

.FI {
  border: 2px solid #e63131;
  background-color: #e63131;
}

.AB {
  border: 2px solid #55B863;
  background-color: #55B863;
}

.FR {
  border: 2px solid #e63131;
  background-color: #e63131;
}

.DE {
  border: 2px solid #e63131;
  background-color: #e63131;
}

.RE {
  border: 2px solid #e63131;
  background-color: #e63131;
}

.SS {
  border: 2px solid #f86a0b;
  background-color: #f86a0b;
}

.EA {
  border: 2px solid rgb(255, 200, 50);
  background-color: rgb(255, 200, 50);
}

.btn-padrao:hover {
  padding:6px 30px  8px 30px;
  border: 2px solid rgb(60,72,107);
}

.btn-topo {
  color: rgba(50,50,50);
  padding:12px;
  transition: all .2s ease;
  font-size: .8em;
  text-transform: uppercase;
  background-color:rgb(240,240,240);
  border: 1px solid rgb(240,240,240);
  text-align: center !important;
  display: inline-block;
  border-radius: 6px;
  margin-top: 18px;
  margin-left:2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btn-topo:hover {
  color: rgb(60,72,107);
  border: 1px solid rgb(60,72,107,.3);
}

.btn-topo span {
  color: rgb(245, 80, 80);
  display: block;
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  margin-top:-5px;
}

.btn-topo:hover span {
  color:rgb(60,72,107);
}

.box-btn-chamada {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.btn-chamada {
  padding:13px;
  margin: 3px;
  flex-basis: 275px;
  overflow-y: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all .5s ease;
  border-radius: 12px;
  border: 1px solid rgb(220, 220, 220);
}

.btn-chamada:hover {
  border: 1px solid rgb(60, 72, 107);
}

.btn-chamada span {
  color:rgb(244, 80, 80);
  font-size:28px;
}

.btn-chamada h3 {
  font-size: 15px;
  line-height:18px;
  color: rgb(50, 50, 50);
  padding:7px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'RawlineBold', sans-serif;
}

.btn-chamada p {
  text-align: center;
  padding:0;
  margin:0;
  line-height:18px;
}

.btn-padrao3 {
  background-color: rgb(23, 133, 203) !important;
}

.btn-padrao2 {
  background-color: rgb(245, 80, 80) !important;
}

.btn-padrao2:hover {
  background-color: rgb(17, 17, 17) !important;
}

.margin-section {
  margin-top: 80px;
}

.section-padding-fundo {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-padding-fundo-1 {
  padding-top: -20px;
  padding-bottom: 60px;
}

.titulo {
  text-align: left;
  position: relative;
  padding: 15px 0 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: auto;
}

.titulo-interno {
  padding: 0;
  margin: 0 0 50px 0;
  border-bottom: 1px solid rgb(230, 230, 230);
  background-image: linear-gradient(to top, #FFF, rgb(245, 245, 245));
}

.titulo h2 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 0 5px;
  padding: 0;
}

.titulo-interno h2 {
  font-size: 16px;
  line-height: 50px;
  margin: 0 0 0 15px;
  border-bottom: 2px solid rgb(60, 72, 107);
  font-weight: bold;
  color: rgb(50, 50, 50);
  padding: 10px 50px 5px 0;
}

.square {
  width: 20%;
  height: 3px;
  border-radius: 0px;
  position: absolute;
  top: 46px;
  left: 0;
  text-align: left;
  background-color: rgb(60, 72, 107);
  transition: all .2s ease;
}

#noticia-capa {
  margin-top: 50px;
}

#noticia-capa .tns-controls,
#noticia-capa .tns-nav,
#noticia-capa button {
  display: none;
}

.home-secretaria {
  border: 1px solid rgb(31, 8, 8);
  border-radius: 4px;
  padding: 22px;
}

.home-secretaria h6 {
  margin: 0 0 10px 0;
}

img.responsive-img,
video.responsive-video {
  max-width: 120px;
  min-height: 120px;
  object-fit: cover;
  border-radius: 60px;
}

.card {
  box-shadow: none;
  border: 1px solid rgb(220, 220, 220);
  border-radius: 6px;
}

.card-title {
  line-height: 24px;
  margin-bottom: 20px;
}

.card-content {
  height: 250px;
  overflow-y: auto;
}

.box-home-ultimo-bloco {
  margin-top: -30px
}

.secretario-capa {
  padding: 30px;
  margin-bottom: 10px;
  border-right: 1px solid rgb(220, 220, 220);
}

.secretario-capa img {
  width: 100px !important;
  height: 100px !important;
  object-fit: cover;
  object-position: center;
  border-radius: 100px !important;
  margin-bottom: 20px !important;
  border: 5px solid rgb(245, 80, 80) !important;
}

.secretario-capa-dados {
  font-size: 16px;
  width: auto;
  padding-bottom: 20px;
}

.secretario-capa-dados h4 {
  font-size: 18px;
  line-height:18px;
  height:70px;
  font-weight: bold;
  margin: 20px 0 0 0;
  padding: 10px 20px 10px 20px;
  color: rgb(50, 50, 50);
}

.secretario-capa-dados p {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  padding: 0 20px;
}

.turismo-capa {
  height: 400px;
  width: 100%;
  display: block;
}

.turismo-capa img {
  border-radius: 14px;
  border-radius: 10px solid rgb(235, 235, 235);
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}

.turismo-capa a {
  color: rgb(50, 50, 50);
  text-align: center;
  padding: 20px 0 0 0;
}

.multimidia-capa img {
  border-radius: 14px;
  border-radius: 10px solid rgb(235, 235, 235);
  width: 100%;
  height: 335px;
  object-fit: cover;
  object-position: center;
}

.multimidia-capa a {
  color: #000;
}

.covid-capa {
  margin: 5px;
  border-radius: 20px;
  padding: 20px 30px 45px 30px;
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-height: 150px;
}

.covid-capa h3 {
  font-size: 40px;
  line-height: 50px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
}

.covid-capa h4 {
  font-size: 20px;
  line-height: 20px;
  color: rgb(255, 255, 255);
  margin: 0;
  padding: 0;
}





/* ----- COVID -----*/

.card-covid {
  cursor: pointer;
}

#cvd .covid-capa {
  color: #FFF;
  padding: 40px;
  transition: all .3s ease;
}

#cvd .covid-capa {
  margin: 0px;
  flex-basis: 210px;
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin: 1px;
}

.covid-capa {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.box-covid {
  border: 1px solid rgb(225, 225, 225);
  padding: 20px 15px 10px 15px;
  border-radius: 4px;
  margin: 2px;
  text-align: center;
  transition: all .3s ease;
}

.card-covid h6 {
  font-size: 15px;
}

.card-covid h4 {
  font-size: 26px;
  font-weight: bold;
}

#cvd h4 {
  font-size: 18px;
  font-weight: bold;
}

.color1 {
  color: #55B863
}

.color2 {
  color: #0e89c7
}

.color3 {
  color: #cead18
}

.color4 {
  color: #44176e
}

.cor1 {
  background-color: #8a1919
}

.cor2 {
  background-color: #2a8f38
}

.cor3 {
  background-color: #cead18
}

.cor4 {
  background-color: #44176e
}

.covid-capa:hover h3 {
  cursor: pointer;
  font-size: 60px;
  line-height: 60px;
  cursor: pointer;
}

.covid-capa h3 {
  margin: 0;
  padding: 0;
  font-size: 45px;
  line-height: 60px;
  font-weight: bold;
  transition: all .2s ease;
}





/*----- BREADCRUMB -----*/

.breadcrumb {
  list-style: none !important;
  font-size: 0.8em !important;
  padding: 25px 0 0 0 !important;
  font-family: "Rawline", sans-serif;
  margin: 0 15px 0 0 !important;
  background-color: transparent !important;
  text-align: right !important;
}

.breadcrumb a {
  color: rgb(5, 50, 80);
}

footer {
  color: #FFF;
  background-color:rgb(60,72,107);
  background-size: 100%;
  margin-top:1px;
  padding-bottom:50px;
  padding-top:50px;
}

footer h5 {
  line-height: 40px;
  display: block;
}

.linha:nth-of-type(1) {
  height: 10px;
  width: 100%;
  margin-top:140px;
  background-color:rgb(60,72,107);
  border-top:1px solid rgb(200,200,200);
}

.linha:nth-of-type(2) {
  height: 10px;
  width: 100%;
  margin-top:140px;
  background-color:rgb(255,255,255);
  border-top:1px solid rgb(200,200,200);
}

.linha:nth-of-type(3) {
  height: 10px;
  width: 100%;
  margin-top:140px;
  background-color:rgb(245,80,80);
  border-top:1px solid rgb(200,200,200);
}

footer #nome-prefeitura {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 15px;
}

footer #nome-municipio {
  margin-top: 15px;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

footer h5 {
  font-family: "Rawline", sans-serif;
}

.logo-footer img {
  height: 80px;
}

footer hr {
  background-color: rgba(255, 255, 255, .5);
}

footer h6 {
  margin: 5px 0 !important;
}

footer i {
  font-size: 38px !important;
}

footer .btn-padrao {
  border: 0 !important;
}

footer .btn-padrao:hover {
  background-color:rgb(244, 80, 80) !important;
  color: rgb(255, 255, 255) !important;
  border: 0 !important
}

.midia-footer img {
  opacity: 1;
  width: 24px;
  margin:0 5px 0 0;
  transform: rotate(0deg);
  transition: all .3s ease;
}

.midia-footer img:hover {
  opacity: .5;
  cursor: pointer;
  transform: rotate(360deg);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-color: #FFF;
}





/*----- CONTATO -----*/

#contato {
  display: flex;
  justify-content: center;
}

.contato {
  background-color: rgb(235, 235, 235);
  padding: 15px 20px;
  text-align: center;
  align-items: stretch;
  border-radius: 6px;
  margin: 2px;
}

.contato-ouvidoria {
  border-top: 1px solid rgb(230, 230, 230);
  border-left: 1px solid rgb(230, 230, 230);
  border-bottom: 1px solid rgb(190, 190, 190);
  border-right: 1px solid rgb(190, 190, 190);
  padding: 20px;
  text-align: center;
  align-items: stretch;
  border-radius: 6px;
  margin: 2px;
}

.contato-ouvidoria svg {
  font-size: 30px;
  padding: 5px;
  color: #0e89c7;
}




/*----- BLOCOS -----*/

#box-bloco {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-direction: column;
}

.bloco {
  border-right: 2px solid rgb(255, 245, 225);
  border-left: 2px solid rgb(255, 245, 225);
  border-top: 2px solid rgb(255, 245, 225);
  border-bottom: 2px solid rgb(200, 210, 200);
  padding: 30px;
  margin-bottom: 10px;
  text-align: center;
  color: rgb(50, 50, 50);
  border-radius: 0;
  position: relative;
  overflow: hidden;
  transition: all .2s ease;
  height: 220px;
}

.bloco:hover {
  border-radius: 12px;
  border: 2px solid rgb(60, 72, 107);
}

.bloco h3 {
  font-size: 20px;
  line-height: 22px;
  margin: 20px 0 10px 0;
  padding: 0;
  color: rgb(50, 50, 50);
}

.bloco p {
  margin: 0;
  padding: 0;
  color: rgb(50, 50, 50);
}

.box-responsavel {
  overflow: hidden;
}

.foto-responsavel {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  object-position: top;
  border-bottom: 5px solid rgb(160, 133, 104);
}

.box-responsavel img {
  border-radius: 6px 6px 0 0;
  border:1px solid rgb(230,230,230);
}

.box-responsavel .container {
  border-radius: 0 0 6px 6px;
}

.nome-responsavel {
  font-size: 1.2em;
  font-weight: bold;
  padding: 20px 0 5px 0;
  display: block;
}

.cargo-responsavel {
  font-size: 1.05em;
  padding: 0 20px 20px 20px;
  display: block;
}

.padding20 {
  padding: 20px
}

.titulo:hover span {
  width: 10px;
}

.titulo-listagem-lateral {
  border-top: 1px solid rgb(220, 220, 220);
  border-left: 1px solid rgb(220, 220, 220);
  border-right: 1px solid rgb(180, 180, 180);
  border-bottom: 1px solid rgb(180, 180, 180);
  padding: 15px 15px 15px 35px;
  border-radius: 6px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left;
  position: relative;
}

.titulo-listagem-lateral svg {
  font-size: 11px;
  top: 20px;
  left: 15px;
  position: absolute;
}

.docs-anexos-1 {
  border: 1px solid rgb(230, 230, 230);
  border-bottom: 1px solid rgb(17, 200, 102);
  padding: 10px 20px;
  margin-bottom: 8px;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  text-align: left;
  transition: all 1s ease;
  position: relative;
}

.docs-anexos-1 svg {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  border-radius: 12px 0 12px 0;
  background-color: rgb(17, 200, 102);
  font-size: 36px;
  color: rgb(255, 255, 255) !important;
}

.docs-anexos-1 p {
  margin: 7px 10px 0 30px;
  line-height: 15px;
  font-size: 13px;
  text-transform: uppercase;
  color: rgb(50, 50, 50);
  font-weight: 900;
}

.docs-anexos-1 p small {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  text-transform: uppercase;
}

.docs-anexos-1:hover {
  border: 1px solid rgb(230, 230, 230);
  background-color: rgb(60, 72, 107);
}

.docs-anexos-1:hover svg,
.docs-anexos-1:hover p {
  color: rgb(255, 255, 255);
}

hr {
  width: 100%;
  height: 1px;
  background-color: rgb(220, 220, 220);
  padding: 0;
  margin: 20px 0 !important;
  border: 0;
}

h2 {
  font-size: 40px;
  line-height: 110%;
  margin: 20px 0;
}

h3 {
  font-size: 28.8px;
  line-height: 110%;
  margin: 20px 0;
}

h4 {
  font-size: 25.6px;
  line-height: 110%;
  margin: 20px 0;
}

h5 {
  font-size: 20.8px;
  line-height: 110%;
  margin: 20px 0;
}

h6 {
  font-size: 17.6px;
  line-height: 110%;
  margin: 20px 0;
}

.nopadding {
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.text-justify {
  text-align: justify;
}

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.border {
  border: 1px solid rgb(220, 220, 220);
}

#temas button {
  margin-bottom: 5px;
}

.btn-link {
  color: rgb(60,72,107);
}

.btn-link:hover {
  color: #000;
  text-decoration: none;
}

.box-voltar {
  border-top: 1px solid rgb(230, 230, 230);
  margin-top: 60px;
  padding: 20px 0;
  text-align: right;
}

.noticia-lateral {
  border-bottom: 5px solid rgb(255, 200, 50) !important;
  margin-bottom: 5px;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
  object-fit: cover;
  object-position: center;
}

.noticia-lateral h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 20px;
  color: #FFF;
  font-size: 1.2em;
  background-color: rgba(0, 0, 0, .7);
  transition: all .2s ease;
}

.noticia-lateral:hover h2 {
  padding: 30px 20px;
}

#enquete .control-label {
  display: block;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-top: -15px;
  margin-bottom: 20px;
}

#enquete label {
  display: block;
}

audio {
  background-color: #FFF !important;
}

.audio {
  margin: 15px 0;
  height: auto;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: left;
  background-color: #FFF;
}

.audio small {
  padding: 7px 25px;
  margin-left: 25px;
  border-left: 1px solid rgb(230, 230, 230);
}

p>span>span>br {
  display: none;
}

.hidden-summary .summary {
  display: none;
}

.box-agendamento,
.box-solicitacao {
  padding: 25px;
  margin: 30px 0;
  border-radius: 12px;
}

#form-agendamento .fade {
  opacity: 1;
  transition: opacity .15s linear;
}

#form-agendamento #m-form .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.nav-tabs .nav-link {
  border: 0px !important;
}

.height-licitacao-home {
  height:405px;
  overflow-y: auto;
}

.box-licitacao-capa {
  padding: 30px;
  text-align: center;
  background-color: rgb(240, 240, 240);
  margin-top: 10px;
}

.box-licitacao-capa h4 {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 0;
  margin: 13px 0;
}

.box-licitacao-capa span {
  font-size: 30px;
  color: rgb(245, 80, 80);
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
}

.box-licitacao-capa p {
  margin: 10px 0;
  padding: 0;
}

.box-licitacao-capa h5 {
  padding: 0;
  margin: -15px 0 0 0;
  font-weight: bold;
  font-size: 14px;
}





/* ----- BOX LISTAGEM PADRÃO ----- */

.box-lista {
  border-radius: 12px;
  position: relative;
  margin: 0 0 50px 0 !important;
  overflow: hidden;
  border: 1px solid rgb(225, 225, 225);
}

.box-lista .imagem-lista {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.box-lista img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
}

.box-lista .texto {
  padding: 30px 30px 20px 20px;
  color: #000;
}

.box-lista hr {
  padding: 0 !important;
  margin: 15px 0 !important;
}

.box-lista h4 {
  font-size: 1.3em;
  text-transform: uppercase;
  margin: 0 35px 10px 0;
  font-family: 'Roboto', sans-serif;
}

.box-lista small {
  font-size: 1em;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
  display: block;
}

.tarja {
  position: absolute;
  bottom: 0;
  right: 15px;
  padding: 0;
  font-size: .7em;
  font-weight: bold;
  text-align: right;
  display: inline-block;
  height: 10px;
  text-transform: uppercase;
  border-bottom: 4px solid rgb(245, 80, 80);
  transition: all .5s ease;
}

.box-lista:hover .tarja {
  border-bottom: 4px solid rgb(110, 5, 5);
  right: 100%;
}

.box-lista p {
  max-height: 60px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ouvidoria {
  font-size: 30px;
  line-height: 32px;
}

.list-group-item,
.noticia-destaque-lateral {
  margin-bottom: 5px;
  padding: 15px 20px 20px 20px;
  border-radius: 8px !important;
  border: 1px solid rgb(235, 235, 235) !important;
}

.list-group-item:hover,
.noticia-destaque-lateral:hover {
  background-color: rgb(245, 245, 245) !important;
}





/*----- CALENDARIO EVENTOS ----- */

.btn {
  color: #FFFFFF !important;
}

div .btn-group {
  background-color: transparent !important;
  color: #FFF !important;
  font-weight: bold !important;
}

button.fc-month-button.btn.btn-default.active,
button.fc-agendaWeek-button.btn.btn-default {
  display: none !important;
}

.fc .fc-today-button {
  display: none !important;
}

.table-bordered thead th {
  background-color: rgb(60,72,107) !important;
  color: #FFF !important;
  padding: 12px !important;
  font-weight: bold !important;
}

button.fc-prev-button.btn.btn-default,
button.fc-next-button.btn.btn-default {
  color: #FFF !important;
  background-color: rgb(60,72,107) !important;
}

span.fc-time {
  display: none !important;
}

.card-header {
  background-color: rgb(60,72,107);
}





/*----- BOX EVENTO ----- */

.box-evento {
  border-top: 1px solid rgb(230, 230, 230);
  border-left: 1px solid rgb(230, 230, 230);
  border-right: 1px solid rgb(160, 160, 160);
  border-bottom: 1px solid rgb(160, 160, 160);
  border-radius: 8px;
  position: relative;
  display: flex;
  margin: 30px 0 !important;
  overflow-x: auto;
  height: 185px;
}

.box-evento .texto {
  padding: 30px;
  color: #000;
}

.box-evento h4 {
  color: rgb(0, 0, 0);
  font-family: 'Roboto', sans-serif;
  font-size: 1.25em;
  text-transform: uppercase;
  margin: 0 35px 10px 0;
}

.box-evento span {
  position: absolute;
  right: -1px;
  top: -1px;
  background-color: rgb(255, 200, 50);
  color: #FFF;
  padding: 10px 20px 10px 10px;
  z-index: 2;
  font-size: 18px;
}

.box-evento span:after {
  content: "";
  width: 30px;
  height: 100%;
  background: rgb(60,72,107);
  border-radius: 0 0 0 10px;
  transform: skewX(20deg);
  position: absolute;
  top: 0;
  left: -20px;
}

.fullcalendar h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
}




/*----- BOX TRANSPARÊNCIA ----- */

.box-transparencia {
  display:flex;
  flex-direction:row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.transparencia {
  display: flex;
  flex-direction: column;
  border:1px solid rgb(220,220,220);
  border-radius:8px;
  margin:10px;
  flex-basis:320px;
  flex-grow: 1;
  flex-shrink: 0;
  padding:15px 15px 20px 15px;
  text-align: center;
}

.transparencia span {
  color:rgb(130, 20, 20);
  font-size:30px;
  line-height:30px;
  margin:0;
  padding:0;
}

.transparencia h3 {
  padding:0 0 10px 0;
  margin:0;
  font-size:16px;
  line-height:18px;
  text-transform: uppercase;
  font-weight:900;
}

.transparencia ul {
  margin:0;
  padding:0 20px;
}

.transparencia ul li {
  text-align: left;
  font-size:13px;
  line-height:15px;
  margin-top:1px;
}

.transparencia ul li a:hover {
  text-decoration:underline !important;
}





/*----- GALERIA DE FOTOS PADRÃO ----- */

.tns-outer {
  position: relative;
  overflow: hidden;
  border: 0px solid rgb(255, 255, 255);
}

.tns-controls {
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 99 !important;
}

.tns-controls button {
  background-color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px !important;
  border: 1px solid rgb(220, 220, 220) !important;
  border-radius: 3px !important;
  padding: 4px 15px;
  height: 10px;
}

.tns-controls button:hover {
  background-color: rgb(220, 220, 220) !important;
}

.tns-nav {
  position: absolute;
  right: 25px;
  top: 15px;
  z-index: 99 !important;
}

.tns-nav button {
  height: 2px !important;
  padding: 3px 10px !important;
  background-color: rgb(200, 200, 200) !important;
}

.tns-carousel {
  margin-top: 0;
}

.tns-item {
  position: relative;
  margin: 40px 0 0 0 !important;
  padding: 0 !important;
  height: 100% !important;
}

.tns-item span {
  position: absolute;
  bottom: 100px;
  left: 30px;
  right: 30px;
  text-align: center;
  padding: 10px;
  z-index: 2 !important;
  color: rgb(255, 255, 255);
}

.tns-item img {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 80px;
  border: 0;
  width: 100%;
}





/* ----- ICONES COMPARTILHAMENTO ----- */

.icone {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 8px 6px;
  color: #FFF;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: -10px;
  border-radius: 40px;
  transition: all .3s ease;
  border-left: 1px solid #FFF;
}

.icone:hover {
  color: rgb(120, 120, 120);
  background-color: rgb(230, 230, 230);
}

.icone-print {
  background-color: #000;
  margin-right: 20px;
}

.icone-twitter {
  background-color: #4184CD;
}

.icone-whatsapp {
  background-color: #55B863;
}

.icone-facebook {
  background-color: #366EA7;
}

.icone-linkedin {
  background-color: #326BA4;
}

.rodape-whatsapp {
  color: #ffffff;
  width: 24px;
}





/* ----- SELETOR DE CORES ----- */

.seletorCor0,
.seletorCor3,
.seletorCor6,
.seletorCor9,
.seletorCor12 {
  background-color: rgb(8, 96, 164) !important;
}

.seletorCor1,
.seletorCor4,
.seletorCor7,
.seletorCor10,
.seletorCor13 {
  background-color: rgb(243, 143, 36) !important;
}

.seletorCor2,
.seletorCor5,
.seletorCor8,
.seletorCor11,
.seletorCor14 {
  background-color: rgb(0, 141, 54) !important;
}


/* ----- BOOTSTRAP ----- */

.bg-light {
  background-color: #f0f0f0 !important
}

.bg-primary,
.bg-cor1,
.bg-secretaria-0,
.bg-secretaria-1,
.bg-secretaria-2 {
  background-color: rgb(60, 72, 107) !important
}

.bg-secondary,
.bg-cor2 {
  background-color: rgb(250, 240, 240) !important
}

.bg-laranja,
.bg-cor3,
.bg-secretaria-9,
.bg-secretaria-10,
.bg-secretaria-11 {
  background-color: rgb(60, 72, 107) !important
}

.bg-info {
  background-color: #44176e !important
}

.bg-blue {
  background-color: #0e89c7 !important
}

.bg-warning,
.bg-cor4,
.bg-secretaria-6,
.bg-secretaria-7,
.bg-secretaria-8 {
  background-color: #cead18 !important
}

.bg-danger,
.bg-cor5 {
  background-color: #8a1919 !important
}

.bg-success,
.bg-cor6,
.bg-secretaria-3,
.bg-secretaria-4,
.bg-secretaria-5 {
  background-color: rgb(60, 72, 107) !important
}

.bg-verde-escuro,
.bg-cor7 {
  background-color: rgb(60,72,107) !important
}

.bg-verde-claro {
  background-color: rgb(220, 230, 220) !important
}

.bg-amarelo-claro {
  background-color: rgb(255, 245, 225) !important
}

.text-light {
  color: rgb(200, 200, 200) !important
}

.text-primary {
  color: rgb(60, 72, 107) !important
}

.text-secondary {
  color: rgb(255, 200, 50) !important
}

.text-laranja {
  color: rgb(255, 200, 50) !important
}

.text-info {
  color: #44176e !important
}

.text-warning {
  color: #cead18 !important
}

.text-danger {
  color: #8a1919 !important
}

.text-success {
  color: rgb(60, 72, 107) !important
}

.text-verde-escuro {
  color: rgb(60,72,107) !important
}

.text-white {
  color: #FFF !important
}

.btn {
  padding: 5px 20px
}

.btn:hover {
  color: #FFF !important
}

.btn-outline-primary {
  border-color: rgb(8, 96, 164);
  color: rgb(8, 96, 164)
}

.btn-outline-secondary {
  border-color: rgb(40, 60, 132);
  color: rgb(40, 60, 132)
}

hr {
  margin: 15px 0;
}

.summary {
  margin-bottom: 20px
}

.btn {
  box-shadow: none !important;
  text-shadow: none !important;
}

.accordion {
  margin: 10px 0;
}

.accordion .card-header {
  padding: 5px;
}

.accordion p {
  margin: 0;
}

.form-control {
  border: 1px solid rgb(210, 210, 210);
  padding-left: 20px;
}

button[type="submit"] {
  border: 1px solid rgb(23, 133, 203) !important;
  background-color: rgb(23, 133, 203);
  color: #FFF;
  padding: 0px 30px;
  line-height: 34px;
  height: 38px;
  border-radius: 4px;
}

button[type="submit"]:hover {
  border: 1px solid rgb(130, 20, 20) !important;
  background-color: rgb(130, 20, 20);
}

.card-header h5 {
  margin: 0;
  padding: 0;
}

.card-header h5 button:hover {
  background-color: transparent !important;
}

.nav-tabs li {
  padding: 6px 15px;
  border-top: 1px solid rgb(220, 220, 220);
  border-right: 1px solid rgb(220, 220, 220);
  border-left: 1px solid rgb(220, 220, 220);
  margin-left: 2px;
  border-radius: 6px 6px 0 0;
}

.nav-tabs li:first-child {
  margin-left: 10px;
}

.pagination {
  margin-top: 40px;
}

.pagination li {
  text-align: center;
  padding: 1px;
  margin: 2px;
  border: 1px solid #FFF;
  border-radius: 4px;
  height: 32px;
}

.pagination li a {
  padding: 5px 15px;
  line-height: 30px;
  margin: 0;
  transition: all .2s ease;
  color: rgb(60, 72, 107);
  font-family: 'Rawline', sans-serif;
}

.pagination li:hover,
.pagination li.active {
  border: 1px solid rgb(230, 230, 230);
}

.pagination li:first-child,
.pagination li:last-child {
  border: none;
  padding: 5px 15px;
}





/* ----- MENU ----- */
.dynamika-menu-a-link {
  color: #000 !important;
}

.dynamika-menu-ul-forest {
  position: relative !important;
  flex-direction: row !important;
  display: flex !important;
  justify-content: space-between !important;
  font-family: 'Rawline', sans-serif;
}

.dynamika-menu-li-root {
  z-index: 90 !important;
  max-width: 100%;
  justify-content: center !important;
  border-right: 1px solid rgba(255, 255, 255, .3);
  margin: 0;
}

.dynamika-menu-li-root:first-child>a {
  border-left: 1px solid rgba(255, 255, 255, .3);
}

.dynamika-menu-a-root {
  font-size: 12px !important;
  text-transform: uppercase;
  font-family: 'RawlineSemiBold', sans-serif;
  line-height: 60px;
  color: rgb(255, 255, 255);
  width: 100% !important;
  text-align: center !important;
  padding: 0 40px !important;
}

.dynamika-menu-li-root:hover .dynamika-menu-a-root {
  background-color: rgb(15, 110, 170) !important;
  color: rgb(255, 255, 255) !important;
}

.dynamika-menu-li-root .dynamika-menu-span-items {
  top: 100px;
  padding: 40px !important;
  left: 0;
  right: 0;
  transition: all .2s ease-in
}

.dynamika-menu-li-root:hover .dynamika-menu-span-items {
  background-color: rgb(240, 240, 240) !important;
  top: 60px !important;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 0 0 20px 20px;
  z-index: 999 !important;
}

.dynamika-menu-span-items p {
  color: rgb(50, 50, 50) !important;
  padding: 10px !important;
}

.dynamika-menu-span-sub {
  padding: 0 !important;
  text-align: left !important;
}

.dynamika-menu-span-sub ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0px 15px !important;
}

.dynamika-menu-span-sub h3 {
  font-size: .9em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 10px 15px 10px;
  color: rgb(50, 50, 50);
}

.dynamika-menu-li-link {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dynamika-menu-a-link {
  display: block;
  padding: 7px 0;
  color: rgba(50, 50, 50);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .75px;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.dynamika-menu-a-link:hover {
  border-bottom: 1px solid rgb(60, 72, 107) !important;
  color: rgb(50, 50, 50);
}

.dynamika-menu-span-sub p {
  color: rgba(0, 0, 0, .5) !important;
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  content: none !important;
}

.box-btn-editor {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.btn-editor {
  padding:10px;
  margin: 3px;
  flex-basis: 275px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all .5s ease;
  border-radius: 12px;
  border: 1px solid rgb(220, 220, 220);
  font-size:14px;
  font-weight:900;
  line-height:16px;
  text-transform: uppercase;
}

.btn-editor small {
  text-transform: none;
  font-size:14px;
  line-height:20px;
  margin-top:5px;
}

.btn-editor span {
  color:rgb(130, 20, 20);
  font-size:40px;
  line-height:40px;
  margin:0 0 5px 0;
  padding:0;
}





/* ----- OUVIDORIA ----- */

#btn-login {
  margin-top: 10px;
}

.breadcrumb-ouvidoria {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  text-align: right;
  background-color: rgb(242, 242, 242);
  margin-bottom: 50px;
  font-size: 13px;
  line-height: 13px;
}

.breadcrumb-ouvidoria .breadcrumb-item {
  margin: 0;
  padding: 0;
}

.breadcrumb-ouvidoria .breadcrumb-item a {
  padding-right: 10px;
}

#miolo-ouvidoria legend {
  margin-top: 60px;
  margin-bottom: 20px;
  border-bottom: 1px dashed rgb(210, 210, 210);
  padding: 10px 5px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}

#footer-ouvidoria .bg-primary {
  color: #fff;
  background-color: #337ab7 !important;
}

.card-ouvidoria {
  flex-direction: row;
  align-items: stretch;
  text-align: center;
  justify-content: space-between;
  border: 2px solid rgb(255, 255, 255);
  transition: all .3s ease;
}

.card-ouvidoria:hover {
  filter: opacity(.8);
  border: 2px solid rgb(0, 0, 0);
}

.card-ouvidoria a {
  padding: 30px;
  color: white;
  display: block;
}

.card-ouvidoria a:hover {
  text-decoration: none;
}

.card-ouvidoria h4 {
  font-weight: bold;
}

.card-ouvidoria hr {
  padding: 0;
  margin: 15px 0;
  background-color: rgba(255, 255, 255, .5);
}

.dynamika-chat-left,
.dynamika-chat-right {
  margin-top: 10px !important;
  border-radius: 6px !important;
}

.dynamika-chat-left a,
.dynamika-chat-right a {
  width: 100%;
  float: left;
  margin-top: -15px;
  text-align: right;
  font-size: 12px;
}

.dynamika-chat-left {
  background-color: rgba(128, 128, 128, 0.3);
}

.dynamika-chat span {
  padding: 20px;
  display: inline-block;
}

.dynamika-chat p {
  text-align: justify;
  padding: 0;
  margin: 0;
}

.bg-protocolo {
  background-color: rgb(235, 235, 235);
  padding: 30px;
  border-radius: 6px;
  text-align: center;
}

.bg-protocolo a {
  text-align: center;
  border-radius: 16px;
  margin-top: 15px;
}

.grid-view thead tr th {
  background-color: #fff;
}

.grid-view thead tr th a {
  color: #fff;
}


.card-cor1 {
  background: linear-gradient(0deg, rgba(12, 161, 157, 1) 0%, rgba(16, 175, 171, 1) 100%);
}

.card-cor2 {
  background: linear-gradient(0deg, rgba(5, 112, 120, 1) 0%, rgba(6, 135, 131, 1) 100%);
}

.card-cor3 {
  background: linear-gradient(0deg, rgba(109, 86, 156, 1) 0%, rgba(136, 104, 171, 1) 100%);
}

.card-cor4 {
  background: linear-gradient(0deg, rgba(76, 54, 137, 1) 0%, rgba(104, 81, 149, 1) 100%);
}

.card-cor5 {
  background: linear-gradient(0deg, rgba(128, 68, 142, 1) 0%, rgba(176, 94, 156, 1) 100%);
}

.card-cor6 {
  background: linear-gradient(0deg, rgba(221, 85, 33, 1) 0%, rgba(230, 107, 48, 1) 100%);
}

.card-cor7 {
  background: linear-gradient(0deg, rgba(9, 106, 174, 1) 0%, rgba(9, 134, 216, 1) 100%);
}

.card-cor8 {
  background: linear-gradient(0deg, rgba(224, 134, 24, 1) 0%, rgba(235, 143, 6, 1) 100%);
}

.card-cor9 {
  background: linear-gradient(0deg, rgb(112, 90, 64) 0%, rgb(107, 89, 61) 100%);
}


.flex {
  display: flex;
}

.margin10V {
  margin: 10px 0;
}

.margin30B {
  margin-bottom: 30px;
}

.padding10B {
  padding-bottom: 10px;
}

.padding10V {
  padding: 10px 0;
}

.padding30 {
  padding: 30px;
}

@media print {
  #printable {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
  }

  #printable~* {
    display: none;
  }
}

#editaveis {
  display: flex;
}

#editaveis a {
  color: rgb(0, 0, 0);
}

#editaveis a strong:hover {
  color: #00d95f !important;
}

.docs-anexos-1:hover #editaveis a {
  color: rgb(250, 250, 250) !important;
}


.margin2B {
  margin-bottom: 2px;
}

#style-6::-webkit-scrollbar-track {
  background-color: transparent;
}

#style-6::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
  border-radius: 100px !important;
}

#style-6::-webkit-scrollbar-thumb {
  background-color: rgb(1, 87, 155);
  border-radius: 100px !important;
}

.bq {
  background-color: rgb(230, 230, 230);
  padding: 10px;
  display: flex;
}




/* COOKIES */

button.cc-nb-okagree {
  background-color: rgb(1, 87, 155) !important;
}

button.cc-nb-reject {
  background-color: #e63131 !important;
}



@media print {
  body * {
    visibility: hidden;
  }

  #conteudoImpressao * {
    visibility: visible;
  }

  #conteudoImpressao {
    position: fixed;
    left: 0;
    top: 0;
  }
}

#video-home {
	width: 100%;
  height: 500px;
  object-fit: cover;
  z-index: 1;
	position:relative;
  margin-bottom: 50px;
}

#video-home video {
	width: 100%;
  height: 500px;
  object-fit: cover;
  z-index: 1;
  position:relative;
}


/* --- MODAL AVISO ----- */

.modal-header {
  position:relative;
  background-color: rgb(60, 72, 107);
  color:rgb(255,255,255) !important;
}

.modal-header button {
  position: relative;
  right:0;
  top:0;
  border:0 !important;
}

.modal-title {
  margin-top:0;
  width:100%;
  text-align: center;
}

.modal-body {
  display: flex;
  flex-direction: column;
}