@charset "UTF-8";
/* CSS Document */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    vertical-align: baseline;
}

a.phoneNumber {
    text-decoration: none;
    color: #691b41;
}

/* Guia de canales */
.channels_img img{
    width: 100%;
    margin: 0 auto;
}

.box_style_4{
    width: 100%;
    height: 500px;
}

.dish-img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin: 0 10px;
}

.menu-title{
    text-align: center;
}

.img-restaurante{
    max-width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
	border: 5px solid#fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.covid-sign{
    position: absolute;
    left: 20px;
    bottom: 20px;
    max-width: 200px;
    height: auto;
}

@media (max-width: 767px) {
    
    .covid-sign{
        max-width: 100px;
    }
}

.menu_box{
    padding-top: 50px;
    box-shadow: 0px 10px 14.1px 0.9px rgb(0 0 0 / 24%), 0px 4px 19.6px 0.4px rgb(0 0 0 / 16%);
}

.menu_box > img {
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}

.menu_items{
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu_items a{
    margin: 20px 0;
    text-align: center;
    font-size: 20px;
    width: 80%;
    padding: 10px 0;
    border: 2px solid #691b41;
    border-radius: 10px;
}

.menu_items a:hover{
    background-color: #691b41;
    color: white;
}

.extensiones{
    display: grid;
    grid-template-columns: 1fr 1fr; 
    row-gap: 15px;
}

.extensiones > div {
    font-size: 20px;
    justify-self: center;
}

.horarios_restaurante {
    list-style: none;
}