html {
  height: 100%;
}

body {
  font-family: "Merienda";
  /* Igual que piano.html */
  background-image: url(/img/ecenario.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgb(0, 0, 0, 0.9)),
  
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

/* CONFIGURACION PARA LOS LOGOS DE REDES SOCIALES*/
.redes a img {
  /* Igual a piano */
  width: 40px;
  display: inline-block;
  margin: 5px;
  margin-top: 40px;
}

/* COFIGURACION DE LA BARRA DE HORARIOS DE LA PAGINA Y TEXTOS QUE VAN DENTRO */
.info {
  /* Fondo moderno tipo glass con gradiente (como piano) */
  background: linear-gradient(135deg, rgba(255, 64, 194, 0.75) 0%, rgba(255, 114, 216, 0.62) 60%, rgba(255, 142, 228, 0.58) 100%);
  color: #ffffff;
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(13px, 1.6vw, 16px);
  letter-spacing: 0.2px;
  line-height: 1.45;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 16px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 4px 14px rgba(13, 17, 23, 0.32), inset 0 -1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px) saturate(1.15);
  -webkit-backdrop-filter: blur(6px) saturate(1.15);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

/* CONFIGURACION DE LA POCICION DE LA BARRA DE NAV  , INICIO / SABORE ETC */
header {
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  box-sizing: border-box;
  /* Fondo glass con gradiente (igual piano) */
  background: linear-gradient(135deg,
    rgba(255, 64, 194, 0.18) 0%,
    rgba(28, 33, 39, 0.46) 40%,
    rgba(255, 114, 216, 0.12) 100%
  );
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 4px 14px rgba(13, 17, 23, 0.32), inset 0 -1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px) saturate(1.12);
  -webkit-backdrop-filter: blur(6px) saturate(1.12);
}

/* Asegurar que el reloj no desplace el menú dentro del header */
/* clock-container eliminado */

/* CONFIGURACION DE LA BARRA DE NAVEGACION ORDEN DE LAS OPCIONES INCIO SABORES ETC */
nav ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  list-style: none;
  gap: 16px;
  margin: 0;
}


/* CONFIGURACION DE LA BARRA DE NAVEGACION */
nav ul li a {
  text-decoration: none;
  color: #eaf4ff;
  font-size: 15px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 6px 10px;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  backdrop-filter: saturate(1.2) blur(4px);
  display: inline-block;
  width: 130px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;


}

nav ul li a:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
  transform: translateY(-1px);
}


/*ALINICIACION DEL TUTULO PANADERIA */
/* (Sin cambios semánticos) Títulos genéricos si existieran */
section {
  padding-top: 80px;
  text-align: center;
  background-color: transparent; /* Solución para el fondo blanco */
}
section h1 {
  font-size: 80px;
  color: #fff;
  margin-bottom: 29px;
}

/* CONFIGURACION DEL Sub TITULO 'CONOCER MAS' */
section a {
  text-decoration: none;
  color: #f8f7f9;
  border: 1px solid #f1f1f1;
  padding: 10px 15px;
  font-size: 18px;
  background-color: rgb(209, 0, 0);
  border-radius: 30px;
}

.pdf {
  /* Igualar tarjetas iniciales de piano: glass + neon */
  margin: 12px auto !important;
  max-width: 980px !important;
  background: rgba(28, 33, 39, 0.6) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 12px !important;
  padding: 16px 10px 10px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28) !important;
  backdrop-filter: blur(6px) saturate(1.2) !important;
  position: relative !important;
  /* Fondo con overlay como en piano (tarjeta 1) */
  background-image:
    linear-gradient(rgba(28,33,39,0.55), rgba(28,33,39,0.55)),
    url(../img/2ecuador.PNG) !important;
  background-size: cover !important;
  background-position: center !important;
  
}
.pdf::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 56%;
  background: #00b37e; /* teal */
  border-radius: 3px;
}

.pdf button {
  font-size: 12px !important;
  min-width: 84px !important;
  padding: 5px 8px !important;
  border-radius: 6px !important;
  background: #00b37e !important; /* teal */
  color: #ffffff !important;
  border: 1px solid rgba(0, 179, 126, 0.4) !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.28) !important;
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease, filter 160ms ease !important;
  cursor: pointer !important;
  display: inline-block !important;
}
.pdf button:hover {
  background: #00c48b !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3) !important;
}
.pdf button:active { transform: translateY(0) scale(0.99) !important; }
.pdf button:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(0, 255, 200, 0.6) inset, 0 0 14px rgba(0, 255, 200, 0.45) !important;
}


.pdf h1 {
  font-size: 1.15rem !important;
  line-height: 1.25 !important;
  margin: 0 !important;
  display: inline-block !important;
  padding: 6px 10px !important;
  border-radius: 8px !important;
  background: rgba(0, 0, 0, 0.35) !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  font-family: var(--font-sans, 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif) !important;
  letter-spacing: 0.2px !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55), 0 0 10px rgba(0, 0, 0, 0.35) !important;
}

@media (max-width: 600px) {
  .pdf h1 {
    font-size: 1.05rem;
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.38);
  }
}

.pdf2 h2 {
  margin: 10px;
  padding: 10px;
  padding-top: 38px;
}

button {
  background-color: #f3f0ec;
  border-radius: 5px;
  font-size: 20px;
  border: 4px solid #2980b9;
}


h2 {
  padding: 20px;
  color: #ebebeb;
}

.videos {
  margin: 10px;
  margin-top: 80px;
  border: 5px solid #fefefe;
  padding: 4px;
}

.videos h1 {
  background-color: rgb(1, 11, 153);
  margin-bottom: 10px;
}
.videos h2 button {
  background-color: rgb(1, 11, 153);
  color: #ebebeb;
}

.videospiano {
  display: flex;
  flex-wrap: wrap;
}

/* Centrado perfecto del bloque de navegación */
.comonavegar{
  display: grid;
  place-items: center;
  gap: 1rem;
  padding: 1rem;
}

.comonavegar p{
  /* Texto moderno, semibold y con marco neón */
  text-align: center;
  color: #ffffff;
  font-family: var(--font-sans, 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: clamp(14px, 2.6vw, 18px);
  display: inline-block;
  margin: 12px auto;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(28, 33, 39, 0.55);
  border: 1px solid rgba(0, 179, 126, 0.65); /* marco neón teal */
  box-shadow:
    0 6px 16px rgba(0, 0, 0, 0.35),
    0 0 12px rgba(0, 179, 126, 0.40),
    0 0 24px rgba(0, 179, 126, 0.30);
  text-decoration: none;
}





.videodenavegar{
  /* Contenedor glossy para el video, responsivo */
  display: grid;
  place-items: center;
  gap: 12px;
  padding: 0;
  margin: 12px auto 24px;
  border-radius: 0;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  max-width: 800px;
  width: min(92vw, 1120px);
}
.videodenavegar iframe{
  width: 70% !important; /* al menos 70% del ancho disponible */
  aspect-ratio: 16 / 9;
  height: auto;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}



footer {
  background-color: #333333bc;
  color: hsl(0, 94%, 52%);
  padding: 1.4em 0;
  margin-top: auto;
  text-align: center;
  font-size: 12px;
  font-family: monospace;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
  justify-content: center;
  /* Posición estática para evitar solapes en móvil/escritorio */
  position: fixed !important; /* Solución definitiva */
}


