/*--- VIDEO YOUTUBE */
.video-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.video-titulo {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #2d5a1b;
  margin: 0 0 1.25rem;
}
.video-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* ratio 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
}
.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}