
body { font-family: 'Segoe UI', sans-serif; }
.hero {
  background: linear-gradient(rgba(36,55,70,0.9), rgba(36,55,70,0.9)),
              url('https://dpo-privacy-support.com/wp-content/uploads/2024/05/privacy-banner.jpg') center/cover no-repeat;
  padding: 100px 0;
}
.service-card:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}
footer {
  background-color: #243746;
}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Ajusta opacidad según necesidad */
  z-index: 1;
}

.hero .container {
  z-index: 2;
}
