.main {
  margin-top: -40px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.img-portada {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.lista-info {
  margin-top: 20px;
}

.lista-nombre {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1px;
}

.lista-autor {
  font-size: 0.8rem;
  color: #939393;
  font-weight: 100;
}

.blq-restaurante {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.ranking-container {
  flex: 0.1;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 5px;
}

.ranking-label {
  font-size: 12px;
  margin-bottom: 0;
}

.blq-img-restaurante {
  flex: 0.2;
  max-width: 20%;
}

.img-restaurante {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  object-fit: cover;
}

.blq-info-restaurante {
  flex: 0.7;
  max-width: 70%;
  padding: 0 16px;
}

.restaurante-nombre {
  margin-bottom: 0;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.restaurante-ubi {
  font-size: 12px;
  font-weight: 200;
  line-height: 15px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #939393;
}

.restaurante-valoracion {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.opiniones {
  margin-left: 5px;
  font-size: 10px;
  font-weight: 400;
  color: #939393;
}

.blq-reserva {
  flex: 0.1;
  max-width: 10%;
  text-align: center;
}

.btn-reserva {
  margin-top: 10px;
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.img-reserva {
  width: 30px;
}

.circle {
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 1px solid #f3c627;
  border-radius: 50%;
  margin-right: 7px;
}

.filled {
  background-color: #f3c627;
}

.half-filled {
  background: linear-gradient(to right, #f3c627 50%, transparent 50%);
}

.map-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.map-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3px 10px;
  border-radius: 13px;
  border: 1px solid #6b6b6b;
  color: #6b6b6b;
  font-size: 14px;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.map-button span {
  margin-left: 5px;
}

.button-text {
  margin-left: 3px;
  margin-top: 1px;
}

.map-button:focus {
  outline: none;
}
