.elementor-9198 .elementor-element.elementor-element-ff5c7dc{--display:flex;}body.elementor-page-9198:not(.elementor-motion-effects-element-type-background), body.elementor-page-9198 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-de112bb );}/* Start custom CSS for html, class: .elementor-element-7311be1 */.tl-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 10px;
    background-color: #F4F7FB;
    font-family: 'Poppins', Arial, sans-serif;
  }
 
  .tl-item {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-bottom: 36px;
  }
 
  .tl-item:last-child {
    padding-bottom: 0;
  }
 
  .tl-item:last-child .tl-line {
    display: none;
  }
 
  /* coluna do ícone */
  .tl-icon-col {
    position: relative;
    width: 64px;
    min-width: 64px;
    display: flex;
    justify-content: center;
  }
 
  .tl-line {
    position: absolute;
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: calc(100% - 40px);
    background-color: #F15A24;
    z-index: 0;
  }
 
  .tl-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #009140;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    flex-shrink: 0;
    text-decoration: none;
    transition: transform 0.15s ease, background-color 0.15s ease;
  }
 
  .tl-icon:hover {
    background-color: #004A91;
    transform: scale(1.06);
  }
 
  .tl-icon svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
  }
 
  /* coluna de texto */
  .tl-text-col {
    flex: 1;
    padding-left: 18px;
    padding-top: 6px;
  }
 
  .tl-title-link {
    text-decoration: none;
  }
 
  .tl-title {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #004A91;
    line-height: 1.4;
    margin-bottom: 6px;
    transition: color 0.15s ease;
  }
 
  .tl-title-link:hover .tl-title {
    color: #F15A24;
  }
 
  .tl-meta {
    display: block;
    font-size: 14px;
    color: #6b7a8f;
  }
 
  @media (max-width: 600px) {
    .tl-title {
      font-size: 15px;
    }
    .tl-icon {
      width: 46px;
      height: 46px;
    }
    .tl-icon-col {
      width: 54px;
      min-width: 54px;
    }
    .tl-line {
      top: 54px;
    }
  }/* End custom CSS */