.title-home {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: left;
}
@media (max-width: 768px) {
  .title-home {
    justify-content: center;
  }
}
.title-home .title-section {
  color: #000;
  padding-top: 0px;
  font-size: 23px;
  font-weight: 700;
}
.carousel-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
}
.carousel-item .card {
  height: 567px;
  width: 270px;
  background: #fff;
  border-radius: 25.6px;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.carousel-item .card .card-image {
  position: relative;
}
.carousel-item .card .card-image img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.carousel-item .card .card-image .favorite-btn {
  position: absolute;
  top: 15px;
  left: 25px;
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.carousel-item .card .card-image .favorite-btn .heart-icon {
  width: 46px;
  height: 46px;
  max-width: 46px !important;
}
.carousel-item .card .card-content {
  padding: 10px;
}
.carousel-item .card .card-content .card-title {
  font-size: 20px;
  font-weight: 700;
  margin: 8px 0;
  color: #000;
  text-align: left;
  padding-left: 10px;
}
.carousel-item .card .card-content .card-rating {
  font-size: 14px;
  text-align: left;
  padding-left: 18px;
}
.carousel-item .card .card-content .card-rating .space-review {
  height: 25px;
}
.carousel-item .card .card-content .card-rating .product-reviews-summary .reviews-actions {
  display: none;
}
.carousel-item .card .card-content .card-description {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  color: #575757;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}
.carousel-item .card .card-content .card-description-image {
  font-size: 16px;
    color: #656567;
    margin: 8px 0;
    font-weight: 400;
    text-align: left;
    padding-left: 18px;
}




.carousel-item .card .card-content .card-location,
.carousel-item .card .card-content .card-hours {
  font-size: 14px;
  color: #333;
  margin: 4px 0;
}
.carousel-item .card .card-content .card-location i,
.carousel-item .card .card-content .card-hours i {
  margin-right: 8px;
  font-size: 16px;
}
.carousel-item .card .card-content .card-buttons {
  display: inline-flex;
  justify-content: space-around;
  margin-top: 12px;
}
.carousel-item .card .card-content .card-buttons .time-btn {
  padding: 8px 16px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 16px;
  font-size: 14px;
  cursor: pointer;
}
.carousel-item .card .card-content .card-buttons .time-btn:hover {
  background: #333;
}
.carousel-item .card .card-content .card-title-image {
  font-size: 20px;
  font-weight: 700;
  margin: 8px 0;
  color: #fff;
  text-align: left;
  padding-left: 10px;
  padding-top: 55px;
}
.carousel-item .card .custom-card .card-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel-item .card .custom-card-background {
  width: 100%;
  height: 415px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
}
.carousel-item .card .custom-card .card-content {
  padding: 10px;
  text-align: center;
}
.logo-overlay-custom-card {

}
.custom-card .logo-overlay-custom-card img {
  padding-top: 5%;
  height: 60px;
  width: 52px !important;
  margin-left: 10px;
}
.black-box {
  background: rgb(201, 46, 46);
  color: white;
  border-radius: 5px;
  padding: 0px 10px;
  &.no-schedules {
      width: 300px !important;
      height: 44px !important;
      gap: 10px !important;
      opacity: 1 !important;
      padding: 10px !important;
      border-radius: 40px !important;
      border-width: 1px !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      border: 1px solid #000000 !important;
      background: #f5f5f5 !important;
      color: #333 !important;
      font-weight: 700 !important;
      font-size: 20px !important;
      cursor: pointer !important;
      text-decoration: none !important;
      transition: all 0.3s ease !important;
      
      &:hover {
          background: #e0e0e0 !important;
          transform: translateY(-2px) !important;
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
      }
      
      &:active {
          transform: translateY(0) !important;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
      }
  }
}
.black-box-unavailable {
  background: #cccccc;
  color: white;
  border-radius: 5px;
  padding: 0px 10px;
}
.owl-controls .owl-nav .owl-prev {
  left: -63px;
}
.owl-prev,
.owl-next {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.owl-prev i,
.owl-next i {
  font-size: 16px;
  color: #333;
}
.owl-prev:hover,
.owl-next:hover {
  background: #333;
}
.owl-prev:hover i,
.owl-next:hover i {
  color: #fff;
}
.restaurants-banner-carousel .owl-carousel .owl-item {
  border-radius: 0px;
}

/* ==========================================================================
   INDICADORES DEL CARRUSEL DE RESTAURANTES
   ========================================================================== */

/* Contenedor de indicadores */
.restaurants-banner-carousel .owl-dots {
  position: absolute !important;
  right: 20px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  margin: 0 !important;
  z-index: 10 !important;
}

/* Indicadores individuales */
.restaurants-banner-carousel .owl-dots .owl-dot {
  display: block !important;
  margin: 0 !important;
  width: 19px !important;
  height: 19px !important;
  border-radius: 50% !important;
  background-color: #39393A !important;
  border: 1px solid #FFFFFF !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

/* Estado hover */
.restaurants-banner-carousel .owl-dots .owl-dot:hover {
  background-color: #FFFFFF !important;
  transform: scale(1.1) !important;
}

/* Estado activo */
.restaurants-banner-carousel .owl-dots .owl-dot.active {
  background-color: #FFFFFF !important;
  transform: scale(1.2) !important;
}

/* Responsive para móviles */
@media (max-width: 768px) {
  .restaurants-banner-carousel .owl-dots {
      right: 10px !important;
      gap: 8px !important;
  }
  
  .restaurants-banner-carousel .owl-dots .owl-dot {
      width: 200px !important;
      height: 20px !important;
  }
}

.owl-carousel .owl-item {
  overflow: hidden;
  border-radius: 10px;
  border: 0px !important;
  color: unset !important;
  transition: margin-top 0.5s, box-shadow 0.5s;
}
.owl-carousel .owl-item:hover {
  margin-top: 0px !important;
  box-shadow: none !important;
}
.banner-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.banner-container .owl-nav {
  display: none !important;
}
.banner-container .owl-dots {
  display: none !important;
}
@media (min-width: 1024px) and (max-width: 2560px) {
  .banner-container .banner-row {
    height: 450px;
  }
}
.banner-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
  background: #000;
  color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.banner-image {
  position: relative;
  width: 100% !important;
  height: 100% !important;
}
.banner-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.banner-image .logo-overlay {
  position: absolute;
  top: -1px;
  left: 20px;
  border-radius: 50%;
}
.banner-image .logo-overlay img {
  width: 40px;
  height: 40px;
}
.banner-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.banner-details .banner-subtitle {
  font-size: 18px;
  color: #ccc;
  margin-bottom: 5px;
  font-style: italic;
}
.banner-details .banner-title {
  font-size: 38px;
  font-weight: bold;
  margin: 10px 0;
}
.banner-details .banner-rating .product-reviews-summary .reviews-actions {
  display: none;
}
.banner-details .banner-description {
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.banner-details .banner-location {
  font-size: 13px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.banner-details .banner-location span {
  margin-right: 5px;
}
.banner-details .banner-rating .rating-summary .rating-result {
  width: 67px;
  height: 20px;
  margin: 0;
}
.banner-details .banner-rating .rating-summary .rating-result:before {
  display: none;
}
.banner-details .banner-rating .rating-summary .rating-result > span {
  display: inline-block;
  height: 20px;
  position: relative;
  vertical-align: top;
  background: url(../images/re-start.png) repeat-x bottom left;
}
.banner-details .banner-rating .rating-summary .rating-result > span:before {
  display: none;
}
.banner-details .banner-button {
  background: #fff;
  color: #000 !important;
  padding: 2px 20px;
  border: none;
  border-radius: 35px;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: bold;
  text-transform: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 45px;
  width: 220px;
  text-align: center;
}
.banner-details .banner-button:hover {
  background: #ccc;
}
@media (min-width: 701px) and (max-width: 768px) {
  .carousel-item .card {
    width: 100%;
  }
  .owl-prev,
  .owl-next {
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 40% !important;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
  }
  .owl-controls .owl-nav .owl-prev {
    left: -20px !important;
  }
  .owl-controls .owl-nav .owl-next {
    right: -20px !important;
  }
  .banner-container .banner-row {
    height: 400px;
  }
}
@media (min-width: 360px) and (max-width: 830px) {
  .banner-details .banner-title {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0px;
  }
  .banner-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 0px;
    background: #000;
    color: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 350px;
  }
  .custom-card .logo-overlay-custom-card img {
    height: 75px;
    width: 69px !important;
    margin-left: 10px;
    padding-top: 5%;
  }
}
.cms-index-index .owl-item .card.custom-card {
  width: auto;
}
.cms-index-index .carosuel-background.carousel-with-image {
  display: grid;
  grid-template-columns: 25% 75%;
  gap: 32px;
}
.cms-index-index .carosuel-background.carousel-with-image .custom-card-background {
  width: auto;
  max-width: 270px;
  background: #fff;
  border-radius: 25.6px;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-align: center;
  margin-bottom: 59px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cms-index-index .carosuel-background.carousel-with-image .custom-card-background .card-title-image {
  font-size: 20px;
  font-weight: 700;
  margin: 8px 0;
  color: #fff;
  text-align: left;
  padding-left: 10px;
  padding-top: 55px;
}
.cms-index-index .carosuel-background.carousel-with-image .custom-card-background .card-description-image {
  font-size: 18px;
  color: #fff;
  margin: 8px 0;
  text-align: left;
  padding-left: 18px;
}
@media (max-width: 767px) {
  .cms-index-index .carosuel-background.carousel-with-image {
    grid-template-columns: 100% !important;
  }
  .cms-index-index .carosuel-background.carousel-with-image .custom-card-background {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cms-index-index .carosuel-background.carousel-with-image {
    grid-template-columns: 40% 50% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .cms-index-index .carosuel-background.carousel-with-image {
    grid-template-columns: 35% 60% !important;
  }
}
@media (min-width: 768px) and (max-width: 910px) {
  .cms-index-index .carosuel-background.carousel-with-image .owl-prev,
  .cms-index-index .carosuel-background.carousel-without-image .owl-prev {
    left: -54px !important;
  }
  .cms-index-index .carosuel-background.carousel-with-image .owl-next,
  .cms-index-index .carosuel-background.carousel-without-image .owl-next {
    right: -54px !important;
  }
}
@media (min-width: 376px) and (max-width: 767px) {
  .cms-index-index .carosuel-background.carousel-with-image .carousel-item .card,
  .cms-index-index .carosuel-background.carousel-without-image .carousel-item .card {
    margin-left: auto;
  }
  .cms-index-index .carosuel-background.carousel-with-image .owl-prev,
  .cms-index-index .carosuel-background.carousel-without-image .owl-prev {
    left: -40px !important;
  }
  .cms-index-index .carosuel-background.carousel-with-image .owl-next,
  .cms-index-index .carosuel-background.carousel-without-image .owl-next {
    right: -30px !important;
  }
}
@media (min-width: 768px) and (max-width: 910px) {
  .cms-index-index .carosuel-background.carousel-with-image .owl-prev {
    left: -54px !important;
  }
  .cms-index-index .carosuel-background.carousel-with-image .owl-next {
    right: -54px !important;
  }
  .cms-index-index .carosuel-background.carousel-without-image .owl-prev {
    left: -25px !important;
  }
  .cms-index-index .carosuel-background.carousel-without-image .owl-next {
    right: -25px !important;
  }
}
@media (min-width: 911px) and (max-width: 1023px) {
  .cms-index-index .carosuel-background.carousel-with-image .owl-prev {
    left: -60px !important;
  }
  .cms-index-index .carosuel-background.carousel-with-image .owl-next {
    right: -60px !important;
  }
  .cms-index-index .carosuel-background.carousel-without-image .owl-prev {
    left: -50px !important;
  }
  .cms-index-index .carosuel-background.carousel-without-image .owl-next {
    right: -50px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .cms-index-index .carosuel-background.carousel-with-image .owl-prev,
  .cms-index-index .carosuel-background.carousel-without-image .owl-prev {
    left: -48px !important;
  }
  .cms-index-index .carosuel-background.carousel-with-image .owl-next,
  .cms-index-index .carosuel-background.carousel-without-image .owl-next {
    right: -48px !important;
  }
}
@media (min-width: 1441px) {
  .cms-index-index .carosuel-background.carousel-with-image .owl-prev,
  .cms-index-index .carosuel-background.carousel-without-image .owl-prev {
    left: -24px !important;
  }
  .cms-index-index .carosuel-background.carousel-with-image .owl-next,
  .cms-index-index .carosuel-background.carousel-without-image .owl-next {
    right: -24px !important;
  }
}

/* ==========================================================================
   CONTENEDOR PRINCIPAL PARA ORGANIZAR LA INFORMACIÓN EN FILA
   ========================================================================== */

/* Contenedor principal para organizar la información en fila */
.card-info-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 8px 0;
}

/* Desktop: mostrar en fila horizontal */
@media (min-width: 768px) {
  .card-info-row {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }
}

/* ==========================================================================
   ESTILOS PARA LA DESCRIPCIÓN DE LA TARJETA
   ========================================================================== */

/* Estilos para la descripción de la tarjeta */
.card-description {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  color: #575757;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}

.card-description .assignment-logo {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* Responsive */
@media (max-width: 768px) {
  .card-description {
    font-size: 16px;
  }
  
  .card-description .assignment-logo {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 480px) {
  .card-description {
    font-size: 14px;
  }
  
  .card-description .assignment-logo {
    width: 16px;
    height: 16px;
  }
}

/* ==========================================================================
   ESTILOS PARA LA UBICACIÓN DEL PRODUCTO
   ========================================================================== */

/* Estilos para la ubicación del producto */
.product-location {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  font-size: 14px;
  color: #666;
  flex-shrink: 0;
  min-width: 0;
}

.product-location .location-logo {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}

.product-location .location-text {
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #656567;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  flex: 1;
  min-width: 0;
}

/* Responsive para diferentes tamaños de pantalla */
@media (max-width: 768px) {
  .product-location {
    padding: 4px 8px;
  }
  
  .product-location .location-logo {
    width: 14px;
    height: 14px;
  }
  
  .product-location .location-text {
    max-width: 150px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .product-location {
    padding: 3px 6px;
  }
  
  .product-location .location-logo {
    width: 12px;
    height: 12px;
  }
  
  .product-location .location-text {
    max-width: 120px;
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .product-location .location-text {
    max-width: 100px;
    font-size: 11px;
  }
}

/* ==========================================================================
   ESTILOS PARA EL CONTADOR DE RESERVAS
   ========================================================================== */

/* Estilos para el contador de reservas */
.reservation-counter-badge-carrousel {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 6px 12px;
  border-radius: 20px;
  flex-shrink: 0;
  min-width: 0;
}

.reservation-counter-badge-carrousel .counter-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #ff6b35;
  border-radius: 50%;
  color: white;
  font-size: 12px;
  font-weight: bold;
  flex-shrink: 0;
}

.reservation-counter-badge-carrousel .counter-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
}

.reservation-counter-badge-carrousel .counter-label .reserv-account {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .reservation-counter-badge-carrousel {
    padding: 4px 8px;
  }
  
  .reservation-counter-badge-carrousel .counter-icon {
    width: 18px;
    height: 18px;
    font-size: 11px;
  }
  
  .reservation-counter-badge-carrousel .counter-label {
    font-size: 12px;
  }
  
  .reservation-counter-badge-carrousel .counter-label .reserv-account {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 480px) {
  .reservation-counter-badge-carrousel {
    padding: 3px 6px;
  }
  
  .reservation-counter-badge-carrousel .counter-icon {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  
  .reservation-counter-badge-carrousel .counter-label {
    font-size: 11px;
  }
  
  .reservation-counter-badge-carrousel .counter-label .reserv-account {
    width: 12px;
    height: 12px;
  }
}
