/*-------footer design start------*/
footer {
    background-color: #353b48;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    width: auto; /* Ancho automático para adaptarse al contenido */
}
/*-------footer design end------*/

/* Estilos adicionales para el botón Insertar Producto */
.botonIs {
    /* Agrega tus estilos personalizados aquí */
    border-radius: 50px; /* Ejemplo de un estilo adicional */
    color: black;
  }

.header{
    background-color: #0026ff;
    padding: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin-bottom: 20px;
}

.subtitulo {
    margin-left: 48px;
    font-size: 25px;
    font-family: Arial;
    font-weight: normal;
    color: #000000;
    margin-bottom: 20px;
  }

  .table {
    width: 88%;
    margin-left: 40px;
    box-sizing: border-box;
  }

  .insertar{
    margin-left: 40px;
    margin-bottom: 20px;
  }
