.imovel-second-nav {
    min-height: 50px;
    position: relative;
}

.imovel-second-nav-link {
    color: white;
    font-size: 13px
}

.imovel-img {
    max-height: 460px;
    object-fit: cover;
}

.owl-nav {
    height: 0;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    padding-left: 20px;
    padding-right: 20px;
    background-color: red;
}

.owl-next * {
    color: transparent;
    display: block;
    font-size: 30px;
    width: 40px !important;
    height: 40px !important;
    background-image: url('../images/right.png');
}

.owl-prev * {
    color: transparent;
    display: block;
    font-size: 30px !important;
    z-index: 99999;
    width: 40px !important;
    height: 40px !important;
    background-image: url('../images/left.png');
}

.owl-dots {
    display: none;
}

.infos-div {
    margin-left: 7%;
    margin-right: 7%;
}

.whatsapp-btn {
    border: 1px solid #2aad19;
    color: #2aad19;
    border-radius: 10px;
    transition: 0.4s ease all;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-btn:hover {
    border: 1px solid #2aad19;
    color: #FFF;
    background-color: #2aad19;
}

.lead-form {
    width: 380px;
    background-color: #f3f3f3;
}

.lead-form-btn{
    width: 155px;
    align-items: center;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.lead-form textarea{
    height: 90px;
    resize: none;
}
.valor-imovel{
    font-size: 22px;
    /* font-weight: 600; */
    min-width: 180px;
}
.barrinha{
    height: 30px; width: 2px;
}
.imovel-features-text{
    font-size: 18px;
}

.imovel-map{
    height: 185px;
}

#map{
    height:185px;
}
/*.video-div{*/
/*    height: 460px;*/
/*}*/

#bgndVideo{
    width: 100vw;
    max-height: calc(100vh - 170px) !important;
}

#video-div{
    height: 600px;
}
.item-extra {
    border-radius: 5px;
    margin-right: 10px;
    padding: 5px;
    line-height: 50px;
}

a.btn.whatsapp-btn.lead-form-btn {
    height: 36px;
}

.divFixa {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; /* Garante que a div fixa esteja acima de outros elementos */
}

.margin-adjust{
    margin-top: -8px;
}

.valor-imovel.text-uppercase {
    max-width: 95%;
}
