@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
/* @-ms-viewport{width:device-width} */
@-o-viewport{width:device-width}
@viewport{width:device-width}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, figure, footer, header, nav, section, details, summary, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
  -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
sup { font-size: .6em; line-height: 1em; vertical-align: super; }
sub { font-size: .6em; line-height: 1em; vertical-align: sub; }

main, article, aside, figure, footer, header, nav, section, details, summary, figcaption {
  display: block;
  -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

textarea,
select,
input,
option,
button {
	background: none;
	font-family: fieldwork, sans-serif;
	font-weight: 400;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	padding: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "color 99999999999999s ease-out, background-color 99999999999999s ease-out";
    -webkit-transition-delay: 9999999999999s;
}
select::-ms-expand,
::-ms-clear { display: none; } /* X en campos */

html { /* Se resetea el texto para que este en 10px */
	color: #343434;
  font: 62.5% fieldwork, Arial, helvetica sans-serif;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
	/*overflow-wrap: break-word;  Probar
  word-wrap: break-word;
  hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;*/
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
*::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* remember to define focus styles! */
:focus { outline: 0; border: 0px none; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
a { text-decoration: none; }
* { -webkit-tap-highlight-color: transparent; }

@font-face {
 font-family: 'Blacker Display';
 src: url('fonts/Blacker Pro Display-Bold.eot');
 src: local('Blacker Display'), url('fonts/Blacker Pro Display-Bold.woff') format('woff'), url('Blacker Pro Display-Bold.woff2') format('truetype');
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}

/* Global Styles Li and A */
.generic-page a { color: rgba(38,38,38,1); text-decoration: underline; display: inline; background: transparent!important; padding: 0; }
.generic-page h5, .generic-page li { color: rgba(38,38,38,1); font-family: fieldwork, Arial, helvetica sans-serif; font-size: 1.8em;	line-height: 1.500em; }
.generic-page li { font-weight: 400; }
.generic-page li a { color: rgba(38,38,38,1); text-decoration: underline; display: inline; background: transparent!important; padding: 0; }
.generic-page ul,
.generic-page .download-widget ul { margin: 0 0 3rem; }
.generic-page li { position: relative; padding-left: 1em; }
.generic-page li:before { content: '-'; padding-right: .5em; position: absolute; left: 0; }

.generic-page ul li ul{
	margin-bottom: 0;
}

.generic-page ul li ul li{
	font-size: 1em;
}

@media only screen
and (min-width : 961px) {
	.Firefox .generic-page li a:hover,
  .Mozilla.v11 .generic-page li a:hover,
  .Explorer .generic-page li a:hover { color: rgba(38,38,38,.5)!important; background: transparent!important; }
  @media not all and (hover: none) {
    .generic-page li a:hover { color: rgba(38,38,38,.5)!important; background: transparent!important; }
  }
  @media not all and (hover: none) {
    .generic-page a:hover { color: rgba(38,38,38,.5)!important; background: transparent!important; }
  }
}

@media only screen
and (min-width : 0)
and (max-width : 960px) {
	.generic-page h5, .generic-page li { font-size: 1.6em; }
	.generic-page ul li ul li{
		font-size: 1em;
	}
}