 /* Inicio de sesion */
    .login-container {
      background-color: rgb(255, 255, 255);
      border-radius: 20px;
      overflow: hidden;
      max-width: 900px;
      margin: auto;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    }

    .login-image {
      background: url('../img/cafeto.webp') no-repeat center center; /* Imagen del lado izquierdo */
      background-size: cover;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      min-height: 100%;
    }

    .form-section {
      padding: 60px 40px;
    }

    .form-section h2 {
      font-weight: 600;
      margin-bottom: 30px;
    }

    .form-control {
      border-radius: 10px;
    }

    .form-icon {
      color: #6f4e37; /* Café */
    }

    .btn-login {
      background-color: #6f4e37; /* Café */
      color: white;
      border-radius: 10px;
      transition: all 0.3s ease;
    }

    .btn-login:hover {
      background-color: #5c3c2a;
      transform: scale(1.05);
    }

    .forgot-password {
      color: #6f4e37;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .forgot-password:hover {
      color: #3e2a1f;
    }

    @media (max-width: 768px) {
      .login-image {
        display: none;
      }
    }
    
 /* Cuerpo*/   
    body, html {
      height: 100%;
      margin: 0;
      font-family: 'Poppins', sans-serif;
      background: url('../img/fondo.png') no-repeat center center fixed;
      background-size: cover;
      display: flex;
      flex-direction: column;
    }
    main {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 2rem 1rem;
    }

    .cycle-container {
      background-color: rgba(255, 255, 255, 0.6);
      padding: 40px;
      border-radius: 20px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
      max-width: 500px;
      width: 100%;
      text-align: center;
    }

    .cycle-container h2 {
      margin-bottom: 30px;
      font-weight: 600;
      font-size: 24px;
    }
.form-container {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    max-width: 700px;
    width: 100%;
}
    .form-select {
      border-radius: 10px;
    }

    .btn-ciclo {
      margin-top: 20px;
      background-color: #6f4e37;
      color: white;
      border-radius: 50px;
      padding: 10px 25px;
      transition: all 0.3s ease;
      font-size: 16px;
    }

    .btn-ciclo:hover {
      background-color:rgb(255, 255, 255);
      transform: scale(1.05);
    }
    .btn-agregar:hover {
    background-color: rgb(255, 255, 255);
    color: #6f4e37;
    transform: scale(1.05);
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.btn-agregar {
    background-color: #6f4e37;
    color: white;
    border-radius: 50px;
    padding: 10px 25px;
    transition: all 0.3s ease;
    font-size: 16px;
}
.btn-cancelar {
      background-color: #bfa397;
      color: white;
      border-radius: 50px;
      padding: 10px 25px;
      transition: all 0.3s ease;
      font-size: 16px;
    }

    .btn-cancelar:hover {
      background-color: #d7c0b7;
      color: #6f4e37;
      transform: scale(1.05);
    }
    /* Menu */
    .main-header {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    font-family: 'Poppins', sans-serif;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .menu {
    list-style: none;
  }

  .menu-item > a {
    color: #5c3c2a;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: color 0.3s ease;
  }

  .menu-item:hover > a {
    color: #000000;
  }

  .dropdown {
    position: relative;
  }

  .submenu {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(6px);
    border-radius: 12px;
    padding: 10px 0;
    top: 100%;
    left: 0;
    min-width: 220px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    z-index: 999;
  }

  .dropdown:hover .submenu {
    display: block;
    animation: fadeInDown 0.3s ease-in-out;
  }

  .submenu li a {
    display: block;
    padding: 8px 20px;
    color: #804100;
    text-decoration: none;
    transition: background 0.3s ease;
  }

  .submenu li a:hover {
    background-color: #c89c80;
  }

  .btn-logout {
    background-color: #6f4e37;
    color: #ffffff;
    border: none;
    border-radius: 999px;
    padding: 8px 18px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
  }

  .btn-logout:hover {
    background-color: #ffffff;
    color: #6f4e37;
    transform: scale(1.05);
  }

  .cosecha-info {
    background-color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    font-size: 14px;
    color: #5c3c2a;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 0 20px;
    font-family: 'Poppins', sans-serif;
    border-radius: 12px;
  }

  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }


  @media (max-width: 991px) {
    .main-header {
      position: relative;
      flex-wrap: nowrap;
    }

    nav.nav {
      display: none !important;
    }

    button#menu-toggle {
      display: block;
    }

    nav.mobile-nav {
      display: none;
      flex-direction: column;
    }

    nav.mobile-nav ul.menu {
      gap: 0;
    }

    nav.mobile-nav ul.menu li.menu-item {
      margin-bottom: 10px;
    }

    nav.mobile-nav ul.menu li.menu-item > a {
      color: #5c3c2a;
      font-weight: 600;
      font-size: 16px;
      display: block;
      padding: 8px 0;
      cursor: pointer;
    }

    nav.mobile-nav ul.menu li.menu-item .submenu li a {
      font-weight: 400;
      font-size: 14px;
      padding-left: 10px !important;
    }

    nav.mobile-nav ul.menu li.menu-item .btn-logout {
      width: 100%;
      padding: 10px 0;
      font-size: 16px;
    }
  }
    
   /* tabla */
   
   .table-container {
      background-color: rgba(255, 255, 255, 0.6);
      padding: 40px;
      border-radius: 20px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
    }

    .table-container h2 {     
      font-weight: 600;
      font-size: 24px;
      text-align: center;
      color: #3e2f2f;
    }
    
    .btn-add {
    width: 45px;
    height: 40px;
    border-radius: 50%;
    background-color: #6f4e37;
    color: white;
    font-size: 28px;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    transition: all 0.3s ease;
}
.btn-add:hover {
    background-color: white;
    color: #6f4e37;
    transform: scale(1.1);
}
.btn-edit, .btn-delete {
      background-color: transparent;
      border: none;
      font-size: 18px;
      color: #6f4e37;
      transition: all 0.3s ease;
    }

    .btn-edit:hover, .btn-delete:hover {
      color: #3e2f2f;
      transform: scale(1.2);
    }
    .cosecha-info {
    background-color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    font-size: 14px;
    color: #5c3c2a;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 0 20px;
    font-family: 'Poppins', sans-serif;
    border-radius: 12px;
}
.rounded {
    border-radius: var(--bs-border-radius) !important;
}
.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
  /* Pie de pagina */  
  
  .footer {
    background-color: rgba(255, 255, 255, 0.2); 
    backdrop-filter: blur(6px);
    color: #5c3c2a;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  }

  .footer p {
    color: #ffffff;
    margin: 0;
    transition: color 0.3s ease;
  }

  .footer p:hover {
    color: #000000;
  }
  
  a {
      text-decoration: none;
  }
  table{
      margin-top: 5px;
  }
  
  /* Movimientos */
  
  .opciones-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      max-width: 1000px;
      width: 100%;
    }

    .opcion-card {
      background-color: rgba(255, 255, 255, 0.6);
      border-radius: 20px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
      text-align: center;
      padding: 40px 20px;
      cursor: pointer;
      transition: all 0.3s ease;
      backdrop-filter: blur(5px);
    }

    .opcion-card:hover {
      transform: translateY(-5px) scale(1.03);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    }

    .opcion-card:active {
      transform: scale(0.98);
    }

    .opcion-icon {
      width: 70px;
      height: 70px;
      object-fit: contain;
      margin-bottom: 15px;
    }

    .opcion-titulo {
      font-size: 18px;
      font-weight: 600;
      color: #3e2f2f;
    }

    .titulo-opciones {
      background-color: rgba(255, 255, 255, 0.7);
      color: #3e2f2f;
      font-size: 22px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      width: 100%;
      max-width: 400px;
      margin-bottom: 30px;
    }
    .reporte-card {
      background-color: rgba(255, 255, 255, 0.6);
      border-radius: 20px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
      backdrop-filter: blur(5px);
      padding: 30px;
      width: 100%;
      
    }

    .reporte-card h5 {
      font-weight: 600;
      color: #3e2f2f;
      margin-bottom: 20px;
    }
    .caja_banco {
    position: relative;
    height: 150px;
    overflow: auto;
    border-bottom: 1px solid #999999;
    }
    #resultado {
    overflow-y: scroll;
}