
body {
  font-size: 16px;
  color: #1a1919;
  background-color: #1d1d1d;
  font-family: 'Oxygen', sans-serif;
}
#mainSlid {
  height: 200px !important;
  overflow: hidden;
}

#mainSlid .carousel-inner,
#mainSlid .item,
#mainSlid .item img {
  height: 200px !important;
  width: 100%;
  object-fit: cover; /* corta a imagem mantendo proporção */
}


/** HEADER **/
#header-nav {
  background-color: #0f056d;
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}

#logo-img {
  background: url('../image/b/logogrande.png') no-repeat;
  width: 200px;
  height: 200px;
  margin: 10px 15px 10px 0;
}

.navbar-brand {
  padding-top: 25px;
}
.navbar-brand h1 { /* Restaurant name */
  font-family: 'Lora', serif;
  color: #1C1C1E;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 1px 1px #040404;
  margin-top: 0;
  margin-bottom: 0;
  line-height: .75;
}
.navbar-brand a:hover, .navbar-brand a:focus {
  text-decoration: none;
}
.navbar-brand p { /* Kosher cert */
  color: #000;
  text-transform: uppercase;
  font-size: .7em;
  margin-top: 15px;
}
.navbar-brand p span { /* Star-K */
  vertical-align: middle;
}

#nav-list {
  margin-top: 10px;
}
#nav-list a {
  color: #1C1C1E;
  text-align: center;
}
#nav-list a:hover {
  background: #b80909;
}
#nav-list a span {
  font-size: 1.8em;
}

#phone {
  margin-top: 5px;
}
#phone a { /* Phone number */
  text-align: right;
  padding-bottom: 0;
}
#phone div { /* We Deliver */
  color: #557c3e;
  text-align: right;
  padding-right: 15px;
}

.navbar-header button.navbar-toggle, .navbar-header .icon-bar {
  border: 1px solid #3ADBDB;
}
.navbar-header button.navbar-toggle {
  clear: both;
  margin-top: -30px;
}
/* END HEADER */

/* FOOTER */
.panel-footer {
  margin-top: 30px;
  padding-top: 35px;
  padding-bottom: 30px;
  background-color: #0f056d;
  border-top: 0;
}
.panel-footer div.row {
  margin-bottom: 35px;
}
#hours, #address {
  line-height: 2;
}
#hours > span, #address > span {
  font-size: 1.3em;
}
#address p {
  color: #3ADBDB;
  font-size: .8em;
  line-height: 1.8;
}
#testimonials {
  font-style: italic;
}
#testimonials p:nth-child(2) {
  margin-top: 25px;
}
/* END FOOTER */



/* HOME PAGE */
/* Miniaturas */
.carousel-indicators {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.carousel-indicators li {
  width: 40px;
  height: 2px;
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid #ccc;
  overflow: hidden;
  border-radius: 5px;
}

.carousel-indicators li.active {
  border-color: #007bff;
}

.carousel-indicators img.thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container .jumbotron {
  box-shadow: 0 0 50px #9e9e9e;
  border: 2px solid #9e9e9e;
}

#menu-tile, #specials-tile, #map-tile {
  height: 250px;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  border: 2px solid #9e9e9e;
  overflow: hidden;
}
#menu-tile:hover, #specials-tile:hover, #map-tile:hover {
  box-shadow: 0 1px 5px 1px #1C1C1E;
}
#menu-tile {
  background: url('../image/a-heder/02.jpg') no-repeat;
  background-position: center;
}
#specials-tile {
  background: url('../image/a-heder/05.jpg') no-repeat;
  background-position: center;
}
#menu-tile span, #specials-tile span, #map-tile span {
 
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 1.6em;
  text-transform: uppercase;
  background-color: #F4F4F4;
  color: #1C1C1E;
  opacity: .8;
}
/* END HOME PAGE */

/* MENU CATEGORIES PAGE */
.category-tile { 
  position: relative;
  border: 1px solid #96104e;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin: 0 auto 15px;
}
.category-tile span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  opacity: .8;
}
.category-tile:hover {
  box-shadow: 0 1px 5px 1px #d6d4d4;
}

#menu-categories-title + div {
  margin-bottom: 50px;
}
/* END MENU CATEGORIES PAGE */

/*  PAGE */
.menu-item-tile {
  margin-bottom: 25px;
}

.menu-item-tile hr {
  width: 80%;
}


.menu-item-tile .menu-item-price {
  font-size: 1.1em;
  text-align: right;
  margin-top: -15px;
  margin-right: -15px;
}

.menu-item-tile .menu-item-price span {
  font-size: .6em;
}
.menu-item-photo {
  position: relative;
  border: 2px solid #3F0C1F; 
  overflow: hidden;
  padding: 0;
  margin-right: -15px;
  margin-left: auto;
  margin-bottom: 20px;
  max-width: 220px;
}

.menu-item-photo div {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  background-color: #557c3e;
  text-align: center;
}
.menu-item-description {
  padding-right: 30px;
}
h3.menu-item-title {
  margin: 0 0 10px;
}
.menu-item-details {
  font-size: .9em;
  font-style: italic;
} 

/* END SINGLE CATEGORY PAGE */

/********** Large devices only **********/
@media (min-width: 1200px) {
  .container .jumbotron {
    background: url('../image/a-heder/destaque-pc.jpeg') no-repeat;
    height: 675px;
    margin-top: 40px;
    padding: 30px 20px;
  }
}

/********** Medium devices only **********/
@media (min-width: 992px) and (max-width: 1199px) {
  /* Header */
  #logo-img {
    background: url('../image/b/logo.png') no-repeat;
    width: 100px;
    height: 100px;
    margin: 5px 5px 5px 0;
  }
  /* End Header */

  /* Home Page */
    .container .jumbotron {
    background: url('../image/a-heder/destaques.jpeg') no-repeat;
    height: 558px;
  }
  /* End Home Page */
}

/********** Small devices only **********/
@media (min-width: 768px) and (max-width: 991px) {
  /* Home Page */
  .container .jumbotron {
    background: url('../image/a-heder/destaque-tbt.jpeg') no-repeat;
    height: 480px;
  }
  /* End Home Page */
}

/********** Extra small devices only **********/
@media (max-width: 767px) {
  /* Header */
  #phone {
    text-align: center;
    margin-top: 10px;
  }

  #phone a {
    display: block;
    font-size: 1.2em;
    color: #C62828;
  }

  #phone div {
    text-align: center;
    padding: 5px 0;
  }
  .navbar-brand {
    padding-top: 10px;
    height: 80px;
  }
  
  .navbar-brand h1 { /* Restaurant name */
    padding-top: 10px;
    font-size: 5vw; /* 1vw = 1% of viewport width */
  }
  /*.navbar-brand p { /* Kosher cert 
    font-size: .6em;
    margin-top: 12px;
  } */
   .navbar-brand p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

  .navbar-brand p img {
  max-height: 20px;
  width: auto;
  vertical-align: middle;
}


  #collapsable-nav a { /* Collapsed nav menu text */
    font-size: 1.2em;
  }
  #collapsable-nav a span { /* Collapsed nav menu glyph */
    font-size: 1em;
    margin-right: 5px;
  }

  #call-btn > a {
    font-size: 1.5em;
    display: block;
    margin: 0 20px;
    padding: 10px;
    border: 2px solid #fff;
    background-color: #C62828;
    color: #3ADBDB;
  }
  #xs-deliver {
    margin-top: 5px;
    font-size: .7em;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  /* End Header */

  /* Footer */
  .panel-footer section {
    margin-bottom: 30px;
    text-align: center;
  }
  .panel-footer section:nth-child(3) {
    margin-bottom: 0; /* margin already exists on the whole row */
  }
  .panel-footer section hr {
    width: 50%;
  }
  /* End Footer */

  /* Home Page */
  .container .jumbotron {
    margin-top: 30px;
    padding: 0;
  }
  #menu-tile, #specials-tile {
    width: 360px;
    margin: 0 auto 15px;
  }

  .menu-item-photo{
        margin-right: auto;
  }

  .menu-item-tile .menu-item-price {
    text-align: center;
  }
}


/********** Super extra small devices Only :-) (e.g., iPhone 4) **********/
@media (max-width: 479px) {
  /* Header */
  .navbar-brand h1 { /* Restaurant name */
    padding-top: 5px;
    font-size: 6vw;
  }
  /* End Header */
  
  /* Home page */
  #menu-tile, #specials-tile {
    width: 280px;
    margin: 0 auto 15px;
  }

  .col-xxs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%;
  }
 

}

/* cards*/
/* ====== CARD DE VEÍCULO RESPONSIVO ====== */
.vehicle-card {
  background: #fff;
  border: none;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  width: 100%;
  max-width: 600px; /* controla o limite em telas grandes */
  margin: 0 auto;   /* centraliza o card */
}

/* Efeito de destaque no hover */
.vehicle-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Imagem */
.vehicle-card .card-img-top {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 4px solid #007bff;
  transition: transform 0.3s ease;
}

/* Zoom leve na imagem */
.vehicle-card:hover .card-img-top {
  transform: scale(1.05);
}

/* Corpo do card */
.vehicle-card .card-body {
  padding: 20px;
}

/* Título */
.vehicle-card .card-title {
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-align: center;
}

/* Texto */
.vehicle-card .card-text {
  color: #444;
  font-size: 0.95rem;
  line-height: 1.6;
  white-space: pre-line;
  margin-bottom: 20px;
}

/* Botão */
.vehicle-card .btn {
  background: linear-gradient(90deg, #007bff, #00b4d8);
  border: none;
  border-radius: 25px;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  width: 100%;
  padding: 10px;
}

/* Hover botão */
.vehicle-card .btn:hover {
  background: linear-gradient(90deg, #00b4d8, #007bff);
  transform: scale(1.05);
  box-shadow: 0 3px 8px rgba(0, 123, 255, 0.3);
}

/* ====== MOBILE AJUSTES ====== */
@media (max-width: 768px) {
  .vehicle-card {
    max-width: 95%; /* quase a tela toda */
    margin: 10px auto;
  }

  .vehicle-card .card-img-top {
    height: 250px;
  }

  .vehicle-card .card-body {
    padding: 18px;
  }

  .vehicle-card .card-title {
    font-size: 1.2rem;
  }

  .vehicle-card .card-text {
    font-size: 1rem;
  }
}

#valores-termos {
  background: linear-gradient(to bottom, #ffffff, #f8f9fa);
}

#valores-termos .card {
  border-radius: 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#valores-termos .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

#valores-termos h4 {
  border-bottom: 2px solid #0d6efd;
  display: inline-block;
  padding-bottom: 4px;
}

#valores-termos ul li {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}

#valores-termos .btn {
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}

#valores-termos .btn:hover {
  background-color: #0d6efd;
  color: white;
  transform: scale(1.05);
}

.carousel-control {
  width: 5%;
  background: none !important;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
}

.carousel-control:hover {
  opacity: 1;
}

.carousel-control .material-icons {
  font-size: 36px;
  color: #333;
}

@media (max-width: 768px) {
  .carousel-control .material-icons {
    font-size: 28px;
  }
}
#map-tile iframe {
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.carousel-item {
      text-align: center;
      padding: 20px 0;
    }

    .vehicle-card {
      width: 90%;
      max-width: 400px;
      margin: 0 auto;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s;
    }

    .vehicle-card:hover {
      transform: scale(1.03);
    }

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

    .vehicle-card .card-body {
      background: #fff;
    }

    .btn-primary {
      background-color: #007bff;
      border: none;
    }

    .btn-primary:hover {
      background-color: #0056b3;
    }

/* 🔍 Caixa de Pesquisa Moderna (com menor espaçamento superior) */
.search-box {
  position: relative;
  max-width: 480px;
  margin: 10px auto 25px auto; /* ⬅ reduzi o topo de 30px para 10px */
  transition: all 0.3s ease;
}

/* Campo de entrada */
.search-box input {
  width: 100%;
  padding: 10px 45px 10px 45px;
  border-radius: 50px;
  border: 2px solid transparent;
  background: #ffffff;
  font-size: 1rem;
  color: #333;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.search-box input::placeholder {
  color: #888;
  font-style: italic;
}

/* Foco */
.search-box input:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 10px rgba(13, 110, 253, 0.3);
  outline: none;
  background-color: #f8faff;
}

/* Ícone da lupa */
.search-box .bi-search {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #6c757d;
  transition: color 0.3s ease;
}

/* Efeito ao focar */
.search-box input:focus + .bi-search {
  color: #0d6efd;
}

/* Efeito hover */
.search-box:hover input {
  transform: translateY(-2px);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}

/* Responsivo */
@media (max-width: 576px) {
  .search-box {
    max-width: 90%;
    margin: 8px auto 20px auto; /* ainda mais justo em telas pequenas */
  }
  .search-box input {
    font-size: 0.95rem;
    padding: 9px 40px;
  }
  .search-box .bi-search {
    left: 12px;
    font-size: 1rem;
  }
}

