.Card-APSA-Imovel {
    width: 100%;
    border-radius: 16px;
    position: relative;
    box-shadow: -3px 7px 17px #0000000f;
    background-color: #FFF !important;
    border: 2px solid #0000;
    transition: 150ms linear;
    cursor: pointer;
}

.Card-APSA-Imovel_Fotos {
    overflow: hidden;
    height: 250px;
    border-radius: 14px 14px 0px 0px;
}

.Card-APSA-Imovel_Controls {
    position: absolute;
    top: 125px;
    width: 100%;
    padding: 0px 5px;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.Card-APSA-Imovel_Button {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.Card-APSA-Imovel_Button:hover {
    background-color: rgba(0, 0, 0, 1);
}

.Card-APSA-Imovel_Button svg {
    fill: #FFF;
    width: 7px;
}

.Card-APSA-Imovel_Button:focus {
    background-color: rgba(0, 0, 0, 0.5);
    outline: none;
}

.Card-APSA-Imovel_Fotos_Slides {
    display: grid !important;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.Card-APSA-Imovel_Fotos_Slides img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: opacity 0.8s ease-in-out;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.Card-APSA-Imovel .Card-APSA-Imovel_InformacoesGerais {
    padding: 10px;
    cursor: pointer;
}

.Card-APSA-Imovel .Card-APSA-Imovel_InformacoesGerais .Card-APSA-Imovel_InformacoesGerais_Preco-e-Favorito {
    margin: 16px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.Card-APSA-Imovel .Card-APSA-Imovel_InformacoesGerais .Card-APSA-Imovel_InformacoesGerais_Preco-e-Favorito .InformacoesGerais_Preco-e-Favorito_Preco {
    color: #595858;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.Card-APSA-Imovel .Card-APSA-Imovel_InformacoesGerais .Card-APSA-Imovel_InformacoesGerais_Preco-e-Favorito .InformacoesGerais_Preco-e-Favorito_BTNFavoritar svg {
    font-size: 24px;
    cursor: pointer;
    transition: 150ms linear;
}

.Card-APSA-Imovel .Card-APSA-Imovel_InformacoesGerais .Card-APSA-Imovel_InformacoesGerais_Preco-e-Favorito .InformacoesGerais_Preco-e-Favorito_BTNFavoritar svg.__Vazio {
    fill: #595858;
    width: 24px;
}

.Card-APSA-Imovel .Card-APSA-Imovel_InformacoesGerais .Card-APSA-Imovel_InformacoesGerais_Preco-e-Favorito .InformacoesGerais_Preco-e-Favorito_BTNFavoritar svg.__Selecionado {
    fill: #ff5858;
    display: none;
    width: 24px;
}

.Card-APSA-Imovel .Card-APSA-Imovel_InformacoesGerais .Card-APSA-Imovel_InformacoesGerais_Preco-e-Favorito .InformacoesGerais_Preco-e-Favorito_BTNFavoritar.__is-active i {
    animation: 0.5s animaFavorito 2;
}

.Card-APSA-Imovel .Card-APSA-Imovel_InformacoesGerais .Card-APSA-Imovel_InformacoesGerais_Preco-e-Favorito .InformacoesGerais_Preco-e-Favorito_BTNFavoritar.__is-active svg.__Vazio {
    display: none;
}

.Card-APSA-Imovel .Card-APSA-Imovel_InformacoesGerais .Card-APSA-Imovel_InformacoesGerais_Preco-e-Favorito .InformacoesGerais_Preco-e-Favorito_BTNFavoritar.__is-active svg.__Selecionado {
    display: block;
}

.Card-APSA-Imovel .Card-APSA-Imovel_InformacoesGerais .Card-APSA-Imovel_InformacoesGerais_Head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    grid-gap: 24px;
}

.Card-APSA-Imovel .Card-APSA-Imovel_InformacoesGerais .Card-APSA-Imovel_InformacoesGerais_Head .InformacoesGerais_Head_Tag {
    background-color: #e7e7e7;
    color: #4d4d4d;
    font-size: 15px;
    line-height: 23px;
    border-radius: 4px;
    padding: 2px 6px;
}

.Card-APSA-Imovel .Card-APSA-Imovel_InformacoesGerais .Card-APSA-Imovel_InformacoesGerais_Head .InformacoesGerais_Head_Codigo {
    color: #A2A2A2;
    font-size: 14px;
    line-height: 22px;
}

.Card-APSA-Imovel .Card-APSA-Imovel_InformacoesGerais .Card-APSA-Imovel_InformacoesGerais_Endereco .InformacoesGerais_Endereco_Principal {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #595858;
}

.Card-APSA-Imovel .Card-APSA-Imovel_InformacoesGerais .Card-APSA-Imovel_InformacoesGerais_Endereco .InformacoesGerais_Endereco_Secundario {
    color: #A2A2A2;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

.Card-APSA-Imovel_InformacoesGerais_OutrosValores {
    margin: 0 0 10px 0;
}

.Card-APSA-Imovel_InformacoesGerais_OutrosValores .InformacoesGerais_OutrosValores_Principal {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #A2A2A2;
}

.Card-APSA-Imovel .Card-APSA-Imovel_InformacoesGerais .Card-APSA-Imovel_InformacoesGerais_NumerosDoImovel {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 24px 0px 0px 0px;
    grid-gap: 12px;
}

.Card-APSA-Imovel .Card-APSA-Imovel_InformacoesGerais .Card-APSA-Imovel_InformacoesGerais_NumerosDoImovel .InformacoesGerais_NumerosDoImovel_Item {
    display: flex;
    flex-direction: row;
    grid-gap: 6px;
    align-items: center;
}

.Card-APSA-Imovel .Card-APSA-Imovel_InformacoesGerais .Card-APSA-Imovel_InformacoesGerais_NumerosDoImovel .InformacoesGerais_NumerosDoImovel_Item .NumerosDoImovel_Item_Icone {
    max-height: 16px;
    max-width: 32px;
    object-fit: contain;
}

.Card-APSA-Imovel .Card-APSA-Imovel_InformacoesGerais .Card-APSA-Imovel_InformacoesGerais_NumerosDoImovel .InformacoesGerais_NumerosDoImovel_Item .NumerosDoImovel_Item_Text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #595858;
    display: flex;
}

.Card-APSA-Imovel .Card-APSA-Imovel_TagFotos {
    background-color: #626262;
    color: #FFF;
    width: fit-content;
    position: absolute;
    top: 8px;
    z-index: 2;
    left: 8px;
    border-radius: 4px;
    font-size: 12px;
    padding: 4px 6px;
}

@media screen and (min-width: 1024px) {
    .Card-APSA-Imovel.__is-horizontal {
        display: flex;
        flex-direction: row;
        width: fit-content;
    }

    .Card-APSA-Imovel.__is-horizontal .Card-APSA-Imovel_Fotos {
        width: 250px;
    }

    .Card-APSA-Imovel.__is-horizontal .Card-APSA-Imovel_InformacoesGerais {
        padding: 10px 16px;
    }

    .Card-APSA-Imovel.__is-horizontal .Card-APSA-Imovel_Fotos .Card-APSA-Imovel_Controls {
        width: 250px;
    }
}

.Card-APSA-Imovel.__Compra-e-Venda .Card-APSA-Imovel_TagFotos {
    background-color: #87189D;
    color: #FFF;
}

.Card-APSA-Imovel.__Compra-e-Venda .Card-APSA-Imovel_InformacoesGerais .Card-APSA-Imovel_InformacoesGerais_Head .InformacoesGerais_Head_Tag {
    background-color: #f3e8f5;
    color: #87189D;
}

.Card-APSA-Imovel.__Compra-e-Venda:hover {
    box-shadow: -3px 7px 17px #00000024;
    border: 2px solid #87189d38;
}

.Card-APSA-Imovel.__Aluguel .Card-APSA-Imovel_TagFotos {
    background-color: inherit;
    background-image: linear-gradient(90deg, #F5B200, #FEC400);
    color: #FFF;
}

.Card-APSA-Imovel.__Aluguel .Card-APSA-Imovel_InformacoesGerais .Card-APSA-Imovel_InformacoesGerais_NumerosDoImovel .InformacoesGerais_NumerosDoImovel_Item .NumerosDoImovel_Item_Icone {
    filter: invert(1) hue-rotate(308deg);
}

.Card-APSA-Imovel.__Aluguel .Card-APSA-Imovel_InformacoesGerais .Card-APSA-Imovel_InformacoesGerais_Head .InformacoesGerais_Head_Tag {
    background-color: #fcf6e5;
    color: #E5A700;
}

.Card-APSA-Imovel.__Aluguel:hover {
    box-shadow: -3px 7px 17px #00000024;
    border: 2px solid #fbbf003d;
}

@media screen and (max-width: 640px) {
    .Card-APSA-Imovel .Card-APSA-Imovel_TagFotos {
        font-size: 14px;
        top: 10px;
        left: 10px;
    }

    .Card-APSA-Imovel.__is-horizontal .Card-APSA-Imovel_Fotos {
        width: 250px !important;
   }

    .Card-APSA-Imovel .Card-APSA-Imovel_InformacoesGerais {
        padding: 16px;
    }

    .Card-APSA-Imovel .Card-APSA-Imovel_InformacoesGerais .Card-APSA-Imovel_InformacoesGerais_Preco-e-Favorito {
        margin: 8px 0;
    }

    .Card-APSA-Imovel .Card-APSA-Imovel_InformacoesGerais .Card-APSA-Imovel_InformacoesGerais_NumerosDoImovel {
        margin: 16px 0px 0px 0px;
    }

    .Card-APSA-Imovel .Card-APSA-Imovel_InformacoesGerais .Card-APSA-Imovel_InformacoesGerais_NumerosDoImovel .InformacoesGerais_NumerosDoImovel_Item .NumerosDoImovel_Item_Text {
        font-size: 14px;
        line-height: 22px;
    }
}

.gm-style-iw.gm-style-iw-c {
    max-width: 100% !important;
    max-height: 315px !important;
}

.gm-style-iw-d {
    max-height: 100% !important;
}

@keyframes animaFavorito {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}


/* Início do novo código do tooltip do CardImovel */

.NumerosDoImovel_Item_Tooltip {
    background-color: #717171;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 4px;
    border-radius: 5px;
    opacity: 0;
    z-index: -1;
    text-align: center;
    transition: 250ms linear;
    width: fit-content;
    position: absolute;
    transform: translate(-25%, -35px);
    bottom: 0;
    width: 72px;
}
.NumerosDoImovel_Item_Tooltip .Item_Tooltip_Text {
    position: relative;
    z-index: 2;
}
.NumerosDoImovel_Item_Tooltip:after {
    position: absolute;
    content: ' ';
    width: 16px;
    height: 16px;
    background-color: #717171;
    transform: rotate(45deg);
    border-radius: 2px;
    z-index: 1;
    top: 100%;
    margin-top: -12px;
    left: 50%;
    margin-left: -5px;
}

.Card-APSA-Imovel .Card-APSA-Imovel_InformacoesGerais .Card-APSA-Imovel_InformacoesGerais_NumerosDoImovel .InformacoesGerais_NumerosDoImovel_Item {
    position: relative;
}
.Card-APSA-Imovel .Card-APSA-Imovel_InformacoesGerais .Card-APSA-Imovel_InformacoesGerais_NumerosDoImovel .InformacoesGerais_NumerosDoImovel_Item:hover .NumerosDoImovel_Item_Tooltip {
    opacity: 1;
    z-index: 1;
}

/* Fim do novo código do tooltip do CardImovel */