:root {
    --corTextoCinza: #2f2f2f;
    --corRosa: #ED696A;
    --corRosaEscuro: #e75454;
    --corBarra: #D9D9D9;
    --corTextoCinzaClaro: #7C7C7C;
    --corBranca: #FFFFFF
}

/* Tela inicial Blog */

/* Estilos para o menu responsivo */
.navbar-toggler {
    border: none;
    background: transparent;
    padding: 0.5rem;
    display: none;
    z-index: 1;

}

.navbar-toggler-icon i {
    color: var(--corTextoCinza);
    font-size: 1.5rem;
}

/* Modal do menu mobile */
.collapsing {
    transition: height 0.35s ease;
}

.bg-custom {
    background-color: var(--corBarra);
}

.nav-link-custom {
    color: var(--corTextoCinza) !important;
    transition: color 0.3s;
}

.nav-link-custom:hover {
    color: var(--corRosa) !important;
}

.botoesMenu {
    display: flex;
    gap: 10px;

}

.btn-custom {
    background-color: var(--corRosa);
    color: white;
    flex: 1 1 0px;
    min-width: 0;
    padding: 8px 18px;
    border: none;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.btn-custom a {
    color: white;
    text-decoration: none;
    display: block;
}

.btn-custom:hover {
    background-color: var(--corRosaEscuro);
    color: var(--corBranca);
}

.navbar-custom {
    display: flex;
    padding-left: 10;

}

.endereco {
    margin-left: 2%;
}

.texto {
    padding: 35px 70px;
    margin-bottom: 5%;
}

.txtTitulo-custom {
    color: var(--corRosa);

}

#imagemPrincipal {
    background-image: url('/html/img/capa.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    width: 100%;
}

#imagemCarreiras {
    background-image: url('/html/img/trabalheConosco.png');
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: fixed;
    height: 55vh;
    width: 100%;
    margin-bottom: 50px;
}

.textImagem-custom {
    font-weight: 700;
}

.botoesMenu {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.txtTituloProjeto {
    color: var(--corRosa);
    font-size: 20px;
    font-weight: 600;
}

.txtSubtitulo {
    color: var(--corTextoCinzaClaro);
    font-size: 18;
    font-weight: 600;
}

.divAplicativo {
    display: flex;
    flex-direction: row;
    margin-top: 5%;
}

.divAppEsq {
    width: 50%;
}

.imgQrcode {
    width: 60%;
    padding-top: 5%;
}


.divImagem {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carrossel-container {
    width: 95%;
    margin: auto;
    overflow: hidden;
    position: relative;
    padding: 0 1.5%;

}

.carrossel-track {
    display: flex;
    transition: transform 0.8s ease-in-out;
    gap: 4%;
}

.containerProjeto {
    border: 1px solid var(--corBarra);
    width: 42%;
    flex: 0 0 48%;
    align-items: center;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-bottom: 10px;
}

.carrossel-indicadores {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.carrossel-indicador {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s;
}

.carrossel-indicador.ativo {
    background-color: var(--corRosa);
}

.carrossel-nav {
    position: absolute;
    top: 200%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
    padding: -2%;
}

.carrossel-prev,
.carrossel-next {
    pointer-events: all;
    color: rgb(95, 95, 95);
    border: none;
    border-radius: 50%;
    width: 50px;
    /* Tamanho consistente */
    height: 50px;
    /* Tamanho consistente */
    font-size: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    /* Centraliza verticalmente */
    justify-content: center;
    /* Centraliza horizontalmente */
    transition: all 0.3s ease;
    background: transparent;
    position: relative;

    /* Remove todos os outlines e bordas */
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent;
}

.carrossel-prev:hover,
.carrossel-next:hover {
    color: rgb(240, 240, 240);
    background: rgba(99, 99, 99, 0.822);
    width: 50px;
    height: 50px;
    font-size: 40px;
}

.seta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.carrossel-prev:active,
.carrossel-next:active,
.carrossel-prev:focus,
.carrossel-next:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.carrossel-nav i {
    transition: opacity 0.3s ease;
    cursor: pointer;
}

/* Opcional: melhora acessibilidade */
.carrossel-nav i[style*="opacity: 0"] {
    cursor: default;
    visibility: hidden;
    /* Remove completamente do fluxo */
}

/* Para navegadores WebKit (Chrome, Safari) */
.carrossel-prev::-moz-focus-inner,
.carrossel-next::-moz-focus-inner {
    border: 0;
}


.imgProjeto {
    width: 100%;
    height: 25vw;
    object-fit: cover;
}

.containerpjt {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.btnPequeno {
    background-color: var(--corRosa);
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    text-align: center;
    color: var(--corBranca);
    font-size: 14px;
}

.btnPequeno:hover {
    background-color: var(--corRosaEscuro);
    border: 0.5px solid var(--corBranca);
    color: var(--corBranca);
}


.containerParteBaixo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.imgQrcode {
    margin-top: -50px;
}

.txtNegrito {
    font-weight: 700;
}

.btnPequenoVaga {
    background-color: var(--corRosa);
    border-radius: 5px;
    padding: 10px;
    width: 50%;
    text-align: center;
    color: var(--corBranca);
    font-size: 14px;
}

.btnPequenoVaga:hover {
    background-color: var(--corRosaEscuro);
    border: 0.5px solid var(--corBranca);
    color: var(--corBranca);
}

.containerContato {
    border: 1px solid var(--corBarra);
    width: 70%;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 10%;
    border-radius: 5px;
    margin: auto;
    padding: 2% 0;
}

.divContato {
    display: flex;
    align-items: center;
    gap: 5%;
    margin: 5% 0%;
    width: 100%;
}

.divContato i {
    font-size: 24px;
    line-height: 0;
}

.nav-link-contato {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.link {
    text-decoration: none;
    list-style: none;

}

.nav-link-contato {
    color: var(--corTextoCinzaClaro) !important;
    transition: color 0.3s;
    bottom: 1px
}

.nav-link-contato:hover {
    color: var(--corRosa) !important;
}

.textTamanho {
    font-size: 16px;
}

.textoContato {
    padding: 35px 100px;
}

.esquerdaContato {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}

.principalContato {
    display: flex;
    align-items: flex-start;
    flex-direction: column;

}

.map {
    width: 350px;
    height: 250px
}

.frameMap {
    margin-top: -80px;
}

.footer {
    background-color: var(--corBarra);
    padding: 2%;
    margin-top: 5%;
}

.close-menu {
    display: none;
    /* Escondido por padrão */
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    background: none;
    border: none;
    color: var(--corTextoCinza);
    z-index: 1001;
}

.principalfooter {
    margin-top: 2%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.divRodape {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

/*  Tela vagas */
main.vagas {
    padding: 70px;
}

.containerVaga {
    flex: 0 0 calc(33.333% - 25px);
    /* 3 itens por linha */
    max-width: calc(33.333% - 25px);
    border: 1px solid var(--corBarra);
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 1%;
    box-sizing: border-box;
}

.txt {
    color: var(--corTextoCinzaClaro);
}

.input {
    border: 1px solid var(--corBarra);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    height: 40px;
    border-radius: 5px;
    width: 100vh;
    padding: 10px;
}

.input:focus {
    outline: none;
}

.search-container {
    position: relative;
    display: inline-block;
}

.search-icon {
    position: absolute;
    right: 10px;
    top: 28%;
    transform: translateY(-50%);
}

.listaVagas {
    display: flex;
    flex-direction: row;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 5%
}

.pesquisa {
    display: flex;
    justify-content: space-between;
}

.txtTituloVaga {
    color: var(--corTextoCinzaClaro);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5%;
    height: 60px;
}

.btnVaga {
    width: 100%;
    background-color: var(--corRosa);
    border: none;
    border-radius: 5px;
}

.btnVaga:hover {
    background-color: var(--corRosaEscuro);
    border: 0.5px solid var(--corBranca);
    color: var(--corBranca) !important;
    ;
    text-decoration: none;
    list-style: none;
}

.textVaga {
    color: var(--corBranca) !important;
    text-decoration: none;
    list-style: none;
}

.icones {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.vagaIcones {
    width: 33%;
    height: 180px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.imgIcone {
    padding: 15px 0px;
    width: 60%;
}

.tempoVaga {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.divVaga {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 5% 0%;
    width: 100%;
}

.divVaga i {
    font-size: 16px;
    vertical-align: middle;
    line-height: 1;
    color: var(--corTextoCinzaClaro)
}

.divVaga p {
    margin: 0;
    line-height: 1.5;
    color: var(--corTextoCinzaClaro);
}

.containerParteBaixoCurriculo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 50%;

}

.imgIndustria {
    width: 100%;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.btnCadastra {
    width: 40%;
    padding: 0px
}


.inputPesquisar {
    position: relative;
    width: 50%;
    margin-right: 2%;
}

@media (max-width: 768px) {

    .imgIcone {
        padding: 15px 0px;
        width: 30%;
    }

    .containerProjeto {
        width: 100%;
        flex: 0 0 100%;
        margin-right: 0;

    }

    .carrossel-track {
        gap: 1%;

    }

    .carrossel-nav {
        position: absolute;
        top: 240%;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
        pointer-events: none;
        z-index: 10;
        padding: -2%;
    }

}

@media (max-width: 992px) {

    .divAplicativo {
        display: flex;
        flex-direction: column;
        margin-top: 5%;
    }

    .divAppEsq {
        width: 100%;
    }

    .imgQrcode {
        width: 80%
    }

    .divImagem {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15%;
    }

    .navbar-toggler {
        display: block;
    }

    .imgIcone {
        padding: 15px 0px;
        width: 40%;
    }


    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.95);
        z-index: 1000;
        padding: 3rem 2rem;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
    }

    .navbar-collapse.show {
        transform: translateX(0);
    }

    .navbar-nav {
        flex-direction: column;
        gap: 2rem !important;
        margin-top: 2rem;
    }

    .botoesMenu {
        flex-direction: column;
        margin-top: 2rem;
        gap: 1rem;
    }

    /* Botão de fechar */
    .close-menu {
        display: block;

    }

    .carrossel-nav {
        position: absolute;
        top: 240%;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
        pointer-events: none;
        z-index: 10;
        padding: -2%;
    }
}

/* Ajustes para projetos */
@media (max-width: 992px) {
    .carrossel-container {
        width: 95%;
    }

    .carrossel-track {
        width: 80%;
        gap: 5%;
    }

    .containerpjt {
        flex-direction: column;
        align-items: center;
    }

    .containerProjeto {
        width: 80%;
        margin: 1rem 0;
    }

    .imgProjeto {
        height: 50vw
    }


}

/* Ajustes para contato */
@media (max-width: 768px) {
    .containerContato {
        width: 90%;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 5%;
        box-sizing: border-box;
    }

    .containerContato>div {
        flex-direction: column;
    }


    .frameMap {
        width: 50%;
        margin-top: 1rem;

    }

    map {
        width: 200px;
        height: 150px
    }

    .btnPequenoVaga {
        width: 70%;
    }

    .containerVaga {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Ajustes para footer */
@media (max-width: 576px) {
    footer>div {
        flex-direction: row;
        gap: 1rem;
    }

    .principalfooter {
        margin-top: 2%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .divRodape {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;

    }

    .endereco {
        margin-left: 4%;
    }
}

@media (max-width: 992px) {
    .pesquisa {
        flex-direction: column;
        width: 100%;
    }

    .search-container {
        width: 100%;
        margin-bottom: 5%;
    }

    .input {
        width: 100%;
    }

    .search-icon {
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
    }

    .listaVagas {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 5%;
    }

    .containerVaga {
        flex: 0 0 100%;
        max-width: 100%;
    }

}


/* Requisitos das vagas */
.requisitos {
    padding: 70px;
}

.txtCidade {
    color: var(--corTextoCinza);
    font-weight: 600;
}

.txtReqSub {
    color: var(--corRosa);
    font-size: 18px;
    font-weight: 600;
}

.txtBeneficios {
    color: var(--corTextoCinzaClaro);
    font-weight: 600;
    text-align: center;
    padding-top: 10%;
}

.beneficios {
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    padding-bottom: 5%;
    gap: 10%;
}

.containerCandidatar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.imgBen {
    width: 45px;
}


.iconesBeneficios {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 80%;
    padding: 2%;
}

.iconesBeneficios>* {
    flex-basis: 25%;
    box-sizing: border-box;
    text-align: center;
}


@media (max-width: 992px) {
    .imgBen {
        width: 30px;
    }

    .iconesBeneficios {
        display: flex;
        flex-direction: column;

    }

    .txtBeneficios {
        color: var(--corTextoCinzaClaro);
        font-weight: 600;
        padding-top: 0
    }

    .beneficios {
        display: flex;
        align-items: center;
        flex-direction: row;
        padding-bottom: 5%;
        gap: 2%
    }

}


/* Tela Questionário */
.inputQuest {
    border: 1px solid var(--corBarra);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    height: 40px;
    border-radius: 5px;
    width: 100vh;
    padding: 10px;
}

.inputQuestPeq {
    border: 1px solid var(--corBarra);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    height: 40px;
    border-radius: 5px;
    width: 50vh;
    padding: 10px;
}

.inputQuest:focus {
    outline: none;
}

.divQuest {
    margin-bottom: 2%;
    width: 100%;
    padding: 15px
}

/* .divQuestPeq {
    width: 52%;
    margin-bottom: 2%;
} */


.questionario {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5%;
}

@media (max-width: 992px) {
    .inputQuest {
        max-width: 500px;
        /* Reduz um pouco em tablets */
    }

    .inputQuestPeq {
        max-width: 250px;
    }

    .divQuest {
        width: 60%;
        margin-bottom: 2%;
    }
}

@media (max-width: 768px) {
    .inputQuest {
        max-width: 400px;
        /* Tamanho médio para celulares maiores */
    }

    .inputQuestPeq {
        max-width: 200px;
    }

    .questionario {
        display: block;
    }
}

@media (max-width: 480px) {
    .inputQuest {
        max-width: 300px;
        /* Compacto para celulares pequenos */
    }

    .inputQuestPeq {
        max-width: 150px;
    }

    .questionario {
        display: block;
    }
}