.elementor-1667 .elementor-element.elementor-element-4edc98e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:48px;--padding-bottom:48px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .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-1667 .elementor-element.elementor-element-48c275e{text-align:center;}.elementor-1667 .elementor-element.elementor-element-48c275e .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:57px;font-weight:600;color:#FFFFFF;}body.elementor-page-1667:not(.elementor-motion-effects-element-type-background), body.elementor-page-1667 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-99959d4 );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-dddcae0 *//* wrapper */
.ev-timeline{
  position:relative;
  max-width: 1100px;
  margin: 24px auto 0;
  padding: 10px 0 30px;
}

/* linha central */
.ev-timeline:before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  bottom:0;
  width:2px;
  transform:translateX(-50%);
  background: rgba(255,255,255,.14);
}

/* cada linha */
.ev-row{
  position:relative;
  display:grid;
  grid-template-columns: 1fr 44px 1fr;
  align-items:start;
  gap: 22px;
  padding: 14px 0;
}

.ev-row.left .ev-card{ grid-column: 1; justify-self:end; }
.ev-row.left .ev-dot{ grid-column: 2; justify-self:center; }
.ev-row.right .ev-dot{ grid-column: 2; justify-self:center; }
.ev-row.right .ev-card{ grid-column: 3; justify-self:start; }

/* bolinha */
.ev-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #f6a21a;
  margin-top: 18px;
  box-shadow: 0 0 0 6px rgba(246,162,26,.12);
}

/* card */
.ev-card{
  width: min(460px, 100%);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  padding: 18px 18px;
  box-shadow: 0 12px 32px rgba(0,0,0,.25);
}

/* textos */
.ev-meta{
  color:#f6a21a;
  font-size: 13px;
  letter-spacing: .2px;
  margin-bottom: 6px;
}
.ev-title{
  color:#fff;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.ev-list{
  margin:0;
  padding-left: 18px;
}
.ev-list li{
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.5;
  margin: 8px 0;
}

/* mobile: vira 1 coluna com linha à esquerda */
@media (max-width: 900px){
  .ev-timeline{ padding-left: 22px; }
  .ev-timeline:before{ left: 12px; transform:none; }
  .ev-row{
    grid-template-columns: 24px 1fr;
    gap: 14px;
    padding: 12px 0;
  }
  .ev-dot{ grid-column: 1 !important; justify-self:center; }
  .ev-card{ grid-column: 2 !important; justify-self:stretch; }
}/* End custom CSS */