html {
  scroll-behavior: smooth;
}

body {
  position: relative;
}

header {
  position: relative;
}

main {
  min-height: 100vh;
}

.main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.form-check-input,
.form-check-label {
  cursor: pointer;
}

.text-hover-white:hover {
  color: #ffffff;
}

.td-full {
  width: 100%;
  display: table-cell;
  text-align: center;
}

input[readonly] {
  background-color: #e9ecef; /* Color de fondo similar al disabled */
  color: #6c757d; /* Color de texto similar al disabled */
  cursor: not-allowed; /* Cambia el cursor para indicar que no se puede editar */
  border: 1px solid #ced4da; /* Borde similar al disabled */
}

@media print {
  .mb-3 {
    margin-bottom: 0 !important;
  }
  input, textarea, select {
    border: none !important;
    outline: none !important;
  }
  input:read-only {
    background-color: white !important;
    color: black;
  }
  .print-d-none {
    display: none !important;
  }
  .print-d-block {
    display: block !important;
  }
  .print-d-inline-block {
    display: inline-block !important;
  }
  .print-v-hidden {
    visibility: hidden !important;
  }
  .print-v-visible {
    visibility: visible !important;
  }
  .form-floating {
    margin-botton: 0 !important;
  }
  .mb-3 {
    margin-botton: 0 !important;
  }
}
.btn-custom {
  --bs-btn-color: var(--custom-background);
  --bs-btn-bg: var(--custom-color);
  --bs-btn-border-color: var(--custom-color);
  --bs-btn-hover-color: var(--custom-color);
  --bs-btn-hover-bg: var(--custom-background);
  --bs-btn-hover-border-color: var(--custom-color);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: var(--custom-color-2);
  --bs-btn-active-bg: var(--custom-background-2);
  --bs-btn-active-border-color: var(--custom-color-2);
  --bs-btn-active-shadow: inset 0 3px 5px var(--custom-background-2);
  --bs-btn-disabled-color: var(--custom-background);
  --bs-btn-disabled-bg: var(--custom-color);
  --bs-btn-disabled-border-color: var(--custom-color);
}
.btn-custom-2 {
  --bs-btn-color: var(--custom-color);
  --bs-btn-bg: var(--custom-background);
  --bs-btn-border-color: var(--custom-background);
  --bs-btn-hover-color: var(--custom-background);
  --bs-btn-hover-bg: var(--custom-color);
  --bs-btn-hover-border-color: var(--custom-background);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: var(--custom-background-2);
  --bs-btn-active-bg: var(--custom-color-2);
  --bs-btn-active-border-color: var(--custom-background-2);
  --bs-btn-active-shadow: inset 0 3px 5px var(--custom-color-2);
  --bs-btn-disabled-color: var(--custom-color);
  --bs-btn-disabled-bg: var(--custom-background);
  --bs-btn-disabled-border-color: var(--custom-background);
}

.btn-outline-custom {
  --bs-btn-color: var(--custom-color);
  --bs-btn-border-color: var(--custom-color);
  --bs-btn-hover-color: var(--custom-background);
  --bs-btn-hover-bg: var(--custom-color);
  --bs-btn-hover-border-color: var(--custom-color);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: var(--custom-background-2);
  --bs-btn-active-bg: var(--custom-color-2);
  --bs-btn-active-border-color: var(--custom-color-2);
  --bs-btn-active-shadow: inset 0 3px 5px var(--custom-background-2);
  --bs-btn-disabled-color: var(--custom-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--custom-color);
  --bs-gradient: none;
}
.btn-outline-custom-2 {
  --bs-btn-color: var(--custom-background);
  --bs-btn-border-color: var(--custom-background);
  --bs-btn-hover-color: var(--custom-color);
  --bs-btn-hover-bg: var(--custom-background);
  --bs-btn-hover-border-color: var(--custom-background);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: var(--custom-color-2);
  --bs-btn-active-bg: var(--custom-background-2);
  --bs-btn-active-border-color: var(--custom-background-2);
  --bs-btn-active-shadow: inset 0 3px 5px var(--custom-color-2);
  --bs-btn-disabled-color: var(--custom-background);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--custom-background);
  --bs-gradient: none;
}

.dropdown-menu {
  background-color: var(--custom-background);
}
.dropdown-item {
  color: var(--custom-color-2);
}
.dropdown-item:hover {
  color: var(--custom-color);
  background-color: var(--custom-background-2);
}

.text-custom {
  color: var(--custom-background);
}
.text-custom-2 {
  color: var(--custom-background-2);
}

.bg-custom {
  background-color: var(--custom-background);
}
.bg-custom-2 {
  background-color: var(--custom-background-2);
}

.accordion-button:focus {
  box-shadow: var(--custom-background-2);
}

.accordion-button:not(.collapsed) {
  color: var(--custom-color);
  background-color: var(--custom-background);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--custom-background);
}

.page-link {
  color: var(--custom-color);
}

.page-link.active, .active > .page-link {
  color: var(--custom-color);
  background-color: var(--custom-background-2);
  border-color: var(--custom-background);
}

.page-link:hover {
  color: var(--custom-color);
  background-color: var(--custom-background);
  border-color: var(--custom-color);
}

.form-check-input[type=checkbox]:checked {
  background-color: var(--custom-color);
  border-color: white;
}

.alert-custom {
  --bs-alert-bg: var(--custom-background);
  border: 0.1rem solid var(--custom-color-2);
}

.nav-breadcrumb {
  background-color: var(--custom-background) !important;
  border: 0.1rem solid var(--custom-color-2);
}

.nav-breadcrumb__anchor:hover {
  background-color: var(--custom-color-2) !important;
  color: var(--custom-background);
}

.barra-de-progreso {
  position: sticky;
  top: 50px;
  width: 100%;
  height: 6px;
  background-color: #f0f0f0;
  z-index: 50;
  overflow: hidden;
}
.barra-de-progreso__relleno {
  width: 0%;
  height: 100%;
  background-color: #25d366;
  transition: width 0.1s ease-out;
}

.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 100px;
  z-index: 150;
  display: none;
}
.scroll-top__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #007bff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: white;
  font-size: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.scroll-top__button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}
.scroll-top--visible {
  display: block;
}
.scroll-top__icon {
  pointer-events: none;
}

.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 150;
}
.whatsapp__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: white;
  font-size: 30px;
}
.whatsapp__link:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}

.aside-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  color: var(--bs-info);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  margin: 0;
  padding: 0;
}
.aside-loader__text {
  margin: 0;
}
.aside-loader__timer {
  margin: 0;
  box-sizing: border-box;
  display: inline-block;
  width: 50px;
  height: 80px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  position: relative;
  background: linear-gradient(#FF3D00 30px, transparent 0) no-repeat;
  background-size: 2px 40px;
  background-position: 50% 0px;
  animation: spinx 5s linear infinite;
}
.aside-loader__timer:before, .aside-loader__timer:after {
  content: "";
  width: 40px;
  left: 50%;
  height: 35px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0 0 20px 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0px;
  animation: lqt 5s linear infinite;
}
.aside-loader__timer:after {
  top: auto;
  bottom: 0;
  border-radius: 20px 20px 0 0;
  animation: lqb 5s linear infinite;
}

@keyframes lqt {
  0%, 100% {
    background-image: linear-gradient(#FF3D00 40px, transparent 0);
    background-position: 0% 0px;
  }
  50% {
    background-image: linear-gradient(#FF3D00 40px, transparent 0);
    background-position: 0% 40px;
  }
  50.1% {
    background-image: linear-gradient(#FF3D00 40px, transparent 0);
    background-position: 0% -40px;
  }
}
@keyframes lqb {
  0% {
    background-image: linear-gradient(#FF3D00 40px, transparent 0);
    background-position: 0 40px;
  }
  100% {
    background-image: linear-gradient(#FF3D00 40px, transparent 0);
    background-position: 0 -40px;
  }
}
@keyframes spinx {
  0%, 49% {
    transform: rotate(0deg);
    background-position: 50% 36px;
  }
  51%, 98% {
    transform: rotate(180deg);
    background-position: 50% 4px;
  }
  100% {
    transform: rotate(360deg);
    background-position: 50% 36px;
  }
}
.aside-imprimir {
  position: fixed;
  bottom: 20px;
  right: 180px;
  z-index: 150;
}
.aside-imprimir__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: blue;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: white;
  font-size: 30px;
}
.aside-imprimir__link:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}

.nav-breadcrumb {
  background-color: var(--custom-background-2);
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
}
.nav-breadcrumb__anchor {
  text-decoration: none;
  color: var(--custom-color);
  padding: 1rem;
  border-radius: var(--bs-border-radius);
}
.nav-breadcrumb__anchor:hover {
  background-color: var(--custom-background);
}

footer {
  padding: 3rem 0;
  background-color: var(--custom-background);
}

.footer__whatsapp {
  color: var(--custom-color);
}
.footer__email {
  color: var(--custom-color);
}

.secciones__ul {
  list-style: none;
  padding-left: 0;
}
.secciones__anchor {
  display: block;
  padding: 0.2rem 0;
  margin: 0;
  text-decoration: none;
  font-size: 1.3rem;
  color: var(--custom-color);
}

.navbar-custom {
  background-color: var(--custom-background);
  position: sticky !important;
  z-index: 200;
}
.navbar-custom__logo {
  width: 12rem;
  height: auto;
}

.nav-link {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--custom-color);
  border-radius: var(--bs-border-radius);
}
.nav-link:hover {
  background-color: var(--custom-background-2);
  color: var(--custom-color-2);
}
.nav-item--bottom {
  margin-bottom: -7rem !important;
}

.dropdown-item {
  font-size: 1rem;
  color: var(--custom-color);
}
.dropdown-item:hover {
  background-color: var(--custom-background-2);
  color: var(--custom-color-2);
}

.sidebar-menu__anchor {
  display: block;
  text-decoration: none;
  color: black;
  transition: all 0.5s;
  padding: 0.75rem 0 0.75rem 2rem;
}
.sidebar-menu__anchor:hover {
  background-color: var(--bs-info);
  color: white;
}
.sidebar-menu__anchor--active {
  background-color: var(--custom-background-2);
  color: var(--custom-color);
}
.sidebar-menu__list {
  padding: 0;
  overflow: hidden;
}
.sidebar-menu__button:hover {
  background-color: var(--bs-info);
  color: white;
}

.paginacion {
  width: 100%;
  display: flex;
  justify-content: end;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.paginacion__block {
  margin-top: 3rem;
}

.page-item {
  cursor: pointer;
}

.filtro-color {
  margin-bottom: 0.5rem;
}
.filtro-color__span {
  display: inline-block;
  margin: 0.25rem 0.5rem;
  border-radius: 50%;
  outline: 1px solid black;
  width: 1rem;
  height: 1rem;
}
.filtro-color__label {
  display: flex;
  align-items: center;
}

.filtro-material {
  margin-bottom: 0.5rem;
}
.filtro-material__span {
  display: inline-block;
  margin: 0.25rem 0.5rem;
  border-radius: 50%;
  outline: 1px solid black;
  width: 1rem;
  height: 1rem;
}
.filtro-material__label {
  display: flex;
  align-items: center;
}

.dip, .dsp, .observacion {
  border-top: 1px solid #000;
}

.dip:nth-child(1),
.dip:nth-child(2),
.dip:nth-child(3),
.dip:nth-child(4) {
  border: none;
}

.item {
  border-top: 1px solid #000;
}
.item__figure {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 0;
}
.item__imagen {
  height: 100%;
  position: relative;
  z-index: 10;
}
.item__input {
  font-size: 1rem;
  width: 40px;
}
.item .item__input--codigo {
  width: 80px;
}
.item .item__input--cantidad {
  width: 50px;
}
.item .item__input--descripcion {
  height: 55px;
  width: 100%;
  overflow: hidden;
  resize: none;
}
.item .item__input--precio-unitario {
  width: 90px;
}
.item .item__input--sub-total {
  width: 100px;
}

/*# sourceMappingURL=style.css.map */
