.maispesquisados {
    display: flex;
    justify-content: center;
	margin: 20px 0px 50px 0px;
}

.maispesquisados .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.maispesquisados__title {
    width: 100%;
    text-align: center;
    padding: 40px 0;
    font-size: 20px;
}

.maispesquisados__title span {
    padding: 15px 40px;
    color: #fff;
    font-weight: bold;
    /* background-color: #9a0000; */
    text-transform: uppercase;
}

.maispesquisados__item {
    background-color: #eeeeee;
    padding: 10px;
    border-radius: 2px;
    margin: 5px;
    color: #000;
    transition: .2s ease;
}

.maispesquisados__item:hover {
    /* background-color: #9a0000; */
    color: #FFF;
}

.social {
    display: flex;
    justify-content: center;
}

.social .container {
    display: flex;
    justify-content: center;
    padding: 25px 0;
}

.social .container a {
    text-decoration: none;
    color: #000000;
    margin: 0 10px;
}

.social .container i {
    font-size: 40px;
}

@media (max-width: 1600px) {
    .rodape__col {
        padding: 0 3%;
    }

}

