:root {
  --color-blanco:  #fff;
  --color-verde:  #21823f;
  --color-verde-oscuro:  #0e523b;
  --color-verde-limon:  #8cc43f;
  --color-verde-negro: #000000;
  --color-plomo: #e8e6e6;



  

  --fuente-uno: 'Roboto', sans-serif;
}
@charset "UTF-8";
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, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
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;
}
button{border: none;}
video, audio {width: 100% !important;height: auto;}
input,button{-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;-webkit-border-radius:0;border-radius:0;}
input, textarea{padding: 0 8px;}
button{cursor: pointer;}
figcaption{text-align: center;margin: 0;}
html {font-size: 100%;-moz-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
img{border:0;max-width: 100%;}
*{margin: 0;padding: 0;box-sizing: border-box;-webkit-tap-highlight-color: transparent;}
*:focus {outline: 0;}
*:before, *:after {
    box-sizing: border-box;
}

html{height: 100%;font-size: 10px;}
body {
    font-family: var(--fuente-uno);
    font-weight: 400;
    color: var(--color-uno);
    background: var(--color-blanco,#fff);
    height: 100%;
    overflow-x: hidden;line-height: 1;font-size:10px;
    
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--fuente-uno);
    font-weight: 400;
    margin: 0;
}
a{transition: all 300ms ease-in-out;text-decoration:none;font-family: var(--fuente-uno);color: var(--color-uno);}
input,textarea,button,select{font-family: var(--fuente-uno);}
