.btn-primary-al {
  --bs-btn-color: #fff;
  --bs-btn-bg: #DE6301;
  --bs-btn-border-color: #DE6301;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b1570e;
  --bs-btn-hover-border-color: #DE6301;
  --bs-btn-focus-shadow-rgb: 38, 121, 244;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #DE6301;
  --bs-btn-active-border-color: #DE6301;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #DE6301;
  --bs-btn-disabled-border-color: #DE6301;
}
.bg-primary-al {
  
  background-color: #4E342E !important;
}

.vertical-center {
  vertical-align: middle; /* Centrar verticalmente */
}

span.badge.badge-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

span.badge.badge-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.input-group-joined {
  margin-bottom: 1rem;
}

.icon-white {
  color: #efefef;
}

.imagePreview1 {
  max-width: 1560px;
  max-height: 880px;
}