/* streaming --------------------------------------------------------------------------------------------------------*/
.streaming-en-vivo {
  background-color: #36424A;
  padding: 40px 0;
}
.streaming-en-vivo .container {
  max-width: 970px;
}

.streaming-header {
  padding-bottom: 30px;
}

.streaming-header-subtitle {
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  padding-bottom: 15px;
}

.streaming-header-title {
  color: #fff;
  font-size: 1.75rem;
  line-height: 2.375rem;
  font-weight: 600;
}

.streaming-header-title-link {
  color: #fff;
}
.streaming-header-title-link:hover {
  color: #E55302;
}

.streaming-date-outer {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.streaming-date {
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  opacity: 0.5;
  padding-bottom: 10px;
}

.streaming-video {
  width: 100%;
  max-height: 545px;
}

/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) {
  .streaming-date-outer {
    flex-direction: row;
    justify-content: space-between;
  }
  .streaming-date-outer .social-block {
    margin: 0;
  }
  .streaming-date {
    padding-bottom: 0;
  }
}

/*# sourceMappingURL=streaming.css.map */