* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  box-sizing: border-box;
  font-size: 62.5%; }

*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

html, body {
  position: relative;
  height: 100%; }

body {
  font-size: 1.6rem; }

main {
  min-height: 100vh; }

#home header .bienvenida span {
  display: flex;
  justify-content: center;
  font-weight: bold;
  align-items: center;
  margin: 1; }

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