@media (min-width: 768px) {
	#todos_movil {
		display: none;
		}
	}

@media (max-width: 768px) {

	body{
		overflow-x: hidden;
		margin: 0;
		padding: 0;
		margin: 0 auto;
	}	

	#index {
		display: none;
		width: 100%;
		}
	
	.mediaViewInfo {
		--web-view-name: todos_movil;
		--web-view-id: todos_movil;
		--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: todos_movil;
	}
	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		border: none;
	}
	#todos_movil {
		position: absolute;
		width: 100%;
		height: auto;
		min-height: 1170px;
		background-color: rgba(255,255,255,1);
		overflow: visible;
		--web-view-name: todos_movil;
		--web-view-id: todos_movil;
		--web-scale-to-fit: true;
		--web-scale-to-fit-type: width;
		--web-scale-on-resize: true;
		--web-enable-deep-linking: true;
	}
	#Grupo_4347 {
		position: absolute;
		width: 100%;
		max-width: 490px;
		height: auto;
		/* left: 50%; */
		top: 500px;
		overflow: visible;
		/* transform: translateX(-50%); */ /* Ajusta para centrar correctamente */
		display: flex;
	    flex-wrap: wrap;
        align-content: center;
        /* justify-content: center; */
		padding-left: 10px;
        padding-right: 5px;
        gap: 5px;
	}
	.en #Grupo_4347 {
        top: 450px;
	}
	#dispositivos {
		/* position: absolute; */
		width: 100%;
		height: auto;
		/* left: 0px;
		top: 0px; */
		overflow: visible;
		--web-animation: fadein undefineds undefined;
		--web-action-type: page;
		--web-action-target: mach;
		cursor: pointer;
	}
	#dispositivos{ 
	transition: transform .2s;
	box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.05);
	border-radius: 0px;
	outline: 1px #EBEBEB solid;
	}
	
	#medicamentos {
		/* position: absolute; */
		width: 100%;
		height: auto;
		/* left: 33.7%;
		top: 0px; */
		overflow: visible;
		--web-animation: fadein undefineds undefined;
		--web-action-type: page;
		--web-action-target: hydros;
		cursor: pointer;
	}
	#medicamentos{ 
	transition: transform .2s;
	box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.05);
	border-radius: 0px;
	outline: 1px #EBEBEB solid;
	}
	

	#Insumos {
		/* position: absolute; */
		width: 100%;
		height: auto;
		/* left: 67%;
		top: 0px; */
		overflow: visible;
		--web-animation: fadein undefineds undefined;
		--web-action-type: page;
		--web-action-target: maraton;
		cursor: pointer;
	}
	#Insumos{ 
	transition: transform .2s;
	box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.05);
	border-radius: 0px;
	outline: 1px #EBEBEB solid;
	}
	

	#Grupo_4346 {
		position: absolute;
		width: 95%;
		max-width: 490px;
		height: auto;
		left: 50%;
		top: 278px;
		overflow: visible;
		transform: translateX(-50%); /* Ajusta para centrar correctamente */
	}

#conten_txt-m {
width: 32%;
background: none;
display: flex;
flex-direction: column;
align-items: center;
}
#conten_txt-m h3 {
width: 100%;
height: 50px;
padding: 5px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-family: Raleway Regular;
color: rgba(30, 107, 166, 1);
font-size: 11px;
font-weight: 600;
letter-spacing: 0.07em;
}

	#almacenamiento {
		/* position: absolute; */
		width: 100%;
		height: auto;
		/* left: 33.5%;
		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 2px 10px 1px rgba(0,0,0,0.05);
	border-radius: 0px;
	outline: 1px #EBEBEB solid;
	}
	

	#Transporte {
		/* position: absolute; */
		width: 100%;
		height: auto;
		/* 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 2px 10px 1px rgba(0,0,0,0.05);
	border-radius: 0px;
	outline: 1px #EBEBEB solid;
	}
	

	#refrigeracion {
		/* position: absolute; */
		width: 100%;
		height: auto;
		/* left: 67%;
		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 2px 10px 1px rgba(0,0,0,0.05);
	border-radius: 0px;
	outline: 1px #EBEBEB solid;
	}
	
	#olimpo-m {
		/* position: absolute; */
		width: 100%;
		height: auto;
		/* left: 67%;
		top: 0px; */
		overflow: visible;
		--web-animation: fadein undefineds undefined;
		--web-action-type: page;
		--web-action-target: olimpo;
		cursor: pointer;
	}
	#olimpo-m{ 
	transition: transform .2s;
	box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.05);
	border-radius: 0px;
	outline: 1px #EBEBEB solid;
	}

	#otros-m {
		/* position: absolute; */
		width: 100%;
		height: auto;
		/* left: 67%;
		top: 0px; */
		overflow: visible;
		--web-animation: fadein undefineds undefined;
		--web-action-type: page;
		--web-action-target: otros;
		cursor: pointer;
	}
	#otros-m{ 
	transition: transform .2s;
	box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.05);
	border-radius: 0px;
	outline: 1px #EBEBEB solid;
	}

	#Todos_los_productos {
		left: 50%;
		top: 417px;
		position: absolute;
		overflow: visible;
		width: 491px;
		height: 30px;
		line-height: 59.002201080322266px;
		margin-top: -17.001100540161133px;
		text-align: center;
		font-family: Raleway;
		font-style: normal;
		font-weight: bold;
		font-size: 25px;
		color: rgba(30,107,166,1);
		transform: translateX(-50%); /* Ajusta para centrar correctamente */
	}

.en #Todos_los_productos {
	top: 367px;
}

	#Lnea {
		left: 50%;
		top: 228px;
		position: absolute;
		overflow: visible;
		width: 491px;
		height: 24px;
		line-height: 59.002201080322266px;
		margin-top: -19.501100540161133px;
		text-align: center;
		font-family: Raleway;
		font-style: normal;
		font-weight: bold;
		font-size: 20px;
		color: rgba(30,107,166,1);
		transform: translateX(-50%); /* Ajusta para centrar correctamente */

	}
	#Producto_a_Almacenar {
		left: 50%;
		top: 445px;
		position: absolute;
		overflow: visible;
		width: 491px;
		height: 24px;
		line-height: 59.002201080322266px;
		margin-top: -19.501100540161133px;
		text-align: center;
		font-family: Raleway;
		font-style: normal;
		font-weight: bold;
		font-size: 20px;
		color: rgba(30,107,166,1);
		transform: translateX(-50%); /* Ajusta para centrar correctamente */

	}
	.en #Producto_a_Almacenar {
		left: 50%;
		top: 445px;
	}
	#Filtre_por {
		left: 50%;
		top: 450px;
		position: absolute;
		overflow: visible;
		width: 491px;
		height: 18px;
		line-height: 59.002201080322266px;
		margin-top: -22.001100540161133px;
		text-align: center;
		font-family: Raleway;
		font-style: normal;
		font-weight: normal;
		font-size: 15px;
		color: rgba(30,107,166,1);
		transform: translateX(-50%); /* Ajusta para centrar correctamente */

	}

    .en #Filtre_por { 
    	top: 400px;
    }

	#Lnea_500_f {
		fill: transparent;
		stroke: rgba(30,107,165,1);
		stroke-width: 1px;
		stroke-linejoin: miter;
		stroke-linecap: butt;
		stroke-miterlimit: 10;
		shape-rendering: auto;
	}
	.Lnea_500_f {
		overflow: visible;
		position: absolute;
		width: 490px;
		height: 1px;
		left: 0px;
		top: 253px;
		transform: matrix(1,0,0,1,0,0);
	}
	#Lnea_501 {
		fill: transparent;
		stroke: rgba(30,107,165,1);
		stroke-width: 1px;
		stroke-linejoin: miter;
		stroke-linecap: butt;
		stroke-miterlimit: 10;
		shape-rendering: auto;
	}
	.Lnea_501 {
		overflow: visible;
		position: absolute;
		width: 490px;
		height: 1px;
		left: 0px;
		top: 469px;
		transform: matrix(1,0,0,1,0,0);
	}
	#Logo_Hospitalario-07_ga {
		position: absolute;
		width: 203px;
		height: 53px;
		left: 50%;
		top: 40px;
		overflow: visible;
		--web-animation: fadein undefineds undefined;
		--web-action-type: page;
		--web-action-target: ../index;
		cursor: pointer;
		transform: translateX(-50%); /* Ajusta para centrar correctamente */

	}
	.catalogo-pdf{
		text-decoration: none;
	}

#seccion-principal-m {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 112px auto 0 auto; /* Margen superior para separar del menú */
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

#titulo-principal-m {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: rgba(30, 107, 166, 1);
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.3;
	width: 95%;
}

#texto-principal-m {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: rgba(30, 107, 166, 1);
    line-height: 1.7;
    text-align: justify;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

#texto-principal-m p {
    margin-bottom: 20px;
}

#texto-principal-m strong {
    color: rgba(30, 107, 166, 1);
    font-weight: 600;
}
#titulo-principal-m strong {
    color: rgba(30, 107, 166, 1);
    font-weight: 700;
}
#footer-placeholder-m {
	margin-top: 680px !important;
}

}

