@media screen and (max-width: 1200px){
	header #grupobarea-logo{
		top: 2%;
	}
}

@media screen and (max-width: 749px){
	#content .member{
		margin-bottom: 20px;
		width: 49%;
	}
	#content .member .box{
		border: 0;
		padding: 0 !important;
	}
	#content .member:nth-last-child(3) .box{
		border: 0;
	}
	header #grupobarea-logo{
		top: 1.5%;
	}
}

@media screen and (max-width: 449px){
	#content .member{
		margin-bottom: 20px;
		width: 100%;
	}
	header #grupobarea-logo{
		top: 1%;
	}
}
