/* Smartphones (Iphone5) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */
  .navbar-brand img.logo {
    max-height: 150px !important;
    margin: 0px 50%;
  }

  .adress {
    font-size: 18px;
  }
  .adress span {
    font-size: 16px !important;
  }
  .btn-sucursales {
    font-size: 14px !important;
  }
  .bg-index {
    background-position-y: 90px !important;
    background-size: 160%;
    background-position-x: center;
  }
  .small-font {
    font-size: 12px !important;
  }
  .resize-img {
    width: 24px;
  } /* 
.nav-tabs .nav-item {
    font-size: 12px!important;
    line-height: 16px;
}
.nav-tabs .nav-item:hover{
    font-weight: inherit!important;
} */
  .menu-restaurant {
    width: 100% !important;
    padding: 15px 0px !important;
  }
  .menu-restaurant .menu-subtitle {
    font-size: 10px !important;
  }
  .menu-restaurant .menu-title {
    line-height: 16px;
  }
  .menu-restaurant .menu-price {
    text-align: right;
    padding-left: 0px !important;
    margin: 0px 3px;
    font-size: 12px;
  }
  .nav-justified .nav-item {
    flex-basis: 100%;
    padding: 15px;
  }
  .pizzasize {
    margin: 0 0 0 5px; 
}

.beer-size{
  font-size: 0.6em;
    width: 43px;
    line-height: 10px;
}
.beer-price{
  padding:0 14px;
} 
  span.medidas.cervezas {
    margin: 0 -3px 0 10px;
  }
}

/* Smartphones (6.0 pulgadas) ----------- */
@media only screen and (min-device-width: 360px) and (max-device-width: 480px) {
  /* Styles */
  .navbar-brand img.logo {
    max-height: 165px !important;
    margin: 0px 50%;
  }

}

/* Smartphones (Iphone6-7-8) ----------- */
@media only screen and (min-width: 375px) and (max-device-width: 480px)  {
  /* Styles */
  .navbar-brand img.logo {
    max-height: 150px !important;
    margin: 0px 65%;
  }
}

/* Smartphones IphoneX) ----------- */
@media only screen and (min-width: 411px) {
  /* Styles */
  .navbar-brand img.logo {
    max-height: 145px !important;
    margin: 0px 80%;
  }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */
  .navbar-brand img.logo {
    max-height: 150px !important;
    margin: 0px 50%;
  }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
  .navbar-brand img.logo {
    max-height: 150px !important;
    margin: 0px 10%;
  }
  .nav-item {
    font-size: 15px;
  }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
  .navbar-brand img.logo {
    max-height: 150px !important;
    margin: 0px 0%;
  }
  .nav-item {
    font-size: 15px;
  }
  .info-sucursal a {
    font-size: 16px;
}
.info-sucursal b {
  font-size: 12px;
}
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */
  .navbar-brand img.logo {
    max-height: 150px !important;
    margin: 0px 10%;
  }
  .modal-dialog {
    max-width: 600px !important;
  }
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
  .navbar-brand img.logo {
    max-height: 150px !important;
    margin: 0px 50%;
  }
  .modal-dialog {
    max-width: 600px !important;
  }
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}
