@charset "utf-8";
/* CSS Document */
.contenedorMedicamentos{
	display:flex;
	width:100%;
	max-width: 1400px;
	background-color: white;
	margin: 0 auto;
	box-sizing: border-box;
	flex-flow: column wrap;
}
.tiMed{
	font-size:1.5em;
	color:#24388A;
	width:100%;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
}
.conMed{
	display:flex;
	width: 100%;
	box-sizing: border-box;
	padding: 16px;
	background-color: white;
	flex-flow: row wrap;
	justify-content: center;
}
.itMed{
	width:calc(33.3% - 16px);
	margin: 8px;
	position: relative;
	display: flex;
	flex-flow: column wrap;
}
.imMed{
	width:100%;
	box-sizing: border-box;
}
.liMed{
	background-color:#F50000;
	color: white;
	width: 100%;
	margin: 0px 0% 0px;
	text-align: center;
	box-sizing: border-box;
	padding: 14px;
	border-radius:0px;
	text-decoration: none;
}
.liMed:hover{
	background-color:#de0000;
}
.itTiMe{
	width: 100%;
	text-align: center;
	font-size:1.2em;
	color: #24388A;
	font-weight:bold;
	box-sizing: border-box;
	padding:7px 7px 0px;
}
.susSmall{
	text-align: center;
}
.deMed{
	color:#292828;
	width: 100%;
	padding:0px 7px 7px;
	box-sizing: border-box;
	text-align: center;
}
.prMed{
	width:100%;
	text-align: center;
	font-size: 1.5em;
	color:#F50000;
	font-weight: normal;
}
.icDesc{
	box-sizing: border-box;
	position: absolute;
	top: 5%;
	left: 5%;
	width: 2em;
	height: 2em;
	/*padding: 14px;*/
	border-radius: 2em;
	/*background-color: #F50000;*/
	background: rgb(255,2,2);
	background: radial-gradient(circle, rgba(255,2,2,1) 0%, rgba(211,1,1,1) 60%, rgba(142,0,0,1) 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bolder;
	font-size: 4em;
	border: solid #FFFFFF 4px;
	-webkit-transform: rotate(-15deg); 
	-moz-transform: rotate(-15deg);
	flex-flow: row wrap;
	font-family: 'Bebas Neue', sans-serif;
	-webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.45); 
	box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.45);
}
.nuDes{
	position: absolute;
	top:.08em;
	/*right: .15em;*/
	color: white;
	text-shadow: 0px 0px 5px rgba(0,0,0,.5);
	
}
.tiDes{
	font-size: .38em;
	font-family: 'Bebas Neue', sans-serif;
	padding: 2.5px;
	position: absolute;
	bottom: 4px;
	box-sizing: border-box;
	background-color: #24388A;
	border-radius: 5px;
	color: #FFFFFF;
}
.prDes{
	 text-decoration:line-through;
	color: grey;
}

/*-----------------------------*/
.coMedFn{
	display:flex;
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	background-color: white;
	margin: 24px auto;
	position: relative;
}

.contenedorMedicamentoFinal{
	display:flex;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	position: relative;
}
.imagenFin{
	width:50%;
	box-sizing: border-box;
}
.contInfoFin{
	width:50%;
	box-sizing: border-box;
	padding: 14px;
}
.nobreFin{
	font-size:2em;
	color: #24388A;
	box-sizing: border-box;
	
}
.sustanciaFin{
	color:#232323;
	font-size: 1em;
	box-sizing: border-box;
}
.funcionFin{
	color:#232323;
	font-size: 1em;
	box-sizing: border-box;
	padding: 14px 0px;
}
.contraFin{
	color:#232323;
	font-size: 1em;
	box-sizing: border-box;
	padding: 0px 0px 14px;
}
.precioFin{
	color:#F50000;
	font-size:2em;
	box-sizing: border-box;
	padding: 14px 0px;
}
.prDesFin{
	 text-decoration:line-through;
	color: grey;
}

.icDescFin{
	box-sizing: border-box;
	position: absolute;
	top: 5%;
	left:2%;
	width: 2em;
	height: 2em;
	/*padding: 14px;*/
	border-radius: 2em;
	/*background-color: #F50000;*/
	background: rgb(255,2,2);
	background: radial-gradient(circle, rgba(255,2,2,1) 0%, rgba(211,1,1,1) 60%, rgba(142,0,0,1) 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bolder;
	font-size: 4em;
	border: solid #FFFFFF 4px;
	-webkit-transform: rotate(-15deg); 
	-moz-transform: rotate(-15deg);
	flex-flow: row wrap;
	font-family: 'Bebas Neue', sans-serif;
	-webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.45); 
	box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.45);
}
.nuDesFin{
	position: absolute;
	top:.08em;
	/*right: .15em;*/
	color: white;
	text-shadow: 0px 0px 5px rgba(0,0,0,.5);
	
}
.tiDesFin{
	font-size: .38em;
	font-family: 'Bebas Neue', sans-serif;
	padding: 2.5px;
	position: absolute;
	bottom: 4px;
	box-sizing: border-box;
	background-color: #24388A;
	border-radius: 5px;
	color: #FFFFFF;
}
.prDesFin{
	 text-decoration:line-through;
	color: grey;
}
/*-----------------------------*/

/*------------------------------*/
@media only screen and (max-width: 1280px) {
	.icDesc{
	top: 5%;
	left: 5%;
	width: 1.9em;
	height: 1.9em;
	border-radius: 1.9em;
	font-size: 3em;
	}

	.tiDes{
		font-size: .32em;
	}
	
	/*-------------------------------------*/
	.icDescFin{
	top: 5%;
	left: 5%;
	width: 1.9em;
	height: 1.9em;
	border-radius: 1.9em;
	font-size: 3em;
	}

	.tiDesFin{
		font-size: .32em;
	}
	/*---------------------------------*/
}
		
@media only screen and (max-width: 768px) {	
	.prMed{
	font-size: 1em;
	}
	.itMed{
	width:calc(50% - 16px);
	margin: 8px;
	position: relative;
	display: flex;
	flex-flow: column wrap;
	}
	.itTiMe{
	font-size:1.2em;
	font-weight:bold;
		text-align: center;
	}	
	.icDesc{
	top: 3%;
	}
	.liMed{
	width: 100%;
	margin: 0px 0% 0px;
	box-sizing: border-box;
	font-size: .9em;
	padding: 6px;
	}
	/*-----------------------------*/
	.contenedorMedicamentoFinal{
	display:flex;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	position: relative;
	flex-flow: row wrap;
	}
	.imagenFin{
	width:100%;
	box-sizing: border-box;
	}
	.contInfoFin{
	width:100%;
	box-sizing: border-box;
	padding: 14px;
	}
	.nobreFin{
	font-size:1.5em;
	color: #24388A;
	box-sizing: border-box;
	
	}
.sustanciaFin{
	color:#232323;
	font-size: 1em;
	box-sizing: border-box;
}
.funcionFin{
	color:#232323;
	font-size: 1em;
	box-sizing: border-box;
	padding: 14px 0px;
}
.contraFin{
	color:#232323;
	font-size: 1em;
	box-sizing: border-box;
	padding: 0px 0px 14px;
}
.precioFin{
	font-size:1.5em;
}
	.icDescFin{
	top: 2%;
	}
	/*-----------------------------*/
	
}
		
@media only screen and (max-width: 576px) {
	.itMed{
	width:calc(50% - 8px);
	margin: 4px;
	margin-bottom: 30px;
	}
	.itTiMe{
	font-size:.8em;
	font-weight:normal;
	}
	.liMed{
	border-radius:0px;
	}
	
	.icDesc{
	top: 1%;
	left: 3%;
	width: 1.75em;
	height: 1.75em;
	border-radius: 1.75em;
	font-size: 1.9em;
    border: solid #FFFFFF 2px;
	}
	
	.nuDes{
	position: absolute;
	top:0em;
	/*right: .15em;*/
	color: white;
	text-shadow: 0px 0px 5px rgba(0,0,0,.5);
	}

	.tiDes{
	font-size:.3em;
	bottom: 1px;

	}
	/*----------------------------*/
}
/*------------------------------*/