.elementor-792 .elementor-element.elementor-element-fd5fbcc{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-792 .elementor-element.elementor-element-7abcb03{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-792 .elementor-element.elementor-element-b08d866{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-792 .elementor-element.elementor-element-6f77b7a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}body.elementor-page-792{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-6f77b7a *//* CORREÇÃO FINAL — FRASES DO CARD */

.id-premium-buy-card .id-premium-content{
  padding-bottom:22px !important;
}

.id-premium-buy-card .id-premium-features{
  position:absolute !important;
  left:88px !important;
  bottom:28px !important;

  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;

  gap:12px !important;
  flex-wrap:nowrap !important;

  width:auto !important;
  max-width:360px !important;

  margin:0 !important;
  padding:0 !important;

  overflow:visible !important;
}

.id-premium-buy-card .id-premium-features small{
  font-size:9.5px !important;
  line-height:1 !important;
  white-space:nowrap !important;
}

.id-premium-buy-card{
  padding-bottom:38px !important;
}
/* HEADER/TABS — MAIS EVIDENTE QUE É CLICÁVEL */

.id-tabs{
  position:sticky;
  top:0;
  z-index:90;

  background:rgba(255,255,255,.96);
  backdrop-filter:blur(18px);

  border-top:1px solid rgba(16,42,67,.08);
  border-bottom:1px solid rgba(16,42,67,.08);

  box-shadow:
    0 10px 30px rgba(16,42,67,.06),
    0 1px 0 rgba(255,255,255,.7);
}

.id-tabs:before{
  content:"Clique para navegar pelas seções";
  display:flex;
  align-items:center;
  justify-content:center;

  width:100%;
  height:34px;

  background:
    linear-gradient(
      135deg,
      rgba(46,111,109,.08),
      rgba(18,175,200,.08)
    );

  border-bottom:1px solid rgba(16,42,67,.06);

  color:#2E6F6D;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.id-tabs-inner{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:18px;

  overflow:auto;

  padding:0 18px;
}

.id-tab{
  position:relative;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-height:64px;

  padding:0 18px;

  color:#5B6E80;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;

  text-decoration:none !important;

  border-bottom:3px solid transparent;

  transition:.22s ease;

  cursor:pointer;

  white-space:nowrap;
}

.id-tab:after{
  content:"↘";

  position:absolute;
  right:2px;
  top:18px;

  opacity:0;

  font-size:10px;
  color:#2E6F6D;

  transform:translateY(-2px);

  transition:.22s ease;
}

.id-tab:hover{
  color:#102A43;
  background:rgba(46,111,109,.05);
}

.id-tab:hover:after{
  opacity:1;
  transform:translateY(0);
}

.id-tab.active{
  color:#2E6F6D;
  border-color:#2E6F6D;
}

.id-tab.active:before{
  content:"";
  position:absolute;

  bottom:-3px;
  left:50%;

  width:28px;
  height:3px;

  border-radius:999px;

  background:#2E6F6D;

  transform:translateX(-50%);

  box-shadow:0 0 12px rgba(46,111,109,.35);
}/* End custom CSS */