.elementor-1187 .elementor-element.elementor-element-c1ea745{--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;}/* Start custom CSS for html, class: .elementor-element-1e76294 *//******************************************************
                LAYOUT REVISTA DIGITAL
            CSS COMPLETO E CORRIGIDO
******************************************************/

/* CONTAINER PRINCIPAL */
.revista-wrapper {
  max-width: 1100px;
  margin: 0 auto 3rem auto;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0,0,0,0.06);
  font-family: 'Inter', sans-serif;
}

/******************************************************
                        HERO
******************************************************/

.revista-hero {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.revista-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.05);
}

/* Overlay suave — deixa texto CLARO e legível */
.revista-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.10) 0%,
    rgba(0,0,0,0.70) 100%
  );
}

/* TEXTO DO HERO — letras SEMPRE claras */
.revista-hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.5rem 2.7rem;
  color: #ffffff !important;
  text-shadow: 0 3px 12px rgba(0,0,0,0.65);
}

.revista-tag {
  display: inline-block;
  background: rgba(0,0,0,0.6);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: .09em;
  border: 1px solid rgba(255,255,255,0.45);
  text-transform: uppercase;
}

.revista-hero-content h1 {
  font-size: 2.1rem;
  font-weight: 700;
  margin: 0.4rem 0 0.8rem 0;
  color: #ffffff !important;
}

.revista-hero-sub {
  max-width: 720px;
  font-size: 1.05rem;
  color: #fdfdfd !important;
  opacity: 1;
}

/******************************************************
                    GRID DO ARTIGO
******************************************************/

.revista-grid {
  display: grid;
  grid-template-columns: 2.4fr 1fr;
  gap: 2.3rem;
  padding: 2.4rem 2.4rem;
}

/******************************************************
                    TEXTO PRINCIPAL
******************************************************/

.revista-main p {
  font-size: 1rem;
  line-height: 1.75;
  text-align: justify;
  margin-bottom: 1.5rem;
  color: #222;
}

/* Dropcap elegante */
.revista-main .dropcap::first-letter {
  float: left;
  font-size: 3.1rem;
  line-height: 0.9;
  padding-right: 0.32rem;
  padding-top: 0.17rem;
  font-weight: 700;
  color: #a61c4a;
}

/******************************************************
                      IMAGENS
******************************************************/

.revista-figure {
  margin: 1.8rem 0;
  border-radius: 16px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 12px 32px rgba(0,0,0,0.16);
}

.revista-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.revista-figure figcaption {
  padding: 0.75rem 1rem;
  background: #1a0f20;
  color: #f4f4f4;
  font-size: 0.88rem;
  letter-spacing: .02em;
}

/******************************************************
                      CITAÇÃO
******************************************************/

.revista-quote {
  margin: 2rem 0;
  padding: 1.3rem 1.5rem;
  background: #fdf4fa;
  border-left: 5px solid #b0224c;
  border-radius: 12px;
  font-style: italic;
  color: #512f3d;
}

.revista-quote span {
  display: block;
  margin-top: 0.4rem;
  font-style: normal;
  font-size: 0.85rem;
  color: #8b6272;
}

/******************************************************
                     SIDEBAR
******************************************************/

.revista-side {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.revista-card {
  background: #f8f6ff;
  padding: 1.4rem;
  border-radius: 16px;
  border: 1px solid #e1dcff;
}

.revista-card h2 {
  font-size: 1.05rem;
  margin-bottom: 0.8rem;
  font-weight: 700;
}

.revista-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.revista-card ul li {
  margin-bottom: 0.4rem;
  font-size: 0.94rem;
}

/* Card CTA */
.revista-cta {
  background: linear-gradient(135deg, #1d123a, #4d215a);
  border: none;
  color: #fff;
}

.revista-btn {
  display: inline-block;
  margin-top: 0.7rem;
  padding: 0.6rem 1.3rem;
  background: #fff;
  color: #332;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
}

/******************************************************
                   RESPONSIVIDADE
******************************************************/

@media (max-width: 920px) {
  .revista-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .revista-hero {
    height: 260px;
  }
  .revista-hero-content {
    padding: 1.7rem 1.4rem;
  }
  .revista-hero-content h1 {
    font-size: 1.7rem;
  }
}
/******************************************************
                    REFERÊNCIAS
******************************************************/

.revista-referencias {
  margin-top: 3rem;
  padding: 0;
  list-style: none;
  border-top: 3px solid #b0224c;
  padding-top: 1.5rem;
}

.revista-referencias li {
  margin-bottom: 1rem;
  font-size: 0.93rem;
  line-height: 1.6;
  color: #333;
  position: relative;
  padding-left: 1.4rem;
}

/* Marcador estilizado (ponto elegante ao lado) */
.revista-referencias li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2rem;
  line-height: 1;
  color: #b0224c;
  font-weight: bold;
}

/* Links da referência — discretos e elegantes */
.revista-referencias a {
  color: #7a1d44;
  text-decoration: none;
  border-bottom: 1px dotted rgba(122, 29, 68, 0.4);
  transition: all .2s ease;
}

.revista-referencias a:hover {
  color: #b0224c;
  border-bottom: 1px solid #b0224c;
}

/* Título das referências */
.revista-wrapper h2 {
  font-size: 1.3rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  position: relative;
  font-weight: 700;
}

/* Linha decorativa abaixo do título */
.revista-wrapper h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #b0224c;
  margin-top: 0.4rem;
  border-radius: 999px;
}

/* Versão responsiva */
@media (max-width: 600px) {
  .revista-referencias li {
    font-size: 0.92rem;
    padding-left: 1.2rem;
  }

  .revista-referencias li::before {
    font-size: 1rem;
  }
}/* End custom CSS */