.elementor-3038 .elementor-element.elementor-element-b5ea0ec{--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;}@media(max-width:767px){.elementor-3038 .elementor-element.elementor-element-b5ea0ec{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-0286759 */.ebooks-store {
  --text: #111827;
  --muted: #5b6472;
  --muted-2: #465062;
  --line: #dfe7f2;
  --line-2: rgba(37, 99, 235, 0.14);
  --blue: #2563eb;
  --blue-dark: #1d4ed8;
  --blue-soft: #eff6ff;
  --white: #ffffff;

  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.08), transparent 22%),
    linear-gradient(180deg, #f8fbff 0%, #f3f6fb 100%);
  padding: 88px 20px;
  overflow: hidden;
}

.ebooks-store * {
  box-sizing: border-box;
}

.ebooks-store__container {
  max-width: 1240px;
  margin: 0 auto;
}

/* hero */

.ebooks-store__hero {
  max-width: 980px;
  margin: 0 auto 56px;
  text-align: center;
  padding: 0 12px;
}

.ebooks-store__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 7px 15px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid var(--line-2);
  color: var(--blue-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.ebooks-store__hero h1 {
  font-size: 3em;
  line-height: 1.2;
  letter-spacing: -0.05em;
  font-weight: 700;
  color: var(--text);
  text-wrap: balance;
}

.ebooks-store__hero p {
  max-width: 740px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.75;
  color: var(--muted);
  text-wrap: balance;
}

/* list */

.ebooks-store__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* cards */

.ebook-product {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
  align-items: stretch;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255,255,255,0.88);
  border: 1px solid var(--line);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ebook-product:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.09);
  border-color: rgba(37, 99, 235, 0.18);
}

/* image */

.ebook-product__media {
  display: flex;
  align-items: stretch;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
}

.ebook-product__cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* content */

.ebook-product__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
}

.ebook-product__category {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--blue-soft);
  border: 1px solid var(--line-2);
  color: var(--blue-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.ebook-product__content h2 {
  margin: 0 0 12px;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--text);
  font-weight: 800;
  text-wrap: balance;
}

.ebook-product__desc {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted-2);
  max-width: 860px;
}

.ebook-product__features {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.ebook-product__features li {
  position: relative;
  padding-left: 16px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text);
}

.ebook-product__features li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
}

.ebook-product__ideal {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}

.ebook-product__actions {
  margin-top: auto;
  padding-top: 20px;
}

.ebook-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all .25s ease;
}

.ebook-btn--primary {
  background: linear-gradient(180deg, var(--blue) 0%, var(--blue-dark) 100%);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.24);
}

.ebook-btn--primary:hover {
  background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.28);
}

/* tablet */

@media (max-width: 980px) {
  .ebook-product {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ebook-product__media {
    max-width: 280px;
    height: auto;
    min-height: unset;
  }

  .ebook-product__cover {
    height: auto;
  }

  .ebook-product__features {
    grid-template-columns: 1fr;
  }

  .ebook-product__actions {
    margin-top: 18px;
    padding-top: 0;
  }
}

/* mobile */

@media (max-width: 767px) {

  .ebooks-store {
    padding: 72px 20px;
  }

  .ebooks-store__hero {
    max-width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }

  .ebooks-store__tag {
    font-size: 11px;
    padding: 7px 14px;
    margin-bottom: 16px;
  }

  .ebooks-store__hero h1 {
    max-width: 100%;
    margin: 0 0 16px;

    font-size: 27px; /* 🔥 maior */
    line-height: 1.5;
    letter-spacing: -0.04em;
    font-weight: 700;

    text-align: center;
  }

  .ebooks-store__hero p {
    max-width: 100%;
    margin: 0 auto;

    font-size: 16px; /* 🔥 maior */
    line-height: 1.7;
    text-align: center;

    color: #5b6472;
  }
}/* End custom CSS */
/* Start custom CSS */html, body {
    overflow-x:hidden;
    width:100%;
}/* End custom CSS */