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

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.08)
}

::-webkit-scrollbar {
  width: 10px;
  background: rgba(0, 0, 0, 0.03)
}

::-webkit-scrollbar-thumb {
  background: rgb(168, 207, 69);
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(168, 207, 69);
}

/*----- SCROLL PARA O TOPO -----*/

.scrollTop {
  position: fixed;
  right: 60px;
  bottom: 95px;
  width: 50px;
  height: 50px;
  background-color: rgb(190, 5, 0);
  padding: 6px;
  line-height: 16px !important;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .1);
  cursor: pointer;
  opacity: 0;
  border-radius: 50px;
  transition: all 0.4s ease-in-out 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scrollTop a {
  font-size: 14px;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  line-height: 16px !important;
  padding: 0;
  margin: 0;
}

.scrollTop:hover {
  color: #fff;
  background-color: rgb(168, 207, 69);
}

.scrollTop svg {
  width: 55% !important;
  height: 55% !important;
}

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

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

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

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

.padding20 {
  padding: 20px;
}

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

.rounded20 {
  border-radius: 20px;
}

.barra-superior {
  background-color: rgb(240, 240, 240);
  height: 60px;
}

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

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

.banner-capa {
  height: 400px;
  position: relative;
}

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

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

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

.banner-slogan {
  height: 400px;
  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: 'Montserrat', sans-serif;
}

#brasao {
  height: 120px;
  display: flex;
}

.img-logo {
  position: relative;
  height: 100%;
  width: 320px;
}

.img-logo img {
  position: absolute;
  top: 15px;
  left: 0;
  height: 85px;
}

.img-logo .municipio {
  position: absolute;
  top: 35px;
  left: 90px;
  font-size: 12px;
  color: rgb(150, 150, 150)
}

.img-logo .nome-municipio {
  position: absolute;
  top: 55px;
  left: 90px;
  font-size: 24px;
  line-height: 26px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.margin-acessibilidade {
  margin: 19px 0;
}

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

.acessibilidade a {
  text-decoration: none;
  transition: all .3s ease;
}

.acessibilidade a:hover {
  color: rgb(255, 255, 255);
}

.acessibilidade a i {
  font-size: 12px;
  padding: 6px 8px;
  color: rgb(180, 180, 180);
  border: 1px solid rgba(255, 255, 255, 1);
  transition: all .5s ease;
  margin: 0 2px;
  border-radius: 6px;
}

.acessibilidade a:hover i {
  border: 1px solid rgba(0, 0, 0, .2);
}

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

.usuario-icone {
  z-index: 9 !important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  color: rgb(170, 170, 170);
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  overflow: hidden;
  width: 130px !important;
  position: relative;

}

.usuario-icone svg {
  color: rgb(255, 255, 255);
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px !important;
  padding: 12px;
  border-radius: 20px;
  background-color: rgb(168, 207, 69);
}

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 {
  position: relative;
  margin-top: 45px;
  margin-left: 15px;
}

#busca input {
  border: 1px solid rgb(150, 150, 150);
  color: rgb(50, 50, 50);
  border-radius: 8px;
  height: 45px;
  width: 100%;
  padding: 0 20px;
  font-size: 14px;
  line-height: 44px;
  text-align: left;
  position: absolute;
  right: 15px;
  top: 0;
}

#busca input::placeholder {
  color: rgb(255, 255, 255);
}

#busca a {
  position: absolute;
  right: -2px;
  top: -45px;
  z-index: 2;
}

#busca>svg {
  height: 45px;
  width: 75px;
  padding: 15px;
  margin-right: 17px;
  border-radius: 0 8px 8px 0;
  background-color: rgb(190, 5, 0);
  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: 15px !important;
  line-height: 15px !important;
  height: 35px !important;
}

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

.btn-padrao-busca:hover,
button:hover {
  background-color: rgb(0, 170, 80) !important;
  color: #FFF !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(0, 170, 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(168, 207, 69);
}

#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 img {
  border-radius: 5px 5px 5px 5px;
}

.noticia-destaque-lateral .conteudo-lateral {
  width: 59%;
  display: flex;
  align-items: center;
  margin-left: 3%;
}

.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: 6px 12px;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  border-radius: 30px;
  text-transform: uppercase;
  transition: all .2s ease;
  color: #fff;
  position: absolute;
  right: 30px;
  top: 20px;
}

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

.AB {
  border: 2px solid rgb(168, 207, 69);
  background-color: rgb(168, 207, 69);
}

.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 {
  background-color: rgb(190, 5, 0);
  color: rgb(255, 255, 255);
  padding: 10px 22px;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  border-radius: 6px;
  text-transform: uppercase;
  transition: all .2s ease;
}

.btn-padrao:hover {
  padding: 10px 30px;
  background-color: rgb(220, 220, 220);
}

.btn-chamada {
  padding: 5px 25px;
  height: 100px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all .5s ease;
  border-radius: 8px;
  background-color: rgb(100, 100, 100, .1);
  border: 1px solid transparent;
}

.btn-chamada:hover {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
}

.btn-chamada span {
  color: rgb(190, 5, 0);
  font-size: 32px;
  margin-top: 10px;
}

.btn-chamada h3 {
  font-size: 12px;
  line-height: 14px;
  color: rgb(50, 50, 50);
  padding: 0 10px;
  margin: 8px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block
}

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

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

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

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

.titulo {
  text-align: left;
  position: relative;
  padding: 0;
  margin-bottom: 25px;
  border-radius: 8px;
  width: auto;
}

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

.titulo h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

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

.square {
  width: 50px;
  height: 3px;
  position: absolute;
  top: 26px;
  left: 0;
  text-align: left;
  background-color: rgb(168, 207, 69);
  transition: all .2s ease;
}

.noticia-principal {
  position: relative;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(180, 180, 180);
  border-right: rgb(210, 210, 210);
  border-radius: 8px;
  overflow: hidden;
  height: 240px;
  display: flex;
  margin-bottom: 30px;
}

.noticia-principal img {
  width: 250px;
  height: 100% !important;
  clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
  object-fit: cover;
  transition: all .3s ease;
  filter: brightness(100%);
  border-right: 10px solid rgb(190, 5, 0);
}

.noticia-principal:hover img {
  filter: brightness(70%);
  cursor: pointer;
}

.noticia-principal a {
  padding: 10px 20px;
  display: block;
  overflow-y: auto;
}

.noticia-principal a h2 {
  color: rgb(50, 50, 50);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
}

.noticia-principal a p {
  color: rgb(50, 50, 50);
}

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

.campo-licitacoes {
  order: 1;
}

.campo-atendimento {
  order: 2;
}

.campo-secretarias {
  order: 3;
}

.home-licitacao {
  background-color: rgba(100, 100, 100, .1);
  border-radius: 20px;
  padding: 20px;
  margin: 0px;
  width: 100%;
  overflow-y: auto;
  margin-bottom: 10px;
}

.home-licitacao h4 {
  padding: 5px 0 15px 0;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}

.home-licitacao p {
  margin: 0;
  padding: 0;
}

.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;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 436px;
}

.secretario-capa {
  margin-top: 10px;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.secretario-capa img {
  width: 100px !important;
  height: 100px !important;
  border-radius: 100px !important;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}

.secretario-capa h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 5px;
  margin: 0;
  color: rgb(190, 5, 0);
}

.secretario-capa h6 {
  font-size: 14px;
}

.atendimento-capa-icon {
  font-size: 60px !important;
  color: rgb(168, 207, 69);
  margin: 30px 0;
}

.midia-capa {
  position: relative;
}

.midia-capa img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  border: 1px solid rgb(255, 255, 255)
}

.midia-capa a h3 {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: -19px;
  font-size: 20px;
  line-height: 26px;
  background-color: rgba(0, 0, 0, .8);
  color: rgb(255, 255, 255);
  padding: 15px;
  font-family: 'Montserrat', sans-serif;
  transition: all .2s ease;
  text-align: center;
}

.midia-capa a:hover h3 {
  background-color: rgba(0, 0, 0, 1);
  color: rgb(255, 255, 255);
  padding: 30px 15px;
}





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

.documento-capa {
  padding: 23px;
  border-radius: 12px;
  background-color: rgb(235, 235, 235);
}

.documento-capa h4 {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  width: 150px;
  margin-bottom: 10px;
}

.documento-capa select {
  height: 42px;
  line-height: 42px;
  border-left: 1px solid rgb(230, 230, 230);
  border-top: 1px solid rgb(230, 230, 230);
  border-right: 1px solid rgb(190, 190, 190);
  border-bottom: 1px solid rgb(210, 210, 210);
  padding: 10px 20px;
  width: 100%;
  border-radius: 6px;
}





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

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

.breadcrumb a {
  color: rgb(168, 207, 69);
}

footer {
  color: #FFF;
  background-color: rgb(50, 50, 50);
  margin-top: 150px;
  padding-bottom: 20px;
}

.dados-footer {
  background-color: rgba(255, 255, 255, .1);
  border: 2px solid rgb(255, 255, 255, .1);
  padding: 20px 20px 20px 60px;
  border-radius: 12px;
  margin-top: -10px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.dados-footer svg {
  font-size: 45px;
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 120px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgb(190, 5, 0);
}

.dados-footer p {
  padding: 0;
  margin: 0;
}

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

footer .border-top-footer {
  border-top: 15px solid rgba(255, 255, 255, .5);
  padding-top: 0px;
  padding-bottom: 40px;
}

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

footer #nome-municipio {
  margin-top: 10px;
  font-size: 30px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

footer h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

.logo-footer img {
  height: 100px;
  margin-top: -60px;
}

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

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

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

footer .btn-padrao:hover {
  background-color: rgb(4, 57, 130) !important;
  color: rgb(255, 255, 255)
}

.midia-footer img {
  opacity: 1;
  width: 30px;
  margin-right: 5px;
  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: #ec971f;
}




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

#box-bloco,
.home-box-licitacao {
  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(0, 170, 80);
}

.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 {
  max-width: 500px;
  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;
}

.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(rgb(168, 207, 69));
  padding: 10px 0;
  margin-bottom: 12px;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  text-align: left;
  transition: all .5s ease;
  position: relative;
}

.docs-anexos-1 a {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.docs-anexos-1 svg {
  position: absolute;
  right: 30px;
  top: -15px;
  padding: 8px 12px;
  border-radius: 6px;
  background-color: rgb(133, 168, 45);
  font-size: 40px;
  color: rgb(255, 255, 255) !important;
  z-index: 2;
}

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

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

.docs-anexos-1:hover {
  border: 1px solid rgb(230, 230, 230);
  background-color: rgba(168, 207, 69);
  cursor: pointer;
}

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

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

.docs-anexos-1 .link-conv {
  font-size: 11px;
}

.docs-anexos-1 .anexo-rastreio {
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  border-bottom: 2px solid rgb(133, 168, 45);
}

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

h2 {
  font-size: 36px;
  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: 19px;
  line-height: 110%;
  margin: 20px 0;
}

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

.primeira-foto {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  border-radius: 12px;
  max-width: 40%;
  max-height: 60%;
  height: auto;
  width: auto;
}

.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(0, 110, 150);
}

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

.modal-header .m-regiao {
  padding-top: 8px;
}

.modal-header h5:first-child {
  display: none;
}



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

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

.box-lista-secretaria {
  border-radius: 12px;
  position: relative;
  margin: 5px !important;
  overflow: hidden;
}

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

.box-lista img,
.box-lista-secretaria img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  transition: all .3s ease;
  border-radius: 12px 0 0 12px;
}

.box-lista:hover img,
.box-lista-secretaria:hover img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

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

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

.box-lista h4,
.box-lista-secretaria h4 {
  font-size: 1.3em;
  text-transform: uppercase;
  margin: 0 20px 8px 0;
  font-family: 'Montserrat', sans-serif;
}

.box-lista small,
.box-lista-secretaria 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: 2px solid rgb(168, 207, 69);
  transition: all .5s ease;
}

.box-lista:hover .tarja,
.box-lista-secretaria:hover .tarja {
  border-bottom: 2px solid rgb(255, 255, 255);
  right: 100%;
}

.box-lista p,
.box-lista-secretaria p {
  max-height: 60px;
  margin: 0;
  padding: 0;
  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;
  height: auto;
}

.lista-lateral-noticias-item {
  padding: 6px 2px;
  border-radius: 5px;
}

.lista-lateral-noticias-item: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(75, 75, 75) !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(0, 170, 80) !important;
}

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

.card-header {
  background-color: rgba(23, 53, 105);
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}





/*----- 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: 165px;
}

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

.box-evento h4 {
  color: rgb(0, 0, 0);
  font-family: 'Montserrat', 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(0, 145, 70);
  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;
}





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

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

.tns-controls {
  position: absolute;
  left: 0;
  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: 98 !important;
}

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

.tns-nav button.tns-nav-active {
  background-color: #333 !important;
  color: #fff;
}

.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: 30px;
  left: 30px;
  right: 30px;
  text-align: center;
  padding: 10px;
  z-index: 2 !important;
  color: rgb(0, 0, 0);
}

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

.bannerContainer .tns-item {
  margin: 0px !important;
}

.bannerContainer .tns-item img {
  border-radius: 0px !important;
  margin-bottom: 0px !important;
}





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

.icone {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 7px 4px;
  color: #FFF;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all .3s ease;
}

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

.icone-print {
  color: #000;
  border: 1px solid rgb(210, 210, 210)
}

.icone-twitter {
  background-color: #000000;
}

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

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

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

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

.mapa-site {
  list-style: none;
}

.mapa-site li {
  padding: 3px 0;

}

.mapa-site>li {
  padding-top: 20px;
}

.mapa-site>li>a {
  font-weight: 900;
  font-size: 1.2em;
}

.turismo-maps iframe {
  border-radius: 10px;
}




/* ----- 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: rgb(240, 240, 240) !important
}

.bg-menu {
  background-color: rgb(190, 5, 0) !important
}

.bg-primary,
.bg-cor1,
.bg-secretaria-0,
.bg-secretaria-1,
.bg-secretaria-2 {
  background-color: rgb(4, 57, 130) !important
}

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

.bg-laranja,
.bg-cor3,
.bg-secretaria-9,
.bg-secretaria-10,
.bg-secretaria-11 {
  background-color: rgb(168, 207, 69) !important
}

.bg-info {
  background-color: rgb(190, 5, 15) !important
}

.bg-blue {
  background-color: rgb(4, 57, 130) !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(168, 207, 69) !important
}

.bg-verde-escuro,
.bg-cor7 {
  background-color: rgb(4, 57, 130) !important
}

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

.bg-branco {
  background-color: rgb(255, 255, 255) !important
}

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

.text-primary {
  color: rgb(0, 170, 80) !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(0, 170, 80) !important
}

.text-verde-escuro {
  color: rgb(0, 145, 70) !important
}

.text-bp-primario {
  color: rgb(190, 5, 0);
}

.text-bp-secundario {
  color: rgb(168, 207, 69);
}

.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;
  text-align: center
}

.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(168, 207, 69) !important;
  background-color: rgb(168, 207, 69) !important;
  color: #FFF;
  padding: 0px 30px;
  line-height: 34px;
  height: 38px;
  border-radius: 4px;
}

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

.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 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.pagination li {
  text-align: center;
  padding: 5px;
  margin: 2px;
  line-height: 16px;
  border: 2px solid #FFF;
  border-radius: 8px;
}

.pagination li a {
  padding: 5px 15px;
  transition: all .2s ease;
}

.pagination li:hover,
.pagination li.active {
  border: 2px solid rgba(23, 53, 105);
}

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


/* ----- MENU ----- */

.dynamika-menu-nav-forest {
  justify-content: space-between !important;
}

.dynamika-menu-ul-forest {
  position: relative !important;
  flex-direction: row !important;
  display: flex !important;
  justify-content: space-between !important;
  width: 100% !important;
}

.dynamika-menu-li-root {
  z-index: 90 !important;
  max-width: 100%;
  justify-content: center !important;
  border-right: none;
  margin: 0;
}

.dynamika-menu-li-root:first-child>a {
  border-left: none;
}

.dynamika-menu-a-root {
  font-weight: bold !important;
  font-size: 14px !important;
  text-transform: uppercase;
  line-height: 40px;
  color: rgb(255, 255, 255);
  width: 100% !important;
  text-align: center !important;
  padding: 15px;
  border-radius: 12px;
}

.dynamika-menu-li-root:hover .dynamika-menu-a-root {
  background-color: rgb(190, 5, 0) !important;
  color: rgb(255, 255, 255) !important;
}

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

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

.dynamika-menu-span-items p {
  color: rgb(255, 255, 255) !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: #FFF;
}

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

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

.dynamika-menu-a-link:hover {
  border-bottom: 1px solid rgb(255, 255, 255) !important;
  color: #FFF;
}

.dynamika-menu-span-sub p {
  color: rgba(255, 255, 255, .7) !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;
}





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

.box-esic {
  background-color: rgb(235, 235, 235);
  padding: 30px;
  border-radius: 6px;
}

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

.home-noticia-secundaria img {
  height: 200px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  border: 3px solid rgb(255, 255, 255);
}

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

.padding30 {
  padding: 30px;
}

.margin30B {
  margin-bottom: 30px;
}

.padding5V {
  padding: 5px 0;
}

.padding10B {
  padding-bottom: 10px;
}

.padding10V {
  padding: 10px 0;
}

.margin5V {
  margin: 5px 0;
}

.summary-none {
  display: none;
}

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

  #conteudoImpressao * {
    visibility: visible;
  }

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





/*----- 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: 20px;
  text-align: center;
}

.transparencia span {
  color: rgb(168, 207, 69);
  font-size: 50px;
  line-height: 40px;
  margin: 0;
  padding: 0;
}

.transparencia h3 {
  padding: 10px 0 15px 0;
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  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: 10px 0px 10px 0px;
}

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


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

.modal-header {
  position: relative;
  background-color: rgb(190, 5, 0);
  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;
}

.bannerTopo {
  width: 100%;
  height: 350px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgb(245, 245, 245);
  position: relative;
  border-radius: 20px;
}

.bannerTopo img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}

.bannerTopo .frase h2 {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .5);
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 16px;
  padding: 20px;
}

.licitacao-home a {
  color: #000;
}

.link-rodape {
  margin-left: 50px;
}

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

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

#iframe-midia {
  overflow-y: auto;
  width: 100%;
  height: 700px;
}

#titulo-midia-capa {
  display: none;
}

#aba-conta .nav-tabs {
  border-bottom: 0px;
  margin-bottom: 15px;
}

#aba-conta .nav-tabs li {
  border: 1px solid rgb(230, 230, 230);
  border-radius: 12px;
}

.btn-padrao-conta {
  padding: 20px !important;
  border-radius: 12px !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px !important;
  display: block !important;
  background-color: rgb(245, 245, 245);
  width: 80%;
  margin: 0 10%;
  height: 100px;
  border: 3px solid rgb(255, 255, 255);
}

.btn-padrao-conta:hover {
  border: 3px solid rgb(0, 170, 80);
}

.gap-box {
  flex-wrap: wrap;
  gap: 10px 50px;
}

.box-conta-itens {
  width: 100% !important;
  height: 200px;
  overflow-y: auto;
  border: 1px solid #cccccc4f;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 20px 0px;
}

.box-conta-itens h5 {
  margin-bottom: 10px !important;
  padding-bottom: 5px !important;
  border-bottom: 1px solid rgba(128, 128, 128, 0.61);
}

.close span {
  color: #FFF;
}


.galeria-modal #modal {
  display: none;
}

.galeria-modal .modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.733);
  margin-top: -1px;
  animation: zoom 0.3s ease-in-out;
}

@keyframes zoom {
  from {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

.galeria-modal .modal-content {
  background-color: #fefefe;
  margin: 30px auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
  position: relative;
}

.galeria-modal .close {
  color: #aaaaaa;
  font-size: 25px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.galeria-modal .close:hover {
  color: rgb(255, 255, 255);
}

.galeria-modal .modal img {
  width: 100%;
}

.secao-redes-sociais {
  margin-bottom: -150px;
  padding-bottom: 100px;
}

.social-post {
  width: 100%;
  aspect-ratio: 5 / 6;
  position: relative;
  overflow: auto;
  margin: 10px;
}

.social-post iframe {
  width: 100%;
  min-height: 600px; /* ou maior que a altura da div */
  margin-left: auto !important;
  margin-right: auto !important;
  border: none;
  display: block;
}

.sem-atendimento {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
}

.sem-posts {
  margin-top: 40px;
  margin-bottom: 0px;
  height: 100%;
  width: 100%;
}

.lateral-eventos {
  display: contents;
}

.faq-lateral-noticias {
  width: 77vw !important;
}

.accordion .card-header {
  /* background-color: rgb(240, 240, 240); */
  background-color: rgb(168, 207, 69);
}

.accordion .card-header button {
  /* color: rgb(94, 94, 94) !important; */
  color: #FFF !important;
}

.dados-secretaria {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
}

.dados-secretaria>* {
  margin: 0px;
}

.programas-e-campanhas-card {
  height: 200px;
  overflow-y: auto;
  margin-bottom: 15px;
  padding: 0px 20px;
}

@media print {

  .dontPrint,
  #lateral {
    display: none !important;
  }
}

#usuario-text a {
  color: rgb(170, 170, 170);
}

.atendimento-capa hr {
  width: 90%;
  margin: 13px auto !important;
  background-color: rgba(128, 128, 128, 0.274);
}

.tns-nav {
  margin-bottom: -20px !important;
}