/* ==================== pag 4 ========================= */

.pag-4{
    height: 835px;
    background-color: var(--main2-color);
    padding: 100px 85px;
}

.pag-4-geral{
    height: 676px;
    display: flex;
    gap: 60px;
    flex-direction: column;
}

.pag-4-geral p{
    color: var(--letra-color);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 14px;
}

.topo-pag-4{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.topo-pag-4 h1{
    font-size: 34px;
}

.topo-pag-4 p{
    padding: 0px 270px;
    text-align: center;
}

.caixas-pag-4{
    display: flex;
    gap: 30px;
    justify-content: center;
}

.trabalho-p4{
    width: 445px;
    height: 494px;
    display: flex;
    flex-direction: column;
    gap: 20px;   
}

.trabalho-p4 h1{
    font-size: 24px;
}

.trabalho-p4 a{
    border-radius: 5px;
    width: 140px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 230px;
    
    font-size: 16px;
    color: white;
    background-color: var(--button-color);
    box-shadow: 0px 0px 15px var(--button-shadow-color);
}

.trabalho-p4 a:hover{
    background-color: var(--button-shadow-color);
}

/* ==================== pag 4 ========================= */