/* Estilo general */

/* Tipografías locales */
@font-face {
  font-family: 'CelsiusFlower';
  src: url('../assets/fonts/celsiusflower.ttf') format('truetype');
}

@font-face {
  font-family: 'Cocogoose';
  src: url('../assets/fonts/cocogoose.ttf') format('truetype');
}

@font-face {
  font-family: 'LemonMilk';
  src: url('../assets/fonts/lemonmilk.ttf') format('truetype');
}

body {
  font-family: 'LemonMilk', sans-serif;
  margin: 0;
  padding: 0;
  background: linear-gradient(to right, #e6ffe6, #fffbdc);
  color: #000;
  overflow-x: hidden;
  
}

h1, h2, h3 {
  font-family: 'CelsiusFlower', sans-serif;
}

p, li, a, label, input, textarea, button {
  font-family: 'LemonMilk', sans-serif;
}

body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  background: linear-gradient(to right, #e6ffe6, #fffbdc);
  color: #000;
}

/* ============= */
/* LOGO */
/* ============= */

header.solo-logo {
  background-color: transparent;
  padding: 20px 30px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.logo {
  width: 140px;
  height: auto;
  padding-left: 40px;
}

#inicio {
  margin-top: 0;
  padding-top: 10px; /* puedes ajustar a 10px si lo quieres más cerca */
}

/* =============*/
/* INICIO */
/* =============*/

.inicio {
  display: flex;
  flex-direction: column; /* Asegura que los elementos se apilen verticalmente */
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #009933, #ffcc00);
  padding: 0px 0px;  /* 👈 Reduce el espacio vertical */
  text-align: center;
}


/* =========================== */
/* === BARRA DE NAVEGACION === */
/* =========================== */

.barra-navegacion {
  width: 100;
  background: linear-gradient(to right, #009933, #ffcc00);
  padding: 12px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.barra-contenido {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
}

.logo-nav {
  height: 50px;
}

.navegacion a {
  color: white;
  text-decoration: none;
  margin: 0 15px;
  font-weight: bold;
  font-size: 1.1rem;
  position: relative;
  transition: color 0.3s ease;
}

.navegacion a:hover {
  color: #333;
}

.idiomas {
  display: flex;
  gap: 10px;
  padding-right: 0px; /* ✅ agrega espacio a la derecha */
}

.idiomas img {
  height: 24px;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 3px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.idiomas img:hover {
  transform: scale(1.1);
}




/* ======================================== */
/* DROPDOWN */
/* ======================================== */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown > a {
  cursor: pointer;
  position: relative;
}

/* Enlaces del dropdown visibles siempre */
/* Enlaces del dropdown por defecto */
.dropdown a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 4px 0;
  transition: transform 0.2s ease, color 0.2s ease;
}

/* Al pasar el mouse: agranda + cambia color */
.dropdown a:hover {
  color: #009933;
  transform: scale(1.1); /* Agranda un poco */
}

.dropdown-content {
  display: none; /* Oculto por defecto */
  flex-wrap: wrap;
  width: 500px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 8px;
  padding-right: 20px;
}


.submenu-column {
  flex: 1 1 45%;
}

.submenu-column h4 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #009933;
  margin-bottom: 5px;
  margin-top: 10px;
}

.submenu-column a {
  display: block;
  margin: 4px 0;
  color: #333;
  text-decoration: none;
  font-size: 1.1rem;
  margin-left: 10px;
}

.submenu-column a:hover {
  color: #007a29;
  font-weight: bold;
}




.dropdown-content.digitales {
  display: none;
  flex-direction: column;
  background: white;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  z-index: 1000;
  width: 250px;
}

.dropdown-content.digitales a {
  text-decoration: none;
  color: #333;
  font-size: 1.1rem;
  margin-bottom: 8px;
  transition: color 0.2s ease;
}

.dropdown-content.digitales a:hover {
  color: #009933;
  font-weight: bold;
}




/* ======================================== */
/* TITULO EXPLORA PUCON CON NOSOTROS */
/* ======================================== */
#inicio h2 {
  font-size: 3rem; /* Puedes ajustar este número */
}

#inicio p {
  font-size: 1.3rem; /* Puedes ajustar este número */
}

.intro-box h2 {
  color: #009933;
  font-size: 7rem;
  margin-bottom: 0px;
}

.intro-box p {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.6;
}






/* ============================ */
/* CARRUSEL */
/* ============================ */

.carrusel {
  position: relative;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
}

.carrusel .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: flex;
  align-items: flex-start; /* coloca el texto en la parte inferior */
  justify-content: flex-start; /* alinea a la izquierda */
  padding: 40px;
  z-index: 1;
}

.carrusel .slide h2 {
  color: #333; /* Amarillo tipo logo */
  background: rgba(255, 255, 255, 0.6); /* Blanco translúcido */
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 8rem;
  font-family: 'CelsiusFlower', sans-serif;
  margin: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  text-align: left;
}

.carrusel .slide.active {
  opacity: 1;
}

section:not(.carrusel) {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 60px auto 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

form {
  background: transparent;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
form textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
}

form button {
  background-color: #009933;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

form button:hover {
  background-color: #007a29;
}


footer {
  background-color: #009933;
  color: white;
  text-align: center;
  padding: 15px 0;
  margin-top: 0px;
}


.botones-inicio a:hover {
  background-color: #007a29;
}



.carousel-container {
  position: relative;
  width: 100%;
  height: 100vh; /* puedes cambiar a 600px si no quieres pantalla completa */
  overflow: hidden;
}

.carousel {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.carousel .slide {
  flex: 0 0 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: none;
  position: relative;
  padding: 0;
  color: white;
}

.carousel .slide.active {
  display: flex;
}

.carousel .slide h2 {
  position: absolute;
  top: 30px;
  left: 30px;
  background: rgba(255, 255, 255, 0.7);
  padding: 12px 25px;
  border-radius: 50px;
  color: #333;
  font-size: 2.5rem;
  font-family: 'CelsiusFlower', sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  margin: 0;
}


button.prev,
button.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 24px;
  cursor: pointer;
  z-index: 3;
  border-radius: 5px;
}

button.prev {
  left: 20px;
}

button.next {
  right: 20px;
}

/* Puntos indicadores centrados sobre el carrusel */
.dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.dot {
  height: 14px;
  width: 14px;
  margin: 0 5px;
  background-color: white;
  opacity: 0.6;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

.dot.active {
  opacity: 1;
  background-color: #ffcc00;
}


/* ============================ */
/* QUIENES SOMOS */
/* ============================ */
#quienes-somos{
  margin-top: 0;
  margin-top: 0;
}

.quienes-somos {
  background: transparent;
  padding: 40px 20px 20px 20px; /* padding-bottom reducido */
}

.qs-contenido {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

.qs-texto {
  flex: 1;
}

.qs-texto h2 {
  font-size: 2.8rem;
  margin-bottom: 10px; /* Antes: 20px */
  color: #009933;
}

.qs-texto p {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 0; /* Elimina el espacio inferior si sobra */
}


.qs-imagen {
  flex: 1;
  text-align: center;
}

.qs-imagen img {
  max-width: 110%;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}


/* ============================ */
/* SERVICIOS TURISTICOS */
/* ============================ */
#servicios-turisticos {
  margin-top: 0px;
  margin-bottom: 0px;
}

.experiencias-expandibles {
  padding: 60px 20px;
  background: #fefefe;
  text-align: center;
}

.experiencias-expandibles h2 {
  font-size: 2.8rem;
  color: #009933;
  margin-bottom: 40px;
  font-family: 'CelsiusFlower', sans-serif;
}

/* FLEX en lugar de GRID */
.grid-categorias {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  position: relative;
}
/* Caja principal de categoría */
.categoria-box {
  position: relative;
  width: 300px;
  height: 400px; /* o ajusta según diseño */
  position: relative;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

/* Hover suave */
.categoria-box:hover {
  transform: scale(1.03);
}

/* Overlay para el título */
.overlay {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.submenu-categoria {
  display: none;
  width: 93%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 0px 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}



.submenu-categoria a {
  display: block;
  margin: 20px 0;
  font-size: 1.2rem;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.submenu-categoria a:hover {
  transform: scale(1.1);
  color: #ffcc00;
}





/* ============================ */
/* SERVICIOS FOTOGRAFICOS */
/* ============================ */

#servicios-fotograficos {
  padding-top: 0;
  margin-top: 0;
}

/* SECCIÓN: Servicios Fotográficos */
.servicios-fotograficos {
  padding: 40px 20px;
  text-align: center;
}

.titulo-servicios {
  font-size: 2.8rem;
  color: #009933;
  margin-bottom: 30px;
}

.lista-servicios {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.lista-servicios ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.lista-servicios li {
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}


/* Servicios Fotograficos */
.servicios h2 {
  font-size: 2.5rem;
  color: #009933;
  margin-bottom: 20px;
}

.lista-fotografica {
  list-style: none;
  padding-left: 0;
}
 /* Lista ervicios Fotograficos */
.lista-fotografica li {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.lista-fotografica a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

/* ============================== */
/* === CONTACTANOS === */
/* ============================== */

#contactanos{
  padding-top: 0;
  margin-top: 0;
}

.contactanos{
  padding: 60px 20px;
  background: #fefefe;
  text-align: center;
}

 /* Explora nuestras eperiencias */
 .contactanos h2 {
  font-size: 2.8rem;
  color: #009933;
  margin-bottom: 10px;
  font-family: 'CelsiusFlower', sans-serif;
}


/* ============================ */
/* CONTACTO */
/* ============================ */

/* Elimina Margenes*/
#ubicacion{
  padding-top: 0;
  margin-top: 0;
}

/* Mapa */
.mapa-contacto {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  padding: 20px;
  max-width: 1000px; /* 👈 achica el ancho total */
  margin: 0 auto;
}
.mapa {
  width: 600px;
  height: 10px;
  border-radius: 10px;
}

/* Información Contacto */
.info-contacto {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  max-width: 400px;  /* 👈 controla que no sea muy ancho */
  font-size: 0.95rem;
}
/* Estamos Aqui */
.info-contacto h2 {
  font-size: 1.5rem;
  color: #009933;
  margin: 0 0 15px 0; /* Elimina espacio extra arriba */
  display: flex;
  align-items: center;
  gap: 10px;
}

.info-bloque {
  margin-bottom: 15px;
}

.info-bloque strong {
  color: #007a29;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.redes-sociales {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  margin-left: 80px;
}

.redes-sociales img {
  width: 30px;
  height: 30px;
  align-items: center;
  transition: transform 0.2s ease;
}

.redes-sociales img:hover {
  transform: scale(1.1);
}






/* ============================== */
/* === TERMINOS Y CONDICIONES === */
/* ============================== */

#info{
  margin-top: 0px;
}

.info-links {
  background-color: #009933;
  padding: 20px 0;
  text-align: center;
}

.info-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.info-item {
  color: black;
  text-decoration: none;
  font-size: 1.1rem;
  font-family: 'Arial', sans-serif;
  transition: transform 0.2s ease, color 0.2s ease;
}

.info-item:hover {
  transform: scale(1.05);
  color: #ffcc00;
}



/* ============================ */
/* BOTON FLOTANTE DE WHATSAPP */
/* ============================ */

.whatsapp-button {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
  width: 80px;
  height: 80px;
  background-color: white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.whatsapp-button:hover {
  transform: scale(1.1);
}

.whatsapp-button img {
  width: 200%;
  height: 200%;
  object-fit: contain;
}


/* ============================== */
/* === GALERIA ACTIVIDADES === */
/* ============================== */

    .galeria-actividades {
      display: flex;
      justify-content: center;
      gap: 15px;
      flex-wrap: wrap;
      margin: 20px 0;
    }
    .galeria-actividades img {
      width: 360px;
      height: 240px;
      object-fit: cover;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      transition: transform 0.3s ease;
    }
    .galeria-actividades img:hover {
      transform: scale(1.3);
    }

/* ============================== */
/* === INFORMACION ACTIVIDADES PRINCIPAL === */
/* ============================== */


        .info-box {
      background-color: #f0fff0;
      padding: 15px 20px;
      border-left: 6px solid #009933;
      border-radius: 8px;
      font-size: 1.2rem;
      margin: 20px 0;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
    }


        .valor-duracion {
      font-size: 1.3rem;
      color: #333;
    }

    .valor-precio {
      font-size: 1.5rem;
      color: #009933;
      font-weight: bold;
    }

    #detalle-actividad {
      padding-top: 0;
      margin-top: 0;
    } 
    .detalle-actividad {
      max-width: 1000px;
      margin: auto;
      padding: 40px 20px;
      font-family: 'Arial', sans-serif;
    }
    .detalle-actividad h1 {
      color: #009933;
      font-size: 3rem;
      margin-bottom: 10px;
    }
    .detalle-actividad h2 {
      margin-top: 40px;
      color: #007a29;
      font-size: 2rem;
    }
    .detalle-actividad p {
      font-size: 1.2rem;
      line-height: 1.3;
      margin-bottom: 15px;
    }

    .detalle-actividad li {
      font-size: 1.2rem;
      line-height: 1;
      margin-bottom: 15px;
    }


/* ============================== */
/* === ACTIVIDADES RELACIONADAS === */
/* ============================== */

#actividades-relacionadas{
  margin-top: 0px;
  padding: 40px 0;
  background-color: transparent; /* 🔁 Ya no se ve blanco */
}

.relacionadas-carousel {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.relacionadas-carousel h2 {
  font-size: 2.2rem;
  color: #009933;
  margin-bottom: 20px;
}

/* Contenedor del carrusel */
.carousel-container2 {
  position: relative;
  overflow: hidden;
  padding: 0 60px;
}

/* Track que se desliza horizontalmente */
.carousel-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
  scroll-behavior: smooth;
  overflow-x: hidden;
  padding: 10px 0;
  scrollbar-width: none; /* Firefox */
}

.carousel-track::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

/* Botones cuadrados */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #009933;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 1.5rem;
  border-radius: 8px; /* 🔁 cuadrado con bordes levemente redondeados */
  cursor: pointer;
  z-index: 2;
}

.carousel-btn.left {
  left: 10px;
}

.carousel-btn.right {
  right: 10px;
}

.carousel-btn:hover {
  background-color: #007a29;
}

/* Tarjetas */
.card1 {
  flex: 0 0 auto;
  width: 255px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: white;
  transition: transform 0.3s ease;
}

.card1 img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.card1 span {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 5px;
  background: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  font-size: 1.1rem;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card1:hover {
  transform: scale(1.05);
}


    /* ========================= */
    /* ===== EXPANSION DE IMAGENES */

    .galeria-actividades img {
      cursor: pointer;
      transition: transform 0.3s ease;
    }
    .galeria-actividades img:hover {
      transform: scale(1.05);
    }
    .lightbox {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.85);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      display: none;
    }
    .lightbox img {
      max-width: 90vw;
      max-height: 90vh;
      border-radius: 10px;
    }
    .lightbox.active {
      display: flex;
    }
    .lightbox-controls {
      position: absolute;
      top: 50%;
      width: 90%;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
    }
    .lightbox-controls span {
      color: white;
      font-size: 3rem;
      cursor: pointer;
      user-select: none;
      padding: 10px;
    }

    /* BOTON DE RESERVA */

.boton-reserva-estatico {
  display: inline-block;
  background-color: #009933;
  color: white;
  padding: 14px 24px;
  border-radius: 30px;
  font-size: 2.1rem;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 10px 0;
  margin-left: 780px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.boton-reserva-estatico:hover {
  background-color: #007a29;
  transform: scale(1.05);
}

/* ============================== */
/* POLÍTICAS DE REEMBOLSO        */
/* ============================== */

/* Elimina márgenes en títulos y secciones */

#titulo-seccion {
  margin-top: 0px;
  margin-bottom: 0px;
}

#contenido-info {
  margin-top: 0px;
  margin-bottom: 0px;
}

.titulo-seccion {
  background-color: #f5f5f5;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

#titulo-seccion h1 {
  margin-top: 0px;
}

.titulo-seccion h1 {
  font-size: 2.8rem;
  color: #009933;
  font-family: 'CelsiusFlower', sans-serif;
  margin-bottom: 5px;
}

/* Contenido principal de políticas */
.contenido-info {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px;
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.7;
}

#contenido-info h2 {
  margin-top: 0px;
}


.contenido-info h2 {
  font-size: 2.4rem;
  color: #007a29;
  margin-bottom: 20px;
}

.contenido-info h3 {
  font-size: 1.6rem;
  color: #009933;
  margin-top: 25px;
  margin-bottom: 10px;
}

.contenido-info p {
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.contenido-info ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.contenido-info ul ul {
  list-style-type: circle;
  margin-left: 20px;
  margin-top: 5px;
  
}

/* ================= */
/* BUZÓN */
    .upload-container {
  background: rgba(255, 255, 255, 0.7);
  border: 3px dashed #009933;
  border-radius: 15px;
  padding: 60px 40px;
  text-align: center;
  transition: background 0.3s, border-color 0.3s;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.upload-container:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: #007a29;
}

.upload-container h2 {
  font-size: 2.2rem;
  color: #009933;
  margin-bottom: 20px;
  font-family: 'CelsiusFlower', sans-serif;
}

.upload-container p {
  color: #444;
  font-size: 1rem;
  margin-bottom: 10px;
}

.upload-container input[type="file"] {
  display: none;
}

.upload-label {
  display: inline-block;
  background: #009933;
  color: white;
  padding: 12px 24px;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 15px;
  transition: background 0.3s;
}

.upload-label:hover {
  background: #007a29;
}



/* ============================== */
/* INFORMACIÓN PEDIDOS        */
/* ============================== */

.tipos-impresion, .tabla-valores {
  padding: 60px 20px;
  text-align: center;
  background-color: #fefefe;
}

.tipos-impresion h2,
.tabla-valores h2 {
  font-size: 2.2rem;
  color: #009933;
  margin-bottom: 25px;
  font-family: 'CelsiusFlower', sans-serif;
}

.tabla-valores .texto-aclaracion {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 15px;
}

.lista-tipos {
  list-style: none;
  padding: 0;
  font-size: 1.1rem;
  color: #444;
}

.lista-tipos li {
  margin: 10px 0;
}

.tabla-valores table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.tabla-valores th,
.tabla-valores td {
  border: 1px solid #ddd;
  padding: 15px;
  font-size: 1rem;
}

.tabla-valores th {
  background-color: #009933;
  color: white;
}

.tabla-valores tr:nth-child(even) {
  background-color: #f9f9f9;
}

.tabla-valores tr:hover {
  background-color: #f1f1f1;
}
