/* Custom Especial Cidadania */

html {
    position: relative;
    min-height: 100%;
}
.ec-linha--bottom {
    border-bottom: solid 4px #3E6892;
    padding: 8px 0 12px 0;
    margin-bottom: 20px;
    font-size: 24px;
}
#vertical-nav{
    margin-top: 74px;
}
.ec-edit-overlay {
    text-align: right;
    opacity: 0;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition: -webkit-transform 1s;
    height: auto;
    position: absolute;
    z-index: 1000;
    right: 0;
}
.ec-edit-overlay:hover {
    opacity: 0.8;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition: -webkit-transform 1s;
}
.ec-fundoimg{
    background: rgba(0,0,0,.9);
    display: none;
    position: fixed;
    overflow: auto;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
.ec-fundoimg--border{
    border: 3px solid #333;
}
.ec-fundoimg div {
    color: #ffffff;
    margin: 12px 41px 5px 5px;
    padding: 5px 26px 5px 5px;
    position: fixed;
    top: 0;
    right: 0;
}
.fundo-icon {
    background: rgba(0,0,0,.4);
    color: #fff;
    font-size: 22px;
    padding: 3px 8px 0px 9px;
    text-align: center;
    position: absolute;
    right: 5%;
    margin-top: 15px;
}
.ec-fundoimg img{
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
}
.boxpd{
    padding-bottom: 12px;
}
#cd-vertical-nav {
    position: absolute;
    top: 0;
    bottom: auto;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: normal;
    z-index: 1;
    width: 358px;
}
#cd-vertical-nav li {
    text-align: left;
    padding-bottom: 10px;
    padding-top: 7px;
}
.base-materia-ferramentas{
    margin-top: 0px;
}
.btn-left{
    margin: 10px;
    font-size:20px;
    color: ffffff;
}
.btn-resume {
    height: 40px;
    width: 110px;
    display: inline;
    text-align: center;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #f7f7f7;
    background-color: #f7f7f7;
}
.btn-resume:focus {
    outline:none;
}
.absolute-set {
    position: absolute;
    bottom: 0;
    z-index: 2;
    left:50%;
    transform:translatex(-50%);
}
.text-resume {
    overflow: hidden;
    height: 450px;
    position: relative;
    transition: all 0.15s ease-in-out;
    padding-bottom: 0px;
}
.text-resume:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 50px;
    bottom: 0px;
    padding-bottom: 5px;
    right: 0;
    border-bottom: 1px solid #ccc;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(247,247,247,1) 100%);
}
.ret {
    height: 4px;
    background-color: @azul-senado;
    width: 40px;
    margin: 15px auto;
    }
.is-closed {
    height: auto;
    padding-bottom: 50px;
    }
.is-closed:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 50px;
    bottom: 0px;
    padding-bottom: 5px;
    right: 0;
    border-bottom: 1px solid #ccc;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(247,247,247,1) 100%);
}
.centralizaimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


@media (max-width: 768px) {
    .touch .cd-nav-trigger, .touch #cd-vertical-nav {
        bottom: 40px;
    }
    .ec-colorlink{
        color: #ffffff;
    }
    .colorbar-text{
        color: #ffffff;
        margin: 8px;
    }
    .fundo-icon {
        background: rgba(0,0,0,.4);
        color: #fff;
        font-size: 22px;
        margin-top: 15px;
        padding: 5px 10px 0px 12px;
        text-align: center;
        position: absolute;
        right: 5%;
    }
    .editar-overlay-foto {
        width: 118px;
        left: inherit;
        align-content: center;
    }
}