@media (min-width: 768px) {
	#todos_movil {
		display: none;
		}
	}

@media (max-width: 768px) {
	#Productos_-_Todos {
		display: none;
		}
	}

.mediaViewInfo {
	--web-view-name: Productos - Todos;
	--web-view-id: Productos_-_Todos;
	--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: Productos_-_Todos;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
}
#Productos_-_Todos {
	position: absolute;
	width: 1920px;
	height: auto;
	min-height: 1390px;
	background-color: rgba(255,255,255,1);
	overflow: visible;
	--web-view-name: Productos - Todos;
	--web-view-id: Productos_-_Todos;
	--web-scale-to-fit: true;
	--web-scale-to-fit-type: width;
	--web-scale-on-resize: true;
	--web-enable-deep-linking: true;
}
@keyframes fadein {

	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}

}
#Lnea_1 {
	fill: transparent;
	stroke: rgba(30,107,165,1);
	stroke-width: 1px;
	stroke-linejoin: miter;
	stroke-linecap: butt;
	stroke-miterlimit: 10;
	shape-rendering: auto;
}
.Lnea_1 {
	overflow: visible;
	position: absolute;
	width: 1939.893px;
	height: 1px;
	left: 0px;
	top: 540.4px;
	transform: matrix(1,0,0,1,0,0);
}

#Rectngulo_2121 {
	fill: rgba(30,107,167,1);
}
.Rectngulo_2121 {
	position: absolute;
	overflow: visible;
	width: 1516px;
	height: 199px;
	left: 202px;
	top: 329px;
}
#Rectngulo_2122 {
	fill: rgba(30,107,167,1);
}
.Rectngulo_2122 {
	position: absolute;
	overflow: visible;
	width: 1516px;
	height: 199px;
	left: 202px;
	top: 653px;
}

#Todos_los_productos {
	left: 76.014px;
	top: 483.75px;
	position: absolute;
	overflow: visible;
	width: 476px;
	white-space: nowrap;
	line-height: 59.002201080322266px;
	margin-top: -4.916851043701172px;
	text-align: left;
	font-family: Raleway;
	font-style: normal;
	font-weight: bold;
	font-size: 49.16849899291992px;
	color: rgba(30,107,166,1);
}
#Lnea {
	left: 394.514px;
	top: 405px;
	position: absolute;
	overflow: visible;
	width: 106px;
	white-space: nowrap;
	line-height: 48px;
	margin-top: -4px;
	text-align: left;
	font-family: Raleway;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	color: rgba(255,255,255,1);
}
#Filtre_por {
	left: 84.643px;
	top: 560.709px;
	position: absolute;
	overflow: visible;
	width: 152px;
	white-space: nowrap;
	line-height: 42px;
	margin-top: -3.5px;
	text-align: left;
	font-family: Raleway;
	font-style: normal;
	font-weight: normal;
	font-size: 35px;
	color: rgba(30,107,160,1);
}
#Producto_a_Almacenar {
	left: 394.514px;
	top: 705px;
	position: absolute;
	overflow: visible;
	width: 210px;
	white-space: nowrap;
	line-height: 48px;
	margin-top: -4px;
	text-align: left;
	font-family: Raleway;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	color: rgba(255,255,255,1);
}
.en #Producto_a_Almacenar {
	left: 330px;
	top: 730px;
}
#Grupo_2361 {
	position: absolute;
	width: 100%;
	height: auto;
	top: 600px;
	padding-left: 300px;
    padding-right: 300px;
	overflow: visible;
	display: flex;
	flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 30px;
}
#Transporte {
	/* position: absolute; */
	width: 250px;
	height: 250px;
	/* left: 0px;
	top: 0px; */
	overflow: visible;
	--web-animation: fadein undefineds undefined;
	--web-action-type: page;
	--web-action-target: axys;
	cursor: pointer;
}
#Transporte{ 
transition: transform .2s;
box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.15);
border-radius: 20px;
}

#Transporte:hover { 
transform: scale(1.05);
}
#conten_txt {
width: 250px;
background: none;
display: flex;
flex-direction: column;
align-items: center;
}
#conten_txt h3 {
width: 100%;
height: 80px;
padding: 10px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-family: Raleway Regular;
color: rgba(30, 107, 166, 1);
font-size: 22px;
font-weight: 600;
letter-spacing: 0.07em;
}
#almacenamiento {
	/* position: absolute; */
	width: 250px;
	height: 250px;
	/* left: 330px;
	top: 0px; */
	overflow: visible;
	--web-animation: fadein undefineds undefined;
	--web-action-type: page;
	--web-action-target: atlas;
	cursor: pointer;
}
#almacenamiento{ 
transition: transform .2s;
box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.15);
border-radius: 20px;
}

#almacenamiento:hover { 
transform: scale(1.05);
}
#refrigeracion {
	/* position: absolute; */
	width: 250px;
	height: 250px;
	/* left: 660px;
	top: 0px; */
	overflow: visible;
	--web-animation: fadein undefineds undefined;
	--web-action-type: page;
	--web-action-target: frigossie;
	cursor: pointer;
}
#refrigeracion{ 
transition: transform .2s;
box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.15);
border-radius: 20px;
}

#refrigeracion:hover { 
transform: scale(1.05);
}
#dispositivos {
	/* position: absolute; */
	width: 250px;
	height: 250px;
	/* left: 0px;
	top: 330px; */
	overflow: visible;
	--web-animation: fadein undefineds undefined;
	--web-action-type: page;
	--web-action-target: mach;
	cursor: pointer;
}
#dispositivos{ 
transition: transform .2s;
box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.15);
border-radius: 20px;
}

#dispositivos:hover { 
transform: scale(1.05);
}
#medicamentos {
	/* position: absolute; */
	width: 250px;
	height: 250px;
	/* left: 330px;
	top: 330px; */
	overflow: visible;
	--web-animation: fadein undefineds undefined;
	--web-action-type: page;
	--web-action-target: hydros;
	cursor: pointer;
}
#medicamentos{ 
transition: transform .2s;
box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.15);
border-radius: 20px;
}

#medicamentos:hover { 
transform: scale(1.05);
}
#Insumos {
	/* position: absolute; */
	width: 250px;
	height: 250px;
	/* left: 660px;
	top: 330px; */
	overflow: visible;
	--web-animation: fadein undefineds undefined;
	--web-action-type: page;
	--web-action-target: maraton;
	cursor: pointer;
}
#Insumos{ 
transition: transform .2s;
box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.15);
border-radius: 20px;
}

#Insumos:hover { 
transform: scale(1.05);
}
#olimpo {
	/* position: absolute; */
	width: 250px;
	height: 250px;
	/* left: 660px;
	top: 330px; */
	overflow: visible;
	--web-animation: fadein undefineds undefined;
	--web-action-type: page;
	--web-action-target: olimpo;
	cursor: pointer;
}
#olimpo{ 
transition: transform .2s;
box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.15);
border-radius: 20px;
}

#olimpo:hover { 
transform: scale(1.05);
}
#otros {
	/* position: absolute; */
	width: 250px;
	height: 250px;
	/* left: 660px;
	top: 330px; */
	overflow: visible;
	--web-animation: fadein undefineds undefined;
	--web-action-type: page;
	--web-action-target: otros;
	cursor: pointer;
}
#otros{ 
transition: transform .2s;
box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.15);
border-radius: 20px;
}

#otros:hover { 
transform: scale(1.05);
}
#Menu {
	position: absolute;
	width: 1920px;
	height: 100px;
	left: 0px;
	top: -1px;
	overflow: visible;
}
#Rectngulo_1 {
	fill: rgba(255,255,255,1);
}
.Rectngulo_1 {
	position: absolute;
	overflow: visible;
	width: 1920px;
	height: 100px;
	left: 0px;
	top: 0px;
}
#Tecnoblog span {
        display: block;      
        text-align: center;
    }
	#Logo_Hospitalario-07 {
	position: absolute;
	width: 339px;
	height: 89px;
	left: 120px;
	top: 6px;
	overflow: visible;
	--web-animation: fadein 0.30000001192092896s ease-out;
	--web-action-type: page;
	--web-action-target: ../index;
	cursor: pointer;
}
#Rectngulo_2 {
	fill: rgba(79,170,207,1);
}
.Rectngulo_2 {
	position: absolute;
	overflow: visible;
	width: 211px;
	height: 100px;
	left: 1682px;
	top: 0px;
}
#wsa {
	position: absolute;
	width: 37px;
	height: 36px;
	left: 1727px;
	top: 30px;
	overflow: visible;
}
#wsa {
transition: transform .2s;
}

#wsa:hover {
transform: scale(1.15);
}
#mail {
	position: absolute;
	width: 41px;
	height: 32px;
	left: 1800px;
	top: 32px;
	overflow: visible;
}
#mail {
transition: transform .2s;
}

#mail:hover {
transform: scale(1.15);
}
#Rectngulo_1985 {
	fill: rgba(29,107,167,1);
}
.Rectngulo_1985 {
	position: absolute;
	overflow: visible;
	width: 184px;
	height: 99px;
	left: 1316px;
	top: 1px;
}
#Productos {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 129px;
	height: 30px;
	left: 1341px;
	top: 33px;
	overflow: visible;
	white-space: nowrap;
	text-align: left;
	font-family: Raleway;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	color: rgba(255,255,255,1);
}
#Productos {
cursor: pointer;
}

#Productos:hover {
color:#4CAACF;
}

#overlay {
position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.75);
  z-index: 2;
  cursor: pointer;
}
#Productosm {
		left: 721px;
		top: 274px;
		position: absolute;
		overflow: visible;
		width: 479px;
		height: 112px;
		text-align: center;
		font-family: Raleway;
		font-style: normal;
		font-weight: bold;
		font-size: 96px;
		color: rgba(255,255,255,1);
	}
	#Enmascarar_grupo_2 {
		position: absolute;
		width: 80px;
		height: 80px;
		left: 0%;
		top: 766px;
		overflow: visible;
		transition: transform .2s;
	}
    #Enmascarar_grupo_2:hover{
		transform: scale(1.1)
	}
	#x {
		left: 47.5%;
		top: -80px;
		position: absolute;
		overflow: visible;		
	}
	#reas_Hospitalarias_ov {
		left: 532px;
		top: 424px;
		position: absolute;
		overflow: visible;
		width: 857px;
		height: 112px;
		text-align: center;
		font-family: Raleway;
		font-style: normal;
		font-weight: normal;
		font-size: 50px;
		color: rgba(255,255,255,1);
		transition: transform .3s;
	}
	#reas_Hospitalarias_ov:hover {
		transform: scale(1.05)
	}
	#Todos_los_productos_ov {
		left: 508px;
		top: 544px;
		position: absolute;
		overflow: visible;
		width: 905px;
		height: 112px;
		text-align: center;
		font-family: Raleway;
		font-style: normal;
		font-weight: normal;
		font-size: 50px;
		color: rgba(255,255,255,1);
		transition: transform .3s;
	}
	#Todos_los_productos_ov:hover {
		transform: scale(1.05)
	}
#Tecnoblog {
	left: 1518px;
	top: 33px;
	position: absolute;
	overflow: visible;
	width: 145px;
	height: 30px;
	--web-animation: fadein undefineds undefined;
	--web-action-type: page;
	--web-action-target: tecnoblog;
	cursor: pointer;
	text-align: left;
	font-family: Raleway;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	color: rgba(30,107,167,1);
}
#Tecnoblog {
cursor: pointer;
}

#Tecnoblog:hover {
color:#4CAACF;
}
#La_Experiencia_Tecnosalud {
	left: 977px;
	top: 33px;
	position: absolute;
	overflow: visible;
	width: 330px;
	height: 30px;
	--web-animation: fadein undefineds undefined;
	--web-action-type: page;
	--web-action-target: experiencia_tecnosalud;
	cursor: pointer;
	text-align: left;
	font-family: Raleway;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	color: rgba(30,107,167,1);
}
#La_Experiencia_Tecnosalud {
cursor: pointer;
}

#La_Experiencia_Tecnosalud:hover {
color:#4CAACF;
}

#seccion-principal {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 120px auto 0 auto; /* Margen superior para separar del menú */
    padding: 40px 60px 60px 60px;
    z-index: 1;
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.en #seccion-principal {
    padding: 40px 120px 60px 120px;
}

#titulo-principal {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    color: rgba(30, 107, 166, 1);
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.3;
	width: 91%;
}

.en #titulo-principal {
    width: 70%;
}

#texto-principal {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    color: rgba(30, 107, 166, 1);
    line-height: 1.7;
    text-align: left;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 0px;
}

.en #texto-principal {
    padding: 0 20px;
	max-width: 1400px;
}

#texto-principal p {
    margin-bottom: 20px;
}

#texto-principal strong {
    color: rgba(30, 107, 166, 1);
    font-weight: 600;
}
#titulo-principal strong {
    color: rgba(30, 107, 166, 1);
    font-weight: 700;
}
#footer-placeholder {
	margin-top: 850px !important;
}