@import 'https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Teko:wght@300..700&display=swap';
@import 'https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css';
/*======== Root ========*/
/* Font */
/* Font */
/* Colors */
/* Colors */
/* Shadows */
/* Shadows */
/* Radius */
/* Radius */
/* Font size */
/* Font size */
/*======== Clases heredadas ========*/
.all-container, body.sesion {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100dvh;
  min-height: 100vh;
}

.center-container, .grid-catalog .card-catalog-deleted, .product-cart-btn, .main-config .btn-print, .main-config .col-mod, .main-config, .md2 .modal-header, .input-group, body.sesion, .btn.btn-icon, .btn-nuevo .icon, .btn-nuevo .icon-container, .btn-nuevo, .sidebar .nav-list .nav-item a .nav-item-text, .home-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-img {
  background-image: url(../img/Login.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.all-w-100, .card-product-img img {
  width: 100%;
  max-width: 100%;
}

.limit-text, .grid-catalog .card-catalog-name p, .product-cart-list .card-product-name, .product-cart-list .card-product-price {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*======== Clases heredadas ========*/
/*======== Root ========*/
/*======== Mixins ========*/
/*======== Mixins ========*/
/*======== Universal ========*/
* {
  box-sizing: border-box;
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  overflow: visible;
}

/*======== Universal ========*/
/*======== General ========*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Teko", sans-serif;
  color: #9A552E;
}

h2 {
  font-size: 35px;
}

h3 {
  color: #9A552E;
  font-weight: 600;
}

a {
  color: #000000;
  text-decoration: none;
}

/*======== General ========*/
.map {
  height: 350px;
}

hr .linea {
  border-top: 2px solid #B80000;
  width: 93%;
}

.pe-4 {
  padding-left: 4rem;
}

.pe-5 {
  padding-left: 5.3rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.option-sticky {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #F8F8F8;
}

.home-section {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #FFFFFF;
  width: 100%;
  padding-left: 4rem;
}
.home-date {
  text-align: end;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  font-size: 0.8rem;
}
.home-content {
  height: 60px;
}
.home-content .text {
  font-size: 26px;
  font-weight: 600;
}
.home .img-logo {
  height: 56px;
}
.home .lista-perfil {
  display: none;
  position: absolute;
  right: 7em;
  min-width: 12em;
  z-index: 10;
}
.home .lista-perfil-active {
  display: block;
  position: absolute;
  top: 180%;
  left: 50%;
  right: inherit;
  bottom: inherit;
  z-index: 20;
  transform: translate(-50%, -50%);
}
.home .perfil-opciones {
  cursor: pointer;
}

.sidebar {
  width: 4rem;
  height: 100vh;
  cursor: pointer;
  background-color: #B80000;
  transition: 0.5s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: inherit;
  gap: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: inherit;
  bottom: inherit;
  z-index: 100;
  transform: inherit;
}
.sidebar.show {
  width: 12rem;
}
.sidebar:not(.show) .nav-list {
  display: none;
}
.sidebar .logo {
  text-align: center;
  font-size: 1.4rem;
  padding: 1rem 0;
  color: #FFFFFF;
}
.sidebar .logo:hover {
  background: #9A552E;
}
.sidebar .nav-list {
  list-style: none;
  padding-left: 0rem;
}
.sidebar .nav-list .nav-item {
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0;
}
.sidebar .nav-list .nav-item.nav-side {
  color: #F8F8F8;
}
.sidebar .nav-list .nav-item.nav-side:hover {
  background-color: #FF8C00;
}
.sidebar .nav-list .nav-item a {
  position: relative;
  white-space: nowrap;
  display: flex;
  gap: 1rem;
}
.sidebar .nav-list .nav-item a .nav-item-icon {
  position: relative;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar .nav-list .nav-item a .nav-item-icon .logout {
  margin-left: 0.2rem;
}
.sidebar .nav-list .nav-item a .nav-item-text {
  position: relative;
  font-size: 1em;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.btn-nuevo {
  --width:100%;
  --height: 40px;
  border: 0;
  position: relative;
  min-width: var(--width);
  min-height: var(--height);
  border-radius: var(--height);
  color: #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  background: #7E0000;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
}
.btn-nuevo .text,
.btn-nuevo .icon-container {
  position: relative;
  z-index: 2;
}
.btn-nuevo .icon-container {
  --icon-size: 25px;
  position: relative;
  width: var(--icon-size);
  height: var(--icon-size);
  transition: transform 500ms ease;
}
.btn-nuevo .icon-container .icon--left {
  transform: translateX(-200%);
  opacity: 0;
}
.btn-nuevo .icon-container .icon--left::after,
.btn-nuevo .icon-container .icon--right::after {
  content: "\f061";
  font-family: "fontawesome";
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-nuevo .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--icon-size);
  height: var(--icon-size);
  transition: transform 500ms ease, opacity 250ms ease;
}
.btn-nuevo .icon svg {
  width: 100%;
  height: 100%;
  fill: #FFFFFF;
}
.btn-nuevo::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--btn-bg);
  border-radius: var(--height);
  z-index: 1;
  background-color: #B80000;
  transition: transform 500ms ease;
}
.btn-nuevo:hover::after {
  transform: translateX(85%);
}
.btn-nuevo:hover .icon-container {
  transform: translateX(194%);
}
.btn-nuevo:hover .icon-container .icon--left {
  transform: translateX(215%);
  opacity: 1;
}
.btn-nuevo:hover .icon-container .icon--right {
  transform: translateX(200%);
  opacity: 0;
}
.btn-nuevo:hover .icon-container.password:hover {
  transform: translateX(78%);
}

.btn {
  position: relative;
  margin: 15px;
  padding: 12px 27px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
}
.btn.btn-icon {
  background-color: #7E0000;
  color: #F8F8F8;
  border-radius: 200px;
  transition: all 0.3s ease-in-out;
  background-color: #B80000;
  color: #F8F8F8;
  margin: 0;
  border-radius: 1000px;
  font-weight: 400;
  transition: all 0.3 ease-in-out;
  border: 2px solid #7E0000;
  padding: 12px 20px;
  gap: 10px;
}
.btn.btn-icon:hover, .btn.btn-icon:active {
  background-color: #FFFFFF;
  color: #7E0000;
}
.btn.btn-icon:hover > svg, .btn.btn-icon:active > svg {
  fill: #7E0000;
}
.btn.btn-icon > svg {
  width: 20px;
  height: 20px;
  fill: #FFFFFF;
}
.btn-limit {
  max-width: 175px;
}
.btn-limit-icon {
  max-width: 100px;
}

.btn-modal.green,
.btn-general.green {
  background-color: #B80000;
  color: #FFFFFF;
  margin: 0;
  border-radius: 1000px;
  font-weight: 400;
  transition: all 0.8 ease-in-out;
}
.btn-modal.purple,
.btn-general.purple {
  background-color: #7E0000;
  color: #FFFFFF;
  margin: 0;
  border-radius: 1000px;
  font-weight: 400;
  transition: all 0.8 ease-in-out;
}
.btn-modal.gray,
.btn-general.gray {
  background-color: #7A7A7A;
  color: #FFFFFF;
  margin: 0;
  border-radius: 1000px;
  font-weight: 400;
  transition: all 0.8 ease-in-out;
}
.btn-modal:hover,
.btn-general:hover {
  background-color: #FFFFFF;
  color: #131313;
  margin: 0;
  border-radius: 1000px;
  font-weight: 400;
  transition: all 0.8 ease-in-out;
  border: 1px solid #7A7A7A;
}

.btn-table {
  background-color: #B80000;
  color: #FFFFFF;
  margin: 0;
  border-radius: 1000px;
  font-weight: 400;
  transition: all 0.8 ease-in-out;
}
.btn-table:hover {
  background-color: #FFFFFF;
  color: #131313;
  margin: 0;
  border-radius: 1000px;
  font-weight: 400;
  transition: all 0.8 ease-in-out;
  border: 1px solid #7A7A7A;
}
.btn-table:hover > .btn-loader-animation, .btn-table:active > .btn-loader-animation {
  --_g: no-repeat radial-gradient(circle closest-side, $color-1 90%, $color-2);
}

.btn-edit-caja {
  position: absolute;
  transform: translateX(-58px) translateY(2px);
  transition: all 0.3s ease-in-out;
  background-color: #FF8C00;
  color: #FFFFFF;
  border-radius: 100px;
  margin: 0;
  padding: 4px 18px;
  border: 1px solid #FF8C00;
}
.btn-edit-caja:hover {
  border: 1px solid #9E9E9E;
  color: #000000;
}

.btn-cancelar {
  background-color: #7A7A7A;
  color: #FFFFFF;
  border-radius: 25px;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #7A7A7A !important;
  transition: all 0.3s ease-in-out;
}
.btn-cancelar svg {
  height: 20px;
}
.btn-cancelar svg path {
  fill: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.btn-cancelar:hover {
  color: #7A7A7A;
  background-color: transparent;
}
.btn-cancelar:hover svg path {
  fill: #7A7A7A;
}
.btn-cancelar::after, .btn-cancelar::before {
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  visibility: visible;
  transition: width 0.1s ease 0.2s, height 0.1s ease 0.3s, visibility 0s 0.2s;
}
.btn-cancelar:hover > .btn-loader-animation, .btn-cancelar:active > .btn-loader-animation {
  --_g: no-repeat radial-gradient(circle closest-side, $color-1 90%, $color-2);
}

.btn-guardar {
  background-color: #9A552E;
  color: #FFFFFF;
  border-radius: 25px;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #9A552E !important;
  transition: all 0.3s ease-in-out;
}
.btn-guardar svg {
  height: 20px;
}
.btn-guardar svg path {
  fill: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.btn-guardar:hover {
  color: #9A552E;
  background-color: transparent;
}
.btn-guardar:hover svg path {
  fill: #9A552E;
}
.btn-guardar::after, .btn-guardar::before {
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  visibility: visible;
  transition: width 0.1s ease 0.2s, height 0.1s ease 0.3s, visibility 0s 0.2s;
}
.btn-guardar:hover > .btn-loader-animation, .btn-guardar:active > .btn-loader-animation {
  --_g: no-repeat radial-gradient(circle closest-side, $color-1 90%, $color-2);
}

.btn-iniciar {
  background-color: #B80000;
  color: #FFFFFF;
  border-radius: 25px;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #B80000 !important;
  transition: all 0.3s ease-in-out;
}
.btn-iniciar svg {
  height: 20px;
}
.btn-iniciar svg path {
  fill: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.btn-iniciar:hover {
  color: #B80000;
  background-color: transparent;
}
.btn-iniciar:hover svg path {
  fill: #B80000;
}
.btn-iniciar::after, .btn-iniciar::before {
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  visibility: visible;
  transition: width 0.1s ease 0.2s, height 0.1s ease 0.3s, visibility 0s 0.2s;
}
.btn-iniciar:hover > .btn-loader-animation, .btn-iniciar:active > .btn-loader-animation {
  --_g: no-repeat radial-gradient(circle closest-side, $color-1 90%, $color-2);
}

.btn-iniciar:hover > .btn-loader-animation,
.btn-iniciar:active > .btn-loader-animation {
  /* --_g: no-repeat radial-gradient(circle closest-side, $red-secundary 90%, $black-absolute); */
}

.btn-guardar:hover > .btn-loader-animation,
.btn-guardar:active > .btn-loader-animation {
  /*  --_g: no-repeat radial-gradient(circle closest-side, $red-principal 90%, $black-absolute); */
}

.btn-table > .btn-loader-animation,
.btn-table > .btn-loader-animation {
  --_g: no-repeat radial-gradient(circle closest-side, $black-absolute 90%, $black-absolute);
}

.btn-cancelar:hover > .btn-loader-animation,
.btn-cancelar:active > .btn-loader-animation {
  /*  --_g: no-repeat radial-gradient(circle closest-side, $gray-principal 90%, $black-absolute); */
}

.btn-loader-animation {
  display: inline-block;
  width: 36px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side, $white-absolute 90%, $black-absolute);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: 33.3333333333% 50%;
  animation: l3 1s infinite linear;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}

@keyframes l3 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}
a:not(.loading) .btn-loader-animation,
button:not(.loading) .btn-loader-animation {
  display: none;
}

a:not(.loading) .btn-loader-animation,
button:not(.loading) .btn-loader-animation {
  display: none;
}

.card-botones {
  margin: 0 10px 5px 40px;
  background-color: #FFFFFF;
  padding: 10px 35px 10px 8px;
  border-radius: 10px;
  border: 1px solid #9E9E9E;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 95%;
  z-index: 60;
}

/*======== Login ========*/
body.sesion {
  background-image: url("../../img/Login.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.card-login {
  border-radius: 25px;
  box-shadow: 10px 10px 30px 3px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 23rem;
}
.card-login__img {
  width: 75%;
}
.card h6.card-login-min {
  font-family: "Teko", sans-serif;
  font-size: 14px;
  color: #9E9E9E;
  font-weight: 300;
}

.input-field {
  position: relative;
}
.input-field input {
  width: 100%;
  height: 50px;
  border-radius: 1000px;
  padding: 6px 15px;
  background: transparent;
  outline: none;
  border: 1px solid #efc4ad;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #7A7A7A;
}
.input-field input:focus ~ label, .input-field input:valid ~ label {
  top: 0;
  left: 15px;
  padding: 0 4px;
  background: #FFFFFF;
}
.input-field label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 14px;
  pointer-events: none;
  transition: 0.3s;
  display: block;
  color: #FF8C00;
}
.input-field label i {
  color: #FF8C00;
}
.input-field label span {
  color: #FF8C00;
}
.input-field textarea {
  width: 100%;
  border-radius: 10px;
  height: 120px;
  padding: 16px 15px;
  border: 1px solid #efc4ad;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #7A7A7A;
  background: transparent;
  outline: none;
}

.box-select {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100%;
  max-width: 8rem;
}
.box-select select {
  width: 100%;
}

/*======== Login ========*/
body.home {
  background-color: #F8F8F8;
  font-family: "Roboto Condensed", sans-serif;
}
body.home .home-menu__items {
  display: flex;
  width: 100%;
  height: 100%;
}

.card-btn {
  margin: 0 auto;
  padding-top: 2rem;
  text-align: center;
  border-radius: 15px;
  height: 100%;
  min-height: 17rem;
  box-shadow: 10px -1px 33px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*  max-width: 18rem; */
}
.card-btn p {
  color: #000000;
  font-size: 25px;
}
.card-btn__img {
  width: 100%;
  max-width: 60%;
}
.card-btn:hover, .card-btn.active {
  background-color: #bf967e;
  color: #FFFFFF;
}
.card-btn:hover p, .card-btn.active p {
  color: #FFFFFF;
}
.card .row {
  padding: 10px 25px;
}

.card-title-space {
  padding: 10px 25px;
  margin-top: 1.5rem;
}

.container-tables .content {
  overflow-x: auto;
  scrollbar-color: transparent transparent;
  scrollbar-width: auto;
  scroll-padding: 100px;
  transition: all 0.3s ease-in-out;
  scroll-margin: 100px;
  border-radius: 16px 16px 2px 2px;
  border: 1px solid #efc4ad;
}
.container-tables .content:hover {
  overflow-x: scroll;
  scroll-padding-block: 10px;
  scrollbar-color: #B80000 #9E9E9E;
}
.container-tables .content .table .col-sticky {
  position: sticky;
  left: 0;
  border-right: 0;
}
.container-tables .content .table .col-sticky p {
  font-weight: 700;
  text-align: center;
}
.container-tables .content .table.content-table {
  margin: 0;
}
.container-tables .content .table.content-table > :not(caption) > * > * {
  background-color: inherit;
}
.container-tables .content .table.content-table thead {
  background-color: #bf967e;
}
.container-tables .content .table.content-table thead .col-sticky {
  background-color: #bf967e;
}
.container-tables .content .table.content-table thead tr th {
  color: #542409;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
.container-tables .content .table.content-table thead tr th:first-child {
  border-right: 0px solid #FFFFFF;
}
.container-tables .content .table.content-table tbody .col-sticky {
  box-shadow: -1px 0 0 rgba(241, 182, 52, 0.4) inset;
  text-align: start;
}
.container-tables .content .table.content-table tbody td:last-child {
  text-align: center;
}
.container-tables .content .table.content-table tbody td button,
.container-tables .content .table.content-table tbody td a {
  padding: 8px 26px;
  margin-bottom: 4px;
  color: #FFFFFF;
}
.container-tables .content .table.content-table tbody td button i,
.container-tables .content .table.content-table tbody td a i {
  font-size: 20px;
}
.container-tables .content .table.content-table thead tr th,
.container-tables .content .table.content-table thead tr td,
.container-tables .content .table.content-table tbody tr th,
.container-tables .content .table.content-table tbody tr td {
  border-right: 0;
}
@media (max-width: 1208px) {
  .container-tables .btn-container {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .container-tables .btn-container {
    margin-left: 0;
    margin-right: auto;
  }
  .container-tables .btn-container button {
    width: 100%;
  }
}
@media (max-width: 475px) {
  .container-tables .btn-container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.page-item.numbers a,
.page-item.numbers .page-link,
.page-item.numbers a:focus, .page-item:first-child a,
.page-item:first-child .page-link,
.page-item:first-child a:focus, .page-item:last-child a,
.page-item:last-child .page-link,
.page-item:last-child a:focus, .page-item.prev a,
.page-item.prev .page-link,
.page-item.prev a:focus {
  background-color: inherit;
  border: none;
  color: #7E0000;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
  box-shadow: none;
}
.page-item.numbers a:hover,
.page-item.numbers .page-link:hover,
.page-item.numbers a:focus:hover, .page-item:first-child a:hover,
.page-item:first-child .page-link:hover,
.page-item:first-child a:focus:hover, .page-item:last-child a:hover,
.page-item:last-child .page-link:hover,
.page-item:last-child a:focus:hover, .page-item.prev a:hover,
.page-item.prev .page-link:hover,
.page-item.prev a:focus:hover {
  background-color: #B80000;
}
.page-item.active a {
  background-color: #B80000;
  border-color: #B80000;
  color: #FFFFFF;
}
.page-item.active a:hover {
  background-color: inherit;
  cursor: default;
}

.modal .table tbody {
  border-bottom: 1px solid #efc4ad;
}
.modal .table tbody:last-child {
  border-width: 0;
  border-color: transparent;
}

.table-inter > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
}
.table-inter tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.168627451) !important;
}

.table tbody:last-child {
  border-width: 0;
  border-color: transparent;
}
.table th {
  vertical-align: middle;
  text-align: center;
}
.table td[rowspan="2"] p {
  hyphenate-character: "";
}
.table input[type=checkbox] {
  width: 30px;
  height: 30px;
}
.table input[type=checkbox]:checked {
  background-color: #B80000;
}
.table tfoot.inf-void td {
  text-align: center;
  font-weight: 700;
  background-color: #DEDEDE !important;
  color: #7A7A7A;
}
.table p {
  margin: 0;
  padding: 0;
  -webkit-hyphens: auto;
          hyphens: auto;
  hyphenate-character: "";
}

.table.content-table tbody td button.green,
.table.content-table tbody td a.green {
  background-color: var(--red-principal);
}

.table.content-table tbody td button.red,
.table.content-table tbody td a.red {
  background-color: #F42C2C;
}

.table.content-table tbody td button.purple,
.table.content-table tbody td a.purple {
  background-color: #7E0000;
  background-color: var(--coffee-principal);
}

.table.content-table .form-check .form-check-input:focus {
  box-shadow: 0 0 0 3px rgba(147, 20, 193, 0.3);
  border: 1px solid #7E0000;
}

.table.content-table .form-check .form-check-input:checked {
  background-color: #7E0000;
  border: 1px solid #7E0000;
}

.table.content-table tbody tr td,
.table.content-table tbody tr th {
  color: var(--gray-principal);
}

.table.content-table .form-check {
  padding-left: 2.5em;
}

.sub-title-table th {
  background-color: #7E0000 !important;
}

.sub-title-table th:first-child {
  border-top-left-radius: 0 !important;
}

.sub-title-table th:last-child {
  border-right: 1px solid #7A7A7A !important;
}

@media (max-width: 991px) {
  .table.content-table thead tr:first-child th:first-child {
    min-width: 100px !important;
  }
  .table.content-table thead tr:first-child th {
    min-width: 200px;
  }
}
/* ============= Search ============= */
.wrapper .search-input {
  background: #FFFFFF;
  width: 100%;
  border-radius: 50px;
  position: relative;
  box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.12);
}
.wrapper .search-input.active {
  border-radius: 1000px;
  text-align: left;
}

.search-input input {
  height: 55px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 50px;
  padding: 0 60px 0 20px;
  border: 1px solid #FF8C00;
  background-color: #FFFFFF;
  font-size: 18px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  font-family: "Teko", sans-serif;
  color: #9A552E;
}
.search-input .autocom-box {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
  border-radius: 10px;
}
.search-input .autocom-box li {
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
}
.search-input .autocom-box li:hover {
  background: #F8F8F8;
}
.search-input.active input {
  border-radius: 50px;
}
.search-input.active .autocom-box {
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
}
.search-input.active .autocom-box li {
  display: block;
}
.search-input .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  border: 1px solid #FF8C00;
  border-radius: 50px;
  background: #FF8C00;
  color: #FFFFFF;
  cursor: pointer;
}

/* ============= Search ============= */
.form-label {
  color: #9A552E;
  font-family: "Roboto Condensed", sans-serif;
}

.form-row {
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.form-control {
  border-radius: 1000px;
  border: 1px solid #bf967e;
  background-color: #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #7A7A7A;
  padding-left: 30px;
}
.form-control::-moz-placeholder {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #9E9E9E;
}
.form-control::placeholder {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #9E9E9E;
}
.form-control:focus {
  background-color: transparent;
  box-shadow: 0 0 0 4px #bf967e;
  border-color: #542409;
}

.input-field {
  position: relative;
}
.input-field label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 14px;
  pointer-events: none;
  transition: 0.3s;
  display: block;
  color: #542409;
}
.input-field label i {
  color: #FF8C00;
}
.input-field label span {
  color: #FF8C00;
}
.input-field input {
  width: 100%;
  height: 50px;
  border-radius: 100px;
  padding: 6px 15px;
  background: transparent;
  outline: none;
  border: 1px solid #efc4ad;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #7A7A7A;
}
.input-field textarea {
  width: 100%;
  border-radius: 10px;
  height: 120px;
  padding: 16px 15px;
  border: 1px solid #efc4ad;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #7A7A7A;
  background: transparent;
  outline: none;
}

input:focus {
  outline: 2px solid rgba(24, 255, 255, 0.4588235294);
}

input:focus ~ label,
input:valid ~ label {
  top: 0;
  left: 15px;
  font-size: 14px;
  padding: 0 4px;
  background: #ffffff;
}

select:focus ~ label,
select:valid ~ label {
  top: 0;
  left: 15px;
  font-size: 14px;
  padding: 0 4px;
  background: #ffffff;
}

textarea:focus ~ label,
textarea:valid ~ label {
  top: 0;
  left: 15px;
  font-size: 14px;
  padding: 0 4px;
  background: #ffffff;
}

.input-field.select select {
  color: #ffffff;
  background-color: transparent;
  border: none;
  padding-left: 6px;
  position: relative;
}

.input-field.select select:focus,
.input-field.select select:focus-visible {
  border: none;
  box-shadow: none;
  outline: none;
}

.input-field.select {
  width: 100%;
  height: 50px;
  border-radius: 100px;
  padding: 6px 15px;
  border: 2px solid #fff;
  background: transparent;
  outline: none;
  border: 1px solid rgba(154, 85, 46, 0.6);
  font-family: "Roboto Condensed";
  font-size: 14px;
  color: #5d5d5d;
  margin: 0;
  display: flex;
  position: relative;
  align-items: center;
}

.input-field.select::after {
  position: absolute;
  right: 10px;
  margin: auto;
  content: "\f078";
  font-size: 14px;
  color: #FF8C00;
}

.filters-content {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: row;
}
.filters-content .input-group.filter {
  display: flex;
  flex-direction: column;
}
.filters-content .input-group .btn {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

select.select-style {
  border: 1px solid #bf967e;
  background-color: #FFFFFF;
  border-radius: 35px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--%20License%3A%20Apache.%20Made%20by%20bytedance%3A%20https%3A%2F%2Fgithub.com%2Fbytedance%2FIconPark%20--%3E%3Csvg%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22white%22%20fill-opacity%3D%220.01%22%2F%3E%3Cpath%20d%3D%22M37%2018L25%2030L13%2018%22%20stroke%3D%22%237A7A7A%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 1.3em auto, 100%;
}

.form-check-input {
  background-color: rgba(255, 140, 0, 0.1);
  border: #FF8C00 solid 1px;
}

select.efectivo-select {
  background-color: rgba(241, 182, 52, 0.1);
  border: 2px solid rgba(241, 182, 52, 0.1);
  border-radius: 10px;
  width: 100%;
  text-align: left;
  color: #616161;
  box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.15);
  margin: 10px 0;
  height: 2rem;
  padding: 0 0 0 10px;
  margin: 0;
}

.form-check-input:checked {
  background-color: #FF8C00;
  border-color: #FF8C00;
}

.modal {
  --bs-modal-width: 1000px;
}
.modal .modal-content {
  border: none;
}

.md2 .modal-body > h2,
.md2 .modal-header > h2 {
  color: #7A7A7A;
  margin-bottom: 0;
}
.md2 .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 40px;
}

.loader-pag {
  position: fixed;
  z-index: 1000;
  display: block;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  background-color: rgba(250, 250, 250, 0.8);
}
.loader-pag .loader {
  width: 320px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 15px solid #FF8C00;
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
.loader-pag:not(.show) {
  display: none;
}

.loader {
  width: 200px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 20px solid #FF8C00;
  animation: l20-3 0.8s infinite linear alternate, l20-4 1.6s infinite linear;
}

@keyframes l20-3 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-4 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
.wrapper .menu-item-active {
  transform: translateX(0);
  opacity: 100%;
}
.wrapper .menu-item-1 {
  transition-delay: 0ms;
}
.wrapper .menu-item-2 {
  transition-delay: 100ms;
}
.wrapper .menu-item-3 {
  transition-delay: 200ms;
}
.wrapper .menu-item-4 {
  transition-delay: 300ms;
}
.wrapper .menu-item-5 {
  transition-delay: 400ms;
}
.wrapper p {
  font-weight: bold;
  margin-bottom: 8px;
}

.message-void {
  width: 100%;
  min-height: 95vh;
  color: #7A7A7A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  font-size: 2rem;
}

.main-config {
  position: relative;
  height: 100%;
  margin-top: 60px;
  height: 100%;
}
.main-config .seccion-configuration {
  background-color: #FFFFFF;
  border-radius: 14px;
  padding: 30px;
}
.main-config .nav-pills .nav-link {
  border-radius: 1000px;
  color: #000000;
}
.main-config .nav-pills .nav-link.active,
.main-config .nav-pills .show > .nav-link {
  background-color: #FF8C00;
  color: #000000;
}
.main-config .signal {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  gap: 6px;
  justify-content: center;
  margin-top: 6px;
}
.main-config .signal span {
  width: 100%;
  text-align: center;
  font-weight: 700;
}
.main-config .signal img {
  width: 20px;
  border-radius: 100px;
  height: -moz-max-content;
  height: max-content;
}
.main-config .signal.add img {
  border: 2px solid #71DF3C;
}
.main-config .signal.error img {
  border: 2px solid #F42C2C;
}
.main-config .signal:not(.show) {
  display: none;
}
.main-config .btn-print {
  flex-direction: column;
  width: 100%;
  height: 230px;
  justify-content: center;
  border: none;
  border-radius: 10px;
  background-color: #FFFFFF;
  color: #7A7A7A;
  font-weight: 700;
  border: 2px solid #7A7A7A;
  transition: all 0.3s ease-in-out;
}
.main-config .btn-print svg {
  margin-bottom: 10px;
  width: 60px;
}
.main-config .btn-print svg path {
  fill: #7A7A7A;
  transition: all 0.3s ease-in-out;
}
.main-config .btn-print:hover {
  background-color: #9E9E9E;
  color: #FFFFFF;
}
.main-config .btn-print:hover svg path {
  fill: #FFFFFF;
}

.productos {
  margin-left: 10px;
}

.card .card-producto {
  background-color: #ffffff;
  border-radius: 15px;
  border: none;
  box-shadow: 10px -1px 33px 0px rgba(0, 0, 0, 0.15);
}
.card .card-producto-cantidad {
  background-color: #F1B634;
  height: 22em;
  border-radius: 15px;
  border: none;
  box-shadow: 10px -1px 33px 0px rgba(0, 0, 0, 0.15);
  color: #ffffff;
}
.card .card-producto-cantidad p.card-texto {
  color: #FFFFFF;
  font-size: 19px;
  font-weight: 100;
  margin-top: 30%;
}
.card .card-producto-cantidad p.card-precio {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
}
.card .card-producto-cantidad button {
  color: #FFFFFF;
  background-color: transparent !important;
  border: none;
  font-size: 30px;
}
.card .card-producto-cantidad label {
  color: #FFFFFF;
  font-size: 20px;
  margin: 0 10px;
}

.linea-producto {
  border-top: 2px solid #FFFFFF;
  width: 93%;
  margin-top: 35%;
  margin-bottom: 0;
}

.card-texto {
  font-size: 14px;
  margin: 0;
}

.card-precio {
  font-size: 23px;
  color: #7E0000;
  font-weight: 800;
  margin: 0;
}

.partida {
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 1.5px solid #B80000;
  padding: 15px;
  box-shadow: 10px -1px 33px 0px rgba(0, 0, 0, 0.1);
}
.partida .product-cart-list {
  padding-bottom: 2rem;
}

.partida2 {
  background-color: #FFFFFF;
  border-radius: 0 0 10px 10px;
  padding: 15px;
  border-radius: 10px;
  border: 1.5px solid #B80000;
  box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.1);
}

.filtros-partida {
  background-color: #FFFFFF;
  border-radius: 10px 10px 0 0;
  padding: 15px;
  box-shadow: 10px -10px 33px 0px rgba(0, 0, 0, 0.1);
}

.nom-prod {
  color: #000000;
  font-size: 14px;
  margin-bottom: 0;
}

.des-prod {
  color: #9E9E9E;
  font-size: 11px;
}

p.precio {
  color: #7E0000;
  font-weight: 800;
}

.group-btn-50 {
  display: flex;
  justify-content: space-between;
  padding: 6px 10px;
}

.group-btn-50 .btn {
  width: 49%;
}

.list-summary {
  list-style: none;
  padding-left: 0;
  font-weight: 500;
}

.list-summary .date {
  color: #7A7A7A;
  font-weight: 600;
}

.lightyellow-btn {
  background-color: rgba(255, 140, 0, 0.1);
  border: 2px solid rgba(255, 140, 0, 0.1);
  border-radius: 10px;
  width: 100%;
  text-align: left;
  color: #7A7A7A;
  box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.15);
  margin: 10px 0;
}
.lightyellow-btn:hover {
  background-color: rgba(255, 140, 0, 0.1);
  color: #FF8C00;
  border: 2px solid #FF8C00;
}

.lightgreen-btn {
  background-color: rgba(154, 85, 46, 0.15);
  border: 2px solid rgba(154, 85, 46, 0.15);
  border-radius: 10px;
  width: 100%;
  text-align: left;
  color: #7A7A7A;
  box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.15);
  margin: 10px 0;
}
.lightgreen-btn:hover {
  background-color: rgba(154, 85, 46, 0.15);
  color: #9A552E;
  border: 2px solid #9A552E;
}

.lightgray-btn {
  background-color: rgba(153, 153, 153, 0.1);
  border: 2px solid rgba(153, 153, 153, 0.1);
  border-radius: 10px;
  width: 100%;
  text-align: left;
  color: #7A7A7A;
  box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.15);
  margin: 10px 0;
}
.lightgray-btn:hover {
  background-color: rgba(153, 153, 153, 0.1);
  color: #9E9E9E;
  border: 2px solid #9E9E9E;
}

.lightyellow-card {
  background-color: rgba(241, 182, 52, 0.1);
  border: 2px solid #FF8C00;
  border-radius: 8px;
}

.yellowheader-card {
  background-color: #FF8C00;
  border: 2px solid #FF8C00;
  border-radius: 8px;
  padding: 0 25px;
}

.entrega {
  border: 1px solid #FF8C00;
  background-color: rgba(241, 182, 52, 0.1);
  border-radius: 20px;
  padding: 15px;
}

.card-botones .btn:disabled {
  background-color: #c4c1c1;
  cursor: not-allowed;
}

.purple {
  color: #7E0000;
  font-weight: 700;
  font-size: 18px;
}

.purpleh5 {
  color: #7E0000;
}

.red-card {
  background-color: rgba(184, 0, 0, 0.1);
  border-radius: 10px;
  box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.15);
}
.red-card p {
  color: #7E0000;
  text-align: left;
}

.purple-text {
  color: #7E0000;
  font-size: 22px;
  text-align: left;
}

.lightyellow-input {
  background-color: rgba(241, 182, 52, 0.1);
  border: 2px solid rgba(241, 182, 52, 0.1);
  border-radius: 10px;
  width: 100%;
  text-align: left;
  color: #7A7A7A;
  box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.15);
  height: 2rem;
  padding: 0 0 0 10px;
}

.tarjeta-select {
  background-color: rgba(241, 182, 52, 0.1);
  border: 2px solid rgba(163, 199, 31, 0.1);
  border-radius: 10px;
  width: 100%;
  text-align: left;
  color: #7A7A7A;
  box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.15);
  margin: 10px 0;
}

.lightgreen-input {
  background-color: rgba(163, 199, 31, 0.1);
  border: 2px solid rgba(163, 199, 31, 0.1);
  border-radius: 10px;
  width: 100%;
  text-align: left;
  color: #7A7A7A;
  box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.15);
  height: 2rem;
  padding: 0 0 0 10px;
  margin-top: 10px;
}

.lightpurple-input {
  background-color: rgba(82, 31, 140, 0.1);
  border: 2px solid rgba(163, 199, 31, 0.1);
  border-radius: 10px;
  width: 100%;
  text-align: left;
  color: #7A7A7A;
  box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.15);
  height: 2rem;
  padding: 0 0 0 10px;
}

.dividido-select {
  background-color: rgba(163, 199, 31, 0.1);
  border: 2px solid rgba(153, 153, 153, 0.1);
  border-radius: 10px;
  width: 100%;
  text-align: left;
  color: #7A7A7A;
  box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.15);
  margin: 10px 0;
}

.lightgray-input {
  background-color: rgba(153, 153, 153, 0.1);
  border: 2px solid rgba(153, 153, 153, 0.1);
  border-radius: 10px;
  width: 100%;
  text-align: left;
  color: #7A7A7A;
  box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.15);
  height: 2rem;
  padding: 0 0 0 10px;
  margin-top: 10px;
}

.img-cantidad {
  border: 1px solid #FF8C00;
  border-radius: 6px;
  position: relative;
  margin-right: 14px;
}

.img-cantidad .num_cantidad {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 14px;
  background-color: #FF8C00;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -10px;
  right: -10px;
}

.img-cantidad img {
  border-radius: 6px;
}

.input-group.filter .input-group-text {
  border: 0;
  background-color: inherit;
}

.input-group.filter .form-select {
  width: 100%;
  border-radius: 500px !important;
  background-color: rgba(241, 182, 52, 0.1);
  border: 1px solid #FF8C00;
  color: #9E9E9E !important;
}

.input-group.filter .form-select option {
  color: #9E9E9E !important;
}

.input-group.filter .form-select:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
}

.without-partida {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #DEDEDE;
  border-radius: 0.4rem;
}
.without-partida svg {
  width: 100%;
  max-width: 1.8rem;
}
.without-partida .text {
  font-size: 1.5rem;
  color: #7A7A7A;
  font-weight: 700;
}

button.nav-link.serv {
  background-color: #F8F8F8;
  color: #B80000;
  border-radius: 25px 0 0 25px;
  padding: 15px 115px;
  margin: 0;
}

button.nav-link.serv.active {
  background-color: #B80000;
  color: #F8F8F8;
  border-radius: 25px 0 0 25px;
  padding: 15px 115px;
  margin: 0;
}

button.nav-link.prod {
  background-color: #9E9E9E;
  color: #7E0000;
  border-radius: 0 25px 25px 0;
  padding: 15px 115px;
  margin: 0;
}

button.nav-link.prod.active {
  background-color: #7E0000;
  color: #F8F8F8;
  border-radius: 0 25px 25px 0;
  padding: 15px 115px;
  margin: 0;
}

#solicitudTotales .d-flex p {
  color: #9E9E9E;
}

.pagodividido-selects .form-select {
  --bs-form-select-bg-img: none;
}
.pagodividido-selects .form-select.efectivo-select {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='15' viewBox='0 0 28 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 15L27.8564 0.75H0.143594L14 15Z' fill='%23521F8C'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  display: inline-block;
  content: "";
  vertical-align: -0.125em;
  color: #521F8C;
  padding-left: 44px;
  position: relative;
  background-color: rgba(82, 31, 140, 0.1);
}
.pagodividido-selects .form-select.tarjeta-select {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='15' viewBox='0 0 28 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 15L27.8564 0.75H0.143594L14 15Z' fill='%23F1B634'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  display: inline-block;
  content: "";
  vertical-align: -0.125em;
  color: #521F8C;
  padding-left: 44px;
  position: relative;
}
.pagodividido-selects .form-select.dividido-select {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='15' viewBox='0 0 28 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 15L27.8564 0.75H0.143594L14 15Z' fill='%23A3C71F'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  display: inline-block;
  content: "";
  vertical-align: -0.125em;
  color: #521F8C;
  padding-left: 44px;
  position: relative;
}
.pagodividido-selects .form {
  display: flex;
  align-items: center;
  position: relative;
}
.pagodividido-selects .efectivosvg {
  position: absolute;
  height: 18px;
  display: block;
  left: 8px;
}
.pagodividido-selects .tarjetasvg {
  position: absolute;
  height: 18px;
  display: block;
  left: 8px;
}
.pagodividido-selects .transferenciasvg {
  position: absolute;
  height: 18px;
  display: block;
  left: 8px;
}
.pagodividido-selects .lightgreen-input {
  text-align: end;
  padding: 4px 10px 4px 30px;
  margin-top: 0;
}
.pagodividido-selects .lightpurple-input {
  text-align: end;
  padding: 4px 10px 4px 30px;
}
.pagodividido-selects .lightyellow-input {
  text-align: end;
  padding: 4px 10px 4px 30px;
}
.pagodividido-selects .inputpagoscont {
  position: relative;
  display: flex;
  align-items: center;
}
.pagodividido-selects .inputpagoscont ::after {
  position: absolute;
  left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='29' viewBox='0 0 16 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.835 5.8C6.885 5.79 5.995 5.95 5.165 6.28C4.345 6.6 3.68 7.05 3.17 7.63C2.66 8.2 2.405 8.87 2.405 9.64C2.405 10.54 2.64 11.235 3.11 11.725C3.59 12.205 4.24 12.565 5.06 12.805C5.88 13.045 6.805 13.26 7.835 13.45C9.175 13.68 10.42 14.04 11.57 14.53C12.72 15.01 13.645 15.655 14.345 16.465C15.045 17.265 15.395 18.255 15.395 19.435C15.395 20.555 15.085 21.54 14.465 22.39C13.855 23.24 13.04 23.92 12.02 24.43C11 24.94 9.88 25.245 8.66 25.345V28.36H7.055V25.345C6.025 25.275 5.04 25.06 4.1 24.7C3.17 24.33 2.36 23.835 1.67 23.215C0.99 22.595 0.5 21.87 0.2 21.04L2.165 20.305C2.385 20.925 2.785 21.46 3.365 21.91C3.955 22.35 4.64 22.69 5.42 22.93C6.21 23.17 7.015 23.29 7.835 23.29C8.795 23.29 9.69 23.13 10.52 22.81C11.35 22.49 12.02 22.045 12.53 21.475C13.04 20.895 13.295 20.215 13.295 19.435C13.295 18.645 13.03 17.995 12.5 17.485C11.97 16.975 11.285 16.575 10.445 16.285C9.615 15.985 8.745 15.755 7.835 15.595C6.405 15.345 5.12 15.005 3.98 14.575C2.85 14.145 1.955 13.54 1.295 12.76C0.635 11.97 0.305 10.93 0.305 9.64C0.305 8.52 0.61 7.535 1.22 6.685C1.84 5.835 2.66 5.155 3.68 4.645C4.71 4.135 5.835 3.835 7.055 3.745V0.639999H8.66V3.745C9.65 3.815 10.605 4.03 11.525 4.39C12.445 4.75 13.255 5.24 13.955 5.86C14.665 6.47 15.18 7.205 15.5 8.065L13.505 8.785C13.285 8.155 12.88 7.62 12.29 7.18C11.71 6.73 11.03 6.39 10.25 6.16C9.47 5.92 8.665 5.8 7.835 5.8Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  display: inline-block;
  content: "";
  vertical-align: -0.125em;
  width: 14px;
  height: 15px;
  top: 16px;
}

.bg-gray {
  background-color: #7A7A7A;
}

.color-gray {
  color: #7A7A7A;
}

.bg-gray-2 {
  background-color: #9E9E9E;
}

.color-gray-2 {
  color: #9E9E9E;
}

.bg-purple {
  background-color: #7E0000 !important;
}

.products-container,
.product-cart-list {
  overflow: auto;
  padding-bottom: 10rem;
  padding-top: 2rem;
  max-height: 60vh;
  align-items: start;
  margin-bottom: 1rem;
}
.products-container::-webkit-scrollbar,
.product-cart-list::-webkit-scrollbar {
  width: 14px;
}
.products-container::-webkit-scrollbar-track,
.product-cart-list::-webkit-scrollbar-track {
  background: #DEDEDE;
  border-radius: 3px;
}
.products-container::-webkit-scrollbar-thumb,
.product-cart-list::-webkit-scrollbar-thumb {
  background: #7E0000;
  border-radius: 3px;
}
@supports not selector(::-webkit-scrollbar) {
  .products-container,
  .product-cart-list {
    scrollbar-color: #7E0000 #DEDEDE;
  }
}

.home-menu .product-cart-summary {
  padding-bottom: 7rem;
}
.home-menu .h-mod-shop {
  overflow: hidden;
  height: 600px;
}
.home-menu .grid-catalog {
  height: 712px;
  max-height: inherit;
  min-height: inherit;
}
.home-menu .grid-catalog .swiper-slide {
  height: calc((100% - 120px) / 2) !important;
}

.progress-container {
  position: relative;
}
.progress-container .shop-progress-title {
  color: #9A552E;
  font-weight: 400;
  font-family: "Teko", sans-serif;
  font-size: 2.2rem;
  margin-bottom: 0;
  font-weight: 600;
}
.progress-container .progress.shop-progress {
  height: 1.5rem;
  border-radius: 1000px;
  background-color: #DEDEDE;
}
.progress-container .progress.shop-progress .progress-bar.shop-progress-bar {
  background-color: #7E0000;
  font-weight: 700;
}
.progress-container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.progress-container-header em {
  width: 138px;
}

.products-filter {
  display: flex;
  justify-content: center;
}
.products-filter .btn-guardar {
  color: #9A552E;
  max-width: 175px;
  padding: 0.8rem 0.2rem;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0.5rem;
}
.products-filter .btn-cancelar,
.products-filter .btn-iniciar {
  max-width: 175px;
  padding: 0.8rem 0.2rem;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0.5rem;
}
.products-filter .btn-iniciar {
  margin-left: 1rem;
}
.products-filter .btn-check:checked + .btn-guardar {
  color: #FFFFFF;
  background-color: #9A552E;
}
.products-filter .btn-check:checked + .btn-guardar:hover {
  color: #FFFFFF;
  background-color: #9A552E;
}

/* SHOPING */
.product-cart {
  position: fixed;
  top: 0;
  right: 0;
  width: 18rem;
  height: 100%;
  z-index: 60;
  background-color: #FFFFFF;
  outline: 2px solid #7E0000;
  transition: all 0.3s ease-in-out;
}
.product-cart:not(.show) {
  width: 0;
}
.product-cart-btn {
  position: absolute;
  top: 8rem;
  right: 100%;
  width: 4rem;
  height: 3rem;
  border-radius: 100rem 0 0 100rem;
  background-color: #B80000;
  border: 0;
}
.product-cart-btn svg {
  width: 1rem;
  fill: #F8F8F8;
}
.product-cart-title {
  margin-top: 0.4rem;
  text-align: center;
}
.product-cart-title .title {
  font-family: 2rem;
  margin-bottom: 0;
}
.product-cart-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-cart-content:not(.show) {
  display: none;
}
.product-cart-list {
  height: 100%;
  overflow: auto;
  padding-top: 0;
}
.product-cart-list .card-product {
  flex-direction: row;
  flex-wrap: wrap;
  box-shadow: none;
  border: 0;
  padding-top: 0.3rem;
  padding-bottom: 1rem;
  padding-right: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin: 0;
  max-width: 100%;
  height: 122px;
}
.product-cart-list .card-product-img, .product-cart-list .card-product-body {
  max-width: 50%;
  width: 100%;
}
.product-cart-list .card-product-img img, .product-cart-list .card-product-body img {
  height: 6rem;
}
.product-cart-list .card-product-body {
  display: flex;
  flex-direction: column;
}
.product-cart-list .card-product-name, .product-cart-list .card-product-price {
  font-size: 1.1rem;
  margin-top: auto;
}
.product-cart-list .card-product-increment {
  display: flex !important;
}
.product-cart-summary {
  margin-top: auto;
  padding-bottom: 3rem;
}
.product-cart-summary .table.table-summary thead tr td {
  text-align: center;
}
.product-cart-summary .table.table-summary tbody tr td:first-child,
.product-cart-summary .table.table-summary tfoot tr td:first-child {
  text-align: start;
}
.product-cart-summary .table.table-summary tbody tr td:last-child,
.product-cart-summary .table.table-summary tfoot tr td:last-child {
  text-align: end;
}
.product-cart-summary .table.table-summary tfoot tr td {
  font-weight: 800;
  font-size: 1.6rem;
}
.product-cart-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0 0.5rem 0.8rem;
}
.product-cart-group {
  border-bottom: 2px solid #7A7A7A;
}
.product-cart-group .card-product,
.product-cart-group .card-product-options {
  background-color: #f4d9d9;
}
.product-cart-group .card-product:last-child,
.product-cart-group .card-product-options:last-child {
  border: 0;
}

/* SHOPING */
/* PRODUCTO */
.card-product {
  position: relative;
  box-shadow: 10px -1px 33px 0px rgba(0, 0, 0, 0.2);
  padding: 1.6rem 0.6rem;
  width: 100%;
  max-width: 210px;
  margin: 0 0.6rem 1rem;
  /* max-height: 312px; */
  position: relative;
  overflow: hidden;
  /* &:hover,
  &:active, */
}
.card-product-img {
  width: 100%;
  max-width: 100%;
}
.card-product-img img {
  height: 8rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  min-height: 100%;
}
.card-product-body {
  margin-bottom: 0.4rem;
}
.card-product-name {
  font-family: "Roboto Condensed", sans-serif;
  color: #7A7A7A;
  font-size: 1rem;
  height: 36px;
  text-align: start;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.2rem;
}
.card-product-amount {
  font-weight: 600;
  margin-bottom: 0;
}
.card-product-price {
  font-family: "Roboto Condensed", sans-serif;
  color: #FF8C00;
  font-size: 1.2rem;
  margin-bottom: -4px;
}
.card-product-price.through {
  text-decoration: line-through;
  font-size: 0.8rem;
  color: #9E9E9E;
}
.card-product-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  padding: 0.5rem;
  transition: top 0.3s ease-in-out;
}
.card-product.edit .card-product-options {
  top: 0;
}
.card-product-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.4rem;
  margin-top: auto;
  width: 100%;
}
.card-product-footer__add:not(.view) {
  display: none !important;
}
.card-product-footer__deleted {
  color: #FFFFFF;
  background-color: #B80000;
  border-radius: 0.1rem;
  padding: 0 0.8rem;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.card-product-footer__deleted:hover {
  background-color: #FFFFFF;
  color: #B80000;
  border-color: #B80000;
}
.card-product-footer__input {
  width: 100%;
  text-align: center;
  border: 0;
  border-left: 0;
  border-right: 0;
}
.card-product-footer__input::-moz-placeholder {
  color: #9E9E9E;
}
.card-product-footer__input::placeholder {
  color: #9E9E9E;
}
.card-product-footer__input:focus {
  outline: none;
}
.card-product-footer__increment {
  width: 4rem;
  height: 2.6rem;
  max-width: 100%;
  color: #FFFFFF;
  background-color: #9A552E;
  border: 0;
  transition: all 0.3s ease-in-out;
}
.card-product-footer__increment:hover {
  border: 0;
  color: #9A552E;
  background-color: #DEDEDE;
}
.card-product-increment {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 0.1rem;
  border: 1px solid #9A552E;
  width: 100%;
  max-width: 200px;
  /* display: none !important; */
}
.card-product-increment:not(.view) {
  display: none;
}
.card-product .btn {
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card-product.tag__1::after, .card-product.tag__2::after {
  position: absolute;
  content: "\f0a3";
  font-family: fontawesome;
  width: 40px;
  height: 50px;
  color: #FFFFFF;
  background-color: #FF8C00;
  font-size: 1.4rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  left: 0;
  border-top-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.card-product.tag__2::after {
  content: "\f541";
  background-color: #9A552E;
}
.card-product-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: 50;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(228, 57, 57, 0.1);
}
.card-product-tooltip:not(.show) {
  display: none;
}
.card-product-tooltip__title {
  font-weight: 500;
  margin-bottom: 0.4rem;
}
.card-product-tooltip__list {
  list-style: none;
  padding-left: 0.8rem;
  margin-bottom: 0;
  text-align: start;
}
.card-product-tooltip__list li {
  font-size: 0.8rem;
  position: relative;
}
.card-product-tooltip__list li::after {
  content: "-";
  position: absolute;
  top: 0;
  left: -0.7rem;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 900;
}
.card-product:not(.promo) .through {
  opacity: 0;
}

/* PRODUCTO */
/* CATALOGO */
.grid-catalog {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-height: 90vh;
  min-height: 90vh;
  padding: 30px;
}
.grid-catalog .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #333;
  /*  height: calc((100% - 250px) / 3) !important; */
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-catalog .card-catalog {
  overflow: hidden;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 10px -1px 33px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  /* max-width: 240px; */
  /* margin: 35px; */
  /* height: 300px; */
  height: 100%;
  border-radius: 1px;
  transition: all 0.4s ease-in-out;
  /*  &:hover,
   &:active, */
}
.grid-catalog .card-catalog::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #9A552E;
  transition: all 0.3s ease-in-out;
}
.grid-catalog .card-catalog-deleted {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 40px;
  border: 0;
  background-color: #B80000;
  color: #FFFFFF;
  padding: 5px;
  transition: top 0.3s ease-in-out;
}
.grid-catalog .card-catalog-img {
  width: 100%;
  height: 170px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  padding: 10px;
}
.grid-catalog .card-catalog-name {
  position: absolute;
  left: 0;
  bottom: 0%;
  z-index: 30;
  text-align: center;
  padding: 20px 16px 16px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.grid-catalog .card-catalog-name p {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #9A552E;
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
}
.grid-catalog .card-catalog-name span.through {
  text-decoration: line-through;
  font-size: 0.8rem;
  color: #9E9E9E;
  margin-top: -0.3rem;
  display: block;
  opacity: 0;
}
.grid-catalog .card-catalog-name span.price {
  display: block;
  color: #FF8C00;
  font-weight: 700;
  font-size: 1.1rem;
}
.grid-catalog .card-catalog-increment {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
  z-index: 20;
  display: flex;
  transition: all 0.4s ease-in-out;
}
.grid-catalog .card-catalog-increment button {
  width: 25%;
  border: 2px solid rgba(250, 250, 250, 0.25);
  background: transparent;
  color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
}
.grid-catalog .card-catalog-increment button:hover, .grid-catalog .card-catalog-increment button:active {
  background: #FF8C00;
}
.grid-catalog .card-catalog-increment input {
  width: 50%;
  background: transparent;
  border: 2px solid rgba(250, 250, 250, 0.25);
  border-left-width: 0;
  border-right-width: 0;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
}
.grid-catalog .card-catalog-increment input::-moz-placeholder {
  color: #FFFFFF;
}
.grid-catalog .card-catalog-increment input::placeholder {
  color: #FFFFFF;
}
.grid-catalog .card-catalog:hover {
  cursor: pointer;
}
.grid-catalog .card-catalog.show .card-catalog-name {
  bottom: 40%;
}
.grid-catalog .card-catalog.show .card-catalog-name p {
  color: #FFFFFF;
}
.grid-catalog .card-catalog.show .card-catalog-increment {
  bottom: 0;
}
.grid-catalog .card-catalog.show .card-catalog-deleted {
  top: 0;
}
.grid-catalog .card-catalog.show::before {
  top: 0;
}
.grid-catalog .card-catalog.promo {
  /* &:hover,
  &:active, */
}
.grid-catalog .card-catalog.promo .card-catalog-name span.through {
  opacity: 1;
}
.grid-catalog .card-catalog.promo:hover {
  cursor: pointer;
}
.grid-catalog .card-catalog.promo.show .card-catalog-name span.through {
  color: #efc4ad;
}

.filter-catalog {
  margin-top: 30px;
  margin-left: 64px;
  --bs-accordion-bg: transparent;
}
.filter-catalog-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid rgba(154, 85, 46, 0.15);
  margin-bottom: 0.4rem;
}
.filter-catalog-head p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.6rem;
  color: #B80000;
}
.filter-catalog-head button {
  margin: 0;
  padding: 0.5rem 0.9rem;
  background-color: #9E9E9E;
  border-radius: 20rem;
  color: #FFFFFF;
  border: 0;
  outline: 2px solid #9E9E9E;
  outline-offset: -2px;
  transition: all 0.4s ease-in-out;
}
.filter-catalog-head button svg {
  height: 20px;
  fill: #FFFFFF;
  transition: all 0.4s ease-in-out;
}
.filter-catalog-head button:hover, .filter-catalog-head button:active {
  cursor: pointer;
  color: #7A7A7A;
  outline-color: #7A7A7A;
  background-color: #F8F8F8;
}
.filter-catalog-head button:hover svg, .filter-catalog-head button:active svg {
  fill: #7A7A7A;
}
.filter-catalog-item {
  border-bottom: 2px solid #9A552E !important;
}
.filter-catalog-button {
  background-color: transparent;
  font-size: 1.5rem;
  color: #9A552E;
  font-weight: 500;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  border-bottom: 2px solid transparent;
}
.filter-catalog-button::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--%20License%3A%20Apache.%20Made%20by%20bytedance%3A%20https%3A%2F%2Fgithub.com%2Fbytedance%2FIconPark%20--%3E%3Csvg%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22white%22%20fill-opacity%3D%220.01%22%2F%3E%3Cpath%20d%3D%22M37%2018L25%2030L13%2018%22%20stroke%3D%22%239A552E%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  margin-left: 0;
}
.filter-catalog-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.filter-catalog-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #542409;
  border-bottom-color: #542409;
}
.filter-catalog-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--%20License%3A%20Apache.%20Made%20by%20bytedance%3A%20https%3A%2F%2Fgithub.com%2Fbytedance%2FIconPark%20--%3E%3Csvg%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22white%22%20fill-opacity%3D%220.01%22%2F%3E%3Cpath%20d%3D%22M37%2018L25%2030L13%2018%22%20stroke%3D%22%239A552E%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.filter-catalog-body {
  padding-left: 0rem;
  padding-right: 0rem;
}
.filter-catalog-body ul {
  padding-left: 0;
  list-style: none;
}
.filter-catalog-option {
  background-color: transparent;
  width: 100%;
  font-size: 0.92rem;
  color: #9A552E;
  font-weight: 500;
  position: relative;
  border: 0;
  margin-bottom: 0.5rem;
  text-align: start;
  padding-left: 1.7rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  padding-right: 2rem;
  border-radius: 0.4rem;
}
.filter-catalog-option::before {
  content: "";
  position: absolute;
  background-color: #FF8C00;
  width: 10px;
  height: 10px;
  border-radius: 20rem;
  left: 10px;
  top: 20px;
}
.filter-catalog-option::after {
  content: "\f057";
  font-family: "fontawesome";
  position: absolute;
  top: 50%;
  right: 10px;
  opacity: 0;
  transform: translateY(-50%);
}
.filter-catalog-option:hover, .filter-catalog-option:active, .filter-catalog-option.active {
  background-color: #FF8C00;
  color: #542409;
  cursor: pointer;
}
.filter-catalog-option:hover::before, .filter-catalog-option:active::before, .filter-catalog-option.active::before {
  background-color: #FFFFFF;
}
.filter-catalog-option.active::after {
  opacity: 1;
}
.filter-catalog-amount {
  color: #FF8C00;
  font-weight: 700;
  display: block;
  margin-left: auto;
  font-size: 1.3rem;
}

/* CATALOGO */
.offert-container .title {
  font-size: 4.4rem;
  font-weight: 400;
}
.offert-container .title strong {
  font-weight: 900;
  color: #FF8C00;
}
.offert-container .subtitle {
  font-size: 1.8rem;
  color: #7A7A7A;
}
.offert-container .list-item {
  font-size: 1.2rem;
}

.screen-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 100%;
  width: 100%;
  max-width: 100%;
  min-height: 60vh;
  min-height: 60dvh;
}
.screen-message svg,
.screen-message img {
  width: 100%;
  max-width: 220px;
}
.screen-message.success .title, .screen-message.warning .title, .screen-message.danger .title {
  color: var(--color);
}
.screen-message.success svg,
.screen-message.success img, .screen-message.warning svg,
.screen-message.warning img, .screen-message.danger svg,
.screen-message.danger img {
  fill: var(--color);
}
.screen-message.success {
  --color:#2ecc71;
}
.screen-message.warning {
  --color:#ffc107;
}
.screen-message.danger {
  --color:#dc3545;
}/*# sourceMappingURL=styles.css.map */