.paragraph--type--text-media {
  max-width: 1140px;
  margin: 72px auto;
}
@media (max-width: 1280px) {
  .paragraph--type--text-media {
    margin: 40px 16px;
  }
}
.paragraph--type--text-media .text-media-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .paragraph--type--text-media .text-media-wrapper {
    display: block;
  }
}
.paragraph--type--text-media .text-media-wrapper .text-media-content {
  width: 54%;
}
@media (max-width: 1280px) {
  .paragraph--type--text-media .text-media-wrapper .text-media-content {
    width: 100%;
  }
}
.paragraph--type--text-media .text-media-wrapper .text-media-content .text-media-headline {
  color: #008ac9;
  margin: 0 0 32px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 800;
}
@media (max-width: 1280px) {
  .paragraph--type--text-media .text-media-wrapper .text-media-content .text-media-headline {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 24px;
    text-align: center;
  }
}
.paragraph--type--text-media .text-media-wrapper .text-media-content .text-media-intro {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .paragraph--type--text-media .text-media-wrapper .text-media-content .text-media-intro {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 24px;
    text-align: center;
  }
}
.paragraph--type--text-media .text-media-wrapper .text-media-content .text-media-intro p {
  margin: 0;
}
.paragraph--type--text-media .text-media-wrapper .text-media-video {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; /* centra horizontalmente */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .paragraph--type--text-media .text-media-wrapper .text-media-video {
    width: 100%;
  }
}
.paragraph--type--text-media .text-media-wrapper .text-media-video .text-media-video-embed {
  width: 100%;
}
.paragraph--type--text-media .text-media-wrapper .text-media-video .text-media-video-embed iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border: none;
}
/*# sourceMappingURL=text-media.css.map */
