/* Normalización de documento */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: #F7FAFF;
  overflow-x: hidden;
}

/* Elementos de texto */
h1 {
  font-size: 2em;
  /* margin: 0.67em 0; */
}

/* Enlaces */
a {
  background-color: transparent;
}

/* Imágenes */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Formularios */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* Listas */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Elementos de bloque */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Tipografía */
pre,
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
} 