

.fondo-blur{
    background: url("/static/img/fondoweb.jpg")
  }
  
  h5{
    text-align: center;  
    font-weight: bold;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
  }
  
  
  #content {
    position: relative;
    min-height: 100vh;
  }
  
  #content-wrap {
    padding-bottom: 2.5rem;    /* altura de pie de página */
  }
  
  #footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;            /* altura de pie de página */
  }
  
  
  
  
  /*form{
    margin-top: 10%;
    text-align: center;
  }*/
  
  
  