.recrutamento-cabecalho-pagina {
    overflow-x: hidden;
}

.recrutamento-cabecalho-pagina .w-auto {
    width: auto !important;
}

.recrutamento-cabecalho-pagina .oportunidades-de-carreira-pesquisa {
    display: none;
}

.recrutamento-cabecalho-pagina .seccao-acordiao:not(#seccao-acordiao) {
    background-color: transparent;
    padding-top: 20px;
}

.recrutamento-cabecalho-pagina .seccao-acordiao:not(#seccao-acordiao):after {
    display: none;
}

.recrutamento-cabecalho-pagina .pagina-conteudo {
    padding: 0;
}

.recrutamento-cabecalho-pagina .pagina-cabecalho {
    position: relative;
    z-index: 0;
    min-height: 35rem;
    margin-bottom: 5rem;
    padding-bottom: 3rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media (max-width: 992px) {
    .recrutamento-cabecalho-pagina .pagina-cabecalho {
        min-height: 22rem;
    }
}

@media (min-width: 992px) AND (max-width: 1200px) {
    .recrutamento-cabecalho-pagina .pagina-cabecalho {
        min-height: 25rem;
    }
}

.recrutamento-cabecalho-pagina .pagina-cabecalho:after {
    content: '';
    background-image: var(--bg-img-url);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 0;
    inset: 0;
}

.recrutamento-cabecalho-pagina-fix-bg .pagina-cabecalho:after {
    background-size: contain;
}

@media (max-width: 992px) {
    .recrutamento-cabecalho-pagina .pagina-cabecalho:after {
        background-position: 60% center;
    }
}

.recrutamento-cabecalho-pagina .pagina-cabecalho .container, .recrutamento-cabecalho-pagina .pagina-cabecalho .container-full {
    position: relative;
    z-index: 2;
}

.recrutamento-cabecalho-pagina .pagina-cabecalho .titulo, .recrutamento-cabecalho-pagina .pagina-cabecalho .subtitulo {
    color: #fff;
    text-transform: uppercase;
}

.recrutamento-cabecalho-pagina .pagina-cabecalho .titulo {
    font-size: 45px;
    font-weight: 700;
    text-align: left;
    margin: 0;
    padding: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.recrutamento-cabecalho-pagina .pagina-cabecalho .subtitulo {
    font-weight: 300;
    font-size: 25px;
    text-align: left;
    margin: 0;
    padding: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

@media (max-width: 992px) {
    .recrutamento-cabecalho-pagina .pagina-cabecalho .titulo {
        font-size: 30px;
    }

    .recrutamento-cabecalho-pagina .pagina-cabecalho .subtitulo {
        font-size: 20px;
    }
}

.recrutamento-cabecalho-pagina .pagina-cabecalho {
    background-image: url(../upload/cabecalho_oportunidades-carreira_xavier_bg-3.png);
    background-size: cover;
    background-position: center top;
    min-height: 30vw;
    font-size: 0.805vw;
    align-items: start;
}

.recrutamento-cabecalho-pagina .pagina-cabecalho:before {
    content: '';
    background-color: #093266;
    display: block;
    position: absolute;
    z-index: 0;
    inset: 0;
    opacity: 0.6
}

.recrutamento-cabecalho-pagina .pagina-cabecalho:after {
    background-position: center top;
}

.recrutamento-cabecalho-pagina .pagina-cabecalho .container-full {
    max-width: none;
}

.recrutamento-cabecalho-pagina .pagina-cabecalho .btn-widget-xavier {
    font-size: 0.70vw;
    left: 10vw;
    bottom: 0;
}

.recrutamento-cabecalho-pagina .pagina-cabecalho .titulo {
    font-size: 3.328em;
    margin-top: 3em;
    margin-bottom: 0.45em;
}

.recrutamento-cabecalho-pagina .landingpage-contactos .titulo {
    margin-top: 3rem;
}

.recrutamento-cabecalho-pagina .pagina-cabecalho .subtitulo {
    font-size: 1.797em;
    margin-bottom: 2.75em;
}

.recrutamento-cabecalho-pagina .pagina-cabecalho .texto {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.464em;
    font-weight: 700;
    text-align: left;
    margin: 0;
    padding: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 992px) {
    .recrutamento-cabecalho-pagina .pagina-cabecalho .titulo {
        margin-top: 2.85em;
    }

    .recrutamento-cabecalho-pagina .landingpage-contactos .titulo {
        margin-top: 3em;
    }

    .recrutamento-cabecalho-pagina .seccao-acordiao:not(#seccao-acordiao) {
        padding-top: 0;
    }
}

@media (min-width: 769px) AND (max-width: 992px) {
    .recrutamento-cabecalho-pagina .pagina-cabecalho {
        min-height: 36vw;
        font-size: 0.925vw;
    }

    .recrutamento-cabecalho-pagina .pagina-cabecalho:after {
        background-position: center 1.45vw;
    }

    .recrutamento-cabecalho-pagina .pagina-cabecalho .btn-widget-xavier {
        font-size: 0.95vw;
        left: 13vw;
        bottom: 0;
    }
}

@media (max-width: 768px) {
    .recrutamento-cabecalho-pagina .pagina-cabecalho {
        font-size: 1.75vw;
        min-height: 55vw;
    }

    .recrutamento-cabecalho-pagina .pagina-cabecalho:after {
        background-position: -10.5vw top;
        background-size: 170vw;
    }

    .recrutamento-cabecalho-pagina .pagina-cabecalho .btn-widget-xavier {
        font-size: 2vw;
        left: 18vw;
        bottom: 0;
    }

    .recrutamento-cabecalho-pagina .pagina-cabecalho .container-full {
        width: 100%;
    }
    
    .recrutamento-cabecalho-pagina .pagina-cabecalho .titulo,
    .recrutamento-cabecalho-pagina .pagina-cabecalho .subtitulo,
    .recrutamento-cabecalho-pagina .pagina-cabecalho .texto,
    .recrutamento-cabecalho-pagina .pagina-cabecalho div {
        text-align: center;
    }

    .recrutamento-cabecalho-pagina .pagina-cabecalho:after {
        --bg-img-url: url(../upload/cabecalho_oportunidades-carreira_xavier-mobile-3.png);
        background-position: center top;
        background-size: contain;
    }    
    .recrutamento-cabecalho-pagina .pagina-cabecalho .btn-widget-xavier {
        left: 0;
        right: 0;
    }
    .recrutamento-cabecalho-pagina .pagina-cabecalho .titulo {
        margin-top: 54.75vw;
    }

    .recrutamento-cabecalho-pagina .landingpage-contactos .titulo {
        margin-top: 12.5vw;
    }

    .recrutamento-cabecalho-pagina .pagina-cabecalho .subtitulo {
        margin-bottom: 6vw;
    }

    .recrutamento-cabecalho-pagina .pagina-cabecalho .texto {
        font-size: 1.55em;
    }
    
}

@media (max-width: 476px) {
.recrutamento-cabecalho-pagina .pagina-cabecalho .btn-widget-xavier {
    font-size: 2.5vw;
}
}

.btn.btn-widget-xavier {
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.btn.btn-widget-xavier:hover, .btn.btn-widget-xavier:active, .btn.btn-widget-xavier:focus {
    background-color: transparent !important;
    outline: none;
    box-shadow: none;
}

.btn.btn-widget-xavier:before, .btn.btn-widget-xavier:after {
    content: '';
    width: 18em;
    height: 4.0625em;
    position: absolute;
    top: 3.125em;
    right: 0;
    bottom: 0;
    left: 3.125em;
    border-radius: 1.875em;
    background-image: url(../upload/widget_xavier_btn_bg-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    animation: pulse 1s ease-out infinite;
}

.btn.btn-widget-xavier:after {
    animation-delay: .8s;
}

.btn.btn-widget-xavier .animacao {
    position: relative;
    z-index: 1;
}

.btn.btn-widget-xavier .animacao:after {
    content: '';
    background-image: url(../upload/widget_xavier_btn_texto-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 22.6875em;
    height: 7.8125em;
    display: block;
}

.btn.btn-widget-xavier .animacao:before {
    content: '';
    background-image: url(../upload/widget_xavier_btn_bg-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1.875em;
    width: 18em;
    height: 4.0625em;
    display: block;
    position: absolute;
    z-index: -1;
    top: 3.125em;
    left: 3.125em;
}

.btn.btn-widget-xavier .animacao_texto {
    text-indent: -9000rem;
    display: block;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.75;
    }

    to {
        transform: scale(1.55);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.75;
    }

    100% {
        -webkit-transform: scale(1.55);
        transform: scale(1.55);
        opacity: 0;
    }
}
