* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background-color: #FAFAFF;
}

/*boot - css*/
.container {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 4px;
}

.navigation {
    padding-left: 72px;
    display: flex;
    width: 50%;
    align-items: center;
}

.navigation h3 {
    padding-left: 13px;
    color: #2B2525;
    font-family: 'Inter', sans-serif;
    font-weight: 600;

}

.navigation img {

    width: 75px;
    height: 70px;
}

.navbar-login {
    display: flex;
    width: 50%;
    padding-right: 72px;
    justify-content: end;
    align-items: center;

}

.navbar-login a {
    margin-right: 1em;
    display: flex;
    text-decoration: none;
    color: #2B2525;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.hamburger-menu {
    display: none;
}

footer {
    margin-top: 10em;
    bottom: 0;
    width: 100%;
    background-color: #2C456B;

}

.footer-bar {
    width: 100%;
    ;
    justify-content: center;
    color: #FAFAFF;
    display: flex;
    justify-content: space-between;
}

.footer-bar div {
    margin: 2em 10em;
}

footer p,
footer a {
    color: white;
    font-size: 14px;
    padding-bottom: 1em;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

footer a {
    padding: 0 0;
}

.footer-bar div a {
    display: block;
    padding: 16px;
    color: #FAFAFF;
    text-decoration: none;
}

/*========================= conteudo ====================*/

.boas-vindas {
    margin: 2em 10em;
    color: #08224E;
}

hr {
    z-index: -2;
}

.boas-vindas h1 {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
}

.description {
    margin: 1em 10em;
    color: #2B2525;
}

.description p {
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.carrossel {
    display: flex;
    justify-content: center;
    margin: 7em auto -5em auto;

}

.carrossel img {
    width: 1024px;
    height: 540px;
    border: #2C456B solid;
    border-radius: 15px;
}

/*
.carrossel img:hover{
    transition: 0.3s;
    width: 50%;
    
}*/

.bullets {
    text-align: center;
}

.bullets span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -6em 0.5em;
    border-radius: 50%;
    cursor: pointer;
    background-color: #ccc;
}

.bullets span.active-slider {
    background: #082382;
}

.section-2 {
    margin-top: 8em;
}

.cabecalho {
    display: flex;
    margin: auto 10em;
    height: 100%;
    color: #08224E;
    justify-content: space-between;
}

.cabecalho h2 {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
}

.filtros {
    width: 80%;
}


.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2em 3em;
    width: 35%;
}

.itens {
    width: 20%;
    text-align: end;
}

.itens select {
    margin: 2em 3em;
}

.cabecalho select {
    width: 120px;
    text-align: center;
    font-weight: 600;
    border: #2C456B solid;
    background-color: #2C456B;
    color: #FAFAFF;
    border-radius: 10px;

}

.cabecalho select:selection {
    transition: 1s;
}

.cabecalho i {
    color: #2C456B;
}

.vagas {
    display: flex;
    justify-content: center;

}

.vagas th,
td {
    padding: 2em 9em;
    border-bottom: #2B2525 solid;
    border-width: 1px;
}

.vagas th {
    font-weight: 700;
}

.vagas,
a {
    padding: 1em;
    text-decoration: none;
    color: #2B2525;
    ;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

a:hover {
    color: #2C456B;
}

div .perfil {
    cursor: pointer;
    border-radius: 68px;
}

.perfil img {
    background-size: auto;
    width: 55px;
    height: 55px;
    border-radius: 68px;
    /* border: #133fcf solid 2px; */


}

#profile-menu {
    margin: 170px 0 0 40px;

}

#profile-menu .icon {
    margin-right: 10px;
}

/* #dropdown {
    position: absolute;
    margin: 12.5em 0 0 0;
    width: 150px;
    border: #2C456B;
    opacity: 0;
    visibility: hidden;

}

#dropdown.ativo {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}

#dropdown ::before {
    content: '';
    position: absolute;
    top: -4px;
    right: 23px;
    width: 10px;
    height: 20px;
    background: #2C456B;
    transform: rotate(45deg);
}

#dropdown i {
    position: absolute;
    transform: rotate(-45deg);
    margin-top: -12px;
    font-size: 13px;
}

#dropdown ul {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    background: #2C456B;
    list-style: none;
    align-items: end;
}


#dropdown a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    transition: 0.2s;

}


.dropdown a:hover {
    font-size: 14.4px;
} */




/*Screen mobile 400px*/



/*Estilização Questionário*/

.w-100 {

    display: flex;

}

.w-50 {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(232, 230, 230);
    padding: 50px;
    align-items: center;
    flex-direction: column;
    display: flex;
}

.li-perguntas {

    width: 50%;
    margin: 100px 0;
}

.li-perguntas legend {
    color: white;
    border-radius: 10px;
    background-color: #2C456B;
    padding: 0 5px;
    margin-left: 10px;
    padding: 15px 20px;

}

.title-perg {
    margin: 50px;
}

.box-content {
    background-color: white;
    padding: 50px;
    margin: 3em 0;
    border: none;
    border-radius: 13px;
    box-shadow: 1px 1px 6px #0000001c
}

.reply {
    margin: 50px;

}

.reply {
    display: flex;
    justify-content: space-between;
}


.formulario {
    width: 100%;
}


.yes-no {
    width: 100%;


}

.yes-no input {
    margin: 10px;
}

.salva-formulario {
    text-align: end;
}

.salva-formulario button {
    width: 85px;
    padding: 7px 25px;
    background-color: #257eb9;
    color: white;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 6px #0000001c
}

.salva-formulario button:hover {
    transition: 0.3s;
    background-color: #135683;
    cursor: pointer;

}

.form-after-reply {
    text-align: center;
}

.form-after-reply {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #08224E;
}

.form-after-reply h3 {
    margin: 10px 0 35px 0;
    color: rgb(52, 52, 53)
}

.salva-candidato {
    width: 100px;
    padding: 10px 25px;
    background-color: #257eb9;
    color: white;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 6px #0000001c
}


/*Screen mobile ate 600px*/
@media (max-width: 600px) {
    .navigation {

        width: 70%;
        padding-left: 12px;
        z-index: 1;
    }

    .navigation h3 {
        font-size: 13px;
    }

    .navigation img {
        width: 55px;
        height: 50px;
        z-index: 2;

    }

    .navbar-login {
        font-size: 13px;
        width: 30%;
        margin-left: 1em;
        justify-content: center;
    }


    .navbar-login .btn-login {
        display: none;
    }

    .navbar-login .btn-login-menu {
        display: block;
        margin-left: 1em;
    }

    .boas-vindas {
        margin: 2em 0.5em;

    }

    .boas-vindas h1 {
        font-size: 18px;

    }

    .description {
        margin: 1em 1.3em;
    }

    .description p {
        font-size: 15px;
    }

    .description b {
        font-size: 23px;
        margin-right: 2px;
        color: #2C456B;
    }


    .carrossel {
        margin: 3em auto -5em auto;
    }

    .carrossel img {
        width: 320px;
        height: 170px;
    }

    .bullets span {
        width: 14px;
        height: 14px;
    }


    .cabecalho {
        margin: auto 0.5em;

    }

    .cabecalho h2 {
        font-size: 16px;

    }

    .filtros {
        width: 60%;

    }

    .itens {
        width: 40%;

    }

    .content {
        width: 100%;
        margin: 1em 0em;
        justify-content: unset;
    }

    .content i {
        font-size: 15px;
    }

    .cabecalho select {
        width: 68px;
        margin-left: 1em;
    }

    .itens .filtro-pagina {
        width: 68px;
        margin: 1.3em;

    }

    .vagas th {
        font-size: 15px;
        padding: 2em 1em;
    }

    .vagas td {
        padding: 1em 0;
        font-size: 12px;
        text-align: center;
    }


    td a {
        padding: 0;
        margin-right: 3px;
    }

    .menu-nav a {
        display: none;
    }

    .perfil {
        border-radius: 68px;
        padding: 3px;
    }

    .perfil img {
        margin-top: 4px;
        width: 80px;
        height: 75px;
        border-radius: 68px;
        /* border: #133fcf solid 2px; */
    }

    /* .dropdown {
        margin: 11.5em 0 0 1em;
    }

    .dropdown ul {
        align-content: center;
        flex-wrap: wrap;
        align-items: unset;
    } */

    footer {
        margin-top: 6em;
        width: 100%;
    }

    .footer-bar div {
        margin: 2em 1em;
    }

    .footer-bar div a {
        padding: 8px;
        font-size: 14px;
        text-align: start;
    }


    /* ---- Estilização Menu Hamburguer----*/

    .hamburger-menu {
        display: inline;
    }

    #menu__toggle {
        opacity: 0;
    }

    #menu__toggle:checked+.menu__btn>span {
        transform: rotate(45deg);
    }

    #menu__toggle:checked+.menu__btn>span::before {
        top: 0;
        transform: rotate(0deg);
    }

    #menu__toggle:checked+.menu__btn>span::after {
        top: 0;
        transform: rotate(90deg);
    }

    #menu__toggle:checked~.menu__box {
        left: 0 !important;
    }

    .menu__btn {
        position: absolute;
        top: 42px;
        right: 24px;
        width: 24px;
        height: 26px;
        cursor: pointer;
        z-index: 999;
    }

    .menu__btn>span,
    .menu__btn>span::before,
    .menu__btn>span::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #616161;
        transition-duration: .25s;
    }

    .menu__btn>span::before {
        content: '';
        top: -8px;
    }

    .menu__btn>span::after {
        content: '';
        top: 8px;
    }

    .menu__box {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        width: 250px;
        height: 100%;
        margin: 0;
        padding: 40px 0;
        list-style: none;
        background-color: #ECEFF1;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
        transition-duration: .25s;
    }

    .menu__item {
        display: block;
        padding: 12px 24px;
        color: #333;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        transition-duration: .25s;
    }

    .menu__item:hover {
        background-color: #CFD8DC;
    }

    .menu__box li a {
        font-size: 14px;
    }


    .w-50 {
        padding: 0 15px;
        display: block;
    }

    .li-perguntas {
        width: 100%;
        margin: -25px 0;
    }

    .title-perg {
        margin: 0;
    }

    .reply {
        margin: 50px 0;
    }


    .form-after-reply {
        margin-top: 14em;
        width: 100%;

    }



}

/*Screen mobile 600px*/

@media (min-width: 451px) and (max-width: 600px) {
    .carrossel img {
        width: 460px;
        height: 280px;
    }


}