
@media (min-width: 768px) {
#Landing_Movil {
	display: none;
	}
}

body {
	margin: 0;
	padding: 0;
	overflow: hidden;
  }

.mediaViewInfo {
	--web-view-name: Landing Selección ;
	--web-view-id: Landing_Seleccin_;
	--web-scale-to-fit: true;
	--web-scale-to-fit-type: width;
	--web-scale-on-resize: true;
	--web-enable-deep-linking: true;
}
:root {
	--web-view-ids: Landing_Seleccin_;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
}
#Landing_Seleccin_ {
	position: absolute;
	width: 1920px;
	height: 1080px;
	overflow: hidden;
	--web-view-name: Landing Selección ;
	--web-view-id: Landing_Seleccin_;
	--web-scale-to-fit: true;
	--web-scale-to-fit-type: width;
	--web-scale-on-resize: true;
	--web-enable-deep-linking: true;
}
#INTRO_v2 {
	position: absolute;
	width: 1920px;
	height: 1080px;
	left: 0px;
	top: -1px;
	overflow: visible;
}
#Soluciones_de_Almacenamiento_E {
	left: 144px;
	top: 62px;
	position: absolute;
	overflow: visible;
	width: 1633px;
	white-space: nowrap;
	text-align: center;
	font-family: Neo Sans Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	color: rgba(255,255,255,1);
}
#Logo_Central-05 {
	filter: drop-shadow(6px 6px 9px rgba(0, 0, 0, 0.2));
	position: absolute;
	width: 478px;
	height: 478px;
	left: 721px;
	top: 301px;
	overflow: visible;
}
#INTRO_v2-03 {
	box-shadow: 0px 5px 57px 25px rgba(0,0,0,0.25);
	position: absolute;
	width: 336px;
	height: 336px;
	left: 239px;
	top: 361px;
	overflow: visible;
	border-radius: 20px;
}
#INTRO_v2-03{ 
transition: transform .2s;
}

#INTRO_v2-03:hover { 
transform: scale(1.05);
}
#INTRO_v2-04 {
	box-shadow: 0px 5px 57px 25px rgba(0,0,0,0.25);
	position: absolute;
	width: 336px;
	height: 336px;
	left: 1343px;
	top: 361px;
	overflow: visible;
	border-radius: 20px;
}
#INTRO_v2-04{ 
transition: transform .2s;
}

#INTRO_v2-04:hover { 
transform: scale(1.05);
}

@media (max-width: 768px) {
	#Landing_Seleccin_ {
		display: none;
		}
	}

