/* Estilos generales */
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    color: #333;
    font-size: 1rem;
}

header {
    background-color: #d35400;
    color: white;
    padding: 1.25rem;
    text-align: center;
}

header .logo h1 {
    margin: 0;
    font-size: 2rem;
}

header .logo p {
    margin: 0;
    font-size: 1rem;
}

.header-logo {
    width: 150px;
    height: auto;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin: 1.25rem 0 0;
}

nav ul li {
    margin: 0 1rem;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
}

/* Media Queries para móviles */
@media (max-width: 768px) {
    header .logo h1 {
        font-size: 1.5rem;
    }

    nav ul {
        flex-direction: row; /* Mantén el menú en horizontal */
        flex-wrap: wrap; /* Permite que los elementos se envuelvan en móviles */
        gap: 0.5rem; /* Espacio entre elementos */
        justify-content: center; /* Centra los elementos */
    }

    nav ul li {
        margin: 0; /* Elimina el margen horizontal */
    }

    nav ul li a {
        font-size: 0.875rem; /* Reduce el tamaño de la fuente en móviles */
        padding: 0.5rem; /* Añade padding para facilitar el toque */
        display: block; /* Asegura que los enlaces ocupen todo el espacio */
    }
}

.header-logo {
    width: 150px;
    height: auto;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    header .logo h1 {
        font-size: 1.5rem;
    }

    nav ul {
        flex-direction: row; /* Mantén el menú en horizontal */
        flex-wrap: wrap; /* Permite que los elementos se envuelvan en móviles */
        gap: 0.5rem; /* Espacio entre elementos */
        justify-content: center; /* Centra los elementos */
    }

    nav ul li {
        margin: 0; /* Elimina el margen horizontal */
    }

    nav ul li a {
        font-size: 0.875rem; /* Reduce el tamaño de la fuente en móviles */
        padding: 0.5rem; /* Añade padding para facilitar el toque */
    }
}

.header-logo {
    width: 150px;
    height: auto;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    nav ul li a {
        font-size: 0.8rem; /* Tamaño de fuente más pequeño */
        padding: 0.3rem; /* Menos padding */
    }
}

.header-logo {
    width: 150px;
    height: auto;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Media Queries para móviles */
@media (max-width: 768px) {
    header .logo h1 {
        font-size: 1.5rem;
    }
}

.hero {
    background: url('hero.jpg') no-repeat center center/cover;
    height: 50vh;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 2rem 1rem;
}

.hero-content h2 {
    font-size: 2rem;
    margin: 0;
    color: black !important;
}

.hero-content p {
    font-size: 1.25rem;
    margin: 0.625rem 0;
    color: black !important;
}

.btn {
    background-color: #e67e22;
    color: white;
    padding: 0.625rem 1.25rem;
    text-decoration: none;
    border-radius: 0.3125rem;
}

.menu, .about, .contact, .horarios, .ubicacion {
    padding: 2.5rem 1.25rem;
    text-align: center;
}

.menu h2, .about h2, .contact h2, .horarios h2, .ubicacion h2 {
    font-size: 2rem;
    margin-bottom: 1.25rem;
}

.menu-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
}

.menu-items .item {
    background-color: white;
    padding: 1.25rem;
    border-radius: 0.625rem;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
    flex: 1 1 18.75rem;
    max-width: 18.75rem;
}

.menu-items .item img {
    width: 100%;
    max-width: 12.5rem;
    border-radius: 0.625rem;
}

.contact form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact form input, .contact form textarea {
    width: 100%;
    max-width: 25rem;
    padding: 0.625rem;
    margin: 0.625rem 0;
    border: 1px solid #ccc;
    border-radius: 0.3125rem;
}

.contact form button {
    background-color: #e67e22;
    color: white;
    padding: 0.625rem 1.25rem;
    border: none;
    border-radius: 0.3125rem;
    cursor: pointer;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 1.25rem;
}

/*--------------------------------Logo---------------------------------------*/
.hero-logo, .footer-logo {
    height: 9.375rem;
    width: auto;
    margin-bottom: 1.25rem;
}

.logo img {
    border-radius: 3.125rem;
    box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.logo img:hover {
    transform: scale(1.1);
    box-shadow: 0 0.375rem 0.9375rem rgba(0, 0, 0, 0.3);
}

.floating-logo {
    position: fixed;
    bottom: 1.25rem;
    right: 1.25rem;
    z-index: 1000;
}

.floating-logo img {
    height: 3.75rem;
    width: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.floating-logo img:hover {
    opacity: 1;
}

/*--------------------------------------Mapa-------------------------------------*/
.ubicacion {
    padding: 2.5rem 1.25rem;
    text-align: center;
    background-color: #f8f8f8;
}

.ubicacion h2 {
    font-size: 2rem;
    color: #d35400;
    margin-bottom: 1.25rem;
}

.ubicacion p {
    font-size: 1rem;
    margin: 0.625rem 0;
}

.mapa {
    margin-top: 1.25rem;
    border-radius: 0.625rem;
    overflow: hidden;
    box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.2);
}

.mapa iframe {
    width: 100%;
    height: 18.75rem;
}

/*--------------------------Contacto---------------------------------*/
.contact {
    padding: 2.5rem 1.25rem;
    text-align: center;
    background-color: #fff;
}

.contact h2 {
    font-size: 2rem;
    color: #d35400;
    margin-bottom: 1.25rem;
}

.contact p {
    font-size: 1rem;
    margin-bottom: 1.875rem;
}

.redes-sociales {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
}

.social-icon img {
    width: 3.125rem;
    height: 3.125rem;
    transition: transform 0.3s ease;
}

.social-icon:hover img {
    transform: scale(1.2);
}

/*-------------------------Horarios--------------------------------------*/
.horarios {
    padding: 2.5rem 1.25rem;
    text-align: center;
    background-color: #f8f8f8;
}

.horarios h2 {
    font-size: 2rem;
    color: #d35400;
    margin-bottom: 1.25rem;
}

.horarios p {
    font-size: 1rem;
    margin-bottom: 1.875rem;
}

.tabla-horarios {
    width: 100%;
    max-width: 37.5rem;
    margin: 0 auto;
    border-collapse: collapse;
    background-color: white;
    box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
    overflow: hidden;
}

.tabla-horarios th, .tabla-horarios td {
    padding: 0.9375rem;
    text-align: center;
}

.tabla-horarios th {
    background-color: #e67e22;
    color: white;
    font-weight: bold;
}

.tabla-horarios td {
    border-bottom: 1px solid #ddd;
}

.tabla-horarios tr:last-child td {
    border-bottom: none;
}

.tabla-horarios tr:hover {
    background-color: #f5f5f5;
}

/* Media Queries para móviles */
@media (max-width: 768px) {
    header .logo h1 {
        font-size: 1.5rem;
    }

    nav ul {
        flex-direction: column; /* Apila los elementos en móviles */
    }

    nav ul li {
        margin: 0.5rem 0; /* Espacio entre elementos en móviles */
    }
}

    .hero-content h2 {
        font-size: 1.5rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .menu-items {
        flex-direction: column;
    }

    .menu-items .item {
        max-width: 100%;
    }

    .mapa iframe {
        height: 12.5rem;
    }

    .tabla-horarios {
        font-size: 0.875rem;
    }

    .menu-toggle {
        display: block;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        background-color: #d35400;
        position: absolute;
        top: 60px;
        right: 20px;
        padding: 10px;
        border-radius: 10px;
    }

    .nav-links.active {
        display: flex;
    }
}

/*-------------------------------------------Video-------------------------------------*/
.video-presentacion {
  padding: 20px;
  text-align: center;
  background-color: #f8f8f8;
}

.video-presentacion h2 {
  font-size: 1.8rem;
  color: #d35400;
  margin-bottom: 10px;
}

.video-presentacion p {
  font-size: 1rem;
  margin-bottom: 20px;
}

.video-container {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

video {
  width: 100%;
  height: auto;
  display: block;
}

#play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #e67e22;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 10;
}

#play-button:hover {
  background-color: #d35400;
}

@media (max-width: 768px) {
  .video-presentacion h2 {
    font-size: 1.5rem;
  }

  .video-presentacion p {
    font-size: 0.9rem;
  }

/*---------------------------------------Promos------------------------------------*/
.promociones {
  padding: 2.5rem 1.25rem;
  text-align: center;
  background-color: #fff7e6;
}

.promociones h2 {
  font-size: 2rem;
  color: #d35400;
  margin-bottom: 1.25rem;
}

.promociones-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.promo-item {
  background-color: white;
  padding: 1.25rem;
  border-radius: 0.625rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  flex: 1 1 18.75rem;
  max-width: 18.75rem;
}

.promo-item img {
  width: 100%;
  border-radius: 0.625rem;
  margin-bottom: 0.75rem;
}

.promo-item h3 {
  font-size: 1.25rem;
  color: #e67e22;
  margin-bottom: 0.5rem;
}

.promo-item p {
  font-size: 1rem;
  color: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .promociones-items {
    flex-direction: column;
  }

  .promo-item {
    max-width: 100%;
  }
}

  .video-container {
/*---------------------------------Menu-----------------------------------*/
