#tecnologias{
	margin-top: 135px;
	background-color: #fff;
	z-index: 999;
}

#tecnologias h2{
	font-size: 43px;
	width: 103%;
	justify-self: center;
}

#tecnologias img{
	width: 160px;
	margin-bottom: 35px;
}

#tecnologias img:hover{
	transition: 0.5s;
	transform: scale(1.3);
}

@media screen and (max-width: 400px){
	#tecnologias{
		margin-top: 90px;
	}

	#tecnologias h2{
		font-size: 20px;
	}

	#tecnologias img:hover{
		transform: scale(1);
	}

	#tecnologias img{
		width: 105px;
	}
}

@media screen and (min-width: 401px) and (max-width: 930px){
	#tecnologias h2{
		font-size: 30px;
	}

	#tecnologias img{
		width: 135px;
	}

	#tecnologias img:hover{
		transform: scale(1);
	}
}