@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;
    }

    .infos {
        display: grid;
        margin: 28px;
        gap: 28px;
    }

    .cardTexto {
        display: grid;
        row-gap: 12px;
        padding: 40px;
        border-radius: 15px;
        background: rgba(45, 46, 131);
        color: white;
        text-align: center;
    }

    .tituloCardTexto {
        font-size: 36px;
        font-weight: 700;
        text-align: center;
    }

    .subTitulo {
        color: #1C1D67;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 0px 40px 40px 40px;
    }

    .plantas{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .imgPlantas{
        max-width: 400px;
    }

    .footer {
        background: #1C1D67;
        padding: 48px 24px;
        text-align: center;
        color: white;
        font-size: 12px;
    }
}

@media screen and (min-width: 1281px) {
    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;
    }

    .infos {
        display: grid;
        grid-template-columns: auto auto auto;
        margin: 28px;
        gap: 28px;
    }

    .cardTexto {
        display: grid;
        row-gap: 12px;
        padding: 40px;
        border-radius: 15px;
        background: rgba(45, 46, 131);
        color: white;
        text-align: center;
    }

    .tituloCardTexto {
        font-size: 36px;
        font-weight: 700;
        text-align: center;
    }

    .subTitulo {
        color: #1C1D67;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 0px 40px 40px 40px;
    }

    .plantas{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .imgPlantas{
        max-width: 400px;
    }

    .footer {
        background: #1C1D67;
        padding: 48px 24px;
        text-align: center;
        color: white;
        font-size: 12px;
    }
}