.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1833 .elementor-element.elementor-element-c573004{text-align:center;}.elementor-1833 .elementor-element.elementor-element-c573004 .elementor-heading-title{font-family:"Sora", Sans-serif;font-size:38px;font-weight:400;color:#FFFFFF;}.elementor-1833 .elementor-element.elementor-element-1192dee{--display:flex;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-1833 .elementor-element.elementor-element-ff63530 .jet-listing-dynamic-repeater__items{flex-direction:flex-start;justify-content:flex-start;}.elementor-1833 .elementor-element.elementor-element-ff63530 .jet-listing-dynamic-repeater__item > *{justify-content:flex-start;}.elementor-1833 .elementor-element.elementor-element-8c76dd6{--display:flex;}@media(max-width:1366px){.elementor-1833 .elementor-element.elementor-element-1192dee{--padding-top:80px;--padding-bottom:80px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-1833 .elementor-element.elementor-element-c573004 .elementor-heading-title{font-size:38px;line-height:1.3em;}}@media(min-width:768px){.elementor-1833 .elementor-element.elementor-element-1192dee{--content-width:900px;}}/* Start custom CSS for jet-listing-dynamic-repeater, class: .elementor-element-ff63530 */.jet-listing-dynamic-repeater__items {
  display: block !important;
}

.item-treinamento {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 6px;
  font-family: 'Sora', sans-serif;
}

.item-treinamento .col-texto {
  flex: 1;
}

.titulo-treinamento {
  margin: 0 0 8px 0;
  font-size: 20px;
}

.descricao-treinamento {
  color: #666;
  margin-bottom: 0;
}

.btn-arquivo,
.btn-link {
  border: 1px solid #c8102e;
  color: #c8102e;
  padding: 6px 16px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin-top: 16px;
}

.btn-arquivo[href=""],
.btn-link[href=""] {
  display: none !important;
}

.video-treinamento:empty {
  display: none !important;
}

.video-treinamento:not(:empty) {
  display: block !important;
  flex: 0 0 400px;
}

.video-treinamento iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .item-treinamento {
    flex-direction: column;
    align-items: flex-start;
  }

  .video-treinamento:not(:empty) {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 12px;
  }
}/* End custom CSS */