/* Estilos de la página de Trabalhe Conosco */

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

/* HEADER INICIO*/
div.header {
    width: 100%;
    height: 477px;
    border-radius: 4px;
    background-image: url("../img/header_img9.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.title {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: -260px;
    width: 100%;
    height: 77px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 77px;

    text-align: center;

    color: #FFFFFF;
}

/* FIN HEADER INICIO*/


span.title-text {
    display: flex;
    justify-content: flex-start;
    width: 75%;
    height: 36px;
    margin: 32px 0 0 165px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #000000;

    transform: rotate(0.5deg);
}

.p-text {
    display: flex;
    justify-content: flex-start;
    width: 74%;
    height: 80px;
    margin: 68px 0 0 168px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;

    color: #000000;
}

.p-text.p-text-2 {
    margin: 45px 0 0 168px;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
}

form.form-job {
    margin: 5px 165px 0 165px;
}

input.form-control,
textarea.form-control {
    /* background: rgba(1, 90, 179, 0.15); */
    background: #cbcbcb30;
    border: 1px solid #B3B3B3;
    border-radius: 4px;
}

.form-floating>label {
    margin: 4px 0 0 12px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 3px;

    color: #2E2E33;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(2.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
}

.form-check {
    display: block;
    min-height: 1rem;
    padding-left: 2.5em;
    margin-bottom: 0.125rem;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
    border: 1px solid #000;
}

label.form-check-label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;

    text-align: center;

    color: #000000;
}

label.form-label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;

    color: #2E2E33;
}

.custom-file-button input[type=file] {
    margin-left: -2px !important;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none;
}

.custom-file-button input[type=file]::file-selector-button {
    display: none;
}

.custom-file-button:hover label {
    background-color: #dde0e3;
    cursor: pointer;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0.375rem;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 50% !important;
}

div.button {
    display: flex;
    justify-content: flex-end;
}

button.btn-primary {
    width: 125px;
    height: 39px;
    margin: 0px 0 32px 10px;
    background: #0163ba;
    border: 1px solid #0163ba;
    border-radius: 4px;
}

button.btn-primary:hover {
    background: #014785;
    border: 1px solid #014785;
}


/**********File Inputs**********/

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    max-width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.iborrainputfile {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;

    color: #2E2E33;
}

/* style  */
.inputfile-1+label {
    width: 100%;
    height: 57px;
    text-align: center;

    background: rgba(1, 90, 179, 0.15);
    border: 1px solid #B3B3B3;
    border-radius: 4px;
}

.inputfile-1:focus+label,
.inputfile-1.has-focus+label,
.inputfile-1+label:hover {
    background: rgba(1, 90, 179, 0.658);
}

input#formFileMultiple {
     font-family: 'Poppins';
}

/* input#formFileMultiple::before {
    content: "Aucun fichier sélec.";
} */


/*********************************************** Mobile *******************************************************/

@media screen and (min-width: 320px) and (max-width: 480px) {

    div.header {
        width: 100%;
        height: 499px;
        background-image: url("../img/header_img9.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    div.mascara-azul {
        width: 100%;
        height: 499px;
        background: linear-gradient(90deg, rgba(1, 11, 103, 0.35) 6.25%, rgba(1, 90, 179, 0.35) 45.13%, rgba(0, 185, 236, 0.35) 100%);
    }

    .dropdown-menu {
        min-width: 100%;
    }

    .title {
        display: flex;
        justify-content: center;
        position: relative;
        margin: -273px 46px 0px 46px !important;
        width: 279px !important;
        height: 84px;

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 35px;
        line-height: 42px;
        text-align: center;
        color: #FFFFFF;
    }

    .p-text {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 80px;
        margin: 30px 0 0 0px;
        padding: 12px;

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: normal;
        text-align: center;
        color: #000000;
    }

    span.title-text {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 36px;
        margin: 90px 0 0 0;
        
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 36px;
        text-align: center;
        color: #000000;
        transform: rotate(0.5deg);
    }

    .p-text.p-text-2 {
        margin: 60px 0 0 0;
        padding: 12px;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    form.form-job {
        width: 100%;
        margin: 45px 165px 0 0;
        padding: 12px;
    }

    .form-floating>label {
        margin: 4px 0px 0px 12px;

        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 3px;
        color: rgb(46, 46, 51);
        width: 90%;
    }

    label.form-check-label {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        text-align: start;
        color: #000000;
    }

    .form-check {
        display: block;
        min-height: 1rem;
        padding-left: 28px;
        margin-bottom: 0.125rem;
    }

    .input-group {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        width: 100% !important;
    }

    div.button {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    button.btn-primary {
       width: 100%;
       height: 50px;
       margin: 32px 0 32px 0;
       background: #0163ba;
       border: 1px solid #0163ba;
       border-radius: 4px;
       font-size: 18px;
    }

}