.PageImovelContent_Side_Contato {
    box-shadow: 0 2px 16px #0000001f;
    padding: 32px 16px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    grid-gap: 32px;
}

.PageImovelContent_Side_Contato .Side_Contato_Titulo {
    color: #474747;
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 12px;
}

.PageImovelContent_Side_Contato .Side_Contato_Titulo svg {
    fill: rgb(135, 24, 157);
    width: 20px;
}

.PageImovelContent_Side_Contato .Side_Contato_Botoes .Contato_Botoes_Item button {
    color: #fff;
    background-color: #87189d;
}

.PageImovelContent_Side_Contato .Side_Contato_Botoes .Contato_Botoes_Item button:hover {
    background-color: #f36e21;
}

.PageImovelContent_Side_Contato .Side_Contato_Botoes {
    display: flex;
    flex-direction: column;
    grid-gap: 24px;
}

.PageImovelContent_Side_Contato .Side_Contato_Botoes .Contato_Botoes_Item a {
    text-decoration: none;
    outline: none;
    color: inherit;
}

.PageImovelContent_Side_Contato .Side_Contato_Botoes .Contato_Botoes_Item button {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: 150ms linear;
    display: flex;
    align-items: center;
    grid-gap: 32px;
    background-color: #c3c3c3;
    color: #fff;
}

.PageImovelContent_Side_Contato .Side_Contato_Botoes .Contato_Botoes_Item button .Item_BTN_TextHover {
    display: none;
}

.PageImovelContent_Side_Contato .Side_Contato_Botoes .Contato_Botoes_Item button .Item_BTN_Text {
    display: block;
}

.PageImovelContent_Side_Contato .Side_Contato_Botoes .Contato_Botoes_Item button svg {
    fill: #fff;
    width: 32px;
}

.PageImovelContent_Side_Contato .Side_Contato_Botoes .Contato_Botoes_Item button:hover {
    background-color: #000;
}

.PageImovelContent_Side_Contato .Side_Contato_Botoes .Contato_Botoes_Item button:hover .Item_BTN_TextHover {
    display: block;
}

.PageImovelContent_Side_Contato .Side_Contato_Botoes .Contato_Botoes_Item button:hover .Item_BTN_Text {
    display: none;
}

.PageImovelContent_Side_Contato .Side_Contato_Botoes .Contato_Botoes_Item.__is-outline button {
    background-color: #000 0;
    border: 2px solid #000;
    color: #000;
}

.PageImovelContent_Side_Contato .Side_Contato_Titulo.__Aluguel svg {
    fill: #ffbc08;
}

.PageImovelContent_Side_Contato .Side_Contato_Botoes .Contato_Botoes_Item.__Aluguel button {
    color: #003874;
    background-color: #fff;
}

.PageImovelContent_Side_Contato .Side_Contato_Botoes .Contato_Botoes_Item.__Aluguel button:hover {
    color: #f36e21;
    border-color: #f36e21;
    background-color: #fff;
}

.PageImovelContent_Side_Contato .Side_Contato_Botoes .Contato_Botoes_Item.__Aluguel.__is-outline button {
    color: #002874;
    border-color: #002874;
    background-color: #000 0;
}

.PageImovelContent_Side_Contato .Side_Contato_Botoes .Contato_Botoes_Item.__Aluguel.__is-outline button svg {
    fill: #002874;
    transition: 150ms linear;
}

.PageImovelContent_Side_Contato .Side_Contato_Botoes .Contato_Botoes_Item.__Aluguel.__is-outline button:hover {
    border-color: #f36e21;
    color: #f36e21;
}

.PageImovelContent_Side_Contato .Side_Contato_Botoes .Contato_Botoes_Item.__Aluguel.__is-outline button:hover svg {
    fill: #f36e21;
}

@media screen and (max-width: 960px) {
    .PageImovelContent_Side_Contato {
        width: 100%;
    }
}