/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .item_group{
         width: 175px;
        height: 60px !important;
     }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .item_group{
        width: 100% !important;
        height: 100px !important;
    }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .item_group {
        width: 100% !important;
        height: 88px !important;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .item_group {
        width: 100% !important;
        height: 88px !important;
    }
}

.btn-restaurant{
    background: #005d64;
}
.btn-back-tipos-comidas{
    background: #005d64;
}

.btn-restaurant:hover{
    background: #005d64;
}
.btn-back-tipos-comidas2{
    background: #005d64;
}
.btn-back-tipos-comidas2:hover{
    background: #005d64;
}
.btn-back-tipos-comidas:hover{
    background: #005d64;
}
.container-btn{
 text-align: center;
}
.container-all-restaurante{
    display: none;
    margin-top: 15px;
}
.btn-back-tipos-comidas{
    display: none;
}
.btn-back-tipos-comidas2{
    display: none;
}