/* Headers */

* html, body {
    font-family: 'Roboto', sans-serif;
    overscroll-behavior-x: none !important;
}

img {
    max-width: 100%;
    max-height: auto;
}

.logo-silverline-header-responsive {
    display: none;
}

#job-background-header {
    max-width: 100%;
    background: linear-gradient(180deg, #0055B8 0%, #002171 100%);
    overflow: hidden;
}

#job-header-container {
    display: flex;
    width: fit-content;
    gap: 3rem;
    align-items: center;
}

.logo-main-header {
    width: 200px;
    margin: 0 0 20px;
}

.job-header-left {
    padding: 50px 0 50px 10%;
    width: 50%;
}

.job-header-right {
    max-width: 50%;
    padding: 0 0 0 30px;
    display: flex;
    align-items: flex-end;
    margin: 0 auto;
}

.job-header-left h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #A1D8F1;
    margin: 0;
    line-height: 1em;
    font-size: calc(1rem + 1vw);
}

.job-header-left h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: white;
    margin: 0;
    font-size: calc(1.5rem + 1vw);
    line-height: 1.2em;
}

.buttons-container {
    display: flex;
    gap: 3rem;
    margin-top: 40px;
    align-items: center;
}

.backtoJobs-button {
    display: flex;
    text-decoration: underline;
    color: white;
    gap: 0.5rem;
    align-items: center;
    font-weight: 200;
    font-size: 1.2em;
}

.backtoJobs-button img {
    width: 20px;
}

.apply-button {
    color: white;
    font-weight: 200;
    font-size: 1.3em;
    border: 2px solid white;
    padding: 10px 20px;
    border-radius: 10px;
}

.header-block-division {
    background: #0071BF;
    width: 100%;
    height: 8px;
    margin: 10px auto;
}

.job-header-left p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: white;
    text-align: justify;
    line-height: 1.5;
    font-size: calc(0.4rem + 0.5vw);
    margin: 0;
}

.item-empleo-pais {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 15px;
    background: #91C8E9;
    align-items: center;
    width: fit-content;
    padding: 5px 20px 5px 5px;
    border-radius: 30px;
}

.item-empleos-pais-img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 2px solid white;
}

.item-empleos-pais-img img {
    height: 100%;
    width: auto;
    filter: none;
}

.item-empleo-pais p {
    margin: 0;
    color: #003682;
    font-size: 0.8em;
    font-weight: 600;
}

/*´Headers */

@media screen and (max-width: 1023px) {

    /* Headers */

    .sticky-mobile-header:not(.transparent):not(.hidden-header) .mobile-header-space {
        display: none !important;
    }

    .logo-main-header {
        width: 300px;
    }

    #job-header-container {
        padding: 40px 40px 0 40px;
        display: flex;
    }

    .job-header-left {
        width: 100%;
        padding: 0 30px !important;
        align-self: flex-end;
    }

    .job-header-right {
        display: none;
    }

    .job-header-left h1 {
        font-size: calc(1rem + 1vw);
    }

    .job-header-left h5 {
        margin: 30px auto;
    }

    #job-background-header label {
        display: block;
    }

    /* Headers */
}

@media screen and (max-width: 850px) {

    .job-header-left {
        align-self: auto;
    }

    .job-header-right {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .great-place-to-work {
        display: none;
    }
    .logo-main-header {
        display: none;
    }

    .item-empleo-pais p {
        font-size: 0.7em !important;
        flex: 1;
    }

    .buttons-container {
        gap: 2rem;
        margin-top: 30px;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 500px) {

    /* Headers */

    #job-header-container {
        padding: 50px;
        display: flex;
    }

    .logo-main-header {
        width: 100%;
    }

    .great-place-to-work {
        width: 50px;
    }

    .logo-silverline-header-responsive {
        top: 10px;
        width: 150px;
    }

    .job-header-left {
        padding: 0 !important;
    }

    .job-header-left h2 {
        font-size: 2.5em;
    }

    .job-header-left a {
        text-align: center;
    }

    .job-header-left h5 {
        font-size: 1.5em;
    }

    .job-header-left h4 {
        font-size: 2em;
        margin: 5px 0;
    }

    .job-header-left h1 {
        font-size: 2em;
    }

    .job-header-left p {
        font-size: 0.9em;
    }

    /* Headers */
}