/* Property Detail - Container */
.imovel > .container {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 700px;
}

.page-imovel {
    min-height: 900px;
}

.imovel .bloco-titulo>.title {
    text-transform: uppercase;
}

.imovel .bloco-preco,
.imovel .bloco-titulo {
    display: block;
    min-height: 70px;
}

.imovel hr {
    border-bottom: 1px solid #d5dcda;
}

/* Property Detail - Título */
.imovel .title h2 {
    color: #4e5754;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.imovel .title > p {
    color: #006023;
    text-transform: uppercase;
}

.imovel .title h2 > span {
    color: #4d5651;
    font-size: 16px;
    padding: 8px 16px 6px 16px;
    vertical-align: top;
    display: inline-block;
    background-color: #c2ceca;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

/* Property Detail - Bloco Info */
.imovel .bloco-info h4 {
    color: #006023;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.imovel .col-descricao {
    padding-top: 25px;
}

.imovel .col-descricao p {
    margin-bottom: 0.5rem;
}

.imovel .col-descricao p,
.imovel .col-descricao b,
.imovel .col-descricao a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
.imovel .col-descricao p b{
    font-weight: 600;
}
/* Property Detail - Botão Mapa */
.btn-mapa {
    color: #fff;
    font-size: 13px;
    max-width: 100%;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    background-color: #6cc247;
    border-color: #6cc247;
    border-radius: 25px;
    display: inline-block;
    font-weight: 700;
}

.btn-mapa:active,
.btn-mapa:focus,
.btn-mapa:hover {
    color: #fff;
    cursor: pointer;
    background-color: #6cc247;
    border-color: #6cc247;
    outline: none;
}

/* Property Detail - Valores */
.imovel .bloco-preco {
    display: block;
    padding: 0;
}

.imovel .bloco-preco .price h2 {
    color: #006023;
    font-size: 1.9em;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding-top: 0;
    margin-bottom: 0;
}

.imovel .bloco-preco .price h2 span {
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.imovel .bloco-preco p {
    margin-bottom: 0;
}

.imovel .bloco-preco.property-detail__costs {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
}

.imovel .bloco-preco.property-detail__costs p,
.imovel .bloco-preco.property-detail__costs .col-6 {
    font-size: 14px;
    line-height: 1.42857143;
}
/* Property Detail - Opções */
.imovel .options {
    width: 100%;
    padding: 10px 10px 5px 10px;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fcfcfc;
}

.imovel .options .options-left {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-self: start;
}

.imovel .options .options-left > .property-detail__feature {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    margin-bottom: 5px;
    text-decoration: none;
    margin-right: 2px;
}

.imovel .options .options-left > .property-detail__feature:last-child {
    margin-right: 0;
}

.imovel .options .options-left > .property-detail__feature > span,
.imovel .options .options-left > .property-detail__feature > small {
    align-self: center;
}

.imovel .options .options-left > .property-detail__feature > small {
    color: #1a1a1a;
    padding: 5px;
}

.imovel .options .options-left > .property-detail__feature > span {
    position: relative;
    width: 37px;
    height: 37px;
    border: 1px solid #f0f0f0;
    margin-bottom: 0;
}

.imovel .options .options-left > .property-detail__feature > span:before {
    position: absolute;
    margin-left: 0;
    margin-right: 0;
    top: 50%;
    left: 50%;
    color: #006a2d;
    font-size: 1.8em;
    transform: translate(-50%, -50%);
}

.imovel .property-detail__feature > span.icon-bed:before {
    font-size: 1.2em;
    margin-left: -1px;
}

.imovel .property-detail__feature > span.icon-cab:before {
    margin-left: -1px;
}

.imovel .bloco-contato {
    text-align: center;
}

/* Property Detail - Compartilhar */
.imovel .options.options-share .options-left>a>span,
.imovel .options.options-share .options-left .property-share-trigger>span,
.imovel .options.options-share a>span {
    border: 1px solid transparent;
}

.imovel .options.options-share span.icon-paper-plane-empty:before {
    font-size: 1.6em;
}

.imovel .options.options-share .options-left>a>small,
.imovel .options.options-share .options-left .property-share-trigger>small {
    text-transform: uppercase;
}

.imovel .options.options-share .options-right>a {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    color: #1a1a1a;
    text-decoration: none;
}

.imovel .options.options-share .options-right>a>small {
    padding: 5px;
    color: #1a1a1a;
    font-size: 0.8125rem;
    font-weight: 500;
}

.imovel .options.options-share .options-right .icon-heart-empty::before {
    margin: 0;
    color: #f00;
    font-size: 1.5em;
}

.imovel .options.options-share .options-right .add-favoritos:hover
    .icon-heart-empty::before,
.imovel .options.options-share .options-right .add-favoritos:active
    .icon-heart-empty::before,
.imovel .options.options-share .options-right .add-favoritos.active
    .icon-heart-empty::before {
    content: '\e803';
    color: #f00;
}

/* Property Detail - Ações de compartilhamento */
.imovel.property-detail .options.options-share .property-detail__share-action {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    color: #1a1a1a;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.imovel.property-detail .options.options-share
    .property-detail__share-action > small {
    padding: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit;
}

.imovel.property-detail .options.options-share
    .property-detail__share-action > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border: 0;
}

.imovel.property-detail .options.options-share
    .property-detail__share-action > span::before {
    position: static;
    margin: 0;
    color: #006a2d;
    font-size: 1.5em;
    transform: none;
}

.imovel.property-detail .options.options-share
    .property-detail__share-action--favorite > span::before {
    color: #f00;
}

.imovel .options.options-share a {
    cursor: pointer;
}

/* Property Detail - Iframe Mapa */
.imovel iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 999;
    top: 0;
    left: 0;
}

.imovel .imovel-mapa {
    position: relative;
    overflow: hidden;
    display: block;
    height: 400px;
    margin-top: 25px;
}

.imovel .imovel-mapa iframe {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

/* Property Detail - Responsivo */
@media (max-width: 992px) {
    .imovel .imovel-mapa {
        height: 350px;
    }
}

@media (max-width: 767.98px) {
    .imovel .bloco-preco,
    .imovel .bloco-titulo {
        min-height: 40px;
    }

    .imovel .bloco-preco {
        padding: 0 10px 15px 0;
    }

    .imovel .imovel-mapa {
        height: 280px;
    }
}

/* Property Detail - Page */
.property-detail__content {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.property-detail__main,
.property-detail__sidebar {
    min-width: 0;
}

.property-detail__title .title h2 {
    margin: 0;
    color: #4e5754;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.property-detail__title .title h2 span {
    margin-left: 0.35rem;
    padding: 0.45rem 1rem 0.35rem;
    color: #4d5651;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    vertical-align: middle;
}

.property-detail__title .title > p {
    margin: 0.55rem 0 0;
    color: #006023;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.35;
}

.property-detail__views {
    margin-top: 0.25rem;
    color: #777;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.3;
    text-transform: lowercase;
}

.property-detail hr {
    height: 0;
    margin: 1.25rem 0;
    border: 0;
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #d5dcda !important;
    background-color: transparent;
    opacity: 1;
}

.property-detail__info h4 {
    margin: 0;
    color: #006023;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2.45rem;
}

.property-detail__info .btn-mapa {
    min-width: 7.5rem;
    padding: 0.65rem 0.9rem;
    font-size: 0.8125rem;
    line-height: 1;
}

.property-detail__description-block {
    color: #151515;
    font-size: 0.9375rem;
    line-height: 1.4;
}

.property-detail__description-block .col-descricao {
    padding-top: 1.75rem;
}

.property-detail .property-detail__description-block p,
.property-detail .property-detail__description-block ul,
.property-detail .property-detail__description-block ol {
    margin-bottom: 0.75rem;
}

.property-detail .property-detail__description-block ul,
.property-detail .property-detail__description-block ol {
    padding-left: 1.15rem;
}

.property-detail .property-detail__description-block h4 {
    margin: 0 0 1.4rem;
    line-height: 1.2;
}

.property-detail__sidebar {
    color: #161616;
    font-size: 0.875rem;
}

.property-detail .property-detail__price .price h2 {
    margin: 0;
    color: #006023;
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.property-detail .property-detail__price .price h2 span {
    margin-left: 0.125rem;
    font-size: 0.875rem;
    font-weight: 600;
    vertical-align: baseline;
}

.property-detail .property-detail__costs .row + .row {
    margin-top: 0.45rem;
}

.property-detail .property-detail__costs p,
.property-detail .property-detail__costs .col-6 {
    font-size: 0.875rem;
    line-height: 1.35;
}

.property-detail .property-detail__features {
    padding: 0.6rem 0 0.35rem;
    background-color: #fcfcfc;
}

.property-detail .property-detail__features .property-detail__feature {
    margin-right: 0.2rem;
}

.property-detail .property-detail__features .property-detail__feature > small {
    padding: 0.3rem 0.45rem 0.3rem 0.25rem;
    font-size: 0.8125rem;
    line-height: 1;
}

.property-detail .property-detail__features .property-detail__feature > span {
    width: 2.3rem;
    height: 2.3rem;
}

.property-detail__contact p {
    margin: 0;
}

.property-detail__contact p + p {
    margin-top: 10px;
}

.property-detail__contact .btn-cadastro {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-top: 0.625rem;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background-color: #6cc247;
    border-color: #6cc247;
    border-radius: 1.5625rem;
}

.property-detail__contact .btn-cadastro:active,
.property-detail__contact .btn-cadastro:focus,
.property-detail__contact .btn-cadastro:hover {
    color: #fff;
    background-color: #6cc247;
    border-color: #6cc247;
}

.property-detail__contact .btn-cadastro.btn-inverse {
    background-color: #fff;
    color: #00682d;
}

.property-detail__contact .btn-cadastro.btn-inverse:active,
.property-detail__contact .btn-cadastro.btn-inverse:focus,
.property-detail__contact .btn-cadastro.btn-inverse:hover {
    color: #00682d;
    background-color: #fff;
}

.property-detail__contact .btn-cadastro.btn-inverse > span::before {
    transform: rotate(90deg);
}

.property-detail__contact .btn-cadastro > span.icon-whatsapp::before {
    font-size: 1.25rem;
}

.property-detail__share {
    min-height: 6rem;
    padding: 1rem;
}

.property-detail .property-detail__share .options-left > a > small,
.property-detail .property-detail__share .options-left
    .property-share-trigger > small {
    padding-left: 0.55rem;
    font-size: 0.8125rem;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .property-detail__content {
        padding-top: 2rem;
        padding-bottom: 2.5rem;
    }

    .bloco-preco.property-detail__price{
        padding-top: 0.6rem;
    }

    .property-detail__title .title h2 {
        font-size: 1.6rem;
    }

    .property-detail__sidebar {
        margin-top: 0.5rem;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .container.property-detail__content{
        width: 100% !important;
        max-width: 100% !important;
    }

    .property-detail__main {
        width: 70%;
    }

    .property-detail__sidebar {
        width: 30%;
    }

    .property-detail .property-detail__price .price h2 {
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing:-0.02em;
        line-height: 1.2;
    }

    .property-detail .property-detail__price .price h2 span {
        margin-left: 0.125rem;
        font-size: 0.700rem;
    }

    .property-detail__contact .btn-cadastro {
        padding-right: 0.35rem;
        padding-left: 0.35rem;
        font-size: 0.8125rem;
        font-weight: 600;
        white-space: nowrap;
    }

    .property-detail__contact .btn-cadastro > span.icon-whatsapp::before {
        font-size: 1rem;
    }
}

@media (max-width: 479.98px) {
    .property-detail__title .title h2 span {
        margin-top: 0.5rem;
        margin-left: 0;
    }

    .property-detail .property-detail__price .price h2 {
        font-size: 1.65rem;
    }
}

/* Property Detail - Galeria Swiper */
.imovel-gallery {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 1;
}

.imovel-gallery .swiper-wrapper {
    height: 100%;
}

.imovel-gallery .swiper-slide {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: #f0f0f0;
}

.imovel-gallery__item {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.imovel-gallery__zoom {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 104, 45, 0.5);
}

.imovel-gallery__zoom span {
    color: #fff;
    font-size: 14px;
}

.imovel-gallery .swiper-button-prev,
.imovel-gallery .swiper-button-next {
    width: 37px;
    height: 100px;
    padding: 7px;
    color: rgba(0, 104, 45, 1);
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(0, 104, 45, 1);
}

.imovel-gallery .swiper-button-prev svg,
.imovel-gallery .swiper-button-next svg {
    display: none !important;
}

.imovel-gallery .swiper-button-prev {
    left: -7px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.imovel-gallery .swiper-button-next {
    right: -7px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.imovel-gallery .swiper-button-prev:hover,
.imovel-gallery .swiper-button-next:hover {
    color: rgba(0, 104, 45, 1);
    background-color: rgba(255, 255, 255, 0.4);
}

.imovel-gallery .swiper-button-prev::after,
.imovel-gallery .swiper-button-next::after {
    font-family: 'fontello';
    font-size: 14px;
}

.imovel-gallery .swiper-button-prev::after {
    content: '\f104';
}

.imovel-gallery .swiper-button-next::after {
    content: '\f105';
}

.imovel-gallery__pagination {
    display: none;
}

/* Property Detail - Modal da Galeria */
body.property-gallery-modal-open {
    overflow-x: hidden;
    overflow-y: scroll;
}

.property-gallery-modal {
    position: fixed;
    z-index: 1055;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 5.625rem;
    background-color: rgba(11, 11, 11, 0.8);
}

.property-gallery-modal__figure {
    position: relative;
    display: inline-block;
    max-width: 100%;
    max-height: calc(100vh - 5rem);
    margin: 0;
}

.property-gallery-modal__image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 5rem);
    object-fit: contain;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
}

.property-gallery-modal__close,
.property-gallery-modal__navigation {
    position: absolute;
    z-index: 1;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.property-gallery-modal__close {
    top: -2.5rem;
    right: -0.375rem;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
    opacity: 0.75;
}

.property-gallery-modal__navigation {
    position: fixed;
    top: 50%;
    width: 5.625rem;
    height: 6.875rem;
    padding: 0;
    opacity: 0.7;
    transform: translateY(-50%);
}

.property-gallery-modal__navigation::before,
.property-gallery-modal__navigation::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    margin-top: 2.1875rem;
    margin-left: 2.1875rem;
    border: medium inset transparent;
}

.property-gallery-modal__navigation::before {
    border-top-width: 1.3125rem;
    border-bottom-width: 1.3125rem;
    opacity: 0.7;
}

.property-gallery-modal__navigation::after {
    top: 0.5rem;
    border-top-width: 0.8125rem;
    border-bottom-width: 0.8125rem;
}

.property-gallery-modal__navigation--previous {
    left: 1.25rem;
}

.property-gallery-modal__navigation--previous::before {
    margin-left: 1.5625rem;
    border-right: 1.6875rem solid #3f3f3f;
}

.property-gallery-modal__navigation--previous::after {
    margin-left: 1.9375rem;
    border-right: 1.0625rem solid #fff;
}

.property-gallery-modal__navigation--next {
    right: 1.25rem;
}

.property-gallery-modal__navigation--next::before {
    border-left: 1.6875rem solid #3f3f3f;
}

.property-gallery-modal__navigation--next::after {
    margin-left: 2.4375rem;
    border-left: 1.0625rem solid #fff;
}

.property-gallery-modal__close:hover,
.property-gallery-modal__close:focus,
.property-gallery-modal__navigation:hover,
.property-gallery-modal__navigation:focus {
    opacity: 1;
    outline: none;
}

.property-gallery-modal__counter {
    position: absolute;
    right: 0;
    bottom: -1.25rem;
    color: #ccc;
    font-family: Arial, sans-serif;
    font-size: 0.75rem;
    line-height: 1;
}

/* Property Detail - Galeria Responsivo */
@media (max-width: 1199.98px) {
    .imovel-gallery {
        aspect-ratio: 2 / 1;
    }
}

@media (max-width: 991.98px) {
    .imovel-gallery .swiper-button-prev,
    .imovel-gallery .swiper-button-next {
        display: none;
    }

    .imovel-gallery__pagination {
        position: static;
        display: block;
        padding-top: 0.625rem;
        text-align: center;
    }

    .imovel-gallery__pagination .swiper-pagination-bullet {
        width: 0.625rem;
        height: 0.625rem;
        margin: 0 0.3125rem !important;
        background: #c1c4c4;
        opacity: 1;
    }

    .imovel-gallery__pagination .swiper-pagination-bullet-active {
        background: #47524d;
    }
}

@media (max-width: 767.98px) {
    .property-gallery-modal {
        padding: 2.75rem 0.625rem 3rem;
    }

    .property-gallery-modal__navigation {
        transform: translateY(-50%) scale(0.65);
    }

    .property-gallery-modal__navigation--previous {
        transform-origin: left center;
    }

    .property-gallery-modal__navigation--next {
        transform-origin: right center;
    }

    .property-gallery-modal__close {
        top: -2.25rem;
    }
}

@media (max-width: 479.98px) {
    .imovel-gallery {
        aspect-ratio: 1 / 1;
    }
}

@media (max-width: 579.98px) {
    .property-gallery-modal__navigation--previous {
        left: 0.5rem;
    }

    .property-gallery-modal__navigation--next {
        right: 0.5rem;
    }
}
