body {
  font-family: Arial, sans-serif;
  margin: 0;
  background-color: #f8f9fa;
}

.fondo-licencia {
  background-image: linear-gradient(rgba(255,255,255,0.86), rgba(255,255,255,0.86)), url('../img/fondo.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh;
}

.sombra-menu {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.contenedor {
  max-width: 1100px;
  margin: 24px auto;
  padding: 0 16px;
}

.tarjeta {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 14px;
  padding: 20px 22px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

.acciones {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.alerta {
  padding: 10px;
  border-radius: 8px;
  margin: 12px 0;
}

.alerta--error {
  border: 1px solid #c77;
  background: #ffecec;
}

.alerta--ok {
  border: 1px solid #7c7;
  background: #ecffec;
}

.nota {
  font-size: 13px;
  color: #555;
  margin-top: 10px;
}

.formulario-bootstrap .form-label {
  font-weight: 600;
}

.tooltip-inner {
  max-width: 260px;
  text-align: left;
}

.imagen-carrusel {
  height: 500px;
  object-fit: cover;
  cursor: pointer;
}

.fondo-caption {
  background: rgba(0, 0, 0, 0.45);
  border-radius: 10px;
  padding: 12px;
}

.card-img-top {
  height: 240px;
  object-fit: cover;
}