@media screen and (max-width: 1280px) {
    body {
        font-family: Arial, Helvetica, sans-serif;
        margin: 0;
    }

    a {
        text-decoration: none;
        color: white;
    }

    .header {
        height: fit-content;
        width: 100dvw;
        background: rgba(15, 15, 39, 0.35);
        font-size: 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .voltar {
        display: flex;
        align-items: center;
        margin-left: 28px;
    }

    .header img {
        height: 128px;
    }

    .titulo {
        color: #1C1D67;
        text-align: center;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 40px 40px 20px 40px;
    }

    .portfolio {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 16px;
        gap: 24px;
    }

    .cardResidencial {
        background: #1C1D67;
        border-radius: 10px;
    }

    .cardParteDeBaixo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px;
    }

    .tituloCardResidencial {
        font-size: 24px;
        font-weight: 700;
    }

    .textoCardResidencial {
        font-size: 14px;
    }

    .buttonVerMais {
        width: fit-content;
        background-color: transparent;
        border: 2px solid #1C1D67;
        border-radius: 50px;
        padding: .5rem 1.5rem;
        color: #1C1D67;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
    }

    .thumbnail {
        width: 350px;
        height: 350px;
        object-fit: cover;
    }

    .footer {
        background: #1C1D67;
        padding: 48px 24px;
        text-align: center;
        color: white;
        font-size: 12px;
    }
}

@media screen and (min-width: 1280px) {
    body {
        font-family: Arial, Helvetica, sans-serif;
        margin: 0;
    }

    a {
        text-decoration: none;
        color: white;
    }

    .header {
        height: fit-content;
        width: 100%;
        background: rgba(15, 15, 39, 0.35);
        font-size: 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .voltar {
        display: flex;
        align-items: center;
        margin-left: 28px;
    }

    .header img {
        height: 128px;
    }

    .titulo {
        color: #1C1D67;
        text-align: center;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 40px 40px 20px 40px;
    }

    .portfolio {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 16px;
        gap: 24px;
    }

    .cardResidencial {
        background: #1C1D67;
        border-radius: 10px;
    }

    .cardParteDeBaixo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px;
    }

    .tituloCardResidencial {
        font-size: 24px;
        font-weight: 700;
    }

    .textoCardResidencial {
        font-size: 14px;
    }

    .buttonVerMais {
        width: fit-content;
        background-color: transparent;
        border: 2px solid #1C1D67;
        border-radius: 50px;
        padding: .5rem 1.5rem;
        color: #1C1D67;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
    }

    .thumbnail {
        width: 350px;
        height: 350px;
        object-fit: cover;
    }

    .footer {
        background: #1C1D67;
        padding: 48px 24px;
        text-align: center;
        color: white;
        font-size: 12px;
    }
}