body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Lato';
    /*texto corpo*/
}

/* SERVIÇOS*/
.panel-services {
    border: 0;
}


.itens-services li {
    list-style: none;
    margin-bottom: 15px;
    /* Espaço entre os itens */
    text-align: center;
}

.itens-services li a {
    display: flex;
    justify-content: center;
    /* Centraliza o conteúdo horizontalmente */
    align-items: center;
    /* Alinha o ícone e o texto verticalmente */
    text-decoration: none;
    /* Remove sublinhado */
    color: inherit;
    /* Mantém a cor original do link */
    height: 50px;
    /* Altura fixa para os botões */
    width: 250px;
    /* Largura fixa para os botões */
    padding: 10px;
    /* Espaçamento interno */
    border-radius: 5px;
    /* Borda arredondada */
    transition: background-color 0.3s ease;
    /* Transição suave */
    white-space: nowrap;
    /* Impede que o texto quebre em várias linhas */
    overflow: hidden;
    /* Oculta o excesso de texto */
    text-overflow: ellipsis;
    /* Adiciona reticências (...) ao final do texto se ele for longo demais */
    position: relative;
    /* Permite o posicionamento do ícone */
}

.itens-services li a:hover {
    background-color: #e0e0e0;
    /* Cor de fundo no hover */
}

.itens-services li a i {
    font-size: 3rem;
    /* Tamanho do ícone */
    position: absolute;
    left: 10px;
    /* Posiciona o ícone à esquerda dentro do botão */
}

.itens-services li a small {
    font-size: 1.6rem;
    /* Tamanho do texto */
    margin-left: auto;
    /* Garante que o texto seja centralizado */
    margin-right: auto;
    /* Garante que o texto seja centralizado */
    text-align: center;
    /* Centraliza o texto */
}

/* Estilos para colunas */
.panel-body-services .col-md-5, .col-md-4 {
    padding: 0;
    width: auto;
    /* Reduz o espaçamento lateral entre as colunas */
}

/* Responsividade: Ajustar layout para telas menores */
@media (max-width: 768px) {
    .col-md-12-services {
        width: 100%;
    }

    .itens-services li a {
        width: 100%;
        /* Ocupa toda a largura em telas menores */
        height: auto;
        /* Remove a altura fixa */
        justify-content: flex-start;
        /* Mantém o ícone e o texto alinhados à esquerda */
    }

    .itens-services li a i {
        font-size: 1.8rem;
        /* Ajusta o tamanho do ícone em telas menores */
    }

    .itens-services li a small {
        font-size: 1rem;
        /* Ajusta o tamanho do texto em telas menores */
    }
}

/* LICENÇA SANITARIA */
#conteudo-sanitaria {
    min-height: 60vh;
    font-size: 18px;
}

#conteudo-sanitaria strong {
    color: #4682b4;
    font-size: 19px;
}

#conteudo-sanitaria p {
    margin-left: 4rem !important;
    text-align: justify;
}

#conteudo-sanitariap strong {
    color: #333 !important;
    font-size: 18px;
}

#conteudo-sanitaria ul strong {
    color: #333;
}

.list-sanitaria {
    margin-left: 1rem !important;
    list-style-type: circle;
}

.container-sanitaria {
    align-content: center !important;
}

.links-sanitaria {
    text-align: center;
    align-items: center;
}

/* SECRETARIAS */
.social-box .box{
    background: #f2f2f2;
    border-radius: 10px; 
    padding: 15px 10px;
    margin: 15px 0px;
    cursor: pointer;
    transition: all 0.5s ease-out;
    box-shadow: 1px 1px 1px 1px rgba(212,212,212,1);
    height: 300px;
}

.social-box .box:hover{
   box-shadow: 2px 1px 10px 1px #4183D7;
}

.social-box .box .box-text{
    margin:20px 0px;
    font-size: 15px;
    line-height: 30px;
}

.social-box .box .box-contact{
    margin:20px 0px;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    padding-left: 40px;
}

.social-box .box .box-btn a{
    text-decoration: none;
    color: #4183D7;
    font-size: 13px;
}

.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

/* COLETA SELETIVA */
.wrapper-coleta {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.wrapper-coleta iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.text-coleta {
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
}

/* CEP */
#filtro {
    margin-bottom: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #ddd;
    padding: 8px;
}

.divApresentacao {
    margin-left: 20px;
    margin-right: 20px;
}

/* ACESSIBILIDADE */
.linktree {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
    /* Add this line to center the container horizontally */
}

.link-item {
    margin-bottom: 15px;
}

.link-item a {
    display: block;
    padding: 10px 0;
    color: #333333;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s;
}

.link-item a:hover {
    color: #ff6600;
}

/* BUTTON OUVIDORIA TRANSPARENCIA */
.btn-green {
    color: white;
    background-color: #3d9334;
    border-color: #3d9334;
}

.btn-green:hover,
.btn-green:focus {
    color: white;
    background-color: #085300;
    border-color: #085300;
}

.button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    background-color: #f0f0f0;
}

.button-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

/* COOKIES */
#cookieBanner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: #333;
    color: #fff;
    text-align: center;
    display: none; /* Inicialmente oculto */
}
#cookieBanner button {
    margin: 0 10px;
    padding: 5px 10px;
    color: #fff;
    background-color: #b6921d;
    border: none;
    cursor: pointer;
}
#cookieBanner a{
    color: #fff;
}

/* Increase all font sizes on mobile */
@media (max-width: 767px) {
    html {
        /* default is 1rem or 16px */
        font-size: 16px;
    }
}

* {
    margin: 0;
}

body {
    background-color: #fffafa;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -142px;
    /* the bottom margin is the negative value of the footer's height */
}

.footer,
.push {
    height: 142px;
    /* .push must be the same height as .footer */
}

.img-header {
    max-width: 1920px;
    max-height: 329px;
}



.pagination>li>a {
    background-color: white;
    color: #000000;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #5a5a5a;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a {
    color: white;
    background-color: #bb9107 !Important;
    border: solid 1px #bb9107 !Important;
}

.pagination>.active>a:hover {
    background-color: #e0c88a !Important;
    border: solid 1px #e0c88a;
}


.panel-primary>.panel-heading {
    background-color: #bb9107 !important;
    border-color: #e0c88a;
}

.btn-primary {
    color: #fff;
    background-color: #bb9107;
    border-color: #bb9107;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #e0c88a;
    border-color: #e0c88a;
    /*set the color you want here*/
}


.transition-timer-carousel .carousel-caption {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 4%, rgba(0, 0, 0, 0.5) 32%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(4%, rgba(0, 0, 0, 0.1)), color-stop(32%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 4%, rgba(0, 0, 0, 0.5) 32%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 4%, rgba(0, 0, 0, 0.5) 32%, rgba(0, 0, 0, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 4%, rgba(0, 0, 0, 0.5) 32%, rgba(0, 0, 0, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 4%, rgba(0, 0, 0, 0.5) 32%, rgba(0, 0, 0, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding-top: 5px;
    padding-left: 5%;
    padding-right: 5%;
}

.transition-timer-carousel .carousel-caption .carousel-caption-header {
    margin-top: 10px;
    font-size: 24px;
}

@media (min-width: 970px) {

    /* Lower the font size of the carousel caption header so that our caption
    doesn't take up the full image/slide on smaller screens */
    .transition-timer-carousel .carousel-caption .carousel-caption-header {
        font-size: 26px;
    }
}

.transition-timer-carousel .carousel-indicators {
    bottom: 0px;
    margin-bottom: 5px;
}

.transition-timer-carousel .carousel-control {
    z-index: 11;
}

.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #bb9107;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}

.transition-timer-carousel .transition-timer-carousel-progress-bar.animate {
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
    -webkit-transition: width 4.25s linear;
    -moz-transition: width 4.25s linear;
    -o-transition: width 4.25s linear;
    transition: width 4.25s linear;
}


#servicosCarousel .nav a small {
    display: block;

}

#servicosCarousel .nav {
    background: #eee;
}

#servicosCarousel .nav a {
    border-radius: 0px;
    /*background-color: #bb9107;
    color: #000000;*/
    font-size: 140%;
}

#servicosCarousel .title {
    display: inline-block !important;
}

#servicosCarousel .nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #bb9107;
}

#servicosCarousel .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    text-shadow: none;
}

#mainCarousel .list-group {
    position: absolute;
    top: 0;
    right: 0;
}

#mainCarousel .list-group-item {
    border-radius: 0px;
    cursor: pointer;
}

#mainCarousel .list-group .active {
    background-color: #e0c88a;
    color: rgba(0, 0, 0, 0.6);
    border-color: #5a5a5a;
}

@media (min-width: 992px) {
    #mainCarousel {
        padding-right: 33.3333%;
    }

    #mainCarousel .carousel-controls {
        display: none;
    }
}

@media (max-width: 991px) {

    .carousel-caption p,
    #mainCarousel .list-group {
        display: none;
    }
}