.hero-section {
  background-image: url("/assets/img/index/Foto-Portada.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  position: relative;
}
html,
body {
  overflow-x: hidden;
}

body {
  background: url("/assets/img/index/Back-index.png") no-repeat center center;
  background-size: cover;
  background-position: center;
}

.overlay {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 40px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 80%;
  margin: auto;
}

.overlay .title {
  font-weight: 700;
  color: #c40000;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.overlay .subtitle {
  font-weight: 400;
  color: #333;
  font-size: 1rem;
  margin-bottom: 1.6rem;
}

.bienvenida-section img {
  max-width: 100%;
  height: auto;
}

.bienvenida-texto {
  background-color: white;
  /* Fondo blanco */
  background-image: url("/assets/img/index/Back-Trompo.png");
  /* Trompo de fondo */
  background-repeat: no-repeat;
  background-size: contain;
  /* Ajusta el tamaño del trompo */
  background-position: right center;
  /* Trompo alineado a la derecha */
  text-align: start;
  /* Alineación del texto */
  border-radius: 35px;
  /* Bordes redondeados */
  padding: 100px;
  /* Espaciado interno */
  max-width: 100%;
  /* Ancho máximo */
  margin: 0 auto;
  /* Centrado */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  /* Sombra suave */
  font-size: 1.2rem;
  /* Tamaño del texto */
  color: #333;
  /* Color del texto */
}

.bienvenida-texto p {
  margin-left: 1%;
  width: 90%;
  font-size: 1.5rem;
}

.bienvenida-texto .text-danger {
  font-weight: bold;
  /* Resalta palabras clave */
}

.calle-section2 img {
  position: relative;
  /* Necesario para ajustar el desplazamiento */
  top: 100%;
  /* Ajusta la cantidad para sobresalir hacia arriba */
  /* O hacia los lados */
  z-index: 10;
  /* Asegura que quede visible sobre otros elementos */
}

.hero-section .title {
  font-size: 2rem;
  color: #dc3545;
}

.hero-section .subtitle {
  font-size: 20px;
}

.bienvenida-texto .highlight {
  color: #c00;
}

.calle-title {
  margin-left: 5%;
  font-size: 70px;
}

.calle-description {
  font-size: 25px;
}
.hidden-group {
  display: none;
}

.bg-sucursales {
  background-color: #f4534b;
}

.bg-sucursales1 {
  background-color: #4eb6ab;
}

.bg-sucursales2 {
  background-color: #f3c353;
}

.letrero-img {
  width: 50%;
  height: auto;
}

.linea-roja {
  background-color: #b9000e;
  height: 50px;
  width: 100%;
  margin: 0 auto;
}
.sucursales-section {
  padding: 2rem 0;
}
.sucursales-section .img-title {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.sucursales-section .letrero-img {
  max-width: 80%;
  height: auto;
  margin-top: -15%;
  margin-left: 30%;
}
.slide-sucursal {
  width: 100%;
}
.como-calle {
  background-color: white;
}
/* Contenedor Swiper */
.slide-sucursal .swiper {
  width: 100%;
  height: auto; /* Ajusta la altura automáticamente */
}

/* Estilos de cada slide */
.slide-sucursal .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px; /* Espacio interno */
  box-sizing: border-box;
}

/* Imágenes responsivas */
.slide-sucursal .swiper-slide img {
  width: 100%; /* Ajusta al ancho del contenedor */
  height: auto; /* Mantén las proporciones */
  border-radius: 10px; /* Bordes redondeados para estética */
  object-fit: cover; /* Asegura que la imagen se ajuste bien */
}
.img-ver {
  width: 75%;
  height: auto;
  margin-bottom: 5%;
}
.img-taco {
  width: 100%;
  height: auto;
  margin-left: 5%;
}
.tacos-img {
  width: 100%;
  height: auto;
}
.img-mejores {
  width: 75%;
  height: auto;
}
.img-whats {
  width: 65%;
  height: auto;
  margin-bottom: 5%;
}
.img-stars {
  width: 50%;
  height: auto;
}
.sucursal-img {
  width: 35%;
  height: auto;
}

@media (max-width: 768px) {
  .slide-sucursal .swiper-slide {
    padding: 0px; /* Reduce el espacio interno */
  }

  .slide-sucursal .swiper-slide img {
    max-width: 100%;
    height: auto; /* Reduce ligeramente el tamaño de las imágenes */
  }
  .sucursal-img {
    width: 45%;
    height: auto;
    align-items: center;
  }
  .bg-sucursales h3 {
    font-size: 1.2rem;
  }
  .bg-sucursales p {
    font-size: 1rem;
  }
  .hero-section {
    padding: 0.5rem;
  }
  .overlay {
    max-width: 95%;
    padding: 1rem;
    border-radius: 15px;
    font-size: 0.9rem;
  }
  .overlay .title {
    font-size: 1.3rem;
  }
  .overlay .subtitle {
    font-size: 1rem;
  }
  .bienvenida-section {
    padding: 1rem;
  }
  .bienvenida-section img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .bienvenida-texto {
    font-size: 1rem;
    background-size: 500px;
    background-position: center right;
  }
  .bienvenida-texto p {
    font-size: 0.9rem;
    margin-left: 0%;
    width: 85%;
    line-height: 1.4;
  }
  .calle-section {
    padding: 1rem;
  }
  .calle-section .tacos-img {
    max-width: 100%;
    display: block;
  }
  .calle-section .calle-title {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
  }
  .calle-section .calle-description {
    font-size: 1rem;
    line-height: 1.5;
  }
  .calle-section img {
    max-width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .calle-title {
    margin-left: 0%;
  }

  .sucursales-section .img-title {
    max-width: 90%;
    margin: 0 auto 1rem;
  }

  .sucursales-section .letrero-img {
    max-width: 70%;
    margin: 0 auto 1rem;
  }
  .letrero-img {
    width: 100%;
    height: auto;
  }
  .img-ver {
    width: 100%;
    height: auto;
  }
  .img-taco {
    width: 90%;
    height: auto;
  }
  .img-mejores {
    width: 85%;
    height: auto;
  }
  .img-whats {
    width: 55%;
    height: auto;
  }
  .img-stars {
    width: 80%;
    height: auto;
  }

  .sucursal-img {
    width: 70%;
    margin: 0 auto 1rem;
  }
  .sucursales-section h3 {
    font-size: 1.2rem;
    text-align: center;
  }
  .sucursales-section p {
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.4;
  }
  .img-stars {
    width: 50%;
    margin: 1rem auto;
  }
  .bg-sucursales,
  .bg-sucursales1,
  .bg-sucursales2 {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
