/* ==================== pag 2 ========================= */

.pag-2 {
    width: 100%;
    padding: 80px 22%;

    background-color: var(--main2-color);
}

.pag-2-geral {
    width: 100%;

    display: flex;
    flex-direction: column;
    gap: 60px;
}

.pag-2-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;
    
}

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

.cs h1{
    font-size: 34px;
}

.works{
    display: flex;
    flex-direction: column;
    gap: 80px;  
}

.trabalhos{
    display: flex;
    flex-direction: column;
    justify-content: space-around;  
}

.trabalhos h1 {
    font-size: 24px;
}

.trabalhos a{
    color: white;
    width: 192px;
    height: 40px;

    border-radius: 5px;
}

.fintech {
    display: flex;
    gap: 32px;
}

.fintech-bad {
    width: 72px;
    height: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 12px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    border-radius: 60px;
    background-color: #FFF6E9;
}

.fintech-bad p {
    color: #FFA217;
}

.fintech a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFA217;
}

.fintech a:hover{
    background-color: #f5b555;
}

.edtech {
    display: flex;
    flex-direction: row-reverse;
    gap: 32px;
}

.edtech-bad {
    width: 100px;
    height: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 12px;
    font-family: Impact, Haettenschweiler,
    'Arial Narrow Bold', sans-serif;
    border-radius: 60px;
    background-color: #D0E6FF;
}

.edtech-bad p {
    color: #000AFF;
}

.edtech a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000AFF;
}

.edtech a:hover{
    background-color: #555afa;
}

.pharma {
    display: flex;
    gap: 32px;
}

.pharma-bad {
    width: 72px;
    height: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 12px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    border-radius: 60px;
    background-color: #E0FFF8;
}

.pharma-bad p {
    color: #2AB090;
}

.pharma a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2AB090;
}

.pharma a:hover{
    background-color: #3bceac;
}

/* ==================== pag 2 ========================= */