body,h1 {font-family: "Inconsolata", sans-serif}

body, html {height: 100%}

.bgimg {
  background-image: url('../img/fondo_home_3.jpg');
  min-height: 100%;
  background-position: center;
  background-size: cover;
}

.bgimg h1{
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
}

