.marcaClubes {
    float: left;
    text-align: center;
    width: 100%;
}

.marcaClubes h2{
	border-bottom: 1px solid #ccc;
    font-size: 25px;
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
}

.marcaClubes a{
	width: 100px;
	height:94px;
	position:relative;
	margin: 0 23px;
}

.marcaClubes img{
	 margin-top: 30px;
}

.marcaClubes a .cor{
	left: 0;
    opacity: 0;
    position: absolute;
    top: -133px;
    transition: opacity 0.3s ease-out 0s;
}

.marcaClubes a:hover .cor{
	opacity: 1;
}
