  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  nav {
    display: block;
  }

  body {
    margin: 0;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.1;
    color: #515151;
    text-align: left;
    background-color: #e9edf4;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }

  p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #000000;
  }

  a {
    color: #3f84fc;
    text-decoration: none;
    background-color: transparent;
  }

  a:hover {
    color: #0458eb;
    text-decoration: underline;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-family: "Nunito", sans-serif;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
  }

  h1,
  .h1 {
    font-size: 2.5rem;
    font-weight: normal;
  }

  .card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #5c1164;
    background-clip: border-box;
    border: 2px solid rgba(255, 255, 255, 0.125);
    border-radius: 0;
  }

  .card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
  }

  /*.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    text-align: center;
  }*/

  .dashboard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
  }

  .dashboard-app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-top: 84px;
  }

  .dashboard-content {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: 25px;
    background-color: #5c1164;
  }

  .dashboard-nav {
    min-width: 238px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    background-color: #5c1164;
    border-color: #ffffff;
    border-width: 5px;
  }

  .dashboard-compact .dashboard-nav {
    display: none;
  }

  .dashboard-nav header {
    min-height: 84px;
    padding: 8px 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dashboard-nav header .menu-toggle {
    display: none;
    margin-right: auto;
  }

  .dashboard-nav a {
    color: #d20d0d;
  }

  .dashboard-nav a:hover {
    text-decoration: none;
  }

  .dashboard-nav {
    background-color: #5c1164;
  }

  .dashboard-nav a {
    color: #ffffff;
  }

  .brand-logo {
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #515151;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand-logo:focus,
  .brand-logo:active,
  .brand-logo:hover {
    color: #0000008a;
    text-decoration: none;
  }

  .brand-logo i {
    color: #d2d1d1;
    font-size: 27px;
    margin-right: 10px;
  }

  .dashboard-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dashboard-nav-item {
    min-height: 56px;
    padding: 8px 20px 8px 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.02em;
    transition: ease-out 0.5s;
  }

  .dashboard-nav-item i {
    width: 36px;
    font-size: 19px;
    margin-left: -40px;
  }

  .dashboard-nav-item:hover {
    background: rgba(255, 255, 255, 0.334);
  }

  .active {
    background: rgba(0, 0, 0, 0.275);
  }

  .dashboard-nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dashboard-nav-dropdown.show {
    background: rgba(255, 255, 255, 0.04);
  }

  .dashboard-nav-dropdown.show>.dashboard-nav-dropdown-toggle {
    font-weight: bold;
  }

  .dashboard-nav-dropdown.show>.dashboard-nav-dropdown-toggle:after {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }

  .dashboard-nav-dropdown.show>.dashboard-nav-dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dashboard-nav-dropdown-toggle:after {
    content: "";
    margin-left: auto;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(81, 81, 81, 0.8);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .dashboard-nav .dashboard-nav-dropdown-toggle:after {
    border-top-color: rgba(255, 255, 255, 0.72);
  }

  .dashboard-nav-dropdown-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dashboard-nav-dropdown-item {
    min-height: 20px;
    padding: 8px 20px 8px 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: ease-out 0.5s;
  }

  .dashboard-nav-dropdown-item:hover {
    background: rgba(255, 255, 255, 0.04);
  }

  .menu-toggle {
    position: relative;
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #443ea2;
  }

  .menu-toggle:hover,
  .menu-toggle:active,
  .menu-toggle:focus {
    text-decoration: none;
    color: #875de5;
  }

  .menu-toggle i {
    font-size: 20px;
  }

  .dashboard-toolbar {
    min-height: 84px;
    background-color: #dfdfdf;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: flex-end;
    padding: 8px 27px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;

    justify-content: space-between;
  }

  .nav-item-divider {
    height: 1px;
    margin: 1rem 0;
    overflow: hidden;
    background-color: rgba(236, 238, 239, 0.3);
  }

  .contenido_Logo {
    background-color: #5c1164;
    background-image: url('../Imagenes/Logo_login.jpeg');
    background-repeat: no-repeat;
    background-size: 1200px;
    background-position: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .centrar {
    display: flex;
    width: 80vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
  }

   /* =========================PRODUCTOS======================================= */
   .contenedor{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 20px;
    padding: 50px;
}

.contenedor .card-productos{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 300px;
    height: 250px;
    background: #5c1164;
    border-color: #ffffff;
    border-width: 3px;
    border-radius: 30px;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.45);
    transition: 0.5s;
}

.contenedor .card-productos:hover{
    width: 350px;
    height: 440px;
}

.contenedor .card-productos .img{
    position: absolute;
    top: 20px;
    width: 200px;
    height: 150px;
    background: #5c1164;
    border-radius: 30px;
    transition: 0.5s;
    overflow: hidden;
}

.contenedor .card-productos .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.contenedor .card-productos:hover .img{
    top: -50px;
    scale: 1.5;
    background: #ffffff;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.5);
}

.contenedor .card-productos .contenido{
    position: absolute;
    top: 180px;
    width: 100%;
    height: 40px;
    padding: 0 30px;
    overflow: hidden;
    text-align: center;
    transition: 0.5s;
}

.contenedor .card-productos:hover .contenido{
    top: 170px;
    height: 300px;
}

.contenedor .card-productos .contenido h3{
    font-size: 1.1em;
    font-weight: 700;
    color: var(--clrP);
}

.contenedor .card-productos .contenido p{
    font-size: 1em;
    color: #ffffff;
}

.contenedor .card-productos .contenido button{
    position: relative;
    top: 15px;
    display: inline-block;
    padding: 12px 15px;
    background: #123a80;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    border-radius: 80px;
}


  /* ========================================================================= */
  .table {
    width: 90%;
    color: #ffffff;
  }

  tr:nth-of-type(2n) {
    background-color: inherit;
  }

  tr td:first-child {
    background: #afaeae;
    font-weight: bold;
    font-size: 1em;
  }

  tbody td,
  th {
    text-align: center;
  }

  .AR {
    width: 40px;
    height: 40px;
    text-align: center;
  }

  .active {
    color: brown;
    font-weight: bold;
  }

  small{
    color: #fff;
  }


  @media (min-width: 992px) {
    .dashboard-app {
      margin-left: 238px;
    }

    .dashboard-compact .dashboard-app {
      margin-left: 0;
    }
  }

  @media (max-width: 768px) {
    .dashboard-content {
      padding: 15px 0px;
    }
  }

  @media (max-width: 992px) {
    .dashboard-nav {
      display: none;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 1070;
    }

    .dashboard-nav.mobile-show {
      display: block;
      width: 15px;
      height: 900px;
    }
  }

  @media (max-width: 992px) {
    .dashboard-nav header .menu-toggle {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }

  @media (min-width: 992px) {
    .dashboard-toolbar {
      left: 238px;
    }

    .dashboard-compact .dashboard-toolbar {
      left: 0;
    }
  }

  /* ========================================================================= */
  @media all and (min-width: 1481px) {
    .productos{
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .icono {
      width: 50px;
      height: 50px;
      text-align: center;
    }
  }

  /* Tamaño por defecto pantallas (1281-1480) Pruebas con 1380px */
  @media all and (min-width: 1281px) and (max-width: 1480px) {
    .priority-5 {
      display: none;
    }

    .productos{
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .icono {
      width: 45px;
      height: 45px;
      text-align: center;
    }
  }

  /* ========================================================================= */
  /* Tamaño tablet horizontal (901-1280) Pruebas con 1100px */
  @media all and (min-width: 901px) and (max-width: 1280px) {
    .priority-5 {
      display: none;
    }

    .priority-4 {
      display: none;
    }

    .productos{
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .icono {
      width: 40px;
      height: 40px;
      text-align: center;
    }
  }

  /* ========================================================================= */
  /* Tamaño tablet (601-900) Pruebas con 850px */
  @media all and (min-width: 601px) and (max-width: 900px) {
    .priority-5 {
      display: none;
    }

    .priority-4 {
      display: none;
    }

    .priority-3 {
      display: none;
    }

    .icono {
      width: 40px;
      height: 40px;
      text-align: center;
    }

     /* =========================PRODUCTOS======================================= */
    .contenedor .card-productos .img{
        width: 110px;
    }

    .contenedor .card-productos:hover .contenido{
        height: 600px;
    }

    .contenedor .card-productos .contenido{
        height: 50px;
    }

    .contenedor .card-productos .contenido h3{
        font-size: 0.9em;
    }

    .contenedor .card-productos .contenido p{
        font-size: 0.5em;
    }

    .contenedor .card-productos .contenido button{
        padding: 1px 8px;
        font-size: 0.8em;
    }

    .productos{
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  /* ========================================================================= */
  /* Tamaño teléfonos (401 a 600) Pruebas con 500px */
  @media all and (min-width: 401px) and (max-width: 600px) {
    .priority-5 {
      display: none;
    }

    .priority-4 {
      display: none;
    }

    .priority-3 {
      display: none;
    }

    .priority-2 {
      display: none;
    }

    table tr {
      display: flex;
      flex-direction: column;
      padding: 1em;
    }

    .table th {
      display: none;
    }

    .table .info {
      text-align: right;
    }

    .table td::before{
      content: attr(data-label);
      font-weight: bold;
      font-size: 12px;
      text-transform: uppercase;
      float: left;
    }

    .datos {
      display: flex;
      flex-wrap: wrap;
      width: 45%;
      margin-bottom: 20px;
    }

    .contenido_Logo {
      background-color: #5c1164;
      background-repeat: no-repeat;
      background-size: 200px;
      background-position: center;
      margin: 0;
      padding: 0;
      overflow: hidden;
    }

    /* =========================PRODUCTOS======================================= */
    .contenedor .card-productos .img{
        width: 200px;
    }

    .contenedor .card-productos:hover .contenido{
        height: 600px;
    }

    .contenedor .card-productos .contenido{
        height: 50px;
    }

    .contenedor .card-productos .contenido h3{
        font-size: 0.95em;
    }

    .contenedor .card-productos .contenido p{
        font-size: 0.9em;
    }

    .contenedor .card-productos .contenido button{
        padding: 2px 15px;
        font-size: 1em;
    }

    .productos{
      display: grid;
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .icono {
      width: 50px;
      height: 50px;
      text-align: center;
    }

  }

  @media all and (max-width: 400px) {
     .priority-5 {
      display: none;
    }

    .priority-4 {
      display: none;
    }

    .priority-3 {
      display: none;
    }

    .priority-2 {
      display: none;
    }

    table tr {
      display: flex;
      flex-direction: column;
      padding: 1em;
    }

    .table th {
      display: none;
    }

    .table .info {
      text-align: right;
    }

    .table td::before{
      content: attr(data-label);
      font-weight: bold;
      font-size: 12px;
      text-transform: uppercase;
      float: left;
    }

    .datos {
      display: flex;
      flex-wrap: wrap;
      width: 45%;
      margin-bottom: 20px;
    }

    .contenido_Logo {
      background-color: #5c1164;
      background-repeat: no-repeat;
      background-size: 200px;
      background-position: center;
      margin: 0;
      padding: 0;
      overflow: hidden;
    }
    /* =========================PRODUCTOS======================================= */
    .contenedor .card-productos .img{
        width: 130px;
    }

    .contenedor .card-productos:hover .contenido{
        height: 280px;
    }

    .contenedor .card-productos .contenido{
        height: 20px;
    }

    .contenedor .card-productos .contenido h3{
        font-size: 0.95em;
    }

    .contenedor .card-productos .contenido p{
        font-size: 0.9em;
    }

    .contenedor .card-productos .contenido button{
        padding: 2px 6px;
        font-size: 0.7em;
    }

    .productos{
      display: grid;
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }

 