:root {
    --corPrimaria: #414229;
    --textoPrimario: #efe9dd;
    --corSecundaria: #efe9dd;
    --textoSecundario: #414229;
    --corTexto: #414229;
}

body {
    background-color: rgb(239, 239, 239);
    color: var(--corTexto);
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.08em;
}

.grecaptcha-badge {
    display: none;
}

.primary--color {
    color: var(--corPrimaria);
}

.btn-custom {
    height: 32px;
    padding: 5px 15px;
    margin: 5px 10px;
    font-size: 14px;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--textoPrimario);
    background-color: var(--corPrimaria);
}

.btn-custom:hover {
    color: #fff;
    opacity: 0.7;
}

header {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

header .cabecalho {
    background-color: var(--corSecundaria);
    color: #fff;
    font-size: 0.875rem;
    padding: 0.5rem 0;
}

header .cabecalho span {
    margin-right: 0.75rem;
}

header .cabecalho a,
header .cabecalho span,
header .cabecalho i {
    color: var(--textoSecundario);
}

header .cabecalho i {
    font-size: 1.25rem;
    vertical-align: text-bottom;
}

header .navbar-top {
    background-color: var(--corPrimaria);
}

header .navbar-top .navbar-brand img {
    width: 150px;
}

header .navbar-top .nav-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
header .navbar-top .nav-link {
    color: var(--textoPrimario) !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: 0.3s border-bottom;
    border-bottom: 1px solid transparent;
    padding: 0.15rem 0 !important;
}

header .navbar-top .nav-link:hover,
header .navbar-top .nav-link.active {
    border-bottom: 1px solid var(--textoPrimario);
}

header .navbar-top .nav-btn {
    background-color: var(--corSecundaria);
    border-radius: 0.5rem;
    padding: 0.25rem 0.75rem !important;
    color: var(--textoSecundario) !important;
}

@media screen and (min-width: 992px) {
    header .navbar-top ul {
        align-items: center;
    }

    header .navbar-top .nav-btn {
        margin-left: 0.75rem;
    }
}

footer {
    background-color: var(--corPrimaria);
    color: var(--textoPrimario);
    padding: 2rem 0;
    font-size: 13px;
}

footer a {
    color: var(--textoPrimario);
    transform: 0.3s;
}

footer a:hover {
    color: var(--textoPrimario);
    opacity: 0.8;
}

.copyright {
    color: #fff;
    background-color: #000;
    font-size: 13px;
    padding: 1rem 0;
}

svg.icon {
    width: 1em;
    height: 1em;
    font-size: 1rem;
    fill: #212121;
}

svg .icon-border {
    fill: #21443d;
}

.conteudo {
    padding: 4rem 0;
    min-height: 65vh;
}

.conteudo h1 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.conteudo h2 {
    font-size: 1.5rem;
    font-weight: 500;
}

.conteudo h3 {
    font-size: 1.25rem;
    font-weight: 500;
}

.conteudo h4 {
    font-size: 1.125rem;
    font-weight: 500;
}

.banner {
    position: relative;
    background-color: #212121;
}

.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0;
    display: none;
}

.banner-icons {
    display: flex;
    flex-direction: column;
}

.banner-icons a {
    color: #fff;
}

.banner-icons > div {
    align-self: flex-start;
}

.banner-icons > div + div {
    margin-top: 0.5rem;
}

.banner img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

@media screen and (min-width: 992px) {
    .banner-content {
        padding: 3rem 0;
        display: block;
    }

    .banner-icons a {
        font-size: 1.5rem;
    }

    .banner img {
        max-width: 100%;
        height: auto;
    }
}

.busca-index {
    background-image: url("../img/bg-filtro.jpg");
    min-height: 50vh;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
}
/* filtro */
.filtro {
    background-color: #fff;
    border-radius: 1rem;
    margin-top: -75px;
    padding: 30px;
    align-items: center;
    justify-content: center;
    z-index: 998;
    position: relative;
    background-color: rgb(255, 255, 255);
    color: var(--corTexto);
}

.filtro label {
    font-weight: 700;
}

.negocio-col .form-check,
.tipo-col .form-check,
.cidade-col .form-check {
    padding-left: 0 !important;
}

.negocio-col .form-check-input,
.tipo-col .form-check-input,
.cidade-col .form-check-input {
    display: none;
}

.form-group .multiselect-option:hover {
    background-color: var(--corPrimaria) !important;
}

.form-group .multiselect-option:hover label {
    color: var(--textoPrimario) !important;
}

.filtro-vertical {
    padding: 0.5rem;
    border-radius: 0.5rem;
}

.filtro-vertical .container {
    padding: 0;
    width: 100% !important;
}

.filtro-vertical .form-row {
    flex-direction: column;
    margin: 0;
}

.filtro-vertical .form-row > div {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
}

.filtro .nav-tabs {
    border: none;
}

.filtro .tab-content {
    background-color: #fff;
    padding: 1rem;
    padding-top: 2rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
}

.filtro .nav-tabs .nav-item {
    margin-right: 0.3125rem;
    margin-bottom: 0;
}

.filtro .nav-tabs .nav-link {
    color: #fff;
    background-color: #f59d15;
    border: none;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.filtro .nav-tabs .nav-link {
    font-size: 0.9375rem;
}

.filtro .nav-tabs .nav-link.active {
    color: #212121;
    background-color: #fff;
}

.custom-card {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.4)),
        url("../img/anuncie.webp");
    border-radius: 1rem;
    padding: 2.5rem;
    color: var(--textoPrimario);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.custom-card h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    max-width: 430px;
}

.custom-card p {
    max-width: 430px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.custom-card .btn {
    background-color: var(--corSecundaria);
    color: var(--textoSecundario);
    font-size: 16px;
    padding: 25px 30px;
    border-radius: 1rem;
    font-weight: 600;
    margin: 0;
    transition: transform 0.5s ease;
}

.custom-card .btn:hover {
    transform: scale(1.05);
    opacity: 1;
}

.icone-whatsapp {
    background-color: #54cc61;
    border-radius: 100%;
    bottom: 1.5rem;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    color: #fff;
    font-size: 2rem;
    height: 3.5rem;
    position: fixed;
    right: 1.5rem;
    text-align: center;
    width: 3.5rem;
    z-index: 9999;
}

.icone-whatsapp i {
    vertical-align: middle;
}

.icone-whatsapp:hover i {
    color: #fff;
}

form .error {
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.bootstrap-select .dropdown-toggle {
    background-color: #fff !important;
    color: #666 !important;
}

.bootstrap-select .dropdown-menu {
    border-radius: 0;
    z-index: 1002;
}

.super-destaques {
    padding: 3rem 0;
}

.banner-imovel {
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
}

.banner-imovel .foto {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.banner-imovel .codigo {
    position: absolute;
    bottom: 0.75rem;
    left: 0.75rem;
    font-size: 0.9em;
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    background-color: rgba(34, 34, 34, 0.8);
    color: #fff;
}

.banner-imovel .foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-imovel .body {
    background-color: #fff;
    padding: 1rem;
    color: var(--corTexto);
    width: 100%;
}

.super-destaques .carousel-item {
    padding: 0 1rem;
}

.super-destaques .carousel-control-prev {
    width: 5%;
}

.super-destaques .carousel-control-next {
    width: 5%;
}

.banner-imovel .titulo {
    font-weight: 700;
    font-size: 1.25rem;
}

.banner-imovel .valor {
    color: rgba(77, 77, 77, 0.76);
    margin-top: 15px;
    font-size: 24px;
    font-weight: bold;
}

.banner-imovel .valor + .valor {
    margin-top: 0;
}

.banner-imovel .icones {
    font-size: 0.8125rem;
    margin-top: 0.5rem;
    color: rgba(0, 0, 0, 0.6);
}

.banner-imovel .icones .icone {
    margin-right: 1.25rem;
}

.banner-imovel .icones i,
.icones .icon {
    margin-right: 10px;
    font-size: 16px;
}

.banner-imovel .descricao {
    color: rgb(60, 72, 88);
    font-size: 14px;
    padding-bottom: 15px;
    white-space: pre-line;
    margin-top: 15px;
}

.banner-imovel .corretor-destaque img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
}

.banner-imovel button {
    color: rgb(60, 72, 88);
    font-size: 12px;
    padding: 0px 5px;
}

@media screen and (min-width: 992px) {
    .banner-imovel {
        flex-direction: row;
        align-items: center;
    }

    .banner-imovel .foto {
        width: 70%;
        flex: 0 0 auto;
        height: 500px;
    }

    .banner-imovel .body {
        padding: 1.5rem;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        margin-left: -5rem;
        z-index: 1;
    }

    .super-destaques .carousel-item {
        padding: 0 6rem;
    }

    .banner-imovel .valor {
        font-size: 1.25rem;
    }

    .banner-imovel .icones {
        margin-top: 1rem;
        font-size: 0.875rem;
    }
}

.imovel {
    padding-bottom: 3rem;
}

.imovel-galeria {
    background-color: #fff;
}

.imovel-galeria .glide__slides,
.galeria-wrapper {
    height: 400px;
}

.imovel-galeria.loading .glide__slides {
    opacity: 0;
}

.imovel-galeria .glide__controls {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
}

.imovel-galeria .glide__controls button {
    border: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 0.25rem;
    font-size: 1rem;
    padding: 0.5rem;
}

.imovel-galeria .glide__controls button.left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.imovel-galeria .glide__controls button.right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.imovel-galeria .glide__controls button {
    pointer-events: all;
}

.imovel-galeria .glide__info {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.imovel-galeria .glide__count,
.imovel-tarja {
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    display: inline-block;
}

.imovel-galeria .glide__count {
    background-color: rgba(34, 34, 34, 0.8);
    color: #fff;
}

.imovel-tarja {
    background-color: var(--corPrimaria);
    color: var(--textoPrimario);
    margin-bottom: 0.5rem;
}

.imovel-galeria img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.imovel .share {
    justify-content: end;
}

.imovel .share a,
.imovel .share button {
    border-radius: 0.25rem;
    margin-right: 0.25rem;
}

.imovel .nav-tabs {
    border: none;
}

.imovel .nav-tabs .nav-link {
    border-radius: 0.5rem;
    border-color: #212529;
    color: #212529;
    font-size: 14px;
    padding: 0.625rem 1rem;
}

.imovel .nav-tabs .nav-link.active {
    border-color: var(--corPrimaria);
    color: var(--textoPrimario);
    background-color: var(--corPrimaria);
}

.imovel .card-body {
    color: #777;
}

.imovel h2 {
    font-size: 1.125rem;
}

.imovel .contato-imovel h2 {
    text-transform: none;
}

.imovel .tipo,
.imovel-ref {
    font-size: 14px;
}

.imovel .endereco,
.imovel h3 {
    font-size: 20px;
    color: var(--corPrimaria);
    padding-bottom: 15px;
}

.imovel .valor-principal + .valor-principal {
    margin-top: 0.75rem;
}

.imovel .valor-principal .label {
    font-size: 0.8rem;
    font-weight: 500;
}

.imovel .valor-principal .valor {
    font-size: 1.4rem;
    font-weight: 700;
    color: #212121;
    line-height: 1;
}

.imovel .icone {
    display: flex;
    gap: 14px;
    font-size: 14px;
    margin-bottom: 0.5rem;
}

.imovel .icone i,
.imovel .icone span {
    color: #000;
}

@media screen and (max-width: 992px) {
    .imovel .icone {
        margin-bottom: 0.5rem;
    }
}

.imovel .informacoes-imovel span {
    font-size: 18px;
    line-height: 25px;
    padding-top: 10px;
}

.imovel .dc {
    background-color: #efe9dd87;
    font-size: 14px;
    font-weight: 500;
    color: var(--textoSecundario);
    border-style: none;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.imovel .informacoes {
    padding: 30px;
    border-radius: 10px;
}

@media screen and (min-width: 992px) {
    .imovel .informacoes {
        margin-top: -70px;
    }
}

.card-imovel {
    box-shadow: none;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 1rem !important;
    border-color: #cacac3;
}

.card-imovel:hover img {
    filter: brightness(0.8);
}
.card-imovel:hover {
    transform: translateY(-5px);
}

.card-imovel .card-tarja {
    margin-top: -15px;
}

.card-imovel .card-tarja span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 5px;
    background-color: var(--corPrimaria);
    color: var(--textoPrimario);
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 0 5px 5px 0;
    z-index: 1000;
    position: relative;
}

.card-imovel .card-img,
.card-imovel .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-imovel .card-body {
    padding: 1rem;
}

.card-imovel .card-body a {
    color: var(--corTexto);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-imovel .foto {
    overflow: hidden;
    z-index: 999;
    position: relative;
    height: 230px;
}

.card-imovel .foto img {
    height: 230px;
    width: 100%;
    object-fit: cover;
    transition: 0.5s all;
}

.card-imovel .icones {
    display: flex;
}

.card-imovel .icone {
    font-size: 12px;
}

.card-imovel .valores {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgb(231, 231, 249);
}

.card-imovel .valores .valor {
    font-size: 20px;
    font-weight: 600;
}

.card-imovel .valores .valor span {
    font-size: 0.875rem;
}

.card-imovel .tipo {
    font-weight: 500;
    font-size: 1rem;
}

.card-imovel .localizacao {
    font-size: 0.875rem;
}

a:hover {
    text-decoration: none;
}

.page-item .page-link {
    color: #f59d15;
    font-weight: 500;
}

.page-item.active .page-link {
    background-color: #f59d15;
    border-color: #f59d15;
    color: #fff;
}

.pagination {
    margin-top: 1rem;
}

@media screen and (min-width: 1300px) {
    .container {
        max-width: 1240px;
    }
}

/* busca */
.filtro-lateral h2 {
    font-size: 21px;
    font-weight: bold;
    padding: 0px 0px 10px;
    color: rgb(60, 72, 88);
}

.filtro-lateral span {
    color: #313130;
}

.filtro-lateral .card-body {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(226, 228, 232, 0.8);
}

.filtro-lateral .tabs-container {
    display: flex;
    justify-content: space-between;
}

.filtro-lateral .tabs-container input.tabs {
    display: none;
}

.filtro-lateral .tabs-container input.tabs + label {
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    padding: 8px;
    border: 1px solid rgb(231, 233, 236);
    outline: none;
    color: rgb(60, 72, 88);
    cursor: pointer;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filtro-lateral .tabs-container input.tabs:checked + label {
    background-color: rgb(253, 189, 57);
    color: rgb(0, 0, 0);
}

.chip {
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 0.5rem;
    display: inline-block;
    padding: 0.25em 0.7em;
    font-size: 75%;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #212121;
    cursor: pointer;
    user-select: none;
}

.chip i {
    margin-left: 0.5rem;
}

#imoveis-content.loading {
    opacity: 0.4;
}

a.link {
    font-weight: 500;
    color: #212121;
}

.lista-imoveis h1 {
    text-transform: uppercase;
    border: none;
}

.lista-imoveis .empty {
    margin-top: 2rem;
    padding: 2rem;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem;
    background-color: #fff;
}

.lista-imoveis .empty i {
    color: var(--corPrimaria);
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    font-size: 3rem;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    margin-bottom: 1rem;
}

.btn,
.form-control,
.navbar-nav .nav-link,
.dropdown-menu,
.card,
.select2-container--bootstrap4 .select2-selection,
.custom-select {
    border-radius: 0;
}

form .btn {
    height: 44px;
}

.form-control {
    color: #212121;
    height: 44px;
    font-size: 0.9375rem;
}

.btn-multiselect .custom-select {
    font-size: 0.9375rem;
    height: 44px;
}

.btn-multiselect label {
    white-space: normal;
    font-weight: 400;
}

.btn-multiselect .multiselect-container {
    width: 300px;
    max-height: 250px;
    overflow-y: auto;
}

label {
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0.2rem;
    font-weight: 500;
}

/* print */
.print {
    padding: 1rem;
    background-color: #dadce0;
    font-size: 12pt;
}

.print__page {
    background-color: #fff;
    padding: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.print__action {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
}

.print__logo {
    max-width: 125px;
    max-height: 125px;
    width: auto;
}

.print__telefone {
    font-weight: 500;
}

.print__titulo {
    font-size: 1rem;
    font-weight: 700;
}

.print__valor {
    font-size: 1.125rem;
    font-weight: 700;
}

.print__valor span {
    font-weight: 400;
    font-size: 0.65em;
    text-transform: uppercase;
}

.print__bloco {
    margin-top: 1.25rem;
}

.print__label {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.print__info span {
    font-weight: 500;
}

.print__link,
.print__link:hover {
    font-weight: 500;
    color: var(--corPrimaria);
}

.print__img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

@media print {
    .print {
        padding: 0;
        background-color: #fff;
    }

    .print__page {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}

.js-favoritar {
    color: #dc3545;
}

/* lançamentos */
.section {
    padding: 4rem 0;
}

.section + .section {
    padding-top: 0;
}

.section h2 {
    font-size: 30px;
    margin-bottom: 1rem;
}

/* empresa */
.hero-card {
    background-color: #fff;
    border-radius: 1rem;
    margin-top: -10rem;
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
    margin-bottom: 5rem;
}

.empresa .btn,
.imovel .informacoes .btn {
    background-color: var(--corSecundaria);
    color: var(--textoSecundario);
    font-size: 16px;
    padding: 25px 30px;
    border-radius: 1rem;
    font-weight: 600;
    margin: 0;
    transition: transform 0.5s ease;
}

.empresa .btn:hover,
.imovel .informacoes .btn:hover {
    transform: scale(1.05);
    opacity: 1;
}

@media screen and (min-width: 992px) {
    .empresa img {
        float: left;
        margin-right: 2rem;
    }
}

/* contato */
.contato input,
.contato textarea {
    border-radius: 2px;
    border: 1px solid rgba(226, 228, 232, 0.8);
}

/* financie */
.financie .card {
    border: 0;
}

.financie .card-body {
    background-color: rgb(239, 244, 248);
    padding: 10px;
}

/* depoimentos */
.depoimentos-page .depoimento {
    padding: 15px;
    background: rgb(254, 254, 254);
    border-radius: 4px;
    margin-top: 45px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    justify-content: start;
    height: 100%;
    margin-bottom: 1rem;
}

.depoimentos-page .depoimento-foto {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
    margin-top: -3rem;
}

/* destaques */
.destaques-imoveis {
    padding: 4rem 0;
}

.destaques-imoveis h2 {
    font-size: 30px;
}

.destaques-imoveis .subtitulo {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
}

.destaques-imoveis .row {
    margin-top: 2.5rem;
}

.imovel .destaques-imoveis {
    background: none;
    padding-bottom: 0;
}

.imovel .destaques-imoveis h2 {
    color: #212121;
}

@media screen and (min-width: 992px) {
    .destaques-imoveis .subtitulo {
        font-size: 1.5rem;
    }
}

/* whatsapp */
.botao-whatsapp {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 999;
    display: flex;
    align-items: center;
}

.botao-whatsapp .titulo {
    display: none;
    background-color: #fff;
    color: #212121;
    border-radius: 1rem;
    font-size: 0.8125rem;
    padding: 0.25rem 0.5rem;
    margin-right: 0.5rem;
    position: relative;
}

.botao-whatsapp:hover .titulo {
    display: block;
}

.botao-whatsapp .icon {
    background-color: #54cc61;
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 100%;
    font-size: 1.5rem;
}

.depoimentos .controls button {
    position: absolute;
    bottom: 39%;
    z-index: 10000;
    font-size: 32px;
}

.depoimentos .controls button:focus {
    box-shadow: none;
}
.depoimentos .controls button.left {
    left: -4%;
}

.depoimentos .controls button.right {
    right: -4%;
}

/* depoimentos */
.depoimento {
    padding: 20px 15px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    display: flex !important;
}

.depoimento-foto {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.depoimento-foto img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 767px) {
    nav .navbar-nav {
        height: 100%;
    }

    .titulo-principal h1 {
        text-align: center;
        font-size: 2rem;
        padding-left: 10px;
        padding-right: 10px;
    }

    .titulo-imovel h1,
    .titulo-imovel .valor {
        font-size: 18px !important;
    }

    .titulo-imovel a,
    .titulo-imovel button {
        display: block;
        width: 100%;
    }

    .fotos .mobile-local {
        display: block;
        background-color: #e8a24f;
        color: rgb(255, 255, 255);
        padding: 10px 20px;
        width: 100%;
        text-align: center;
    }
    .fotos .foto-principal img,
    .fotos iframe {
        height: 300px !important;
    }

    .fotos .mobile-ref {
        background-color: rgba(48, 48, 62, 0.95);
        color: rgb(255, 255, 255);
        padding: 10px 20px;
    }
    .fotos .mobile-fotos {
        background-color: rgba(0, 0, 0, 0.75);
        color: rgb(255, 255, 255);
        padding: 10px 20px;
    }
}

@media screen and (max-width: 453px) {
    .titulo-imovel .btn-imovel {
        font-size: 11px;
        padding: 10px 10px;
    }
}
