.elementor-22292 .elementor-element.elementor-element-91712ed{--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:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22292 .elementor-element.elementor-element-d5bda18{--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:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22292 .elementor-element.elementor-element-285c17e{--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:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22292 .elementor-element.elementor-element-55a31dd{--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:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-60dc326 */.ms-pool{
  /* fundo igual ao print: degradê + bolinhas */
  background-image:
    radial-gradient(circle at center, rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(to bottom, #002b5f 0%, #0071ae 100%);
  background-size: 24px 24px, 100% 100%;
  background-repeat: repeat;
  color: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* anti-overflow mobile */
.ms-pool, .ms-pool *{ box-sizing: border-box; }
.ms-pool{ max-width: 100%; }
.ms-pool__container{ max-width: 1200px; margin: 0 auto; padding: 80px 20px; text-align: center; font-family: Arial, sans-serif; }
.ms-pool__title, .ms-pool__desc, .ms-pool__label{
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ms-wave{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  line-height: 0;
  pointer-events: none;
  z-index: 5;
}

.ms-wave svg{
  display: block;
  width: 100%;
  height: 150px;
}

.ms-wave path{
  fill: #ffffff;
}

.ms-pool__tagline{
  font-family: Montserrat, Sans-Serif;
  font-weight: 600;
  line-height: 20px;
  color: white;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 9999px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 24px;
  background: linear-gradient(90deg, rgba(3,62,131,0.9), rgba(7,75,170,0.9));
  border: 1px solid rgba(255,255,255,0.25);
}

.ms-pool__title{
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-variation-settings: normal;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 24px;
  margin-left: 0px;
  margin-right: 0px;
  tab-size: 4;
  color: white;
}

.ms-pool__desc{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  max-width: 672px;
  margin: 0 auto 48px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.ms-pool__icons{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.ms-pool__card{
  width: 190px;
  max-width: 100%;
  padding: 18px 18px;
  border-radius: 14px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 12px 22px rgba(0,0,0,0.22);
  backdrop-filter: blur(6px);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.ms-pool__card:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 26px rgba(0,0,0,0.28);
  background: rgba(255,255,255,0.09);
}

.ms-pool__iconWrap{
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ms-pool__iconWrap::before{
  content:"";
  position:absolute;
  inset:-6px;
  border-radius:50%;
  background: radial-gradient(circle at center, rgba(41,104,196,0.8), rgba(2,31,71,0.1));
  filter: blur(4px);
  z-index:-1;
}

.ms-pool__iconWrap svg{
  width: 32px;
  height: 32px;
  fill: #fff;
  transition: transform .25s ease;
}

.ms-pool__card:hover .ms-pool__iconWrap svg{
  transform: scale(1.06);
}

.ms-pool__label{
  margin: 0;
  font-size: 16px;
  color: #f0f5ff;
}

/* Responsivo */
@media (max-width: 768px){
  .ms-pool__container{ padding: 56px 16px; }

  /* título e descrição fluidos (evita estourar em 320px) */
  .ms-pool__title{
    font-size: clamp(28px, 7.5vw, 36px);
    line-height: 1.05;
  }

  .ms-pool__desc{
    font-size: 16px;
    line-height: 1.45;
    margin: 0 auto 28px;
  }

  /* cards flexíveis: em vez de largura fixa que pode “sobrar” */
  .ms-pool__icons{
    gap: 14px;
  }

  .ms-pool__card{
    width: min(190px, 100%);
    flex: 1 1 160px;          /* quebra bem: 2 colunas quando dá, 1 quando não */
    padding: 18px 16px;       /* você tinha 28px aqui, estava ficando alto */
  }

  .ms-wave svg{
    height: 110px;
  }
}

/* extra: celulares pequenos (320-360px) */
@media (max-width: 420px){
  .ms-pool__tagline{
    font-size: 12px;
    letter-spacing: 1.4px;
    padding: 6px 14px;
  }

  .ms-pool__card{
    flex-basis: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7f04c8c */.ms-grid{
  background: white;
  padding: 5px 0;
}

.ms-grid__wrap{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px;
  text-align: center;
  font-family: Montserrat, Arial, sans-serif;
}

/* traço azul acima do título */
.ms-grid__title{
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #0b1b2b;

  position: relative;
  display: inline-block;
  padding-top: 18px;
}
.ms-grid__title::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 3px;
  background: #0b74c9;
  border-radius: 999px;
}

.ms-grid__subtitle{
  margin: 0 0 18px;
  color: #6b7a8a;
  font-size: 14px;
}

/* Tabs topo */
.ms-tabs{
  display: inline-flex;
  gap: 10px;
  padding: 8px;
  background: #fff;
  border: 1px solid #e7eef6;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(10,30,60,.06);
  margin-bottom: 32px;
  flex-wrap: wrap;              /* evita quebrar feio em telas menores */
  justify-content: center;
}

.ms-tabs__btn{
  border: 0;
  background: transparent !;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 600;
  color: #5f7083;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  transition: background .15s ease, color .15s ease;
}

.ms-tabs__btn:hover{
  background: rgba(11,116,201,0.08);
}

.ms-tabs__btn.is-active{
  background: white;
  color: black;
}

.dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  display: inline-block;
}
.dot--rgb{ background: #18c28f; }
.dot--rgbw{ background: #6c63ff; }
.dot--mcr{ background: #f1b400; }

/* Grid cards */
.ms-products{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

@media (max-width: 1400px){
  .ms-products{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 767px){
  .ms-products{ grid-template-columns: 1fr; }
}

/* Card */
.ms-card{
  background: #fff;
  border: 1px solid #e7eef6;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 26px rgba(10,30,60,.06);
  text-align: left;
  transition: transform .18s ease, box-shadow .18s ease;
}

.ms-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(10,30,60,.10);
}

.ms-card__top{
  padding: 14px 14px 0;
  background: #eef3f8;
  position: relative;
  min-height: 210px;
}

.ms-pill{
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d9e6f3;
  color: #4d5f72;
}

.ms-card__img{
  display: grid;
  place-items: center;
  height: 190px;
}

.ms-card__img img{
  width: 160px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 14px rgba(0,0,0,.08));
}

.ms-card__body{
  padding: 16px 16px 14px;
}

.ms-card__name{
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 800;
  color: #0b1b2b;
}

.ms-card__desc{
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.45;
  color: #607285;
  min-height: 42px;
}

/* Tecnologia chips */
.ms-tech{
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 10px 0 10px;
  flex-wrap: wrap;
}

.ms-tech__label {
  font-size: 15px;
  display: inline-block;
  padding: 6px 6px;
  border-radius: 9px;
  background: #e6f4ff;
  color: #0b6bcb;
  font-weight: 600;
  animation: techPulse 1.8s infinite;
}

@keyframes techPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(11,107,203,0.45);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(11,107,203,0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(11,107,203,0);
  }
}



@media (max-width: 520px){
  .ms-tech__label{
    min-width: 0;
    width: 100%;
    text-align: left;
  }
  .ms-tech__chips{
    width: 100%;
    justify-content: flex-start;
  }
  .chip{
    padding: 6px 10px;
    font-size: 12px;
  }
}

.chip{
  border: 1px solid #d7e6f6;
  background: #fff;
  color: #0b1b2b;
  font-weight: 800;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 999px;
  cursor: pointer;
  transition: box-shadow .15s ease, border-color .15s ease;
}

.chip.is-active{
  border-color: #0b74c9;
  box-shadow: 0 0 0 2px rgba(11,116,201,.12);
}

.chip--mcr{
  border-color: rgba(241,180,0,.45);
}

/* Caixa de benefício */
.ms-box{
  background: #f1f6fb;
  border: 1px solid #e6eef7;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 12px;
  color: #4b5e73;
  margin-bottom: 12px;
}

/* Meta */
.ms-meta__row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0 10px;
  font-size: 12px;
}

.check{
  color: #22c55e;
  font-weight: 900;
  margin-right: 6px;
}

.ms-meta__right.ok{ color: #16a34a; font-weight: 800; }
.ms-meta__right.soon{ color: #f59e0b; font-weight: 800; }

/* Tags */
.ms-tags{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.tag{
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #eef3f8;
  color: #4b5e73;
}

/* Botão */
.ms-btn{
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #0b74c9;
  color: #fff !important;
  text-decoration: none;
  font-weight: 800;
  font-size: 12px;
  transition: background .15s ease;
}

.ms-btn:hover{
  background: #095fa6;
}

.ms-btn .arrow{ font-size: 14px; }

/* esconder quando filtrado */
.ms-card.is-hidden{ display: none !important; }

.ms-card__top{ min-height: 280px; }
.ms-card__img{ height: 260px; }

.ms-card__img img{
  width: 270px;   
  max-width: 100%;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d0ec058 */.ms-compare{
  padding: 70px 0;
}

/* anti overflow + box sizing */
.ms-compare, .ms-compare *{ box-sizing: border-box; }
.ms-compare{ max-width: 100%; overflow-x: hidden; }

.ms-compare__wrap{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px;
  text-align: center;
  font-family: Montserrat, Arial, sans-serif;
}

.ms-compare__title{
  margin: 0 0 10px;
  font-size: 34px;
  font-weight: 800;
  color: #0b1b2b;
}

.ms-compare__subtitle{
  margin: 0 auto 34px;
  max-width: 680px;
  font-size: 15px;
  line-height: 1.6;
  color: #6b7a8a;
}

/* card */
.ms-compare__card{
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e7eef6;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 26px rgba(10,30,60,.06);
  transition: box-shadow .20s ease, transform .20s ease;
}

.ms-compare__card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(10,30,60,.10);
}

/* tabela: scroll só no wrapper (não estoura a página) */
.ms-compare__tableWrap{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.ms-compare__tableWrap::-webkit-scrollbar{ height: 8px; }
.ms-compare__tableWrap::-webkit-scrollbar-thumb{
  background: rgba(10,30,60,.18);
  border-radius: 999px;
}

/* tabela */
.ms-compare__table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 860px; /* mantém desktop */
}

.ms-compare__table thead th{
  background: #f4f7fb;
  color: #0b1b2b;
  font-weight: 800;
  font-size: 14px;
  padding: 18px 18px;
  border-bottom: 1px solid #e7eef6;
  position: sticky;   /* ajuda no mobile */
  top: 0;
  z-index: 2;
}

.ms-compare__table tbody td{
  padding: 18px 18px;
  font-size: 14px;
  color: #2a3b4f;
  border-bottom: 1px solid #eef3f8;
}

.ms-compare__table tbody tr:last-child td{
  border-bottom: 0;
}

.ms-compare__table tbody tr:nth-child(even) td{
  background: #fbfdff;
}

.ms-compare__feat{
  font-weight: 700;
  color: #0b1b2b;
}

.is-left{ text-align: left; }
.is-center{ text-align: center; }

.ms-pillTech{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .2px;
  background: #ffffff;
  border: 1px solid #dbe7f4;
  color: #0b1b2b;
  box-shadow: 0 6px 14px rgba(10,30,60,.08);
  white-space: nowrap;
}

.ms-mark{
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
}

.ms-mark--ok{ color: #16a34a; }
.ms-mark--no{ color: #ef4444; }

.ms-stars{
  letter-spacing: 1px;
  font-size: 14px;
  color: #0b1b2b;
  white-space: nowrap;
}

.ms-compare__table tbody tr{
  transition: background .18s ease, transform .18s ease;
}
.ms-compare__table tbody tr:hover td{
  background: #f2f8ff;
}

/* colunas destaque */
.ms-col-hi{
  background: rgba(11,116,201,.07) !important;
}
.ms-col-hi-top{
  background: rgba(11,116,201,.08) !important;
}

/* ====== RESPONSIVO ====== */
@media (max-width: 768px){
  .ms-compare{ padding: 56px 0; }
  .ms-compare__wrap{ padding: 0 14px; }

  .ms-compare__title{
    font-size: clamp(22px, 6vw, 30px);
    line-height: 1.1;
  }

  .ms-compare__subtitle{
    font-size: 14px;
    margin-bottom: 20px;
  }

  /* deixa a tabela mais "tocável" no mobile */
  .ms-compare__table{
    min-width: 720px; /* reduz um pouco o scroll */
  }

  .ms-compare__table thead th,
  .ms-compare__table tbody td{
    padding: 14px 12px;
    font-size: 13px;
  }
}

@media (max-width: 420px){
  .ms-compare__table{
    min-width: 680px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55d1bb7 */.ms-ajuda-escolher{
  position: relative;
  padding: 90px 20px;
  overflow: hidden;

  background: linear-gradient(to bottom, #002b5f 0%, #0071ae 100%);
  
}

.ms-ajuda-escolher::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.35;

  background-image:
    radial-gradient(rgba(255,255,255,.22) 1px, transparent 1px),
    radial-gradient(rgba(255,255,255,.10) 1px, transparent 1px),
    radial-gradient(transparent 0, rgba(0,0,0,.10) 60%, rgba(0,0,0,.20) 100%);
  background-size: 34px 34px, 80px 80px, 100% 100%;
  background-position: 0 0, 10px 20px, center;
}

.ms-ajuda-container{
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.ms-ajuda-titulo{
  color: white;
  margin: 0 0 18px;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: .2px;
}

/* Subtítulo */
.ms-ajuda-subtitulo{
  margin: 0 auto 34px;
  max-width: 900px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,.85);
}

/* Botão WhatsApp */
.ms-ajuda-botao{
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 14px 22px;
  border-radius: 10px;

  background: #22c55e; /* verde */
  color: #fff;
  text-decoration: none;

  font-size: 16px;
  font-weight: 700;

  box-shadow: 0 10px 24px rgba(0,0,0,.22);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.ms-ajuda-botao:hover{
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 14px 30px rgba(0,0,0,.28);
  color: white;
  background: #292929;
}

.ms-ajuda-icone{
  display:inline-flex;
  width: 22px;
  height: 22px;
  align-items:center;
  justify-content:center;
  color: #fff;
}

/* Responsivo */
@media (max-width: 768px){
  .ms-ajuda-escolher{ padding: 70px 16px; }
  .ms-ajuda-titulo{ font-size: 32px; }
  .ms-ajuda-subtitulo{ font-size: 16px; }
  .ms-ajuda-botao{ width: 100%; justify-content: center; max-width: 360px; }
}/* End custom CSS */