:root {
  --cor-primaria: #F39200;
  --cor-secundaria: #AFCA0B;
  --cor-tercearia: #FBB03B;
  --cor-quaternaria: #F15A24;
}
* {
  font-family: Montserrat, sans-serif;
}
h3 {
  font-family: Montserrat, sans-serif;
}
#sp-top-bar {
    background: var(--cor-primaria);
  	color: #fff;
}
a {
  color: #0e9cd1;
}

strong {
  font-weight: bold !important;
}

/*=================================
            CABEÇALHO
===================================*/

#sp-top-bar a {
  color: #fff
}

.top-bar-redes a{
  font-size: 1.2em;
  line-height: 130%;
  text-align: center;
  color: #fff;
}

.top-bar-redes {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  grid-gap: 10px
}

.top-bar-redes p{
  margin: 0px !important;
  font-size: 1.75rem;
  font-weight: 500;
}

.top-bar-redes .icon-instagram {
  background-image: url('../../../images/redes_sociais/topbar-icones/icon-instagram-topbar.png');
  height: 25px !important;
  width: 25px !important;
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}

.top-bar-redes .icon-instagram:hover {
  background-image: url('../../../images/redes_sociais/topbar-icones/icon-instagram-topbar-hover.png');
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}

.top-bar-redes .icon-lai {
  background-image: url('../../../images/redes_sociais/topbar-icones/icon-lai.png');
  height: 25px !important;
  width: 25px !important;
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}

.top-bar-redes .icon-lai:hover {
  background-image: url('../../../images/redes_sociais/topbar-icones/icon-lai-hover.png');
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}

.top-bar-redes .icon-ouvidoria {
  background-image: url('../../../images/redes_sociais/topbar-icones/icon-ouvidoria.png');
  height: 25px !important;
  width: 25px !important;
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}

.top-bar-redes .icon-ouvidoria:hover {
  background-image: url('../../../images/redes_sociais/topbar-icones/icon-ouvidoria-hover.png');
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}

.top-bar-redes .icon-facebook {
  background-image: url('../../../images/redes_sociais/topbar-icones/icon-topbar-facebook.png');
  height: 25px !important;
  width: 25px !important;
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}

.top-bar-redes .icon-facebook:hover {
  background-image: url('../../../images/redes_sociais/topbar-icones/icon-topbar-facebook-hover.png');
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}

.top-bar-redes .icon-youtube {
  background-image: url('../../../images/redes_sociais/topbar-icones/ico_youtube_topbar.png');
  height: 25px !important;
  width: 25px !important;
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}

.top-bar-redes .icon-youtube:hover {
  background-image: url('../../../images/redes_sociais/topbar-icones/ico_youtube_topbar_hover.png');
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}

.top-bar-redes .icon-tiktok {
  background-image: url('../../../images/redes_sociais/topbar-icones/ico_tiktok_topbar.png');
  height: 25px !important;
  width: 25px !important;
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}

.top-bar-redes .icon-tiktok:hover {
  background-image: url('../../../images/redes_sociais/topbar-icones/ico_tiktok_topbar_hover.png');
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}

#sp-top-bar a {
  color: #fff
}

#sp-top1 {
  display: flex;
  justify-content: flex-end;
}

#sp-top1 .redes {
  display: flex;
}

#sp-top1 .redes a:hover {
  background-color: var(--cor-secundaria);
  border-radius: 5px;
} 

#sp-top1 .redes img {
  height: 22px;
  padding: 0px 12px 0px 12px;
}

.burger-icon>span {
  background-color: var(--cor-primaria) !important;
}

#sp-header .logo a {
  color: var(--cor-primaria);
}

#sp-header {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sp-header .row {
  justify-content: center;
  align-items: center;
}

#sp-header .row #sp-canvas {
  display: flex;
  justify-content: center;
  align-items: center;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-left {
  margin: 0px;
}

#titulo-offcanvas {
  color: var(--cor-primaria);
}

#sp-title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: justify;
}

#sp-title .sp-column {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#sp-title .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-left: 10px;
}

#sp-title .logo img {
  height: 90px;
  width: 266px;
}

.titulo_site h1{
  font-size: 2.2rem;
  font-weight: bold;
}

.titulo_site h5 {
  font-size: 1.0rem;
  font-weight: 400;
}

#sp-search {
  display: flex;
  align-items: flex-end;
  flex-direction: column-reverse;
}

#sp-search .btn-primary {
  position: absolute;
  right: 0%;
  color: #727272;
  background-color: #c4c4c4;
  border: 1px solid #c4c4c4;
  padding: 8px;
}
#mod-finder-searchword112 {
  border-radius: 0px 4px 4px 0px !important;
}
.botao-contato {
  margin-bottom: 10px;
}

.button-contato {
  background-color: var(--cor-secundaria);
  color: #fff;
  border-radius: 5px;
  padding: 2px 25px;
  border: none;
}

.button-contato:hover {
  background-color: var(--cor-primaria);
}

.btn-primary:hover {
  background-color: var(--cor-primaria);
  border-color: var(--cor-primaria);
  color: #fff;
}

@media screen and (max-width: 991px) {
  #titulo-offcanvas {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .titulo_site h1 {
    font-size: 1.7rem;
  }
  .titulo_site h5 {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 480px) {
  #sp-header .logo img {
    max-width: 80px;
  }
}

@media screen and (max-width: 380px) {
  #sp-header .logo img {
    max-width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 255px) {
  .titulo_site h1 {
    font-size: 1.5rem;
  }
  .titulo_site h5 {
    font-size: 0.7rem;
  }
}

/*==========================================
			Off Canvas  
============================================*/

.offcanvas-menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 300px;
}

.offcanvas-inner {
  padding: 0px !important;
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content .menu .menu-child {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  transform: translateX(-310px);
  transition: transform 0.5s;
  background: rgb(250 250 250);
  height: 100vh; 
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content .menu .menu-parent-open .menu-child {
  transform: translateX(-10px);
  z-index: 1;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 150px 0px 0px 10px;
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content .menu .menu-parent .menu-toggler {
  width: 100%;
  right: 0px !important;
  padding-left: 238px;
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content .menu .menu-parent .menu-toggler-close {
  padding-left: 10px !important;
  align-items: center;
  font-size: 20px;
  color: var(--cor-primaria);
  font-weight: bold;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  grid-gap: 10px;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>a>.menu-toggler:after {
  content: "\f104" !important;
  font-size: 20px;
}

.offcanvas-menu .logo {
  display: none;
}

.offcanvas-menu .offcanvas-inner div:nth-child(2) .sp-module-content .menu li:first-child a {
  padding: 11px 15px !important;
  border-radius: 5px;
  background-color: var(--cor-primaria);
  color: #FFF;
  opacity: unset !important;
  width: 50%;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}

.offcanvas-menu .offcanvas-inner .terciario{
  border-bottom: unset !important;
}

.offcanvas-menu .offcanvas-inner .sp-module {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.offcanvas-menu .offcanvas-inner .principal{
  padding: 100px 0px 0px 20px;
} 

.offcanvas-menu .offcanvas-inner .secundario {
 padding: 0px 0px 0px 20px; 
}

.offcanvas-menu .offcanvas-inner .terciario {
  padding: 0px 0px 0px 20px; 
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content .menu li>a {
  padding: 5px 0px !important;
  color: #646262;
  opacity: unset !important;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 17px;
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content .menu .menu-parent-open li>a {
  font-size: 18px;
  font-weight: 325;
  line-height: 22px;
  letter-spacing: -0.02em;
  font-style: normal;
}

.menu-title-interno {
  display: flex;
  padding-left: 0px;
  cursor: pointer;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent .menu-title-interno::before {
  padding-top: 2px;
  padding-bottom: 3px;
  color: var(--cor-primaria);
}

.offcanvas-menu .offcanvas-inner div:nth-child(2) .sp-module-content .menu li:first-child a {
  padding: 11px 15px !important;
  border-radius: 5px;
  background-color: var(--cor-primaria);
  color: #FFF;
  opacity: unset !important;
  width: 50%;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}

.offcanvas-menu .offcanvas-inner div:nth-child(2) .sp-module-content .menu li:first-child a:hover {
  background-color: var(--cor-secundaria);
}

.offcanvas-menu .offcanvas-inner .header-modules {
  display: none !important;
}

.offcanvas-menu .align-items-center {
  display: none !important;
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content .menu li a:hover {
  color: var(--cor-primaria);
}

/*==========================================
		Endereço e Menus (Footer)  
============================================*/

#sp-logo-e-endereco-footer {
  background-color: var(--cor-quaternaria);
  color: #FFF;
}

#sp-logo-e-endereco-footer li {
  list-style: none;
}

#sp-logo-e-endereco-footer .endereco-footer-1 h3 {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 1px;
}

#sp-logo-e-endereco-footer .endereco-footer-1 h5 {
  font-size: 1.0rem;
  font-weight: 400;
}

.logofooter {
  box-sizing: unset;
  padding: 30px 30px 30px 10px;
}

.endereco-footer .endereco-footer-1 {
  padding-left: 15px;
}

.endereco-footer-2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
}

.phonefooter, .emailfooter, .mapasfooter, .redesfooter {
  display: inline-flex;
  padding: 15px;
  margin-top: -20px;
}

.addresfooter {
  display: inline-flex;
  padding: 15px;
  margin-top: -20px;
}

.phonefooter h3 {
  font-size: 1.0rem;
  font-weight: 350;
  margin-left: 5px;
}

.emailfooter h5, .addresfooter h5, .mapasfooter h5, .redesfooter h5 {
 font-size: 1.0rem;
 font-weight: 350;
 margin-left: 5px;
}

.phonefooter img, .addresfooter img {
  height: 24px;
  width: 24px;
}

.emailfooter img {
  height: 20px;
  width: 20px;
}

.mapasfooter {
  display: inline-flex;
  border-bottom: 3px solid #fff;
  margin-top: -15px;
  padding: 0px !important;
}

.mapafooter {
  font-weight: bold;
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
  color: var(--cor-quaternaria);
  background-color: #fff;
  padding: 4px 6px;
  border-radius: 5px;
  font-size: 0.625rem;
  margin: 0px 15px;
}

.mapafooter:hover {
  color: var(--cor-secundaria);
}

.redesfooter {
  margin-top: 0px;
}

.redesfooter img:hover {
  background-color: var(--cor-secundaria);
  border-radius: 5px;
}


#sp-bottom2, #sp-bottom3 {
  margin-top: 30px;
}

#sp-bottom2 .menu, #sp-bottom3 .menu {
  flex-direction: column;
}

#sp-bottom2 .sp-column .sp-module .sp-module-content .menu li a {
  color: #fff;
}

#sp-bottom3 .sp-column .sp-module .sp-module-content .menu li a {
  color: #fff;
}

#sp-bottom2 {
  display: flex;
  justify-content: flex-start;
}

#sp-bottom2 .sp-module .sp-module-content .menu li {
  margin-bottom: 10px;
}
#sp-bottom3 {
  display: flex;
  justify-content: flex-start;
}

#sp-bottom3 .sp-module .sp-module-content .menu li {
  margin-bottom: 10px;
}

#sp-logo-e-endereco-footer {
  color: #fff;
  padding: 30px 0px;
}
@media screen and (max-width: 991px) {
  #sp-bottom3 {
    justify-content: center;
    text-align: center;
  }
  #sp-bottom2 {
    justify-content: center;
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  .phonefooter h3, .emailfooter h5, .addresfooter h5 {
    font-size: 0.75rem;
  }
}

/*===========================================
	Carrossel Principal - Capa(Módulo FS)
=============================================*/

#sp-slide {
  padding: 0px !important;
}

#sp-slide .container {
  max-width: 100%;
  width: 100% !important;
  padding: 0px !important;
}

#sp-slide #carouselExampleCaptions {
  max-height: 470px;
}

#carouselExampleCaptions .carousel-inner {
  max-height: 470px;
}

#carouselExampleCaptions .carousel-inner .carousel-item {
  max-height: 470px;
}

#carouselExampleCaptions .carousel-inner .carousel-item img {
  max-height: 470px;
}

.carousel-control-prev .carousel-control-prev-icon {
  z-index: 5;
  color: black;
  background-color: red;
}

.carousel-control-next .carousel-control-next-icon {
  z-index: 5;
  color: black;
  background-color: red;
}

@media screen and (max-width: 767px) {
  .carousel-caption {
    display: block !important;
  }
} 

.carousel-caption > a > h5 {
  font-size: clamp(1em, 1em + 1vw, 2.125em);
  text-align: left;
}

/*===========================================
			Notícias Capa (Módulo FS)
=============================================*/

#sp-noticias-capa {
  padding: 40px 0px 40px 0px;
}

#sp-noticias-capa #sp-position2 .sp-module {
  background-color: #FFF !important;
}

#sp-noticias-capa #sp-position2 .sp-module .sp-module-title {
  margin: 0px 0px 40px;
  color: var(--cor-primaria);
  font-size: 2.188rem;
  line-height: 42px;
  font-weight: 325;
  letter-spacing: -0.02em;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
}

#sp-noticias-capa #sp-position2 .sp-module-content .card-body p {
  color: #5e5e5e !important;
}

#sp-noticias-capa #sp-position2 .sp-module-content .card-body .card-title {
  color: var(--cor-secundaria) !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 1.125rem !important;
  line-height: 20px !important;
  text-transform: uppercase !important;
}

#sp-noticias-capa #sp-position2 .sp-module-content .card-body .alert{
  border: none !important;
}

.alert.alert-sucess {
  padding: 0 !important;  
}

#sp-noticias-capa #sp-position2 .sp-module-content .card-body a {
  padding: 0px !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 0.75rem !important;
  line-height: 11px !important;
  color: var(--cor-primaria) !important;
}

#sp-position2 .sp-column .sp-module .sp-module-content > .row {
  display: none !important;
}

.card-img-top {
    height: 245px !important;
}

[id^='paginated-list_'] > .row > div{
  padding: 8px 12px !important;
}

.card-title {
  color: var(--cor-secundaria) !important;
}

.card-body p{
  color: #646262 !important;
}
 .card-body svg {
   fill: #646262;
 }

.card.shadow-lg.mb-2.p-0.rounded.mx-auto {
    max-width: 100%;
    height: 100%;
}

.card-body svg {
    fill: #333;
    max-width: 14px;
    min-width: 12px;
}

/*====================================
		Área de Serviços (capa)
======================================*/


#sp-servicos {
  padding: 90px 0;
  background-color: var(--cor-primaria);
}

.servicos-icon img{
  height: 80px !important;
  margin-left: auto;
  margin-right: auto;
margin-top: 25%;
}

.servicos a{
  font-size: 1.2em;
  line-height: 130%;
  text-align: center;
color: #fff;
}

.servicos {
display: grid;
  grid-template-columns: 3fr 3fr 3fr 3fr;
  grid-gap: 25px;
margin-bottom: 30px;
padding-top: 25px;
text-align: center;
}

.servicos-icon {
  font-size: 12px;
  font-weight: bold;
  width: 115px;
 height:140px;
  margin: auto;
}

#sp-servicos .sp-module-title{
font-weight: 325;
font-size: 35px;
line-height: 42px;
text-align: center;
letter-spacing: -0.02em;
text-transform: uppercase;
color: #fff;
}

.servicos-centro-estadual{
background-image : url(../../../images/icones/servicos/icon-ceel.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 175px;
  height: 160px;
  margin: 0 auto;
}

.servicos-centro-estadual:hover {
  background-image : url(../../../images/icones/servicos/icon-ceel-hover.png) !important;
}

.servicos-emissao-contracheque{
background-image : url(../../../images/icones/servicos/icon-contracheque.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 175px;
  height: 160px;
margin: 0 auto;
}

.servicos-emissao-contracheque:hover {
  background-image : url(../../../images/icones/servicos/icon-contracheque-hover.png) !important;
}

.servicos-base-esporte{
background-image : url(../../../images/icones/servicos/icon-base-esporte.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 185px;
  height: 155px;
margin: 0 auto;
}

.servicos-base-esporte:hover {
  background-image : url(../../../images/icones/servicos/icon-base-esporte-hover.png) !important;
}

.servicos-estadio-rei-pele{
background-image: url(../../../images/icones/servicos/icon-rei-pele.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 175px;
  height: 160px;
margin: 0 auto;
}

.servicos-estadio-rei-pele:hover {
  background-image: url(../../../images/icones/servicos/icon-rei-pele-hover.png) !important;
}

@media screen and (max-width: 991px) {
.servicos {
  grid-template-columns: 6fr 6fr;
}
}

@media screen and (max-width: 487px) {
.servicos {
  grid-template-columns: 12fr;
}
}


/*==========================================
   SERVIÇO DE INFORMAÇÃO AO CIDADÃO (capa)
============================================*/


#sp-servico-de-informacao-ao-cidadao {
  padding: 90px 0;
  background-color: var(--cor-quaternaria);
}


.sic-icon img{
    height: 80px !important;
    margin-left: auto;
    margin-right: auto;
  margin-top: 25%;
  }
  
.sic a{
    font-size: 1.2em;
    line-height: 130%;
    text-align: center;
  color: #fff;
  }
  
.sic {
  display: grid;
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
    grid-gap: 25px;
  margin-bottom: 30px;
  padding-top: 25px;
  text-align: center;
  }

.sic-icon {
    font-size: 12px;
    font-weight: bold;
    width: 115px;
   height:140px;
    margin: auto;
  }
  
  #sp-servico-de-informacao-ao-cidadao .sp-module-title{
  font-weight: 325;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  }
  
.sic-convenios{
  background-image : url(../../../images/icones/sic/icon-convenios.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 180px;
    height: 140px;
    margin: 0 auto;
  }
  
.sic-convenios:hover {
    background-image : url(../../../images/icones/sic/icon-convenios-hover.png) !important;
  }
  
.sic-despesas{
  background-image : url(../../../images/icones/sic/icon-despesas.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 177px;
    height: 140px;
  margin: 0 auto;
  }
  
.sic-despesas:hover {
    background-image : url(../../../images/icones/sic/icon-despesas-hover.png) !important;
  }
  
.sic-licitacoes{
  background-image : url(../../../images/icones/sic/icon-licitacoes.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 177px;
    height: 140px;
  margin: 0 auto;
  }
  
.sic-licitacoes:hover {
    background-image : url(../../../images/icones/sic/icon-licitacoes-hover.png) !important;
  }
  
.sic-perguntas{
  background-image: url(../../../images/icones/sic/icon-perguntas.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 177px;
    height: 140px;
  margin: 0 auto;
  }
  
.sic-perguntas:hover {
    background-image: url(../../../images/icones/sic/icon-perguntas-hover.png) !important;
  }

.sic-servidores{
    background-image: url(../../../images/icones/sic/icon-servidores.png) !important;
      background-repeat: no-repeat;
      background-size: cover;
      width: 177px;
      height: 140px;
    margin: 0 auto;
  }
    
.sic-servidores:hover {
      background-image: url(../../../images/icones/sic/icon-servidores-hover.png) !important;
    }
    
  
@media screen and (max-width: 991px) {
  .sic {
    grid-template-columns: 6fr 6fr;
  }
  }
  
@media screen and (max-width: 487px) {
  .sic {
    grid-template-columns: 12fr;
  }
  }

/*====================================
	Área de Avisos (capa)
======================================*/

#sp-avisos {
  padding: 90px 0px 0px 0px;
}

#sp-position6 h3 {
  font-size: 2.188rem;
  margin: 0px !important;
  text-align: left;
  text-transform: uppercase;
  color: var(--cor-primaria);
  font-style: normal;
  font-weight: 325;
  line-height: 42px;
  letter-spacing: -0.02em
}

#sp-position6 .sp-module-content ul li {
  padding: 10px 0px;
} 

#sp-position6 .sp-module-content > ul > li > a:hover {
  color: var(--cor-secundaria)
}

/*================================================
	Buttons - Capa (+Noticias/videos/avisos)
==================================================*/

#sp-botao-avisos {
  margin-bottom: 50px;
}

.div-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 40px;
}

.button-site {
  background-color: var(--cor-primaria);
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 5px 25px;
}

.button-site:hover {
  background-color: var(--cor-secundaria);
}

/*=======================================
			Siga a Gente
=========================================*/

#sp-siga-a-gente {
  background-color: var(--cor-primaria);
}

.top-bar-redes a{
  font-size: 1.2em;
  line-height: 130%;
  text-align: center;
  color: #fff;
}

.top-bar-redes {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  grid-gap: 10px
}

.top-bar-redes p{
  margin: 0px !important;
  font-size: 1.75rem;
  font-weight: 500;
}
/* 
.top-bar-redes .icon-instagram {
  background-image: url('../../../images/redes_sociais/topbar-icones/icon-instagram-topbar.png');
  height: 25px !important;
  width: 25px !important;
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}

.top-bar-redes .icon-instagram:hover {
  background-image: url('../../../images/redes_sociais/topbar-icones/icon-instagram-topbar-hover.png');
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}
 */
.top-bar-redes .icon-instagram-siga-a-gente {
  background-image: url('../../../images/redes_sociais/icon-instagram.png');
  height: 26px !important;
  width: 26px !important;
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}

.top-bar-redes .icon-instagram-siga-a-gente:hover {
  background-image: url('../../../images/redes_sociais/icon-instagram-hover.png');
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}

.top-bar-redes .icon-facebook-siga-a-gente {
  background-image: url('../../../images/redes_sociais/icon-facebook.png');
  height: 25px !important;
  width: 25px !important;
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}

.top-bar-redes .icon-facebook-siga-a-gente:hover {
  background-image: url('../../../images/redes_sociais/icon-facebook-hover.png');
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}


.top-bar-redes .icon-youtube-siga-a-gente {
  background-image: url('../../../images/redes_sociais/icon-youtube.png');
  height: 25px !important;
  width: 25px !important;
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}

.top-bar-redes .icon-youtube-siga-a-gente:hover {
  background-image: url('../../../images/redes_sociais/icon-youtube-hover.png');
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}

.top-bar-redes .icon-tiktok-siga-a-gente {
  background-image: url('../../../images/redes_sociais/icon-tiktok.png');
  height: 25px !important;
  width: 25px !important;
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}

.top-bar-redes .icon-tiktok-siga-a-gente:hover {
  background-image: url('../../../images/redes_sociais/icon-tiktok-hover.png');
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}



.top-bar-redes .icon-lai {
  background-image: url('../../../images/redes_sociais/topbar-icones/icon-lai.png');
  height: 25px !important;
  width: 25px !important;
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}

.top-bar-redes .icon-lai:hover {
  background-image: url('../../../images/redes_sociais/topbar-icones/icon-lai-hover.png');
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}

.top-bar-redes .icon-ouvidoria {
  background-image: url('../../../images/redes_sociais/topbar-icones/icon-ouvidoria.png');
  height: 25px !important;
  width: 25px !important;
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}

.top-bar-redes .icon-ouvidoria:hover {
  background-image: url('../../../images/redes_sociais/topbar-icones/icon-ouvidoria-hover.png');
  background-size: cover;
  -webkit-transition: background-image 50ms;
  transition: background-image 50ms;
}

/*================================
		Redes Sociais
==================================*/

#sp-redes-sociais {
  background-color: var(--cor-tercearia);
  padding: 18px 0px 30px 0px;
  color: #fff;
}

#sp-user1 .sp-module-title, #sp-user2 .sp-module-title, #sp-user3 .sp-module-title {
  margin: 15px 0px 25px;
  font-size: 1.875rem;
  font-weight: 300;
  text-transform: capitalize;
}
#sp-titulo-redes-sociais {
    background-color: var(--cor-tercearia);
}

#sp-redes-sociais #sp-user1 {
  position: relative;
}

.iframe-face .sp-module-content #mod-custom130 > p > iframe {
  width: 100%;
}

#sp-redes-sociais #sp-user2 .sp-module-content > iframe {
  border-radius: 5px;
  background: #fff;
  border-color: #0e6fb500;
}

/*===================================
		Main Body
=====================================*/

#sp-main-body {
  padding: 0px;
}

.view-article #sp-main-body, .com-jdownloads #sp-main-body, .com-breezingforms #sp-main-body, .com-phocadownload #sp-main-body {
  padding: 20px 0px 100px 0px;
}

/*=========================================
		Acesso a Informação - LAI (SIC)
===========================================*/

#sp-sic {
  background-color: #f7931e;
  color: #fff;
  padding: 80px 0px 80px 0px;
}

#sp-user4 .sp-module-title {
  text-align: center;
  margin: -30px 0px 45px;
  font-size: 1.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.lai-1 {
  margin-bottom: 30px;
}

.lai-2 {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .lai-1, .lai-2 {
    flex-direction: column;
  }
  .lai-2 .col-md-4 .col-xs-12{
    width: 100% !important;
  }
  .lai-2 .col-md-4 {
    width: 100% !important;
  }
  .lai-1 {
    margin-bottom: auto;
  }
  .lai-1 .col, .lai-2 .col-md-4 {
    margin-bottom: 10px;
  }
}

/*==========================================
				Footer
============================================*/

#sp-footer {
  background-color: #005CA9;
}

.logos-rodape .copyimg {
  width: 240px;
  float: right;
}

.logos-rodape .copytext > p {
  float: left;
}

#sp-footer #sp-footer1 .logos-rodape {
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .logos-rodape {
    justify-content: center !important;
  }
  .logos-rodape .copytext {
    display: flex;
    justify-content: center;
  }
}

/*=======================================
				Breadcrumbs
=========================================*/

#sp-breadcrumbs {
  background-color: #e5e5e5;
}

#sp-breadcrumbs .container {
  padding: 0px !important;
}

#sp-breadcrumbs .sp-column {
  margin-top: 20px;
}

#sp-breadcrumbs .breadcrumb {
  background-color: #e5e5e5;
}

.breadcrumb-item > a > span  {
  color: #646262 !important;
}

.breadcrumb-item.active {
  color: var(--cor-secundaria) !important;
  font-weight: 600;
}

.breadcrumb > li:nth-child(2) {
  margin-left: 10px;
}
.breadcrumb {
  text-transform: uppercase; 
}
/*=======================================
				Body
=========================================*/

#sp-main-body {
  background-color: #e5e5e5;
}

/*=======================================
		Páginas Internas
=========================================*/

#sp-main-body #sp-component .article-details .article-can-edit, #sp-main-body #sp-component .article-details .article-ratings-social-share {
  display: none !important;
}

#sp-main-body .container .container-inner .row #sp-component .sp-column .article-details .article-header {
  font-style: normal;
  font-weight: bold;
  line-height: 46px;
  text-align: left;
  font-size: 2.375rem;
  text-transform: uppercase;
  color: var(--cor-primaria);
  margin-bottom: 30px;
}

/*=======================================
		Menu Lateral (Páginas Internas)
=========================================*/

.menu-lateral {
  border: unset !important;
  padding: 10px 0px !important;
}

.menu-lateral .menu {
  flex-direction: column;
}

.menu-lateral .menu > li {
  padding: 10px 0px;
  border: unset !important;
}

.menu-lateral .menu > li > a {
  color: #fff;
  background-color: var(--cor-secundaria);
  padding: 15px 20px !important;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 22px !important;
  font-size: 1.25rem;
}

.menu-lateral .menu > li > a:hover {
  background-color: var(--cor-primaria);
  color: #fff;
}

/*=======================================
		MENU 100% (PAG INTERNA)
=========================================*/

.menu-100 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  text-transform: uppercase;
}

.menu-100 > li {
  display: flex;
  justify-content: center;
}

.menu-100 > li > a {
  color: #fff;
  background-color: var(--cor-secundaria);
  padding: 15px 20px !important;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 22px !important;
  font-size: 1.25rem;
  width: 100%;
}

.menu-100 > li > a:hover {
  background-color: var(--cor-primaria);
}

/*=======================================
		Quem é Quem (Pag Interna)
=========================================*/

.imagem-presidente {
  display: flex;
  justify-content: center;
}

.imagem-presidente > img {
  border: 5px solid #E30613;
  box-sizing: border-box;
  border-radius: 5px;
}

.cargo-presidente {
  text-align: center;
  text-transform: uppercase;
  background-color: var(--cor-primaria);
  color: #fff;
  font-size: 1.5rem;
  padding: 25px 0px;
  margin: 30px 0px 50px 0px;
  font-weight: bold;
}

.nome-presidente {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color: #727272;
  margin-bottom: 50px;
}

.gestores {
  display: grid;
  grid-template-columns: 12fr;
}

.gestoresimg {
  border: 5px solid var(--cor-secundaria);
  border-radius: 5px;
  min-width: 255px;
}

.gestorestx h4{
  background-color: var(--cor-primaria);
  padding: 15px;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #fff;
}

.gestorestx h5 {
  font-size: 1.25rem;
  color: #1c1c1c;
  font-weight: 600;
  line-height: 24px;
  padding: 15px;
  font-weight: 600;
}

.gestorestx p {
  line-height: 19px;
  font-weight: 300;
  padding: 0 15px;
}

.presidentes {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 0px;
}

.quemequem h4 {
  background-color: var(--cor-primaria);
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding: 15px 0px 15px 15px;
}

.quemequem h5 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 29px;
  text-transform: uppercase;
  color: #727272;
  padding: 15px 0px 15px 0px;
}

.quemequem a {
  color: #727272;
  line-height: 22px;
  font-size: 1.125rem;
  font-weight: 350;
}
/*=======================================
				JDownload
=========================================*/

.jd-item-pagearquivos h1{
  border: 0px solid #e9e9e9;
  margin: -35px -161% 92px -109%;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 46px;
  text-transform: uppercase;
  color: var(--cor-primaria);
  background: #e5e5e5;
  padding: 20px 10px 20px 109%;
}

#searchForm .tipos, #searchForm .btn-toolbar{
  display: flex;
}

#searchForm .tipos .only, #searchForm .tipos .phrases{
  width: 50%;
  margin: 15px 15px 0px 0px;
}

#searchForm .tipos .phrases .phrases-box, #searchForm .tipos .only label{
  padding-left: 53px;
}

#searchForm .tipos .only .radio{
  font-style: normal;
  font-weight: 325;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
}

#searchForm .tipos .only  input[type=radio]:checked { 
  background-color: red; 
}

#searchForm .btn-toolbar .btn-group{
  width: 60%;
  margin-left: 323px;
}

#searchForm .btn-group .inputbox{
  width: 100%;
}

#searchForm .btn-toolbar .ordering-box {
  margin-left: 25px;
}

#searchForm .ordering-box .inputbox{
  width: 425px;
}

#searchForm legend{
  border-bottom: 1px solid #C4C4C4;
}

.jd_top_navi{
  border: none;
}

#searchForm .botoes{
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
}

#searchForm .botoes .search{
  width: 160px;
  height: 40px;
  background: #727272;
  border-radius: 5px;
  color: white;
  margin-right: 30px;
}

#searchForm .botoes .reset{
  width: 160px;
  height: 40px;

  background: #C4C4C4;
  border-radius: 5px;
}

#searchForm .botoes .search, #searchForm .botoes .reset{
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 14px;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}

.checkbox_input:checked {
  background-color: #93e026 !important;
  color: #93e026 !important;
}

#area-description:checked {
  background-color: #93e026 !important;
}

.go_cat {
  position: relative;
  top: 34px;
}

.go_cat  select{
  width: 26%;
}

.jd_categories_title_v46 a:hover {
  color: var(--cor-secundaria) !important;
}

/* Btn Search */
.jd_top_navi .jd_top_navi_item:nth-child(1), .jd_top_navi .jd_top_navi_item:nth-child(3), .jd_top_navi .jd_top_navi_item:nth-child(4) {
  display: none;
}

/*========== JDownload Single Download ============*/

.jd_download_title {
  background-color: #e5e5e5 !important;
}

.jd_content_plugin .jd_files_title {
  display: none !important;
}

.jd_title_block .jd_filetyp_icon {
  float: left !important;
}

.jd_title_block .jd_download_url {
  float: left !important;
}

.jd_title_block .jstatus {
  display: none !important;
}

.jd_rating {
  display: none !important;
}

.jd_download_wrapper {
  display: none !important;
  border-bottom: none !important;
  margin: 0px !important;
}

.jd_description_wrapper {
  padding: 0px !important;
}

.jd_download_description {
  margin: 0px !important;
}

.jd_minipic_wrapper {
  display: none !important;
}

.jd_description_wrapper .jd_url_download_right {
  display: none !important;
}

.jd_clear {
  clear: none !important;
}

/* =====================================
			Rodapé Dinâmico
========================================*/

#sp-footer1 .sp-column {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    text-align: center;
}

.img_iso_rodape {
  width: 240px;
}

#sp-footer1 .sp-column .sp-module {
  margin-top: 0px;
}

@media screen and (max-width: 490px) {
  #sp-footer .sp-column {
    flex-direction: column-reverse;
  }
  #sp-footer .sp-column .logo_iso .custom {
    margin-bottom: 20px;
  }
}

.buttonnoticias {
  background: var(--cor-primaria);
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 5px 25px;
}

#sp-logo-e-endereco-footer {
  background-color: var(--cor-quaternaria) !important;
}
.linklateral {
  background: var(--cor-secundaria);
    padding: 20px;
    border-radius: 5px;
    margin-bottom: -40px;
    color: #fff;
    font-weight: 350;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
}
#sp-left .sp-module, #sp-right .sp-module {
    border: none !important;
    padding: 0 !important;
  }
/*================
     NOTICIAS
================*/
.cat-children.mb-4 {
  display: none;
}
.article-list .article {
  border: none !important;
}
.article-intro-image.float-left {
  border: none !important;
}
.article-intro-image.float-left img{
  width: 100%;
}
.article-body {
  text-align: justify;
}
.article-header h2 {
  font-weight: 350;
  font-size: 40px !important;
  line-height: 48px;
  color: var(--cor-primaria);
  text-transform: uppercase;
}
#paginated-list .row .col-md-12 .card {
  margin: 0 !important;
  max-width: 100% !important;
}
#paginated-list .row .col-md-12 .card img{
  height: 20vw !important;
}
#paginated-list .row .col-md-6 {
  height: 385px !important;
}

#paginated-list .row {
  margin-bottom: 2rem;
}
/*==========================
  MENU DE SERVIÇOS INTERNO
===========================*/

.menumenu-interno {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  border: 5px;
  text-align: center;
  list-style: none;
}
.menumenu-interno > li{
  width: 100%;
}
.menumenu-interno > li > a {
  color: #fff;
  background-color: var(--cor-secundaria);
  padding: 15px 20px !important;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 22px !important;
  font-size: 1.25rem;
  display: block;
  width: 100%;
}
  .menumenu-interno > li > a:hover {
	background-color: var(--cor-primaria);
	color: #fff;
  }
/*=================
        LAI
=================*/
.ulLAI li {
    list-style: none;
}
.liLAI a {
    color: #333 !important;
    display: flex;
    font-weight: bold;
    padding: 6px 0 2px 0px;
    text-align: left;
    margin: 30px 0 6px 0;
  gap: 10px;
}
/*==================
        FOOTER
====================*/
.image-iso {
    margin-top: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 77%;
}
/*=================
   SERVIÇOS-ICON
==================*/
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler:after, .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler:after {
    font-family: "Font Awesome 5 Free";
    content: url("/images/icones/icon-avancar-15.png") !important;
    font-weight: 900;
}
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent .menu-toggler.menu-toggler-close::before {
    font-family: "Font Awesome 5 Free";
    content: url("/images/icones/icon-voltar-15.png") !important;
    font-weight: 900;
    font-size: 20px;
}
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent .menu-title-interno::before {
    content: "" !important;
}

/*===================
   LISTA DE ARTIGOS
=====================*/
.listnews_page .article-list.articles-leading {
  display: none;
}
.article-info {
display: none;
}
/*=================
     RELATÓRIOS
=================*/

.jd-item-page h1 {
  text-transform: uppercase;
  color: var(--cor-primaria);
}

/*=====---JDOWNLOADS NEW---=====*/

.jd_cat_main,
.jd_content_wrapper{
  border: none;
}
.jd_categories_title_v46,
.jd_left{
  display: flex;
  align-items: center;
}
.jd_categories_inner_wrapper,
.jd_footer,
.jd_right{
  display: none;
}
.jd_categories_title_v46 a,
.jd_categories_title39 a{
  color: var(--cor-primaria) !important;
  font-weight: 600;
}
.jd_categories_title_v46{
  grid-gap: 5px;
}
.jd_categories_title39 {
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
.jd_categories_title39 a:hover {
  color: var(--cor-secundaria) !important;
}
.jd_download_url {
  color: var(--cor-secundaria);
}
.jd_download_url:hover {
  color: var(--cor-primaria);
}
.jd_footer.jd_page_nav39 {
  display: block !important;
  float: left !important;
}

.presidentesimg {
    border: 5px solid var(--cor-secundaria);
    border-radius: 5px;
    max-width: 200px;
}

.titulo_site img {
    width: 257px;
    height: 70px;
}

/*----------- RELATÓRIO ESTATÍSTICO SIC -----------*/

.arquivos .button-sic {
    z-index: 1;
    background: var(--cor-primaria);
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 10px 35px;
    top: 5px;
    position: relative;
    left: 17%;
}

.arquivos #sp-slide {
  background-color: #e5e5e5;
}

/*--------IC AGENDA ---------*/

.ic-header-container {
  display: none;
}

.ic-box a {
  color: var(--cor-primaria)
}

/*------- DOWNLOADS -------*/

.jd_top_navi, .jd_cat_subheader, .jd_fields_wrapper {
  display: none !important;
}

.jd_title_left h4 {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

.jd_download_details_wrapper, .jd_download_wrapper, .jd_subcat_pagination_inner_wrapper {
  border: none !important;
}

.jd_footer {
	border: none;
}

.jd_footer .page-link, .disabled.page-item .page-link{
	background-color: transparent;
}

.page-item.active .page-link {
	background-color: transparent;
	border: none;
  color: var(--cor-primaria);
  font-weight: bold;
}

.page-item .page-link {
	background-color: transparent;
	border: none;
  color: #000;
}


.page-item.active .page-link:hover{
	background-color: transparent;
	border: none;
}

.carousel-caption h5 {
  text-shadow: 0px 4px 4px rgb(0 0 0 / 50%);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}

.jd_title_block {
  display: flex;
  align-items: center;
}

/*=========================================
INTEGRIDADE E COMPLIANCE
=========================================*/

.lista-normas_legislacao {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.lista-normas_legislacao li {
  position: relative !important;
  padding-left: 46px !important;
  margin-bottom: 12px !important;
  font-size: 16px !important;
  color: #333 !important;
  line-height: 1.6 !important;
}

.lista-normas_legislacao li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 3px !important;
  width: 42px !important;
  height: 22px !important;
  background-image: url("/images/icones/clip.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.lista-normas_legislacao li:hover {
  color: #0077cc !important;
  transform: translateX(3px);
  transition: all 0.2s ease;
}

#sp-header .logo {
  height: auto!important;
}
#sp-header .logo img {
  height: 70px;
  max-width: 213px;
  margin-bottom:15px;
}

.logofooter {
    width: auto!important;
}

@media screen and (max-width: 640px) {
    .endereco-footer-1 {
        text-align: left;
    }
}
@media screen and (max-width: 640px) {
    .logofooter {
        margin: initial!important;
        padding: 30px !important;
    }

  }
/*=======================================
				FIM
=========================================*/