@import url('https://fonts.googleapis.com/css2?family=Ms+Madi&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.banner_fundo_trabalhe {
    width: auto;
    background-image: url(../image/TrabalheConosco/Banner_Trabalhe_conosco.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 5rem;
}

.title_trabalhe {
    position: absolute;
    width: 50%;
    height: auto;
}

.texto_trabalhe1 {
    color: #fff;
    font-family: var(--fonte-principal);
    font-size: 5.1rem;
    font-weight: 700;
    color: var(--cor-branca);
    margin-left: 3.2rem;
    text-shadow: var(--sombra-texto);
}

.texto_trabalhar {
    font-size: 150px;
    font-family: "Ms Madi", cursive;
    font-weight: 600;
    color: var(--cor-branca);
    display: flex;
    justify-content: center;
    text-shadow: var(--sombra-texto);
}

.texto_trabalhe2 {
    display: flex;
    color: #fff;
    font-family: var(--fonte-principal);
    font-size: 5.1rem;
    font-weight: 700;
    color: var(--cor-branca);
    margin-left: 3.2rem;
    justify-content: end;
    text-shadow: var(--sombra-texto);
}

.banner_trabalhe_conosco {
    width: 40rem;
    height: 26rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 2.8rem;
}


/*AREA DE VAGAS DISPONIVEIS*/

.card-vagas{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.informacao-vagas {
    width: 100%;
    height: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 2.8rem;
    padding-top: 5rem;
    padding-bottom: 6rem;
}

.title-fundo-vagas {
    font-family: var(--fonte-principal);
    font-size: 3.5rem;
    font-weight: 700;
    text-align: start;
    color: #f5f5f5;
    line-height: 1.2;
    letter-spacing: -0.5px;
    max-width: 56rem;
    margin: 40px 0 0 40px;
    text-shadow: var(--sombra-texto);
}


.vagas {
    width: auto;
    height: auto;
    display: flex;
    padding: 20px;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 8px;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
}

.folder-vagas {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 45%;
    height: auto;
    background-color: #ccc;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    padding: 10px;
    margin: 20px;
}


.folder-vagas:hover {
    background-color: var(--cor-cinza);
    box-shadow: 0 4px 10px rgba(210, 96, 15, 0.938);
    transform: translateY(-1px);
}

.img-teste {
    width: 28%;
    height: 260px;
    border-radius: 8px;
    margin: 10px;

}

.texto-card{
    font-family: var(--fonte-principal);
    font-weight: 700;
    text-align: start;
    margin: 0px 0 0 20px;
    color: var(--cor-laranja-hover);
    line-height: 1.2;
    letter-spacing: -0.5px;
    max-width: 900px;
    text-shadow: 1.5px 1px 2px #000000;
}


/*FORMULARIO DE PREENCHIMENTO DE VAGAS*/

.descricao_formulario {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.descricao-lista {
    width: 100%;
    font-family: var(--fonte-principal);
    line-height: 1.2;
    margin-left: 40px;
}

.descricao_title {
    font-family: var(--fonte-principal);
    font-size: 80px;
    font-weight: 700;
    text-align: start;
    margin: 30px 0 0 40px;
    color: var(--cor-laranja-hover);
    line-height: 1.2;
    letter-spacing: -0.5px;
    max-width: 900px;
    text-shadow: var(--sombra-texto);
}

.subtitle-list {
    font-family: var(--fonte-principal);
    list-style-type: disc;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 450;
    color: var(--cor-laranja-hover);
    margin: 10px 0 0 40px;
    line-height: 1.5;
    max-width: 56.2rem;
    text-shadow: 3px 4px 4px #000000;
    position: relative;
    left: 2.5rem;
}

.subtitle-final {
    font-family: var(--fonte-principal);
    font-size: 50px;
    font-weight: 700;
    text-align: start;
    margin: 30px 0 0 40px;
    color: var(--cor-laranja-hover);
    line-height: 1.2;
    letter-spacing: -0.5px;
    max-width: 900px;
    text-shadow: var(--sombra-texto);
}

select{
    width: 100%;
    padding: 6px;
    margin-bottom: 10px;
    border: 1px solid #bbb;
    border-radius: 6px;
    font-size: 14px;
    box-sizing: border-box;
    resize: none;
}