:root {
	--primary:#3a83ae;
}
#error404{
	width: 100%;
	height: 100%;
	background: white;
	position: fixed;
}

#cabeza{
	color: var(--primary);
	font-size: 8rem;
	font-weight: bold;
}
@media only screen and (max-width: 430px) {
	/* Cantidad Caja Aqua */
	.bg-aqua > div:nth-child(1) > h3:nth-child(1){
		font-size: 20px;
	}
	/* Cajas Superiores */
	.bg-aqua > div:nth-child(1),.bg-green > div:nth-child(1),.bg-yellow > div:nth-child(1),.bg-red > div:nth-child(1){
		height:100px;
	}
	/* TITULO CAJA VENTAS */
	#gventas {
		font-size: 1.6rem;
	}
	/* TITULO CAJA CALENDARIO */
	#ccitas {
		font-size: 1.6rem;
	}
	/* TITULO CAJA PRODUCTOS MAS VENDIDOS */
	#pvendidos {
		font-size: .9rem;
	}
	/* NOMBRE DE LOS PRODUCTOS */
	#pnombre {
		font-size: 1.3rem;
	}
	/* INFO PIE DE PAGINA DATATABLES */
	#DataTables_Table_0_info{
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 350px) {
	/* USUARIOS TEXTOS INPUTS */
	#inombre, #nuevoUsuario, #ipass, #sperfil, #icategoria, #cnombre, #cmail, #ctel, #cdir {
		font-size: 1.3rem;
	}
	.nuevaFoto, .nuevaImagen, #nuevaCategoria, #nuevoCodigo, #idesc, #stock, #nuevoPrecioCompra, #nuevoPrecioVenta, #cident, #cfecha {
		font-size:1rem;
	}
}
