@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
    --texto-cor-primaria:#667085;
    --texto-cor-secundaria:#101828;
    --texto-cor-terciaria:#8E2424;
    --texto-style:"Inter", sans-serif;
}

.cabecalho {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.logo {
    display: flex;
    gap: 8px;
}

.logo__texto {
    color: #3A404E;
    font-family: var(--texto-style);
    font-weight: 500;
    font-size: 18px;
}

.navbar__nav {
    display: flex;
    gap: 32px;
}

.navbar__nav__links {
    text-decoration: none;
    color: var(--texto-cor-primaria);
    font-family: var(--texto-style);
    font-weight: 500;
    font-size: 16px;
}

.vazia {
    width: 142px;
}

.login__nav {
    display: flex;
    gap: 12px;
    text-align: center;
}

.login__nav__entrar {
    text-decoration: none;
    color: var(--texto-cor-primaria);
    font-family: var(--texto-style);
    font-weight: 500;
    font-size: 16px;
    background-color: #FFFFFF;
    padding: 10px 18px;
}

.login__nav__cadastrar {
    text-decoration: none;
    color: #FFFFFF;
    font-family: var(--texto-style);
    font-weight: 500;
    font-size: 16px;
    background-color: var(--texto-cor-terciaria);
    padding: 10px 18px;
    border-radius: 8px;
}




.corpo{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 80px 96px 80px;
}



.corpo__cabecalho {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 90px 324px;
}

.corpo__cabecalho__span {
    color: var(--texto-cor-terciaria);
    font-family: var(--texto-style);
    font-weight: 600;
    font-size: 16px;
}

.corpo__cabecalho__titulo {
    color: var(--texto-cor-secundaria);
    font-family: var(--texto-style);
    font-weight: 600;
    font-size: 48px;
}

.corpo__cabecalho__paragrafo {
    color: var(--texto-cor-primaria);
    font-family: var(--texto-style);
    font-weight: 400;
    font-size: 20px;
}



.metricas {
    display: flex;
    flex-direction: row;
    gap: 32px;
    padding: 0 80px 96px 80px;
    align-items: center;
}

.metricas__div {
    width: 280px;
    height: 192px;
}

.metricas__titulo {
    color: var(--texto-cor-terciaria);
    font-family: var(--texto-style);
    font-weight: 600;
    font-size: 60px;
}

.metricas__subtitulo {
    color: var(--texto-cor-secundaria);
    font-family: var(--texto-style);
    font-weight: 500;
    font-size: 18px;
}

.metricas__paragrafo {
    color: var(--texto-cor-primaria);
    font-family: var(--texto-style);
    font-weight: 400;
    font-size: 16px;
}

.vagas {
    padding: 96px 80px;
}

.vagas__div1 {
    width: 1280px;
    text-align: center;
}

.vagas__div1__span {
    color: var(--texto-cor-terciaria);
    font-family: var(--texto-style);
    font-weight: 500;
    font-size: 14px;
    background-color: #F9F4F4;
    padding: 4px 12px;
    border-radius: 16px;
}

.vagas__div1__titulo {
    color: var(--texto-cor-secundaria);
    font-family: var(--texto-style);
    font-weight: 600;
    font-size: 36px;
    padding-top: 5px;
}

.vagas__div1__paragrafo {
    color: var(--texto-cor-primaria);
    font-family: var(--texto-style);
    font-weight: 500;
    font-size: 20px;
    padding-top: 10px;
}

.vagas__div1__imagem {
    width: 1216px;
    padding-top: 64px;
}

.vagas__vagas {
    display: flex;
    flex-direction: column;
    padding: 64px 0;
    gap: 64px;
}

.vagas__vagas__design {
    width: 768px;
    padding: 0 256px;
}

.vagas__vagas__dev {
    width: 768px;
    padding: 0 256px;
}

.vagas__design__dev {
    color: var(--texto-cor-secundaria);
    font-family: var(--texto-style);
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 8px;
}

.vaga {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 24px 24px 28px 24px;
    border: solid #EAECF0;
    border-radius: 16px;
    margin: 24px 0;
    width: 768px;
}

.vaga__titulo {
    color: var(--texto-cor-secundaria);
    font-family: var(--texto-style);
    font-weight: 500;
    font-size: 18px;
}

.informacoes {
    color: var(--texto-cor-primaria);
    display: flex;
    gap: 24px;
}



.depoimentos {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 64px;
    align-items: center;
    text-align: center;
    background-color: #FDF8F8;
    margin: 0 32px;
    width: 1088px;
}

.depoimentos__parte1 {
    display: flex;
    flex-direction: column;
    width: 1088px;
    height: 124px;
    gap: 16px;
}

.depoimentos__parte2 {
    display: flex;
    flex-direction: column;
    width: 1088px;
    height: 120px;
    gap: 16px;
    align-items: center;
}

.depoimentos__span {
    color: var(--texto-cor-terciaria);
    font-family: var(--texto-style);
    font-weight: 600;
    font-size: 14px;
}

.depoimentos__texto {
    color: var(--texto-cor-secundaria);
    font-family: var(--texto-style);
    font-weight: 500;
    font-size: 36px;
    margin: 0;
}

.depoimentos__imagem {
    width: 56px;
    height: 56px;
}

.depoimentos__descricao {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.depoimentos__nome {
    color: var(--texto-cor-secundaria);
    font-family: var(--texto-style);
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}

.depoimentos__trabalho {
    color: var(--texto-cor-primaria);
    font-family: var(--texto-style);
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}



.rodape {
    background-color: #F9FAFB;
    display: flex;
    flex-direction: column;
    padding: 96px 304px;
    gap: 32px;
    align-items: center;
    margin: 0;
}

.rodape__div1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 0 32px;
    width: 768px;
}

.rodape__cadastro {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    text-align: center;
}

.rodape__titulo {
    color: var(--texto-cor-secundaria);
    font-family: var(--texto-style);
    font-weight: 600;
    font-size: 36px;
    margin: 0;
}

.rodape__texto {
    color: var(--texto-cor-primaria);
    font-family: var(--texto-style);
    font-weight: 400;
    font-size: 20px;
    margin: 0;
}

.rodape__cadastrar {
    display: flex;
    gap: 16px;
    align-items: center;
}

.rodape__input {
    color: var(--texto-cor-primaria);
    font-family: var(--texto-style);
    font-weight: 400;
    font-size: 16px;
    border-radius: 8px;
    padding: 10px 14px 10px 16px;
    border: solid #D0D5DD;
}

.rodape__botao {
    color: #FFFFFF;
    background-color: var(--texto-cor-terciaria);
    font-family: var(--texto-style);
    font-weight: 500;
    font-size: 16px;
    border-radius: 8px;
    text-decoration: none;
    padding: 12px 20px;
}

.copyright {
    color: #98A2B3;
    font-family: var(--texto-style);
    font-weight: 400;
    font-size: 16px;
}