/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/


/*.transition(@duration:0.2s, @ease:ease-out) {
  -webkit-transition: all @duration @ease;
  -moz-transition: all @duration @ease;
  -o-transition: all @duration @ease;
  transition: all @duration @ease;
}*/

nav.menu-promu {
    min-height: '80px';
    outline: none;
}

nav.menu-promu .logo {
    display: inline-block;
    min-width: 262px;
    height: 59px;
    background-image: url(../img/logo-promu.png);
    background-size: cover;
    text-indent: -9999em;
}

nav.menu-promu .nav-pills .nav-item {
    margin: 0 2px;
}

nav.menu-promu .nav-pills .nav-item a {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #555;
}

nav.menu-promu .nav-pills .nav-item a.active {
    background: #cd98ba;
    color: white;
}

nav.menu-promu .nav-pills .nav-item a.active:hover {
    background-color: #b56297;
    color: white;
    cursor: default;
}

nav.menu-promu .nav-pills .nav-item a:hover {
    background-color: #F9f9f9;
    color: #000000;
}

@media (max-width: 768px) {
    nav.menu-promu .nav-pills {
        margin-top: 15px;
    }
    nav.menu-promu .nav-pills .nav-item {
        display: block;
        width: 100%;
        margin: 2px 0;
        text-align: center;
    }
    nav.menu-promu .nav-pills .nav-item a {
        padding: 7px 0;
        font-size: 14px;
        font-weight: 800;
    }
}

nav.menu-promu .nav {
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav.menu-promu .navbar-toggler span {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

nav.menu-promu .navbar-toggler[aria-expanded="true"] span {
    background-image: url(../img/close.png);
    background-position: center;
    background-repeat: no-repeat;
}

nav.menu-promu .navbar-toggler[aria-expanded="false"] span {
    background-image: url(../img/list.png);
    background-position: center;
    background-repeat: no-repeat;
}

footer {
    padding-bottom: 70px;
}

body {
    font-family: 'Montserrat', sans-serif;
}

body .container-pdm {
    padding-top: '80px';
}

body .container-pdm article {
    display: block;
    background-position: center 30px;
    background-size: cover;
    background-attachment: fixed;
}

body .container-pdm article.pela-vida {
    min-height: 1020px;
    background-color: #3c6344;
    background-image: url(../img/bg/img-bg-pela-vida.png);
}

body .container-pdm article.pela-vida p {
    width: 55%;
    margin: 0 auto;
}

body .container-pdm article.mapa-promu {
    max-height: 770px;
    background-color: #68373c;
    background-image: url(../img/bg/1.jpg);
}

body .container-pdm article.mapa-promu .content {
    width: 90%;
}

body .container-pdm article.mapa-promu .content h3 {
    text-align: left;
}

body .container-pdm article.por-dentro {
    min-height: 770px!important;
    background-color: #7a6b39;
    background-image: url(../img/bg/img-bg-por-dentro.png);
}

body .container-pdm article.por-dentro .content {
    width: 70%;
}

body .container-pdm article.por-dentro .content h3 {
    font-size: 40px;
    text-transform: uppercase;
}

body .container-pdm article.por-dentro .content p {
    font-size: 16px;
}

body .container-pdm article.por-dentro .content .btns {
    text-align: right;
}

body .container-pdm article.por-dentro .content .news {
    min-height: 400px;
    overflow-x: auto;
}

body .container-pdm article.protocolo-promu {
    min-height: 940px;
    background-color: #656d3a;
    background-image: url(../img/bg/img-bg-protocolo-promu.png);
}

body .container-pdm article.protocolo-promu .content {
    width: 40%;
}

body .container-pdm article.protocolo-promu .content h3 {
    font-size: 40px;
    text-transform: uppercase;
}

body .container-pdm article.leis-promu {
    min-height: 700px!important;
    background-color: #4b3f4e;
    background-image: url(../img/bg/img-bg-leis-promu.png);
}

body .container-pdm article.leis-promu .content {
    width: 75%;
}

body .container-pdm article.leis-promu .content .leis {
    min-height: 400px;
    margin-top: 20px;
    overflow-x: auto;
}

body .container-pdm article.rede-enfrentamento {
    max-height: 750px;
    background-color: #5d5a44;
    background-image: url(../img/bg/img-bg-rede-enfrentamento.png);
}

body .container-pdm article.rede-enfrentamento .content {
    width: 60%;
}

body .container-pdm article.rede-enfrentamento .content h3 {
    font-size: 40px;
    text-transform: uppercase;
}

body .container-pdm article.ajuda-promu {
    min-height: 1150px;
    background-color: #444348;
    background-image: url(../img/bg/img-bg-ajuda-promu.png);
}

body .container-pdm article.ajuda-promu .content {
    width: 55%;
}

body .container-pdm article.ajuda-promu .content h3 {
    text-align: left;
    line-height: 50px;
}

body .container-pdm article.ajuda-promu .rodape {
    position: absolute;
    bottom: 0;
    width: 100%;
}

body .container-pdm article.ajuda-promu .rodape p {
    margin: 10px 0;
}

body .container-pdm article .content h3 {
    margin-bottom: 15px;
    font-size: 55px;
    text-align: center;
    line-height: 40px;
    font-family: 'Andada Pro', serif;
}

body .container-pdm article .content h3 span {
    text-transform: lowercase;
}

body .container-pdm article .content p {
    font-size: 21px;
}

body .container-pdm article .content p.btns {
    padding-top: 40px;
}

body .container-pdm article#sobrenos {
    padding-top: 100px;
}

body .container-pdm article#sobrenos .inner-pgPROMU .img-right {
    text-align: right;
}

body .container-pdm article#sobrenos .inner-pgPROMU .img-right img {
    display: inline-block;
    margin-top: 40px;
}

body .container-pdm article#sobrenos .inner-pgPROMU .section-relative {
    position: relative;
}

body .container-pdm article#sobrenos .inner-pgPROMU h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 37px;
}

body .container-pdm article#sobrenos .inner-pgPROMU h4 span {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
}

body .container-pdm article#sobrenos .inner-pgPROMU h4.nomeCristina {
    position: absolute;
    bottom: 30%;
}

body .container-pdm article#sobrenos .inner-pgPROMU h4.nomeCristina strong,
body .container-pdm article#sobrenos .inner-pgPROMU h4.nomeCristina span {
    display: block;
}

@media (max-width: 769px) {
    body .container-pdm article#sobrenos .inner-pgPROMU h4.nomeCristina {
        bottom: 0;
        padding: 5px 15px;
        background-color: #ffffff;
    }
}

body .container-pdm article#sobrenos .img1-sobrenos {
    margin-bottom: -100px;
}

body .container-pdm article#sobrenos .foto-texto {
    padding: 150px 0 60px;
    background-color: #f8b4b5;
    font-family: 'Yesteryear', cursive;
    text-align: center;
}

body .container-pdm article#sobrenos .foto-texto p {
    line-height: 50px;
    text-align: left;
    font-weight: 500;
    font-size: 65px;
    transform: skewy(-3deg) translatex(20px);
    transform-origin: bottom left;
}

@media (max-width: 992px) {
    body .container-pdm article#sobrenos .foto-texto p {
        width: 100%;
        padding-left: 30px;
        padding-right: 20px;
        margin-left: -20px;
    }
}

body .container-pdm article#sobrenos .foto-cristina {
    position: relative;
}

body .container-pdm article#sobrenos .foto-cristina img {
    margin-top: -20px;
}

body .container-pdm article#sobrenos .foto-cristina:after {
    content: 'PSD';
    position: absolute;
    z-index: 3;
    right: 0px;
    bottom: -95px;
    width: 80px;
    height: 80px;
    background-color: #bd525c;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 800;
    line-height: 80px;
    font-size: 30px;
    color: white;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

@media (max-width: 992px) {
    body .container-pdm article#sobrenos .foto-cristina:after {
        right: inherit!important;
        left: 50%;
        margin-left: -40px;
    }
}

body .container-pdm article#sobrenos .bannerCasos {
    position: relative;
    min-height: 350px;
    margin-top: 50px;
    background-color: #f8e1e0;
    background-image: url(../img/bg/img-bg-casos.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 20% center;
}

body .container-pdm article#sobrenos .bannerCasos .listaCasos {
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 380px;
    overflow: hidden;
}

body .container-pdm article#sobrenos .bannerCasos .listaCasos ul {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 65%;
    padding-top: 30px;
    padding-right: 15px;
    line-height: 25px;
}

body .container-pdm article#sobrenos .bannerCasos .listaCasos ul li {
    margin: 15px 0 0;
    padding-bottom: 15px;
    padding-right: 20px;
    background: none!important;
    font-size: 20px;
    text-align: right;
    color: #ffffff;
}

body .container-pdm article#sobrenos .bannerCasos .listaCasos .estInclinada {
    position: absolute;
    bottom: 0;
    right: -110px;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #bd525c;
    transform: skewx(-30deg);
}

body .container-pdm article#sobrenos .bannerCasos .title-promu {
    margin-top: 20%;
    font-size: 45px;
    color: #bd525c;
}

@media (max-width: 992px) {
    body .container-pdm article#sobrenos .bannerCasos {
        min-height: 300px!important;
        padding: 0 20px;
    }
    body .container-pdm article#sobrenos .bannerCasos .listaCasos {
        overflow: visible;
        background-color: #bd525c;
        position: relative;
    }
    body .container-pdm article#sobrenos .bannerCasos .listaCasos ul {
        width: 100%;
        padding: 0 20px;
    }
    body .container-pdm article#sobrenos .bannerCasos .listaCasos ul li {
        padding-right: 0;
        text-align: left;
        font-size: 25px;
    }
    body .container-pdm article#sobrenos .bannerCasos .listaCasos .estInclinada {
        visibility: hidden;
        top: 0;
        right: 0;
        height: 250px;
        transform: skewx(0deg);
    }
    body .container-pdm article#sobrenos .bannerCasos .title-promu {
        margin-top: 25%;
        margin-bottom: 50px;
        font-size: 38px;
    }
}

body .container-pdm article#sobrenos .comoAcionar {
    padding-top: 50px;
    font-size: 16px;
    line-height: 25px;
    color: #bd525c;
}

body .container-pdm article#sobrenos .comoAcionar .title-promu {
    position: relative;
    max-width: 70%;
    font-size: 65px;
    font-style: italic;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #bd525c;
}

body .container-pdm article#sobrenos .comoAcionar .title-promu:after {
    content: attr(title);
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    margin-left: 5px;
    margin-top: -5px;
    color: #eaa5a2;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent;
}

body .container-pdm article#sobrenos .comoAcionar address {
    display: block;
}

body .container-pdm article#sobrenos .comoAcionar a {
    color: #bd525c;
}

body .container-pdm article#sobrenos .comoAcionar span a {
    display: inline-block;
}

body .container-pdm article#sobrenos .comoAcionar .coordenadora {
    position: relative;
    padding: 15px 20px;
    vertical-align: center;
    background-color: #bd525c;
    font-size: 22px;
    color: white;
}

body .container-pdm article#sobrenos .comoAcionar .coordenadora a {
    color: white;
}

body .container-pdm article#sobrenos .comoAcionar .coordenadora strong {
    font-weight: 700;
}

body .container-pdm article#sobrenos .comoAcionar .coordenadora span {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

body .container-pdm article#procuradorias {
    padding-top: 100px;
}

body .container-pdm article#procuradorias .inner-pgPROMU .confiraLista {
    text-align: center;
    color: #bd525c;
}

body .container-pdm article#procuradorias .inner-pgPROMU .listaMunicipios li {
    padding-left: 25px;
    font-size: 15px;
}

body .container-pdm article#procuradorias .inner-pgPROMU .listaMunicipios li .title-promu {
    font-size: 22px;
    color: #f8b4b5;
}

body .container-pdm article#procuradorias .inner-pgPROMU .listaMunicipios li strong {
    display: block;
    font-size: 25px;
    font-weight: 800;
    line-height: 27px;
    color: #bd525c;
}

body .container-pdm article#procuradorias .inner-pgPROMU .listaMunicipios li a {
    text-decoration: underline;
    color: #333;
}

body .container-pdm article#procuradorias .inner-pgPROMU .banner-sou-vereadora {
    position: relative;
    display: block;
    min-height: 200px;
    padding: 50px 100px;
    margin-top: 35px;
    background-color: #bd525c;
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    line-height: 70px;
    font-weight: 900;
    text-decoration: none;
    color: white;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

body .container-pdm article#procuradorias .inner-pgPROMU .banner-sou-vereadora span {
    color: #431a1d;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

body .container-pdm article#procuradorias .inner-pgPROMU .banner-sou-vereadora .box-link {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 40%;
    min-height: 70px;
    padding: 15px;
    border: 3px solid #431a1d;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body .container-pdm article#procuradorias .inner-pgPROMU .banner-sou-vereadora:hover {
    text-decoration: underline;
    background-color: #b15e66;
}

body .container-pdm article#procuradorias .inner-pgPROMU .banner-sou-vereadora:hover span {
    color: #731d25;
}

body .container-pdm article#procuradorias .inner-pgPROMU .banner-sou-vereadora:hover .box-link {
    background-color: #431a1d;
    color: #f8b4b5;
}

body .container-pdm article#leis-para-elas {
    padding: 100px 0;
}

body .container-pdm article#leis-para-elas .list-leisAGORAELEI ul li {
    margin-bottom: 3px;
}

body .container-pdm article#publicacoes {
    padding-top: 100px;
}

body .container-pdm article#publicacoes .listaPublicacoes ul li {
    padding: 15px 0 5px;
}

body .container-pdm article#publicacoes .listaPublicacoes a {
    display: inline-block;
    padding: 25px 15px;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body .container-pdm article#publicacoes .listaPublicacoes a:hover {
    background-color: #bd525c;
    color: #ffffff;
}

body .container-pdm article#noticias {
    padding-top: 100px;
}

body .container-pdm article p {
    font-size: 16px;
}

body .container-pdm.index article {
    height: 100vh;
    min-height: 100%;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

@media (max-width: 992px) {
    body .container-pdm.index article {
        height: auto;
        padding: 50px 0;
    }
    body .container-pdm.index article .content {
        width: 90%!important;
    }
    body .container-pdm.index article .content h3 {
        line-height: 50px;
    }
    body .container-pdm.index article .content .btns .btn {
        margin-top: 25px;
    }
    body .container-pdm.index article .content h3,
    body .container-pdm.index article .content .btns {
        text-align: center;
    }
    body .container-pdm.index article.pela-vida {
        padding-top: 120px;
    }
    body .container-pdm.index article.ajuda-promu {
        padding-bottom: 150px;
    }
}

body .container-pdm .btn {
    padding: 10px 35px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

body .container-pdm .btn.btn-outline {
    background: none;
    border: 2px solid white;
    outline: 0 solid white;
    min-width: 100%;
}

body .container-pdm .btn.btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.2);
    outline: 3px solid white;
    color: #ffffff;
}

body .container-pdm .btn.btn-danger {
    background-color: #a3004f;
    border-color: #a3004f;
}

body .container-pdm .btn.btn-danger:hover {
    background-color: #860142;
    border-color: #860142;
}

body .container-pdm .btn.btn-light {
    outline: 0 solid white;
}

body .container-pdm .btn.btn-light:hover {
    background-color: rgba(255, 255, 255, 0.3);
    outline: 3px solid white;
    color: #ffffff;
}

body .container-pdm .title-promu {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    text-align: center;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    color: #333333;
}

.lista-indexNews {
    position: relative;
}

.lista-indexNews .newsINNER {
    position: relative;
    display: inline-block;
    width: 49%;
    min-height: 200px;
    max-height: 200px!important;
    background-color: rgba(255, 255, 255, 0.25);
    overflow: hidden!important;
    margin-bottom: 1%;
    outline: 2px solid rgba(255, 255, 255, 0.4);
    text-align: left;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.lista-indexNews .newsINNER:nth-child(even) {
    margin-left: 1.5%;
}

.lista-indexNews .newsINNER a {
    display: table;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.lista-indexNews .newsINNER a .innerIMG {
    position: relative;
    display: table-cell;
    max-width: 200px;
    overflow: hidden;
}

.lista-indexNews .newsINNER a .innerIMG img {
    min-height: 200px;
    max-width: initial;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.lista-indexNews .newsINNER a .dados-news {
    position: absolute;
    bottom: 20px;
    display: table-cell;
    vertical-align: top;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.lista-indexNews .newsINNER a .dados-news.sem-Img {
    bottom: 60px;
}

.lista-indexNews .newsINNER a .dados-news .title-newsSm,
.lista-indexNews .newsINNER a .dados-news .barra-infos-news {
    padding-left: 25px;
}

.lista-indexNews .newsINNER a .dados-news .title-newsSm {
    padding-right: 35px;
    font-size: 20px;
    color: white;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.lista-indexNews .newsINNER a .dados-news .barra-infos-news {
    display: inline-block;
    padding-right: 25px;
    background: #f0f0f0;
    font-size: 13px;
    color: #333333;
}

.lista-indexNews .newsINNER a .descricao {
    position: absolute;
    bottom: -220px;
    display: block;
    max-height: 90px;
    overflow: hidden;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.lista-indexNews .newsINNER a .btnLermais {
    position: absolute;
    bottom: -250px;
    right: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.lista-indexNews .newsINNER a .btnLermais .btnALEP {
    background-color: white;
    padding: 8px 15px;
    outline: none!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.lista-indexNews .newsINNER:hover {
    background: rgba(168, 198, 219, 0.7);
    outline-color: rgba(68, 125, 166, 0.8);
}

.lista-indexNews .newsINNER:hover a .innerIMG img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.lista-indexNews .newsINNER:hover a .dados-news {
    bottom: 150px;
}

.lista-indexNews .newsINNER:hover a .dados-news .title-newsSm {
    margin-bottom: 70px;
}

.lista-indexNews .newsINNER:hover a .dados-news .barra-infos-news {
    background: #ffffff;
}

.lista-indexNews .newsINNER:hover a .descricao {
    bottom: 45px;
}

.lista-indexNews .newsINNER:hover a .btnLermais {
    bottom: 0;
}

.lista-indexNews .newsINNER:hover .mejs__container {
    background: rgba(0, 0, 0, 0.9);
}

@media (min-width: 770px) and (max-width: 992px) {
    .lista-indexNews .newsINNER a .dados-news .title-newsSm {
        font-size: 15px;
    }
    .lista-indexNews .newsINNER a .dados-news .barra-infos-news {
        font-size: 10px;
    }
}

@media (max-width: 769px) {
    .lista-indexNews .newsINNER {
        width: 100%;
        max-height: inherit!important;
        margin-left: 0;
        padding-bottom: 40px;
    }
    .lista-indexNews .newsINNER:nth-child(even) {
        margin-left: 0;
    }
    .lista-indexNews .newsINNER .btnLermais {
        position: absolute;
        bottom: 0px!important;
        right: 0;
    }
    .lista-indexNews .newsINNER a {
        display: block;
        text-decoration: none!important;
    }
    .lista-indexNews .newsINNER a .innerIMG {
        display: block;
        max-width: 100%!important;
        max-height: 200px;
    }
    .lista-indexNews .newsINNER a .innerIMG img {
        width: 100%;
    }
    .lista-indexNews .newsINNER a .dados-news {
        position: relative;
        bottom: -10px;
    }
    .lista-indexNews .newsINNER a .dados-news .title-newsSm {
        text-decoration: none!important;
    }
    .lista-indexNews .newsINNER a .descricao {
        position: relative;
        bottom: 0px;
        display: block;
        max-height: initial;
        margin-top: 25px;
    }
    .lista-indexNews .newsINNER:hover a {
        display: block;
    }
    .lista-indexNews .newsINNER:hover a .innerIMG {
        display: block;
        max-width: 100%;
        max-height: 200px;
    }
    .lista-indexNews .newsINNER:hover a .dados-news {
        position: relative;
        bottom: -10px !important;
    }
    .lista-indexNews .newsINNER:hover a .dados-news .title-newsSm {
        margin-bottom: 10px;
    }
    .lista-indexNews .newsINNER:hover a .descricao {
        position: relative;
        bottom: 0px;
        display: block;
        max-height: initial;
        margin-top: 25px;
    }
}

.lista-indexNews.listaInterna .newsINNER {
    background-color: rgba(189, 82, 92, 0.15);
    outline: 2px solid rgba(189, 82, 92, 0.2);
}

.lista-indexNews.listaInterna .newsINNER a .dados-news .title-newsSm {
    color: #bd525c;
}

.lista-indexNews.listaInterna .newsINNER a .dados-news .barra-infos-news {
    background: #bd525c;
    color: #ffffff;
}

.lista-indexNews.listaInterna .newsINNER a .descricao {
    color: #333;
}

.lista-indexNews.listaInterna .newsINNER a .btnLermais .btnALEP {
    background-color: #bd525c;
    color: #ffffff;
}

.lista-indexNews.listaInterna .newsINNER:hover {
    background: rgba(168, 198, 219, 0.7);
    outline-color: rgba(68, 125, 166, 0.8);
}

.lista-indexNews.listaInterna .newsINNER:hover a .dados-news {
    bottom: 150px;
}

.lista-indexNews.listaInterna .newsINNER:hover a .dados-news .barra-infos-news {
    background: #bd525c;
}

.lista-indexNews.listaInterna .newsINNER:hover .mejs__container {
    background: rgba(0, 0, 0, 0.9);
}

.lista-indexNews.lista-leis .news {
    min-height: 160px;
}

.lista-indexNews.lista-leis .news a {
    display: table;
}

.lista-indexNews.lista-leis .news a .dados-news {
    bottom: 25px;
}

.lista-indexNews.lista-leis .news a .dados-news .title-newsSm {
    font-size: 15px;
    font-weight: 600;
}

.lista-indexNews.lista-leis .news a .btnLermais {
    width: 100%;
    display: block;
}

@media (max-width: 992px) {
    .lista-indexNews.lista-leis .news a .dados-news {
        bottom: -10px;
    }
    .lista-indexNews.lista-leis .news a .dados-news .title-newsSm {
        font-size: 18px;
    }
    .lista-indexNews.lista-leis .news a .dados-news .barra-infos-news {
        font-size: 18px;
    }
}

.lista-indexNews.lista-leis .news:hover a .dados-news {
    bottom: 25px!important;
}

.lista-indexNews.lista-leis .news:hover a .dados-news .title-newsSm {
    margin-bottom: 10px;
}

.lista-indexNews.lista-leis .news:hover a .btnLermais {
    bottom: 0;
}

.list-leisAGORAELEI {
    margin-top: 30px;
}

.list-leisAGORAELEI ul.da-thumbs {
    display: table;
    width: inherit;
    max-height: 340px;
    text-align: center;
}

.list-leisAGORAELEI ul.da-thumbs li {
    display: table-cell;
    max-width: 24%;
    margin: -1px 1px 0 1px;
    padding: 0;
}

.list-leisAGORAELEI ul.da-thumbs li a {
    display: block;
}

.list-leisAGORAELEI ul.da-thumbs li a .custom-hover-object {
    cursor: pointer;
    padding: 15px;
    background-color: rgba(79, 56, 85, 0.9);
    font-size: 15px;
    font-weight: 700;
    color: white;
}

.list-leisAGORAELEI ul.da-thumbs li a .custom-hover-object .titulo {
    display: block;
    border-top: 1px solid white;
    padding-top: 10px;
    font-size: 26px;
    font-weight: 400!important;
    margin-top: 10px;
    font-size: 21px!important;
    line-height: 25px!important;
    color: white;
}

.list-leisAGORAELEI ul.da-thumbs li a .custom-hover-object small.bt-fake {
    display: block;
    background: #007eb9;
    padding: 2px 0;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: white;
}

.list-leisAGORAELEI ul.da-thumbs li a img {
    max-width: 100%;
    max-height: auto;
}

@media (max-width: 992px) {
    .list-leisAGORAELEI ul.da-thumbs li {
        max-width: 49%;
    }
}

@media (max-width: 480px) {
    .list-leisAGORAELEI ul.da-thumbs li {
        max-width: 100%;
    }
    .list-leisAGORAELEI ul.da-thumbs li a .custom-hover-object {
        -moz-opacity: 0 !important;
        -khtml-opacity: 0 !important;
        -webkit-opacity: 0 !important;
        opacity: 0 !important;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0) !important;
        filter: alpha(opacity=0) !important;
        padding-top: 40px;
        font-size: 18px;
    }
    .list-leisAGORAELEI ul.da-thumbs li a .custom-hover-object .titulo {
        font-size: 55px;
    }
    .list-leisAGORAELEI ul.da-thumbs li a .custom-hover-object small.bt-fake {
        font-size: 20px;
    }
}

.btn-topo {
    z-index: 999;
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: block;
    overflow: hidden;
    width: 45px;
    height: 45px;
    background-color: transparent;
    background-image: url(../img/btn-topo.png);
    background-position: center;
    text-indent: -9999em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    animation: pula 1s linear infinite;
}

.btn-topo:hover {
    animation: pisca 1s linear infinite, pula 1s linear infinite;
}

.centerVertical {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    /** ISSO AQUI ALINHA VERTICALMENTE */
}


/* ANIMAÇÃO BOTAO PISCANDO "pisca" */

@keyframes pisca {
    0% {
        background-color: rgba(205, 152, 186, 0.2);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
    }
    50% {
        background-color: rgba(205, 152, 186, 0.5);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        -webkit-opacity: 0.8;
        opacity: 0.8;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
        filter: alpha(opacity=80);
    }
    100% {
        background-color: rgba(205, 152, 186, 0.2);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
    }
}

@keyframes pula {
    0% {
        bottom: 15px;
    }
    50% {
        bottom: 20px;
    }
    100% {
        bottom: 15px;
    }
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #447da6 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #447da6 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #447da6 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #447da6 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

@media print {
    @page {
        size: A4;
        margin: 0mm 200mm;
        /* margin: 40px; */
    }
    html,
    body {
        width: 1024px;
    }
}