.botones{
  background-color: #24135F;
  color: #FFF;
  margin-bottom: 50px;
}

.modal-dialog{
  max-width: 90% !important;
  background-color: #24135F;
}

.thumbs {
  position: inherit !important;
}

@media (min-width: 576px) {
  .modal-dialog {
      max-width:90%;
  }
}


