body{
    background-color: #EDE9E6;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* HEADER */

main{
    display: flex;
    justify-content: center;
    /* padding: 250px 0 145px 0; */
    overflow: hidden;
}
.linhas1{
    position: absolute;
    top: -10px;
    left: -420px;
    width: 700px!important;
    z-index: -1!important;
}
.formulario{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    background-color: white;
    padding: 20px 30px;
    margin: 100px 0 0 0;
    width: 70vw;
    max-width: 1000px;
    
}
.formulario > form {
    width: -webkit-fill-available;
    z-index: 5;
}

.form-group{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}
.form-group >label{
    font-size: 1.3rem;
    height: 38px;
    background-color: rgb(177, 177, 177);
    min-width: 105px;
    border: 1px solid #A5A5A5;
    border-right: 0;
    border-radius: 5px 0px 0px 5px;
    margin: 0;
    text-align: center;
    /* font-size:1.3rem;
    height: 38px;
    background-color: rgb(177, 177, 177);
    width: 110px;;
    border: 1px solid #A5A5A5;
    border-right: 0;
    border-radius: 5px 0px 0px 5px;
    margin: 0;
    padding: 2px 0 0 15px; */
}
.form-group > input{
    width: -webkit-fill-available;
    border: 1px solid #A5A5A5;
    border-left: 0;
    border-radius: 0px 5px 5px 0px;
    margin: 0;
    padding: 0 0 0 10px;
}
.custom-file{
    margin: 0 0 0 15px;
}
.custom-file >label{
    background-color: white;
    border: 1px solid #A5A5A5;
    border-radius: 5px;
    /* height: 38px; */
}
.custom-file > input{
    width: -webkit-fill-available;
    border: 1px solid #A5A5A5;
    border-radius: 0 5px 5px 0;
}

.btn{
    background-color: #E28511;
    border: 1px #E28511 solid;
    font-size: 1.2rem;
    margin-top: 5px;
    padding: 3px 15px 7px 15px;
    border-radius: 0px!important;
}
.btn:hover{
    background-color: #ffae00;
    border: 1px #F4B328 solid;
}

.linhas2{
    display: block;
    position: fixed;
    bottom: 0;
    right: -345px;
    z-index: -1;
}

.quadrado{
    position: absolute;
    bottom: 145px;
    left: 10%;
    width: 100px;
}

.form-icon{
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
}

.form-info{
    position: absolute;
    right: 20%;
}

input[type='file'] {
    /* position: absolute;
    z-index: -10;
    top: -500px; */
    display: none;
}
/* input[type='file'] {
    position: absolute;
    z-index: -10;
    top: 7px;
} */
/* .curriculo{
    background-color: #F4B328!important;
    border:  #F4B328 1px solid !important;
    color: white;
    font-size: 1.2rem;
    margin-top: 5px;
    padding: 3px 15px 7px 15px;
    border-radius: 0px!important;
    cursor: pointer;
} */
.curriculo {
    background-color: #F4B328!important;
    border: #F4B328 1px solid !important;
    color: white;
    font-size: 1.2rem;
    margin-top: 5px;
    padding: 3px 15px 7px 20px;
    border-radius: 0px!important;
    cursor: pointer;
    width: 135px;
}
.curriculo:hover{
    background-color: #ffd67e!important;
    border:   #ffd67e 1px solid !important;
}

.form-btn{
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: 250px;
}


@media screen and (max-width: 800px){
    .form-icon{
        display: none;
    }
    .formulario {
        width: 95vw;
    }
    .linhas1 {
        left: -480px;
    }
    .linhas2 {
        right: -450px!important;
    }
    .form-info {
        margin-top: 20px;
        right: unset;
    }
}
@media screen and (max-width: 648px){
    .linhas1 {
        left: -520px;
    }
    .linhas2 {
        right: -350px!important;
    }
}
@media screen and (max-width: 626px){
    .formulario{
        margin-top: 140px;
    }
    .form-info {
        margin-top: 60px;
        right: unset;
    }
}
@media screen and (max-width: 600px){
    body{
        height: unset;
    }
    .formulario{
        margin: 200px 0 50px 0;
    }
    .form-info {
        margin-top: 110px;
        right: unset;
    }

}

@media screen and (max-width: 648px){
    .linhas1{
        display: none;
    }
    .linhas2{
        display: none;
    }
    .quadrado{
        display: none;
    }
    .form-btn{
        margin-top: 10px;
    }
    .form-group {
        display: block;
        margin-bottom: 0;
    }
    .form-group >label {
        font-size: 1.3rem;
        font-weight: 500;
        height: auto;
        background-color: rgba(0, 0, 0, 0);
        min-width: 105px;
        border: none;
        /* margin: 0; */
        text-align: start;
    }
    .form-group > input {
        width: -webkit-fill-available;
        border: 1px solid #A5A5A5;
        border-radius: 5px;
        padding: 0 0 0 10px;
        border-left: 1px solid #A5A5A5;
    }
}

@media screen and (max-width: 483px){
    .form-info{
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 445px){
    .form-info{
        font-size: 0.85rem;
    }
    .formulario{
        /* margin: 100px 0 50px 0; */
    }
}
@media screen and (max-width: 409px){
    .form-info{
        display: none;
    }
    .formulario{
        margin: 100px 0 50px 0;
    }
}
