.elementor-4092 .elementor-element.elementor-element-3f3a715{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-4092 .elementor-element.elementor-element-3f3a715:not(.elementor-motion-effects-element-type-background), .elementor-4092 .elementor-element.elementor-element-3f3a715 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F8FF;}.elementor-4092 .elementor-element.elementor-element-3dabed0{--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;}.elementor-4092 .elementor-element.elementor-element-3dabed0:not(.elementor-motion-effects-element-type-background), .elementor-4092 .elementor-element.elementor-element-3dabed0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F6FB;}@media(min-width:768px){.elementor-4092 .elementor-element.elementor-element-3f3a715{--content-width:1402px;}.elementor-4092 .elementor-element.elementor-element-3dabed0{--content-width:1492px;}}/* Start custom CSS for html, class: .elementor-element-b72ee04 */.icet-pricing {
  padding: 70px 20px;
  background: linear-gradient(180deg, #f5f8ff 0%, #eef3fb 100%);
  font-family: Arial, Helvetica, sans-serif;
}

.icet-pricing * {
  box-sizing: border-box;
}

.icet-pricing-header {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
}

.icet-pricing-badge {
  display: inline-block;
  background: #e9f2ff;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.icet-pricing-header h2 {
  margin: 0 0 12px;
  font-size: 38px;
  line-height: 1.15;
  color: #111827;
  font-weight: 800;
}

.icet-pricing-header p {
  margin: 0;
  font-size: 16px;
  color: #64748b;
  line-height: 1.7;
}

.icet-pricing-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}

.icet-plan-card {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.icet-plan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12);
}

.icet-plan-featured {
  border: 2px solid #2563eb;
  transform: scale(1.02);
}

.icet-plan-featured:hover {
  transform: scale(1.02) translateY(-8px);
}

.icet-plan-ribbon {
  position: absolute;
  top: 18px;
  right: 18px;
  background: linear-gradient(135deg, #ff4d8d, #ff7a59);
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  z-index: 2;
}

.icet-plan-top {
  padding: 34px 30px 26px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-bottom: 1px solid #e5e7eb;
}

.icet-plan-offer {
  display: inline-block;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 12px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.icet-plan-top h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  color: #0f172a;
  font-weight: 800;
}

.icet-plan-panel {
  margin-top: 10px;
  color: #334155;
  font-size: 16px;
  font-weight: 700;
}

.icet-plan-price {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin: 22px 0 14px;
  color: #0f172a;
}

.icet-plan-price .currency {
  font-size: 24px;
  font-weight: 700;
  transform: translateY(-6px);
}

.icet-plan-price .amount {
  font-size: 52px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -1px;
}

.icet-plan-price .period {
  font-size: 20px;
  color: #64748b;
  font-weight: 600;
  margin-left: 2px;
}

.icet-plan-subtitle {
  margin: 0 0 24px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}

.icet-plan-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 18px;
  border-radius: 14px;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.icet-plan-btn:hover {
  opacity: 0.95;
  transform: translateY(-2px);
  color: #fff;
}

.icet-plan-features {
  padding: 26px 30px 32px;
}

.icet-feature {
  position: relative;
  padding: 0 0 0 26px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.65;
  color: #475569;
}

.icet-feature:last-child {
  margin-bottom: 0;
}

.icet-feature::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #2563eb;
  font-weight: 800;
  font-size: 16px;
}

.icet-feature strong {
  color: #0f172a;
}

@media (max-width: 1100px) {
  .icet-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 700px;
  }

  .icet-plan-featured {
    transform: none;
  }

  .icet-plan-featured:hover {
    transform: translateY(-8px);
  }
}

@media (max-width: 767px) {
  .icet-pricing {
    padding: 50px 16px;
  }

  .icet-pricing-header h2 {
    font-size: 28px;
  }

  .icet-pricing-header p {
    font-size: 15px;
  }

  .icet-plan-top {
    padding: 28px 22px 22px;
  }

  .icet-plan-features {
    padding: 22px 22px 28px;
  }

  .icet-plan-price .amount {
    font-size: 42px;
  }

  .icet-plan-price .period {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3adad5d */.icet-recursos {
  padding: 70px 20px;
  background: #f3f6fb;
  font-family: Arial, Helvetica, sans-serif;
}

.icet-recursos * {
  box-sizing: border-box;
}

.icet-recursos-topo {
  max-width: 1100px;
  margin: 0 auto 38px;
  text-align: center;
}

.icet-recursos-topo h2 {
  margin: 0 0 10px;
  font-size: 42px;
  line-height: 1.15;
  color: #111827;
  font-weight: 800;
}

.icet-recursos-topo p {
  margin: 0 auto;
  max-width: 980px;
  font-size: 17px;
  line-height: 1.7;
  color: #64748b;
}

.icet-recursos-grid {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.icet-recurso-card {
  background: #ffffff;
  border: 1px solid #dbe2ea;
  border-radius: 12px;
  padding: 28px 20px 26px;
  text-align: center;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.icet-recurso-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
  border-color: #bfd0e5;
}

.icet-recurso-icone {
  width: 92px;
  height: 92px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icet-recurso-icone img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.icet-recurso-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.25;
  color: #2b2f33;
  font-weight: 800;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icet-recurso-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #6b7b90;
}

@media (max-width: 1200px) {
  .icet-recursos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .icet-recursos {
    padding: 50px 15px;
  }

  .icet-recursos-topo h2 {
    font-size: 30px;
  }

  .icet-recursos-topo p {
    font-size: 15px;
  }

  .icet-recursos-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .icet-recurso-card {
    min-height: auto;
    padding: 25px 18px;
  }

  .icet-recurso-card h3 {
    min-height: auto;
    font-size: 22px;
  }
}/* End custom CSS */