/************************************	DEFINICION DE VARIABLES CSS	************************************/
body *{
	--color1: #009fe3;
	--color2: #ffed00;
	--color3: #b8e3ff;
	
	--colorNeutro1: #fff;
	--colorNeutro2: #ecf5f8;
	--colorNeutro3: #323232;
	
	--fuente1:'Barlow', sans-serif;
}
img {
    max-width: 100%;
}