@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

/* Container padrao de largura (responsivo, centralizado) para padronizar o topo do site
   com a largura de referencia usada em outros sistemas (ex: prev.pacajus.ce.gov.br) */
/* --- Estilos Base (Mobile e Telas Pequenas) --- */
/* Em celulares, geralmente usamos quase 100% para o conteudo caber confortavelmente */
.container-new1 {
    width: 95%; /* Ajustado para mobile */
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto;
}
/* Clearfix (igual ao .container original do Bootstrap): sem isso, quando o
   conteudo direto de dentro usa float (ex: .col-md-12 sem uma .row por fora),
   o container-new1 nao "sabe" a altura do que tem dentro e colapsa pra 0px,
   fazendo a proxima secao da pagina colar em cima do conteudo anterior. */
.container-new1::before,
.container-new1::after {
    content: " ";
    display: table;
}
.container-new1::after {
    clear: both;
}

/* Container unico do conteudo da pagina inicial. Os banners ficam fora dele. */
.home-index-content {
    padding-right: 0;
    padding-left: 0;
}

.home-index-content .container-new1 {
    width: 100%;
    max-width: none;
}

/* Distancia padrao entre as secoes da pagina inicial, sem alterar a estrutura. */
.home-index-content > section {
    margin-bottom: 4em !important;
}

.home-index-content > section + section {
    margin-block: 30px !important;
}

/* --- Tablet (min-width: 768px) --- */
@media (min-width: 768px) {
    .container-new1 {
        width: 85%; /* Um pouco mais estreito que no mobile */
    }
}
/* --- Desktop Pequeno / Laptops (min-width: 992px) --- */
@media (min-width: 992px) {
    .container-new1 {
        width: 85%;
    }
}
/* --- Desktop Grande (min-width: 1200px) --- */
@media (min-width: 1200px) {
    .container-new1 {
        width: 80%;
    }
}
/* --- Telas Extra Grandes (min-width: 1400px) --- */
@media (min-width: 1400px) {
    .container-new1 {
        width: 82.5%; /* Mantem proporcao original */
        max-width: 1400px; /* Trava em pixels se a tela for gigante (opcional) */
    }
}
/* novo container de telas - fim */

/* A barra superior (Prefeitura Municipal...) usa .container-fluid, que ja vem com
   padding lateral de 15px no Bootstrap - isso desalinhava ela em relacao ao menu,
   a logo e os cards abaixo do banner (que nao tem esse padding extra no pai).
   Zerando aqui so para essa barra, pra centralizar igual as outras. */
.topo-option-1 {
    padding-left: 0;
    padding-right: 0;
}

/*!************************
*******Typography******
**************************/
h1 {
  font-size: 30px;
  color: #fff
}

h2 {
  font-size: 20px
}

h3 {
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px
}

h4 {
  font-size: 16px
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff
}

.btn-wwp {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 10px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 1000;
  display: block;
  border: 2px solid #25d366;
}

.table_display {
  display: none;
}

.btn-wwp:hover {
  background-color: #fff;
  color: #25d366;
}

#fa-whats {
  position: relative;
  padding-bottom: 4px;
  padding-left: 1px;
  transform: translateY(-4.5px);
}

#fa-whats:hover {
  position: relative;
  padding-bottom: 4px;
  padding-left: 1px;
  transform: translateY(-4.5px);
}

.btn-transparent {
  border: 3px solid #fff;
  background: 0 0;
  color: #fff
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, .5)
}

a:focus,
a:hover {
  color: #111;
  text-decoration: none;
  outline: 0
}

.dropdown-menu {
  min-width: 330px
}

.center h2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px
}

.media>.pull-left {
  /*!margin-right: 20px;*/
}

.media>.pull-right {
  margin-left: 20px
}

.center {
  text-align: center;
  padding-bottom: 55px
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn
}

.lead {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400
}

.calendarioIcon {
  padding-right: 10px !important;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0
}

.text-uppercase {
  text-transform: uppercase !important;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}

/*!************************
*******Header******
**************************/
#header .search {
  display: inline-block
}

#header {
  background-position: center 0px, center;
}

.navbar>.container .navbar-brand {
  margin-left: 0
}

.top-number p {
  margin: 0
}

.social {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 15px;
}

.social-share {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0
}

ul.social-share li {
  display: inline-block
}

.search i {
  color: #fff
}

input.search-form {
  background: 0 0;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #fff;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s
}

input.search-form::-webkit-input-placeholder {
  color: transparent
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff
}

input.search-form:hover {
  width: 180px
}

.navbar-brand {
  padding: 0;
  margin: 0
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 0
}

.navbar-nav {
  margin-top: 12px
}

.navbar-nav>li {
  margin-left: 10px
}

.navbar-inverse {
  border: none
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  background-color: #c52d2f;
  color: #fff
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0, 0, 0, .85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0
}

.navbar-inverse .navbar-nav .dropdown-menu:before {
  position: absolute;
  top: 0
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a {
  padding: 8px 15px;
  color: #fff
}

.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
  border-radius: 0 0 3px 3px
}

.navbar-inverse .navbar-nav .dropdown-menu>li.divider {
  background-color: transparent
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0
}

.navbar-toggle {
  margin-top: 10px;
  margin-bottom: 10px
}

/*!************************
*******Home Page******
**************************/
#main-slider {
  position: relative
}

.no-margin {
  margin: 0;
  padding: 0
}

#main-slider .carousel .carousel-content {
  margin-top: 150px
}

#main-slider,
.item {
  background-size: cover !important;
  background-position: 50% 0 !important;
  cursor: pointer !important;
  display: block
}

#main-slider .carousel h2 {
  color: #fff
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block
}

#main-slider .carousel .slider-img {
  text-align: right;
  position: absolute
}

#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  -webkit-transition: opacity ease-in-out .5s;
  -moz-transition: opacity ease-in-out .5s;
  -o-transition: opacity ease-in-out .5s;
  transition: opacity ease-in-out .5s
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out .5s;
  -moz-transition: opacity ease-in-out .5s;
  -o-transition: opacity ease-in-out .5s;
  transition: opacity ease-in-out .5s;
  z-index: 1
}

#main-slider {
  position: relative;
}

#main-slider .prev,
#main-slider .next {
  display: none !important;
}

#main-slider .prev {
  left: 10px
}

#main-slider .next {
  right: 10px
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp .3s linear .3s both;
  -moz-animation: fadeInUp .3s linear .3s both;
  -o-animation: fadeInUp .3s linear .3s both;
  -ms-animation: fadeInUp .3s linear .3s both;
  animation: fadeInUp .3s linear .3s both
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp .3s linear .6s both;
  -moz-animation: fadeInUp .3s linear .6s both;
  -o-animation: fadeInUp .3s linear .6s both;
  -ms-animation: fadeInUp .3s linear .6s both;
  animation: fadeInUp .3s linear .6s both
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp .3s linear .9s both;
  -moz-animation: fadeInUp .3s linear .9s both;
  -o-animation: fadeInUp .3s linear .9s both;
  -ms-animation: fadeInUp .3s linear .9s both;
  animation: fadeInUp .3s linear .9s both
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp .3s linear 1.2s both;
  -moz-animation: fadeInUp .3s linear 1.2s both;
  -o-animation: fadeInUp .3s linear 1.2s both;
  -ms-animation: fadeInUp .3s linear 1.2s both;
  animation: fadeInUp .3s linear 1.2s both
}

#main-slider .slide-margin {
  min-height: 400px
}

.features {
  padding: 0
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden
}

.feature-wrap h2 {
  margin-top: 10px
}

.feature-wrap .pull-left {
  margin-right: 25px
}

#recent-works .col-xs-12.col-sm-4.col-md-3 {
  padding: 0
}

#recent-works {
  padding-bottom: 70px
}

.recent-work-wrap {
  position: relative
}

.recent-work-wrap img {
  width: 100%
}

.recent-work-wrap .recent-work-inner {
  top: 0;
  background: 0 0;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0
}

.recent-work-wrap .recent-work-inner h3 {
  margin: 10px 0
}

.recent-work-wrap .recent-work-inner h3 a {
  font-size: 24px;
  color: #fff
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #c52d2f;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  padding: 30px
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: 0 0;
  text-align: center;
  color: #fff
}

.recent-work-wrap:hover .overlay {
  opacity: 1
}

#services {
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  z-index: -10 !important;
}

#services .lead,
#services h2 {
  color: #000
}

.services-wrap {
  padding: 40px 30px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px
}

.services-wrap h3 {
  font-size: 20px;
  margin: 10px 0
}

.services-wrap .pull-left {
  margin-right: 20px
}

#middle {
  background: #f2f2f2
}

.skill h2 {
  margin-bottom: 25px
}

.progress-wrap {
  position: relative
}

.progress .color1,
.progress .color1 .bar-width {
  background: #2d7da4
}

.progress .color2,
.progress .color2 .bar-width {
  background: #6aa42f
}

.progress .color3,
.progress .color3 .bar-width {
  background: #fc3
}

.progress .color4,
.progress .color4 .bar-width {
  background: #db3615
}

.progress,
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right
}

.progress {
  position: relative
}

.progress .bar-width {
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px
}

.progress span {
  position: relative
}

.progress span:before {
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px
}

.progress .color1 span:before {
  border-color: #2d7da4 transparent transparent transparent
}

.progress .color2 span:before {
  border-color: #6aa42f transparent transparent transparent
}

.progress .color3 span:before {
  border-color: #fc3 transparent transparent transparent
}

.progress .color4 span:before {
  border-color: #db3615 transparent transparent transparent
}

.accordion h2 {
  margin-bottom: 25px
}

.panel-default {
  border-color: transparent
}

.panel,
.panel-default>.panel-heading {
  background-color: #e6e6e6;
  border: 0 none;
  box-shadow: none
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
  background: #fff;
  color: #858586
}

.panel-body {
  padding: 20px 20px 10px
}

.panel-group .panel+.panel {
  margin-top: 0;
  border-top: 1px solid #d9d9d9
}

.panel-group .panel {
  border-radius: 0
}

.panel-heading {
  border-radius: 0
}

.panel-title>a {
  color: #4e4e4e
}

.accordion-inner img {
  border-radius: 4px
}

.accordion-inner h4 {
  margin-top: 0
}

.panel-heading.active {
  background: #1f1f20
}

.panel-heading.active .panel-title>a {
  color: #fff
}

a.accordion-toggle i {
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9
}

.panel-heading.active a.accordion-toggle i {
  background: #c52d2f;
  color: #fff
}

.panel-heading.active a.accordion-toggle.collapsed i {
  background: #c52d2f;
  color: #fff
}

.nav-tabs>li {
  margin-bottom: 0;
  /* border-bottom: 1px solid #e6e6e6 */
}


.nav-tabs>li>a {
    border-radius: 8px !important;
    padding: 8px 14px !important;
    background: transparent;
    border: none;
    color: #475467 !important;
    font-size: 13px;
    font-weight: 600;
}

.nav-tabs {
  border-bottom: transparent
    /*!border-right: 1px solid #e6e6e6;*/
}

.nav-tabs li:last-child {
  border-bottom: 0 none
}

.nav-stacked>li+li {
  margin-top: 0
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  border: 0;
  color: #fff;
  /*!background: #1f1f20;*/
  position: relative
}

.nav-tabs>.nav-item-services.active {
  margin-bottom: -3px;
}

/*!
.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  top:0;
}
.tab-wrap{
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
}

*/

.long-tabs {
  font-size: 14px;
  font-weight: 500;
}

.nav-tabs>li.active>a:focus:hover,
.nav-tabs>li.active>a:hover {
  border: none;
  color: #fff
}

.tab-content {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px
}

.tab-content h2 {
  margin-top: 0
}

.tab-content img {
  border-radius: 4px
}

.testimonial h2 {
  margin-top: 0
}

.testimonial-inner {
  color: #858586;
  font-size: 14px
}

.testimonial-inner .pull-left {
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
  position: relative
}

.testimonial-inner .pull-left:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  border: 1px solid #e7e7e7;
  right: -5px;
  border-left: 0 none;
  border-bottom: 0 none
}

#partner {
  background: url(../images/partners/partner_bg.png) 50% 50% no-repeat;
  background-size: cover
}

#partner {
  color: #fff;
  text-align: center
}

#partner h2,
#partner h3 {
  color: #fff
}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.partners ul li {
  display: inline-block;
  float: left;
  width: 20%
}

#conatcat-info {
  background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 30px 0
}

.contact-info i {
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px
}

.contact-info h2 {
  margin-top: 0;
  color: #000
}

.contact-info {
  color: #000
}

/*!************************
********* About Us Page CSS ******
**************************/
.about-us {
  margin-top: 110px;
  margin-bottom: -110px
}

.about-us h2,
.skill_text h2 {
  color: #4e4e4e;
  font-size: 30px;
  font-weight: 600
}

.about-us p {
  color: #4e4e4e
}

#carousel-slider {
  position: relative
}

#carousel-slider .carousel-indicators {
  bottom: -25px
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20
}

#carousel-slider a i {
  border: 1px solid #777;
  border-radius: 50%;
  font-size: 28px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color: #777
}

#carousel-slider a i:hover {
  background: #bfbfbf;
  color: #fff;
  border: 1px solid #bfbfbf
}

#carousel-slider .carousel-control {
  width: inherit
}

#carousel-slider .carousel-control.left i {
  left: -25px
}

#carousel-slider .carousel-control.right i {
  right: -25px
}

#carousel-slider .carousel-control.left,
#carousel-slider .carousel-control.right {
  background: 0 0
}

.skill_text {
  display: block;
  margin-bottom: 60px;
  margin-top: 25px;
  overflow: hidden
}

.sinlge-skill {
  background: #f2f2f2;
  border-radius: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  height: 200px;
  position: relative;
  width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  margin: 30px 0
}

.sinlge-skill p em {
  color: #fff;
  font-size: 38px
}

.sinlge-skill p {
  line-height: 1
}

.css-skill,
.html-skill,
.joomla-skill,
.wp-skill {
  position: absolute;
  height: 100%;
  bottom: 0;
  width: 100%;
  border-radius: 100%;
  padding: 70px 0;
  text-align: center
}

.joomla-skill {
  background: #f2f2f2;
  /*! Old browsers */
  background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%);
  /*! FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(242, 242, 242, 1)), color-stop(28%, rgba(242, 242, 242, 1)), color-stop(28%, rgba(45, 125, 164, 1)));
  /*! Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%);
  /*! Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%);
  /*! Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%);
  /*! IE10+ */
  background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%);
  /*! W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#2d7da4', GradientType=0)
    /*! IE6-9 */
}

.html-skill {
  background: #f2f2f2;
  /*! Old browsers */
  background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%);
  /*! FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(242, 242, 242, 1)), color-stop(9%, rgba(242, 242, 242, 1)), color-stop(9%, rgba(106, 164, 47, 1)));
  /*! Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%);
  /*! Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%);
  /*! Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%);
  /*! IE10+ */
  background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%);
  /*! W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#6aa42f', GradientType=0)
    /*! IE6-9 */
}

.css-skill {
  background: #f2f2f2;
  /*! Old browsers */
  background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%);
  /*! FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(242, 242, 242, 1)), color-stop(32%, rgba(242, 242, 242, 1)), color-stop(32%, rgba(255, 189, 32, 1)));
  /*! Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%);
  /*! Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%);
  /*! Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%);
  /*! IE10+ */
  background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%);
  /*! W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffbd20', GradientType=0)
    /*! IE6-9 */
}

.wp-skill {
  background: #f2f2f2;
  /*! Old browsers */
  background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%);
  /*! FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(242, 242, 242, 1)), color-stop(19%, rgba(242, 242, 242, 1)), color-stop(19%, rgba(219, 54, 21, 1)));
  /*! Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%);
  /*! Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%);
  /*! Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%);
  /*! IE10+ */
  background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%);
  /*! W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#db3615', GradientType=0)
    /*! IE6-9 */
}

.skill-wrap {
  display: block;
  overflow: hidden;
  margin: 60px 0
}

.team h4 {
  margin-top: 0;
  text-transform: uppercase
}

.team h5 {
  font-weight: 300
}

.single-profile-bottom,
.single-profile-top {
  font-weight: 400;
  line-height: 24px
}

.single-profile-bottom,
.single-profile-top {
  border: 1px solid #ddd;
  padding: 15px;
  position: relative
}

.media_image {
  margin-bottom: 10px
}

.team .btn {
  background: 0 0;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 3px;
  padding: 1px 5px;
  text-transform: uppercase;
  border: 1px solid#ddd;
  margin-right: 3px
}

ul.social_icons,
ul.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block
}

ul.social_icons li,
ul.tag li {
  display: inline-block;
  margin-right: 5px
}

ul.social_icons li a i {
  border-radius: 50%;
  color: #fff;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity: .8
}

.team .social_icons .fa-facebook:hover,
.team .social_icons .fa-google-plus:hover,
.team .social_icons .fa-twitter:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transition-duration: 2s;
  transition-property: all;
  transition-timing-function: ease;
  opacity: 1;
  transition: all .9s ease 0s;
  -moz-transition: all .9s ease 0s;
  -webkit-transition: all .9s ease 0s;
  -o-transition: all .9s ease 0s
}

.team .social_icons .fa-facebook {
  background: #0182c4
}

.team .social_icons .fa-twitter {
  background: #20b8ff
}

.team .social_icons .fa-google-plus {
  background: #d34836
}

.team-bar .first-one-arrow {
  float: left;
  margin-right: 30px;
  width: 2%
}

.team-bar .first-arrow {
  float: left;
  margin-left: 5px;
  margin-right: 35px;
  width: 22%
}

.team-bar .second-arrow {
  float: left;
  margin-left: 5px;
  width: 21%
}

.team-bar .third-arrow {
  float: left;
  margin-left: 40px;
  margin-right: 12px;
  width: 22%
}

.team-bar .fourth-arrow {
  float: left;
  margin-left: 25px;
  width: 20%
}

.team-bar .first-one-arrow hr {
  border-bottom: 1px solid #2d7da4;
  border-top: 1px solid #2d7da4
}

.team-bar .first-arrow hr {
  border-bottom: 1px solid #2d7da4;
  border-top: 1px solid #2d7da4
}

.team-bar .second-arrow hr {
  border-bottom: 1px solid #6aa42f;
  border-top: 1px solid #6aa42f
}

.team-bar .third-arrow hr {
  border-bottom: 1px solid #ffbd20;
  border-top: 1px solid #ffbd20
}

.team-bar .fourth-arrow hr {
  border-bottom: 1px solid #db3615;
  border-top: 1px solid #db3615
}

.team-bar {
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative
}

.team-bar i {
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 24px;
  line-height: 24px;
  margin-top: -32px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 24px;
  position: absolute
}

.team-bar .first-arrow .fa-angle-up {
  background: #2d7da4;
  margin-left: -33px
}

.team-bar .second-arrow .fa-angle-down {
  background: #6aa42f;
  margin-left: -33px
}

.team-bar .third-arrow .fa-angle-up {
  background: #ffbd20;
  margin-left: -32px
}

.team-bar .fourth-arrow .fa-angle-down {
  background: #db3615;
  margin-left: -32px
}

.team .single-profile-top:after,
.team .single-profile-top:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid
}

.team .single-profile-top:before {
  left: 26px;
  bottom: -20px;
  border-width: 10px;
  border-color: #fff transparent transparent transparent;
  z-index: 1
}

.team .single-profile-top:after {
  left: 25px;
  bottom: -22px;
  border-style: solid;
  border-width: 11px;
  border-color: #ddd transparent transparent transparent;
  z-index: 0
}

.team .single-profile-bottom:after,
.team .single-profile-bottom:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid
}

.team .single-profile-bottom:before {
  left: 30px;
  top: -20px;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 1
}

.team .single-profile-bottom:after {
  left: 29px;
  top: -22px;
  border-style: solid;
  border-width: 11px;
  border-color: transparent transparent #ddd transparent;
  z-index: 0
}

/*!**********************
****Service page css****
***********************/
.services {
  padding: 0 0
}

.get-started {
  background: none repeat scroll 0 0 #f3f3f3;
  border-radius: 3px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 18px;
  margin-top: 60px
}

.get-started h2 {
  padding-top: 30px;
  margin-bottom: 20px
}

.request {
  bottom: -15px;
  left: 50%;
  position: absolute;
  margin-left: -110px
}

.request h4 {
  position: absolute;
  width: 220px;
  position: relative
}

.request h4 a {
  background: #c52d2f;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  padding: 5px 15px
}

.request h4:after {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  position: absolute;
  right: 13px;
  z-index: -99999
}

.request h4:before {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  left: 13px;
  position: absolute;
  z-index: -99999
}

.clients-area {
  padding: 60px
}

.clients-comments {
  background-image: url(../images/image_bg.png);
  background-position: center 118px;
  background-repeat: no-repeat;
  margin-bottom: 100px
}

.clients-comments img {
  background: #ddd;
  border: 1px solid #ddd;
  height: 182px;
  padding: 3px;
  width: 182px;
  transition: all .9s ease 0s;
  -moz-transition: all .9s ease 0s;
  -webkit-transition: all .9s ease 0s;
  -o-transition: all .9s ease 0s
}

.clients-comments h3 {
  margin-top: 55px;
  font-weight: 300;
  padding: 0 40px
}

.clients-comments h4 {
  font-weight: 300;
  margin-top: 15px
}

.clients-comments h4 span {
  font-weight: 700;
  font-style: oblique
}

.footer {
  background: none repeat scroll 0 0 #2e2e2e;
  border-top: 5px solid #c52d2f;
  height: 84px;
  margin-top: 110px
}

.footer_left {
  padding: 10px
}

.text-left {
  color: #fff;
  font-size: 12px;
  margin-top: 15px
}

/*!************************
********* Portfolio CSS ******
**************************/
#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0
}

.portfolio-filter,
.portfolio-items {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0
}

.portfolio-filter>li {
  display: inline-block
}

.portfolio-filter>li a {
  background: none repeat scroll 0 0 #fff;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all .9s ease 0s;
  -moz-transition: all .9s ease 0s;
  -webkit-transition: all .9s ease 0s;
  -o-transition: all .9s ease 0s;
  border: 1px solid #f2f2f2;
  outline: 0;
  border-radius: 3px
}

.portfolio-filter>li a.active,
.portfolio-filter>li a:hover {
  color: #fff;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  box-shadow: none;
  -webkit-box-shadow: none
}

.portfolio-items>li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.portfolio-item {
  margin: 0;
  padding: 0
}

/*! Start: Recommended Isotope styles */
/*!*** Isotope Filtering ****/
.isotope-item {
  z-index: 2
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1
}

/*!*** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -ms-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity
}

/*!*** disabling Isotope CSS3 transitions ****/
.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s
}

/*! End: Recommended Isotope styles */
/*! disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

/*!*************************
********* Pricing Table CSS *
**************************/
.pricing_heading {
  margin-top: 120px
}

.pricing_heading h2,
.pricing_heading p {
  color: #4e4e4e
}

.pricing-area h1 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px
}

.pricing-area span {
  font-weight: 700;
  font-size: 18px
}

.pricing-area h3,
.pricing-area span {
  color: #fff
}

.plan {
  position: relative;
  margin-bottom: 70px
}

.pricing-area ul {
  background: #fafafa;
  padding: 0;
  margin: 0
}

.pricing-area ul li {
  list-style: none;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400
}

.pricing-area ul li:nth-child(even) {
  background: #f5f5f5
}

.pricing-area .price-six img,
.pricing-area .price-three img {
  position: absolute;
  right: 15px;
  top: 0
}

.pricing-area .heading-one,
.pricing-area .heading-three,
.pricing-area .heading-two {
  padding: 17px 0;
  border-radius: 2px 2px 0 0
}

.pricing-area .heading-five,
.pricing-area .heading-four,
.pricing-area .heading-one,
.pricing-area .heading-seven,
.pricing-area .heading-six,
.pricing-area .heading-three,
.pricing-area .heading-two {
  margin-left: -10px
}

.pricing-area .heading-one,
.pricing-area .price-one .plan-action .btn-primary {
  background: #e24f43
}

.pricing-area .heading-two,
.pricing-area .price-two .plan-action .btn-primary {
  background: #27ae60
}

.pricing-area .heading-three,
.pricing-area .price-three .plan-action .btn-primary {
  background: #f39c12
}

.pricing-area .heading-four,
.pricing-area .price-four .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .heading-five,
.pricing-area .price-five .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .heading-six,
.pricing-area .price-six .plan-action .btn-primary {
  background: #e24f43
}

.pricing-area .heading-seven,
.pricing-area .price-seven .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .bg {
  background: #fafafa
}

.pricing-area .heading-one h3:before {
  border-color: #bf4539 transparent transparent
}

.pricing-area .heading-two h3:before {
  border-color: #1f8c4d transparent transparent
}

.pricing-area .heading-three h3:before {
  border-color: #d4880f transparent transparent
}

.pricing-area .heading-four h3:before {
  border-color: #424242 transparent transparent
}

.pricing-area .heading-five h3:before {
  border-color: #424242 transparent transparent
}

.pricing-area .heading-six h3:before {
  border-color: #bf4539 transparent transparent
}

.pricing-area .heading-seven h3:before {
  border-color: #424242 transparent transparent
}

.pricing-area h3:before {
  border-color: #d4880f transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  content: "";
  height: 0;
  left: 4px;
  position: absolute;
  top: 78px;
  width: 0;
  z-index: -999
}

.small-pricing h3:after {
  height: 94px
}

.small-pricing h3:before {
  top: 74px
}

.plan-action {
  height: 40px
}

.pricing-area .plan-action .btn-primary {
  position: relative;
  padding: 5px 20px;
  color: #fff;
  margin-top: 5px
}

.pricing-area .plan-action .btn-primary:before {
  border-color: #e24f43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  left: -9px;
  position: absolute;
  width: 0;
  z-index: -1
}

.pricing-area .plan-action .btn-primary:after {
  border-color: #e24f43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  position: absolute;
  right: -9px;
  width: 0;
  z-index: -1
}

.pricing-area .price-two .plan-action .btn-primary:after,
.pricing-area .price-two .plan-action .btn-primary:before {
  border-color: #1f8c4d transparent transparent
}

.pricing-area .price-three .plan-action .btn-primary:after,
.pricing-area .price-three .plan-action .btn-primary:before {
  border-color: #d4880f transparent transparent
}

.pricing-area .price-five .plan-action .btn-primary:after,
.pricing-area .price-five .plan-action .btn-primary:before,
.pricing-area .price-four .plan-action .btn-primary:after,
.pricing-area .price-four .plan-action .btn-primary:before,
.pricing-area .price-seven .plan-action .btn-primary:after,
.pricing-area .price-seven .plan-action .btn-primary:before {
  border-color: #424242 transparent transparent;
  right: -9px
}

.pricing-area .price-six .plan-action .btn-primary:after,
.pricing-area .price-six .plan-action .btn-primary:before {
  border-color: #bf4539 transparent transparent;
  right: -9px
}

.navbar-default .navbar-nav>li>a:focus {
  color: #fff;
}

/*!************************
********* Contact Us CSS ******
**************************/
#img_rodape {
  height: 120px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
}

.img_round {
  width: 16.46Vw;
  height: 120px;
  max-width: 100%;
}

@media only screen and (min-width: 1900px) {
  #img_rodape {
    height: 140px;
  }

  .img_round {
    height: 140px;
  }

}

@media only screen and (max-width: 1440px) {
  #img_rodape {
    height: 100px;
  }

  .img_round {
    height: 100px;
  }
}

@media only screen and (max-width: 1200px) {
  #img_rodape {
    height: 85px;
  }

  .img_round {
    height: 85px;
  }
}

@media only screen and (max-width: 992px) {
  #img_rodape {
    height: 70px;
  }

  .img_round {
    height: 70px;
  }

  .table_display {
    display: block;
  }

  .table_display_some {
    display: none;
  }
}

@media only screen and (max-width: 880px) {
  #img_rodape {
    height: 60px;
  }

  .img_round {
    height: 60px;
  }

  #row_pesquisa {
    padding: 0px;
  }

}

@media only screen and (max-width: 776px) {
  #img_rodape {
    height: 60px;
    width: 16.66666666%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .img_round {
    height: 60px;
  }

  #row_pesquisa {
    padding: 0px;
  }

  .text-mob-left {
    text-align: left;
    margin-top: 7px;
  }

  .text-mob-right {
    margin-top: 7px;
    text-align: right;
  }

  .text-mob-center {
    text-align: center;
  }

}

.ajax_load {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}

.ajax_load_box {
  margin: auto;
  text-align: center;
  color: #ffffff;
  font-weight: var(--weight-bold);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.ajax_load_box_circle {
  border: 16px solid #e3e3e3;
  border-top: 16px solid #5b95dd;
  border-radius: 50%;
  margin: auto;
  width: 60px;
  height: 60px;

  -webkit-animation: spin 1.2s linear infinite;
  -o-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite;
}

.ajax_load_box_title {
  margin-top: 10px;
}

.gmap-area {
  background-image: url(../images/map.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0
}

.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 280px;
  width: 300px
}

.gmap {
  border: 10px solid #f6f5f0;
  border-radius: 50%;
  height: 300px;
  width: 300px;
  box-shadow: 0 0 3px 3px #e7e4dc;
  overflow: hidden;
  position: relative;
  margin: 0 auto
}

.gmap-area .map-content ul {
  list-style: none
}

.gmap-area .map-content address h5 {
  font-weight: 700
    /*! font-size: 16px; */
}

.gmapb {
  height: 140px
}

.gmapb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#contact-page {
  padding-top: 0
}

#contact-page .contact-form .form-group label {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 300
}

textarea#message {
  resize: none;
  padding: 10px
}

#contact-page .contact-wrap {
  margin-top: 20px
}

/*!********************
****blog page css*****
**********************/
.widget {
  margin-bottom: 60px;
  padding-left: 0
}

.single_comments {
  margin-bottom: 20px
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px
}

.single_comments p {
  margin-bottom: 0
}

.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px
}

.blog_category {
  list-style: none;
  margin: 0;
  padding: 0
}

.blog_category li {
  float: none;
  margin-bottom: 20px
}

.blog_category li a {
  background: #f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px
}

.blog_category li a:hover {
  background: #c52d2f;
  color: #fff
}

.badge:before {
  border-color: transparent transparent transparent #c52d2f;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999
}

.badge {
  background-color: #c52d2f;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: 400
}

.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5
}

.blog_archieve li:first-child {
  padding-top: 0
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left
}

ul.faq {
  list-style: none;
  margin: 0
}

ul.faq li {
  margin-top: 30px
}

ul.faq li:first-child {
  margin-top: 0
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px
}

ul.faq li>div {
  margin-left: 70px
}

ul.faq li>div h3 {
  margin-top: 0
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px
}

.blog .blog-item .blog-content {
  padding-bottom: 25px
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 30px
}

.readmore {
  margin-top: 0
}

.blog .blog-item .blog-content h3 {
  color: #858586;
  margin-bottom: 40px
    /*! font-weight: 300 */
}

.blog .blog-item .blog-content h4 {
  font-size: 14px
}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden
}

.blog .blog-item .entry-meta>span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left
}

#publish_date {
  background: #c52d2f;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center
}

.blog .blog-item .entry-meta>span {
  color: #ccc
}

.blog .blog-item .entry-meta>span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888
}

ul.pagination>li>a {
  border: 1px solid #f1f1f1;
  margin-right: 5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px
}

ul.pagination>li>a i {
  margin-left: 5px;
  margin-right: 5px
}

.search_box {
  background-image: url(../images/search_icon.png);
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #dedede;
  height: 48px;
  outline: medium none;
  box-shadow: none
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none
}

ul.sidebar-gallery,
ul.tag-cloud {
  list-style: none;
  padding: 0;
  margin: 0
}

.tag-cloud li {
  display: inline-block;
  margin-bottom: 3px
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px
}

.tag-cloud li a:hover {
  background: #c52d2f;
  color: #fff
}

.sidebar-gallery li {
  display: inline-block;
  margin: 0 10px 10px 0
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block
}

/*!*********************
**blog single page css*
**********************/
.reply_section {
  background: #f5f5f5;
  border-radius: 5px
}

.post_reply {
  margin-left: 10px;
  margin-top: 45px
}

.post_reply img {
  width: 85px;
  height: 85px;
  border: 5px solid #d5d8dd
}

.post_reply ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-top: 5px
}

.post_reply ul li {
  float: left
}

.post_reply ul li a {
  display: block
}

.post_reply ul li a i {
  border: 1px solid #ddd;
  border-radius: 39px;
  color: #fff;
  font-size: 20px;
  height: 30px;
  margin-right: 3px;
  padding-top: 7px;
  text-align: center;
  width: 30px
}

.post_reply ul li a i.fa-facebook {
  background: #0182c4
}

.post_reply ul li a i.fa-twitter {
  background: none repeat scroll 0 0 #3fc1fe
}

.post_reply ul li a i.fa-google-plus {
  background: none repeat scroll 0 0 #d34836
}

.post_reply ul li a i:hover {
  opacity: .5
}

.post_reply_content {
  margin: 30px
}

.post_reply_content h1 a:hover {
  color: #ffc800
}

.post_reply_content h4 {
  margin-bottom: 50px
}

.reply_section .media-body {
  display: inherit
}

.comment_section .media-body {
  display: inherit
}

#comments_title {
  color: #4e4e4e;
  font-weight: 700px;
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 40px
}

.comment_section {
  margin-top: 30px;
  position: relative
}

.post_comments img {
  width: 85px;
  height: 85px;
  margin-top: 35px
}

.post_reply_comments {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 30px
}

.post_reply_comments:before {
  border-color: transparent #f0f0f0 transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 75px;
  position: absolute;
  top: 20px
}

.post_reply_comments h3,
.post_reply_content h3 {
  margin-top: 0
}

.post_reply_comments h1 a:hover {
  color: #c52d2f
}

.post_reply_comments h4 {
  color: #c4c4c5;
  font-weight: 400
}

.post_reply_comments p {
  padding-bottom: 30px
}

.post_reply_comments a {
  bottom: 15px;
  position: absolute;
  right: 30px;
  background: #c52d2f;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px
}

.post_reply_comments a:before {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 16px;
  bottom: -11px;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  z-index: 99999
}

.message_heading {
  margin-bottom: 50px;
  margin-top: 60px
}

/*!*****************
 404 page css
 ******************/
#error .btn-success:hover,
.btn-success.active,
.btn-success:active,
.btn-success:focus,
.open .dropdown-toggle.btn-success:hover {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #4e4e4e
}

#error h1 {
  color: #4e4e4e;
  text-transform: uppercase
}

/*!*****************
shortcodes page css
******************/
.shortcode-item {
  padding-bottom: 0
}

.shortcode-item h2 {
  color: #4e4e4e;
  font-size: 24px;
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: 600
}

/*!**********************
********* Footer ******
************************/
#face .caixa {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px
}

#bottom {
  margin-top: 20px;
  padding-bottom: 40px
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0
}

#bottom ul li {
  display: block;
  padding: 5px 0
}

#bottom .col-md-6 {
  padding-left: 0;
  padding-right: 0
}

#bottom strong p {
  margin-bottom: 0
}

#bottom .widget {
  margin-bottom: 0
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0
}

#footer ul>li {
  display: inline-block;
  margin-left: 15px
}

.pagination {
  margin: 0
}

#fb-root {
  display: none
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important
}

#tablesemborda>tbody>tr>td,
#tablesemborda>tbody>tr>th,
#tablesemborda>tfoot>tr>td,
#tablesemborda>tfoot>tr>th,
#tablesemborda>thead>tr>td,
#tablesemborda>thead>tr>th {
  padding-bottom: 0;
  padding-top: 0
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
  padding: 7px;
}

.btn {
  text-transform: none
}

.carousel .carousel-caption {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 1px
}

.carousel .carousel-caption .carousel-caption-header {
  margin-top: 0;
  font-size: 16px
}

.carousel-caption h3 {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: normal
}

.carousel-caption h3 a {
  color: #fff;
  text-shadow: none
}

.carousel-control.right1 {
  left: auto;
  right: 0
}

.nav .nav-tabs .active:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000
}

.chapeu {
  margin-top: -15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  padding: 3px 8px;
  display: table;
  font-weight: 900;
  position: relative
}

.color-switcher {
  position: fixed;
  width: 200px;
  padding: 10px;
  z-index: 999;
  top: 65%;
  left: -200px;
  margin-top: -152px;
  background-color: #005b32;
  -webkit-border-radius: 0 0 5px;
  -moz-border-radius: 0 0 5px;
  border-radius: 0 0 5px;
  -webkit-transition: left .3s ease-out;
  -moz-transition: left .3s ease-out;
  transition: left .3s ease-out
}

.color-switcher.open {
  left: 0
}

.color-switcher .toggle {
  position: absolute;
  width: 60px;
  padding: 7px 0 4px;
  color: #fdc92e;
  font-size: 1.7em;
  text-align: center;
  top: 0;
  right: -60px;
  background-color: #005b32;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease
}

.color-switcher .toggle:hover {
  background-color: #005b32
}

.color-switcher a {
  color: #fff
}

.color-switcher a:hover {
  color: #fff
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 5
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent
}

#scroll:hover {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"
}


#scroll3 {
  position: fixed;
  right: 10px;
  bottom: 59px;
  width: 50px;
  height: 110px;
  display: none;
  z-index: 5;
}

#scroll3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #1ebe5d;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}


.form-label {
  display: block;
  margin-bottom: 0.175rem;
  font-weight: 500;
  font-size: 1.1em;
}

#section-fina {
  padding-top: 5Vh;
  margin: 0Vw 25Vw 0Vw 25Vw;
}

.material-icons.md-18 {
  font-size: 18px
}

.material-icons.md-24 {
  font-size: 24px
}

.material-icons.md-36 {
  font-size: 36px
}

.material-icons.md-48 {
  font-size: 48px
}

.contain {
  flex-basis: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap
}

.card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  flex-basis: 33.33333333%;
}

.card2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  flex-basis: 66.9%
}

.cardGG {

  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  border-radius: var(--site-card-radius, 4px);
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e0e5f3;
  border-radius: var(--site-card-radius, 5px);
  box-shadow: 0 0 40px 0 rgba(234, 238, 249, .5);

}

.card3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  flex-basis: 25%
}

.card4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
}

.card div {
  flex-grow: 1
}

.colun-1 {
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 15px
}

.colun-2 {
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px
}

.colun-3 {
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 0
}

.colun-4 {
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 0;
  max-width: 390px
}

.sticky-container {
  /*!background-color: #333;*/
  padding: 0;
  margin: 0;
  position: fixed;
  left: -155px;
  top: 70px;
  width: 200px;
  z-index: 9999;
}

.sticky-container2 {
  margin: 0;
  position: fixed;
  right: 0;
  top: 33%;
  z-index: 9999;
}

.sticky li {
  list-style-type: none;
  height: 43px;
  padding: 0;
  margin: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  cursor: pointer;
  text-align: right
}

.sticky2 li {
  list-style-type: none;
  height: 43px;
  padding: 0;
  margin: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  cursor: pointer;
  text-align: right
}

.sticky li:hover {
  margin-right: -115px
}

.sticky li img {
  float: right;
  margin: 5px 5px;
  margin-left: 10px
}

.sticky li p {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  line-height: 43px
}

.group-btn-export-item {
  text-align: right
}

#search-box {
  background-color: #fff;
  padding: 8px;
  border-radius: 5px;
  margin-top: 5px
}

.box-pesq {
  text-align: right;
  clear: both;
  margin-top: 30px
}

.caixa_objetos {
  width: 37%;
  height: 120px;
  margin-left: auto;
  margin-right: auto
}

.caixa_objetos .circulo {
  position: absolute;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  line-height: 80px;
  background-color: #fff;
  z-index: 2
}

.caixa_objetos .c2 {
  margin-left: 15%
}

.caixa_objetos .c3 {
  margin-left: 29%
}

.caixa_objetos .linha {
  position: relative;
  top: 42px;
  z-index: 1
}

#InformaRtf span {
  font-size: 10px !important
}

.titulo {
  padding: .75rem 1.25rem;
  /* border-bottom: 1px solid #eee; */
  padding: 10px 15px;
  border: 0;
  border-radius: .1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  /* margin-bottom: 15px; */
  font-size: 16px
}

/* .titulo:after {
  width: 100%;
  left: 0;
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #e3e3e3
} */
.titulo2 {
  padding: 15px 15px;
  width: 100%;
  margin-bottom: 0px;
  font-size: 16px;
  padding-bottom: 5px;
}

.titulo1 {
  line-height: 1.2;
  margin-bottom: 5px;
}

.espaco {
  padding-left: 24px;
  padding-right: 24px
}

#licitacaoBorda {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border: 2px solid #eee
}

.slick-slide {
  margin: 0 20px
}

.slick-slide img {
  width: 100%
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

#IconServicos {
  width: 20%
}

#TituloServicos {
  width: 79%;
  display: inline-block
}

.avisoLicitacao {
  margin-top: 15px;
  display: flex
}

.radio-image {
  width: 100%;
  text-align: center
}

.radio-image i {
  margin-left: 5px;
  font-size: 50px;
  cursor: pointer
}

#FormSatisfacao {
  padding: 20px;
  margin-top: 20px;
  border-top: #ddd solid 1px
}

.bs-col8 {
  width: 12%;
}

.bs-col6 {
  width: 16.6%
}

.bs-col6-20perc {
  width: 15.6%
}

.bs-col4 {
  width: 25%
}

.bs-col4-20perc {
  width: 24%
}

.bs-col3 {
  width: 33.33333333%;
}

.bs-col2 {
  width: 50%
}

.bs-col2-20perc {
  width: 49%;
}

.bs-transparencia-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
  /* padding-bottom: 20px; */
  clear: both;
  perspective: 1000;
  width: 100%;
}

.bs-transparencia-list-front {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.bs-transparencia-list2 {
  padding-left: 0;
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  clear: both;
  perspective: 1000
}

.bs-transparencia-list li span {
  /* width: 100%; */
  font-size: 1.8rem;
  clear: both;
  line-height: 1.6;
  margin-top: -14px;
}

.bs-transparencia-list li a {
  transition: .6s;
  transform-style: preserve-3d;
  position: relative
}

.bs-transparencia-list li {
  perspective: 1000
}


.bs-transparencia-list2 li {
  perspective: 1000
}

.bh-col5 {
  height: 15%;
}

.back,
.bs-transparencia-list li a,
.front {
  width: 100%;
  height: 100%;

}

.back,
.bs-transparencia-list2 li a,
.front {
  width: 100%;
  height: 100%;
}

.back,
.front {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0
}

.front {
  z-index: 2
}

.back {
  transform: rotateY(180deg);
  font-size: 12px;
  padding-top: 10px
}

.back span {
  font-size: 20px !important
}

.btn-cards {
  float: left;
  display: flex;
  flex-direction: column;
}

.btn-cards-a {
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  flex: 1;
}

.btn-cards-a-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.btn-cards-a-item-i {
  font-size: xx-large;
  padding: 10px;
  border-radius: 10%;
  color: white;
  background-color: rgba(10, 23, 55, 0.5);
  width: 50px;
  height: 50px;
  text-align: center;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}

.title_selos_mobile {
  display: none;
}

.title_selos_desktop {
  display: inline;
}

.display-block {
  display: block;
}

@media (max-width: 580px) {
  .pd-card-center-service {
    padding-left: 5px;
  }

  .img-responsive-bloqueio {
    width: 80%;
  }

  #row_pesquisa {
    padding: 0px;
  }

  .col-mob-12 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .title_selos_mobile {
    display: inline;
  }

  .title_selos_desktop {
    display: none;
  }

}

.timeline {
  padding-top: 30px;
}

/* Outer Layer with the timeline border */
.outer {
  border-left: 2px solid #333;
}

/* Card container */
.cardContainer {
  position: relative;
  margin: 0 0 20px 20px;
  padding: 5px;
  color: gray;
  border-radius: var(--site-card-radius, 8px);
  max-width: 400px;
}

/* Information about the timeline */
.info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Title of the card */
.title {
  margin: 0;
  position: relative;
}

.pl-1 {
  padding-left: 15px;
}

@media (min-width: 580px) {
  .display-sm-flex {
    display: flex;
    align-items: center;
  }

  .pl-sm-0 {
    padding-left: 0;
  }

}

@media (max-width: 1199px) {

  .ultimosvideotv iframe {
    top: 0 !important;
    left: 0 !important;
    width: 95% !important;
  }

  .long-tabs {
    padding: .5em 2em !important;
  }

  .pl-15-max-1199 {
    padding-left: 15px !important;
  }

  .calendar_field {
    display: block;
  }

  .calendar_field2 {
    display: none;
  }

  .title_card_con-2 {
    display: block !important;
  }

  .list-group-item-heading {
    margin-top: 0px !important;
  }

}

@media (min-width: 1200px) and (max-width: 1600px) {
  .cardSec {
    padding: 1Vw !important;
    margin-bottom: 1Vw !important;
  }
}

@media(max-width: 428px) {
  .floatLeft {
    margin-top: 10px !important;
    float: left !important;
  }

  .calendarioIcon {
    width: 100%;
    display: hidden;
    margin-top: 2px;
  }

  .cardSec {
    margin-bottom: 9Vw !important;
  }

  .estilo-carrosel {
    display: none;
  }

  #row_pesquisa {
    padding: 0px;
  }

  .bs-col2-20perc {
    width: 94.1%
  }

  .bs-col3-20perc {
    width: 99.5%
  }

  .bs-col4-20perc {
    width: 94.1%
  }

  .bs-col6-20perc {
    width: 47.05%
  }

}

.videotv {
  position: relative !important;
  height: 320px !important;
}

.videotv iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 95% !important;
  height: 95% !important;
  min-width: 95% !important;
}

.escurecer {
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-linear-gradient(top, rgba(153, 153, 153, 0) 47%, rgba(5, 2, 2, 0.50) 74%);
  background: linear-gradient(to bottom, rgba(153, 153, 153, 0) 47%, rgba(5, 2, 2, 0.50) 74%);
}

.img_noticia_sombra_b {
  position: relative;
  padding: 1.1em 2.6em;
  height: 250px;
  bottom: 250px;
  color: #fff;
  background: linear-gradient(to bottom, rgba(153, 153, 153, 0) 1%, rgba(5, 2, 2, 0.76) 34%);

  display: block;
  /* flex-wrap: wrap;
    align-items: center; */
  align-content: center;
}

#img_carousel {
  width: 625px;
  position: absolute;
  z-index: -1;
}

.img_carousel {
  width: 625px;
  position: absolute;
  z-index: -1;
}

@media (min-width: 425px) and (max-width: 727px) {
  .cardSec {
    margin-bottom: 10Vw !important;
  }

  #row_pesquisa {
    padding: 0px !important;
  }

  #form_diminui {
    margin: 0;
  }
}

@media (min-width: 728px) and (max-width: 767px) {
  .cardSec {
    margin-bottom: 4Vw !important;
  }

  #row_pesquisa {
    padding: 0px;
  }

}

.container-border-radius {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: var(--site-card-radius, 10px);
  /* background-color: #FFF; */
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  /* font-weight: 700; */
}

.cartoesagora {
  width: 99%;
  margin: 0 auto;
}

.row-new-cards {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container-de-bordas-camaraagora {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: var(--site-card-radius, 10px);
  background-color: #FFF;
  /* padding-left: 15px;
  	padding-right: 15px; */
  padding-top: 15px;
  padding-bottom: 0px;
  font-weight: 700;
}

#img_reduce {
  width: 10Vw;
}

.icon-service1 {
  display: inline-flex;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.icon-service1 i {
  font-size: 26px;
}

@media(min-width: 429px) {
  .responsivo-camaraagora {
    display: none;
  }

  .estilo-carrosel {
    display: block;
  }

  #section-fina {
    margin: 0Vw 25Vw 0Vw 25Vw;
  }

  #row_pesquisa {
    padding: 0px;
  }

  .bs-col6-20perc {
    width: 47%
  }

}

@media(max-width: 429px) {

  #section-fina {
    margin: 0Vw 5Vw 0Vw 5Vw;
  }

  #img_reduce {
    width: 30Vw;
  }

  #row_pesquisa {
    padding: 0px;
  }

}

.circle-image2 {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 58px;
  height: 58px;
}

.img-selo {
  width: 120px;
}

@media (max-width:576px) {
  .icon-service1 {
    width: 45px;
    height: 45px;
  }

  .icon-service1 i {
    font-size: 15px;
  }

  #row_pesquisa {
    padding: 0px;
  }

  .img-selo {
    width: 80px;
  }
}

.card-services {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 14px;
  padding-right: 5px;
  padding-left: 5px;
}

/* servicos.php: intro + abas + grade de home-service-item moram todos dentro
   de um unico .public_paginas (um card so, por fora). Tira a moldura do
   .tab-space que fica por dentro, senao vira card dentro de card - quem tem
   que parecer card ali dentro e so cada .home-service-item. */
.services-tabs-clean .tab-space {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.services-tabs-clean .nav-tabs2 {
  background: transparent !important;
}

/* Cards de serviços da página inicial */
.home-service-list {
  display: grid;
  grid-template-columns: repeat(var(--home-service-columns, 6), minmax(0, 1fr));
  align-items: stretch;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-service-item {
  height: auto;
  min-height: 104px;
  margin: 0;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e7eb;
  border-radius: var(--site-card-radius, 7px);
  box-shadow: 0 2px 8px rgba(15, 23, 42, .06);
  filter: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.home-service-item:hover {
  background-color: #fff;
  border-color: color-mix(in srgb, var(--service-color, #009e55) 35%, #e5e7eb);
  box-shadow: 0 8px 20px rgba(15, 23, 42, .10);
  transform: translateY(-2px);
}

.home-service-link {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 16px;
  color: inherit;
  text-decoration: none;
}

.home-service-link:hover,
.home-service-link:focus {
  color: inherit;
  text-decoration: none;
}

.home-service-card {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}

.home-service-icon {
  display: inline-flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  color: var(--service-color, #009e55);
  background: color-mix(in srgb, var(--service-color, #009e55) 11%, #fff);
  border-radius: 50%;
}

.home-service-icon i {
  margin: 0;
  color: inherit;
  font-size: 20px;
  line-height: 1;
}

.home-service-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
  margin: 0;
}

.home-service-title {
  display: block;
  margin: 0;
  color: #1f2937;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.home-service-description {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #6b7280;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* Serviços online da home (abaixo do banner): uma linha só, com rolagem lateral
   (arrasta ou scroll, sem setinhas) e um degradê sutil nas bordas indicando
   que tem mais conteúdo - some quando chega no início/fim. Escopado a
   .container__botoes pra não afetar o grid normal do .home-service-list
   usado em outras páginas. */
.home-service-carousel {
  position: relative;
}

.container__botoes .home-service-list {
  display: flex;
  flex-wrap: nowrap;
  /* padding vertical: overflow-x:auto faz o overflow-y virar "auto" tambem
     (regra do CSS), entao sem esse respiro o translateY(-2px) + sombra do
     hover ficam cortados em cima. */
  padding: 8px 2px 14px;
  margin: -8px -2px -14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.container__botoes .home-service-list::-webkit-scrollbar {
  display: none;
}

.container__botoes .home-service-item {
  flex: 0 0 auto;
  width: clamp(190px, 17vw, 245px);
  scroll-snap-align: start;
}

/* Serviços da index: o fundo do ícone segue tabconfisite.VCaixaArredondamento. */
.container__botoes .home-service-icon {
  display: grid;
  place-items: center;
  border-radius: var(--site-card-radius, 7px);
}

.container__botoes .home-service-icon i {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 1;
  text-align: center;
}

.container__botoes .home-service-icon i::before {
  display: block;
  margin: 0;
  line-height: 1;
}

.home-service-carousel::before,
.home-service-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 46px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
  z-index: 2;
}

.home-service-carousel::before {
  left: -12px;
  background: linear-gradient(to right, var(--home-service-fade-bg, #f5f6f8), transparent);
}

.home-service-carousel::after {
  right: 0;
  background: linear-gradient(to left, var(--home-service-fade-bg, #f5f6f8), transparent);
}

.home-service-carousel.can-scroll-left::before,
.home-service-carousel.can-scroll-right::after {
  opacity: 1;
}

/* Setinhas clean: circulo branco discreto, so aparecem quando da pra rolar
   naquele lado (mesma logica do degrade) e somem no toque, onde o swipe basta. */
.home-service-carousel__nav {
  position: absolute;
  top: calc(50% - 3px);
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #e2e6ec;
  border-radius: 50%;
  background: #fff;
  color: #667085;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(23, 34, 52, .12);
  transition: opacity .2s ease, background-color .15s ease, color .15s ease, box-shadow .15s ease;
}

/* Setas do lado de fora do carrossel (na margem da pagina), pra nao ficarem
   por cima dos cards. Ha folga de sobra: o container ocupa ~80-85% da largura. */
.home-service-carousel__nav--prev {
  left: -46px;
}

.home-service-carousel__nav--next {
  right: -46px;
}

.home-service-carousel__nav:hover {
  border-color: transparent;
  background: var(--home-service-accent, #2e7d32);
  color: #fff;
  box-shadow: 0 4px 12px rgba(23, 34, 52, .18);
}

.home-service-carousel__nav:focus-visible {
  outline: 2px solid var(--home-service-accent, #2e7d32);
  outline-offset: 2px;
}

.home-service-carousel.can-scroll-left .home-service-carousel__nav--prev,
.home-service-carousel.can-scroll-right .home-service-carousel__nav--next {
  opacity: 1;
  pointer-events: auto;
}

/* Serviços da index em grade estática: no máximo oito cards, quatro por linha. */
.container__botoes .home-service-grid-static .home-service-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.container__botoes .home-section-header-clean {
  margin-bottom: 14px;
  color: #1d2939;
}

.container__botoes .home-service-grid-static .home-service-item {
  width: auto;
}

@media (max-width: 1199px) {
  .container__botoes .home-service-grid-static .home-service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .container__botoes .home-service-grid-static .home-service-list {
    grid-template-columns: 1fr;
  }

  .container__botoes .home-service-grid-static .home-service-item:nth-child(n + 5) {
    display: none !important;
  }
}

/* Abaixo de 768px o container passa a ocupar 95% da largura e nao sobra
   margem: nesse caso traz as setas pra dentro, sobre o degrade. */
@media (max-width: 767px) {
  .home-service-carousel__nav--prev {
    left: 6px;
  }
  .home-service-carousel__nav--next {
    right: 6px;
  }
}

@media (hover: none) {
  .home-service-carousel__nav {
    display: none;
  }
}

/* No celular a rolagem lateral fica ruim (card cortado pela metade): vira
   uma pilha simples, um card por linha, largura total - sem scroll horizontal,
   sem degrade e sem setas. */
@media (max-width: 767px) {
  .container__botoes .home-service-list {
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    overflow-x: visible;
  }

  .container__botoes .home-service-item {
    width: 100%;
    min-height: auto;
  }

  .home-service-carousel::before,
  .home-service-carousel::after {
    display: none;
  }

  .home-service-carousel__nav {
    display: none;
  }

  /* espaco entre o ultimo card e o "Mais servicos online." */
  .container__botoes .mais-services-desk {
    margin-top: 18px;
  }
}

@media (max-width: 1199px) {
  .home-service-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .home-service-list {
    gap: 10px;
  }

  .home-service-list {
    grid-template-columns: 1fr;
  }

  .home-service-item {
    min-height: 92px;
  }

  .home-service-link {
    padding: 14px;
  }

  .home-service-card {
    text-align: left;
  }
}

/* Organização dos grupos de cards de acesso à informação */
.public_paginas.transparency-main-card-clean {
  padding-bottom: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: var(--site-card-radius, 14px);
  box-shadow: 0 3px 12px rgba(15, 23, 42, .06) !important;
}

.transparency-intro-content {
  float: none;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 30px 24px 28px;
  text-align: center;
}

.transparency-intro-title {
  margin: 0 0 7px;
  color: #1f2937;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.transparency-intro-description {
  max-width: 840px;
  margin: 0 auto 16px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.btn.btn-primary.transparency-intro-button {
  padding: 9px 16px;
  color: var(--intro-button-color, #009e55) !important;
  background: transparent !important;
  border: 1px solid var(--intro-button-color, #009e55) !important;
  border-radius: 8px;
  box-shadow: none !important;
  font-size: 13px;
  font-weight: 600;
  transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.btn.btn-primary.transparency-intro-button:hover,
.btn.btn-primary.transparency-intro-button:focus {
  color: var(--intro-button-color, #009e55) !important;
  background: color-mix(in srgb, var(--intro-button-color, #009e55) 8%, #fff) !important;
  border-color: var(--intro-button-color, #009e55) !important;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--intro-button-color, #009e55) 15%, transparent) !important;
}

.public_paginas.transparency-group-clean {
  margin-top: 24px !important;
  padding: 24px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: var(--site-card-radius, 14px);
  box-shadow: 0 3px 12px rgba(15, 23, 42, .06) !important;
}

.transparency-group-heading {
  margin-bottom: 14px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

.title-topics.transparency-group-title {
  margin: 0 0 5px;
  color: #1f2937;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.transparency-group-description {
  max-width: 900px;
  margin: 0 auto;
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.transparency-group-cards {
  margin-right: 0;
  margin-left: 0;
}

.transparency-group-cards-inner {
  padding-right: 0;
  padding-left: 0;
}

.transparency-group-clean .home-service-list {
  padding: 0 2px 2px;
}

.home-service-list--access {
  gap: 12px;
}

.home-service-list--access .home-service-item {
  min-height: 145px;
  border-color: #dfe3ea;
  border-radius: var(--site-card-radius, 10px);
  box-shadow: none;
}

.home-service-list--access .home-service-item:hover {
  border-color: #cfd5df;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .08);
}

.home-service-list--access .home-service-link {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 15px;
}

.home-service-list--access .home-service-icon {
  flex-basis: 44px;
  width: 44px;
  height: 44px;
  border-radius: var(--site-card-radius, 9px);
}

.home-service-list--access .home-service-icon i {
  font-size: 20px;
}

.home-service-list--access .home-service-content {
  flex: 1;
  gap: 4px;
  width: 100%;
}

.home-service-list--access .home-service-title {
  font-size: 14px;
}

.home-service-list--access .home-service-description {
  color: #596273;
  font-size: 11px;
  line-height: 1.4;
  -webkit-line-clamp: 2;
}

.home-service-action {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  color: var(--service-color, #009e55);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .transparency-intro-content {
    padding: 24px 14px 22px;
  }

  .transparency-intro-title {
    font-size: 19px;
  }

  .transparency-intro-description {
    font-size: 13px;
  }

  .public_paginas.transparency-group-clean {
    margin-top: 18px !important;
    padding: 18px 8px;
  }

  .transparency-group-heading {
    margin-bottom: 12px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .title-topics.transparency-group-title {
    font-size: 18px;
  }

  .transparency-group-description {
    font-size: 13px;
  }

  .home-service-list--access .home-service-item {
    min-height: 138px;
  }
}


.type_screen_mobile {
  display: none;
}

.type_screen_desktop {
  display: block;
}


.break-responsive {
  display: none;
}

.break-responsive-header {
  display: inline;
}


@media (max-width: 767px) {
  .centralizar-cabecalho {
    text-align: center;
  }

  .circle-image-center {
    margin-left: 0px !important;
  }

  .titlepre {
    margin-top: 5px !important;
  }

  .row-flex {
    display: flex;
  }

  #img_reduce {
    width: 30Vw;
  }

  .circle-image2 {
    width: 70px;
    height: 70px;
  }

  .bs-transparencia-list li span {
    font-size: 28px;
  }

  .card-services {
    text-align: center;
    align-content: center;
  }

  .text-bottom-services {
    font-size: 12px !important;
    line-height: 1.3em;
  }

  .type_screen_mobile {
    display: block;
  }

  .type_screen_desktop {
    display: none;
  }

  .LinkInforma3 {
    font-size: 18px !important;
  }

  .tag_news {
    font-size: 12px !important;
  }

  .break-responsive {
    display: block;
  }

  .break-responsive-header {
    display: none;
  }

  .align-sm-content-end {
    align-content: end;
  }

  #main-slider .prev,
  #main-slider .next {
    top: 60% !important;
  }

  #main-slider .prev {
    left: 0 !important;
  }

  #main-slider .next {
    right: 0 !important;
  }

  .topo-option-1 {
    display: none;
  }

}

@media (max-width: 768px) {
  .icon-service1 {
    width: 25px;
    height: 25px;
  }

  .responsivo-camaraagora {
    margin: 0px !important;
  }

  #img_reduce {
    width: 30Vw;
  }

  .circle-image2 {
    width: 80px;
    height: 80px;
  }

  .nav-tabs>li.active>.long-tabs {
    margin-bottom: 3px;
  }
}

@media (max-height: 1024px) {
  .circle-image2 {
    width: 80px;
    height: 80px;
  }
}

@media (max-height: 835px) {
  .cardSec {
    margin-bottom: 8Vh !important;
  }
}

.circle-image {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 60px;
  height: 60px;
}

#i-redeP i {
  display: inline-block;
  list-style: none;
  font-size: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  line-height: 27px;
  margin: 1px auto;
  text-align: center;
}

.estilobio {
  background-color: #16a085;
  color: #fff;
  border: 1.3px solid #16a085;
}

.estiloagenda {
  background-color: #f39c12;
  color: #fff;
  border: 1.3px solid #f39c12;
}

.estiloface {
  background-color: #1873EB;
  color: #fff;
  border: 1.3px solid #1873EB;
}

.estiloinsta {
  background-color: #B22BA5;
  color: #fff;
  border: 1.3px solid #B22BA5;
}

.estiloyoutube {
  background-color: #F20000;
  color: #fff;
  border: 1.3px solid #F20000;
}

.estilotwitter {
  background-color: #00A7E6;
  color: #fff;
  border: 1px solid #00A7E6;
}

.estilobio:hover {
  opacity: .7;
  border: 1.3px solid #16a085;
  transition: .3s ease;
}

.estiloagenda:hover {
  opacity: .7;
  border: 1.3px solid #f39c12;
  transition: .3s ease;
}

.estiloface:hover {
  opacity: .7;
  border: 1.3px solid #1873EB;
  transition: .3s ease;
}

.estiloinsta:hover {
  opacity: .7;
  border: 1.3px solid #B22BA5;
  transition: .3s ease;
}

.estiloyoutube:hover {
  opacity: .7;
  border: 1.3px solid #F20000;
  transition: .3s ease;
}

.estilotwitter:hover {
  opacity: .7;
  border: 1.3px solid #00A7E6;
  transition: .3s ease;
}

.btnface {
  background-color: #1771E6;
  color: #fff !important;
  border-radius: 0 !important
}

.btninsta {
  background-color: #AF1783;
  color: #fff !important;
  border-radius: 0 !important
}

.btnyoutube {
  background-color: #C92226;
  color: #fff !important;
  border-radius: 0 !important
}

.btntwitter {
  background-color: #019BE9;
  color: #fff !important;
  border-radius: 0 !important
}

.btnface:hover {
  background-color: #1771E6 !important;
}

.btninsta:hover {
  background-color: #AF1783 !important;
}

.btnyoutube:hover {
  background-color: #C92226 !important;
}

.btntwitter:hover {
  background-color: #019BE9 !important;
}

.btnface:hover,
.btninsta:hover,
.btnyoutube:hover,
.btntwitter:hover {
  opacity: 0.7 !important;
}


.img-reduce {
  width: 100%;
  height: 196px;
  object-fit: cover;
  object-position: 20% 35%;
}

.tituloTransTO {
  padding: .75rem 1.25rem;
  border-bottom: 1px solid #eee;
  padding: 15px 15px;
  border: 0;
  border-radius: .1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 20px
}

.tituloTransTOLinha {
  left: 0;
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #e3e3e3
}

.LinhaTransTO {
  padding-bottom: 1px;
  width: 100%;
  clear: both;

}

#transpTceToBotao {
  height: 70px;
  white-space: normal !important;
  padding-top: 22px;
  padding-bottom: 25px;
  border-radius: 10px;
  width: 100%;
  text-align: left;
}

#transpTceToCol3 {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

#transpTceToCol2 {
  padding-right: 0px;
}

#transpTceToCol10 {
  font-size: 14px;
  padding-left: 5px;
}

.sanfona {
  background-color: #f7f7fb !important;
  border: .5px solid rgba(202, 206, 216, 0.5);
  border-radius: var(--site-card-radius, 9px);
  padding: 0px !important;
}

.sanfona-heading {
  border-bottom: .5px solid rgba(202, 206, 216, 0.5) !important;
}

.info-medicos {
  display: flex;
  justify-content: space-around;
}

.btn-info-medicos {
  margin-top: 7px;
}

@media (min-width: 1200px) {
  .long-tabs {
    padding: .5em 3em !important;
  }

  .calendar_field {
    display: none;
  }

  .calendar_field2 {
    display: block;
  }

}


@media (min-width: 1199px) {

  .bs-col8 {
    width: 12%;
  }

  .bs-col6 {
    width: 16.6% !important;
  }

  .bs-col6-20perc {
    width: 15.75% !important;
  }

  .bs-col4 {
    width: 25%
  }

  .bs-col4-20perc {
    width: 23.8% !important
  }

  .bs-col3-20perc {
    width: 32.3% !important;
  }

  .bs-col3 {
    width: 33.33333333%;
  }

  .bs-col2 {
    width: 50%
  }

  .bs-col2-20perc {
    width: 49%;
  }
}

@media (min-width: 430px) {
  .bs-col3-20perc {
    width: 98% !important;
  }



}

@media (min-width: 992px) {
  .btn-info-medicos {
    float: right;
  }

  .bs-col2-20perc {
    width: 48%
  }

  .bs-col3-20perc {
    width: 31% !important;
  }

  .bs-col4-20perc {
    width: 48%
  }

  .bs-col6-20perc {
    width: 48%
  }

  .d-flex-note {
    display: flex;
  }

  .pd-desk-0 {
    padding: 0 !important;
  }

  .col-img-lgpd {
    width: 12%;
  }

}

@media (min-width: 768px) {
  .bs-col2-20perc {
    width: 48.2%
  }

  .bs-col3-20perc {
    width: 31.5%;
  }

  .bs-col4-20perc {
    width: 48%
  }

  .bs-col6-20perc {
    width: 48%
  }

  .img__vazado {
    margin-right: 20px;
  }
}


/* início padroes */

.title-topics {
  text-align: center;
  font-size: 25px;
}

.bg-green-default {
  background-color: #2ecc71 !important;
}

.bg-red-default {
  background-color: #e74c3c !important;
}

.border-green-default {
  border: 1px solid #2ecc71 !important;
}

.border-red-default {
  border: 1px solid #e74c3c !important;
}

.color-green-default {
  color: #2ecc71 !important;
}

.color-red-default {
  color: #e74c3c !important;
}

.text-35-char {
  max-width: 35ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-50-char {
  max-width: 50ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.type-link1 {
  font-size: 16px;
  font-weight: bold;
  /* border-bottom: 2px solid; */
}

.img-lgpd {
  width: 100%;
  border-radius: 7px;
}

.border-radius-default {
  border-radius: var(--site-card-radius, 7px) !important;
}

.lh-11 {
  line-height: 1.1em;
}

.lh-13 {
  line-height: 1.3em;
}

.lh-16 {
  line-height: 1.6em;
}

@media (max-width: 1199px) {
  .text-center-mob {
    text-align: center !important;
  }

  .text-left-mob {
    text-align: left !important;
  }

  .no-limit-text {
    max-width: 100ch;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  .pd-mob-0 {
    padding: 0 !important;
  }

  .flex-mob-center {
    display: flex !important;
    justify-content: center !important;
  }
}

/* @media (min-width: 992px) and (max-width: 1650px) {
  
} */

.text-25-char {
    max-width: 25ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  } 
  /* isso corrige a qebra de linha nos botões da index */

@media (min-width: 429px) and (max-width: 727px) {
  .bs-col2-20perc {
    width: 98%;
  }

  .bs-col4-20perc {
    width: 98.2%;
  }
}



@media (max-width: 480px) {
  .btn-text-mobile {
    max-width: 45ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

}

/* fim padroes */

.arrow-info-left {
  left: -6% !important;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.6));
  height: 20%;
  top: 41%
}

.arrow-info-right {
  right: -4% !important;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.6));
  height: 20%;
  top: 41%
}

.num_slides {
  top: 6.7cm;
}

.info-index-button-B {
  line-height: 1.1em;
  top: 6.73cm;
  position: absolute;
  left: 89%;
}



/* ========== CARDS LICITAÇÃO INDEX - INÍCIO =============== */
:root {
  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --first-color: hsl(38, 92%, 58%);
  --first-color-light: hsl(38, 100%, 78%);
  --first-color-alt: hsl(32, 75%, 50%);
  --second-color: hsl(195, 75%, 52%);
  --dark-color: hsl(212, 40%, 12%);
  --white-color: hsl(0, 0%, 100%);
  --body-color: hsl(212, 42%, 15%);
  --container-color: hsl(212, 42%, 20%);

}

.section__cards {
  margin-block: 2em;
}

.card__container {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.card__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.card__title>.title-topics,
.card__title>.type-link1 {
  color: #fff;
}

.card__content {
  /* margin-inline: 1.75rem; */
  border-radius: var(--site-card-radius, 7px);
  overflow: hidden;
}

.card__article {
  /*width: 370px !important; -> Remove after adding swiper js */
  border-radius: var(--site-card-radius, 7px);
  overflow: hidden;
}

.card__image {
  position: relative;
  background-color: var(--first-color-light);
  padding-top: 1.5rem;
  margin-bottom: -.75rem;
}

.card__data {
  background-color: var(--white-color);
  padding: 1.5rem 2rem;
  border-radius: var(--site-card-radius, 7px) !important;
  /* text-align: center; */
  position: relative;
  z-index: 10;
}

.card__data>a {
  color: #000;
}

.card__data>a:hover {
  color: #000;
  opacity: 1;
}

.card__img {
  width: 180px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.card__shadow {
  width: 200px;
  height: 200px;
  background-color: var(--first-color-alt);
  border-radius: var(--site-card-radius, 7px);
  position: absolute;
  top: 3.75rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  filter: blur(45px);
}

.card__name {
  color: var(--dark-color);
  margin-bottom: .75rem;
  line-height: 1.1em;
}

.card__conteudo {
  background-color: #f2f4f4;
  border-radius: var(--site-card-radius, 7px);
  flex: 1;
  padding: 10px;
  margin-block: 1.5rem;
}

.card__description {
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 0;
}

.card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.card__links {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap-reverse;
}

.link-white {
  color: #fff !important;
}

/* Swiper class */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next {
  width: initial;
  height: initial;
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  display: none;
  top: 9.6em;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-pagination-bullet {
  background-color: var(--white-color);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-pagination {
  width: 60px !important;
  bottom: 20px !important;
}

#culturaBanner {
  height: 190px;
  border: 1px solid #dddddd;
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}

#footer .titulo-info-footer {
  font-size: 18px;
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 320px) {
  .card__data {
    padding: 1rem;
  }
}

/* For medium devices */
@media screen and (min-width: 768px) {
  .card__container {
    max-width: 1330px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }

  .navbar-collapse.collapse {
    display: flex !important;
    /* justify-content: center !important; */
    padding-right: 0.1px !important;
  }

  .width-desktop {
    width: 14.5% !important;
  }
}

@media screen and (min-width: 780px) {

  .text-desk-left {
    text-align: left;
  }

  .text-desk-right {
    text-align: right;
  }

  .text-desk-center {
    text-align: center;
  }

  .d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* For large devices */
@media screen and (min-width: 1120px) {
  .card__container {
    max-width: 1350px;
  }

  .swiper-button-prev {
    left: 16em;
  }

  .swiper-button-next {
    right: 15.7em;
  }
}

/* ========== CARDS LICITAÇÃO INDEX - FIM =============== */

/* Últimas licitações da index: componente isolado e reutilizável. */
.title-detail {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 0 15px !important;
  padding: 0 0 9px;
  color: #1d2939 !important;
  font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-align: left !important;
}

.title-detail::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 3px;
  border-radius: 999px;
  background: var(--home-section-accent, #2e7d32);
  content: "";
}

.title-detail strong {
  color: inherit;
  font: inherit;
}

.home-section-header-clean {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-bottom: 5px;
}

.home-section-header-clean .title-detail {
  margin-bottom: 0 !important;
}

@media (max-width: 480px) {
  .home-section-header-clean {
    gap: 10px;
  }
}

.home-section-link-clean {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 7px 11px;
  border: 1px solid var(--home-section-accent, #2e7d32);
  border-radius: var(--site-card-radius, 7px);
  background: transparent;
  color: var(--home-section-accent, #2e7d32);
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  transition: background-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.home-section-link-clean::after {
  content: "→";
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  transition: transform .18s ease;
}

.home-section-link-clean:hover,
.home-section-link-clean:focus {
  background: var(--home-section-accent, #2e7d32);
  color: #fff;
  box-shadow: 0 3px 9px rgba(23, 34, 52, .10);
  transform: translateY(-1px);
}

.home-section-link-clean:hover::after,
.home-section-link-clean:focus::after {
  transform: translateX(2px);
}

.section__cards.home-biddings-clean {
  margin-block: 18px;
  background: transparent !important;
}

.home-biddings-clean .card__container {
  position: relative;
  max-width: none;
  /* sem padding aqui - os cards ficam alinhados com o resto da pagina.
     overflow:visible sobrescreve o overflow:hidden padrao do .swiper (biblioteca):
     quem corta o carrossel e o .card__content (o swiper de verdade, dentro); as
     setas ficam fora dele, entao podem ultrapassar a margem sem serem cortadas. */
  padding: 0;
  overflow: visible;
}

.home-biddings-clean .card__title {
  margin-bottom: 14px;
  color: #1d2939;
}

.home-biddings-clean .card__title > .title-topics {
  margin: 0;
  margin-bottom: 0 !important;
}

.home-biddings-clean .card__content {
  padding: 2px;
  overflow: hidden;
  border-radius: 0;
}

.home-biddings-clean .swiper-wrapper {
  align-items: stretch;
}

.home-biddings-clean .card__article {
  height: auto;
  overflow: visible;
  border-radius: var(--home-biddings-radius, 7px);
}

.home-biddings-clean .card__data {
  height: 100%;
  padding: 18px;
  border: 1px solid #e6e9ee !important;
  border-radius: var(--home-biddings-radius, 7px) !important;
  background: #fff !important;
  box-shadow: 0 3px 12px rgba(23, 34, 52, .05) !important;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.home-biddings-clean .card__data:hover {
  border-color: var(--home-biddings-accent, #2e7d32) !important;
  box-shadow: 0 8px 22px rgba(23, 34, 52, .10) !important;
  transform: translateY(-2px);
}

.home-biddings-clean .home-biddings-clean__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #344054;
}

.home-biddings-clean .card__head {
  align-items: flex-start;
}

.home-biddings-clean .home-biddings-clean__identity {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.home-biddings-clean .home-biddings-clean__icon {
  display: inline-flex;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--home-biddings-radius, 7px);
  background: #f2f4f7;
  background: color-mix(in srgb, var(--home-biddings-accent, #2e7d32) 12%, #fff);
  color: var(--home-biddings-accent, #2e7d32);
  font-size: 17px;
  line-height: 1;
}

.home-biddings-clean .home-biddings-clean__icon i {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: 1;
}

.home-biddings-clean .card__name {
  margin: 3px 0 0;
  color: #1d2939;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.home-biddings-clean .card_nlicitacao {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--home-biddings-accent, #2e7d32);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.home-biddings-clean .card__conteudo {
  display: flex;
  align-items: flex-start;
  flex: 1;
  min-height: 76px;
  margin: 15px 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.home-biddings-clean .card__description {
  display: -webkit-box;
  overflow: hidden;
  color: #475467;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-biddings-clean .card__footer {
  min-height: 28px;
  padding-top: 12px;
  border-top: 1px solid #edf0f3;
  color: #667085;
  font-size: 11px;
}

.home-biddings-clean .home-biddings-clean__date {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}

.home-biddings-clean .home-biddings-clean__date i {
  color: var(--home-biddings-accent, #2e7d32);
  font-size: 15px !important;
}

.home-biddings-clean .home-biddings-clean__status {
  background: #f2f4f7;
  color: #475467;
}

.home-biddings-clean .home-biddings-clean__status--today {
  background: var(--home-biddings-accent, #2e7d32);
  color: #fff;
}

.home-biddings-clean .swiper-button-prev,
.home-biddings-clean .swiper-button-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
  top: 50% !important;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  border: 1px solid #dfe3e8;
  border-radius: 50%;
  background: #f8fafc;
  background: color-mix(in srgb, var(--home-biddings-accent, #2e7d32) 8%, #fff);
  color: var(--home-biddings-accent, #2e7d32);
  font-size: 17px;
  box-shadow: 0 3px 10px rgba(23, 34, 52, .09);
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
  z-index: 15;
}

.home-biddings-clean .swiper-button-prev.swiper-button-lock,
.home-biddings-clean .swiper-button-next.swiper-button-lock {
  display: flex !important;
}

.home-biddings-clean .swiper-button-prev:hover,
.home-biddings-clean .swiper-button-next:hover,
.home-biddings-clean .swiper-button-prev:focus,
.home-biddings-clean .swiper-button-next:focus {
  border-color: var(--home-biddings-accent, #2e7d32);
  background: #fff;
  background: color-mix(in srgb, var(--home-biddings-accent, #2e7d32) 14%, #fff);
  box-shadow: 0 4px 12px rgba(23, 34, 52, .12);
  transform: scale(1.04);
}

.home-biddings-clean .swiper-button-prev i,
.home-biddings-clean .swiper-button-next i {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: 1;
}

.home-biddings-clean .swiper-button-prev {
  left: -17px;
}

.home-biddings-clean .swiper-button-next {
  right: -17px;
}

.home-biddings-clean .swiper-pagination {
  display: none !important;
}

.home-biddings-clean .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #d0d5dd;
}

.home-biddings-clean .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 999px;
  background: var(--home-biddings-accent, #2e7d32);
}

@media (max-width: 767px) {
  .section__cards.home-biddings-clean {
    margin-block: 12px;
  }

  .home-biddings-clean .card__container {
    padding: 0;
  }

  .home-biddings-clean .card__title {
    align-items: flex-start;
    gap: 12px;
  }

  .home-biddings-clean .card__title > .title-topics {
    font-size: 17px;
  }

  .title-detail {
    margin-bottom: 12px !important;
    font-size: 17px !important;
  }

  .home-section-link-clean {
    padding: 6px 8px;
    font-size: 11px;
  }

  .home-biddings-clean .card__data {
    padding: 15px;
  }

  .home-biddings-clean .swiper-button-prev,
  .home-biddings-clean .swiper-button-next {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    font-size: 16px;
  }

  .home-biddings-clean .swiper-button-prev {
    left: 0;
  }

  .home-biddings-clean .swiper-button-next {
    right: 0;
  }

  .home-biddings-clean .card__head,
  .home-biddings-clean .card__footer {
    align-items: flex-start;
    gap: 8px;
  }
}

.wh-service {
  width: 5rem;
  height: 5rem;
}

.label-form {
  margin-bottom: 0;
}

.progresso-vigencia {
  display: flex;
  justify-content: center;
  border-radius: 10px;
  margin-block: 5px;
  width: 70%;
  background-color: #E3E4E6;
  z-index: revert-layer;
}

.progresso-vigencia,
.progress-bar {
  height: 25px;
}

.progresso-vigencia .progresso_vigencia_verde {
  background-color: #8DD2AA;
}

.social-links-top {
  display: flex;
  gap: 2em;
  padding-inline: 1em;
  align-items: center;
  line-height: 1.3em;
}

.social-links-top a i {
  font-size: large;
}

@media screen and (min-width: 728px) {
  .display-card-align-center {
    display: flex;
    align-items: center
  }
}

.enabled {
  top: 40% !important;
}

.img-sec {
  border-radius: 10px 0px 0px 10px;
}

.sec-card {
  text-align: center !important;
  word-wrap: break-word;
  border: 1px solid #e0e5f3;
  border-radius: var(--site-card-radius, 10px);
  box-shadow: 0 0 40px 0 rgba(234, 238, 249, .5);
}

/* Limita o texto a duas linhas e adiciona as reticências (...) */
.texto-limitado {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Número de linhas que aparecem antes de cortar */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Remove o limite quando a classe 'expandido' for adicionada */
.texto-limitado.expandido {
  display: block;
  overflow: visible;
}

/* Estilo básico para o botão parecer um link azul */
.btn-veja-mais {
  background: none;
  border: none;
  color: #0066cc;
  cursor: pointer;
  font-weight: bold;
  padding: 0;
  margin-top: 5px;
  font-size: 0.9em;
  float: right;
}

.btn-veja-mais:hover {
  text-decoration: underline;
}

/* =========================================================
   RELATORIOS: tabela clean
   Mantido neste arquivo estatico para nao depender do cache
   gerado por css/style.php.
   ========================================================= */

html body:has(#menuRelatorio) {
  background-color: #f7f8fa !important;
}

html body:has(#menuRelatorio) .relatorio-topo-site {
  min-height: 38px;
  padding: 0 !important;
  color: #fff;
}

html body:has(#menuRelatorio) .relatorio-topo-site__conteudo {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: calc(100% - 96px);
  max-width: 1560px;
  min-height: 38px;
  margin: 0 auto;
  padding: 0 16px;
}

html body:has(#menuRelatorio) .relatorio-topo-site a {
  color: #fff !important;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none !important;
}

html body:has(#menuRelatorio) .relatorio-topo-site a:hover,
html body:has(#menuRelatorio) .relatorio-topo-site a:focus {
  color: #fff !important;
  opacity: .82;
}

html body:has(#menuRelatorio) .relatorio-topo-site__cliente {
  overflow: hidden;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html body:has(#menuRelatorio) .relatorio-topo-site__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  white-space: nowrap;
}

html body:has(#menuRelatorio) .relatorio-topo-site__links i {
  margin-right: 4px;
  font-size: 12px;
}

html body:has(#menuRelatorio) #menuRelatorio {
  margin-bottom: 20px !important;
  border-top: 0 !important;
  background-color: #fff !important;
  box-shadow: 0 1px 0 #e9edf2 !important;
}

html body:has(#menuRelatorio) #menuRelatorio > .container {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  column-gap: 40px;
  row-gap: 4px;
  width: calc(100% - 96px) !important;
  max-width: 1560px !important;
  margin: 0 auto !important;
  padding: 18px 16px !important;
}

html body:has(#menuRelatorio) #menuRelatorio h2 {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  margin: 0 !important;
  color: #1d2939 !important;
  font-size: 18px !important;
  font-weight: 650 !important;
  line-height: 1.3 !important;
  letter-spacing: -.01em !important;
  text-align: left !important;
  text-transform: none !important;
}

html body:has(#menuRelatorio) #menuRelatorio .relatorio-logo-cliente {
  display: flex;
  align-items: center;
  min-height: 120px;
}

html body:has(#menuRelatorio) #menuRelatorio .relatorio-logo-cliente a {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 120px;
}

html body:has(#menuRelatorio) #menuRelatorio .relatorio-logo-cliente img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 120px;
  object-fit: contain;
  object-position: left center;
}

html body:has(#menuRelatorio) #menuRelatorio .relatorio-titulo-simples {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  justify-self: start;
  width: fit-content;
  max-width: 100%;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  color: #344054 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-transform: none !important;
  box-shadow: none !important;
}

html body:has(#menuRelatorio) #menuRelatorio .relatorio-titulo-simples span {
  margin: 0 7px;
  color: #98a2b3;
  font-weight: 400;
}

html body:has(#menuRelatorio) #menuRelatorio .group-btn-export {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

html body:has(#menuRelatorio) #menuRelatorio .group-btn-export-item {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  width: auto !important;
  padding: 0 !important;
  text-align: right !important;
}

html body:has(#menuRelatorio) #menuRelatorio .group-btn-export-item > p {
  flex-basis: 100%;
  margin: 0 0 2px !important;
  color: #98a2b3 !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: .06em;
  text-align: right;
  text-transform: uppercase;
}

html body:has(#menuRelatorio) #menuRelatorio .group-btn-export .btn-primary {
  min-width: 72px !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 7px 12px !important;
  border-radius: 7px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  box-shadow: none !important;
}

html body:has(#menuRelatorio) #menuRelatorio .group-btn-export .btn-primary:hover,
html body:has(#menuRelatorio) #menuRelatorio .group-btn-export .btn-primary:focus {
  opacity: .88 !important;
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(23, 34, 52, .12) !important;
}

html body:has(#menuRelatorio) #menuRelatorio + .container {
  width: calc(100% - 96px) !important;
  max-width: 1560px !important;
  margin: 0 auto 32px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid #e6e9ee !important;
  border-radius: var(--site-card-radius, 10px) !important;
  background-color: #fff !important;
  box-shadow: 0 3px 12px rgba(23, 34, 52, .05) !important;
}

html body:has(#menuRelatorio) #menuRelatorio + .container > strong {
  display: block;
  padding: 14px 18px;
  border-bottom: 1px solid #edf0f3;
  color: #667085;
  font-size: 12px;
}

.table-clean {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  background-color: #fff !important;
  color: #344054 !important;
  font-size: 13px !important;
}

.table-clean thead {
  background-color: #f3f5f7 !important;
}

.table-clean thead tr,
.table-clean tbody tr {
  border: 0 !important;
}

.table-clean thead th,
.table-clean thead td {
  padding: 12px 16px !important;
  border: 0 !important;
  border-bottom: 1px solid #dfe3e8 !important;
  background-color: #f3f5f7 !important;
  color: #475467 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: .045em !important;
  text-align: left;
  text-transform: uppercase !important;
  vertical-align: middle !important;
}

.table-clean thead th strong,
.table-clean thead td strong {
  color: inherit !important;
  font-weight: inherit !important;
}

.table-clean tbody td {
  padding: 10px 16px !important;
  border: 0 !important;
  border-bottom: 1px solid #edf0f3 !important;
  background-color: transparent !important;
  color: #344054 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  vertical-align: top !important;
}

/*
 * Mantém compactas as linhas com históricos extensos. O texto completo já é
 * disponibilizado na tela de detalhes, acessada pela última coluna.
 */
.table-clean tbody [itemprop="comittedExpenditureHistory"] {
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.4 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.table-clean tbody tr:nth-child(odd),
.table-clean tbody tr:nth-child(even) {
  background-color: #fff !important;
}

.table-clean tbody tr:last-child td {
  border-bottom: 0 !important;
}

.table-clean tbody tr:hover {
  background-color: #f8fafc !important;
}

.table-clean tbody strong {
  color: #1d2939;
  font-weight: 600;
}

/* ==================================================================
   TABELA COM MUITAS COLUNAS  (.table-clean com >= 10 colunas)

   Em vez de estourar a largura do card e ser cortada, a tabela ocupa
   100%, reparte o espaco entre as colunas conforme o conteudo
   (table-layout: auto -> "Objeto"/nome ganham mais que datas/valores),
   diminui a fonte, e quebra o texto SO no espaco. O texto nunca vaza
   pra coluna vizinha (overflow: hidden).

   Ativa SOZINHA a partir de 10 colunas via :has(:nth-child(10)) -
   funciona em qualquer tabela .table-clean (com <th> OU <td> no thead),
   nao so recursoshumanos. Tambem pode ser forcada com .table-clean--fit.

   Proporcao fina (opcional): <colgroup> com .col-num / .col-date /
   .col-sm / .col-mini. Sem colgroup, o proprio conteudo manda.

   Abaixo de 992px o .table-clean ja vira card empilhado (so vale desktop).
   ================================================================== */
/* IMPORTANTE: so no desktop (>= 992px). Abaixo disso o .table-clean vira
   card empilhado e essas regras nao podem interferir. */
@media (min-width: 992px) {
  .table-clean:has(> thead > tr > :nth-child(10)),
  .table-clean.table-clean--fit {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: auto;
  }

  /* Com <colgroup> a tabela reparte exatamente 100% (fixed): NUNCA passa da
     largura do card, o texto quebra dentro da celula e nenhuma coluna fica
     de fora / cortada na direita. Sem colgroup mantem o layout automatico. */
  .table-clean:has(> colgroup):has(> thead > tr > :nth-child(10)),
  .table-clean.table-clean--fit:has(> colgroup) {
    table-layout: fixed !important;
  }

  .table-clean:has(> thead > tr > :nth-child(10)) :is(thead th, thead td, tbody td),
  .table-clean.table-clean--fit :is(thead th, thead td, tbody td) {
    padding: 9px 8px !important;
    overflow-wrap: break-word;
    word-break: normal;
    white-space: normal !important;
    letter-spacing: 0 !important;
    overflow: hidden;
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  .table-clean:has(> thead > tr > :nth-child(10)) :is(thead th, thead td),
  .table-clean.table-clean--fit :is(thead th, thead td) {
    font-size: 9.5px !important;
    line-height: 1.2 !important;
  }

  /* Nas tabelas com <colgroup> (largura fixa por coluna) o valor de registro
     nunca e cortado: overflow visivel + quebra da palavra so se ela sozinha
     nao couber. Cabecalho continua quebrando so no espaco. */
  .table-clean:has(> colgroup):has(> thead > tr > :nth-child(10)) tbody td,
  .table-clean.table-clean--fit:has(> colgroup) tbody td {
    overflow: visible !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  /* Registros nao vem em negrito (cabecalho continua bold). */
  .table-clean:has(> thead > tr > :nth-child(10)) tbody td strong,
  .table-clean.table-clean--fit tbody td strong {
    font-weight: 400 !important;
    color: inherit !important;
  }

  /* Numero, data, matricula, C.H, sequencial, botao: NUNCA quebram linha.
     So as colunas de texto (nome / cargo / setor / local / vinculo /
     situacao - sem classe de numero no <td>) e que quebram. O cabecalho
     nao entra: continua quebrando so no espaco. */
  .table-clean:has(> thead > tr > :nth-child(10)) tbody td[style*="right"],
  .table-clean.table-clean--fit tbody td[style*="right"],
  .table-clean:has(> thead > tr > :nth-child(10)) tbody td.col-num,
  .table-clean:has(> thead > tr > :nth-child(10)) tbody td.col-date,
  .table-clean:has(> thead > tr > :nth-child(10)) tbody td.col-mini,
  .table-clean.table-clean--fit tbody td.col-num,
  .table-clean.table-clean--fit tbody td.col-date,
  .table-clean.table-clean--fit tbody td.col-mini {
    font-variant-numeric: tabular-nums;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
  }

  /* Icone quadradinho de cor (ex.: vinculo): pequeno, na linha do texto. */
  .table-clean:has(> thead > tr > :nth-child(10)) tbody td i.fa-square,
  .table-clean.table-clean--fit tbody td i.fa-square {
    font-size: 7px !important;
    margin-right: 3px;
    vertical-align: 1px;
  }

  /* Larguras por tipo de coluna (via <colgroup>). O que sobra fica com as
     colunas de texto sem classe (nome / cargo / setor / local). */
  .table-clean:has(> thead > tr > :nth-child(10)) col.col-num,
  .table-clean.table-clean--fit col.col-num   { width: 6.2%; }
  .table-clean:has(> thead > tr > :nth-child(10)) col.col-date,
  .table-clean.table-clean--fit col.col-date  { width: 6.5%; }
  .table-clean:has(> thead > tr > :nth-child(10)) col.col-sm,
  .table-clean.table-clean--fit col.col-sm    { width: 7%; }
  .table-clean:has(> thead > tr > :nth-child(10)) col.col-mini,
  .table-clean.table-clean--fit col.col-mini  { width: 3.6%; }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .table-clean:has(> thead > tr > :nth-child(10)) :is(thead th, thead td, tbody td),
  .table-clean.table-clean--fit :is(thead th, thead td, tbody td) {
    padding: 7px 4px !important;
    font-size: 9.5px !important;
  }
  .table-clean:has(> thead > tr > :nth-child(10)) :is(thead th, thead td),
  .table-clean.table-clean--fit :is(thead th, thead td) { font-size: 8px !important; }
}

@media (min-width: 1500px) {
  .table-clean:has(> thead > tr > :nth-child(10)) :is(thead th, thead td, tbody td),
  .table-clean.table-clean--fit :is(thead th, thead td, tbody td) {
    padding: 10px 11px !important;
    font-size: 12px !important;
  }
  .table-clean:has(> thead > tr > :nth-child(10)) :is(thead th, thead td),
  .table-clean.table-clean--fit :is(thead th, thead td) { font-size: 10.5px !important; }
}

/* Icone branco so nos botoes .btn-primary que realmente tem fundo colorido.
   O botao de detalhe da ultima coluna (.table-detail-icon) e transparente por
   definicao no style.php, entao icone branco nele ficava invisivel - ele usa a
   cor padrao do site, definida em .table-clean .table-detail-icon. */
.table-clean tbody .btn-primary i:not(.table-detail-icon) {
  color: #fff !important;
}

/* ==================================================================
   CELULA "VER MAIS": limita o texto a ~2 linhas e abre no clique da
   setinha (a linha da tabela estica pra baixo). Ex.: Objeto da
   licitacaolista. Serve em qualquer .table-clean e no card do mobile.
   A setinha so aparece quando o texto passa das 2 linhas (via JS).
   ================================================================== */
.cell-expand__text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cell-expand.is-open .cell-expand__text {
  display: block;
  overflow: visible;
  -webkit-line-clamp: none;
}

.cell-expand__toggle {
  display: none;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
  padding: 2px 2px 2px 0;
  border: 0;
  background: none;
  color: var(--cell-accent, #1a5cff);
  font: inherit;
  font-size: 10.5px !important;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}

.cell-expand.is-truncated .cell-expand__toggle {
  display: inline-flex;
}

.cell-expand__toggle i {
  font-size: 12px;
  line-height: 1;
  transition: transform .18s ease;
}

.cell-expand.is-open .cell-expand__toggle i {
  transform: rotate(180deg);
}

.cell-expand__toggle .cell-expand__less {
  display: none;
}

.cell-expand.is-open .cell-expand__toggle .cell-expand__more {
  display: none;
}

.cell-expand.is-open .cell-expand__toggle .cell-expand__less {
  display: inline;
}

/* Contenção específica da página de licitações e do seu gráfico */
.licitacoes-page,
.licitacoes-page .public_paginas,
.licitacoes-page form,
.licitacoes-page .row,
.licitacoes-page [class*="col-"] {
  min-width: 0;
  max-width: 100%;
}

.licitacoes-page #chart_div,
.licitacoes-page #chart_div > div,
.licitacoes-page #chart_div svg {
  max-width: 100% !important;
}

@media (min-width: 1101px) and (max-width: 1440px) {
  .table-clean {
    font-size: 11.5px !important;
  }

  .table-clean thead th,
  .table-clean thead td {
    padding: 8px 6px !important;
    font-size: 9.5px !important;
    letter-spacing: .02em !important;
  }

  .table-clean tbody td {
    padding: 10px 7px !important;
    font-size: 11.5px !important;
    line-height: 1.4 !important;
  }
}

@media (max-width: 1100px) {
  .table-responsive:has(> .table-clean) {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
    border: 0;
  }

  .licitacoes-page {
    width: calc(100% - 24px) !important;
    padding-right: 0;
    padding-left: 0;
  }

  .licitacoes-page .col-md-12 {
    float: none;
    width: 100%;
  }

  .licitacoes-page #chart_div {
    width: 100% !important;
    overflow: hidden;
  }

  /* Em telas intermediárias a tabela permanece em grade, mas mais compacta */
  .table-clean {
    font-size: 10px !important;
  }

  .table-clean thead th,
  .table-clean thead td {
    padding: 7px 4px !important;
    font-size: 8.5px !important;
    letter-spacing: .015em !important;
  }

  .table-clean tbody td {
    padding: 8px 4px !important;
    font-size: 10px !important;
    line-height: 1.4 !important;
  }

  .table-clean .btn-sm {
    padding: 5px 7px !important;
    font-size: 10px !important;
  }
}

@media (max-width: 991px) {
  .table-responsive:has(> .table-clean) {
    overflow-x: hidden !important;
  }

  .table-clean,
  .table-clean tbody {
    display: block !important;
    width: 100% !important;
  }

  .table-clean thead {
    display: none !important;
  }

  .table-clean tbody tr {
    display: block !important;
    width: 100% !important;
    margin-bottom: 12px !important;
    overflow: hidden !important;
    border: 1px solid #e6e9ee !important;
    border-radius: var(--site-card-radius, 9px) !important;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(23, 34, 52, .04) !important;
  }

  .table-clean tbody td {
    position: relative;
    display: block !important;
    width: 100% !important;
    min-height: 44px !important;
    padding: 11px 12px 11px 40% !important;
    border-bottom: 1px solid #edf0f3 !important;
    font-size: 11px !important;
    text-align: left !important;
    /* nunca cortar valor: quebra em qualquer ponto se nao couber */
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    overflow: visible !important;
  }

  .table-clean tbody td::before {
    position: absolute;
    top: 11px;
    left: 12px;
    width: 34%;
    color: #667085;
    content: attr(data-title);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .035em;
    text-transform: uppercase;
  }

  .table-clean tbody td[data-title="Objeto" i] {
    padding: 12px !important;
    overflow-wrap: anywhere;
    white-space: normal !important;
  }

  .table-clean tbody td[data-title="Objeto" i]::before {
    position: static;
    display: block;
    width: 100%;
    margin-bottom: 7px;
  }
}

/* Título reutilizável dos cards */
.card-title-clean {
  color: #1d2939 !important;
  font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  letter-spacing: .025em !important;
}

.card-title-clean strong {
  color: inherit !important;
  font-weight: 700 !important;
}

/* Filtros reutilizaveis: adicione a classe filter-clean ao bloco do formulario. */
.filter-clean {
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #e6e9ee !important;
  border-radius: var(--site-card-radius, 10px) !important;
  background-color: #fff !important;
  box-shadow: 0 3px 12px rgba(23, 34, 52, .05) !important;
}

.filter-clean > .titulo {
  margin: 0 !important;
  padding: 16px 20px 12px !important;
  border-bottom: 0;
  background-color: transparent;
}

/* A orientação pertence ao rodapé do formulário, não ao título do card. */
.filter-clean > .titulo > span,
.filter-clean > .filter-clean__hint,
.filter-clean form > .filter-clean__hint {
  display: none !important;
}

.filter-clean > [class*="col-"] {
  float: none !important;
  width: 100% !important;
  padding: 10px 18px 14px !important;
}

.filter-clean form > .row:not(.group-btn-export) {
  margin-right: -8px;
  margin-left: -8px;
}

.filter-clean form > .row:not(.group-btn-export) > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

.filter-clean .form-group {
  margin-bottom: 16px;
}

.filter-clean .form-group label {
  display: block;
  margin-bottom: 6px;
  color: #475467;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.filter-clean .form-group label i {
  width: 14px;
  margin-right: 3px;
  color: #98a2b3;
  text-align: center;
}

.filter-clean .form-control {
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #dfe3e8;
  border-radius: 7px;
  background-color: #fff;
  color: #344054;
  font-size: 13px;
  box-shadow: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.filter-clean .form-control:hover {
  border-color: #cbd2da;
}

.filter-clean .form-control:focus {
  border-color: #98a2b3;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(152, 162, 179, .14);
}

.filter-clean form > .row:not(.group-btn-export) {
  color: #667085;
  font-size: 12px;
}

.filter-clean .group-btn-export {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  margin: 20px 0 6px !important;   /* respiro em cima (campos) e embaixo (borda do card) */
  padding: 0;
  border-top: 0;
}

/* quando o <form> e filho direto do .filter-clean (ex.: licitacaolista) ele
   nao herda o padding dos outros filhos - garante respiro no rodape do card */
.filter-clean > form {
  padding-bottom: 12px;
}

.filter-clean .group-btn-export::before {
  display: block;
  flex: 0 0 100%;
  width: 100%;
  margin: 0 0 4px;
  color: #667085;
  content: "Para usar as opções de filtro, escolha o campo para a pesquisa e clique no botão pesquisar.";
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}

/* Sem os width fixos 58%/42% do Bootstrap (que faziam a exportacao cair de
   linha e vazar o card). A coluna dos botoes CRESCE pra ocupar o espaco (assim
   Pesquisar/Limpar nao quebram), e a de exportacao fica do tamanho do conteudo,
   encostada na direita. O :not() e o > sao pra vencer especificidade entre os
   dois seletores. */
.filter-clean .group-btn-export > [class*="col-"]:not(.group-btn-export-item) {
  flex: 1 1 auto;
  width: auto !important;
  max-width: 100%;
  min-width: 0;
  padding: 0 !important;
}

.filter-clean .group-btn-export > .group-btn-export-item {
  flex: 0 0 auto;
  width: auto !important;
  min-width: 0;
  padding: 0 !important;
  margin-left: auto;
}

/* Pesquisar + Limpar sempre lado a lado. O width:auto mata a regra antiga
   do responsive.css (.group-btn-export .btn-primary { width: 100% } entre
   768-991px) que deixava os botoes um embaixo do outro no filtro clean. */
.filter-clean .group-btn-export .btn-primary,
.filter-clean .group-btn-export .btn {
  width: auto !important;
  white-space: nowrap;
}

.filter-clean .group-btn-export-item .btn-group {
  display: inline-flex;
}

.filter-clean .group-btn-export .btn-primary {
  min-height: 36px;
  padding: 7px 13px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: none;
}

.filter-clean .group-btn-export .btn-primary:hover,
.filter-clean .group-btn-export .btn-primary:focus {
  opacity: .88;
  box-shadow: 0 3px 8px rgba(23, 34, 52, .12);
}

.filter-clean .group-btn-export-item {
  text-align: right;
}

.filter-clean__hint {
  margin: 2px 0 10px !important;
  padding: 0;
  color: #667085;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
}

.filter-clean__hint i {
  margin-right: 4px;
  color: #98a2b3;
}

/* Apresentação reutilizável das páginas de receitas */
.public_paginas.receitas-intro-clean {
  padding: 22px 24px 24px;
  border: 1px solid #e6e9ee;
  border-radius: var(--site-card-radius, 10px);
  background: #fff;
  box-shadow: 0 3px 12px rgba(23, 34, 52, .05) !important;
  text-align: center;
}

.receitas-intro-clean__title {
  max-width: 1080px;
  margin: 0 auto 5px;
  color: #1d2939;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.receitas-intro-clean__content {
  width: 100%;
}

.receitas-intro-clean__text {
  margin: 0 0 12px;
  color: #667085;
  font-size: 12px;
  line-height: 1.5;
}

.receitas-intro-clean__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}

.receitas-intro-clean__link.btn-primary {
  min-height: 36px;
  margin: 0;
  padding: 8px 13px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  box-shadow: none;
  transition: opacity .18s ease, transform .18s ease, box-shadow .18s ease;
}

.receitas-intro-clean__link.btn-primary:hover,
.receitas-intro-clean__link.btn-primary:focus {
  opacity: .9;
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(23, 34, 52, .12);
}

.receitas-intro-clean__link i {
  margin-right: 3px;
}

/* Apresentação das despesas: navegação por cards reutilizáveis. */
.public_paginas.despesas-intro-clean {
  padding: 22px 24px 24px;
  border: 1px solid #e6e9ee;
  border-radius: var(--site-card-radius, 10px);
  background: #fff;
  box-shadow: 0 3px 12px rgba(23, 34, 52, .05) !important;
  text-align: center;
}

.despesas-intro-clean__title {
  margin: 0 auto 5px;
  color: #1d2939;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.despesas-intro-clean__text {
  margin: 0 0 16px;
  color: #667085;
  font-size: 12px;
  line-height: 1.5;
}

.despesas-links-clean {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
  text-align: left;
}

.despesas-link-clean {
  display: flex;
  grid-column: span 2;
  align-items: center;
  min-height: 76px;
  padding: 13px 14px;
  border: 1px solid #e6e9ee;
  border-radius: var(--site-card-radius, 7px);
  background: #fff;
  color: #344054;
  text-decoration: none !important;
  box-shadow: 0 2px 7px rgba(23, 34, 52, .04);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.despesas-link-clean:nth-child(5) {
  grid-column: 2 / span 2;
}

.despesas-links-clean--three {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.despesas-links-clean--three .despesas-link-clean,
.despesas-links-clean--three .despesas-link-clean:nth-child(5) {
  grid-column: span 2;
}

.despesas-link-clean:hover,
.despesas-link-clean:focus {
  border-color: var(--clean-accent, #667085);
  color: #1d2939;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(23, 34, 52, .08);
}

.despesas-link-clean__icon {
  display: flex;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-right: 12px;
  border: 0 !important;
  border-radius: var(--site-card-radius, 7px);
  background: var(--clean-accent-soft, #f2f4f7) !important;
  color: var(--clean-accent, #667085) !important;
  font-size: 18px;
  line-height: 1;
}

.despesas-link-clean__icon i {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: 1 !important;
}

.despesas-link-clean strong,
.despesas-link-clean small {
  display: block;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.despesas-link-clean strong {
  margin-bottom: 3px;
  color: #1d2939;
  font-size: 13px;
  line-height: 1.3;
}

.despesas-link-clean small {
  color: #667085;
  font-size: 11px;
  line-height: 1.35;
}

/* Cartão reutilizável para gráficos e dashboards */
.chart-clean {
  position: relative;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #e6e9ee !important;
  border-radius: var(--site-card-radius, 10px) !important;
  background: #fff !important;
  box-shadow: 0 3px 12px rgba(23, 34, 52, .05) !important;
}

.chart-clean > .titulo {
  margin: 0 !important;
  padding: 15px 20px !important;
  border-bottom: 1px solid #edf0f3;
  background: #fff;
}

.chart-clean__body {
  float: none !important;
  width: 100% !important;
  padding: 8px 18px 4px !important;
}

.chart-clean__body > div {
  width: 100%;
  min-height: 360px;
}

.chart-clean svg text {
  font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
}

/* Card reutilizável para listas e tabelas */
.table-card-clean {
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #e6e9ee !important;
  border-radius: var(--site-card-radius, 10px) !important;
  background: #fff !important;
  box-shadow: 0 3px 12px rgba(23, 34, 52, .05) !important;
}

.table-card-clean > .titulo {
  margin: 0 !important;
  padding: 15px 20px !important;
  border-bottom: 1px solid #edf0f3;
  background: #fff;
}

.table-card-clean__body {
  float: none !important;
  width: 100% !important;
  padding: 10px 18px 14px !important;
}

.card-title-clean__meta {
  float: right;
  color: #667085;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

/* Titulo padrao das secoes da home */
.home-title-clean {
  margin: 40px 0 22px;
  color: #1d2939;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  letter-spacing: .1px;
}

@media (max-width: 767px) {
  .home-title-clean {
    margin-bottom: 18px;
    font-size: 19px;
  }
}


.publicacoes-clean__top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}



@media (max-width: 425px){
  .publicacoes-clean__top{
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    margin-bottom: 15px
  }
}

/* Ultimas publicacoes (home): painel unico (abas + lista conectadas).
   Escopo .publicacoes-clean para nao afetar outras paginas que reusam
   as mesmas classes base (nav-tabs2, l-obra-col-2, background-box-tabs). */
.publicacoes-clean__panel {
  overflow: hidden;
  border: 1px solid #e6e9ee;
  border-radius: var(--site-card-radius, 7px);
  background: #fff;
  box-shadow: 0 3px 12px rgba(23, 34, 52, .05);
}

.publicacoes-clean .nav-tabs2 {
  gap: 4px;
  margin: 0 !important;
  padding: 8px;
  background: #f4f6f8 !important;
  border-bottom: 1px solid #e6e9ee !important;
}

.publicacoes-clean .nav-tabs2 > li {
  filter: none !important;
  border-bottom: none !important;
}

.publicacoes-clean .nav-tabs2 .long-tabs {
  border-radius: 8px !important;
  padding: 8px 14px !important;
  background: transparent;
  border: none;
  color: #475467 !important;
  font-size: 13px;
  font-weight: 600;
}

.publicacoes-clean .nav-tabs2 li.active .long-tabs {
  border: none !important;
}

.publicacoes-clean .background-box-tabs {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.publicacoes-clean__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid #edf0f3;
  text-decoration: none !important;
  transition: background .15s ease;
}

.publicacoes-clean__item:last-child,
.publicacoes-clean .tab-pane .col-md-12 > .publicacoes-clean__item:last-of-type {
  border-bottom: none;
}

/* Páginas de serviços: apresentação e catálogo no padrão clean. */
.services-page-clean .contain,
.services-page-clean [class*="col-"] {
  min-width: 0;
}

.services-intro-clean {
  padding: 24px !important;
  border: 1px solid #e6e9ee;
  border-radius: var(--site-card-radius, 7px);
  background: #fff;
  box-shadow: 0 3px 12px rgba(23, 34, 52, .05) !important;
  text-align: center;
}

.services-intro-clean__title {
  margin: 0 0 6px;
  color: #1d2939;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}

.services-intro-clean__text {
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
}

.services-catalog-clean {
  overflow: hidden;
  padding: 0 18px 18px !important;
  border: 1px solid #e6e9ee;
  border-radius: var(--site-card-radius, 7px);
  background: #fff;
  box-shadow: 0 3px 12px rgba(23, 34, 52, .05) !important;
}

.services-catalog-clean > .text-center {
  margin: 0 -18px 18px;
  padding: 8px 18px 0 !important;
  background: #f7f8fa;
  border-bottom: 1px solid #e6e9ee;
}

.services-catalog-clean .tab-content {
  padding: 0 !important;
}

.services-catalog-clean .bs-transparencia-list {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.services-catalog-clean .bs-transparencia-list > li {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.services-catalog-clean .bs-transparencia-li-link {
  display: block;
  height: 100%;
  text-decoration: none !important;
}

.services-catalog-clean .card-services {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 132px;
  height: 100%;
  padding: 18px !important;
  border: 1px solid #e4e8ed;
  border-radius: var(--site-card-radius, 7px);
  background: #fff;
  box-shadow: 0 2px 7px rgba(23, 34, 52, .04);
  text-align: left;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.services-catalog-clean .card-services:hover {
  border-color: var(--home-section-accent, #2e7d32);
  box-shadow: 0 7px 18px rgba(23, 34, 52, .08);
  transform: translateY(-2px);
}

.services-catalog-clean .card-services > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0 0 12px;
  border-radius: var(--site-card-radius, 7px);
  background: color-mix(in srgb, var(--home-section-accent, #2e7d32) 11%, #fff);
  color: var(--home-section-accent, #2e7d32);
  font-size: 18px;
}

.services-catalog-clean .card-services > p:first-of-type {
  color: #1d2939;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1.35 !important;
}

.services-catalog-clean .card-services > p:last-child {
  margin: 5px 0 0 !important;
  color: #667085;
  line-height: 1.45 !important;
}

/* Componentes reutilizáveis da página de diárias. */
.daily-page-clean .public_paginas {
  border-radius: var(--site-card-radius, 7px);
}

.daily-publications-clean,
.daily-latest-clean {
  padding: 20px !important;
  border: 1px solid #e6e9ee;
  background: #fff;
  box-shadow: 0 3px 12px rgba(23, 34, 52, .05) !important;
}

.daily-section-heading {
  margin: 0 0 16px;
  color: #1d2939;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}

.daily-section-heading strong {
  color: inherit;
  font: inherit;
}

.daily-publications-clean .daily-section-heading {
  text-align: center;
}

.daily-links-clean {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.daily-link-clean {
  flex: 0 1 260px;
}

.daily-link-clean a {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 82px;
  padding: 14px;
  border: 1px solid #e4e8ed;
  border-radius: var(--site-card-radius, 7px);
  background: #fff;
  color: #1d2939;
  text-decoration: none !important;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.daily-link-clean a:hover {
  border-color: var(--daily-accent, #2e7d32);
  box-shadow: 0 6px 16px rgba(23, 34, 52, .08);
  transform: translateY(-2px);
}

.daily-link-clean__icon,
.daily-card-clean__icon {
  display: grid;
  flex: 0 0 42px;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: var(--site-card-radius, 7px);
  background: color-mix(in srgb, var(--daily-accent, #2e7d32) 11%, #fff);
  color: var(--daily-accent, #2e7d32);
  font-size: 18px;
}

.daily-link-clean__title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.daily-chart-clean .chart-clean__body > div {
  min-height: 320px;
}

.daily-latest-clean__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.daily-latest-clean__header .daily-section-heading {
  margin: 0;
}

.daily-latest-clean__updated {
  float: none !important;
  width: 100%;
  padding: 0 0 10px !important;
  color: #667085;
  text-align: right;
}

.daily-cards-clean {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  padding: 0 !important;
}

.daily-card-clean {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 11px 13px;
  border: 1px solid #e4e8ed;
  border-radius: var(--site-card-radius, 7px);
  background: #fff;
  box-shadow: 0 2px 7px rgba(23, 34, 52, .04);
}

.daily-card-clean__icon {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  font-size: 14px;
}

.daily-card-clean__head {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.daily-card-clean__identity {
  min-width: 0;
}

.daily-card-clean__title {
  display: block;
  color: #1d2939;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none !important;
}

.daily-card-clean__date {
  display: block;
  margin-top: 3px;
  color: #667085;
  font-size: 10.5px;
}

.daily-card-clean__head > .btn-primary {
  flex: 0 0 auto;
  margin-left: auto;
  border-radius: var(--site-card-radius, 7px);
  font-size: 9px !important;
}

.daily-card-clean__description {
  display: -webkit-box;
  margin: 8px 0;
  overflow: hidden;
  color: #475467;
  font-size: 11.5px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.daily-card-clean__details {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 4px 12px;
  align-items: end;
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid #edf0f3;
}

.daily-card-clean__details span {
  color: #475467;
  font-size: 10.5px;
  line-height: 1.3;
}

.daily-card-clean__details strong {
  display: block;
  margin-bottom: 1px;
  color: #1d2939;
  font-weight: 600;
}

.daily-card-clean__more {
  display: grid;
  grid-column: 5;
  grid-row: 1;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: var(--site-card-radius, 7px);
  color: var(--daily-accent, #2e7d32);
  font-size: 15px;
}

@media (max-width: 991px) {
  .services-catalog-clean .bs-transparencia-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .services-intro-clean,
  .services-catalog-clean,
  .daily-publications-clean,
  .daily-latest-clean {
    padding: 15px !important;
  }

  .services-catalog-clean > .text-center {
    margin: 0 -15px 15px;
  }

  .daily-cards-clean {
    grid-template-columns: 1fr;
  }

  .daily-card-clean__details {
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  }

  .daily-card-clean__more {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .daily-chart-clean .chart-clean__body > div {
    min-height: 260px;
  }
}

@media (max-width: 520px) {
  .services-catalog-clean .bs-transparencia-list {
    grid-template-columns: 1fr;
  }

  .daily-link-clean {
    flex: 1 1 100%;
  }

  .daily-latest-clean__header {
    align-items: flex-start;
  }

  .daily-card-clean__details {
    grid-template-columns: 1fr 1fr;
  }

  .daily-card-clean__more {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
  }
}

/* Receita de emendas: distribuição estável das colunas sem corte lateral. */
.table-emenda-clean-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
  border: 0;
}

.table-emenda-clean {
  display: table;
  width: 100% !important;
  max-width: 100% !important;
  table-layout: fixed;
  font-size: clamp(8px, .72vw, 11px) !important;
}

.table-emenda-clean th,
.table-emenda-clean td {
  min-width: 0 !important;
  box-sizing: border-box;
}

.table-emenda-clean .col-data { width: 6%; }
.table-emenda-clean .col-talao { width: 7%; }
.table-emenda-clean .col-origem { width: 8%; }
.table-emenda-clean .col-autor { width: 8%; }
.table-emenda-clean .col-repasse { width: 8%; }
.table-emenda-clean .col-emenda { width: 9%; }
.table-emenda-clean .col-convenio { width: 8%; }
.table-emenda-clean .col-objeto { width: 18%; }
.table-emenda-clean .col-funcao { width: 8%; }
.table-emenda-clean .col-valor { width: 8%; }
.table-emenda-clean .col-mais { width: 4%; }

.table-emenda-clean thead td {
  padding: clamp(5px, .65vw, 10px) clamp(2px, .45vw, 7px) !important;
  font-size: clamp(7px, .66vw, 10px) !important;
  line-height: 1.25 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none;
}

.table-emenda-clean tbody td {
  padding: clamp(6px, .7vw, 11px) clamp(2px, .45vw, 7px) !important;
  font-size: clamp(8px, .72vw, 11px) !important;
  overflow-wrap: break-word;
  word-break: normal !important;
}

.table-emenda-clean tbody td[data-title="Objeto/Finalidade"] {
  overflow: hidden;
  line-height: 1.4 !important;
}

.table-emenda-clean tbody td:last-child {
  padding-inline: 4px !important;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .table-emenda-clean colgroup {
    display: table-column-group !important;
  }

  .table-emenda-clean,
  .table-emenda-clean tbody {
    display: table !important;
    width: 100% !important;
  }

  .table-emenda-clean thead {
    display: table-header-group !important;
  }

  .table-emenda-clean tbody {
    display: table-row-group !important;
  }

  .table-emenda-clean thead tr,
  .table-emenda-clean tbody tr {
    display: table-row !important;
    width: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .table-emenda-clean thead td,
  .table-emenda-clean tbody td {
    position: static !important;
    display: table-cell !important;
    width: auto !important;
    min-height: 0 !important;
    padding: 5px 2px !important;
    font-size: clamp(6px, 1vw, 9px) !important;
    line-height: 1.25 !important;
    text-align: left;
    vertical-align: top !important;
  }

  .table-emenda-clean tbody td::before {
    display: none !important;
    content: none !important;
  }

  .table-emenda-clean .btn-sm {
    min-width: 0;
    padding: 3px 4px !important;
    font-size: clamp(6px, 1vw, 9px) !important;
  }

  .table-emenda-clean tbody td:last-child {
    text-align: center !important;
  }

  .table-emenda-clean-wrap + * {
    clear: both;
  }
}

@media (max-width: 767px) {
  .table-emenda-clean colgroup {
    display: none;
  }

  .table-emenda-clean-wrap {
    overflow-x: hidden !important;
  }

  .table-emenda-clean tbody td[data-title="Objeto/Finalidade"] {
    padding: 12px !important;
    overflow-wrap: anywhere;
    white-space: normal !important;
  }

  .table-emenda-clean tbody td[data-title="Objeto/Finalidade"]::before {
    position: static;
    display: block;
    width: 100%;
    margin-bottom: 7px;
  }
}


.publicacoes-clean__item:hover,
.publicacoes-clean__item:focus {
  background: #f9fafb;
}

.publicacoes-clean__item-body {
  min-width: 0;
}

.publicacoes-clean__item-title {
  margin: 0 0 4px;
  color: #1d2939;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.publicacoes-clean__item-text {
  margin: 0 0 6px;
  overflow: hidden;
  color: #667085;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  text-overflow: ellipsis;
}

.publicacoes-clean__item-date {
  color: #667085;
  font-size: 12px;
  white-space: nowrap;
}

.publicacoes-clean__item-date i {
  margin-right: 4px;
}

.publicacoes-clean__badge {
  margin-left: 6px;
  padding: 1px 6px;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .3px;
  vertical-align: middle;
}

.publicacoes-clean__item-arrow {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  color: #98a2b3;
  font-size: 16px;
}

@media (max-width: 767px) {
  .publicacoes-clean .nav-tabs2 .long-tabs {
    padding: 7px 10px !important;
    font-size: 12px;
  }

  .publicacoes-clean__item {
    padding: 12px 14px;
  }

  .publicacoes-clean__item-title {
    font-size: 13px;
  }
}

/* Unidades de atendimento: cards clean com icone em circulo.
   Grid com auto-fit + 1fr: os cards esticam para ocupar 100% da largura
   do container, em vez de ficarem centralizados com sobra nas laterais. */
.home-units-section .home-title-clean {
  margin-top: 0;
}

.unidades-clean {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
}

.unidades-clean__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding: 28px 16px;
  border: 1px solid #e6e9ee !important;
  border-radius: var(--site-card-radius, 7px) !important;
  background: #fff !important;
  color: #344054 !important;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 3px 12px rgba(23, 34, 52, .05);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.unidades-clean__item:hover,
.unidades-clean__item:focus {
  border-color: #d0d5dd !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(23, 34, 52, .1);
}

.unidades-clean__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 14px;
  border-radius: 50%;
  /* cor de fundo/icone definida dinamicamente em css/style.php, acompanha a cor do botao da prefeitura */
  font-size: 26px;
  line-height: 1;
  transition: background .18s ease, color .18s ease;
}

.unidades-clean__label {
  margin: 0;
  color: #1d2939;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .unidades-clean {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 12px;
  }

  .unidades-clean__item {
    min-height: 120px;
    padding: 20px 12px;
  }

  .unidades-clean__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
    font-size: 19px;
  }

  .unidades-clean__label {
    font-size: 12px;
  }
}

/* Indicadores reutilizáveis de resumo */
.summary-clean-grid {
  margin: 0 0 10px;
}

.summary-clean-grid .row {
  margin-right: -5px;
  margin-left: -5px;
}

.summary-clean-grid [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.public_paginas.summary-clean {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 92px;
  padding: 17px 18px;
  padding-bottom: 17px;
  border: 1px solid #e6e9ee;
  border-radius: var(--site-card-radius, 10px);
  background: #fff;
  box-shadow: 0 3px 12px rgba(23, 34, 52, .05);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.public_paginas.summary-clean:hover {
  border-color: #d0d5dd;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(23, 34, 52, .08);
}

.summary-clean__icon {
  display: flex;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-right: 13px;
  border-radius: var(--site-card-radius, 9px);
  font-size: 19px;
}

.summary-clean__content {
  min-width: 0;
}

.summary-clean__label,
.summary-clean__value {
  display: block;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.summary-clean__label {
  margin-bottom: 4px;
  color: #667085;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.summary-clean__value {
  overflow: hidden;
  color: #1d2939;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.summary-clean--budget .summary-clean__icon {
  background: rgba(46, 204, 113, .1);
  color: #2ecc71;
}

.summary-clean--extra .summary-clean__icon {
  background: rgba(39, 174, 96, .1);
  color: #27ae60;
}

.summary-clean--total .summary-clean__icon {
  background: rgba(46, 121, 77, .1);
  color: #2e794d;
}

.summary-clean--budget {
  border-left: 4px solid #2ecc71 !important;
}

.summary-clean--extra {
  border-left: 4px solid #27ae60 !important;
}

.summary-clean--total {
  border-left: 4px solid #2e794d !important;
}

.summary-clean--committed .summary-clean__icon {
  background: rgba(243, 156, 18, .1);
  color: #f39c12;
}

.summary-clean--settled .summary-clean__icon {
  background: rgba(230, 126, 34, .1);
  color: #e67e22;
}

.summary-clean--paid .summary-clean__icon {
  background: rgba(192, 57, 43, .1);
  color: #c0392b;
}

.summary-clean--committed {
  border-left: 4px solid #f39c12 !important;
}

.summary-clean--settled {
  border-left: 4px solid #e67e22 !important;
}

.summary-clean--paid {
  border-left: 4px solid #c0392b !important;
}

@media (max-width: 767px) {
  .public_paginas.despesas-intro-clean {
    padding: 18px 16px;
  }

  .despesas-links-clean {
    grid-template-columns: 1fr;
  }

  .despesas-link-clean,
  .despesas-link-clean:nth-child(5),
  .despesas-links-clean--three .despesas-link-clean,
  .despesas-links-clean--three .despesas-link-clean:nth-child(5) {
    grid-column: auto;
  }

  .filter-clean {
    padding: 0 !important;
    border-radius: var(--site-card-radius, 9px) !important;
  }

  .public_paginas.receitas-intro-clean {
    padding: 18px 14px;
  }

  .receitas-intro-clean__title {
    font-size: 16px;
  }

  .receitas-intro-clean__actions {
    display: block;
  }

  .receitas-intro-clean__link.btn-primary {
    display: block;
    width: 100%;
    margin-bottom: 7px;
  }

  .filter-clean form > .row > [class*="col-"],
  .filter-clean .group-btn-export > [class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .filter-clean > [class*="col-"] {
    padding: 12px 14px 14px !important;
  }

  .filter-clean form > .row,
  .filter-clean .group-btn-export {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .filter-clean > .titulo {
    margin: 0 !important;
    padding: 13px 14px !important;
  }

  .filter-clean .form-group {
    margin-bottom: 12px;
  }

  .filter-clean .group-btn-export {
    display: block;
  }

  .filter-clean .group-btn-export-item {
    margin-top: 8px;
    text-align: left;
  }

  .filter-clean .group-btn-export .btn-primary {
    width: auto;
    margin-bottom: 6px;
  }

  .chart-clean > .titulo {
    padding: 13px 14px !important;
  }

  .chart-clean__body {
    padding: 4px 8px 0 !important;
    overflow-x: auto;
  }

  .chart-clean__body > div {
    min-width: 620px;
    min-height: 330px;
  }

  .chart-clean--responsive-bars .chart-clean__body {
    overflow-x: hidden;
  }

  .chart-clean--responsive-bars .chart-clean__body > div {
    width: 100% !important;
    min-width: 0;
    min-height: 300px;
  }

  .table-card-clean > .titulo {
    padding: 13px 14px !important;
  }

  .table-card-clean__body {
    padding: 8px !important;
  }

  .card-title-clean__meta {
    display: block;
    float: none;
    margin-top: 5px;
  }

  .summary-clean-grid [class*="col-"] + [class*="col-"] {
    margin-top: 8px;
  }

  .public_paginas.summary-clean {
    min-height: 82px;
    padding: 14px;
    padding-bottom: 14px;
  }
}

@media (max-width: 767px) {
  html body:has(#menuRelatorio) .relatorio-topo-site__conteudo {
    width: calc(100% - 24px);
    min-height: 36px;
    padding: 0;
  }

  html body:has(#menuRelatorio) .relatorio-topo-site__cliente {
    display: none;
  }

  html body:has(#menuRelatorio) .relatorio-topo-site__links {
    justify-content: space-between;
    gap: 12px;
    width: 100%;
  }

  html body:has(#menuRelatorio) .relatorio-topo-site__links a {
    font-size: 0;
  }

  html body:has(#menuRelatorio) .relatorio-topo-site__links i {
    margin: 0;
    font-size: 16px;
  }

  html body:has(#menuRelatorio) #menuRelatorio > .container {
    display: block !important;
    width: calc(100% - 24px) !important;
    padding: 16px 14px !important;
  }

  html body:has(#menuRelatorio) #menuRelatorio h2,
  html body:has(#menuRelatorio) #menuRelatorio h3 {
    text-align: center !important;
  }

  html body:has(#menuRelatorio) #menuRelatorio h2 {
    font-size: 17px !important;
  }

  html body:has(#menuRelatorio) #menuRelatorio .relatorio-logo-cliente,
  html body:has(#menuRelatorio) #menuRelatorio .relatorio-logo-cliente a {
    min-height: 62px;
    justify-content: center;
  }

  html body:has(#menuRelatorio) #menuRelatorio .relatorio-logo-cliente img {
    max-width: min(320px, 88vw);
    max-height: 68px;
    object-position: center;
  }

  html body:has(#menuRelatorio) #menuRelatorio .relatorio-titulo-simples {
    justify-self: center;
    width: auto;
    margin: 8px auto 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    text-align: center !important;
  }

  html body:has(#menuRelatorio) #menuRelatorio .group-btn-export {
    margin-top: 14px !important;
    padding-top: 12px !important;
    border-top: 1px solid #edf0f3 !important;
  }

  html body:has(#menuRelatorio) #menuRelatorio .group-btn-export-item {
    justify-content: center;
    gap: 7px;
  }

  html body:has(#menuRelatorio) #menuRelatorio .group-btn-export-item > p {
    text-align: center;
  }

  html body:has(#menuRelatorio) #menuRelatorio .group-btn-export .btn-primary {
    flex: 1 1 calc(33.333% - 7px);
    min-width: 74px !important;
  }

  html body:has(#menuRelatorio) #menuRelatorio + .container {
    width: calc(100% - 24px) !important;
    overflow: visible !important;
    border: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }

  .table-clean,
  .table-clean tbody {
    display: block !important;
    background-color: transparent !important;
  }

  .table-clean tbody tr {
    display: block !important;
    margin-bottom: 12px !important;
    overflow: hidden !important;
    border: 1px solid #e6e9ee !important;
    border-radius: var(--site-card-radius, 9px) !important;
    background-color: #fff !important;
    box-shadow: 0 2px 8px rgba(23, 34, 52, .04) !important;
  }

  .table-clean tbody td {
    display: block !important;
    min-height: 44px !important;
    padding: 11px 12px 11px 42% !important;
    border-bottom: 1px solid #edf0f3 !important;
    /* nunca cortar valor: quebra em qualquer ponto se nao couber */
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    overflow: visible !important;
  }

  .table-clean tbody td:last-child {
    border-bottom: 0 !important;
  }

  .table-clean.table-condensed td:before {
    top: 11px !important;
    left: 12px !important;
    width: 36% !important;
    padding: 0 !important;
    overflow: hidden;
    color: #667085 !important;
    font-size: 10px !important;
    letter-spacing: .035em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: normal !important;
  }

  .table-clean tbody td[data-title="Objeto" i] {
    padding: 12px !important;
    overflow-wrap: anywhere;
    white-space: normal !important;
  }

  .table-clean.table-condensed tbody td[data-title="Objeto" i]:before {
    position: static !important;
    display: block;
    width: 100% !important;
    margin-bottom: 7px;
  }
}


/* CLASSES PRA APLICAR EM ELEMENTOS DA HOME */

/* essa aplica aquele espaçamento entre o titulo e o link pra
detalhes. Por exemplo -> Últimas notícias               Mais notícias + icone */
.container-home{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* @media (max-width: 425px){

} */

/* FIM CLASSES PRA APLICAR EM ELEMENTOS DA HOME */

/* Mantem o layout original e apenas contem imagem e texto dentro das duas
   metades de cada noticia recente, inclusive quando a lateral fica estreita. */
.news-detail-responsive__recent-row {
  flex-wrap: nowrap;
  align-items: flex-start;
}

.news-detail-responsive__recent-media {
  flex: 0 0 50%;
  width: 50%;
  min-width: 0;
  overflow: hidden;
}

.news-detail-responsive__recent-body {
  flex: 0 0 50%;
  width: 50%;
  min-width: 0;
}

.news-detail-responsive__recent-media a {
  display: block;
  width: 100%;
}

.news-detail-responsive__recent-media .ImagemIndexNoticia {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  margin-right: 0 !important;
}


/* ============================================================
   Bloco de notícias "destaque + lista" (VNoticiaFrente = G).
   Destaque grande à esquerda, lista de notícias à direita
   separadas por linha fina. Imagens seguem var(--site-card-radius),
   ou seja, VCaixaArredondamento.
   ============================================================ */
.news-feature-clean__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.news-feature-clean__header .title-detail {
  margin: 0 !important;
}

.news-feature-clean {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  align-items: stretch;
}

.news-feature-clean__main {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-right: 44px;
}

.news-feature-clean__list {
  min-width: 0;
  /* linha vertical separando do destaque, igual a referencia */
  padding-left: 44px;
  border-left: 1px solid #e6e9ee;
}

.news-feature-clean__main-link {
  display: block;
}

.news-feature-clean__main-img {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: var(--site-card-radius, 10px);
  /* sempre 4:3, preenchendo 100% da largura da coluna - sem teto de
     largura/altura, pra nao sobrar buraco do lado (a altura cresce junto) */
  aspect-ratio: 4 / 3;
  background: #eef0f4;
}

.news-feature-clean__main-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-feature-clean__category {
  display: block;
  margin-top: 18px;
  color: var(--home-section-accent, #2e7d32);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
}

.news-feature-clean__title {
  display: -webkit-box;
  margin: 6px 0 0;
  overflow: hidden;
  color: #14181f;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.22;
  text-wrap: balance;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-feature-clean__title a {
  color: inherit;
  text-decoration: none !important;
  transition: color .15s ease;
}

/* passar o mouse na imagem do destaque tambem acende o titulo, na cor do
   botao do site - sem sublinhado */
.news-feature-clean__main:has(.news-feature-clean__main-link:hover) .news-feature-clean__title a,
.news-feature-clean__title a:hover,
.news-feature-clean__title a:focus {
  color: var(--home-section-accent, #2e7d32);
}

.news-feature-clean__desc {
  display: -webkit-box;
  margin: 8px 0 0;
  overflow: hidden;
  color: #98a2b3;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-feature-clean__meta {
  display: block;
  margin-top: 6px;
  color: #98a2b3;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.news-feature-clean__list {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.news-feature-clean__item {
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid #e6e9ee;
}

.news-feature-clean__list .news-feature-clean__item:first-child {
  padding-top: 0;
  border-top: 0;
}

.news-feature-clean__item-img {
  display: block;
  flex: 0 0 150px;
  width: 150px;
  /* altura explicita (nao so aspect-ratio) pra garantir o corte 4:3
     mesmo se o layout flex ao redor disputar o tamanho da caixa */
  height: 112px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--site-card-radius, 8px);
  background: #eef0f4;
}

.news-feature-clean__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-feature-clean__item-body {
  min-width: 0;
}

.news-feature-clean__item-category {
  display: block;
  color: var(--home-section-accent, #2e7d32);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
}

.news-feature-clean__item-title {
  display: -webkit-box;
  margin: 5px 0 0;
  overflow: hidden;
  color: #14181f;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-feature-clean__item-title a {
  color: inherit;
  text-decoration: none !important;
  transition: color .15s ease;
}

/* passar o mouse na miniatura da lista tambem acende o titulo, na cor do
   botao do site - sem sublinhado */
.news-feature-clean__item:has(.news-feature-clean__item-img:hover) .news-feature-clean__item-title a,
.news-feature-clean__item-title a:hover,
.news-feature-clean__item-title a:focus {
  color: var(--home-section-accent, #2e7d32);
}

.news-feature-clean__item-meta {
  display: block;
  margin-top: 6px;
  color: #98a2b3;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .news-feature-clean {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  /* empilhado: imagem+texto do destaque, depois a lista - sem esticar altura,
     sem linha vertical (ela so faz sentido lado a lado) */
  .news-feature-clean__main {
    padding-right: 0;
  }

  .news-feature-clean__list {
    height: auto;
    justify-content: flex-start;
    padding-left: 0;
    border-left: 0;
  }

  .news-feature-clean__title {
    font-size: 23px;
  }
}

@media (max-width: 520px) {
  .news-feature-clean__item-img {
    flex-basis: 110px;
    width: 110px;
    height: 82px;
  }

  .news-feature-clean__item-title {
    font-size: 15px;
  }
}

/* ==================================================================
   CENTRAL DA OUVIDORIA - cartoes clean (ouvidoria.php)
   2 ou 3 cartoes brancos de altura igual; cada um traz a sua cor
   de destaque via a variavel --ouv-accent no proprio cartao.
   ================================================================== */
.ouv-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* os 15px de base compensam a margem negativa da .row do Bootstrap (senao
     os cartoes vazam pra fora do .public_paginas); o clamp adiciona um
     respiro lateral que encolhe junto com a tela. */
  margin: 24px clamp(15px, 3.5vw, 50px) 12px;
}

.ouv-cards > [class*="col-"] {
  display: flex;
  float: none;
  width: auto;
  flex: 1 1 240px;
  max-width: 460px;
  min-width: 0;
  padding: 0;
  margin: 0;
}

.ouv-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 26px 22px 22px;
  border: 1px solid #e6e8ec;
  border-radius: var(--site-card-radius, 14px);
  background: #fff;
  box-shadow: 0 2px 10px rgba(16, 24, 40, .05);
  text-align: center;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ouv-card:hover {
  border-color: color-mix(in srgb, var(--ouv-accent, #2e7d32) 40%, #e6e8ec);
  box-shadow: 0 10px 26px rgba(16, 24, 40, .09);
  transform: translateY(-2px);
}

.ouv-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--ouv-accent, #2e7d32) 12%, #fff);
  color: var(--ouv-accent, #2e7d32);
  font-size: 24px;
  line-height: 1;
}

.ouv-card__icon i {
  margin: 0;
  color: inherit;
}

.ouv-card__title {
  margin: 0 0 8px;
  color: #1d2939;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.ouv-card__desc {
  margin: 0 0 16px;
  color: #667085;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

.ouv-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  padding: 11px 16px;
  border: 0;
  border-radius: var(--site-card-radius, 10px);
  background: var(--ouv-accent, #2e7d32);
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  transition: filter .18s ease, box-shadow .18s ease;
}

.ouv-card__btn:hover,
.ouv-card__btn:focus {
  color: #fff !important;
  filter: brightness(.94);
  box-shadow: 0 4px 12px color-mix(in srgb, var(--ouv-accent, #2e7d32) 35%, transparent);
}

.ouv-card__meta {
  margin: 12px 0 0;
  color: #98a2b3;
  font-size: 11.5px;
  font-style: italic;
  line-height: 1.4;
}

.ouv-card__meta i {
  margin-right: 4px;
  font-style: normal;
}

/* meta continua discreto mesmo estando dentro do bloco de infos */
.ouv-card__info .ouv-card__meta {
  margin: 4px 0 8px !important;
  color: #98a2b3 !important;
  font-size: 11.5px !important;
  font-style: italic;
  line-height: 1.4 !important;
}

.ouv-card__info {
  margin: 6px 0 0;
}

.ouv-card__info h6 {
  margin: 0 0 4px !important;
  padding-top: 13px;
  border-top: 1px solid #f0f1f3;
  color: #98a2b3;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 10px !important;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ouv-card__info p {
  margin: 0 0 2px !important;
  color: #475467;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
  overflow-wrap: break-word;
}

@media (max-width: 767px) {
  .ouv-cards {
    gap: 14px;
  }

  .ouv-cards > [class*="col-"] {
    flex-basis: 100%;
    max-width: 100%;
  }
}

/* ==================================================================
   OUVIDORIA - sem card-dentro-de-card. As secoes internas (grafico,
   pesquisa de satisfacao, LAI) ficam direto no card principal - o
   unico card visivel e o que envolve os 3 cartoes.
   ================================================================== */
.ouv-flat .list-group-item {
  display: block;
  padding: 4px 0 0 !important;
  margin: 6px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid #eef0f3 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* o titulo <h2> de cada secao gruda no conteudo dela, nao na linha divisoria */
.ouv-flat .list-group-item h3.campanhaTitulo {
  margin: 18px 0 0;
}

.ouv-flat .list-group-item > .public_paginas {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.ouv-flat h3.campanhaTitulo {
  min-height: 0;
  margin: 0;
}

/* grafico ApexCharts da ouvidoria */
.ouv-chart {
  margin: 6px 0 4px;
}

.ouv-chart .apexcharts-toolbar {
  gap: 2px;
}

.ouv-chart .apexcharts-title-text {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

/* Cartoes clicaveis "Mais relatorios" (ouvidoria.php, secao do grafico) */
.ouv-linkcard {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin: 4px 0 14px;
  padding: 15px 16px;
  border: 1px solid #e6e8ec;
  border-radius: var(--site-card-radius, 12px);
  background: #fff;
  color: #1d2939 !important;
  text-align: left;
  text-decoration: none !important;
  box-shadow: 0 2px 8px rgba(16, 24, 40, .05);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.ouv-linkcard:hover,
.ouv-linkcard:focus {
  color: #1d2939 !important;
  border-color: color-mix(in srgb, var(--ouv-accent, #2e7d32) 45%, #e6e8ec);
  box-shadow: 0 10px 24px rgba(16, 24, 40, .10);
  transform: translateY(-2px);
}

.ouv-linkcard__icon {
  display: inline-flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--ouv-accent, #2e7d32) 12%, #fff);
  color: var(--ouv-accent, #2e7d32);
  font-size: 18px;
}

.ouv-linkcard__icon i {
  margin: 0;
  color: inherit;
}

.ouv-linkcard__body {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.ouv-linkcard__title {
  color: #1d2939;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.3;
}

.ouv-linkcard__sub {
  color: #98a2b3;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.35;
}

.ouv-linkcard__arrow {
  flex: 0 0 auto;
  color: #cbd2da;
  font-size: 18px;
  transition: transform .18s ease, color .18s ease;
}

.ouv-linkcard:hover .ouv-linkcard__arrow,
.ouv-linkcard:focus .ouv-linkcard__arrow {
  color: var(--ouv-accent, #2e7d32);
  transform: translateX(3px);
}

/* ESTILIZAÇÃO DA LISTAGEM DE ARQUIVOS NAS PÁGINAS(ainda em andamento) */
.normativos-lista {
    margin: 0 0 12px;
    border: 0;
    border-radius: 0;
}

.normativo-item {
    border: 1px solid #e9ecef;
    border-radius: 10px !important;
    background: #fff;
    margin-bottom: 10px;
    padding: 15px 20px !important;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.normativo-item:hover {
    border-color: #d7dce1;
    box-shadow: 0 3px 12px rgba(0,0,0,.05);
}

.normativo-item > .row {
    display: flex;
    align-items: center;
    margin-left: -7px;
    margin-right: -7px;
}

.normativo-icone {
    flex: 0 0 61px;
    width: 58px;
    /* padding: 0 8px; */
}

.normativo-icone span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    /* background: #f3f5f7;
    color: #495057; */
    font-size: 19px;
    line-height: 1;
    margin:0px 10px 0px 6px;
}

.normativo-conteudo {
    flex: 1;
    min-width: 0;
    padding: 0 8px;
}

.normativo-titulo {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 1.35;
    color: #212529;
}

.normativo-titulo strong {
    font-weight: 600;
}

.normativo-conteudo a {
    color: inherit;
    text-decoration: none;
}

.normativo-data {
    margin-left: 9px;
    color: #7b838c;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
}

.normativo-data i:first-child {
    margin-right: 3px;
}

.situacao_con {
    margin-left: 7px;
}

.normativo-descricao {
    color: #5f666d;
    font-size: 13px;
    line-height: 1.5;
}

.normativo-acesso {
    flex: 0 0 90px;
    width: 90px;
    padding: 0 0 0 10px;
    text-align: right;
}

.normativo-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(0, 0, 0, .400);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.normativo-link i {
    font-size: 12px;
    transition: transform .2s ease;
}

.normativo-link:hover {
    color: #212529;
    text-decoration: none;
}

.normativo-link:hover i {
    transform: translateX(4px);
}

.normativo-acesso .btn {
    width: 108px;
    border-radius: 7px;
    padding: 8px 10px;
}

@media (max-width: 767px) {
    .normativo-item {
        padding: 14px !important;
    }

    .normativo-item > .row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .normativo-icone {
        flex: 0 0 50px;
        width: 50px;
    }

    .normativo-icone span {
        width: 38px;
        height: 38px;
        font-size: 15px;
        align-items: center;
    }

    .normativo-conteudo {
        flex: 1 1 calc(100% - 50px);
        width: calc(100% - 50px);
        min-width: 0;
        padding: 0 0 0 8px;
    }

    .normativo-titulo {
        margin: 0 0 1px;
        font-size: 15px;
        line-height: 1.3;
    }

    .normativo-data {
        display: inline;
        margin-left: 5px;
        margin-top: 0;
    }

    .situacao_con {
        margin-left: 5px;
    }

    .normativo-descricao {
        margin-top: 3px;
        font-size: 13px;
        line-height: 1.45;
    }

    .normativo-acesso {
        flex: 0 0 100%;
        width: 100%;
        padding: 8px 0 0 58px;
        text-align: left;
    }

    .normativo-link {
        font-size: 12px;
        gap: 4px;
    }

    .normativo-link i {
        font-size: 11px;
    }
}
/* FIM ESTILIZAÇÃO DA LISTAGEM DE ARQUIVOS NAS PÁGINAS(ainda em andamento) */
