#home {
    
    background-image: url('../images/fondo.jpg');
    background-size: cover;
}

.imagen {
    width: auto;
    max-height: 54vh;
}

.cover-container {
    max-width: 42em;   
  }

  #contacto, #consultoria, #construccion {
      display: none;
  }

  .altura {
      height: 40vh;
  }

  .main-footer {
      display: none;
  }