body {
    scroll-behavior: smooth;
}
#logo_top {
    height:80px;
}
.hero {
    min-height: 90vh;
    display: flex;
    align-items: center;
    background-image: url('../img/banners/banner1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
}

.quem-somos {
    min-height: 80vh;
}

.quem-somos img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#nossa_costela {
    width:40%;
    margin:0 auto;
    padding:20px;
    border: 1px solid #ab7e02;
    background-color: #222;
    opacity: 0.8;
}

#nossa_costela img{
    width:450px;
}


hr{
    border: 1px solid #ab7e02;
}

#cardapio {
    background: #202020;
}

.white {
    color:#ccc;
}

.banner-cta {
    background: #222;
    color: #fff;
    padding: 80px 0;
    height:550px;
}

.img_titulo{
    width:300px !important;
}

.text-dark {
    color:#82331d !important;
}

#btn_cardapio {
    width:200px;
    height:40px;
    vertical-align: middle;
    margin-left:50px;
    /* margin-top:30px; */

}

.btn-outline-custom {
    color:#ab7e02;
    border: 2px solid rgb(171, 126, 2);
}

.btn-hover {
    color:#fff !important;
    border: 2px solid rgb(171, 126, 2) !important;
    background: rgb(171, 126, 2) !important ;
}

.galeria img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.newsletter {
    background: #f8f9fa;
    padding: 60px 0;
}

footer {
    background: #212529;
    color: #fff;
    padding: 60px 0;
}


.quem-somos .conteudo {
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.quem-somos .imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.banner-cta {
    background: #202020;
    color: #fff;
    padding: 50px 0;
}



.cardapio,
.galeria,
.depoimentos {
    padding: 80px 0;
}


.galeria img {
    width: 100%;
    border-radius: 8px;
}

#costela_bafo {
    background-image: url('../img/banners/Slide4.png');
}

.card-depoimento {
    background: #ffffff;
    padding: 30px;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}


.newsletter {
    background: #f8f8f8;
    padding: 80px 0;
}


.newsletter-form {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}


.newsletter-form input {
    padding: 12px;
    width: 300px;
    border: 1px solid #ccc;
}


.footer {
    background: #202020;
    color: #fff;
    padding: 60px 0;
}
#logo_foot {
    height:130px;
}

.footer a {
    color: #b38021;
    text-decoration: none;
}

.text-yellow{
    color:#d3a00c;
}

#cardapio_container {
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items: center;
}

@media  (max-width:600px) {
    .hero {
    min-height: 50vh;
    display: flex;
    align-items: center;
    background-image: url('../img/banners/Slide3a.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    }
    #logo_top {
        height:70px;
    }
    #nossa_costela {
        width:100%;
        margin:0 auto;
        padding:20px;
        border: 1px solid #ab7e02;
        background-color: #222;
        opacity: 0.8;
    }

    #nossa_costela img{
        width:250px;
    }

    .img_titulo{
        width:200px !important;
    }

    #cardapio_container {
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items: center;
    }

    #btn_cardapio {
        width:200px;
        height:40px;
        vertical-align: middle;
        margin-top:20px !important;
        margin-left: 0px !important;
    }
    #logo_foot {
        height:120px;
    }

    #redes {
        margin-top: 40px;
    }

}

@media (max-width: 767px) {
    #depoimentos .carousel-item .col-md-4:not(:first-child) {
        display: none;
    }
}