/* FDL - Eventos Cátedra */
.fdl-catedra-page {
  background: #fff;
}

.fdl-catedra-page .container,
.fdl-catedra-content.container {
  max-width: 980px;
}

.fdl-catedra-top-block,
.fdl-catedra-cta-block,
.fdl-catedra-footer-events-block {
  width: 100%;
}

.fdl-catedra-featured-image {
  max-width: 980px;
  margin: 70px auto 34px;
  padding: 0 15px;
  text-align: center;
}

.fdl-catedra-featured-image img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.fdl-catedra-content {
  padding: 0 15px 70px;
  text-align: left;
}

.fdl-catedra-fixed-title {
  margin: 0 0 55px;
  color: #4ea3f1;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.fdl-catedra-event-meta {
  max-width: 650px;
  margin: 0 auto 34px;
}

.fdl-catedra-event-meta p {
  margin: 0 0 12px;
}

.fdl-catedra-date,
.fdl-catedra-format,
.fdl-catedra-webinar-data,
.fdl-catedra-access {
  color: #202020;
  font-size: 13px;
  line-height: 1.6;
}

.fdl-catedra-work-title {
  margin: 0;
  color: #4ea3f1;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
}

.fdl-catedra-work-author,
.fdl-catedra-speaker {
  margin-top: 2px;
  color: #4ea3f1;
  font-size: 18px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 700;
}

.fdl-catedra-webinar-data {
  margin: 25px 0 20px;
}

.fdl-catedra-webinar-data p {
  margin-bottom: 5px;
}

.fdl-catedra-access a {
  color: #202020;
  text-decoration: underline;
}

.fdl-catedra-text {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
}

.fdl-catedra-text p {
  margin: 0 0 18px;
}

.fdl-catedra-video {
  max-width: 760px;
  margin: 34px auto 42px;
}

.fdl-catedra-video-embed {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.fdl-catedra-video-embed iframe,
.fdl-catedra-video-embed object,
.fdl-catedra-video-embed embed {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

.fdl-catedra-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 45px;
  max-width: 980px;
  margin: 34px auto 50px;
}

.fdl-catedra-columns .fdl-catedra-text {
  max-width: none;
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}

.fdl-catedra-poster {
  max-width: 980px;
  margin: 55px auto 0;
  text-align: center;
}

.fdl-catedra-poster img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}

@media (max-width: 849px) {
  .fdl-catedra-featured-image {
    margin-top: 45px;
  }

  .fdl-catedra-fixed-title {
    margin-bottom: 35px;
    font-size: 19px;
  }

  .fdl-catedra-columns {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 549px) {
  .fdl-catedra-featured-image,
  .fdl-catedra-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fdl-catedra-work-title {
    font-size: 18px;
  }

  .fdl-catedra-work-author,
  .fdl-catedra-speaker {
    font-size: 16px;
  }
}
