@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");


:root {
    --font-primary: 'Montserrat', sans-serif;
    --font-secondary: 'Poppins', sans-serif;

    --color-primary: #174B8D;
}

.hero-bg img {
    width: 100%;
}

.corpo {
    background: linear-gradient(180deg, #000 0%, var(--color-primary) 100%);
}

.hero {
    background: url(../img/trabalhe-conosco/trabalhe-conosco-bg.png);
    background-size: cover;
    background-position: center;
    text-align: left;
}

.hero-description h2 {
    color: #ffffff;
    font-family: var(--font-primary);
    font-weight: bold;
    font-size: 30px;
}

.hero-description h1 {
    color: #3D92FF;
    font-family: var(--font-secondary);
    font-size: 40px;
    font-weight: bold;
}

.hero-description p {
    color: #ffffff;
    font-family: var(--font-secondary);
    font-size: 30px;
}

.div-btn-ver-vagas {
   padding-top: 250px;
}

.btn-ver-vagas {
    text-decoration: none;
    color: white;
    background-color: var(--color-primary);
    font-family: var(--font-secondary);
    font-weight: bold;
    padding: 15px 15px;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 26px;
}

.video-jca {
    padding-top: 30px;
    height: 700px;
    width: 100%;
}

.logo-jca img{
    width: 100px;
    align-self: center;
}

.video-jca iframe {
    box-shadow: 0px 4px 13px 16px rgba(136, 172, 219, 0.25);
}

.video-selo {
    position: relative;
}

.logo-gptw-video img {
    width: 150px;
}

.logo-gptw-video {
    position: absolute;
    display: block;
    top: 5%;
    left: 88%;
}

.texto-vagas h3{
    color: white;
    font-family: var(--font-secondary);
    font-weight: normal;
    text-align: center;
    font-size: 30px;
}

.texto-venha-fazer h2 {
    text-align: center;
    color: white;
    font-family: var(--font-secondary);
    font-weight: bold;
    font-size: 36px;
}

.btn-vagas {
    text-align: center;
}

.btn-vagas a {
    text-decoration: none;
    color: var(--color-primary);
    background-color: white;
    font-weight: bold;
    font-family: var(--font-secondary);
    padding: 15px 15px;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    text-transform: uppercase;
}

.texto-explicativo {
    text-align: center;
}

.texto-explicativo p {
    color: white;
    font-family: var(--font-secondary);
    font-size: 26px;
}

@media (max-width: 480px) {

    .hero {
        text-align: center;
    }

    .div-btn-ver-vagas {
        padding-top: 20px;
    }

    .hero-description h2 {
        color: #ffffff;
        font-family: var(--font-primary);
        font-weight: bold;
    }

    .hero-description h1 {
        color: #3D92FF;
        font-family: var(--font-secondary);
        font-size: 32px;
        font-weight: bold;
    }

    .hero-description p {
        color: #ffffff;
        font-family: var(--font-secondary);
        font-size: 20px;
    }

    .btn-ver-vagas {
        text-decoration: none;
        color: white;
        background-color: var(--color-primary);
        font-family: var(--font-secondary);
        font-weight: bold;
        padding: 15px 15px;
        border-radius: 20px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        font-size: 20px;
    }

    .video-jca {
        padding-top: 30px;
        height: 300px;
        width: 100%;
    }

    .logo-jca img{
        width: 100px;
        align-self: center;
    }

    .video-jca iframe {
        box-shadow: 0px 4px 13px 16px rgba(136, 172, 219, 0.25);
    }

    .logo-gptw-video {
        display: none;
    }

    .texto-vagas h3{
        color: white;
        font-family: var(--font-secondary);
        font-weight: normal;
        text-align: center;
        font-size: 20px;
    }

    .texto-venha-fazer h2 {
        text-align: center;
        color: white;
        font-family: var(--font-secondary);
        font-weight: bold;
        font-size: 24px;
    }

    .btn-vagas {
        text-align: center;
    }

    .btn-vagas a {
        text-decoration: none;
        color: var(--color-primary);
        background-color: white;
        font-weight: bold;
        font-family: var(--font-secondary);
        padding: 15px 15px;
        border-radius: 20px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        font-size: 18px;
        text-transform: uppercase;
    }

    .texto-explicativo {
        text-align: center;
    }

    .texto-explicativo p {
        color: white;
        font-family: var(--font-secondary);
        font-size: 18px;
    }

}

@media (max-width: 820px) {

    .hero {
        text-align: center;
    }

    .hero img {
        padding-top: 100px;
    }

    .div-btn-ver-vagas {
        padding-top: 20px;
     }

    .hero-description h2 {
        color: #ffffff;
        font-family: var(--font-primary);
        font-weight: bold;
    }

    .hero-description h1 {
        color: #3D92FF;
        font-family: var(--font-secondary);
        font-size: 32px;
        font-weight: bold;
    }

    .hero-description p {
        color: #ffffff;
        font-family: var(--font-secondary);
        font-size: 20px;
    }

    .btn-ver-vagas {
        text-decoration: none;
        color: white;
        background-color: var(--color-primary);
        font-family: var(--font-secondary);
        font-weight: bold;
        padding: 15px 15px;
        border-radius: 20px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        font-size: 20px;
    }

    .video-jca {
        padding-top: 30px;
        height: 500px;
        width: 100%;
    }

    .logo-jca img{
        width: 100px;
        align-self: center;
    }

    .video-jca iframe {
        box-shadow: 0px 4px 13px 16px rgba(136, 172, 219, 0.25);
    }

    .logo-gptw-video {
        display: none;
    }

    .texto-vagas h3{
        color: white;
        font-family: var(--font-secondary);
        font-weight: normal;
        text-align: center;
        font-size: 24px;
    }

    .texto-venha-fazer h2 {
        text-align: center;
        color: white;
        font-family: var(--font-secondary);
        font-weight: bold;
        font-size: 28px;
    }

    .btn-vagas {
        text-align: center;
    }

    .btn-vagas a {
        text-decoration: none;
        color: var(--color-primary);
        background-color: white;
        font-weight: bold;
        font-family: var(--font-secondary);
        padding: 15px 15px;
        border-radius: 20px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        font-size: 20px;
        text-transform: uppercase;
    }

    .texto-explicativo {
        text-align: center;
    }

    .texto-explicativo p {
        color: white;
        font-family: var(--font-secondary);
        font-size: 20px;
    }
}