body {
    font-family: 'Lato', sans-serif;
    background-color: #f8f9fa;
}

.header-nav, .footer-nav {
    background-color: rgb(157, 25, 22);
}

.vote-header {
    width: 250px;
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    background: rgba(157, 25, 22, 0.5);
    line-height: 45px;
    padding-top: 15;
    transition: all 0.4s ease 0s;
}

.scroll-to-top:hover {
    background: rgba(157, 25, 22, 1);
}

.folha-a4 {
    background-color: #fff;
    border-right: 3px solid #e1e1e1;
    border-left: 3px solid #e1e1e1;
    max-width: 960px;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 0 auto;
}

a, a:visited, a:active {
    color: #9d1916;
    text-decoration: none;
}

a:hover {
    color: #e23a37;
}

li {
    color: #9d1916;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 1.25rem;
}

.top-social i {
    color: white!important;
}

.compromissos {
    color: black;
}



.pilares {
    background-color: #9d1916;
    color: white;
    border-radius: 0px;
    line-height: 25px;
    padding: 20px 0;
} 

.btn-danger {
    background-color: #9d1916;
    color: white;
    border-radius: 0px;
    line-height: 25px;
    padding: 20px 0;
    width: 85%;
    font-size: 1.5rem;
    font-family: 'Lato', sans-serif;
}

.social-link {
    color: #9d1916;
    font-size: 40px;
}

.faixa-slogan {
    background-color: #9d1916;
}

.slogan {
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 50px;
}

.creditos {
    font-size: 10px;
    padding-top: 10px;
}

.creditos a, .creditos a:visited, .creditos a:active{
    color: white;
    text-decoration: underline;
}