header .back .row .meio .inferior > ul > li:nth-child(2)::after {
    display: block;
}

header .back .row .meio .inferior > ul > li:nth-child(2) {
    color: #86cb44;
}
.mapa-site ul{
    margin-left: 30px;
}
.mapa-site ul a:hover{
    color: #65daa2;
}
.mapa-site ul li{
    list-style-type: disc;
}
.texto .esq {
    width: 65%;
    float: left;
    padding-left: 20px;
}

.texto .esq.full {
    width: calc(100% - 320px);
    padding: 0;
}

.texto .esq h2 {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.texto .esq h2.fisico {
    margin-top: 20px;
}

.texto .capa {
    width: 300px;
    height: 380px;
    float: left;
    margin-right: 20px;
}

.texto p {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.texto p a {
    color: #485260;
}
.texto p a:hover{
    color: #65daa2;
}

.back {
    width: 1120px;
    margin: 60px auto;
}

.back::after {
    content: none;
}

.back .esq {
    width: 840px;
    float: left;
    margin: 0 0 60px 0;
}


.back .esq .tit {
    color: #245d70;
    font-size: 1.875rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    width: 100%;
}

.back .esq .texto {
    width: 100%;
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 15px;
    color: #485260;
    margin-bottom: 20px;
    display: flex;
}

.back .esq .texto table,
.back .esq .texto iframe,
.back .esq .texto img {
    max-width: 100%;
}

.back .esq .fotoCapa {
    width: 100%;
    height: 320px;
}

.back .right {
    width: 240px;
    float: left;

}

.back .right .relacionadas {
    width: 100%;
    height: auto;
}

.back .right .relacionadas > ul {
    width: 100%;
    height: auto;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    background-color: white;
}

.back .right .relacionadas > ul .selected {
    background: #65daa2;
    color: white;
}

.back .right .relacionadas > ul > li {
    width: 100%;
    height: auto;
    font-size: 1rem;
    color: #65daa2;
    font-weight: 700;
    display: flex;
    border-bottom: 1px solid #e3e3e3;
}

.back .right .relacionadas > ul > li a {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 15px;
}

.back .right .relacionadas > ul > li:hover {
    background-color: #245d70;
    color: white;
}

.back .right .relacionadas > ul > li:last-child a {
    border: none;
}


.back .right .vereadores {
    width: 240px;
    height: 825px;
    background: #65daa2;
    float: right;
    overflow: hidden;

}

.back .right .vereadores .tit {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back .right .vereadores .tit h1 {
    font-size: 1.25rem;
    color: #FFFFFF;
}

.back .right .vereadores .box-vereador {
    width: 220px;
    min-height: 60px;
    margin: 10px;
    background: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.back .right .vereadores .box-vereador a{
    display: flex;
}

.back .right .vereadores .foto {
    width: 60px;
    height: 60px;
    float: left;
}

.back .right .vereadores .nome {
    float: left;
    width: 160px;
    text-transform: uppercase;
    padding: 5px;
    display: flex;
    align-items: center;
}

.back .right .vereadores .nome h1 {
    color: #245d70;
    font-size: 0.875rem;
    font-weight: normal;

}

.back .right .vereadores .box-vereador:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.back .right .vereadores .box-vereador:hover .nome h1 {
    color: #65daa2

}

.back .right .vereadores .box-vereador:hover .foto {
    opacity: 0.9;
    filter: brightness(120%);
}

@media all and (max-width: 999px) {
    .mapa-site ul{
        margin-left: 15px;
    }
    .back {
        width: 100%;
        padding: 10px;
        display: flex;
        flex-direction: column;
        margin: 20px auto;
    }

    .back .right,
    .back .esq {
        width: 100%;
    }

    .back .esq .fotoCapa {
        height: 300px;
    }

    .back .esq .texto {

    }

    .back .esq .tit {
        font-size: 1.563rem;
    }

    .back .right .vereadores {
        width: 100%;
        height: auto;
    }

    .back .right .vereadores .box-vereador {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }



    .texto .esq {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

}
