.PageImovelContent_Side_CardImovel {
    box-shadow: 0px 2px 16px #0000001f;
    padding: 32px 16px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}

.PageImovelContent_Side_CardImovel .Side_CardImovel_Header {
    text-align: center;
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
}

.PageImovelContent_Side_CardImovel .Side_CardImovel_Header .CardImovel_Header_Preco {
    font-size: 35px;
    font-weight: 700;
}

.PageImovelContent_Side_CardImovel .Side_CardImovel_Header .CardImovel_Header_CodigoImovel {
    color: #a2a2a2;
    font-size: 16px;
    font-weight: 400;
}

.PageImovelContent_Side_CardImovel .Side_CardImovel_Informacoes {
    margin: 40px 0px 40px 0px;
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
}

.PageImovelContent_Side_CardImovel .Side_CardImovel_Informacoes .CardImovel_Informacoes_LinhaSimples {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #474747;
}

.PageImovelContent_Side_CardImovel .Side_CardImovel_Informacoes .CardImovel_Informacoes_LinhaSimples .Informacoes_LinhaSimples_Label {
    font-weight: 400;
    font-size: 16px;
}

.PageImovelContent_Side_CardImovel .Side_CardImovel_Informacoes .CardImovel_Informacoes_LinhaSimples .Informacoes_LinhaSimples_Content {
    font-weight: 700;
    font-size: 16px;
}

.PageImovelContent_Side_CardImovel .Side_CardImovel_Informacoes .CardImovel_Informacoes_LinhaPrincipal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid #e9e9e9;
    padding: 8px 8px;
    border-radius: 6px;
}

.PageImovelContent_Side_CardImovel .Side_CardImovel_Informacoes .CardImovel_Informacoes_LinhaPrincipal .Informacoes_LinhaSimples_Label {
    color: #474747;
    font-weight: 400;
    font-size: 18px;
}

.PageImovelContent_Side_CardImovel .Side_CardImovel_Informacoes .CardImovel_Informacoes_LinhaPrincipal .Informacoes_LinhaSimples_Content {
    font-size: 18px;
    font-weight: 600;
}

.PageImovelContent_Side_CardImovel .Side_CardImovel_Informacoes .CardImovel_Informacoes_OBS {
    text-align: center;
    font-size: 13px;
    color: #000;
    font-weight: 400;
}

.PageImovelContent_Side_CardImovel .Side_CardImovel_Favoritar {
    display: flex;
    flex-direction: row;
    grid-gap: 12px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.PageImovelContent_Side_CardImovel .Side_CardImovel_Favoritar .CardImovel_Favoritar_Icone {
    font-size: 28px;
    color: #474747;
    transition: 150ms linear;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.PageImovelContent_Side_CardImovel .Side_CardImovel_Favoritar .CardImovel_Favoritar_Icone svg {
    transition: 150ms linear;
    width: 28px;
}

.PageImovelContent_Side_CardImovel .Side_CardImovel_Favoritar .CardImovel_Favoritar_Icone .__Ativo {
    display: flex;
    fill: #ff7272;
    opacity: 1;
}

.PageImovelContent_Side_CardImovel .Side_CardImovel_Favoritar.__is-active .CardImovel_Favoritar_Icone .__Ativo {
    animation: 0.5s animaFavorito 2;
}

.PageImovelContent_Side_CardImovel .Side_CardImovel_Favoritar:hover .CardImovel_Favoritar_Icone {
    fill: #ff7272;
}

.PageImovelContent_Side_CardImovel .Side_CardImovel_Header .CardImovel_Header_Preco {
    color: #87189d;
}

.Informacoes_LinhaSimples_Content_Preco_Final {
    color: #87189d;
    font-weight: 600;
    font-size: 18px;
}

.PageImovelContent_Side_CardImovel .Side_CardImovel_Header .CardImovel_Header_Preco.__Aluguel {
    color: #ffbc08;
}

/* Mobile */
.PageImovelContent_Main_CardImovelMobile {
    box-shadow: 0px 2px 16px #0000001f;
    padding: 32px 16px;
    border-radius: 12px;
    flex-direction: column;
    margin-top: 40px;
    display: none;
}

.PageImovelContent_Main_CardImovelMobile .Main_CardImovelMobile_Header {
    text-align: center;
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
}

.PageImovelContent_Main_CardImovelMobile .Main_CardImovelMobile_Header .CardImovelMobile_Header_Preco {
    color: #87189d;
    font-size: 35px;
    font-weight: 700;
}

.PageImovelContent_Main_CardImovelMobile .Main_CardImovelMobile_Header .CardImovelMobile_Header_Preco.__Aluguel {
    color: #ffbc08;
}

.PageImovelContent_Main_CardImovelMobile .Main_CardImovelMobile_Header .CardImovelMobile_Header_CodigoImovel {
    color: #a2a2a2;
    font-size: 16px;
    font-weight: 400;
}

.PageImovelContent_Main_CardImovelMobile .Main_CardImovelMobile_Informacoes {
    margin: 40px 0px 40px 0px;
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
}

.PageImovelContent_Main_CardImovelMobile .Main_CardImovelMobile_Informacoes .CardImovelMobile_Informacoes_LinhaSimples {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #474747;
}

.PageImovelContent_Main_CardImovelMobile .Main_CardImovelMobile_Informacoes .CardImovelMobile_Informacoes_LinhaSimples .Informacoes_LinhaSimples_Label {
    font-weight: 400;
    font-size: 16px;
}

.PageImovelContent_Main_CardImovelMobile .Main_CardImovelMobile_Informacoes .CardImovelMobile_Informacoes_LinhaPrincipal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid #e9e9e9;
    padding: 8px 8px;
    border-radius: 6px;
}

.PageImovelContent_Main_CardImovelMobile .Main_CardImovelMobile_Informacoes .CardImovelMobile_Informacoes_LinhaPrincipal .Informacoes_LinhaSimples_Label {
    color: #474747;
    font-weight: 400;
    font-size: 18px;
}

.PageImovelContent_Main_CardImovelMobile .Main_CardImovelMobile_Informacoes .CardImovelMobile_Informacoes_LinhaPrincipal .Informacoes_LinhaSimples_Content {
    font-size: 18px;
    font-weight: 600;
}

.PageImovelContent_Main_CardImovelMobile .Main_CardImovelMobile_Informacoes .CardImovelMobile_Informacoes_OBS {
    text-align: center;
    font-size: 13px;
    color: #000;
    font-weight: 400;
}

.PageImovelContent_Main_CardImovelMobile .Main_CardImovelMobile_Favoritar {
    display: flex;
    flex-direction: row;
    grid-gap: 12px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.PageImovelContent_Main_CardImovelMobile .Main_CardImovelMobile_Favoritar .CardImovelMobile_Favoritar_Icone {
    font-size: 28px;
    color: #474747;
    transition: 150ms linear;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.PageImovelContent_Main_CardImovelMobile .Main_CardImovelMobile_Favoritar .CardImovelMobile_Favoritar_Icone svg {
    transition: 150ms linear;
}

.PageImovelContent_Main_CardImovelMobile .Main_CardImovelMobile_Favoritar .CardImovelMobile_Favoritar_Icone .__Ativo {
    display: flex;
    fill: #ff7272;
    opacity: 1;
}


.PageImovelContent_Main_CardImovelMobile .Main_CardImovelMobile_Favoritar.__is-active .CardImovelMobile_Favoritar_Icone .__Ativo {
    animation: 0.5s animaFavorito 2;
}

.PageImovelContent_Main_CardImovelMobile .Main_CardImovelMobile_Favoritar:hover .CardImovelMobile_Favoritar_Icone {
    width: 28px;
    fill: #ff7272;
}

@media screen and (max-width: 960px) {
    .PageImovelContent_Main_CardImovelMobile {
        display: flex !important;
    }
    .PageImovelContent_Side_CardImovel {
        display: none !important;
    }
}

@media screen and (max-width: 780px) {
    .PageImovelContent_Main_CardImovelMobile .Main_CardImovelMobile_Favoritar .CardImovelMobile_Favoritar_Text {
        font-size: 18px;
    }

    .PageImovelContent_Main_CardImovelMobile .Main_CardImovelMobile_Header {
        grid-gap: 8px;
    }

    .PageImovelContent_Main_CardImovelMobile .Main_CardImovelMobile_Header .CardImovelMobile_Header_Preco {
        font-size: 30px;
        line-height: 38px;
    }
}