.bg-color{
    background-color: #f4f3ef;
}

.mr-26{

    margin-right: 26%;
}

.img-prof {
    max-width: 25%;
    border-radius: 50%;
}

.ctr{
    text-align: center !important;
}
.lft{
    text-align: left !important;
}
.rgt{
    text-align: right !important;
}
.card-testimonial .card-avatar .img {
    height: auto;
    max-width: 50%;
}

.services {
    color: green;
    font-weight: 600;
    font-size: 1.3em;
 
}

.card-description, .card .footer .stats, .description, .footer-big p {
    color: #4d3d23;
    font-weight: 400;
}

.footer {
    padding: 0;
}

.card-testimonial {
    margin-top: 0px;
    text-align: center;
}

.main-panel-index {
    /* position: relative; */
    /* float: right; */
    /* width: calc(100% - 260px); */
    background-color: #f4f3ef;
    transition: all .5s cubic-bezier(.685,.0473,.346,1);
}

.main-panel-index>.navbar {
    margin-bottom: 0;
}

.main-panel-index>.content {
    padding: 10%;
    min-height: calc(100vh - 160px);
    margin-top: 18px;
}


.mw-27{
    max-width: 27%;
}

.mw-66{
    max-width: 66%;
}

.w-99{
 
    width: 99%;

}

.section-image:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0,0,0,.7);
}

.full-page-background{
    background-size: cover;
    background-position: 50%;
    background-image: url(../img/eleicoes.jpg);
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
}


.full-page-background2 {
    background-size: cover;
    background-position: 50%;
    background-image: url(../img/urna.jpeg);
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
}


.card {
    border-radius: 12px;
    box-shadow: 0px 1px 11px 0px rgb(0 0 0 / 15%);
    background-color: #fff;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    border: 0 none;
    transition: transform .3s cubic-bezier(.34,2,.6,1),box-shadow .2s ease;
}

