/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap"); */

.menu-lat {
  position: sticky;
  top: 0;
  bottom: 0;

  height: 100vh;

  left: 0;
  /* width: 60px; */
  width: 280px;

  background: #fff;
  overflow: hidden;
  transition: 1s;

  height: 100%;
  min-height: 500px;

  margin-bottom: 25%;
  padding-top: 20px;

  /*  */
}
/* .menu-lat:hover {
  width: 280px;
  transition: 1s;
} */
.logo-negocio {
  text-align: center;
  display: flex;
  margin: 10px 0 0 10px;
  padding-bottom: 3rem;

  /* border: 2PX solid red; */
}
.logo-negocio img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.logo-negocio span {
  font-weight: bold;
  padding-left: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

li a {
  position: relative;
  width: 50px;
  font-size: 1.6rem;
  display: table;
  padding: 20px;
  color: #1a3775;
}

/* 4 */
.menu-lat .fas,
.menu-lat .fa-solid {
  position: relative;
  width: 40px;
  font-size: 20px;
  /*  */
}

.nav-item {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  /*  */
  /* border: 2px solid red; */
}
li a i {
  display: table-cell;
  font-size: 20px;
  vertical-align: middle;
}
li a:hover {
  background: #eee;
}
li a:hover i {
  color: #f88e2b;
  transition: 0.5s;
}

.logout {
  position: absolute;
  bottom: 0;
}

.menu-container {
  display: flex;
}

.main {
  /* OJO */
  /* position: relative; */
  width: 100%;
}

.main.profile {
  /*  */
  height: max-content;
  margin-bottom: 200px;
}

.main.sin-lateral {
  height: max-content;
  margin-bottom: 13%;
  /*  */
}

.main-top {
  display: flex;
  width: 100%;
}
.main-top i {
  position: absolute;
  right: 0;
  margin: 10px 30px;
  color: rgb(110, 109, 109);
  cursor: pointer;
}

.main .users {
  display: flex;
  width: 100%;
}
.users .card {
  width: 25%;
  margin: 10px;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}
.users .card img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.users .card h4 {
  text-transform: uppercase;
}
.users .card p {
  font-size: 12px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.users table {
  margin: auto;
}
.users .per span {
  padding: 5px;
  border-radius: 10px;
  background: rgb(223, 223, 223);
}
.users td {
  font-size: 14px;
  padding-right: 15px;
}
.users .card button {
  width: 100%;
  margin-top: 8px;
  padding: 7px;
  cursor: pointer;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #4ad489;
}
.users .card button:hover {
  background: #4ad489;
  color: #fff;
  transition: 0.5s;
}

.attendance {
  margin-top: 20px;
  text-transform: capitalize;
}
.attendance-list {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}
.table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 15px;
  min-width: 100%;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
table thead tr {
  color: #fff;
  background: #34af6d;
  text-align: left;
  font-weight: bold;
}

.table th,
.table td {
  padding: 12px 15px;
}
.table tbody tr {
  border-bottom: 1px solid #ddd;
}
.table tbody tr:nth-of-type(odd) {
  background: #f3f3f3;
}
.table tbody tr.active {
  font-weight: bold;
  color: #4ad489;
}
.table tbody tr:last-of-type {
  border-bottom: 2px solid #4ad489;
}
.table button {
  padding: 6px 20px;
  border-radius: 10px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #4ad489;
}
.table button:hover {
  background: #4ad489;
  color: #fff;
  transition: 0.5rem;
}

/* AJUSTES */
.restaurant-description {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.restaurant-description.fila {
  padding-bottom: 0px;
  margin-top: 20px;
  font-size: 16px;
}

.restaurant-description h1 {
  margin: 0;
  padding: 0;
  height: 100%;
}

.restaurant-description .carrito {
  display: flex;
  gap: 25px;
  text-align: center;
  justify-content: space-between;
  /* align-items: flex-start; */
  margin-top: 5px;
  height: 100%;
  /*  */
}

/* Cambio 23-10-2023 */
.restaurant-description .carrito a .fa-solid.fa-cart-shopping.carrito,
.restaurant-description .carrito a .fa-solid.fa-rotate-left.carrito,
.fa-solid.fa-video.carrito,
.fa-solid.fa-image.carrito,
.restaurant-description .carrito a .fa-solid.fa-right-from-bracket.carrito {
  color: #1a3775;
  font-size: 32px;
  display: block;
}

.contenedor.phone {
  position: sticky;
  top: 0;
  /*bottom: 0;
  */ /*height: 100vh;
  */ /*left: 0;
  */ /*width: 60px;
  */
  background: #fff;
  overflow: hidden;
  /*height: 100%;
  */ /*min-height: 500px;
  */ /*margin-bottom: 25%;
  */ /*padding-top: 20px;
  */
  /*  */
  /* display: none; */
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

.container-phone {
  margin-top: 20px;
  height: 100px;
  /*  */
}

.container-phone {
  display: none;
}

.menu-lat.sin-cubrim {
  width: 300px;
}

.contenedor.phone.acount {
  height: 300px;
}

.area-card-header {
  /* border: 2px solid red; */
  /* align-items: center; */
  justify-content: space-between;
}

.title-2 {
  display: flex;
  gap: 2rem;
  width: 20%;
  align-items: center;
  justify-content: right;

  /* border: 2px solid red; */
}

.title-2 > h3 {
  font-size: 24px;
  color: #f88e2b;
}

.title-2 > h3:first-child {
  text-decoration: line-through;
  color: #1a3775;
}

.seg-body {
  margin-top: 2rem;
}

.seg-body-fil-1 {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 4rem;
  margin-bottom: 2rem;
}

.fil-rad {
  display: flex;
  gap: 0.5rem;
}

.fil-rad > label {
  color: #1a3775;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 700px) {
  .container-phone {
    display: flex;
  }

  .category_item {
    width: 90%;
    height: 100%;
    /* border: 2px solid red; */
  }

  li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /* .textos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  } */

  .subt {
    margin-top: 10px;
  }

  .carrusel__contenedor__lista {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: 50px;
  }

  .carrusel__contenedor__boton-anterior,
  .carrusel__contenedor__boton-siquiente {
    top: 15%;
    background-color: transparent;
  }

  .carrusel__contenedor__boton-anterior i,
  .carrusel__contenedor__boton-siquiente i {
    color: blue;
  }
}
