:root{
    --azul-cards: #050c9c;
    --azul-escuro: #0039AF;
    --azul-escuro-botao-login: #2154BD;
    --azul-escuro-descricao: #163f94;
    --azul-claro: #C2EBFC;
    --azul-claro-botao-mensagem: #0090f6;
    --preto: #000000;
    --branco: #FFFFFF;
    --fonte-principal: 'Chillax', sans-serif;
    --fonte-secundaria: 'General Sans', sans-serif;
}

.container{
    display: grid;
}

.principal{
    background-repeat: no-repeat;
    height: 100%;
}

.cabecalho{
    display: flex;
    gap: 12rem;
    align-items: center;
    padding: 3rem 4rem;
}

.logo_cabecalho{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--azul-escuro);
}

.logo_cabecalho_programa{
    font-family: var(--fonte-principal);
    font-size: 63px;
    font-weight: bold;
}

.menu_navegacao{
    display: flex;
    gap: 8rem;
    align-items: center;
    font-family: var(--fonte-secundaria);
    font-size: 24px;
    color: var(--azul-escuro);
}

.menu_navegacao_inicio{
    text-decoration: none;
    color: var(--azul-escuro);
    font-weight: 500;
}

.menu_navegacao_servicos{
    text-decoration: none;
    color: var(--preto);
}

.cabecalho_registrar{
    background: linear-gradient(#3ABEF9, #050C9C);
    border-color: linear-gradient(#3ABEF9, #050C9C);
    height: 3.25rem;
    width: 11.1875rem;
    border-radius: 0.75rem;
}

.cabecalho_registrar_ancora{
    text-decoration: none;
    color: var(--branco);
    font-family: var(--fonte-secundaria);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.025rem;
}

.principal_2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.principal_2_titulo{
    font-family: var(--fonte-secundaria);
    font-weight: 600;
    font-size: 4.5rem;
    margin: 2rem;
}

.principal_2_descricao{
    font-family: var(--fonte-secundaria);
    font-weight: 400;
    font-size: 2rem;
    width: 70.6875rem;
    text-align: center;
    margin: 2rem;    
}

.link_registro{
    text-decoration: none;
    cursor: pointer;
}
.planos{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    margin-top: 2rem;
}

.card_rep_planos{
    width: 23.125rem;
    height: 20rem;
    cursor: pointer;
    background-color: var(--branco);
    border-radius: 1.875rem;
    top: 25rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 2rem;
}

.principal_3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 3rem;
    margin-top: 8rem;
}

.servicos{
    font-family: var(--fonte-principal);
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.45rem;
    color: var(--azul-escuro-botao-login);
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.gere_orcamentos{
    font-family: var(--fonte-secundaria);
    font-size: 4rem;
    font-weight: 600;
    line-height: 5.4rem;
    width: 60rem;
    text-align: center;
    height: 9.3125rem;
    display: flex;
    justify-content: space-between;
}

.cards{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.cards_fila_1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.cpu{
    width: 23.125rem;
    height: 25rem;
    background-color: var(--azul-escuro);
    border-radius: 1.875rem;
    top: 25rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 2rem;
}

.cards_fila_1_nome{
    font-family: var(--fonte-secundaria);
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.3625rem;
    text-align: left;
    color: var(--branco);
}

.cards_fila_1_descricao{
    font-family: var(--fonte-secundaria);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.51875rem;
    text-align: left;
    color: var(--branco);
}

.card_rep{
    width: 23.125rem;
    height: 25rem;
    background-color: var(--branco);
    border-radius: 1.875rem;
    top: 25rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 2rem;
}

.cards_fila_1_nome_rep{
    font-family: var(--fonte-secundaria);
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.3625rem;
    text-align: left;
    color: var(--azul-cards);
}

.cards_fila_1_descricao_rep{
    font-family: var(--fonte-secundaria);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.51875rem;
    text-align: left;
    color: var(--azul-cards);
}

.principal_4{
    height: 45.375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5rem 28rem;
}

.principal_4_descricao{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45.5rem;
    height: 24.75rem;
}

.principal_4_descricao_1{
    font-family: var(--fonte-secundaria);
    font-weight: 600;
    font-size: 3rem;
}

.principal_4_descricao_2{
    font-family: var(--fonte-secundaria);
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.7rem;
    width: 45.4375rem;
    color: #2e375b;
}

.principal_4_descrica_botão{
    width: 20.55rem;
    height: 5.375rem;
    border-radius: 1.875rem;
    background: linear-gradient(90deg, #31a7fb, #050c9c);
}

.principal_4_descrica_ancora{
    text-decoration: none;
    font-family: var(--fonte-secundaria);
    font-weight: 400;
    font-size: 1.75rem;
    color: var(--branco);
    padding-right: 4rem;
}

.rodape{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--azul-escuro);
    padding: 5rem 4rem;
}

.rodape_parte1{
    display: flex;
    align-items: first baseline;
    gap: 20rem;
}

.coluna_1{
    display: flex;
    flex-direction: column;
    color: var(--branco);
    gap: 2rem;
    font-family: var(--fonte-secundaria);
    font-size: 24px;
}

.logo_rodape{
    display: flex;
    align-items: center;
    color: var(--branco);
    font-family: var(--fonte-principal);
    font-size: 84px;
}

.contato{
    display: flex;
    flex-direction: column;
    color: var(--branco);
    gap: 2rem;
}

.contato_input_nome{
    display: flex;
    flex-direction: column;
    width: 35.375rem;
    height: 5.375rem;
    border-radius: 1.875rem;
}

.contato_input_email{
    display: flex;
    flex-direction: column;
    width: 35.375rem;
    height: 5.375rem;
    border-radius: 1.875rem;
}

.contato_input_mensagem{
    display: flex;
    flex-direction: column;
    width: 35.375rem;
    border-radius: 1.875rem;
    padding-top: 0.625rem;
    line-height: 3;
}

#contato_nome {
    padding: 0 1.5rem;
    font-family: var(--fonte-secundaria);
    font-size: 24px;
}

#contato_senha {
    padding: 0 1.5rem;
    font-family: var(--fonte-secundaria);
    font-size: 24px;
}

#mensagem {
    padding: 1rem 4rem;
    font-family: var(--fonte-secundaria);
    font-size: 24px;
}

.botao_contato{
    background-color: var(--azul-claro-botao-mensagem);
    width: 11.5625rem;
    height: 4.125rem;
    border-radius: 1.875rem;
    margin-left: 23.8125rem;
    float: right;
}

.ancora_contato{
    text-decoration: none;
    color: var(--azul-escuro);
}

.coluna_2{
    display: flex;
    flex-direction: column;
    gap: 5rem;
    color: var(--branco);
    font-family: var(--fonte-secundaria);
    font-size: 24px;
}

.coluna_2_ancora{
    text-decoration: none;
    color: var(--branco);
}

.coluna_3{
    display: flex;
    flex-direction: column;
    gap: 5rem;
    color: var(--branco);
    font-family: var(--fonte-secundaria);
    font-size: 24px;
}

.imagem_rede_social{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coluna_3_ancora{
    text-decoration: none;
    color: var(--branco);
}

@media (max-width: 430px) {
    .container {
        display: block;
    }

    .cabecalho {
        flex-direction: column;
        padding: 2rem;
    }

    .logo_cabecalho {
        flex-direction: column;
        gap: 1rem;
    }

    .logo_cabecalho_programa {
        font-size: 36px;
    }

    .menu_navegacao {
        flex-direction: column;
        gap: 1.5rem;
        font-size: 18px;
    }

    .cabecalho_registrar {
        width: 100%;
        height: auto;
        margin-top: 1rem;
        text-align: center;
    }

    .principal_2 {
        padding: 1rem;
    }

    .principal_2_titulo {
        font-size: 3rem;
    }

    .principal_2_descricao {
        font-size: 1.5rem;
        width: 100%;
    }

    .planos {
        flex-direction: column;
        gap: 2rem;
    }

    .card_rep_planos {
        width: 100%;
        height: auto;
        padding: 1rem;
    }

    .principal_3 {
        flex-direction: column;
        gap: 2rem;
    }

    .gere_orcamentos {
        font-size: 2.5rem;
        width: 100%;
    }

    .cards {
        gap: 1rem;
    }

    .cards_fila_1 {
        flex-direction: column;
    }

    .cpu, .card_rep {
        width: 100%;
        height: auto;
        padding: 1rem;
    }

    .cards_fila_1_nome, .cards_fila_1_descricao {
        font-size: 1.5rem;
    }

    .princial_4 {
        padding: 3rem 1rem;
    }

    .princial_4_descricao {
        width: 100%;
        padding: 1rem;
    }

    .princial_4_descricao_1 {
        font-size: 2.5rem;
    }

    .princial_4_descricao_2 {
        font-size: 1.5rem;
    }

    .rodape {
        flex-direction: column;
        padding: 2rem;
    }

    .rodape_parte1 {
        gap: 1rem;
    }

    .coluna_1, .coluna_2, .coluna_3 {
        gap: 1rem;
    }

    .logo_rodape {
        font-size: 36px;
    }

    .contato_input_nome, .contato_input_email, .contato_input_mensagem {
        width: 100%;
    }

    .botao_contato {
        width: 100%;
        margin-left: 0;
        float: none;
    }

    .coluna_2, .coluna_3 {
        font-size: 18px;
    }
}
