@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}


/********************/
/* ESTILOS DEL BODY */
/********************/


.cl_body
{
	display: flex;
	flex-direction: column;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	overscroll-behavior-y: none;
    touch-action: pan-y;
}


/********************/
/* ESTILOS DEL MAIN */
/********************/


.cl_main 
{
	display: block;
	visibility: hidden;
	position: absolute;
	width: 100%;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 1000ms;
	transition-timing-function: ease-in-out;
}


/****************************************************/
/* ESTILOS DE LOS TEXTOS E IMÁGENES DE LOS MANUALES */
/****************************************************/


.cl_cont_des_man
{
	display: flex;
	flex-direction: column;
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	margin-top: 105px;
}

.cl_cont_texto_des_man
{
	display: block;
	width: 100%;
}

.cl_texto_des_man
{
	display: block;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 7px;
	font-family: "Helvetica";
	font-size: 30px;
 	font-weight: 600;
	color: rgb(89, 131, 167, 1);
	text-shadow: -1px 1px 0 rgb(53, 56, 73, 1), 1px 1px 0 rgb(53, 56, 73, 1), 1px -1px 0 rgb(53, 56, 73, 1), -1px -1px 0 rgb(53, 56, 73, 1);
	text-decoration: none;
 	text-transform: uppercase;
 	letter-spacing: 1px;
	white-space: nowrap;
	user-select: none;
}

.cl_cont_texto_tipo_pro
{
	display: block;
	width: 100%;
}

.cl_texto_tipo_pro
{
	text-align: center;
	padding-top: 17px;
	padding-bottom: 17px;
	font-family: "Helvetica";
	font-size: 22px;
 	font-weight: 600;
	color: rgb(89, 131, 167, 1);
	text-shadow: -1px 1px 0 rgb(53, 56, 73, 1), 1px 1px 0 rgb(53, 56, 73, 1), 1px -1px 0 rgb(53, 56, 73, 1), -1px -1px 0 rgb(53, 56, 73, 1);
	text-decoration: none;
 	text-transform: uppercase;
 	letter-spacing: 0.5px;
	white-space: nowrap;
	user-select: none;
}

#id_texto_tipo_pro_cen_tel_not_com_tab
{
	display: block;
}

#id_texto_tipo_pro_cen_tel_cel
{
	display: none;
}

#id_texto_tipo_pro_por_dig_not_com_tab
{
	display: block;
}

#id_texto_tipo_pro_por_dig_cel
{
	display: none;
}

#id_texto_tipo_pro_lla_enf_not_com_tab
{
	display: block;
}

#id_texto_tipo_pro_lla_enf_cel
{
	display: none;
}

.cl_cont_dos_texto_img_man
{
	display: flex;
	flex-direction: row;
	width: 100%;
}

.cl_cont_texto_img_man_cen
{
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin-top: 9px;
	margin-bottom: 9px;
}

.cl_cont_texto_img_man_izq
{
	display: flex;
	flex-direction: row;
	width: 50%;
	align-items: center;
	justify-content: end;
	padding-right: 20px;
	margin-top: 9px;
	margin-bottom: 9px;
}

.cl_cont_texto_img_man_der
{
	display: flex;
	flex-direction: row-reverse;
	width: 50%;
	align-items: center;
	justify-content: start;
	padding-left: 20px;
	margin-top: 9px;
	margin-bottom: 9px;
}

.cl_cont_texto_man
{
	display: block;
	width: fit-content;
	height: fit-content;
}

.cl_texto_man_izq
{
	font-family: "Helvetica";
	font-size: 19px;
 	font-weight: 500;
	color: rgb(255, 255, 255);
	padding-right: 10px;
	text-decoration: none;
 	letter-spacing: 0.5px;
	white-space: nowrap;
	user-select: none;
}

.cl_texto_man_der
{
	font-family: "Helvetica";
	font-size: 19px;
 	font-weight: 500;
	color: rgb(255, 255, 255);
	padding-left: 10px;
	text-decoration: none;
 	letter-spacing: 0.5px;
	white-space: nowrap;
	user-select: none;
}

.cl_cont_img_man
{
	display: block;
	width: fit-content;
	height: fit-content;
}

.cl_img_des_man
{
	vertical-align: middle;	
	width: 43px;
	height: 47px;	
}


/***********************************************/
/* ESTILOS DEL TEXTO DE LOS MANALES ANTERIORES */
/***********************************************/


.cl_cont_text_man_ant
{
	display: flex;
	flex-direction: column;
	position: absolute;
	width: 100%;
	height: fit-content;
	padding-top: 20px;
	padding-bottom: 20px;	
	background-color: rgb(255, 255, 255);	
}

.cl_texto_man_ant
{
	font-family: "Helvetica";
	font-size: 21px;
 	font-weight: 100;
	color: rgb(0, 0, 0);
	text-decoration: none;
 	letter-spacing: 1px;
	text-align: center;
	text-wrap: balance;
	padding-top: 10px;
	padding-bottom: 10px;
	user-select: none;
}


/*********************/
/* PUNTOS DE RUPTURA */
/*********************/


/* Dispositivos grandes como notebooks o computadoras (más de 960 px) */
@media only screen and (min-width: 961px)
{
	
}

/* Dispositivos medianos como tablets (960 px o menos) */
@media only screen and (max-width: 960px)
{
	.cl_cont_des_man
	{
		margin-top: 90px;
	}
	.cl_texto_des_man
	{
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 26px;
	}
	.cl_cont_texto_img_man
	{
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.cl_texto_tipo_pro
	{
		font-size: 21px;
	}
	.cl_cont_text_man_ant
	{
		padding-top: 16px;
		padding-bottom: 16px;	
	}
	.cl_texto_man_ant
	{
		padding-top: 8px;
		padding-bottom: 8px;
	}
}

/* Dispositivos chicos como teléfonos (768 px o menos) */
@media only screen and (max-width: 768px)
{
	.cl_cont_des_man
	{
		margin-top: 77px;
	}
	.cl_cont_dos_texto_img_man
	{
		flex-direction: column;
	}
	.cl_cont_texto_img_man
	{
		width: 100%;
		min-width: 320px;
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.cl_texto_des_man
	{
		padding-top: 7px;
		padding-bottom: 12px;
		font-size: 21px;
	}
	.cl_cont_texto_tipo_pro
	{
		padding-left: 10px;
	}
	.cl_texto_tipo_pro
	{
		text-align: start;
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 17px;
	}
	#id_texto_tipo_pro_cen_tel_not_com_tab
	{
		display: none;
	}
	#id_texto_tipo_pro_cen_tel_cel
	{
		display: block;
	}
	#id_texto_tipo_pro_por_dig_not_com_tab
	{
		display: none;
	}
	#id_texto_tipo_pro_por_dig_cel
	{
		display: block;
	}
	#id_texto_tipo_pro_lla_enf_not_com_tab
	{
		display: none;
	}
	#id_texto_tipo_pro_lla_enf_cel
	{
		display: block;
	}
	.cl_cont_texto_img_man_cen
	{
		min-width: 320px;
		justify-content: space-between;
		padding-left: 10px;
		padding-right: 9px;
	}
	.cl_cont_texto_img_man_izq
	{
		width: 100%;
		justify-content: space-between;
		padding-left: 10px;
		padding-right: 9px;
	}
	.cl_cont_texto_img_man_der
	{
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		padding-left: 10px;
		padding-right: 9px;
	}
	.cl_texto_man_izq
	{
		font-size: 14px;
		padding-right: 0;
	}
	.cl_texto_man_der
	{
		font-size: 14px;
		padding-left: 0;
	}
	.cl_img_des_man
	{
		width: 34px;
		height: 38px;
	}
	.cl_cont_text_man_ant
	{
		padding-left: 10px;
		padding-right: 9px;
		padding-top: 12px;
		padding-bottom: 12px;	
	}
	.cl_texto_man_ant
	{
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 0.5px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
}