 body {
    background-image: linear-gradient(45deg, #f0f4f8 0%, #e4f1f9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}


      /*
        .container-acceso-restringido {
            max-width: 400px;
            padding: 5rem 2rem;
            text-align: center;
            background-color: #ffffff;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            animation: zoom-in 1s ease-in-out;
        }
*/


        .acceso-restringido {
            max-width: 400px;
            padding: 5rem 2rem;
            text-align: center;
            background-color: #ffffff;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            animation: zoom-in 1s ease-in-out;
        }


        .acceso-restringido > h1 {
            font-size: 2rem;
            margin-bottom: 1.5rem;
            color: #ff8484;
        }

        .acceso-restringido p {
            font-size: 1.2rem;
            margin-bottom: 1rem;
            color: #4d5763;
        }

        .acceso-restringido .middle-text {
            color: #3e3e3e;
        }

        .acceso-restringido a {
            color: #ff8484;
        }




        .listado {
            max-width: 100%;
            position: absolute;
            top: 20px;
        }

        .listado .card-header {
            background: #1e2a5e;
            color: #FFFFFF;
        }

        .listado a {
            text-decoration: none;
            color: #2c3e8b;
        }
        .listado a i{
            text-decoration: none;
            color: #1e1e1e;
        }


        .listado a:hover {
            text-decoration: none;
            color: #fba43d;
        }
        .listado a:hover i{
            text-decoration: none;
            color: #fba43d;
        }



        .listado  table {
          width: 100%;
          border-collapse: collapse;
          color: #1e1e1e;
        }

        .listado  tr:nth-child(even) {
          background-color: #f5f6fc;
        }

        .listado  tr:nth-child(odd) {
          background-color: #ffffff;
        }

        .listado  th,
        td {
          padding: 8px;
          text-align: left;
          border-bottom: 1px solid #ddd;
        }