/*Celulares*/
@media screen and (max-width: 1280px) {
    body {
        font-family: Arial, Helvetica, sans-serif;
        margin: 0;
    }

    .backgroundImg {
        background-image: url(assets/homeBG.png);
        background-repeat: no-repeat;
        background-size: auto 100dvh;
        background-position: 50% 0%;
    }

    a {
        text-decoration: none;
        color: white;
    }

    .header {
        width: 100dvw;
        height: 128px;
        background-color: rgba(0, 0, 0, 0.45);
        display: flex;
        justify-content: center;
    }

    .logo-header {
        height: 128px;
    }

    .home {
        height: calc(100dvh - 128px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        color: #F6FFF8;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
    }

    .buttonSaibaMais {
        width: fit-content;
        background-color: transparent;
        border: 2px solid white;
        border-radius: 50px;
        padding: .5rem 1.5rem;
        color: #F6FFF8;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
    }

    .portfolio {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 16px;
        gap: 24px;
    }

    .empreendimentos {
        display: flex;
        flex-direction: column;
        gap: 36px;
    }

    .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;
    }

    .titulo {
        color: #1C1D67;
        text-align: center;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 40px 40px 20px 40px;
    }

    .texto {
        color: #1C1D67;
        text-align: center;
        font-size: 16px;
        padding: 0px 30px 20px 30px;
    }

    .cidade {
        padding: 72px 52px;
        background:
            linear-gradient(0deg, rgba(15, 15, 39, 0.35) 0%,
                rgba(15, 15, 39, 0.35) 100%),
            url(assets/d62a4e08321b4e32fa94b9a2234e620aa07a3220.png) lightgray 50% / cover no-repeat;
    }

    .cardTexto {
        display: grid;
        row-gap: 12px;
        padding: 40px;
        border-radius: 15px;
        background: rgba(45, 46, 131, 0.65);
        color: white;
        text-align: center;
    }

    .tituloCardTexto {
        font-size: 36px;
        font-weight: 700;
    }

    .formContato {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 24px;
        gap: 16px;
        color: #1C1D67;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
    }

    .input {
        height: 40px;
        width: 85%;
        border-radius: 5px;
        border: 1px solid rgba(15, 15, 39, 0.35);
        background-color: #F0F0F0;
    }

    .textarea {
        width: 85%;
        border-radius: 5px;
        border: 1px solid rgba(15, 15, 39, 0.35);
        background-color: #F0F0F0;
        resize: none;
    }

    .buttonEnviar {
        width: fit-content;
        background-color: transparent;
        border: 2px solid #1C1D67;
        border-radius: 50px;
        padding: .5rem 1.5rem;
        margin-top: 16px;
        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;
    }
}

/* PC */
@media screen and (min-width: 1281px) {
    body {
        font-family: Arial, Helvetica, sans-serif;
        margin: 0;
    }

    a {
        text-decoration: none;
        color: white;
    }

    .backgroundImg {
        background: url(assets/homeBG.png) 50% / cover no-repeat;
    }

    .header {
        width: 100%;
        height: 128px;
        background-color: rgba(0, 0, 0, 0.45);
        display: flex;
        justify-content: center;
    }

    .logo-header {
        height: 128px;
    }

    .home {
        height: calc(100vh - 128px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        color: #F6FFF8;
        text-align: center;
        font-size: 36px;
        font-weight: 400;
    }

    .buttonSaibaMais {
        width: fit-content;
        background-color: transparent;
        border: 2px solid white;
        border-radius: 50px;
        padding: .5rem 1.5rem;
        color: #F6FFF8;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
    }

    .portfolio {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 16px;
        gap: 24px;
    }

    .empreendimentos {
        display: flex;
        gap: 36px;
    }

    .cardResidencial {
        background: #1C1D67;
        border-radius: 10px;
    }

    .cardResidencial img {
        border-radius: 10px 10px 0 0;
    }

    .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;
    }

    .titulo {
        color: #1C1D67;
        text-align: center;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 40px 40px 20px 40px;
    }

    .texto {
        color: #1C1D67;
        text-align: center;
        font-size: 16px;
        padding: 0px 30px 20px 30px;
    }

    .cidade {
        padding: 150px 240px;
        background:
            linear-gradient(0deg, rgba(15, 15, 39, 0.35) 0%,
                rgba(15, 15, 39, 0.35) 100%),
            url(assets/d62a4e08321b4e32fa94b9a2234e620aa07a3220.png) lightgray 50% / cover no-repeat;
    }

    .cardTexto {
        display: grid;
        row-gap: 12px;
        padding: 40px;
        border-radius: 15px;
        background: rgba(45, 46, 131, 0.65);
        color: white;
        text-align: center;
    }

    .tituloCardTexto {
        font-size: 36px;
        font-weight: 700;
    }

    .formContato {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 24px;
        gap: 16px;
        color: #1C1D67;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
    }

    .input {
        height: 40px;
        width: 65%;
        border-radius: 5px;
        border: 1px solid rgba(15, 15, 39, 0.35);
        background-color: #F0F0F0;
    }

    .textarea {
        height: 120px;
        width: 65%;
        border-radius: 5px;
        border: 1px solid rgba(15, 15, 39, 0.35);
        background-color: #F0F0F0;
        resize: none;
    }

    .buttonEnviar {
        width: fit-content;
        background-color: transparent;
        border: 2px solid #1C1D67;
        border-radius: 50px;
        padding: .5rem 1.5rem;
        margin-top: 16px;
        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;
    }
}