#secondary-bar{
    height: 60px;
    width: 100%;
}

div#secondary-bar-itens{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 57px;
}

#secondary-bar-itens a{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

#property-details {
    position: relative; /* Necessário para a fixação dentro da seção */
}

.fixed-aside {
    position: -webkit-sticky; /* Suporte para navegadores WebKit */
    position: sticky;
    top: 0; /* Fica fixo a partir do topo da seção */
    height: 100vh; /* Ajuste a altura conforme necessário */
    overflow-y: auto; 
}

.type-city {
    font-size: 14px;
    color: #717171;
    font-weight: 500;
    text-transform: uppercase;
}

h2.title-neighborhood {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}


.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ref{
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 300;
    text-transform: uppercase;
}

.share-item {
    color: #00812f;
    border: 1px solid #00812f;
    padding: 8px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 100;
    transition: 0.4s ease all;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.share-item:hover{
    background-color: #00812f;
    color: #FFF;
}

p.price {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}

.tag {
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    width: 80px;
    text-align: center;
    font-weight: 200 !important;
    text-transform: uppercase;
}

hr.line-div {
    border-top: 1px solid #c8c8c8;
    width: 100%;
}

.property-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

img.icon-font {
    width: 30px;
}

.property-details span {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.secondary-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

article p {
    font-size: 14px;
    text-align: justify;
}

ul.list-itens {
    list-style: none;
    padding: 0px;
    float: left;
    width: 100%;
}

ul.list-itens li{
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    float: left;
    margin-top: 10px;
}


.iframe-container {
    position: relative;
    width: 100%; 
    height: 100%;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    height: 650px;
}

button.slick-prev.slick-arrow {
    height: 98%;
    background-color: #00000065;
}

button.slick-next.slick-arrow{
    height: 98%;
    background-color: #00000065;
}

.bg-gray{
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}

textarea.input-text.text-area {
    height: 100px; 
    text-align: initial;
}

.adjust-image-carrossel{
    height: 650px;
}

.fancybox__container {
    z-index: 9999999 !important;
}
.msg-success {
    text-transform: uppercase;
    font-size: 13px;
    color: #FFF;
    background-color: #01812f;
    border-radius: 5px;
    padding: 5px;
}

div#map-canvas {
    width: 100%;
    height: 400px;
}

.tag{
    margin-right: 15px;
}

img.img-logo-contato {
    width: 100px;
    margin-top: 30px;
}

.share-item i {
    margin-right: 10px;
}

@media (max-width: 575.98px) {
    #secondary-bar{
        height: 100px;
    }
    div#secondary-bar-itens {
        height: 100px;
        flex-direction: column;
    }

    .adjust-image-carrossel {
        height: 245px;
    }

    button.slick-prev.slick-arrow {
        height: 94%;
    }

    button.slick-next.slick-arrow {
        height: 94%;
    }

    .flex{
        display: block;
    }

    .property-title {
        min-height: 130px;
    }

    .property-details {
        display: block;
    }

    .property-details span{
        display: initial;
        margin-right: 40px;
    }

    hr.line-div {
        width: auto;
    }

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 98%;
        height: 260px !important;
    }
}