.contact-wrap input,
  .contact-wrap textarea {
    width: 100%;
    margin-bottom: 0px;
    height: 50px;
    border: none;
    padding-left: 15px;
  }

  label {
    margin-bottom: 0;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
  }

  .alerta-erro {

    bottom: 1px;
  }

  .alerta-sucesso {



    color: #fff !important;
    font-size: 1.2em;
  }



  .filupp>input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .filupp {
    position: relative;
    background: #fff;
    display: block;
    padding: 1em;
    font-size: 1em;
    width: 100%;
    height: 3.5em;
    color: rgb(68, 68, 68);
    cursor: pointer;
    border-radius: .25rem;
  }

  .filupp:before {

    font-weight: 900;
    content: "📁";
    position: absolute;
    top: 1em;
    right: 0.75em;
    width: 2em;
    height: 1.25em;
    border-top: 0;
    text-align: center;
  }

  .filupp-file-name {
    width: 75%;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
  }




  