* {
  font-family: "Lexend", sans-serif !important;
}

.fa {
  font-family: "FontAwesome" !important;
}

.breadcrumbs {
  text-align: end;
  padding: 0 20px !important;
}

.btn {
  border-radius: 17px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 0.7rem 1.5rem !important;
  min-height: 50px;
  line-height: 1.2 !important;
  transition: all 0.3s ease;
  vertical-align: middle;
}

.errorMessage {
  color: red;
}

.div-link {
  width: 100% !important;
  background-color: #0a5bdf;
  color: white;
  font-size: clamp(14px, 1.5vw, 20px) !important;
  font-weight: 700 !important;
  padding: 2.7rem 2rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
}

.forma-retorno {
  background-color: red;
  color: white;
  border: 0;
}

.btn-link {
  width: 230px !important;
  border-radius: 20px !important;
  background-color: #0a5bdf !important;
  color: white !important;
  font-size: clamp(14px, 1.5vw, 20px) !important;
  font-weight: 700 !important;
  padding: 2rem 1.2rem !important;
}

.div-link:hover {
  color: white !important;
}

.btn-primary {
  background-color: #0a59da !important;
  border: none !important;
  width: 100%;
  color: white;
  border-radius: 17px;
  height: 50px;
  padding: 0.7rem 1.5rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

input[type="checkbox"] {
  transform: scale(1.4);
  transform-origin: top left;
}

.th_info_cotizacion {
  height: 25px;
}

.active {
  border: 1px solid white !important;
  background-color: #10b981 !important;
}

.button-variacion-active {
  /* border: 1px solid white !important;
  background-color: #10b981 !important; */
  background-color: #0a59da !important;
  color: white !important;
  border: none !important;
}

button:focus {
  outline: none !important;
}
.box-producto {
  cursor: pointer;
  height: 50px;
  background-color: #0a59da;
  color: white;
  padding: 0.7rem 1.5rem !important;
  border-radius: 17px;
  margin: 1.2rem 1rem 1.2rem 1rem;
  display: flex !important;
  font-size: 1.2rem;
  font-weight: 900;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  border: none !important;
}

.fs-title {
  font-size: clamp(18px, 2.3vw, 30px) !important;
}
.fs-subtitle {
  font-size: clamp(16px, 2vw, 26px) !important;
}

caption {
  caption-side: top !important;
  text-align: center !important;
}

@media (min-width: 768px) {
  .btn-primary {
    width: 50%;
  }

  .div-link {
    width: 30rem !important;
    padding: 3.7rem 2rem !important;
  }

  .img_numero_serie {
    width: 50% !important;
    height: 200px;
  }
  .btn-submit {
    width: 50%;
  }
}

.btn-submit {
  width: 100%;
  background-color: #0a59da;
  border: none;
  color: white;
}

.btn-sig-ant {
  min-width: 160px !important;
  width: auto !important;
  max-width: 100%;
  margin: 1.2rem 0 !important; /* Remove horizontal margin for better alignment in containers */
}

.btn-anterior {
  background-color: #ffc000 !important;
  padding: 0.7rem 1.5rem !important;
}
.btn-cancelar {
  background-color: #ff0000 !important;
  padding: 0.7rem 1.5rem !important;
}

.btn-submit.btn-sig-ant,
.btn-submit.btn-sig-ant:hover,
.btn-submit.btn-sig-ant:active,
.btn-submit.btn-sig-ant:focus {
  background-color: #10b981 !important;
}

.img_numero_serie {
  object-fit: contain !important;
  width: 100% !important;
  height: 200px;
}

input[type="checkbox"] {
  transform: scale(2);
  transform-origin: unset !important;
  position: unset !important;
}

/* counter */
.counter {
  display: flex;
  align-items: center;
  background: white;
  padding: 0;
  width: max-content;
}

.counter span,
.counter input {
  width: 30px;
  height: 30px;
  font-size: 15px;
  text-align: center;
  border: 1px solid #000;
}

.counter input {
  border-left: none;
  border-right: none;
}

#content {
  background-color: #f7f7f9 !important;
}

.title-section {
  color: #004085;
  font-weight: bold;
}

#modal_ayuda .modal-body {
  overflow: hidden !important;
}

#modal_ayuda .modal-content {
  border-radius: 3rem;
  border: 5px solid red;
}

.box-producto-variacion {
  cursor: pointer;
  height: 50px;
  background-color: white;
  color: red;
  padding: 0.7rem 0.1rem;
  border-radius: 17px;
  margin: 1.2rem 1rem 1.2rem 1rem;
  display: flex;
  font-size: 1.2rem;
  font-weight: 900;
  align-items: center;
  justify-content: center;
  border: 2px solid red;
}
/* Estados base */
.filtros_internos:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.filtros_internos:disabled + label {
  color: #c0c0c0 !important;
  opacity: 0.5;
  text-decoration: line-through; /* Línea atravesada para indicar no disponible */
  cursor: not-allowed;
}

.filtros_internos:enabled {
  border: 2px solid #0a59da;
  transform: scale(1.15);
  transition: all 0.2s ease;
}

.filtros_internos:enabled + label {
  color: #000 !important;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s ease;
}

.filtros_internos:enabled:checked + label {
  color: #0a59da !important;
}

.filtros_internos:enabled + label:hover {
  color: #0a59da !important;
  text-decoration: underline;
}

/* Contenedor de filtros deshabilitado */
.filtros-container.disabled {
  background-color: #f8f9fa;
  border: 2px dashed #dee2e6;
  padding: 15px;
  border-radius: 8px;
  position: relative;
}

.filtros-container.disabled::before {
  content: "⚠️ Seleccione un servicio de limpieza primero";
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 0.8rem;
  color: #6c757d;
  font-weight: bold;
}

/* Contenedor de filtros habilitado */
.filtros-container.enabled {
  background-color: #e3f2fd;
  border: 2px solid #0a59da;
  padding: 15px;
  border-radius: 8px;
}
