@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 DE LAS ESPECIFICACIONES, EQUIPAMIENTO, OPCIONALES Y PRESTACIONES */
/****************************************************************************/


.cl_cont_esp_equi_op_pres
{
	display: flex;
	flex-direction: column;
	position: absolute;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 31px;
	background-color: rgb(218, 218, 218);
}

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

#id_texto_esp_not_com_tab
{
	display: block;
}
	
#id_texto_esp_cel
{
	display: none;
}

#id_texto_op_not_com_tab
{
	display: block;
}
	
#id_texto_op_cel
{
	display: none;
}

#id_texto_pres_not_com_tab
{
	display: block;
}
	
#id_texto_pres_cel
{
	display: none;
}

.cl_cont_textos_esp_equi_op_pres_not_com_tab
{
	display: flex;
	flex-direction: column;
}

.cl_cont_textos_esp_equi_op_pres_cel
{
	display: none;
	flex-direction: column;
	list-style-type: none;
	gap: 8px;
	padding-left: 19px;
	padding-top: 3px;
	padding-bottom: 4px;
	margin-right: 10px;
}

.cl_cont_textos_esp_equi_op_pres_cel .cl_texto_esp_equi_op_pres_cel:before
{
	content: "-";
	position: absolute;
	margin-left: -10px;
}

.cl_texto_esp_equi_op_pres_cel
{
	font-family: "Helvetica";
	font-size: 14px;
 	font-weight: 500;
	color: rgb(0, 0, 0, 1);
	text-decoration: none;
 	letter-spacing: 0.5px;
	white-space: nowrap;
	user-select: none;
	text-wrap: wrap;
	text-justify: inter-character;
}

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

.cl_cont_texto_esp_equi_op_pres_cen
{
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: transparent;
}

.cl_cont_texto_esp_equi_op_pres_izq
{
	display: flex;
	flex-direction: column;
	width: 50%;
	align-items: end;
	padding-right: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: transparent;
}

.cl_cont_texto_esp_equi_op_pres_der
{
	display: flex;
	flex-direction: column;
	width: 50%;
	align-items: start;
	padding-left: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: transparent;
}

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


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


/* Dispositivos chicos como teléfonos (768 px o menos) */
@media only screen and (max-width: 768px)
{
	.cl_cont_esp_equi_op_pres
	{
		padding-top: 19px;
		padding-bottom: 28px;
	}
	.cl_texto_esp_equi_op_pres
	{
		text-align: start;
		padding-left: 10px;
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 16px;
	}
	#id_texto_esp_not_com_tab
	{
		display: none;
	}
	#id_texto_esp_cel
	{
		display: block;
	}
	#id_texto_op_not_com_tab
	{
		display: none;
	}
	#id_texto_op_cel
	{
		display: block;
	}
	#id_texto_pres_not_com_tab
	{
		display: none;
	}
	#id_texto_pres_cel
	{
		display: block;
	}
	.cl_cont_textos_esp_equi_op_pres_not_com_tab
	{
		display: none;
	}
	.cl_cont_textos_esp_equi_op_pres_cel
	{
		display: flex;
	}
	.cl_cont_dos_textos_esp_equi_op_pres
	{
		flex-direction: column;
	}
	.cl_cont_texto_esp_equi_op_pres_cen
	{	
		align-items: start;
		padding-left: 10px;
	}
	.cl_cont_texto_esp_equi_op_pres_izq
	{
		width: 100%;
		align-items: start;
		padding-left: 10px;
		padding-right: 0;
	}
	.cl_cont_texto_esp_equi_op_pres_der
	{
		width: 100%;
		padding-left: 10px;
	}
	.cl_texto_desc_esp_equi_op_pres
	{
		font-size: 14px;
	}
}