/************************************	DEFINICION DE VARIABLES CSS	************************************/
body *{
	--color1: #d3af37;
	--color2: #211915;
	--color3: #e5dab4;
	
	--colorNeutro1: #fff;
	--colorNeutro2: #e2e2e2;
	--colorNeutro3: #323232;
	
	--fuente1:"Quicksand";
}
img {
    max-width: 100%;
}