/*  Logo  */
#header .header-logo img {
  max-width: 190px;
  max-height: 70px;
}
/*---------*/

/*  Section-Servicos  */
#section-servicos p {
    display: none;
}

#section-servicos .btn {
    display: none;
}

/*----------*/

/*  Section-Produtos  */
body#page_home .product-thumb-info-image.bg-light {
    width: auto;
    height: 350px;
}

body#page_home .product-thumb-info-image img {
    border-radius: 20px;
    width: 100%;
}
@media (max-width: 1200px) {
  .container:not(.container-lg-custom):not(.container-xl-custom) {
    max-width: 90%;
  }
}
#section-produtos h3 {
    position: absolute;
    top: 266px;
    bottom: 15px;
    left: 20px;
    right: 20px;
    display: flex;
    background-color: #fff;
    font-size: 22px !important;
    border-radius: 10px;
    padding: 20px 0px;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    box-shadow: 0 0px 12px 1px #00000082;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

body#page_home .product .product-thumb-info .product-thumb-info-image:before {
    transition: all .3s ease-in-out;
    background: #14307b;
    opacity: 0;
    z-index: 0;
    border-radius: 20px;
}

body#page_home .product:hover .product-thumb-info .product-thumb-info-image:before {
    opacity: .7;
}

#section-produtos h3 a {
    color: #14307b !important;
    transition: .3s ease-in-out;
}

#section-produtos h3 a:hover {
    color: #ffcc22 !important;
}

#section-produtos h3:before{
    content: "";
    position: absolute;
    box-shadow: 4px 4px 0 4px #ffcc2299;
    background-color: #14307b;
    width: 30px;
    height: 30px;
    border-radius: 10px 0px 30px 0px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0px;
    z-index: 1;
    opacity: 0;
    transition: .9s ease-in-out !important;
    transform: translate(-22px, -22px);
}

#section-produtos h3:hover:before {
    opacity: 1;
    transform: translate(0px, 0px);
}
/*-----------------*/

/*  Section-CTA */
.img-solvita img {
    width: 300px;
    margin-bottom: 20px;
    border-radius: 60px;
}

.conteudo-texto h2 {
    font-weight: 800;
    font-size: 3.4em;
    text-transform: uppercase;
    color: #fff;
}

.conteudo-texto p {
    font-size: 17px;
    color: #fff;
}

.btn-texto a {
    font-size: 1.5em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #0dbf24;
    padding: 15px 30px;
    border-radius: 14px;
    transition: .3s ease-in-out;
}

.btn-texto a:hover {
    background: #0af127;
}

.btn-texto {
    margin-top: 40px;
}

section#section-html-modulo_2 hr {
    display: none;
}

.img-solvita {
    display: flex;
    justify-content: center;
}

#section-html-modulo_2 {
    background-image: url(/arquivos/slide-roda-pe.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0px;
    position: relative;
    z-index: 0;
}

.painel img {
    padding-top: 60px;
}

#section-html-modulo_2:before {
    content: "";
    position: absolute;
    background-color: #0000008f;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.logos {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 17px));
    gap: 17px;
    margin-bottom: 30px;
}

.logos img {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}
/*-----------*/

/*  Section-Slide */
.titulo-slide h1 {
    font-size: 45px !important;
    text-transform: uppercase;
}
/*----------------*/

.img-socios img {
    width: 200px;
    border-radius: 20px;
}

/*  pag-faq */
li.texto-italico {
    font-weight: 700;
    color: #000;
    list-style: none;
}

li.texto-italico:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    padding-right: 10px;
}

li.texto-edit {
    font-weight: 500;
    color: #000;
}
/*<--------->*/

#section-html-modulo_1 hr {
    display: none;
}

#section-html-modulo_3 hr {
    display: none;
}

#section-html-modulo_3 .row {
    justify-content: center;
}

.selo img {
    width: 180px;
    border-radius: 90px;
}

@media(max-width:991px){
  .titulo-slide h1 {
    font-size: 35px !important;
    text-transform: uppercase;
}
  
  .painel img {
    padding-top: 0;
    padding-bottom: 30px;
}

.conteudo-texto h2 {
    font-size: 2.3em;
}

.btn-texto {
    text-align: center;
}
}

.fa-linkedin:before {
    content: "\f08c";
    font-family: 'Font Awesome 5 Brands';
}

/*----------------ebook-----------------*/


#ebook-gallery {
  --bg: #ffffff;
  --card: #ffffff;
  --card-hover: #f8fafc;
  --text: #0f172a;
  --muted: #64748b;
  --accent: #0284c7;
  --border: rgba(148, 163, 184, 0.25);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  background: var(--bg) !important;
  color: var(--text) !important;
  min-height: 100vh !important;
  padding: 2rem 1rem !important;
}
#ebook-gallery *,
#ebook-gallery *::before,
#ebook-gallery *::after {
  box-sizing: border-box !important;
}
#ebook-gallery a {
  color: inherit !important;
  text-decoration: none !important;
}
#ebook-gallery img {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
}
#ebook-gallery .ebook-page {
  max-width: 1200px !important;
  margin: 0 auto !important;
}
#ebook-gallery .ebook-header {
  text-align: center !important;
  margin-bottom: 2rem !important;
}
#ebook-gallery .ebook-title {
  font-size: clamp(2rem, 4vw, 3.2rem) !important;
  margin: 0 !important;
  letter-spacing: -0.04em !important;
}
#ebook-gallery .ebook-subtitle {
  margin: 1rem auto 0 !important;
  max-width: 720px !important;
  color: var(--muted) !important;
  line-height: 1.75 !important;
}
#ebook-gallery .ebook-grid {
  display: grid !important;
  justify-content: center !important;
  align-items: start !important;
  gap: 1.25rem !important;
  grid-template-columns: repeat(3, minmax(260px, 1fr)) !important;
  width: min(100%, 980px) !important;
  margin: 0 auto !important;
  justify-items: center !important;
  grid-auto-rows: auto !important;
}
@media (max-width: 900px) {
  #ebook-gallery .ebook-grid {
    grid-template-columns: repeat(2, minmax(240px, 1fr)) !important;
  }
}
@media (max-width: 620px) {
  #ebook-gallery .ebook-grid {
    grid-template-columns: 1fr !important;
  }
}
#ebook-gallery .ebook-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  width: 100% !important;
  text-decoration: none !important;
  border: 1px solid var(--border) !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  background: var(--card) !important;
  transition: transform 0.2s ease !important , border-color 0.2s ease !important , box-shadow 0.2s ease !important;
  justify-self: center !important;
}
#ebook-gallery .ebook-card:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(2, 132, 199, 0.35) !important;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12) !important;
}
#ebook-gallery .ebook-grid > a.ebook-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  width: 100% !important;
  max-width: 300px !important;
  box-sizing: border-box !important;
  visibility: visible !important;
  opacity: 1 !important;
}
#ebook-gallery .ebook-cover,
#ebook-gallery .ebook-grid > a.ebook-card > .ebook-cover {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
}
#ebook-gallery .ebook-cover {
  order: 0 !important;
  width: 100% !important;
  aspect-ratio: 0.72 !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 24px !important;
  overflow: hidden !important;
}
#ebook-gallery .ebook-cover img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
}
#ebook-gallery .ebook-footer-note {
  margin-top: 2rem !important;
  text-align: center !important;
  color: var(--muted) !important;
  font-size: 0.95rem !important;
}

/*page-produtos*/
.btn.btn-mentoria.btn-primary,
.btn.btn-conta.btn-primary,
.btn.btn-consultoria.btn-primary,
.btn.btn-projetos.btn-primary,
.btn.btn-capacitacoes.btn-primary,
.btn.btn-economia.btn-primary,
.btn.btn-monetize.btn-primary,
.btn.btn-primary.btn-recuperacao,
.btn.btn-armazenamento.btn-primary,
.btn.btn-conforto.btn-primary{
    border-radius: 10px;
}

.btn.btn-mentoria.btn-primary a,
.btn.btn-conta.btn-primary a,
.btn.btn-consultoria.btn-primary a,
.btn.btn-projetos.btn-primary a,
.btn.btn-capacitacoes.btn-primary a,
.btn.btn-economia.btn-primary a,
.btn.btn-monetize.btn-primary a,
.btn.btn-primary.btn-recuperacao a,
.btn.btn-armazenamento.btn-primary a,
.btn.btn-conforto.btn-primary a{
    color: #fff;
    text-decoration: none;
    padding: 5px;
    font-size: 16px;
}

.img-economia img {
    border-radius: 20px;
}

h1.text-6.font-weight-bold {
    text-align: center;
}

.btn.btn-economia.btn-primary,
.btn.btn-monetize.btn-primary,
.btn.btn-primary.btn-recuperacao,
.btn.btn-armazenamento.btn-primary,
.btn.btn-conforto.btn-primary{
    width: 25%;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
/*<-------->*/