* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.main{
    display: flex;
    flex-direction: column;
    width: 100vw;
    min-height: calc(100vh - 74px);
    overflow-x: hidden;
}

.trabalhe-conosco{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-height: calc(100vh - 74px);
    flex-wrap: wrap;
    padding: 20px;
    gap: 20px;
    scroll-margin-top: 74px;
    background-color: rgba(46, 46, 46, 0.147);
}


.div-curriculo{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.curriculo{
    display: none;
}


.label-curriculo{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    height: 50px;
    background-color: #597081;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px;
}

.p-label-curriculo{
    display: flex;
    margin-top: 16px;
    color: white;
}

.custom-form button[type="submit"] {
    margin-bottom: 0;
    margin-top: 30px;
}
