/* OrdenoYa.com - Menú de Restaurantes y APP */
body {
  font-family: Lato, sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  background-color: #e9e9e9!important;
  position: relative;
}

.oy-color {
  background-color: #00b7f0 !important; 
}

.menu_nav{
  position: sticky;
  top: 0px;
  z-index: 1030;
  height: 41px;
  background-color: #fff!important;
  /*border-bottom: 1px solid #dee2e6;*/
}
.menu_nav_fixed {
  /*border-bottom: 1px solid #dee2e6!important;
  border-top: 1px solid #dee2e6!important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/
}
#logo {
  margin-top: -50px;
}
#logo img {
  border-radius: 20%;
  max-width: 85px;
  max-height: 85px;
  border: 1px solid white;
}

.navbar {
  position: sticky;
  top: 41px;
  z-index: 1030;
  height: 40px;
  border-top: : 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6!important;
  /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #3490dc;
    border-bottom: 2px solid #3490dc;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.navbar-nav {
  overflow-x: auto;
}
.nav-link {
  padding: 2px;
}
.nav-item a {
  border-bottom: 2px solid transparent;
  margin-right: 5px;
  white-space: nowrap;
}
.nav-item a:hover {
  border-bottom: 2px solid #fff;
}

.categoria:before {
  padding-top: 80px;
  margin-top: -75px;
  display: block; 
  content: "";
  visibility: hidden;
}
.dropdown-item{
  color: #00b7f0;
}
.dropdown-item:focus, 
.dropdown-item:hover {
  color: #00b7f0;
  text-decoration: none;
  background-color: #fff;
}
.header{ 
  border-top:1px solid white;
  background:white; 
  color:#333; 
  height:150px; 
  width:100%; 
  font-family: 'Lobster', normal; 
  text-align:center;
}

/* Menú de Productos */
.portada {
  min-height: 60px;
  max-height: 300px;
}
.portada img {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
}
#redes img {
  max-height: 30px;
  max-width: 30px;
}
.menu_top {
  background-color: rgba(0,0,0,.06);
}
.menu_top img {
  border-radius: 10%;
  max-width: 300px;
  max-height: 200px;
}
.foto_up_small {
  border-radius: 0.5rem;
}
.menu_foto_up_small {
  background-color: #ffffff;
  height: 200px;
  border-radius: 0.5rem;
  border-bottom: 0px;
}
.menu_foto_up_small:first-child {
  border-radius: 0.5rem;
}
.menu_foto_up_small img {
  border-radius: 0.5rem;
  max-width: 100%;
  max-height: 100%;
}
.menu_left img {
  border-radius: 10%;
  max-width: 100px;
  max-height: 120px;
}
.menu_modal {
  background-color: rgba(0,0,0,.06);
}
.menu_modal img {
  border-radius: 10%;
  max-width: 300px;
  max-height: 300px;
}

.footer {
  font-size: 14px;
}
.footer a {
  text-decoration: none;
  color: white;
}
.footer img {
  max-height: 30px;
}

.texto-cortar {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 22px;     /* fallback */
  height: 44px;      /* fallback */
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.btn-menu {
  border-radius: .5rem;
  border: 0px solid transparent;
  background-image: linear-gradient(-180deg, #3cbef9 0%, #324194 100%);
  color: #ffffff;
}
.btn-menu:hover {
  color: #ffffff;
}
