﻿:root {
    --cor-principal: #0407bd;
    --cor-principal-claro: #0407bd;
    --cor-principal-escuro: #0407bd;
    --cor-secundaria: #0076bc;
    --cor-secundaria-claro: #0076bc;
    --cor-secundaria-escuro: #0076bc;
    --cor-texto: #000000;
    --cor-vermelho: #d9534f;
    --cor-cinza: #F7F9FB;
}

html {
}

    html body {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.4;
        transition: background-color 0.3s, color 0.3s;
        color: var(--cor-texto);
    }

p {
    font-family: 'Lato', sans-serif !important;
    color: var(--cor-texto) !important;
}

.bg-principal {
    background: var(--cor-principal) !important;
}

.bg-secundario {
    background: var(--cor-secundaria) !important;
}

.bg-whatsapp {
    background-color: #25d366 !important;
    color: #fff;
}

.cor-principal {
    color: var(--cor-principal) !important;
}

.cor-secundario {
    color: var(--cor-secundaria) !important;
}

.cor-whatsapp {
    color: #25d366 !important;
}

.bg-azul {
    background: var(--cor-principal) !important;
}

.bg-azulescuro {
    background: var(--cor-principal) !important;
}

.bg-cinzaclaro {
    background: #f4f4f4 !important;
}

.bg-verde {
    background: #25d366 !important;
}

.bg-light {
    background-color: var(--cor-cinza) !important;
}

.bg-branco {
    background-color: #ffffff !important;
}

.cor-azul {
    color: var(--cor-principal) !important;
}

.cor-cinza {
    color: #ccc !important;
}

.cor-verde {
    color: #07d576 !important;
}

.cor-amarelo {
    color: #ebee00 !important;
}

.cor-vermelho {
    color: #ff332e !important;
}

a {
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

    a.link-azul {
        color: #0989bd !important;
    }

        a.link-azul:hover {
            color: var(--cor-principal) !important;
        }

    a.link-cinza {
        color: #888 !important;
    }

        a.link-cinza:hover {
            color: #0989bd !important;
        }

    a.link-branco {
        color: #fff !important;
    }

        a.link-branco:hover {
            color: #0989bd !important;
        }

    a:focus {
        /*background-color: initial !important;*/
    }

/* Margins */
.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-25 {
    margin: 25px !important;
}

.m-30 {
    margin: 30px !important;
}

.m-35 {
    margin: 35px !important;
}

.m-40 {
    margin: 40px !important;
}

.m-45 {
    margin: 45px !important;
}

.m-50 {
    margin: 50px !important;
}

.m-55 {
    margin: 55px !important;
}

.m-60 {
    margin: 60px !important;
}

.m-65 {
    margin: 65px !important;
}

.m-70 {
    margin: 70px !important;
}

.m-75 {
    margin: 75px !important;
}

.m-80 {
    margin: 80px !important;
}

.m-85 {
    margin: 85px !important;
}

.m-90 {
    margin: 90px !important;
}

.m-95 {
    margin: 95px !important;
}

.m-100 {
    margin: 100px !important;
}

/* Classes para margin-top */
.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-45 {
    margin-top: 45px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-55 {
    margin-top: 55px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-t-65 {
    margin-top: 65px !important;
}

.m-t-70 {
    margin-top: 70px !important;
}

.m-t-75 {
    margin-top: 75px !important;
}

.m-t-80 {
    margin-top: 80px !important;
}

.m-t-85 {
    margin-top: 85px !important;
}

.m-t-90 {
    margin-top: 90px !important;
}

.m-t-95 {
    margin-top: 95px !important;
}

.m-t-100 {
    margin-top: 100px !important;
}

/* Classes para margin-bottom */
.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-35 {
    margin-bottom: 35px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-45 {
    margin-bottom: 45px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-b-55 {
    margin-bottom: 55px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.m-b-65 {
    margin-bottom: 65px !important;
}

.m-b-70 {
    margin-bottom: 70px !important;
}

.m-b-75 {
    margin-bottom: 75px !important;
}

.m-b-80 {
    margin-bottom: 80px !important;
}

.m-b-85 {
    margin-bottom: 85px !important;
}

.m-b-90 {
    margin-bottom: 90px !important;
}

.m-b-95 {
    margin-bottom: 95px !important;
}

.m-b-100 {
    margin-bottom: 100px !important;
}

/* Classes para margin-left */
.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-l-35 {
    margin-left: 35px !important;
}

.m-l-40 {
    margin-left: 40px !important;
}

.m-l-45 {
    margin-left: 45px !important;
}

.m-l-50 {
    margin-left: 50px !important;
}

.m-l-55 {
    margin-left: 55px !important;
}

.m-l-60 {
    margin-left: 60px !important;
}

.m-l-65 {
    margin-left: 65px !important;
}

.m-l-70 {
    margin-left: 70px !important;
}

.m-l-75 {
    margin-left: 75px !important;
}

.m-l-80 {
    margin-left: 80px !important;
}

.m-l-85 {
    margin-left: 85px !important;
}

.m-l-90 {
    margin-left: 90px !important;
}

.m-l-95 {
    margin-left: 95px !important;
}

.m-l-100 {
    margin-left: 100px !important;
}

/* Classes para margin-right */
.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-r-35 {
    margin-right: 35px !important;
}

.m-r-40 {
    margin-right: 40px !important;
}

.m-r-45 {
    margin-right: 45px !important;
}

.m-r-50 {
    margin-right: 50px !important;
}

.m-r-55 {
    margin-right: 55px !important;
}

.m-r-60 {
    margin-right: 60px !important;
}

.m-r-65 {
    margin-right: 65px !important;
}

.m-r-70 {
    margin-right: 70px !important;
}

.m-r-75 {
    margin-right: 75px !important;
}

.m-r-80 {
    margin-right: 80px !important;
}

.m-r-85 {
    margin-right: 85px !important;
}

.m-r-90 {
    margin-right: 90px !important;
}

.m-r-95 {
    margin-right: 95px !important;
}

.m-r-100 {
    margin-right: 100px !important;
}
/* fim Margins */

/* Paddings */
.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-35 {
    padding: 35px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-45 {
    padding: 45px !important;
}

.p-50 {
    padding: 50px !important;
}

.p-55 {
    padding: 55px !important;
}

.p-60 {
    padding: 60px !important;
}

.p-65 {
    padding: 65px !important;
}

.p-70 {
    padding: 70px !important;
}

.p-75 {
    padding: 75px !important;
}

.p-80 {
    padding: 80px !important;
}

.p-85 {
    padding: 85px !important;
}

.p-90 {
    padding: 90px !important;
}

.p-95 {
    padding: 95px !important;
}

.p-100 {
    padding: 100px !important;
}

/* Classes para padding-top */
.p-t-5 {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-25 {
    padding-top: 25px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-t-35 {
    padding-top: 35px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.p-t-45 {
    padding-top: 45px !important;
}

.p-t-50 {
    padding-top: 50px !important;
}

.p-t-55 {
    padding-top: 55px !important;
}

.p-t-60 {
    padding-top: 60px !important;
}

.p-t-65 {
    padding-top: 65px !important;
}

.p-t-70 {
    padding-top: 70px !important;
}

.p-t-75 {
    padding-top: 75px !important;
}

.p-t-80 {
    padding-top: 80px !important;
}

.p-t-85 {
    padding-top: 85px !important;
}

.p-t-90 {
    padding-top: 90px !important;
}

.p-t-95 {
    padding-top: 95px !important;
}

.p-t-100 {
    padding-top: 100px !important;
}

/* Classes para padding-bottom */
.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-b-25 {
    padding-bottom: 25px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-b-35 {
    padding-bottom: 35px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.p-b-45 {
    padding-bottom: 45px !important;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.p-b-55 {
    padding-bottom: 55px !important;
}

.p-b-60 {
    padding-bottom: 60px !important;
}

.p-b-65 {
    padding-bottom: 65px !important;
}

.p-b-70 {
    padding-bottom: 70px !important;
}

.p-b-75 {
    padding-bottom: 75px !important;
}

.p-b-80 {
    padding-bottom: 80px !important;
}

.p-b-85 {
    padding-bottom: 85px !important;
}

.p-b-90 {
    padding-bottom: 90px !important;
}

.p-b-95 {
    padding-bottom: 95px !important;
}

.p-b-100 {
    padding-bottom: 100px !important;
}

/* Classes para padding-left */
.p-l-5 {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-l-35 {
    padding-left: 35px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.p-l-45 {
    padding-left: 45px !important;
}

.p-l-50 {
    padding-left: 50px !important;
}

.p-l-55 {
    padding-left: 55px !important;
}

.p-l-60 {
    padding-left: 60px !important;
}

.p-l-65 {
    padding-left: 65px !important;
}

.p-l-70 {
    padding-left: 70px !important;
}

.p-l-75 {
    padding-left: 75px !important;
}

.p-l-80 {
    padding-left: 80px !important;
}

.p-l-85 {
    padding-left: 85px !important;
}

.p-l-90 {
    padding-left: 90px !important;
}

.p-l-95 {
    padding-left: 95px !important;
}

.p-l-100 {
    padding-left: 100px !important;
}

/* Classes para padding-right */
.p-r-5 {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-r-25 {
    padding-right: 25px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-r-35 {
    padding-right: 35px !important;
}

.p-r-40 {
    padding-right: 40px !important;
}

.p-r-45 {
    padding-right: 45px !important;
}

.p-r-50 {
    padding-right: 50px !important;
}

.p-r-55 {
    padding-right: 55px !important;
}

.p-r-60 {
    padding-right: 60px !important;
}

.p-r-65 {
    padding-right: 65px !important;
}

.p-r-70 {
    padding-right: 70px !important;
}

.p-r-75 {
    padding-right: 75px !important;
}

.p-r-80 {
    padding-right: 80px !important;
}

.p-r-85 {
    padding-right: 85px !important;
}

.p-r-90 {
    padding-right: 90px !important;
}

.p-r-95 {
    padding-right: 95px !important;
}

.p-r-100 {
    padding-right: 100px !important;
}
/* fim Paddings */

/* Titulos e subs */
.subtitulo {
    background-color: var(--cor-cinza);
    color: var(--cor-secundaria);
    padding: 5px 20px;
    border-radius: 10px;
    font-weight: 700;
    display: inline-block;
    margin: 20px 0 10px;
    font-size: 18px;
}
/* fim Titulos e subs */

/* Linhas com 3 pontinhos */
.exibe-1-linha {
    overflow: hidden; /* Esconde o conteúdo que ultrapassa as duas linhas */
    text-overflow: ellipsis; /* Adiciona reticências (...) quando o conteúdo é cortado */
    display: -webkit-box; /* Define o tipo de display como flexível */
    -webkit-line-clamp: 1; /* Limita o número de linhas a 2 */
    -webkit-box-orient: vertical; /* Orientação vertical das linhas */
    white-space: normal; /* Permite quebras de linha */
}

.exibe-2-linha {
    overflow: hidden; /* Esconde o conteúdo que ultrapassa as duas linhas */
    text-overflow: ellipsis; /* Adiciona reticências (...) quando o conteúdo é cortado */
    display: -webkit-box; /* Define o tipo de display como flexível */
    -webkit-line-clamp: 2; /* Limita o número de linhas a 2 */
    -webkit-box-orient: vertical; /* Orientação vertical das linhas */
    white-space: normal; /* Permite quebras de linha */
}

.exibe-3-linha {
    overflow: hidden; /* Esconde o conteúdo que ultrapassa as duas linhas */
    text-overflow: ellipsis; /* Adiciona reticências (...) quando o conteúdo é cortado */
    display: -webkit-box; /* Define o tipo de display como flexível */
    -webkit-line-clamp: 3; /* Limita o número de linhas a 2 */
    -webkit-box-orient: vertical; /* Orientação vertical das linhas */
    white-space: normal; /* Permite quebras de linha */
}
/* fim Linhas com 3 pontinhos */

/* Alinhamento de box pra ficar com mesma altura */
.dec-box-alinhar-vertical-pai {
    display: flex;
    flex-wrap: wrap;
}

.dec-box-alinhar-vertical-filho {
    display: flex;
}
/* fim Alinhamento de box pra ficar com mesma altura */


p {
}

.dec-show-mobile {
    display: none !important;
}

.dec-ul-server ul {
    padding-left: 20px;
}

.icoMR {
    margin-right: 5px;
}

.icoML {
    margin-left: 5px;
}

/* botões */
.btn-dec {
    border-radius: 20px !important;
    font-size: 13px !important;
    padding: 8px 15px !important;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 1.42857143 !important;
}

.btn-white {
    color: var(--cor-principal) !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

    .btn-white:hover {
        color: #fff !important;
        background-color: var(--cor-principal-escuro) !important;
        border-color: var(--cor-principal-escuro) !important;
    }

.btn-primary {
    color: #fff !important;
    background-color: var(--cor-principal) !important;
    border-color: var(--cor-principal) !important;
}

    .btn-primary:hover {
        color: #fff !important;
        background-color: var(--cor-principal-escuro) !important;
        border-color: var(--cor-principal-escuro) !important;
    }

.btn-info {
    color: #fff;
    background-color: var(--cor-principal-claro);
    border-color: var(--cor-principal-claro);
}

    .btn-info:hover {
        color: #fff;
        background-color: var(--cor-principal);
        border-color: var(--cor-principal);
    }

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: var(--cor-principal-claro);
        border-color: var(--cor-principal-claro);
    }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 3px solid #007BFF !important; /* Adiciona um contorno azul */
    outline-offset: 2px !important; /* Distância entre o contorno e o elemento */
    border-radius: 2px !important; /* Opcional: Adiciona bordas arredondadas */
}

/* Links e botões */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 3px solid #007BFF !important; /* Cor do contorno */
    outline-offset: 2px !important; /* Espaçamento do contorno */
    border-radius: 3px; /* Opcional: bordas arredondadas */
}

    /* Imagens com links */
    a:focus img {
        outline: 3px solid #007BFF !important;
        outline-offset: 4px;
    }

/* Evitar que o estilo seja sobrescrito */
*:focus {
    outline: 3px solid #007BFF !important;
    outline-offset: 2px;
}

.share_zap {
    background-color: #25d366;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 3px;
}

    .share_zap i {
        margin-right: 6px;
    }

.dec-bt-right {
    position: absolute;
    right: 0;
    bottom: 20px;
    text-align: right;
}
/* fim botões */

/* bgs */
.bg-dec-01 {
    background: url(../img/bg/02.png) no-repeat bottom !important;
    background-size: cover !important;
}

.bg-dec-cinza-azul {
    background: url(/img/bg/h2factsbg.jpg) no-repeat !important;
    background-size: cover !important;
}


.bg-dec-quadriculado-azul-escuro {
    background: url(/img/npatt.png) var(--cor-principal);
}

.bg-dec-quadriculado-cinza-claro {
    background: url(/img/npatt_cinza.png) #ececec;
}

.bg-dec-linear-azul {
    background: #086FB8 !important;
    background: linear-gradient(180deg, #ffffff 0%, #c7edfb 50%, #ffffff 100%) !important;
}

.main-content {
    background: transparent;
}
/* fim bgs */

.no-strong {
    font-weight: 300 !important;
}

/* Icon Box DEC */
.icon-box-dec-1 .icon-box-content {
    text-align: center;
    border: 1px dotted #ccc;
    padding: 20px;
}

    .icon-box-dec-1 .icon-box-content > i {
        font-size: 25px;
    }

    .icon-box-dec-1 .icon-box-content h3 {
        font-size: 20px;
        color: #1f1f1f;
        font-weight: 400;
        padding: 5px 0;
    }
/* fim Icon Box DEC */

/* Card DEC */
.card {
    border: 1px solid #e6e8eb;
    border-radius: 5px;
    background-color: #ffffff;
    margin-bottom: 20px;
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}

    .card .card-header {
        background-color: #ffffff;
        border-bottom: 1px solid #e6e8eb;
        font-weight: 600;
        padding: 1.8rem 2rem;
        color: var(--cor-principal);
    }

        .card .card-header p:last-child {
            margin-bottom: 0;
        }

        .card .card-header .card-title {
            font-size: 1.35714286em;
            line-height: 1.68421053em;
            font-weight: 500;
        }

        .card .card-header .card-subtitle {
            font-size: 1rem;
            font-style: normal;
            font-weight: 400;
            color: #484848;
        }

    .card .card-header-title {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 0px;
        font-weight: 600;
    }

    .card .card-body {
        padding: 1.8rem 2rem;
    }

    .card .card-body-title {
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
    }

    .card .card-footer {
        background-color: #ffffff;
        border-top: 1px solid #e6e8eb;
    }
/* fim Card DEC */

.borderDec {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.borderDecPontilhada {
    border: 1px dotted #ccc;
}

.corWhatsapp {
    color: #25d366;
}

.icoMR {
    margin-right: 5px !important;
}

.icoML {
    margin-left: 5px !important;
}

.img-responsive, img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-thumb {
    width: 50% !important;
}

.bg-whatsapp {
    background-color: #25d366;
    color: #fff;
}

.box-dec-success {
    border: 1px dotted #cccccc;
    background-color: #e4fff9;
    padding: 20px;
}

.box-dec-danger {
    border: 1px dotted #cccccc;
    background-color: #f2dede;
    padding: 20px;
}

.box-dec-warning {
    border: 1px dotted #cccccc;
    background-color: #fcf2c5;
    padding: 20px;
}

.box-dec-cinza {
    border: 1px dotted #cccccc;
    background-color: #f9f9f9;
    padding: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* linhas */
.dec-linha-t {
    border-top: 1px dotted #ececec;
}
/* fim linhas */

/* table */
.box-dec table {
    background-color: #fff;
}

.box-dec h5 {
    font-size: 17px;
}
/* fim table */

/* Imagens */
img.imgs-dec {
    position: absolute;
    top: 0;
    left: 0;
    object-position: center 25%;
    transition: .35s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* fim Imagens */

.bg-img-cover {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

/* patterns */
.dec-bg-pattern {
    background-image: url(/img/patterns/pattern01.png);
}
/* patterns */

.dec-blockquote {
    border-left: 3px solid var(--cor-principal);
    padding: 0 0 0 20px;
    margin: 0;
}

/* galeria dec */
.galeria-dec {
    position: relative;
}

    .galeria-dec a {
        margin: 0 10px 10px 0;
        display: block;
        float: left;
        width: 189px;
        height: 126px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        opacity: 0.8;
    }

        .galeria-dec a:hover {
            opacity: 1;
        }
/* fim galeria dec */

.d-flex {
    display: flex;
    align-items: center;
}

/* SubHeader */
header {
    background: transparent;
}

.subheader {
    /*background: url(../img/sub-header.jpg) no-repeat;
    background-size: cover;*/
    /*background: url(../images/h2factsbg.jpg) center no-repeat;*/
    background: none;
    background-color: var(--cor-principal);
    height: auto;
    position: relative;
    margin-bottom: 30px;
    padding: 0 0 0;
}

    .subheader .txt {
        background-color: var(--cor-cinza);
        /*float: left;*/
        /*-webkit-box-shadow: 0 14px 18px -12px rgba(0, 0, 0, 0.18);
        -moz-box-shadow: 0 14px 18px -12px rgba(0, 0, 0, 0.18);
        box-shadow: 0 14px 10px -12px rgba(0, 0, 0, 0.18);*/
        border-radius: 20px;
        padding: 0;
        z-index: 99;
    }

.subheader-tit .txt h2 {
    color: var(--cor-texto);
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    font-size: 23px;
    margin: 20px 0;
}

.subheader .txt ul {
    text-align: left;
    padding: 10px 15px;
    margin-bottom: -25px;
}

    .subheader .txt ul li,
    .subheader .txt ul li a {
        display: inline-block;
        color: var(--cor-texto);
        font-size: 13px;
        text-align: left;
        font-weight: 300;
    }

        .subheader .txt ul li:last-child {
            font-weight: 600;
        }

        .subheader .txt ul li a:hover {
            color: var(--cor-principal);
        }

        .subheader .txt ul li:after {
            content: "\f054";
            font-family: 'FontAwesome';
            padding: 0 10px 0 12px;
            color: #ccc;
            font-weight: 700;
            font-size: 11px;
        }

        .subheader .txt ul li:first-child:after {
        }

.topbar ul.left-links li:after {
    content: "|";
    color: rgba(255,255,255,.20);
    line-height: 20px;
    padding: 0 10px;
}

/* Fim */

/* Modal */
.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    /*min-height: 100vh;*/
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.5);
}
/* fim Modal */

/* Organograma */
.organograma {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 20px;
    position: relative;
}

.organograma-box {
    background-color: var(--cor-cinza);
    border-radius: 10px;
    padding: 20px 4px;
    font-size: 13px;
    border: 1px dotted #ccc;
}

.organograma-pai > .children > .node > .organograma-box {
    background-color: var(--cor-principal);
    color: #fff;
    font-weight: 700;
    font-size: 25px;
}

.node {
    text-align: center;
    padding: 0;
    border: 0 solid #ccc;
    border-radius: 8px;
    margin: 10px 5px;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.children {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    position: relative;
}

.node::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    background: #ccc;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.children::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 0;
    background: #ccc;
    z-index: -1;
}

/* Remover linha do primeiro */
.children:first-child > .node::before {
    display: none;
}

/* Remover linha do último filho */
.children > .node:last-child::after {
    display: none;
}

/* fim Organograma */

/* Slider */
.slide-content-box a, .slider-caption a {
    background: var(--cor-principal);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 15px;
    display: inline-block;
    border-radius: 15px;
    padding: 15px 35px;
    letter-spacing: 1px;
}

    .slide-content-box a:hover, .slider-caption a:hover {
        background: var(--cor-principal-escuro);
        color: #fff;
    }
/* fim Slider */

.center {
    text-align: center;
}

.bordaPontilhadaPadMarg {
    border: 1px dotted #ccc;
    padding: 20px;
    margin: 20px 0;
}

.c1 {
    background: var(--cor-principal);
}
/* Fim */

/* Panel */
.panel-default {
    border-color: #eee;
}

    .panel-default .panel-heading {
        color: var(--cor-principal);
        font-weight: 400;
    }

.panel-body {
    padding: 15px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eeeeee;
    text-align: left;
}

.panel-default .panel-body {
}
/* Fim */

/* Patrimonio */
#cidade_museu h4 {
    margin-bottom: 20px;
}

.smenu {
    border: 1px dotted #ccc;
    padding: 10px;
}

    .smenu a {
        display: block;
        background-color: #dcf0ff;
        padding: 3px 10px;
        font-size: 13px;
        margin-bottom: 2px;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
    }

    .smenu .tit {
        color: var(--cor-principal);
        display: block;
        font-weight: 400;
        margin-bottom: 10px;
    }

#geral {
    text-align: justify;
    position: relative;
    padding-bottom: 70px;
    min-height: 100%;
}
/* Turismo */

.border10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.box {
    padding: 10px 16px;
    background-color: #fff;
    border: 1px solid #ccc;
}

/* Fim */

/* Telefones Uteis */

.panel-default .panel-heading {
    color: var(--cor-principal);
    font-weight: 400;
}

.panel-default > .panel-heading {
    padding: 10px;
    background: var(--cor-cinza);
}
/* Fim */

/* Acesso a Informação */
.sm-msg-esic {
    display: none;
}

.top-esic img {
    max-height: 30px;
    display: inline-block;
}

#formSic {
    font-size: 14px;
}
/* fim Acesso a Informação */


/* Ajustes no Layout */

/* top bar */
.h3-logo-row {
    /*background: url(../images/worldmap-dots.jpg) top center no-repeat;*/
    background: transparent;
}

    .h3-logo-row .h3-logo {
        text-align: center;
        padding: 15px 0;
    }

        .h3-logo-row .h3-logo a img {
            text-align: center;
            margin: 0 auto;
        }

.header-two .topbar {
    /*background: url(/img/npatt.png) var(--cor-principal);*/
    background: none;
    background-color: var(--cor-cinza);
    border-bottom: 1px dashed #eee;
    font-size: 14px;
}

.topbar ul.left-links a {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    color: var(--cor-principal);
}

    .topbar ul.left-links a:hover {
        color: var(--cor-principal);
    }

        .topbar ul.left-links a:hover .badge {
            color: var(--cor-principal);
            background-color: var(--cor-secundaria);
        }

.topbar .badge {
    display: inline-block;
    min-width: 17px;
    padding: 3px 5px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: var(--cor-principal);
    border-radius: 17px;
    margin-top: -3px;
}

a.search-icon {
    padding: 11px 20px !important;
    background-color: var(--cor-principal);
    color: #fff;
    font-size: 17px;
}

    a.search-icon:hover {
        background-color: var(--cor-principal-claro) !important;
    }

a.bt-minha-conta {
    padding: 5px 10px !important;
    background-color: var(--cor-principal);
    color: #fff;
    font-size: 13px;
    margin-top: 6px;
    border-radius: 10px;
}

    a.bt-minha-conta:hover {
        background-color: var(--cor-secundaria) !important;
        color: var(--cor-principal);
    }

    a.bt-minha-conta i {
        margin-right: 5px;
    }

.esic-topo {
    padding: 37px 0;
    text-align: center;
}

    .esic-topo a {
        display: inline-block;
    }

.busca-topo {
    padding: 37px 0;
    text-align: center;
    border-radius: 20px;
}
/* fim top bar */

/* menu */
.menu-principal,
.navbar-collapse.collapse {
    text-align: center;
    /*background-color: #fff;
    border: 1px dashed #eee;
    border-left: 0;*/
    /*position: relative;
    z-index: 100;*/
    height: 60px !important;
}

    .menu-principal ul {
        display: inline-block;
        float: none;
    }

        .menu-principal ul li {
        }

.h3-navbar {
    background-color: var(--cor-principal);
}

    .h3-navbar .navbar .navbar-nav > li > a {
        padding: 0 9px;
        line-height: 60px;
        position: relative;
        text-transform: none;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
    }

        .h3-navbar .nav > li > a:focus,
        .h3-navbar .nav > li > a:hover,
        .h3-navbar .nav > li > a:active,
        .h3-navbar .navbar .navbar-nav > li > a:hover {
            background: none;
            color: var(--cor-secundaria-claro);
            font-weight: 600;
        }

    .h3-navbar .nav .open > a, .h3-navbar .nav .open > a:focus, .h3-navbar .nav .open > a:hover {
        background: none;
        color: var(--cor-secundaria-claro);
    }

    .h3-navbar .navbar .navbar-nav > li > a:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        background: #d7d7d7;
        content: "";
    }

    .h3-navbar .navbar .navbar-nav > li.open > a:after {
        width: 0;
    }

    .h3-navbar .navbar .navbar-nav > li.active > a:after {
        width: 100%;
    }

    .h3-navbar .navbar .navbar-nav > li.active > a {
        color: var(--cor-secundaria-claro);
    }

    .h3-navbar .dropdown-menu {
        display: none;
        min-width: 300px;
        max-width: 360px;
        padding: 20px;
        margin: 0;
        font-size: 14px;
        background: #fff;
        border: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: rgba(0, 0, 0, 0.18) 0px 14px 28px -5px;
        border-radius: 0 0 15px 15px !important;
    }

    .h3-navbar div.dropdown-menu {
        min-width: 640px;
        left: -160px;
    }

        .h3-navbar div.dropdown-menu ul {
            padding: 0;
            list-style: none;
            display: block;
        }

    .h3-navbar .dropdown-menu .titulo {
        font-weight: 700;
        font-size: 15px;
        background-color: var(--cor-cinza);
        border-radius: 10px;
        padding: 5px 15px;
        border-left: 5px solid var(--cor-principal);
        border-right: 5px solid var(--cor-principal);
        text-transform: lowercase;
    }

    .h3-navbar .dropdown-menu .sub-menu a, .h3-navbar .dropdown-menu a {
        display: block;
        line-height: 25px;
        text-transform: none;
        font-weight: 500;
        font-size: 15px;
        border-bottom: 0 solid #eee;
        background: #fff;
        color: var(--cor-texto);
        padding: 0 10px;
        margin: 5px 0;
    }
        /*.h3-navbar .dropdown-menu .sub-menu a::after, .h3-navbar .dropdown-menu a::after {
                position: absolute;
                left: 0;
                top: 20px;
                width: 7px;
                height: 10px;
                background: var(--cor-principal);
                content: "";
                border-radius: 0 5px 5px 0;
                -webkit-transition: all 0.5s ease 0s;
                -moz-transition: all 0.5s ease 0s;
                -o-transition: all 0.5s ease 0s;
                -ms-transition: all 0.5s ease 0s;
                transition: all 0.5s ease 0s;
            }*/
        h3-navbar .dropdown-menu .sub-menu a::after, .h3-navbar .dropdown-menu a:hover::after {
            width: 20px;
        }

        .h3-navbar .dropdown-menu a:hover {
            background: transparent;
            color: var(--cor-principal);
            padding-left: 15px;
            font-weight: 700;
        }

    .h3-navbar .menu-last-li .dropdown-menu {
        right: 0;
        left: initial;
    }

#irMenu ul.nav li.openSubMenuHover:hover > ul.dropdown-menu {
    /*display: block;*/
    margin: 0;
}

.open > .dropdown-menu {
    display: block;
}

.mini_menu #irMenu {
    background-color: var(--cor-principal);
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
    top: 0;
    -webkit-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.75);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.mini_menu .h3-navbar .navbar .navbar-nav > li > a {
}

.mini_menu .h3-navbar .navbar .navbar-nav > li.active > a {
    color: var(--cor-secundaria);
}

.dropdown-toggle::after {
    transform: translateY(0);
}

.menu-mapa {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

    .menu-mapa > li {
        background-color: var(--cor-cinza);
        border-radius: 10px;
        padding: 20px 20px;
        display: inline-block;
        vertical-align: top;
        margin: 5px;
    }

        .menu-mapa > li,
        .menu-mapa > li > a {
            cursor: default;
            color: var(--cor-texto);
            font-weight: 600;
            list-style: none;
        }

            .menu-mapa > li#bt-home {
                display: none;
            }

    .menu-mapa .dropdown-menu {
        display: block;
        background-color: transparent;
        position: relative;
        float: none;
        margin: 0;
        margin-top: 10px;
        padding: 0;
        border: 0;
        top: auto;
        box-shadow: 0 0 0 rgba(0,0,0,.175);
    }

        .menu-mapa .dropdown-menu ul {
            margin: 0;
            padding: 0;
            border: 0;
        }

            .menu-mapa .dropdown-menu ul li {
                margin-left: 20px;
                padding: 0;
                border: 0;
            }

        .menu-mapa .dropdown-menu > li {
            list-style: circle;
            margin: 0;
            padding: 0;
            margin-left: 20px;
        }

        .menu-mapa .dropdown-menu li > a {
            color: var(--cor-principal);
            display: inline-block;
            padding: 3px 0;
            font-weight: 400;
        }

        .menu-mapa .dropdown-menu li.titulo {
            list-style: none;
            margin-left: 0;
            margin-top: 20px;
            font-size: 13px;
        }
/* fim menu */

/* home */
.Mayor-video-msg {
    background: transparent;
    /*background-color: var(--cor-cinza);*/
    padding: 20px 0 60px;
}

    .Mayor-video-msg .city-tour {
        margin-top: -50px;
        box-shadow: 0 0 0 rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .15);
        border-radius: 20px;
        border: 15px solid #fff;
        background-color: #fff;
    }

        .Mayor-video-msg .city-tour a {
            position: initial;
            right: auto;
            bottom: auto;
            border-radius: 10px;
        }

            .Mayor-video-msg .city-tour a:hover img {
                opacity: 1;
            }

            .Mayor-video-msg .city-tour a img {
                border-radius: 10px;
            }

.Mayor-welcome h2 {
    font-weight: 700;
    color: #000;
    margin: 0 0 10px;
    font-size: 25px;
}

.Mayor-welcome strong {
    color: var(--cor-principal);
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.Mayor-welcome p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
}



/* Portal transparência */
.portal-transparencia .box {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px dotted var(--cor-principal);
    padding: 20px 20px;
    display: block;
    width: 100%;
    background-color: #fff !important;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

.portal-transparencia a.box:hover {
    background-color: var(--cor-principal) !important;
    color: #fff !important;
}

.portal-transparencia .box i {
    color: var(--cor-principal-claro);
    font-size: 25px;
    display: block;
    margin-bottom: 10px;
}

.portal-transparencia a.box:hover i {
    color: #fff;
}
/* fim Portal transparência */


.box-acesso-rapido {
    margin-top: -30px;
    padding: 0 0 70px;
    position: relative;
    z-index: 9999;
}

    .box-acesso-rapido h2 {
        margin: 0 0 30px;
        font-weight: 400;
        text-align: center;
        font-size: 31px;
    }

        .box-acesso-rapido h2 i {
            color: var(--cor-principal-claro);
            font-size: 25px;
            margin-left: 10px;
        }


    .box-acesso-rapido a.box,
    .box-acesso-rapido a.box:active,
    .box-acesso-rapido a.box:focus,
    .box-acesso-rapido a.box:visited {
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border: 0;
        height: 100px;
        padding: 20px;
        display: block;
        width: 100%;
        background-color: #fff;
        text-align: center;
        margin-bottom: 20px;
        -webkit-box-shadow: 0 0 22px -5px rgba(0, 0, 0, 0.18);
        -moz-box-shadow: 0 0 22px -5px rgba(0, 0, 0, 0.18);
        position: relative;
        overflow: hidden;
        z-index: 1;
        transition: color 0.4s ease;
        box-shadow: 0 0 22px -5px rgba(0, 0, 0, 0.32);
        border: 1px solid #33333330;
    }

        .box-acesso-rapido a.box::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: var(--cor-principal);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.4s ease-in-out;
            z-index: -1; /* Fica atrás do texto e ícone */
        }


        .box-acesso-rapido a.box i,
        .box-acesso-rapido a.box .titulo {
            position: relative;
            z-index: 2;
            transition: color 0.4s ease;
        }

        .box-acesso-rapido a.box:hover {
            color: #fff !important;
        }

        .box-acesso-rapido a.box i {
            font-size: 22px;
            color: var(--cor-principal) !important;
        }

        .box-acesso-rapido a.box:hover::before {
            transform: scaleX(1);
        }

        .box-acesso-rapido a.box:hover i {
            color: #fff !important;
        }

        .box-acesso-rapido a.box div {
            width: 100%;
        }

        .box-acesso-rapido a.box .titulo {
            display: block;
            font-weight: 300;
            color: #000;
            margin-top: 7px;
            line-height: 17px;
        }

        .box-acesso-rapido a.box:hover .titulo {
            font-weight: 500;
            color: #fff;
        }

        .box-acesso-rapido a.box .subtitulo {
            display: block;
            font-size: 12px;
        }

    .box-acesso-rapido .box a {
        display: inline-block;
        margin-top: 5px;
        color: var(--cor-principal);
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 700;
        padding: 3px 10px;
    }

        .box-acesso-rapido .box a:hover {
            color: #fff !important;
            background-color: var(--cor-principal);
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

       

.noticias-home {
    padding-bottom: 50px;
}

    .noticias-home .event-post-full .thumb {
        width: 360px;
        min-width: 360px;
        float: none;
        position: relative;
        overflow: hidden;
        height: 254px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }

    .noticias-home .event-post-full .event-post-content {
        width: auto;
        float: none;
    }

    .noticias-home .event-post-txt h5 {
        margin: 0 0 15px;
        font-weight: 700;
        letter-spacing: -.5px;
        font-size: 21px;
    }

    .noticias-home .small-img-post {
        width: 100%;
        display: block;
    }

        .noticias-home .small-img-post .thumb {
            height: 200px;
        }

        .noticias-home .small-img-post h2 {
            font-size: 15px;
            text-align: left;
            line-height: 19px;
            font-weight: 700;
            margin: 0 0 15px;
            letter-spacing: -.5px;
            color: #000;
        }

.news-post-txt h2 a {
    color: #333333;
}

    .news-post-txt h2 a:hover {
        color: var(--cor-principal);
    }

.noticias-home .news-post .news-post-txt {
    width: 100%;
}


.rs-home {
    padding: 50px 0 25px;
    background-color: var(--cor-principal);
    color: #fff;
}

    .rs-home .title-style-3 {
        text-align: center;
        color: #fff;
    }

        .rs-home .title-style-3 h2 {
            color: #fff !important;
        }

        .rs-home .title-style-3 p {
            color: #fff !important;
        }

            .rs-home .title-style-3 p:before {
                width: 0;
                height: 0;
                content: "";
            }

    .rs-home a {
        display: inline-block;
        color: #fff;
        margin: 20px 10px 0;
    }

        .rs-home a i {
            font-size: 75px;
        }

        .rs-home a span {
            display: block;
        }


.enquete-uf {
    margin-bottom: 50px;
    background-color: var(--cor-cinza);
    padding: 50px 0;
}

.box-uf span {
    display: block;
    font-size: 21px;
    font-weight: 600;
}

.enquete-uf h3 {
    font-size: 17px;
    margin-bottom: 15px;
}

.enquete-uf .uf-box {
    display: block;
    background-color: var(--cor-cinza);
    border-radius: 10px;
    padding: 10px 10px;
    margin: 8px 0;
    font-size: 13px;
    font-weight: 500;
}

    .enquete-uf .uf-box:hover {
        background-color: var(--cor-principal);
        color: #fff;
    }

.enquete-uf .box-uf {
    display: block;
    border: 1px dotted #ccc;
    padding: 15px 20px;
    border-radius: 10px;
    width: 100%;
    background-color: #fff;
}

.box-enquete {
    display: block;
    border: 0 dotted #ccc;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: var(--cor-principal);
    width: 100%;
    color: #fff;
}

    .box-enquete span.titulo {
        font-size: 17px;
        margin: 0 0 10px 0;
        text-align: center;
        font-weight: 600;
        color: #fff;
        display: block;
    }

    .box-enquete span {
        margin: 20px 0;
        display: block;
    }

    .box-enquete label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 300;
        font-size: 13px;
    }

    .box-enquete a {
        margin-top: 20px;
    }

.box-agenda {
    font-size: 15px;
}

    .box-agenda .itens {
        display: block;
        margin: 20px 0;
    }

        .box-agenda .itens span,
        .box-agenda .itens strong {
            font-weight: 700;
        }





.sessoes-home {
    padding: 100px 0;
    background: none;
}

    .sessoes-home h5 {
        font-size: 17px;
        text-align: left;
    }

    .sessoes-home .event-post {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .sessoes-home .event-post-loc {
        margin-top: auto;
        padding: 0;
        text-align: right;
        background-color: var(--cor-cinza);
        color: var(--cor-principal);
        font-weight: 600;
    }

        .sessoes-home .event-post-loc a {
            margin-left: 20px;
            color: var(--cor-principal);
        }

    .sessoes-home .event-meta {
        margin: 0 0 0;
        padding: 0;
        list-style: none;
    }

.box-ultimas {
    padding-bottom: 50px;
}

    .box-ultimas .title-style-3 {
        text-align: center;
    }

        .box-ultimas .title-style-3 p:before {
            position: absolute;
            left: 0;
            right: 0;
            top: 30px;
            bottom: 0;
            margin: auto;
            width: 30px;
            height: 3px;
            background: var(--cor-principal-claro);
            content: "";
        }

.deprt-icon-box h2 {
    line-height: 22px;
    margin: 0 0 12px;
    font-weight: 600;
    font-size: 18px;
}
/* fim home */

/* Diário Oficial */
.diariooficial .news-box-f a {
    float: none;
    border-left: 0 solid #eee;
    width: auto;
    height: auto;
    text-align: center;
    line-height: 50px;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 5px;
    font-weight: 400;
    background-color: var(--cor-principal);
}

    .diariooficial .news-box-f a:hover {
        color: #fff;
        background-color: var(--cor-principal-escuro) !important;
    }

.diario-materia-detalhes {
}

    .diario-materia-detalhes .diario-cabecalho span {
        display: block;
        background-color: #f4f4f4;
        margin: 2px 0;
        text-align: center;
        padding: 3px 0;
        font-size: 15px;
    }
/* fim Diário Oficial */

/* Vereadores */
.vereadores .team-box {
    width: 100%;
    float: left;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: -1px;
    box-shadow: 0 0 0 rgba(0,0,0,0.07);
    border: 1px solid #eee;
    padding: 15px;
}

    .vereadores .team-box:hover {
        background: var(--cor-cinza);
        border-left: 5px solid var(--cor-principal);
    }

    .vereadores .team-box .team-thumb {
        width: auto;
        flex: none;
        overflow: hidden;
        position: relative;
    }

    .vereadores .team-box .team-txt {
        width: auto;
        float: none;
        padding: 0;
    }

        .vereadores .team-box .team-txt span {
            background-color: var(--cor-principal);
            color: #fff;
            border-radius: 10px;
            padding: 2px 10px;
            display: inline-block;
            margin-top: 10px;
            font-size: 13px;
        }

    .vereadores .team-box .team-thumb img {
        width: 100px;
        height: auto;
        margin-right: 20px;
    }

    .vereadores .team-box .team-thumb:after,
    .vereadores .team-box:hover .team-thumb:after {
        background-color: transparent;
        width: 0;
        height: 0;
    }

    .vereadores .team-box .team-txt h5 {
        font-weight: 700;
        margin: 0 0 10px 0;
        font-size: 15px;
        text-align: left;
    }

    .vereadores .team-box .team-txt p {
        font-size: 15px;
        padding: 0;
        margin: 0;
    }

.mesadiretora .team-box .team-txt h5 {
    font-weight: 700;
    margin: 0 0 7px;
    font-size: 15px;
    text-align: left;
}

.mesadiretora .team-box .team-thumb {
    width: 40%;
    float: left;
    overflow: hidden;
    position: relative;
}

.mesadiretora .team-box .team-txt {
    width: 60%;
    float: left;
    padding: 10px 20px 0 20px;
}

    .mesadiretora .team-box .team-txt .dep {
        font-size: 13px;
        text-align: left;
        line-height: 15px;
        color: var(--cor-principal);
    }

.mesadiretora ul.team-social {
    margin: 10px 0 0 0;
    padding: 5px 0 0;
    list-style: none;
    border-top: 1px solid #eeeeee;
    position: relative;
}

    .mesadiretora ul.team-social a i {
        color: #bbb;
        font-size: 11px;
        margin-left: 5px;
    }


.vereador-detalhes {
    margin-top: 50px;
}

    .vereador-detalhes .dados {
        margin-bottom: 40px;
    }

    .vereador-detalhes .img img {
        width: 260px;
        margin-right: 30px;
        border: 10px solid var(--cor-cinza);
    }

    .vereador-detalhes .txt h2 {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .vereador-detalhes .txt span {
        display: block;
    }

        .vereador-detalhes .txt span i {
            color: var(--cor-principal);
        }

    .vereador-detalhes .team-details-txt .panel-body {
        padding: 20px;
    }

        .vereador-detalhes .team-details-txt .panel-body .contatos {
            margin-top: 20px;
        }

            .vereador-detalhes .team-details-txt .panel-body .contatos .titulo {
                display: block;
                font-weight: 600;
                margin-bottom: 10px;
            }

            .vereador-detalhes .team-details-txt .panel-body .contatos a {
                display: block;
                font-size: 15px;
            }
/* fim Vereadores */

/* notícias */
.news-box {
    margin-bottom: 20px !important;
    display: block;
}

.news-detalhes .new-txt {
    padding: 0;
}

    .news-detalhes .new-txt h4 {
        margin-bottom: 30px;
    }

.news-box-f span {
    display: inline-block;
    width: 60%;
    text-align: right;
    margin: 0 0 0 0;
}

.news-box-f {
    border-top: 1px solid #eeeeee;
    overflow: hidden;
    line-height: initial;
    font-style: normal;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    background-color: var(--cor-cinza);
    color: var(--cor-principal);
    padding: 10px 20px;
}

.new-txt h3 {
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    letter-spacing: -.5px;
}

.new-txt h4 {
    line-height: 25px;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    letter-spacing: -.5px;
}

.new-txt h6 {
    line-height: 30px;
    font-size: 27px;
    font-weight: 700;
    margin: 0;
    letter-spacing: -.5px;
}

.new-txt ul.news-meta li:after {
    content: "|";
    color: #cccccc;
    padding: 0 5px;
}

.news-box-dec .ementa {
    margin-bottom: 20px;
}

    .news-box-dec .ementa .tit {
        display: block;
        font-weight: 700;
        font-size: 19px;
    }

.news-box-dec .autoria {
    margin-top: 30px;
    text-align: left;
}

    .news-box-dec .autoria .tit {
        display: block;
        font-weight: 700;
        font-size: 19px;
        margin-bottom: 15px;
    }

    .news-box-dec .autoria .avulso {
        display: block;
        margin-bottom: 15px;
    }

    .news-box-dec .autoria img {
        width: 40px;
        margin-right: 10px;
    }

    .news-box-dec .autoria span {
        line-height: 15px;
        font-size: 14px;
        font-weight: 500;
    }

.news-box-dec .informacoes {
    display: flex; /* Torna o container .informacoes um container flexível */
    justify-content: space-between; /* Espaça os itens filhos igualmente */
}

    .news-box-dec .informacoes .informacoes-box {
        flex: 1; /* Permite que cada .informacoes-box cresça para ocupar o espaço disponível */
        margin: 0 5px; /* Adiciona um espaço entre as .informacoes-box */
        border: 1px solid #eee; /* Adiciona uma borda para visualização */
        padding: 10px; /* Adiciona um preenchimento interno */
        box-sizing: border-box;
        border-radius: 10px;
        font-size: 15px;
        text-align: center;
    }

        .news-box-dec .informacoes .informacoes-box span {
            display: block;
            border-radius: 10px;
            padding: 5px 10px;
            font-weight: 600;
            background-color: var(--cor-cinza);
            margin-bottom: 5px;
        }

.embed-pdf {
    margin-top: 30px;
}

.news-full .new-txt h6 {
    font-size: 19px;
    line-height: 28px;
}

.news-full .new-txt .autoria {
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}

.news-box:hover .news-box-f a {
    background: var(--cor-principal);
    color: #fff;
}

.news-box:hover .new-txt h6 a,
.news-box:active .new-txt h6 a {
    color: var(--cor-principal-claro);
}

.title-style-3 p:before {
    background: var(--cor-principal-claro) !important;
}

.new-thumb:after {
    background: rgba(0,75,144,.1);
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: 9;
    opacity: 0;
}

.news-details .new-thumb:after {
    background: none;
}

.new-thumb i {
    padding: 0 10px;
}

.widget .recent-posts h6 {
    line-height: 16px !important;
}

    .widget .recent-posts h6 a {
        color: #333;
        font-weight: 400;
        line-height: 16px !important;
        font-size: 11px;
    }
/* fim notícias */

/* Diárias e Adiantamentos */
.form-busca-diarias {
    background: none;
    background-color: var(--cor-principal);
    border-radius: 3px;
    padding: 30px 30px 35px;
}

    .form-busca-diarias ul li.col-md-2,
    .form-busca-diarias ul li.col-md-4,
    .form-busca-diarias ul li.col-md-6 {
        padding: 0 6px;
    }
/* fim Diárias e Adiantamentos */

/* Form busca padrão */
.form-busca-padrao {
    background: none;
    background-color: var(--cor-cinza);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px dashed #ccc;
}

    .form-busca-padrao h5 {
        font-size: 15px;
        color: var(--cor-principal);
    }

    .form-busca-padrao .form-control {
        border: 1px solid #ccc;
        box-shadow: none;
        padding: 0 16px;
        line-height: 42px;
        height: 43px;
        margin: 0;
    }

    .form-busca-padrao button {
        float: none;
        border: 0px;
        padding: 0 20px;
        background: var(--cor-principal);
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        line-height: 42px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 400;
        display: block;
        width: 100%;
    }

        .form-busca-padrao button:hover {
            background: var(--cor-principal-escuro);
            color: #fff;
        }

    .form-busca-padrao ul li.col-md-2,
    .form-busca-padrao ul li.col-md-3,
    .form-busca-padrao ul li.col-md-4,
    .form-busca-padrao ul li.col-md-6,
    .form-busca-padrao ul li.col-md-8,
    .form-busca-padrao ul li.col-md-10,
    .form-busca-padrao ul li.col-md-12 {
        padding: 0 6px;
    }
/* fim Form busca padrão */

/* Minha Area */
#minha-area ul.counter {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    #minha-area ul.counter .col-md-4,
    #minha-area ul.counter .col-md-6,
    #minha-area ul.counter .col-md-12 {
        padding: 0 6px;
    }

#minha-area .fact-box {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
    margin-bottom: 12px;
    height: 120px;
    padding: 35px 10px 0 70px;
    position: relative;
    display: block;
}

#minha-area .counter {
    margin-top: 40px !important;
}

#minha-area .fact-box strong {
    color: var(--cor-principal-claro);
    font-size: 17px;
    font-weight: 800;
    display: block;
    line-height: 20px;
    margin: 0 0 0px;
}

#minha-area .fact-box span {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #777777;
    text-transform: initial;
}

#minha-area .fact-box:hover {
    background-color: var(--cor-principal);
    border-color: var(--cor-principal);
}

    #minha-area .fact-box:hover i,
    #minha-area .fact-box:hover strong,
    #minha-area .fact-box:hover span {
        color: #fff;
    }

#minha-area .box-menu {
    background-color: var(--cor-principal);
    padding-bottom: 20px;
    border-radius: 5px;
}

    #minha-area .box-menu h6 {
        color: #fff;
        border-bottom: 1px solid #1a569f;
        line-height: 53px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
    }

    #minha-area .box-menu a {
        background: #fff;
        color: var(--cor-principal-claro);
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-weight: 600;
        display: block;
        border-radius: 5px;
        margin: 5px 20px;
        padding: 10px 20px;
    }

        #minha-area .box-menu a:hover {
            background: var(--cor-principal-claro);
            color: #fff;
        }

        #minha-area .box-menu a.sair {
            background: red;
            color: #fff;
            margin-top: 30px;
        }

        #minha-area .box-menu a.voltar {
            background: transparent;
            color: #fff;
            padding: 0;
            font-weight: 400;
            margin-top: 30px;
        }

            #minha-area .box-menu a.voltar:hover {
                color: var(--cor-principal-claro);
            }

        #minha-area .box-menu a i {
            margin-right: 5px;
        }
/* fim Minha Area */

.moduçe-maxline {
    overflow: hidden;
    width: 100%;
}

.maxline-3 {
    /*display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    width: 100%;*/
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.linha-veja-mais {
    border-top: 1px dotted #ccc;
    padding-top: 20px;
    margin-top: 40px;
}

    .linha-veja-mais h6 {
        margin-bottom: 20px;
    }

    .linha-veja-mais a {
        display: block;
        font-size: 14px;
    }

        .linha-veja-mais a i {
            margin-right: 5px;
        }

/* badges */
.badge-pill {
    padding: 0.4em .8em;
    border-radius: 10rem;
}

.badge-primary {
    background-color: var(--cor-principal);
}

/* Panels DEC */
.panel-dec .panel-primary {
    border: 1px dotted #cccccc;
    margin-bottom: 3px !important;
}

    .panel-dec .panel-primary > .panel-heading {
        background-color: #f8fbfe !important;
        color: var(--cor-principal);
        border: 0 !important;
    }

        .panel-dec .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px dotted #cccccc;
        }

    .panel-dec .panel-primary h4 {
        font-size: 13px;
    }

        .panel-dec .panel-primary h4 i {
            color: #ffe793;
        }

.panel-dec .panel-default {
    border: 1px dotted #cccccc;
    margin-bottom: 3px !important;
}

    .panel-dec .panel-default > .panel-heading {
        background-color: #f7f7f7 !important;
        color: var(--cor-principal);
        border: 0 !important;
    }

        .panel-dec .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px dotted #cccccc;
        }

            .panel-dec .panel-default > .panel-heading + .panel-collapse > .panel-body a {
                display: block;
            }

    .panel-dec .panel-default h4 {
        font-size: 13px;
    }

        .panel-dec .panel-default h4 i {
            color: #ffe793;
        }
/* fim Panels DEC */

/* community-box-dec */
.community-box-dec h6 {
    line-height: 18px !important;
    font-size: 12px !important;
    padding: 10px 20px !important;
}

.community-box-dec div {
    padding: 20px;
    font-size: 13px;
}

    .community-box-dec div a {
        margin: 25px 0 0 0;
    }
/* community-box-dec */

/* Timeline */
.timeline {
    list-style-type: none;
    position: relative;
}

    .timeline:before {
        content: '';
        position: absolute;
        left: 16px;
        height: 100%;
        z-index: 2;
        top: 0;
        bottom: 0;
        border-left: 3px dashed #e3e6f0;
    }

    .timeline .timeline-item {
        margin: 3rem 2rem 3rem 1rem;
    }

        .timeline .timeline-item > h4 {
            margin-bottom: 0;
            font-size: 1.1em;
            line-height: 1.2em;
            font-weight: 600;
        }

        .timeline .timeline-item .timeline-item-date {
            font-size: 1.3rem;
            margin-bottom: 30px;
        }

        .timeline .timeline-item .timeline-item-image {
            border-radius: 5px;
            overflow: hidden;
            margin-bottom: 30px;
        }

            .timeline .timeline-item .timeline-item-image img {
                width: 100%;
                height: auto;
            }

        .timeline .timeline-item .timeline-icon {
            background-color: #0a5faf;
            position: absolute;
            border-radius: 50%;
            left: 0px;
            width: 34px;
            height: 34px;
            z-index: 3;
            color: #ffffff;
            text-align: center;
            padding: 5px;
            font-size: 18px;
        }

            .timeline .timeline-item .timeline-icon i {
                margin-top: 1px;
            }
/* fim Timeline */

/* tabelas */
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
    background-color: var(--cor-cinza);
}
/* fim tabelas */

/* Acordion */
.dec-accordion .panel-group {
    margin-bottom: 20px;
}

.dec-accordion .panel-title a {
    display: block;
    position: relative;
    padding-right: 20px;
    text-align: left;
}

    .dec-accordion .panel-title a.collapsed:before {
        position: absolute;
        right: 0;
        top: 0;
        content: "\f067";
        font-family: FontAwesome;
        font-weight: 700;
        font-size: 12px;
    }

    .dec-accordion .panel-title a:before {
        position: absolute;
        right: 0;
        top: 0;
        content: "\f068";
        font-family: FontAwesome;
        font-weight: 700;
        font-size: 12px;
    }

.dec-accordion .panel-default {
    margin-bottom: 5px !important;
}

    .dec-accordion .panel-default .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 13px;
        line-height: 16px;
        font-weight: 600;
        color: inherit;
    }

.dec-accordion h6 {
    margin: 20px 0 10px;
    font-size: 17px;
    font-weight: 700;
}
/* fim Acordion */

/* Login/Cadastro */
.login-account p {
    color: #fff !important;
}

select.linput {
    padding: 16px 20px;
}
/* fim Login/Cadastro */

/* Ciptea Cadastro */
.bt-submit-form {
    display: none;
}
/* fim Ciptea Cadastro */

/* Ciptea Carteirinha */
.carteirinha-ciptea {
    width: 105mm;
    height: 148mm;
    padding: 6px;
    border: 2px dashed #ccc;
    position: relative;
}

    .carteirinha-ciptea h1 {
        font-size: 13px;
        font-weight: 800;
        line-height: 17px;
    }

    .carteirinha-ciptea h2 {
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        font-style: italic;
        margin: 5px 0 10px 0;
    }

    .carteirinha-ciptea img.foto3x4 {
        width: 113px;
        height: 151px;
        position: absolute;
        right: 6px;
        top: 40px;
    }

    .carteirinha-ciptea img.icone {
        position: absolute;
        right: 119px;
        top: 90px;
        opacity: 0.15;
    }

    .carteirinha-ciptea .box-01 {
        width: 245px;
    }

    .carteirinha-ciptea .box-02 {
    }

    .carteirinha-ciptea .box-03 {
        margin-top: 11px;
    }

    .carteirinha-ciptea .box-form {
        border: 1px solid #000;
        border-radius: 5px;
        padding: 3px 3px;
    }

        .carteirinha-ciptea .box-form strong {
            display: block;
            font-weight: 400;
            font-size: 9px;
            line-height: 10px;
            color: #000;
        }

        .carteirinha-ciptea .box-form span {
            display: block;
            font-weight: 400;
            font-size: 10px;
            line-height: 11px;
        }

    .carteirinha-ciptea .box-corte {
        height: 1px;
        border: 1px dashed #ccc;
        position: absolute;
        top: 50%;
        left: 6px;
        right: 6px;
    }

    .carteirinha-ciptea .box-form-assinatura {
        border-top: 1px solid #000;
        padding: 3px 3px;
        margin: 25px 0 5px 0;
    }

        .carteirinha-ciptea .box-form-assinatura span {
            display: block;
            font-weight: 400;
            font-size: 10px;
            line-height: 11px;
            text-align: center;
        }

    .carteirinha-ciptea .box-form-validade {
        display: block;
        font-weight: 400;
        font-size: 10px;
        line-height: 11px;
        text-align: center;
    }

    .carteirinha-ciptea .img-qrcode {
        width: 102px;
        float: left;
        margin-top: 1px;
    }

    .carteirinha-ciptea .img-logo {
        width: 70px;
        float: left;
        margin-top: 15px;
    }

.carteirinhav-ciptea {
    border: 2px dashed #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
}
/* fim Ciptea Carteirinha */

/* Municipios */
.box-municipios .news-post-txt h5 {
    font-weight: 700;
    margin: 0 0 15px;
    line-height: 23px;
    letter-spacing: -.5px;
    font-size: 19px !important;
}
/* fim Municipios */

/* Plugin DropZone */
.dropzone {
    border: 4px dotted rgba(0,0,0,0.09);
    min-height: 150px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0,0,0,0.03);
    padding: 20px;
}

    .dropzone .dz-default.dz-message {
        position: absolute;
        margin-top: -28px;
        top: 50%;
        text-align: center;
        width: 100%;
    }

        .dropzone .dz-default.dz-message span i {
            display: block;
        }

.form-files {
    border: 2px solid rgba(0,0,0,0.03);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
}

    .form-files h5 {
        font-size: 19px;
        margin-bottom: 20px;
    }

    .form-files .files-enviados {
        margin-top: 10px;
    }

        .form-files .files-enviados span {
            display: block;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .form-files .files-enviados a.bt-excluir {
            background-color: #00427e;
            color: #fff;
            border-radius: 3px;
            font-size: 12px;
            padding: 2px 5px;
            margin-right: 5px;
        }

.form-files-foto {
    border: 2px solid rgba(0,0,0,0.03);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}

    .form-files-foto h5 {
        font-size: 19px;
        margin-bottom: 20px;
    }

    .form-files-foto .image-crop {
        margin: 20px auto 0 auto;
        border: 4px dotted rgba(0,0,0,0.09);
        border-radius: 5px;
        display: none;
        max-width: 350px;
        padding-top: 20px;
    }

    .form-files-foto .foto-requisito {
        margin-top: 20px;
        border: 4px dotted rgba(0,0,0,0.09);
        border-radius: 5px;
        background-color: #ffecec;
        padding: 20px;
        text-align: left;
    }

    .form-files-foto .foto-ajustes {
        margin-top: 20px;
        border: 4px dotted rgba(0,0,0,0.09);
        border-radius: 5px;
        background-color: #e1ffec;
        padding: 20px;
        text-align: left;
        display: none;
    }

    .form-files-foto .bt-continuar {
        display: none;
    }
/* fim Plugin DropZone */

.title-style-3 h1,
.title-style-3 h2,
.title-style-3 h3 {
    margin: 0 0 15px;
    color: var(--cor-texto);
    font-weight: 700;
    font-size: 31px;
}

/* Seretarias */
.deprt-icon-box .ico-sec {
    color: #ddd;
    font-size: 25px;
    padding-bottom: 20px;
}

.deprt-icon-box:hover .ico-sec {
    color: #ccc;
    font-size: 25px;
    padding-bottom: 20px;
}

.team-box .team-txt .titulo,
.team-box .team-txt h5,
.team-box .team-txt h4 {
    font-weight: 700;
    margin: 0 0 7px;
    font-size: 17px;
}

.team-grid {
    padding: 50px 0;
}

    .team-grid h3 {
        font-weight: 700;
    }

    .team-grid .container .row {
        display: flex;
        flex-wrap: wrap;
    }

        .team-grid .container .row .col-md-3 {
            display: flex;
        }

            .team-grid .container .row .col-md-3 .team-box {
                display: flex;
                flex-direction: column;
            }

                .team-grid .container .row .col-md-3 .team-box .team-txt {
                    display: grid;
                    flex: 1;
                }

                    .team-grid .container .row .col-md-3 .team-box .team-txt .team-social {
                        align-self: flex-end;
                    }

ul.team-social a {
    color: #bbb;
}

    ul.team-social a:hover {
        color: var(--cor-principal);
    }

.team-box .team-thumb a {
    color: var(--cor-principal);
}

    .team-box .team-thumb a:hover {
        background: var(--cor-principal);
        color: #fff;
    }
/* fim Seretarias */

/* Fique por dentro home */
.recent-events {
    background: transparent;
    /*background-color: #fff;*/
}

    .recent-events h3 {
        color: #333;
        font-weight: 700;
        margin: 0 0 10px;
    }

    .recent-events .nav-tabs {
        border-bottom: 0 solid #ddd;
        margin-top: 40px;
    }

        .recent-events .nav-tabs > li > a.active, .recent-events .nav-tabs > li > a.active:focus, .recent-events .nav-tabs > li > a.active:hover {
            color: #222;
            cursor: default;
            background-color: #fff;
            border: 1px solid #eee;
            border-bottom: 0;
            margin-bottom: -1px;
        }

        .recent-events .nav-tabs > li > a {
            background: var(--cor-cinza);
            text-transform: uppercase;
            font-family: 'Montserrat', sans-serif;
            font-size: 13px;
            font-weight: 600;
            padding: 0 20px;
            line-height: 51px;
            color: var(--cor-principal);
            border: 0px;
            position: relative;
            border-radius: 0;
            overflow: hidden;
            margin-right: 5px;
        }

.event-list li strong.edate {
    display: block;
    color: var(--cor-principal);
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.recent-events .nav-tabs > li.active > a:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: var(--cor-principal);
    content: "";
}

.recent-events .tab-content {
    background: #fff;
    border-radius: 0 5px 5px 5px;
    width: 100%;
    float: left;
    padding: 15px;
    border: 1px solid #eee;
}

.recent-events .nav-tabs > li > a:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: "";
}

.recent-events .event-list li.icone {
    font-size: 13px;
}

.recent-events .event-list li.el-title {
    width: 72%;
    line-height: 13px;
}

.event-list li.el-title a {
    color: var(--cor-texto);
    margin: 0;
    font-weight: 400;
    line-height: 13px;
    font-size: 13px;
}

.event-list:hover .el-title a {
    color: var(--cor-principal);
}

.recent-events .event-list:after {
    position: absolute;
    left: -30px;
    width: 3px;
    height: 0;
    background: var(--cor-principal);
    content: none;
    top: -4px;
}

.recent-events .event-list:hover:after {
    height: 100%;
}

.event-list a.joinnow {
    background: var(--cor-cinza);
    border: 1px solid var(--cor-cinza);
    line-height: 15px;
    display: inline-block;
    text-transform: lowercase;
    font-size: 14px;
    color: #555;
    padding: 5px 20px;
    border-radius: 15px;
}

/* fim Fique por dentro home */

/* Banners */
.box-banner-padrao {
    border: 1px dotted #ccc;
    border-radius: 5px;
    position: relative;
}

.owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.owl-carousel .owl-nav button.owl-prev:after {
    content: "\f104";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 24px;
}

.owl-carousel .owl-nav button.owl-next:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 24px;
}

.owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 60px;
    margin: auto;
    background-color: var(--cor-principal) !important;
    z-index: 99;
    color: #fff !important;
    border-radius: 0 5px 5px 0;
    font-size: 0 !important;
}

.owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 60px;
    margin: auto;
    background-color: var(--cor-principal) !important;
    z-index: 99;
    color: #fff !important;
    border-radius: 5px 0 0 5px;
    font-size: 0 !important;
}

    .owl-nav button.owl-prev:hover,
    .owl-nav button.owl-next:hover {
        background-color: var(--cor-principal-escuro) !important;
    }
/* fim Banners */

/* Licitações */
.box-receber-att {
    border: 1px dashed #ccc;
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 20px;
    background-color: #d3fff0;
    border-radius: 10px;
}

    .box-receber-att h4 {
        font-size: 19px;
        margin-bottom: 20px;
    }

.licRet {
    display: none;
    border: 2px dashed #ccc;
    padding: 15px;
    text-align: center;
}

.licAguarde {
    background-color: #fffee2;
}

.licSuccess {
    background-color: #d3fff0;
}

.licError {
    background-color: #ffd4d3;
    margin-top: 20px;
}
/* fim Licitações */

/* Telefones Úteis */
#telefones-uteis .table {
    margin-bottom: 0;
}

    #telefones-uteis .table tr td {
        width: 50%;
    }

#telefones-uteis .panel-body {
    padding: 0;
}
/* fim Telefones Úteis */

/* Contato */
.contato {
    background-color: var(--cor-cinza);
    border-radius: 10px;
    padding: 15px 20px;
    border-top: 5px solid var(--cor-secundaria);
}

    .contato .bloco {
        margin: 10px 0 15px;
        font-size: 16px;
    }

    .contato .titulo {
        color: var(--cor-texto);
        display: block;
        font-size: 21px;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .contato .bloco .tit {
        color: var(--cor-texto);
        display: block;
    }

    .contato .bloco .text,
    .contato .bloco .text a {
        color: var(--cor-principal);
        font-weight: 700;
    }

        .contato .bloco .text a:hover {
            color: var(--cor-secundaria);
        }
/* fim Contato */

/* Forms */
.contato-form input[type="submit"] {
    width: initial;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 53px;
    border: 0;
    border-radius: 3px;
    font-size: 17px !important;
    font-weight: 700;
    margin-top: 10px;
    padding: 10px 20px !important;
}

.form-group label:not(.error) {
    font-size: 13px;
    letter-spacing: 0.04em;
    font-weight: 400;
    margin-bottom: 4px;
    color: #777777;
}

.form-control {
    border: 1px solid #e6e8eb;
    border-radius: 10px;
    padding: 14px 12px;
    height: auto;
}

.busca-topo .form-control {
    border: 1px solid #e6e8eb;
    border-radius: 20px 0 0px 20px !important;
    padding: 10px 16px;
    height: 46px;
}

.busca-topo .btn {
    border-radius: 20px;
}

#retornoajax, #retornoajaxG {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: none;
}

#retornoajaxG {
    font-size: 12px;
    border: 1px dotted #ccc;
}

.alert {
    padding: 15px;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 4px;
}
/* fim Forms */

/* Busca */
.dec-filtro-busca {
    border: 0 dotted #d0ffe2;
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left;
    font-size: 15px;
}

    .dec-filtro-busca a {
        border: 1px dotted var(--cor-vermelho);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        margin-left: 10px;
        padding: 2px 10px;
        color: var(--cor-vermelho);
        font-size: 12px;
        display: inline-block;
    }

        .dec-filtro-busca a:hover {
            border: 1px dotted var(--cor-vermelho);
            background-color: var(--cor-vermelho);
            color: #fff;
        }
/* fim Busca */

/* Rodapé */
#irRodape {
    background: transparent;
    padding: 50px 0 0 0;
}

    #irRodape .box-acesso-rapido {
        padding: 0;
        margin-top: 0;
        position: relative;
        z-index: 999;
        margin-bottom: -20px;
    }

        #irRodape .box-acesso-rapido a.box {
            height: 130px;
        }

            #irRodape .box-acesso-rapido a.box .titulo {
                display: block;
                font-weight: 300;
                color: #000;
                margin-top: 7px;
                line-height: 17px;
            }

            #irRodape .box-acesso-rapido a.box .subtitulo {
                display: block;
                font-size: 15px;
                font-weight: 700;
                margin-top: 5px;
            }

            #irRodape .box-acesso-rapido a.box:hover .titulo,
            #irRodape .box-acesso-rapido a.box:hover .subtitulo {
                color: #fff;
            }

        #irRodape .box-acesso-rapido span.btn-telefone {
            font-weight: 700;
            font-size: 21px !important;
            display: inline-block;
            padding: 10px 50px !important;
            background-color: var(--cor-principal);
            color: #fff;
        }


.rodape-links ul li a {
    display: inline-block;
    transition: all 0.3s ease;
}

    .rodape-links ul li a:hover {
        transform: translateY(3px);
        color: var(--cor-secundaria);
    }

.logo-rodape {
    justify-items: center;
    align-items: center;
}

.titulo-rodape {
    color: #ffff;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px;
}

.titulo-linha {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    justify-items: left;
}

    .titulo-linha::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 100%;
        max-width: 180px;
        height: 1px;
        background-color: #fff;
    }

.rodape-links ul li a::before {
    content: "›";
    color: #fff;
    margin-right: 8px;
}

.footer {
    font-size: 14px;
    padding: 20px 0;
}

.home3.footer {
    background-color: var(--cor-principal);
}

    .home3.footer .container {
        padding-top: 20px;
        border-top: 1px solid #ffffff;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

.footer .bts {
    color: #fff;
    background-color: var(--cor-principal);
    font-size: 13px;
    padding: 4px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .footer .bts:hover {
        color: var(--cor-secundaria);
        background-color: var(--cor-principal);
    }

.footer-links {
    font-size: 14px;
    padding: 80px 0 20px 0;
    background-color: var(--cor-principal);
    color: #fff;
}

    .footer-links .titulo {
        font-size: 23px;
        font-weight: 700;
        color: #fff;
        display: block;
        margin-bottom: 10px;
    }

    .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .footer-links ul li a {
            color: #fff;
            font-size: 16px;
            line-height: 25px;
        }

            .footer-links ul li a:hover {
                color: var(--cor-secundaria);
            }

    .footer-links .bloco {
        margin: 10px 0 15px;
        font-size: 16px;
    }

        .footer-links .bloco .tit {
            color: #fff;
            display: block;
        }

        .footer-links .bloco .text,
        .footer-links .bloco .text a {
            color: #fff;
            font-weight: 700;
        }

            .footer-links .bloco .text a:hover {
                color: var(--cor-secundaria);
            }

#irRodape .e-numbers .em-box strong.em-num {
    font-size: 17px;
    font-weight: 900;
    display: block;
}

#irRodape .e-numbers .em-box strong.em-deprt {
    font-size: 13px;
}

#irRodape .e-numbers .em-box {
    height: 130px;
    text-align: center;
    padding: 20px 10px;
}

.e-numbers h3 {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    margin: 0 0 8px;
}

.home3.footer p.copyr {
    color: #fff !important;
    font-size: 12px;
}
/* fim Rodapé */

/* Cookies */
.rodape-cookies {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 25px;
    z-index: 9999;
    -webkit-box-align: center;
    align-items: center;
    max-width: 1230px;
    margin: 0px auto;
    background: rgb(255, 255, 255);
    padding: 20px;
    box-shadow: rgb(170, 170, 170) 0px 0px 10px;
    border-radius: 12px;
    display: none;
}

    .rodape-cookies p {
        color: #000 !important;
        margin-bottom: 0 !important;
        font-size: 13px !important;
        font-weight: 400;
    }

    .rodape-cookies .bt-cookies {
        box-sizing: border-box;
        border-radius: 8px;
        text-align: center;
        font-size: 14px;
        padding: 10px 20px;
        letter-spacing: 0px;
        cursor: pointer;
        white-space: nowrap;
        border: 1px solid var(--cor-principal);
        color: var(--cor-principal);
        text-transform: none;
        margin-left: 20px;
    }

        .rodape-cookies .bt-cookies:hover {
            background-color: var(--cor-principal);
            color: #fff;
        }
/* fim Cookies */

/* Acessibilidade */
.bts-config {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 10px 0 0;
}

    .bts-config a.bt-aumentaf span,
    .bts-config a.bt-diminuirf span {
    }

    .bts-config a {
        background: var(--cor-principal);
        color: #fff;
        height: 27px;
        width: 27px;
        display: inline-block;
        line-height: 25px;
        text-align: center;
        border-radius: 100%;
        font-size: 12px;
        position: relative;
    }

        .bts-config a span {
            width: 14px;
            height: 14px;
            line-height: 14px;
            position: absolute;
            top: -5px;
            right: -5px;
            font-size: 8px;
            color: #fff;
            font-weight: 700;
            border-radius: 100%;
            text-align: center;
            background-color: #0a5faf;
            filter: none !important;
            display: none;
        }

        .bts-config a.bt-desfazeracess {
            display: none;
        }
/* fim Acessibilidade */

/* Contraste */
.dec-contraste-normal {
    background-color: white !important;
    color: black !important;
}

    .dec-contraste-normal .bts-config a:focus,
    .dec-contraste-normal .bts-config a:active {
        background: var(--cor-principal) !important;
        color: #fff;
    }

        .dec-contraste-normal .bts-config a:hover,
        .dec-contraste-normal .bts-config a:focus:hover,
        .dec-contraste-normal .bts-config a:active:hover {
            background-color: var(--cor-secundaria) !important;
            color: var(--cor-principal) !important;
        }

.dec-contraste {
    background-color: black !important;
    color: white !important;
}

    .dec-contraste .bts-config a.bt-contraste span {
        display: block;
    }

    .dec-contraste .bts-config a,
    .dec-contraste .bts-config a:focus,
    .dec-contraste .bts-config a:active {
        background: #1c1c1c !important;
        color: #fff;
    }

    .dec-contraste,
    .dec-contraste div,
    .dec-contraste section,
    .dec-contraste nav,
    .dec-contraste .btn,
    .dec-contraste .bts,
    .dec-contraste header,
    .dec-contraste .header-two,
    .dec-contraste .header-two .topbar,
    .dec-contraste .home3.footer,
    .dec-contraste .topbar,
    .dec-contraste main,
    .dec-contraste footer,
    .dec-contraste ul,
    .dec-contraste li,
    .dec-contraste p,
    .dec-contraste span,
    .dec-contraste label,
    .dec-contraste hr,
    .dec-contraste a.search-icon,
    .dec-contraste .h3-navbar .dropdown-menu,
    .dec-contraste .h3-navbar .dropdown-menu a,
    .dec-contraste .box-acesso-rapido .box a:hover,
    .dec-contraste .panel-dec .panel-primary > .panel-heading,
    .dec-contraste .panel-dec .panel-default > .panel-heading,
    .dec-contraste .tp-bgimg {
        /*background: none !important;*/
        background-color: #000 !important;
        color: #fff !important;
        /*filter: grayscale(100%) !important;*/
    }

        .dec-contraste .bts-config a span {
            color: #fff;
            background-color: #0a5faf !important;
        }

        .dec-contraste * {
            color: #fff !important;
            border-color: #fff !important;
            background-color: #000 !important;
        }

        .dec-contraste a {
            color: #fff !important
        }

            .dec-contraste a:hover {
                text-decoration: underline !important
            }

        .dec-contraste img {
            border: 0 !important;
            margin: 0;
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%)
        }

        .dec-contraste iframe, .dec-contraste .sw_video_capa, .dec-contraste svg {
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%)
        }

        .dec-contraste pre * {
            background-color: #161616 !important;
            color: #fff !important
        }

        .dec-contraste input, .dec-contraste select, .dec-contraste option {
            background: #fff !important;
            color: #000 !important
        }

            .dec-contraste input[type="submit"], .dec-contraste input[type="button"], .dec-contraste button {
                background-color: #161616 !important;
                color: #fff !important;
                border: #fff solid 1px;
            }

        .dec-contraste #logo_branca, .dec-contraste .logo_branca {
            display: block !important
        }

        .dec-contraste *::-webkit-scrollbar-track {
            background-color: #000 !important;
            border: solid 1px #fff !important
        }

        .dec-contraste *::-webkit-scrollbar {
            background-color: #000 !important;
            border: solid 1px #fff !important
        }

        .dec-contraste *::-webkit-scrollbar-thumb {
            background-color: #000 !important
        }

        .dec-contraste *:before, .dec-contraste *:after {
            filter: grayscale(1)
        }


.h3-navbar .navbar-toggle .icon-bar {
    background: #ffffff !important;
}
/* fim Contraste */

.dec-hide {
    display: none !important;
    opacity: 0 !important;
}

/*Celular*/
@media (max-width: 767px) {
    /*body { font-size: 14px !important }*/
    body h2 {
        font-size: 23px !important;
    }

    body h3 {
        font-size: 19px !important;
    }

    body h4 {
        font-size: 18px !important;
    }

    body h5 {
        font-size: 18px !important;
    }

    .main-content {
        padding: 20px 0;
    }

    .p75 {
        padding: 27px 0 27px;
    }

    .p80 {
        padding: 27px 0;
    }

    .p75-50 {
        padding: 27px 0 15px;
    }

    .p-t-mobile-0 {
        padding-top: 0 !important;
    }

    .p-tb-mobile-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .dec-hidden-mobile {
        display: none !important;
    }

    .dec-show-mobile {
        display: inline-block !important;
    }

    .dec-mobile-center {
        text-align: center !important;
    }

    .h3-logo-row .h3-logo {
        padding: 8px 0;
    }

    .bts-config {
        text-align: center;
        padding: 15px 0;
        display: block !important;
        border-top: 1px solid #eee;
    }

        .bts-config h1 {
            padding-bottom: 10px;
            margin: 0;
            font-size: 12px;
            font-weight: 700;
        }

    .navbar-right {
        float: right;
    }

    .topbar ul.left-links {
        padding: 5px 0 0 0 !important;
        margin: 0;
    }

        .topbar ul.left-links a {
            text-transform: none;
            font-size: 12px;
        }

    a.search-icon {
        font-size: 14px;
    }

        a.search-icon i {
            font-size: 13px;
            margin-right: 8px !important;
        }

    .open > .dropdown-menu {
        display: block;
        margin: 0 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 25px;
        padding: 5px 0;
        font-weight: 400;
        font-size: 11px;
    }

    .h3-navbar .dropdown-menu .sub-menu li a {
        background: #f9f9f9;
        padding: 0 15px;
        line-height: 30px;
        font-weight: 400;
        font-size: 11px;
        color: #444;
    }

    .h3-navbar .navbar {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    .h3-navbar .navbar-header {
        padding: 0 15px;
    }

    .h3-navbar .txt {
        margin: 10px 0 0 0;
        display: block;
        color: #ccc;
    }

    .mini_menu .h3-navbar .txt {
        color: #fff;
    }

    .mini_menu .h3-navbar .navbar-toggle {
        background-color: var(--cor-principal-claro);
        color: #12498a;
    }

    .navbar-toggle {
        float: left;
    }

    .h3-navbar .navbar .navbar-nav > li > a:hover:after {
        width: 0;
    }

    .h3-navbar .navbar .navbar-nav > li.active > a:after {
        width: 0;
    }

    .h3-navbar .navbar .navbar-nav > li > a {
        margin: 0 15px 2px 15px;
        padding: 3px 15px;
        line-height: 30px;
        font-size: 13px;
        font-weight: 400;
        color: #333333;
        background-color: #f4f4f4;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .mini_menu .h3-navbar .navbar .navbar-nav > li > a {
        margin: 0 15px 2px 15px;
        padding: 3px 15px;
        line-height: 30px;
        font-size: 13px;
        font-weight: 400;
        color: #333333;
        background-color: #fff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .mini_menu .h3-navbar .dropdown-menu .sub-menu a, .mini_menu .h3-navbar .dropdown-menu a {
        border-bottom: 1px solid #00427e;
        background: transparent;
        color: #fff;
    }

    .mini_menu .h3-navbar .dropdown-menu .sub-menu li a {
        background: #00427e;
        padding: 0 15px;
        line-height: 30px;
        font-weight: 400;
        font-size: 11px;
        color: #fff;
    }

    .h3-navbar .nav > li.open > a:focus, .h3-navbar .nav > li.open > a:hover, .h3-navbar .navbar .navbar-nav > li.open > a:hover {
        background-color: var(--cor-principal-claro);
        color: #fff;
    }

    .h3-navbar .nav > li > a:focus, .h3-navbar .nav > li > a:hover, .h3-navbar .navbar .navbar-nav > li > a:hover {
        background-color: #f4f4f4;
        color: #333333;
    }

    header .navbar-nav {
        margin-bottom: 10px;
    }

    header .navbar-right {
        margin: 0;
    }

    .h3-logo-row .h3-logo a {
        display: inline-block;
    }

    .subheader .txt {
        background-color: #fff;
        border-radius: 20px;
        padding: 10px 0;
        position: absolute;
        z-index: 99;
        bottom: -25px;
        right: 10px;
        left: 10px;
    }

        .subheader .txt ul {
            text-align: left;
            padding: 0 15px;
            margin-bottom: 0;
        }

    .subheader-tit .txt h2 {
        color: var(--cor-texto);
        font-weight: 600;
        margin-bottom: 0;
        position: relative;
        font-size: 21px !important;
        margin: 20px 0;
        text-align: center;
    }

    .owl-carousel .owl-nav button.owl-prev:after {
        font-size: 12px;
    }

    .owl-carousel .owl-nav button.owl-next:after {
        font-size: 12px;
    }

    .owl-nav button.owl-prev {
        width: 15px;
        height: 20px;
    }

    .owl-nav button.owl-next {
        width: 15px;
        height: 20px;
    }

    .team-grid .container .form-busca-padrao .row {
        display: initial;
        flex-wrap: initial;
    }

    .slide-content-box a, .slider-caption a {
        font-size: 7px !important;
        font-weight: 600 !important;
        line-height: 10px !important;
        border-radius: 12px !important;
        padding: 3px 11px !important;
    }

    .slide-content-box p {
        display: none;
        font-size: 11px !important;
    }

    .Mayor-video-msg .city-tour {
        margin: 0 0 10px;
        margin-top: -10px;
        border-radius: 20px;
        border: 0 solid #fff;
        background-color: #fff;
    }

    .box-acesso-rapido {
        padding: 0 0 35px 0;
        margin-top: 0;
    }

        .box-acesso-rapido a.box, .box-acesso-rapido a.box:active, .box-acesso-rapido a.box:focus, .box-acesso-rapido a.box:visited {
            height: auto;
            padding: 10px 20px;
            margin-bottom: 5px;
        }

            .box-acesso-rapido a.box div {
                text-align: left;
            }

            .box-acesso-rapido a.box .titulo {
                font-size: 15px;
                display: initial;
            }

        .box-acesso-rapido .box .subtitulo {
            font-size: 10px;
        }

        .box-acesso-rapido a.box i {
            font-size: 15px;
            margin-right: 10px;
        }


    .form-busca-padrao {
        padding: 10px;
        margin-bottom: 10px;
    }

        .form-busca-padrao h5 {
            font-size: 14px !important;
            color: var(--cor-principal);
            margin-bottom: 10px;
        }

        .form-busca-padrao .form-control {
            margin: 2px 0;
        }

    .noticias-home .title-style-3 h1,
    .noticias-home .title-style-3 h2,
    .noticias-home .title-style-3 h3,
    .vereadores-home .title-style-3 h1,
    .vereadores-home .title-style-3 h2,
    .vereadores-home .title-style-3 h3,
    .sessoes-home .title-style-3 h1,
    .sessoes-home .title-style-3 h2,
    .sessoes-home .title-style-3 h3 {
        text-align: center;
        margin: 0;
    }

    .noticias-home .title-style-3 p,
    .vereadores-home .title-style-3 p,
    .sessoes-home .title-style-3 p {
        text-align: center;
        font-size: 15px;
        padding: 0;
    }

        .noticias-home .title-style-3 p:before,
        .sessoes-home .title-style-3 p:before {
            width: 0;
            height: 0;
        }

    .noticias-home .event-post-full {
        display: block;
    }

    .noticias-home .news-post .news-post-txt {
        padding: 10px;
    }

    .noticias-home .small-img-post h2 {
        font-size: 15px !important;
        text-align: left;
    }

    .noticias-home .event-post-full .event-post-txt {
        padding: 10px 15px 0;
        width: 100%;
        text-align: left;
    }

    .vereadores-home {
        padding: 50px 0;
    }

        .vereadores-home .team-box,
        .mesadiretora .team-box {
            margin: 0 0 10px;
        }

            .vereadores-home .team-box .team-txt,
            .mesadiretora .team-box .team-txt {
                padding: 10px;
            }

                .mesadiretora .team-box .team-txt h5 {
                    font-weight: 600;
                    font-size: 14px !important;
                }

    .mesadiretora ul.team-social {
        padding: 5px 0 0;
    }

    .sessoes-home {
        padding: 50px 0;
    }

        .sessoes-home h5 {
            font-size: 15px !important;
            text-align: left;
        }

    .sessoes .new-txt h6 {
        font-size: 14px !important;
        text-align: left;
        line-height: 20px;
    }

    .sessoes .new-txt p {
        font-size: 14px !important;
        line-height: 20px;
    }

    .vereador-detalhes .team-details-txt .panel-body .contatos a {
        display: block;
        font-size: 12px;
    }

    .vereador-detalhes .dados {
        margin-bottom: 40px;
        display: block;
    }

    .vereador-detalhes .img img {
        width: 100%;
        margin-right: 0;
        border: 10px solid var(--cor-cinza);
    }

    .vereador-detalhes .txt {
        text-align: center;
    }

        .vereador-detalhes .txt h2 {
            font-size: 19px !important;
            font-weight: 600;
            margin-bottom: 0;
        }

    .news-box-dec .informacoes {
        display: block;
    }

        .news-box-dec .informacoes .informacoes-box {
            margin-bottom: 5px;
        }


    .subheader {
        padding: 15px 0 !important;
        background-position-x: center;
    }

        .subheader h2 {
            font-size: 19px !important;
            margin: 0 !important;
        }

        .subheader ul li {
            font-size: 14px;
        }

            .subheader ul li:after {
                content: "/";
                padding: 0 5px;
            }

    .new-txt h3 {
        font-size: 15px;
    }

    .news-meta {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: left;
    }

    .Mayor-welcome h2 {
        margin: 0 0 5px;
        text-align: left;
        font-size: 15px !important;
    }

    .Mayor-welcome p {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 10px;
        text-align: left;
    }

    .event-list li.el-title h6 {
        font-weight: 500;
        line-height: 18px;
        font-size: 13px;
    }

    .event-list li strong.edate {
        font-size: 14px;
    }

    .event-list li.el-title {
        margin: 10px 0;
    }

    .recent-events {
        /*text-align: center;*/
    }

        .recent-events .tab-content {
            padding: 10px;
        }

    .nav-tabs > li {
        float: none;
    }

    .recent-events .event-list li.el-title {
        width: 100%;
    }

    .recent-events .event-list li:last-child {
        float: left;
        margin: 0px;
    }

    .box-receber-att h4 {
        font-size: 15px;
    }

    .team-heading {
        text-align: center;
    }

    .team-grid {
        padding: 10px 0;
    }

    .vereadores .team-box {
        width: calc(100vw - 30px);
    }

        .vereadores .team-box .team-txt h5 {
            font-weight: 700;
            margin: 0;
            font-size: 14px !important;
            text-align: left;
        }

    .previsao-tempo-uf {
        text-align: center;
    }

        .previsao-tempo-uf p {
            font-size: 13px;
        }

    .enquete-uf .box-uf {
        width: 100%;
        min-width: 100%;
        margin: 20px 0;
    }

    .footer {
        padding: 20px 0 70px;
    }

    .footer-links .titulo {
        font-size: 19px;
        margin-top: 20px;
    }

    .footer-social {
        text-align: center !important;
        margin-top: 15px;
    }

    #irRodape {
        background-color: var(--cor-principal);
        background: transparent;
        padding: 20px 0 0 0;
    }

        #irRodape .box-acesso-rapido a.box {
        }

        #irRodape .e-numbers .em-box {
            height: 105px;
            text-align: center;
            padding: 10px 10px;
        }

        #irRodape .e-numbers .em-box {
            margin: 0 0 10px;
        }

            #irRodape .e-numbers .em-box strong.em-num {
                font-size: 15px;
                font-weight: 700;
            }

            #irRodape .e-numbers .em-box strong.em-deprt {
                font-size: 12px;
            }

    .footer-links {
        padding: 20px 0 20px 0;
    }

    .depart-info .deprt-icon-box {
        height: 169px;
        margin: 0 0 10px;
        padding: 10px;
    }

    .deprt-icon-box .ico-sec {
        padding-bottom: 8px;
    }

    .deprt-icon-box h6 {
        line-height: 15px;
        margin: 0 0 8px;
        font-weight: 500;
        font-size: 13px;
    }

    .deprt-icon-box a.rm {
        opacity: 1;
    }

    .emergency-numbers {
        padding: 0;
    }

    /* Menu Mobile */
    .overHide {
        overflow: hidden !important;
    }

    #menu-tab {
        height: 55px;
        background: #fff;
        display: none;
        position: fixed;
        bottom: 0;
        z-index: 99999;
        width: 100%;
        left: 0;
        border-top: 0px solid #ccc;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
    }

        #menu-tab .menu-tab-container {
            display: table;
            width: 100%;
            height: 100%;
        }

            #menu-tab .menu-tab-container ul {
                display: table-row;
            }

                #menu-tab .menu-tab-container ul li {
                    display: table-cell;
                    text-align: center;
                    position: relative;
                    vertical-align: middle;
                }

                    #menu-tab .menu-tab-container ul li a {
                        font-size: 21px;
                    }

                        #menu-tab .menu-tab-container ul li a i {
                            color: #333;
                        }

                        #menu-tab .menu-tab-container ul li a span {
                            display: block;
                            color: #000;
                            font-size: 12px;
                            margin-top: -3px;
                        }

                        #menu-tab .menu-tab-container ul li a.active i {
                            color: var(--cor-principal);
                        }

    #contato-tab img {
        width: 70%;
        margin-bottom: 50px;
    }

    #contato-tab .bloco {
        margin: 10px 0 15px;
        font-size: 16px;
    }

        #contato-tab .bloco .tit {
            color: var(--cor-principal);
            display: block;
        }

        #contato-tab .bloco .text,
        #contato-tab .bloco .text a {
            color: var(--cor-principal);
            font-weight: 700;
        }

            #contato-tab .bloco .text a:hover {
                color: var(--cor-secundaria);
            }

    .tabs-padrao {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        background-color: #fff;
        height: 100%;
        width: 100%;
        z-index: 100;
    }

        .tabs-padrao .tabs-header {
            padding: 15px 20px;
            text-align: left;
            background-color: var(--cor-principal);
            color: #ffffff;
            font-weight: 700;
            font-size: 19px;
            -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
            -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
        }

            .tabs-padrao .tabs-header i {
                top: 20px;
                right: 20px;
                position: absolute;
            }

            .tabs-padrao .tabs-header img.img-avatar {
                margin-right: auto;
                width: 100px;
                height: 100px;
                margin-bottom: 10px;
                border: 2px solid #ccc;
            }

        .tabs-padrao .tabs-container {
            height: 100%;
            width: 100%;
            overflow: hidden;
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch;
            padding: 20px 20px 110px 20px;
        }

    menu {
        padding: 0 !important;
        margin: 0 !important;
        color: #888888;
    }

        menu ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        menu > ul > li > a {
            display: block;
            padding: 8px 10px;
            background-color: var(--cor-cinza);
            border: 1px solid #f4f4f4;
            border-left: 2px solid var(--cor-principal);
            margin-bottom: 8px;
            border-radius: 15px;
            font-size: 15px;
            font-weight: 600;
            color: var(--cor-texto);
            position: relative;
        }

            menu > ul > li > a .caret {
                position: absolute;
                right: 10px;
                top: 49%;
                border-top: 5px dashed;
                border-right: 5px solid transparent;
                border-left: 5px solid transparent;
            }

        menu li a:hover,
        menu li a:focus,
        menu li a:active {
            display: block;
            padding: 8px 10px;
            background-color: var(--cor-principal);
            border: 1px solid var(--cor-principal);
            border-left: 3px solid var(--cor-principal);
            margin-bottom: 2px;
            border-radius: 15px;
            font-size: 15px;
            font-weight: 700;
            color: var(--cor-principal-escuro);
            color: #fff;
        }

        menu li a i {
            color: #282828;
            text-align: right;
            width: 10px;
        }

        menu ul li .dropdown-menu.show {
            position: relative !important;
            top: 100% !important;
            left: 0 !important;
            z-index: 1000;
            float: none;
            min-width: 100%;
            padding: 0 0 0 10px;
            margin: 0 0 10px 0 !important;
            font-size: 14px;
            text-align: left;
            list-style: none;
            background-color: #fff;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            border: 0 solid #ccc;
            border: 0 solid rgba(0, 0, 0, .15);
            border-radius: 0;
            -webkit-box-shadow: 0 0 0 rgba(0,0,0,.175);
            box-shadow: 0 0 0 rgba(0,0,0,.175);
            transform: none !important;
        }

            menu ul li .dropdown-menu.show > li > a,
            menu ul li .dropdown-menu.show li > a {
                display: block;
                padding: 3px 10px;
                clear: both;
                font-weight: 400;
                line-height: 1.42857143;
                color: var(--cor-principal);
                white-space: nowrap;
                margin: 2px 0;
            }

                menu ul li .dropdown-menu.show > li > a:before,
                menu ul li .dropdown-menu.show li > a:before {
                    content: "\f054";
                    font-family: 'FontAwesome';
                    padding: 0 10px 0 0;
                    color: #ccc;
                    font-weight: 700;
                    font-size: 11px;
                }

            menu ul li .dropdown-menu.show > li.titulo,
            menu ul li .dropdown-menu.show li.titulo {
                font-weight: 600;
                margin-top: 10px;
            }

    .menu-active, .menu-active body {
        overflow: hidden !important;
    }
    /* fim Menu Mobile */
}
/*TABLET*/
@media (min-width: 768px) and (max-width: 1023px) {
}
/*DESKTOP MENORES*/
@media (min-width: 1024px) and (max-width: 1199px) {
}
