.no-top{
  margin-top: -45px;
}
.img-border {
  border-radius: 8px;
}

.shadow {
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Personalizar el ancho del modal */
@media (min-width: 992px) {
  .modal-dialog {
    width: 80% !important;   /* ocupa el 90% del ancho de la pantalla */
    max-width: none !important; /* evita límites */
    margin-top: -40px !important; /* más arriba que el valor por defecto */
  }
}

