/* 📱 MODO FLOTANTE EN PANTALLAS PEQUEÑAS */
/* 📱 Responsive */
@media (max-width: 1023px) {
	UL{}

	#GBotones 
	{
		bottom: 10px;
		left: 10px;
		right: 10px;
		padding: 10px;
		border-radius: 12px;
		z-index: 9999;
		grid-template-columns: repeat(3, 1fr);
		padding: 0px 20px 0px 70px;
	}
	
	#GBotones button {
		font-size: 50px;
	}

	.TextPrecio {
		font-size: 50px;
		max-width: 100%;
	}

	.tblDatos
	{
		display:none;
	}

	.Tabla
	{
		font-size:24px;
	}

	.ClasstblComprastdVinculo
	{
		width: 120px;
		height: 120px;
		background-size: 90px 90px;
	}

	input[type="number"]
	{
		font-size:24px;
	}

	.Informacion
	{
		display: inline;
	}

	.Informacion > div:nth-child(2)
	{
		height:125px;
	}
}