.card-glass-dark {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.glass-text-box {
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.glass-button {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.glass-button:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
}

.btn-glass-nav {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
}

.btn-glass-nav:hover {
  background: white;
  color: black;
  border-color: white;
}

.shadow-glow-hover:hover {
  box-shadow: 0 0 20px rgba(25, 135, 84, 0.6);
  transform: translateY(-2px);
}

.hover-scale {
  transition: transform 0.3s;
}

.hover-scale:hover {
  transform: scale(1.05);
}

.hover-scale-slight {
  transition: transform 0.3s, box-shadow 0.3s;
}

.hover-scale-slight:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(25, 135, 84, 0.5) !important;
}

.shadow-glow-hover {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

html {
  scroll-behavior: smooth;
}

.scroll-section {
  scroll-margin-top: 100px;
}

.arrendatario-page-bg {
  background: linear-gradient(180deg, #155d3b 0%, #003366 45%, #0b0d0f 100%);
  min-height: 100vh;
  color: #fff;
  padding-bottom: 5rem;
}

.max-w-700 {
  max-width: 700px;
}

.pdf-icon-xl {
  font-size: 3.5rem;
}

.pagos-box {
  background: linear-gradient(135deg, rgba(25, 135, 84, 0.2) 0%, rgba(0, 51, 102, 0.8) 100%);
  border: 1px solid rgba(25, 135, 84, 0.5);
}

.pagos-bg-icon {
  font-size: 15rem;
  right: -20px;
  top: -30px;
  transform: rotate(15deg);
}
