.trabalhe{
    width: 100%;
    padding: 221px 0 100px;
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
        url(../imagens/trabalhe.png);
    background-position: center center;
    background-size: cover;
}
.trabalhe .container{
    display: flex;
    margin: 0px auto;
    gap: 50px;
    padding: 30px;
    background-color: #fff;
}
.trabalhe .texto{
    max-width: 350px;
    width: 100%;
    gap: 50px;
}
.trabalhe .texto p{
    color: #000000ba;
}
.trabalhe .texto .btn{
    display: none;
}
.trabalhe form{
    display: flex;
    flex-wrap: wrap;
    max-width: 735px;
    width: 100%;
    gap: 10px;
}
.trabalhe form input{
    width: calc(100% - 50% - 5px);
    height: 70px;
    padding: 0 20px;
    font-size: 18px;
    color: #00000080;
    background-color: #fff0;
    border: 1px solid #00000033;
}
.trabalhe form input.linke{
    width: 100%;
}
.trabalhe form .select-wrapper{
    width: 100%;
    height: 70px;
    font-size: 18px;
    color: #00000080;
    background-color: #fff0;
    border: 1px solid #00000033;
    position: relative;
}
.trabalhe form .select-wrapper select{
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 20px;
    color: #757575;
    font-size: 18px;
    cursor: pointer;
}
.trabalhe form .select-wrapper::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #000;
}
.trabalhe form textarea{
    width: 100%;
    height: 173px;
    padding: 20px;
    font-size: 18px;
    color: #00000080;
    background-color: #fff0;
    border: 1px solid #00000033;
}
.trabalhe form input::placeholder,
.trabalhe form textarea::placeholder{
    color: #00000080;
}
.trabalhe form .file{
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 57px;
    background: linear-gradient(to top, #4C254C, #944c94);
}
.trabalhe form .file input[type="file"] {
    display: none;
}
.trabalhe form .file label {
    width: 100%;
    height: 57px;
    background: linear-gradient(to top, #4C254C, #944c94);
    padding: 0 20px;
    border-radius: 5px;
    color: #ffffffcf;
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
    z-index: 2;
    justify-content: center;
}
.trabalhe form .file label.remove{
    display: none!important;
}
.trabalhe form .file p{
    font-size: 14px;
    color: #ffffffcf;
    width: 100%;
    height: 57px;
    padding: 0 20px;
    display: flex;
    z-index: 1;
    align-items: center;
    position: absolute;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(to top, #4C254C, #944c94);
}
.trabalhe form .file .ativo{
    z-index: 10;
}
.trabalhe form .file #remover-arquivo {
    position: absolute;
    right: 10px;
    background: #fff0;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    display: none; /* escondido inicialmente */
    z-index: 11;
    transition: transform .3s;
}
.trabalhe form .file #remover-arquivo:hover {
    transform: scale(1.2);
    transition: transform .3s;
}
.trabalhe form .botao{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}
.trabalhe form .botao button{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 329px;
    width: 100%;
    height: 57px;
    padding: 5px 15px;
    color: #fff;
    background: linear-gradient(to top, #4C254C, #944c94);
    transition: ease .3s;
}
.trabalhe form .botao p{
    max-width: calc(100% - 329px);
    color: #00000080;
}
.trabalhe form .botao p a{
    color: #00000080;
}

/* MEDIA DESKTOP */
@media screen and (max-width: 1550px){

}

@media screen and (max-width: 1440px){
    
}

@media screen and (max-width: 1366px){

}

@media screen and (max-width: 1280px){
    
}

@media screen and (max-width: 1270px){
   
}

@media screen and (max-width: 1100px){
    
}

/* MOBILE */
@media screen and (max-width: 1000px){
    .trabalhe .container{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .trabalhe .texto{
        gap: 10px;
        align-items: center;
    }
    .trabalhe form{
        max-width: 550px;
    }
    .trabalhe form input{
        width: 100%;
    }
}

@media screen and (max-width: 800px){
    .trabalhe form .botao{
        flex-direction: column;
    }
    .trabalhe form .botao button{
        max-width: 100%;
    }
    .trabalhe form .botao p{
        max-width: 100%;
        width: 100%;
    }
    .trabalhe form input,
    .trabalhe form input::placeholder,
    .trabalhe form .select-wrapper select,
    .trabalhe form .select-wrapper select option,
    .trabalhe form textarea,
    .trabalhe form textarea::placeholder{
        font-size: 16px;
    }
    .trabalhe form .select-wrapper::after{
        font-size: 18px;
    }
}

@media screen and (max-width: 600px){
    .trabalhe form input,
    .trabalhe form input::placeholder,
    .trabalhe form .select-wrapper select,
    .trabalhe form .select-wrapper select option,
    .trabalhe form textarea,
    .trabalhe form textarea::placeholder{
        font-size: 14px;
    }
    .trabalhe form .select-wrapper::after{
        font-size: 16px;
    }
}

@media screen and (max-width: 400px){

}

@media screen and (max-width: 375px){

}
