img {
  max-width: 100%;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: normal !important;
}
.img100 {
  width: 100%;
}
.parsley-errors-list {
  list-style: none;
  _display: none;
  color: #F00;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
.parsley-errors-list * {
  padding: 0;
  margin: 0;
}
.parsley-error {
  border: 2px solid #f00 !important;
}
.parsley-custom-error-message {
  color: #fff;
  background-color: #F00;
}
body {
  background-color: #f26522;
  font-family: 'din_proregular';
  color: #FFF;
  font-size: 20px;
}
.naranja {
  color: #f26522;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
.modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4,
.modal-body h5,
.modal-body h6 {
  color: #f26522;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fbcab2;
  text-decoration: underline;
}
#prizeDescription {
  line-height: 1rem;
}
footer {
  background-color: #fff;
  color: #f26522;
  font-size: .8rem;
}
.btn {
  padding-top: 0.2rem !important;
  padding-bottom: 0.4rem !important;
}
.btn.btn-primary {
  background-color: #FFF;
  border-color: #f26522;
  color: #f26522;
  font-weight: bold;
  border: 1px solid #ed560e;
}
.btn.btn-primary:hover {
  background-color: #ed560e;
  color: #FFF;
  border-color: #d44d0d;
  box-shadow: 0 0 5px #d44d0d;
}
.card {
  background-color: #f8f9f9;
}
.card h1,
.card h2,
.card h3,
.card h4,
.card h5,
.card h6 {
  color: #f26522;
}
.card a {
  color: #f26522;
}
.card a:hover {
  color: #d44d0d;
}
label {
  margin-bottom: 5px;
}
.prize {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  -ms-transition: -ms-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.prize:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.active > .page-link,
.page-link.active {
  background-color: #f26522;
  color: #FFF;
  border-color: #f26522;
}
.pname {
  font-size: 1rem;
}
@media (min-width: 992px) {
  /* Bootstrap md >= 992px */
  .sticky-desktop {
    position: sticky;
    top: 100px;
    /* Ajusta según tu header */
  }
}
