/* ===================================================================
* fonts
*
* graphik
*
* ------------------------------------------------------------------- */
@font-face {
  font-family: 'GraphikRegular';
  src: url("../fonts/GraphikMedium.eot");
  src: url("../fonts/GraphikRegular.eot") format("embedded-opentype"), url("../fonts/GraphikRegular.woff2") format("woff2"), url("../fonts/GraphikRegular.woff") format("woff"), url("../fonts/GraphikRegular.ttf") format("truetype"), url("../fonts/GraphikRegular.svg#GraphikRegular") format("svg"); }
@font-face {
  font-family: 'GraphikMedium';
  src: url("../fonts/GraphikMedium.eot");
  src: url("../fonts/GraphikMedium.eot") format("embedded-opentype"), url("../fonts/GraphikMedium.woff2") format("woff2"), url("../fonts/GraphikMedium.woff") format("woff"), url("../fonts/GraphikMedium.ttf") format("truetype"), url("../fonts/GraphikMedium.svg#GraphikMedium") format("svg"); }
/* ===================================================================
* # vars
*
* ------------------------------------------------------------------- */
/* ====
* # colors
* ---- */
/* ====
* # fonts features
* ---- */
/* ====
* # fonts
* ---- */
/* Usado en labels */
/* Para bloques largos de text */
/* Botones */
/* http://meyerweb.com/eric/tools/css/reset/
v5.0.1 | 20191019
License: none (public domain)
*/
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block; }

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none; }

body {
  line-height: 1; }

menu,
ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  scroll-behavior: smooth; }

body {
  background-color: #fff;
  font-size: 14px;
  font-family: "GraphikRegular", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0;
  position: relative; }

html, body {
  height: 100%; }

/* ------------------------------------------------------------------- 
* ## links 
* ------------------------------------------------------------------- */
a {
  text-decoration: none;
  line-height: inherit; }

a img {
  border: none; }

/* ------------------------------------------------------------------- 
* ## Media
* ------------------------------------------------------------------- */
img,
video {
  max-width: 100%;
  height: auto; }

/*# sourceMappingURL=base.css.map */
