body{
    overflow-x: hidden;
}
.option{
    color: white;
}
.decoration_bar{
    background-color: white;
}
#image_menu{
    background-color: rgb(194, 193, 193);
    height:  80vh;
    background-color: black;
    background-image: url(../../img/foto_menu/BRONZIN\ MANIA-69.jpg);
    background-repeat: no-repeat;
    opacity: 0.8;
    background-size: cover;
    background-position: center;
}
.navbar{
    color:  white;
}
.menu_title{
    font-family: "Literata";
}
.menu_text{
    font-family: "Montserrat";
}
.hero_text{
    color: white;
}

#hero_menu{
    background-image: url(../../img/menu_background.jpg);
    background-size: cover;
    height: 100vh;
    background-position: center;
    display: flex;
    align-items: center;
}
@media (max-width:991.8px) {
    #hero_menu{
        background-image: url(../../img/menu_background_mobile.jpg) !important;
    }
    .hero_text{
        text-align: center;
    }
    .button_nav{
        text-align: center;
        }
}
@media (min-width:1200px) {
    
    .hero_text_title{
        font-size: 6rem !important;
    }
}
.px-6{
    padding-left: 6rem;
    padding-right: 6rem;
}
@media (max-width:567.8px) {
    
    .container_text{
        padding: 0px !important;
    }
}
.card-img-top{
    height: 300px;
}
.title_menu_plates{
    font-family: "Literata";
    text-align: center;
}
.card{
    height: 100%;
}
.col-md-4{
    padding-bottom: 1rem;
}
.card-title{
    font-family: "Literata";
    font-weight: bold;
}
.card-text{
    font-family: "Montserrat";
}
.btn-card{
    background-color: transparent;
    border-color: black;
    border-radius: 5px;
    color: black;
    transition: 0.5 ease-in !important;
}
.btn-card:hover{
color: white;
background-color: black;
}
.price{
    font-family: "Montserrat";
    float: right;
}
@media (max-width:1199.8px) {
    .card-img-top{
        height: 200px ;
    }
}
@media (max-width:991.8px) {
    .card-img-top{
        height: 150px !important;
    }
}
@media (max-width:767.8px) {
    .card-img-top{
        height: unset !important;
    }
}
.card_line{
    width: 20%;
    opacity: 1;
}
.button_active{
    color: black !important;
    background-color: white !important;
}