.img-cabecera-restaurant{
    border-radius: 10px 10px 0px 0px;
}

.cartas_principales{
    background-color: #000000;
    color: #9B7C38;
    width: auto;
    margin: 2px;
    display: flex;
    align-items: center;
    justify-content: left;
    flex: 1 1 100%;
    font-weight: bold;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 85px;
    position: relative;
    padding-left: 20px !important;
    font-size: 25px;
}

.cartas_principales .texto_cartas{
    color: #ffffff;
    background: #9B7C38;
    position: absolute;
    right: 0px;
    top: 22px;
    text-transform: uppercase;
    padding: 5px 10px 5px 10px;
    font-size: 15px;
    border-radius: 7px 0px 0px 7px;
}

.video-cartas{
    width: 100%;
    height: auto;
}

.collapsible-body{
    border-radius: 0px !important;
}


.a-content-restaurants{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.content-restaurants{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 10px;
}

.content-img-restaurant{
    width: 115px;
    height: 115px;
    min-width: 115px;
    min-height: 115px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 10px 0 0 10px;
}

.logo-tamano{
    background-size: 85% auto;
    background-color: #eeecec;
}

.content-texto-restaurant{
    position: relative;
    width: 100%;
    height: 115px;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
}

.content-texto-restaurant > div{
    width: 100%;
}

.titulo-restaurant{
    font-size: 16px;
    color: #0E1811;
}

.subtitulo-restaurant{
    font-size: 13px;
    color: dimgrey;
}

.hora-apertura-restaurant{
    font-size: 13px;
    color: var(--accent-color);
    position: absolute;
    bottom: 5px;
    align-self: flex-end;
    text-align: right;
}

.mensaje-tipo-restaurante{
    background: var(--accent-color);
    color: #ffffff;
    padding: 10px !important;
    border-radius: 10px;
    margin: 10px 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: left;
}

.icono-info-restaurante{
    font-size: 25px;
    margin-right: 5px;
}

.content-cartas-restaurantes-inferior{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.carta-restaurante-inferior{
    width: 65%;
}

.content-img-restaurantes{
    position: relative;
    height: 200px !important;
    border-radius: 10px 10px 0 0;
}

.punto-mapa-restaurante{
    position: absolute;
    /*bottom: 8px;*/
    bottom: 0;
    right: 0;
    background: var(--accent-color);
    color: #ffffff;
    font-size: 35px;
    border-radius: 10px 0 0 0;
    z-index: 9;
}

.punto-mapa-restaurante::before{
    padding: 5px;
}

#map_restaurant{
    width: 80%;
    max-width: 80%;
    height: 80%;
    max-height: 80%;
}

.content-modal-map{
    padding: 1px !important;
    height: calc(100% - 60px);
}

.content-map-iframe{
    height: 100%;
    width: 100%;
}

.content-map-iframe iframe{
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}