@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 HEADER */
/**********************/


.cl_header
{
	display: flex;
	visibility: hidden;
	flex-direction: row;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 1000ms;
	transition-timing-function: ease-in-out;
}

.cl_cont_logo_textos_menu_header
{
 	display: flex;
	width: 100%;
	height: inherit;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	transition-property: all;
	transition-duration: 500ms;
	transition-timing-function: ease-in-out;
}

.cl_cont_img_logo_header
{
 	display: flex;
	width: 39%;
	height: inherit;
	min-width: 411px;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

.cl_img_logo_header
{
	pointer-events: none;
	user-select: none;
	transition-property: all;
	transition-duration: 500ms;
	transition-timing-function: ease-in-out;
}

.cl_cont_caja_textos_header
{
 	display: flex;
  	width: 61%;
	height: inherit;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

.cl_caja_textos_header
{
 	display: flex;
	flex-wrap: wrap;
	align-self: center;
	justify-content: center;
	background-color: transparent;
}

@media (hover: none) and (pointer: coarse)
{
	#id_caja_textos_header_mouse
	{
		display: none;
	}
	#id_caja_textos_header_pan_tac
	{
		display: flex;
	}
}

@media (hover: hover) and (pointer: fine)
{
	#id_caja_textos_header_mouse
	{
		display: flex;
	}
	#id_caja_textos_header_pan_tac
	{
		display: none;
	}
}

.cl_cont_texto_header
{
	margin-left: 10px;
	margin-right: 10px;
	align-self: center;
	white-space: nowrap;
	background-color: transparent;
}

@media (hover: none) and (pointer: coarse)
{
	.cl_texto_header
	{
		vertical-align: middle;
		font-family: "Poppins", "Helvetica";
		font-size: 17px;
		font-weight: 400;
		color: rgb(255, 255, 255);
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 1px;
		white-space: nowrap;
		user-select: none;
	}
}

@media (hover: hover) and (pointer: fine)
{
	.cl_texto_header
	{
		vertical-align: middle;
		font-family: "Poppins", "Helvetica";
		font-size: 17px;
		font-weight: 400;
		color: rgb(255, 255, 255);
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 1px;
		white-space: nowrap;
		user-select: none;
		transition-property: color;
		transition-duration: 250ms;
		transition-timing-function: ease-in-out;
	}	
	.cl_texto_header:hover
	{
		color: rgb(255, 255, 255, 0.5);
	}
	.cl_texto_header:hover > img
	{
		opacity: 0.5;
	}
}

.cl_cont_img_menu_header
{
 	display: none;
	width: 61%;
	height: inherit;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

.cl_img_menu_header
{
	height: 16px;
	width: auto;
	user-select: none;
}

.cl_img_menu_header:hover
{
	cursor: pointer;
}

.cl_menu_header
{
	display: flex;
	visibility: hidden;
	position: absolute;	
	flex-direction: column;
	/* justify-content: center; */
	border-color: rgb(42, 71, 90, 0.9);
	border-width: 1px;
    border-style: solid;
	background-color: rgb(89, 131, 167, 0.9);
}

#id_menu_header
{
	display: none;
	overflow-x: hidden;
	overflow-y: hidden;
}

.cl_cont_op_menu_header
{
	height: auto;
}

@media (hover: none) and (pointer: coarse)
{
	.cl_cont_texto_menu_header
	{
		display: flex;
		padding-top: 5px;
		padding-bottom: 5px;	
		padding-left: 11px;
		padding-right: 11px;
		justify-content: space-between;
		text-decoration: none;
		background-color: transparent;
	}
}

@media (hover: hover) and (pointer: fine)
{
	.cl_cont_texto_menu_header
	{
		display: flex;
		padding-top: 5px;
		padding-bottom: 5px;	
		padding-left: 11px;
		padding-right: 11px;
		justify-content: space-between;
		text-decoration: none;
		background-color: transparent;
	}	
	.cl_cont_texto_menu_header:hover
	{
		background-color: rgb(68, 109, 153, 1);
	}
	.cl_cont_texto_menu_header:hover > p
	{
		color: rgb(255, 255, 255, 0.5);
	}
}

.cl_texto_menu_header
{
	vertical-align: middle;
	font-family: "Poppins", "Helvetica";
	font-size: 14px;
 	font-weight: 500;
	color: rgb(255, 255, 255, 1);
	text-decoration: none;
 	letter-spacing: 1.5px;
	white-space: nowrap;
	user-select: none;
}

.cl_img_ab_ce_op_menu_header
{
	vertical-align: middle;
	text-align: end;
 	width: 20px;
	height: 20px;
	user-select: none;
}

.cl_sep_op_menu_header
{
	height: 1px;
	background-color: rgb(68, 109, 153, 1);
}

.cl_img_flecha_productos
{
	vertical-align: middle;
 	width: 11px;	
	height: auto;
	opacity: 1;
	user-select: none;
	transition-property: opacity;
	transition-duration: 250ms;
	transition-timing-function: ease-in-out;
}


/**************************************/
/* ESTILOS DE LA VENTANA DE PRODUCTOS */
/**************************************/


.cl_ventana_productos
{
	position: absolute;
	display: flex;
	visibility: hidden;
	flex-direction: row;
	justify-content: center;
	border-color: rgb(42, 71, 90, 0.9);
	border-width: 1px;
    border-style: solid;
	background-color: rgb(89, 131, 167, 0.9);
}

.cl_cont_texto_ven_pro_tipo
{
	display: flex;
	flex-direction: column;
	align-self: start;
	text-align: center;
	margin-left: 15px;	
 	margin-right: 15px;
	background-color: transparent;
}

@media (hover: none) and (pointer: coarse)
{
	.cl_caja_texto_ven_pro
	{
		display: block;
		width: fit-content;
		height: auto;
		text-decoration: none;
		align-self: center;
		background-color: transparent;	
	}
}

@media (hover: hover) and (pointer: fine)
	{
	.cl_caja_texto_ven_pro
	{
		display: block;
		width: fit-content;
		height: auto;
		text-decoration: none;
		align-self: center;
		background-color: transparent;	
	}
	.cl_caja_texto_ven_pro:hover > div > span
	{
		color: rgb(255, 255, 255, 0.5);
	}
}

.cl_cont_texto_ven_pro
{
	margin-top: 2px;	
 	margin-bottom: 2px;
	background-color: transparent;
}

.cl_texto_ven_pro_prin
{
	vertical-align: middle;
	font-family: "Helvetica";
	font-size: 17px;
 	font-weight: 600;
	color: rgb(255, 255, 255, 1);
	text-decoration: none;
 	letter-spacing: 1.5px;
	white-space: nowrap;
	text-shadow: -1px 1px 0 rgb(42, 71, 90, 0.9), 1px 1px 0 rgb(42, 71, 90, 0.9), 1px -1px 0 rgb(42, 71, 90, 0.9), -1px -1px 0 rgb(42, 71, 90, 0.9);
	user-select: none;
	transition-property: color;
	transition-duration: 250ms;
	transition-timing-function: ease-in-out;
}

.cl_texto_ven_pro_tipo
{
	vertical-align: middle;
	font-family: "Poppins", "Helvetica";
	font-size: 17px;
 	font-weight: 400;
	color: rgb(255, 255, 255, 1);
	text-decoration: none;
 	letter-spacing: 1px;
	white-space: nowrap;
	user-select: none;
	transition-property: color;
	transition-duration: 250ms;
	transition-timing-function: ease-in-out;
}


/**********************/
/* ESTILOS DEL FOOTER */
/**********************/


.cl_footer
{
	display: flex;
	visibility: hidden;
	flex-direction: column;
	position: absolute;
	width: 100%;
	background-color: rgb(66, 122, 165, 1);
	opacity: 0;
	transition-property: opacity;
	transition-duration: 1000ms;
	transition-timing-function: ease-in-out;
}

.cl_cont_logo_textos_contacto_footer
{
 	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: start;
	background-color: transparent;
}

.cl_cont_logo_footer
{
 	display: flex;
	width: 320px;
	margin-top: 56px;
	align-items: start;
	justify-content: center;
	background-color: transparent;
}

.cl_img_logo_footer
{
 	width: 225px;
	height: 44px;
	pointer-events: none;
	user-select: none;
}

.cl_cont_textos_contacto_footer
{
 	display: flex;
	flex-direction: column;
	width: fit-content;
	height: auto;
	background-color: transparent;
}

.cl_cont_texto_footer_not_com_tab
{
	display: flex;
	width: fit-content;
	height: auto;
	background-color: transparent;
}

.cl_cont_texto_footer_cel
{
	display: none;
	flex-direction: row;
	width: fit-content;
 	height: auto;
	background-color: transparent;
}

.cl_cont_texto_campo_footer_cel
{
	width: fit-content;
 	height: auto;
	margin-left: 10px;
}

.cl_cont_texto_desc_footer_cel
{
	width: fit-content;
 	height: auto;
	margin-left: 5px;
}

.cl_cont_link_img_texto_footer
{
	display: flex;
	align-items: center;
	width: fit-content;
	margin-top: 14px;
	margin-bottom: 14px;
	text-decoration: none;
	background-color: transparent;
}

.cl_cont_img_texto_footer
{
	display: flex;
	align-items: center;
    justify-content: start;
	background-color: transparent;
}

.cl_img_email_footer
{
 	width: 48px;
	height: auto;
	user-select: none;
}

.cl_img_tel_footer
{
 	width: 43px;
	height: auto;
	user-select: none;
}

.cl_texto_footer
{
	font-family: "Helvetica";
	font-size: 18px;
 	font-weight: 500;
	color: rgb(255, 255, 255, 1);
	text-decoration: none;
 	letter-spacing: 1px;
	white-space: nowrap;
	user-select: none;
}

.cl_texto_footer > u
{
	font-family: "Helvetica";
	font-size: 18px;
 	font-weight: 500;
	color: rgb(255, 255, 255, 1);
 	letter-spacing: 1px;
	white-space: nowrap;
	user-select: none;
	text-underline-offset: 3px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-color: rgb(255, 255, 255, 1);
	text-decoration-thickness: 2px;
}

#id_texto_dir_footer_not_com_tab
{
	padding-top: 54px;
	padding-bottom: 14px;
}

#id_texto_hor_ate_footer_not_com_tab
{
	padding-top: 14px;
	padding-bottom: 14px;
}

#id_texto_email_footer
{
	padding-left: 10px;
}

#id_texto_tel_footer
{
	padding-left: 14px;
}

.cl_sep_footer
{
	margin-left: 30px;
	margin-right: 30px;
	height: 2px;
	width: auto;
	margin-top: 40px;
	margin-bottom: 24px;
	color: rgb(255,255,255,1);
}

.cl_cont_texto_der_autor_footer
{
	display: flex;
	flex-direction: row;
	margin-bottom: 86px;
	align-items: center;
	padding-left: 30px;
	padding-right: 30px;
    justify-content: space-between;
	background-color: transparent;
}

.cl_texto_der_autor_footer
{
	display: block;
	font-family: "Helvetica";
	font-size: 15px;
 	font-weight: 500;
	color: rgb(255, 255, 255, 1);
	text-decoration: none;
 	letter-spacing: 1px;
	white-space: nowrap;
	user-select: none;
}

.cl_texto_autor
{
 	font-weight: 600;
}


/************************/
/* ESTILOS DEL WHATSAPP */
/************************/


.cl_cont_logo_whatsapp
{
	display: block;
	visibility: hidden;
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-color: transparent;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 1000ms;
	transition-timing-function: ease-in-out;
}

.cl_cont_logo_whatsapp:hover
{
	cursor: pointer;
}

.cl_img_logo_whatsapp
{
	vertical-align: middle;
	height: 68px;
	width: auto;
	user-select: none;
}

.cl_ven_texto_whatsapp
{
	display: block;
	position: fixed;
	align-content: center;
	right: 78px;
	bottom: 10px;
	height: 68px;
	padding-left: 7px;
	padding-right: 7px;
	opacity: 0;
	visibility: hidden;
	transition-property: opacity, visibility;
	transition-duration: 250ms;
	transition-timing-function: ease-in-out;
	background-color: transparent;
}

.cl_ven_texto_whatsapp:hover
{
	cursor: pointer;
}

.cl_cont_texto_whatsapp
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 2px;
	border-color: rgb(255, 255, 255, 1);
	border-width: 5px;
    border-style: solid;
	border-radius: 15px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
	background: linear-gradient(rgb(91, 211, 102, 1), rgb(38, 179, 70, 1));
}

.cl_texto_whatsapp
{
	vertical-align: middle;
	font-family: "Poppins", "Helvetica";
	font-size: 16px;
 	font-weight: 600;
	color: rgb(255, 255, 255, 1);
	text-decoration: none;
 	letter-spacing: 1px;
	white-space: nowrap;
	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_caja_textos_header
	{
		display: none;
	}
	.cl_cont_img_logo_header
	{
		min-width: 332px;
		align-self: start;
	}
	.cl_cont_img_menu_header
	{
		display: flex;
		align-self: start;
	}
	#id_menu_header
	{
		display: flex;
	}
	.cl_cont_logo_textos_contacto_footer
	{
		flex-direction: column;
		padding-top: 16px;
	}
	.cl_cont_logo_footer
	{
		margin-top: 0;
		width: 100%;
	}
	.cl_img_logo_footer
	{
		width: 225px;
		height: 44px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#id_texto_dir_footer_not_com_tab
	{
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 20px;
	}
	#id_texto_hor_ate_footer_not_com_tab
	{
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 20px;
	}
	.cl_cont_link_img_texto_footer
	{
		margin-top: 12px;
		margin-bottom: 12px;
		margin-left: 20px;
	}
	.cl_sep_footer
	{
		margin-top: 23px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.cl_cont_texto_der_autor_footer
	{
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Dispositivos chicos como teléfonos (768 px o menos) */
@media only screen and (max-width: 768px)
{	
	.cl_cont_img_logo_header
	{
		min-width: 272px;
		justify-content: flex-start;
		padding-left: 10px;
	}
	.cl_cont_tipo_producto
	{
		height: 653px;	
	}
	.cl_cont_pro_flechas_des
	{
		height: 603px;	
	}
	.cl_img_logo_footer
	{
		width: 180px;
		height: 34px;
		margin-top: 16px;
		margin-bottom: 16px;		
	}
	.cl_texto_footer
	{
		font-size: 16px;
		white-space: pre;
	}
	.cl_texto_footer > u
	{
		font-size: 16px;
		white-space: pre;
		text-underline-offset: 2px;
		text-decoration-thickness: 1px;
	}
	.cl_cont_texto_footer_not_com_tab
	{
		display: none;	
	}	
	.cl_cont_texto_footer_cel
	{
		display: flex;
	}
	#id_cont_texto_dir_footer_cel
	{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#id_cont_texto_hor_ate_footer_cel
	{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.cl_cont_link_img_texto_footer
	{
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	.cl_sep_footer
	{
		margin-top: 18px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.cl_texto_der_autor_footer
	{
		font-size: 13px;
	}
	.cl_cont_texto_der_autor_footer
	{
		flex-direction: column;
		align-items: flex-start;
		padding-left: 10px;
		padding-right: 10px;
	}	
}

/* Dispositivos chicos como teléfonos chicos (menos de 500 px) */
@media only screen and (max-width: 499px)
{
	
}