/* Add here all your CSS customizations */
.progress-bar-verde {
  background-color: green;
}

.progress-bar-naranja {
  background-color: orange;
}

.progress {
  background: #b0d5f5;
}


.bg-white {
  background: #fff !important;
}

.progress-bar-premium {
  background: #33a7da;
}

.text-color-premium {
  color: #33a7da;
}

.progress-bar-selecta {
  background: #d82323;
}

.text-color-selecta {
  color: #d82323;
}

.progress-bar-economica {
  background: #888888;
}

.text-color-economica {
  color: #888888;
}

.text-color-312 {
  color: #691800;
}

.text-color-10 {
  color: #d0c304;
}

.text-color-gris {
  color: #868686;
}

/* .modal-dialog {
  max-width: 1024px !important;
  margin: 50px !important;
} */

.modal-open .modal {
  background: #00000090;
}