#marcas{
	min-height:100vh;
	min-height:calc(100vh - 120px);
}
#marcas li{
	position:relative;
	width:420px;
	margin:20px;
	max-width:100%;
}
#marcas li figure{
	position:relative;
	width:100%;
	height:360px;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}
#marcas li button{
	text-transform:uppercase;
}
@media screen and (max-width:460px){
	#marcas li{
		width:280px;
	}
	#marcas li figure{
		height:250px;
	}
}
#marcas li .logo{
	height:30px;
	transform:translateY(-50px);
}
#marcas li .logo img{
	max-height:70px;
}
#marcas .head h4{
	color:#3E3E3E;
	font-size:45px;
	font-weight:bold;
}
#marcas .head h2{
	color:#007DB7;
	font-size:70px;
	font-weight:bold;
}
@media screen and (max-width:800px){
	#marcas .head h4{
		font-size:30px;
	}
	#marcas .head h2{
		font-size:40px;
	}
}
