body {
    font-family: 'Open Sans', sans-serif !important;
}

#img-logo {
    width: 130px;
}

.nav-topo {
    height: 50px;
    width: 100%;
}

.btn-cModal {
    color: #6BCF9B;
    background-color: white;
    border-color: #6BCF9B;
}

.conteudo-topo {
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px 10px 0px 10px;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-topo {
    padding-bottom: 250px;
}

.menu-topo {
    background-color: #2B8825;
    height: 40px;
}

.ul-menu-topo {
    padding-left: 0px;
}

.ul-menu-topo li {
    color: rgba(105, 105, 105, 0.9);
    display: inline-block;
    padding-left: 35px;
}

.ul-menu-topo a {
    text-decoration: none;
    color: rgba(105, 105, 105, 0.9);
}

.ul-menu-topo li:hover {
    color: linear-gradient(to bottom, rgba(74, 130, 59, 0.8) 5%, #7fbb6d 98%);
}

.flex-caption {
    position: absolute;
    width: 100%;
    padding: 2%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    overflow: hidden;
    font-size: 14px;
}

.footer {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.banner-titulo {
    font-size: 20px !important;
}

.flexslider {
    border: 0px;
}

.flexslider img {
    max-height: 50vh;
}

.mobile_hide {
    display: block;
}

ul.slides li {
    position: relative;
}

.btn-sistema:hover {
    text-decoration: none;
    background-color: green;
    color: white;
}

.btn-acesso {
    background-color: #6BCF9B;
}

.acesso-sistema {
    margin-top: 10px;
}

.bloco-noticias {
    margin-bottom: 35px;
}

.bloco-noticias h1 {
    padding: 30px 0px 15px 0px;
    color: rgba(105, 105, 105, 0.9);
}

.campoBusca {
    position: absolute;
    left: 39%;
    bottom: 0.5%;
}

.card-body {
    padding: 20px 0px 10px 0px !important;
}

.card-noticia {
    margin-top: 20px;
    border: 1px solid #dedede;
    /* box-shadow: 0px 3px 3px 0px; */
    padding: 15px;
}

.card-text {
    font-size: .8rem;
}

.bloco-filiacao {
    background-color: #6BCF9B;
    padding: 30px;
    color: white;
    margin-bottom: 0px;
}

.input-contato {
    border: 2px solid silver;
    min-height: 40px;
}

.fonte-info {
    font-weight: 100;
}

.btn-contato {
    width: 100%;
    min-height: 40px;
    color: white;
    background-color: green;
}

.input-contato:hover {
    border: 2px solid #6DBC75;
    text-decoration: inherit;
}

.input-contato:focus {
    border-color: green ! important;
    outline: 2px solid #6BCF9B;
    /*-webkit-box-shadow: green ! important; */
    box-shadow: none ! important;
}

.icon-email {
    color: #5CBDEA;
    font-size: 20px;
    margin-right: 7px;
}

.icon-cel {
    color: #C03729;
    font-size: 20px;
    margin-right: 7px;
}

.icon-face {
    color: #3A559F;
    font-size: 20px;
    margin-right: 7px;
}

.icon-map {
    color: #E74C3C;
    font-size: 20px;
    margin-right: 7px;
}

.icon-insta {
    color: #90328A;
    font-size: 20px;
    margin-right: 7px;
}

.bloco-contato {
    margin-bottom: 40px;
}

#map {
    width: 100%;
    height: 400px;
    background-color: grey;
}

.bloco-rodape {
    background-color: rgba(25, 28, 33, .8);
    padding: 30px;
}

.inptLogin {
    height: 3.125rem;
    padding: .75rem;
}

.bloco-rodape li {
    list-style: none;
    color: rgba(207, 207, 207, 0.9);
}

.bloco-rodape ul {
    padding-left: 0px;
}

.bloco-rodape span {
    margin-right: 20px;
}

.titulo-rodape {
    color: white;
}

.ul-redes-sociais li {
    display: inline-block;
    font-size: 25px;
    width: 13%;
}

.icone-localizacao {
    color: white;
    border: 1px solid transparent;
    border-radius: 100%;
    padding: 2.5px 11px 2.5px 11px;
    background-color: rgba(142, 145, 153, .4);
    font-size: 20px;
}

.icone-telefone {
    color: white;
    border: 1px solid transparent;
    border-radius: 100%;
    padding: 2px 8.5px 2.5px 8.5px;
    background-color: rgba(142, 145, 153, .4);
    font-size: 20px;
}

.icone-email {
    color: white;
    border: 1px solid transparent;
    border-radius: 100%;
    padding: 2px 6px 4px 6px;
    background-color: rgba(142, 145, 153, .4);
    font-size: 20px;
}

.icon-social {
    border: 1px solid transparent;
    background-color: rgba(142, 145, 153, .4);
    padding: 1.5px 10px 1.5px 10px;
    color: white;
    border-radius: 5%;
}

.icon-facebook {
    padding: 1.5px 13.7px 1.5px 13.7px;
}

.secao-direitos {
    line-height: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
    background-color: rgba(25, 28, 33, .9);
    color: white;
    font-size: 12px;
}

.bloco-convenio {
    background-color: rgba(207, 207, 207, 0.9);
    margin-bottom: 40px;
}

.logo-site {
    position: absolute;
    left: 45%;
    bottom: -1px;
}

#logo-titulo {
    /* height: 40px; */
    max-width: 250px;
    position: absolute;
    left: 42%;
    bottom: 101px;
}

.btn-card {
    background-color: #2b8825;
    color: white;
    padding: 5px 40px 5px 40px;
}

.btn-card:hover {
    text-decoration: none;
    color: silver;
}

.data-card {
    color: #58A346;
    font-size: .7rem;
    font-style: italic;
}

.btn-sistema {
    background-color: white;
    color: green;
    border: 1px solid green;
}

#slider {
    padding-right: 0px;
    padding-left: 0px;
}

.cat-sessao {
    color: green;
    font-weight: 600;
    font-size: 16px;
}

.font-titulo {
    font-size: 18px;
}

.img-galeria {
    list-style: none;
}

.img-galeria li {
    display: inline-block;
}

.img-galeria img {
    max-width: 150px;
    margin-right: 10px;
    height: 100px;
}

.campo-publicacao {
    margin-top: 10px;
}

.titulo-publi {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
}

.texto-publi {
    font-size: 15px;
}

.campo-galeria {
    margin-top: 30px;
}

.mais-noticias {
    list-style: none;
    margin-top: 15px;
    padding: 0;
}

.cor-padrao {
    color: #81D4AA;
}

.topo-conteudo {
    padding-left: 0;
    /* margin-top: 30px; */
}

.pagina {
    min-height: 100%;
    position: absolute;
    min-width: 100%;
}

.data-cat {
    font-size: 12px;
    color: #2b8825;
    font-style: italic;
    margin-bottom: 0px;
}

.img-publi {
    max-width: 700px;
}

.link-publi {
    text-decoration: none;
    color: rgba(68, 84, 74, 1);
}

.link-publi:hover {
    text-decoration: none;
    color: silver;
}

.pag-inicial {
    text-decoration: none;
    color: rgba(68, 84, 74, 1);
}

.pag-inicial:hover {
    text-decoration: none;
    color: silver;
}

.card-img-top {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    max-height: 200px;
    min-height: auto;

}

.menu,
.sub-menu {
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    overflow: hidden;
}

.menu,
.sub-menu {
    list-style: none;
}

.sub-menu {
    background: #2B8825;
}

.menu a {
    text-decoration: none;
    display: block;
    padding: 10px;
    color: #FFF;
    font-family: sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.menu li {
    position: relative;
}

.menu>li {
    float: left;
}

.menu>li:hover {
    background-color: rgba(107, 207, 155, .2);
    color: white;
    border-bottom: 2px solid green;
}

.menu li:hover>.sub-menu {
    display: block;
}

.sub-menu {
    display: none;
    position: absolute;
    z-index: 999;
    min-width: 150px;
}

.sub-menu li:hover {
    background-color: rgba(107, 207, 155, .2);
    color: white;
    border-bottom: 2px solid green;
}

.sub-menu .sub-menu {
    top: 0;
    left: 100%;
}

.menu-lista {
    margin-bottom: 30px;
}

.topo-conteudo-menu {
    background-color: #def7ef;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-top: 6.5px;
    margin-bottom: 40px;
}

.campo-tpublicacoes {
    margin-top: 100px;
}

.card-todasp {
    border: transparent;
    margin-bottom: 30px;
    margin-top: 20px;
}

.link-publicacoes-titulo {
    text-decoration: none;
    color: #81D4AA;
}

.link-publicacoes-titulo:hover {
    text-decoration: none;
    color: #81D4AA;
}

.link-publicacoes-texto {
    color: gray;
    text-decoration: none;
}

.link-publicacoes-texto:hover {
    color: gray;
    text-decoration: none;
}

#subirTopo {
    text-decoration: none;
    background: rgba(129, 212, 170, .5);
    bottom: 30px;
    right: 30px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    position: fixed;
    border: 0;
    font-family: sans-serif;
    opacity: .8;
    z-index: 9999;
}

.push {
    height: 40px;
}

.footer label {
    font-size: 15px;
}

.linkNotice {
    color: #47494D;
}

.linkNotice:hover {
    color: #6DBD76;
    text-decoration: none;
}

.btn-menu {
    display: none;
}

#subirTopo:hover {
    opacity: 1;
}

.continua-lendo {
    color: rgb(129, 212, 170);
}

.continua-lendo:hover {
    color: #6DBD76;
    text-decoration: none;
}

.load {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 45%;
    color: blue;
}

.hide {
    display: none;
}

.menu-topo:first-child {
    background-color: green;
}

.li-flex {
    width: 1090.59px;
    margin-right: 0px;
    float: left;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 30rem;
}

.no_mobile_hide {
    display: none;
}

#tabela-convenios tbody {
    text-align: center;
}

.img-conv {
    max-width: 150px;
    max-height: 150px;
}

.pesq-style {
    border: none;
    border-bottom: 1px solid silver;
    border-radius: 0;
}

.pesq-style:hover {
    border-bottom: 1px solid silver;
}

.pesq-style:onfocus {
    border: none;
    border-bottom: 1px solid silver;
    box-shadow: none;
}

#tabela-convenios th {
    text-align: center;
}

.link-icon {
    text-decoration: none;
    color: rgba(205, 92, 92, .9);
    font-size: 30px;
}

.link-icon:hover {
    color: #BC8F8F;
}

#ulCompartilhe {
    list-style: none;
    padding: 0;
}

.linkPage:hover {
    text-decoration: none;
    color: gray;
}

.linkPage {
    color: cadetblue;
}

#ulCompartilhe li {
    display: inline-block;
}

#linkFace {
    border: 1px solid #007bff;
    padding: 9px 15px 9px 15px;
    color: white;
    background-color: #007bff;
}

#linkWhats {
    border: 1px solid #84cc8d;
    padding: 9px 12px 9px 12px;
    color: white;
    background-color: #84cc8d;
}

.link-icon:hover span {
    display: block;
}

.contem-convenio {
    margin-top: 20px;
    margin-bottom: 80px;
}

.title-convenio {
    color: #97DBB9;
    font-size: 20px;
}



.block-ellipsis1linha {
    display: -webkit-box;
    /* line-height: 1; */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block-ellipsis3linhas {
    display: -webkit-box;
    /* line-height: 1; */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-conv {
    border-left: 4px solid gray;
    border-top: 1px solid rgba(156, 156, 156, 0.5);
    border-right: 1px solid rgba(156, 156, 156, 0.5);
    border-bottom: 1px solid rgba(156, 156, 156, 0.5);
    border-radius: 0px 5px 5px 0px;
    margin-bottom: 10px;
    /* margin-right: 10px; */
    overflow: hidden;
    height: 110px;
    box-shadow: 1px 1px 13px #cccccc;
}

.clear {
    clear: both;
}

.card-conv a {
    text-decoration: none;
}

.card-conv a:hover {
    text-decoration: none;
}

.card-conv:hover {
    background-color: rgba(209, 209, 209, .2);
}

.titulo-card {
    font-size: 14px;
    font-weight: 600;
    color: darkslategray;
    margin-bottom: 2px;
    margin-top: 5px;
    margin-left: 5px;
}

.corpo-card {
    font-size: 11px;
    color: #505050;
    margin-bottom: 0px;
    padding-right: 5px;
    margin-left: 5px;
}

.card-conv img {
    margin-right: 7px;
}

@media only screen and (max-width: 1368px) {
    .conteudo-topo {
        height: 80px;
    }

    .btn-sistema {
        background-color: white;
    color: green;
    border: 1px solid green;
    }

    #img-logo {
        max-width: 80px;
        max-height: 64px;
    }

    #logo-titulo {
        object-fit: cover;
        max-width: 267px;
        position: absolute;
        left: 2%;
        bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
    .footer {
        bottom: none !important;
        top: 65%;
    }

    .btn-sistema {
        background-color: transparent;
        color: white;
        border: 1px solid white;
    }

    #logo-titulo {
        display: none;
    }

    .banner-titulo {
        font-size: 1rem !important;
    }

    .mobile_hide {
        display: none;
    }

    .acesso-sistema {
        margin-top: 0;
    }

    .no_mobile_hide {
        display: block;
    }

    .btn-menu {
        display: block;
    }

    .menu-lista {
        display: none;
    }

    .btn-sistema {
        max-width: 44px;
        max-height: 40px;
    }

    .mobile li {
        list-style: none;
        padding-left: 0;
        padding-top: 7px;
        padding-bottom: 7px;
        background-color: rgba(0, 23, 11, 0.7);
        text-align: center;
        cursor: pointer;
    }

    .campoPesquisaM {
        position: absolute;
        left: 0;
    }

    .pesquisaMob {
        width: 278px;
        height: 40px;
    }

    .menu-mobile {
        color: white;
        position: absolute;
        top: 57px;
        left: -50px;
        min-width: 115%;
        z-index: 999;
    }

    .menu-mobile a {
        color: white;
        text-decoration: none;
    }

    .sub-mobile {
        display: none;
    }

    #img-logo {
        max-width: 54px;
        max-height: 44px;
    }

    .div-logo-titulo {
        margin-left: 0px !important;
    }

    .flexslider {
        width: 100% !important;
    }

    .logo-site {
        position: absolute;
        left: 40%;
        top: 0;
    }

    .conteudo-topo {
        padding: 10px;
        background-image: none;
        height: 57px;
        background-color: #6bcf9b;
    }

    .sub-mobile li {
        background-color: transparent;
    }

    .menu-topo {
        margin-bottom: 0px;
    }

    .campo-tpublicacoes {
        margin-top: 0px;
    }

    .flex-prev {
        display: none !important;
    }

    .flex-next {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .footer {
        bottom: none !important;
        top: 87%;
    }

    .acesso-sistema {
        margin-top: 0;
    }

    .li-flex {
        height: 230px;
        background-position: center top;
    }

    .dataTables_length {
        display: none;
    }

    .btn-sistema {
        background-color: transparent;
        color: white;
        border: 1px solid white;
    }

    #img-logo {
        width: 60px;
    }
}