:root {

	/* Colors: */
	--color-blue-darker: #030044;
	--color-blue-dark: #0046AD;
	--color-blue-light: #4B92DB;
	--color-blue-lighter: #6EE5FF;
	--color-dark: #1E1E1E;


	/* Font/text values */
	--fuente-cuerpo: Red Hat Display;
	--fuente-title: Cairo;
	--size-h2: 40px;
	--size-h3: 35px;
	--size-h4: 30px;
	--size-p: 16px;


}
@media only screen and (max-width:767px) {
	:root {

		--size-p: 16px;


	}
	
}


/* Character Styles */

