: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-image: url("assets/img/index/Rodovia.svg");
    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;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 8rem 0;
    gap: 2rem;
}

.principal_2_esquerda_eng_p_eng{
    background-color: var(--azul-claro-botao-mensagem);
    border-radius: 1.875rem;
    width: 28rem;
    height: 4rem;
    justify-items: center;
    border: none;
    font-family: var(--fonte-principal);
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75rem;
    color: var(--branco);
}

.principal_2_esquerda_revolucao{
    color: var(--branco);
    font-family: var(--fonte-secundaria);
    font-size: 4.125rem;
    font-weight: 600;
    line-height: 8rem;
    width: 50rem;
    height: 26.56rem;
    text-align: center;
}

.principal_2_esquerda_des_programa{
    color: var(--branco);
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 2.3625rem;
    width: 50rem;
    text-align: center;
    height: 2.6875rem;
}

.principal_2_botao_saiba_mais{
    width: 20.625rem;
    height: 5.375rem;
    border-radius: 1.875rem;
    background: linear-gradient(#3ABEF9, #050C9C);
}

.principal_2_botao_saiba_mais_ancora{
    text-decoration: none;
    font-family: var(--fonte-secundaria);
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 2.54rem;
    color: var(--branco);
}

.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: auto;
    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: auto;
    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;
    cursor: pointer;
}

.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);
}

.alert {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

@media (max-width: 430px) {
    .principal {
        background-image: url("assets/img/index/rodovia_430.jpg");
        background-size: cover; /* A imagem agora cobre todo o fundo, sem distorcer */
        background-position: center;
        background-repeat: no-repeat;
        height: 35%;

    }

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

    .menu_navegacao{
        display: flex;
        justify-content: space-between;
    }
}
