/* COSAS QUE NO VAN A CAMBIAR */
	@font-face { font-family: 'opensans'; src: url('assets/font-opensans-italic.woff2') format('woff2'), url('assets/font-opensans-italic.ttf') format('truetype');	font-weight: 100 900; font-style: italic; font-stretch: 75% 100%; font-display: swap;}
	
	@font-face { font-family: 'opensans'; src: url('assets/font-opensans.woff2') format('woff2'), url('assets/font-opensans.ttf') format('truetype');	font-weight: 100 900;	font-style: normal;	font-stretch: 75% 100%;	font-display: swap; }
	
	div { margin: 0px;	padding: 0px; }
	h1,h2,h3,h4 { text-transform: uppercase; }
	
	a {	text-decoration: none; color: #D13138; }
	p { max-width: 50%; margin: 30px auto; font-size: 1.1em;}
	
	h1 { font-family: "opensans"; font-stretch: 100%; font-weight: 100;  font-style: normal; color: #D13138;
		font-size: 3em;
	}
	
	.bold { font-stretch: 100%; font-weight: 700; font-style: normal; }
	.bold-italic { font-stretch: 100%; font-weight: 700; font-style: italic; }
	.condensed { font-stretch: 75%; font-style: normal; }
	.condensed-bold { font-stretch: 75%; font-weight: 600; font-style: normal; }
	.condensed-light { font-stretch: 75%; font-weight: 300; font-style: normal; }
	.condensed-light-italic { font-stretch: 75%; font-weight: 300; font-style: italic; }
	.condensed-semibold { font-stretch: 75%; font-weight: 400; font-style: normal; }
	.extra-bold { font-stretch: 100%; font-weight: 800; font-style: normal; }
	.extra-bold-italic { font-stretch: 100%; font-weight: 800; font-style: italic; }
	.light { font-stretch: 100%; font-weight: 300; font-style: normal; }
	.semibold-italic { font-stretch: 100%; font-weight: 600; font-style: italic; }
	
	
	.startwith-displaynone {	display: none; }
	.startwith-noopacity { opacity: 0; }
	.center { text-align: center; }
	
	html, body {	
		margin: 0px;
		padding: 0px;
	}
	
	body{
		background: white;
		width: 100%;
		height: 100%;
		font-family: "opensans";
		font-weight: normal;
		font-size: 18px;
		color: #4F4F4F;
	}