p{
    font-size: 1.5rem!important;
}
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;
}
.banner{
    background: url('../imagens/banner.jpeg') rgba(0, 0, 0, 0.2) center center;
    background-attachment: fixed;
    background-blend-mode: color;
    background-size: cover;
    color: white;
    padding: 150px 0;
    text-align: center;
}
.imagems-ht{
    width: 100%;
    height: auto;
    /* border-radius: 12px; */
    box-shadow: 2px 2px 5px rgba(0,0,0);
    margin-bottom: 15px;
}
.como-funciona{
    margin: 0;
    padding: 0!important;
}
.como-funciona img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.conteudo-depoimento{
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.conteudo-depoimento img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
}
.conteudo-depoimento p{
    font-size: 14px!important;
    color: #000;
}
.depoimento-superior{
    display: flex;
}
.conteudo-depoimento .depoimento-superior h3{
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}
.conteudo-depoimento .bi-star-fill{
    color: #F6BB06;
    font-size: 1.2rem;
    margin-right: 1px;
}
.conteudo-depoimento .depoimento-superior, .conteudo-depoimento .texto-depoimento{
    width: 100%;
}
.cta{
    background-color: #0D1F1E;
    color: white;
    padding: 50px 0;
    overflow: hidden;
}
.cta .btn{
    width: fit-content;
    margin: auto;
}
@media (max-width: 768px) {
    .banner{
        background: url('../imagens/banner-mob.jpeg') rgba(0, 0, 0, 0.2) center center;
        background-size: cover;
    }
    .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;
    }
}