.votacao,
.votacao h2 {
    position: relative
}

.votacao h2 {
    font-size: 3rem;
    line-height: .8;
    margin-bottom: 55px
}

.votacao .vote_title {
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: table;
    width: 100%;
    color: #7f0f5b;
}

.votacao .votacao_intro {
    padding: 0;
    position: relative
}

.votacao .votacao_intro h2 {
    margin-bottom: 0
}

.votacao .votacao_intro h2 .vote_stroke {
    background-color: #c54444;
    top: 15px
}

.votacao .votacao_intro p {
    color: #fff;
    padding: 30px 0 0;
    text-align: left;
    font-size: 1.1rem;
    margin: 0
}

.votacao .juris_group {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 255px
}

.votacao .juris_group a {
    margin-top: 20px;
    display: block;
    max-width: 400px;
    font-size: 3.3rem;
    color: #fff;
    padding: 15px 20px;
    border: 1px solid;
    text-transform: uppercase;
    max-height: 115px
}

@media (min-width:992px) {
    .votacao h2 {
        font-size: 4rem;
        margin: 0
    }
    .votacao .votacao-container {
        padding: 0 0 70px
    }
    .votacao .votacao-content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
}
@media (min-width: 992px){
	.winners.capa {
        width: 45%;
    }
}

.winners.capa {
	margin-top: 25px;
}

.winners .winner_container {
    position: relative
}

.winners .img-container {
    box-shadow: 2px 2px 4px #881461
}

.winners h3 {
    background-color: #fff;
    padding: 30px 0;
    color: #ac2879;
    text-align: center;
    text-transform: uppercase;
    border-top: 2px solid;
    border-bottom: 2px solid
}

.winners h4 {
    position: relative;
    top: -65px;
    padding: 10px 20px;
    color: #fff;
    font-size: 1.2rem;
    background-color: #ac2879
}

.winners h5 {
    text-align: left;
    position: absolute;
    background-color: #fff;
    max-width: 330px;
    top: 30px;
    left: -30px;
    padding: 15px;
    color: #ac2879;
    text-transform: uppercase;
    box-shadow: 2px 2px 3px #ac2879
}

.winners h5 b {
    font-size: 2.7rem
}

.img-container.box {
    box-shadow: none;
}