@charset "UTF-8";

@font-face {
	font-family: 'FoundersGrotesk-Semibold';
  	src: url("../fonts/FoundersGrotesk-Semibold.otf");
	src: local("☺"),
    	 url('../fonts/FoundersGrotesk-Semibold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'FoundersCondensedMed';
  src: url("../fonts/FoundersGroteskCond-Med.otf");
	src: local("☺"),
    url('../fonts/FoundersGroteskCond-Med.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'FoundersCondensedRegular';
  src: url("../fonts/FoundersGroteskCond-Reg.otf");
	src: local("☺"),
    	url('../fonts/FoundersGroteskCond-Reg.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'FoundersLight';
  src: url("../fonts/FoundersGrotesk-Light.otf");
	src: local("☺"),
    	url('../fonts/FoundersGrotesk-Light.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'FoundersLightItalic';
  src: url("../fonts/FoundersGrotesk-LightItalic.otf");
	src: local("☺"),
    	url('../fonts/FoundersGrotesk-LightItalic.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'FoundersGroteskXCond-SmBold';
  src: url("../fonts/FoundersGroteskXCond-SmBd.otf");
  src: local("☺"),
      url('../fonts/FoundersGroteskXCond-SmBd.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FoundersGroteskXCond-Bold';
  src: url("../fonts/FoundersGroteskXCond-Bold.otf");
  src: local("☺"),
      url('../fonts/FoundersGroteskXCond-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}





/*  /////////    */
		


/*estilos genericos*/

h1 {
	font-family: "FoundersCondensedRegular", "Helvetica", Arial, Sans-Serif;
	color:white;
	font-size:24px;
}
h2 {
	font-family: "FoundersCondensedRegular", "Helvetica", Arial, Sans-Serif;
	color:white;
	font-size:22px;
}
h3 {
	font-family: "FoundersCondensedRegular", "Helvetica", Arial, Sans-Serif;
	color:white;
	font-size:20px;
}
h4 {
	font-family: "FoundersCondensedRegular", "Helvetica", Arial, Sans-Serif;
	color:white;
	font-size:18px;
}
h5 {
	font-family: "FoundersCondensedRegular", "Helvetica", Arial, Sans-Serif;
	color:black;
	font-size:16px;
}
h6 {
	font-family: "FoundersCondensedRegular", "Helvetica", Arial, Sans-Serif;
	color:white;
	font-size:14px;
}

p {
	font-family: "FoundersCondensedRegular", "Helvetica", Arial, Sans-Serif;
	color:white;
	font-size:19px;
  font-style:normal;
}

table {
	font-family: "Helvetica", Arial, Sans-Serif;
	color:white;
	font-size:12px;
}

label{
	font-family: "FoundersCondensedRegular", "Helvetica", Arial, Sans-Serif;
	color:white;
	font-size:14px;
	position: relative;
	top: 3px;
}