nav{
    background-color: #0D1F1E!important;
    position: sticky!important;
    top: 0;
    box-shadow: 2px 2px 5px rgba(0,0,0);
    z-index: 100;
}
.navbar-brand{
    filter: brightness(0) invert(1);
    height: 60px;
}

.img-fluid{
    border-radius: 12px;
}
.accordion-button:not(.collapsed){
    background-color: #0D1F1E;
    color: white;
}
.accordion-button:not(.collapsed)::after{
    filter: brightness(0) invert(1);
}
.accordion-item{
    margin-bottom: 10px;
}
hr{
    border-top: #0D1F1E solid 3px;
    opacity: 1;
}
.img-fluid{
    width: 50%;
    height: auto;
    margin: auto;
}
.logo-footer{
    
    filter: brightness(0) saturate(100%);
    width: 227px!important;

}
.predio-footer{
    width: 227px;
    height: 295px;
    object-fit: contain;
}
footer{
    background-color: #0D1F1E;
    padding: 10px 0;
    margin-top: 75px;
}
.row{
    margin-top: 65px !important;
    margin-bottom: 65px !important;
}
.whatsapp-flutuante{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .row{
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
    .row>*{
        display: flex;
        flex-direction: column;
    }
    .primeiro-btn{
        margin:auto;
        margin-bottom: 20px;
    }
    .logo-footer{
        width: 50%;
        height: auto;
        margin: auto;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .endereco{
        text-align: center;
    }
    .predio{
        display: flex;
    }
    .predio .predio-footer{
        margin: auto;
    }
    footer{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    footer div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    footer .navbar-brand{
        margin: auto;
    }
}