.btn-file {
    position: relative;
    overflow: hidden;
  }
  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 50%;
    min-height: 50%;
    font-size: 80px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
  }

.logueo {
  z-index: -1;
}

.logeop{
  opacity: 0.8;
}

  .puesto {
    width: 100%
    ;
  }

  .departamento {
    width: 100%;
  }

  .sucursal {
    width: 100%;
  }

  .sexo {
    width:100%;
  }

  .logoInicio {
    height: 100px;
  }

  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }

  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }

  .autocomplete-suggestions { 
    border: 1px solid #ccc; 
    max-height: 200px; 
    overflow-y: auto; 
    position: fixed;
    z-index: 1; 
  } 
  .autocomplete-suggestion { 
    padding: 8px; 
    cursor: pointer; 
    background-color: white; 
  } 
  .autocomplete-suggestion:hover { 
    background-color: #e9e9e9; 
  }
  