

.videoContenedor{
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	overflow: hidden;
	background:url(../video/videoNet44Group.mp4) no-repeat;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.capa{
	margin: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	overflow: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background:black;
	opacity: 0.5;
	z-index: -1;
}

.videoContenedorV{
	display: none;
}


.flecha {
	font-size: 30px;
	text-align: center;
}

.net44group{
	text-align: center;
	margin-top: 150px;

}

.net44grouplogo{
	width: 30%;
	height: auto;
}

.logotipos{
	margin-top: 110px;
	align-items: center;
	text-align: center;
}


.net44{
	text-align: center;


}

.seo{
	text-align: center;


}

.e_sale{
	text-align: center;


}

.erp{
	text-align: center;


}

@media (max-width: 1200px){




	.videoContenedorV{
		min-width: 100%;
		min-height: 100%;
		z-index: -1;
		overflow: hidden;
		background:url(../video/videonet44group3.mp4) no-repeat;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}

	.net44group{
		text-align: center;
		margin-top: 80px;
	}


	.logotipos{
		margin-top: 40px;
		align-items: center;
	
	}
	
	.net44{
		text-align: center;
		margin-bottom: 20%;
		width: 90%;
		height: auto;

	
	}

	.net44grouplogo{
		text-align: center;
		margin-bottom: 20%;
		width: 60%;
		height: auto;
	}
	
	.seo{
		text-align: center;
		margin-bottom: 20%;
		width: 60%;
		height: auto;

	
	}
	
	.e_sale{
		text-align: center;
		margin-bottom: 20%;
		width: 30%;
		height: auto;

	
	}
	
	.erp{
		text-align: center;
		margin-bottom: 20%;
		width:40%;
		height: auto;

	
	}

	.capa{
		margin: 0;
		min-width: 100%;
		min-height: 100%;
		z-index: -1;
		overflow: hidden;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		background:black;
		opacity: 0.5;
		z-index: -1;
	
	}



}