* {
    box-sizing: border-box;
    margin: 0;
    font-family: 'Inter', sans-serif;
    padding: 0;
    border: 0;
    text-decoration: none;
    list-style: none;
}

:root {
    --cor-texto-btn-cadastrar: #FFFFFF;
    --cor-fundo-btn-cadastrar: #8E2424;
    --cor-texto: #667085;
    --cor-texto-logo: #3A404E;
    --cor-titulo: #101828;
}

/* GLOBAL */


h1{
    font-weight: 600;
    color: var(--cor-titulo);
    letter-spacing: -2px;
}

h2{
    color: var(--cor-fundo-btn-cadastrar);
}

p{
    font-weight: 400;
    color: var(--cor-texto);
}

a{
    color: var(--cor-texto);
    font-weight: 500;
}



/* MENU DE NAVEGAÇÃO */

nav{
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding-right: 32px;
    padding-left: 32px;
    width: 100%;
    background-color: var(--cor-texto-btn-cadastrar);
}

.texto-logo{
    color: var(--cor-texto-logo);
    font-weight: 500;
    font-size: 18px;
}

.logo{
    display: flex;
    align-items: center;
    gap: 8px;
}

.paginas ul{
    display: flex;
    align-items: center;
    gap: 32px;
}

.botoes ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

.btn-cadastrar{
    color: var(--cor-texto-btn-cadastrar);
    background-color: var(--cor-fundo-btn-cadastrar);
    padding: 10px 18px;
    border: 1px;
    border-radius: 8px;
}

/* CABEÇALHO */

.cabecalho{
    display: flex;
    flex-direction: column;
    height: 407px;
    padding: 96px;
    gap: 24px;
    align-items: center;
}

.texto-cabecalho{
    text-align: center;
    width: 792px;
    font-size: 20px;
    line-height: 30px;
}


.heading-cabecalho{
    font-size: 3rem;
}

.subheading-cabecalho{
    font-size: 1rem;
}

/* METRICAS */

.metricas-container{
    display: flex;
    gap: 32px;
    padding-bottom: 96px;
}

.item-metricas{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 32px;
    padding-right: 32px;
}

.heading-metricas{
    font-size: 60px;
    color: var(--cor-fundo-btn-cadastrar);
    line-height: 72px;
}

.subheading-metricas{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.texto-metricas{
    font-size: 1rem;
    line-height: 24px;
}

/* VAGAS */

.vagas-container{
    padding: 96px 0px;
}

.talentos-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:20px;  
    padding-bottom: 80px; 
}

.subheading-vagas{
    font-size: 14px;
    color: var(--cor-fundo-btn-cadastrar);
    font-weight: 500;
    line-height: 20px;
    border-radius: 1rem;
    padding: 4px 12px;
    background-color: #8E24240D;
    width: fit-content;
}

.heading-vagas{
    font-size: 36px;
    line-height: 44px;
    width: fit-content;
}

.texto-vagas{
    font-size: 20px;
    line-height: 30px;
}

.img-team{
    /* height: 400px; */
    width: 95%;
}