body {
  font-size: 16px;
}

.hero {
  background: #2e7d32;
  color: white;
  padding: 3rem 1rem;
}

.footer {
  background: #f5f5f5;
  font-size: 0.9rem;
}

/* === FIX VIDEO TRANSMISION === */
.video-container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 56.25%;
}

.video-container iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* === TITULO BLANCO NO ENLACE === */
.site-title {
  color: #ffffff;
  text-decoration: none;
  margin: 0;
}
