.elementor-1627 .elementor-element.elementor-element-1f18915{--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-dd1c7c5 */@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&family=Playfair+Display:wght@700&display=swap');

/* ---------- Variables de marca ---------- */
:root {
  --ng-purple:       #5B2D8E;
  --ng-purple-light: #F0EBF8;
  --ng-red:          #C0392B;
  --ng-green:        #2E7D32;
  --ng-green-light:  #EAF4EA;
  --ng-orange:       #E07B2A;
  --ng-orange-light: #FEF3E8;
  --ng-gray:         #4A4A4A;
}

/* ---------- Contenedor principal ---------- */
.ng-post {
  font-family: 'Nunito', sans-serif;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  color: #1a1a1a;
  padding: 0;
  overflow-x: hidden;
}

/* ---------- Inner centrado ---------- */
.ng-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 3rem;
}

@media (max-width: 768px) {
  .ng-inner { padding: 2rem 1.5rem; }
}

/* ---------- Full width ---------- */
.ng-full { width: 100%; }

/* ---------- Badge ---------- */
.ng-badge {
  display: inline-block;
  background: var(--ng-purple-light);
  color: var(--ng-purple);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 5px 14px;
  border-radius: 20px;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

/* ---------- H1 ---------- */
.ng-post h1.ng-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--ng-gray);
  margin: 0 0 1rem;
}

/* ---------- Hero ---------- */
.ng-hero {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  background: var(--ng-purple);
  padding: 4rem 2rem;
  position: relative;
  text-align: center;
}

.ng-hero-date {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(52px, 10vw, 90px);
  font-weight: 800;
  color: rgba(255, 255, 255, 0.07);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  line-height: 1;
  z-index: 0;
}

.ng-hero-content {
  position: relative;
  z-index: 1;
}

.ng-hero-icon {
  font-size: 52px;
  display: block;
  margin-bottom: 0.8rem;
}

.ng-hero-text {
  font-family: 'Playfair Display', serif;
  font-size: clamp(18px, 3vw, 26px);
  color: #fff;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}

.ng-hero-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 0.5rem;
  font-weight: 600;
}

/* Franja de colores del logo bajo el hero */
.ng-hero-stripe {
  height: 6px;
  width: 100%;
  background: linear-gradient(
    90deg,
    var(--ng-red)    0%,
    var(--ng-orange) 33%,
    var(--ng-green)  66%,
    var(--ng-purple) 100%
  );
}

/* ---------- Cuerpo de texto ---------- */
.ng-body {
  font-size: 18px;
  line-height: 1.9;
  color: #1a1a1a;
}

.ng-body p {
  margin: 0 0 1.5rem;
}

@media (min-width: 768px) {
  .ng-body {
    font-size: 22px;
    line-height: 2;
  }
}

/* ---------- Caja intro con fondo violeta ---------- */
.ng-intro-box {
  background: var(--ng-purple-light);
  border-left: 4px solid var(--ng-purple);
  border-radius: 0 10px 10px 0;
  padding: 1.4rem 1.8rem;
  margin: 1.5rem 0 2rem;
  color: var(--ng-purple);
  font-style: italic;
}

.ng-intro-box p {
  margin: 0 0 1rem;
}

.ng-intro-box p:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .ng-intro-box {
    padding: 1.8rem 2.2rem;
  }
}

/* ---------- Párrafos de sección con fondo violeta ---------- */
.ng-section-body {
  background: var(--ng-purple-light);
  border-radius: 0 10px 10px 0;
  border-left: 4px solid var(--ng-purple);
  padding: 1.2rem 1.8rem;
  margin: 0.8rem 0 1.8rem;
  color: var(--ng-purple);
  font-style: italic;
}

.ng-section-body p {
  margin: 0 0 1rem;
}

.ng-section-body p:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .ng-section-body { padding: 1.4rem 2rem; }
}

/* ---------- Cita destacada ---------- */
.ng-highlight {
  background: var(--ng-purple-light);
  border-left: 4px solid var(--ng-purple);
  border-radius: 0 10px 10px 0;
  padding: 1.1rem 1.4rem;
  margin: 2rem 0;
  font-weight: 600;
  font-size: 16px;
  color: var(--ng-purple);
}

@media (min-width: 768px) {
  .ng-highlight {
    font-size: 20px;
    padding: 1.5rem 2rem;
  }
}

/* ---------- Caja de descarga ---------- */
.ng-download-box {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  background: var(--ng-orange-light);
  border: 2px solid var(--ng-orange);
  border-radius: 16px;
  padding: 1.2rem 1.5rem;
  margin: 2rem 0;
}

.ng-download-icon {
  font-size: 22px;
  flex-shrink: 0;
  line-height: 1;
}

.ng-download-content {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.ng-download-title {
  font-size: 15px;
  font-weight: 800;
  color: var(--ng-gray);
  margin: 0;
  flex: 1;
  min-width: 160px;
}

.ng-download-desc {
  display: none;
}

.ng-download-btn {
  display: inline-block;
  background: var(--ng-orange);
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 800;
  padding: 10px 22px;
  border-radius: 30px;
  text-decoration: none;
  white-space: nowrap;
}

.ng-download-btn:hover { background: #c96b1e; }

@media (max-width: 520px) {
  .ng-download-box {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .ng-download-content {
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .ng-download-title { font-size: 17px; }
  .ng-download-btn   { font-size: 15px; padding: 11px 26px; }
}

/* ---------- H2 con línea roja ---------- */
.ng-post h2.ng-section-heading {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--ng-gray);
  margin: 2.2rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid var(--ng-red);
}

@media (min-width: 768px) {
  .ng-post h2.ng-section-heading { font-size: 26px; }
}

/* ---------- H3 en púrpura con punto de color ---------- */
.ng-post h3.ng-section-subheading {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--ng-purple);
  margin: 1.8rem 0 0.6rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ng-post h3.ng-section-subheading::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--ng-red);
}

.ng-post h3.ng-section-subheading.h3-orange::before { background: var(--ng-orange); }
.ng-post h3.ng-section-subheading.h3-green::before  { background: var(--ng-green); }
.ng-post h3.ng-section-subheading.h3-purple::before { background: var(--ng-purple); }

@media (min-width: 768px) {
  .ng-post h3.ng-section-subheading { font-size: 20px; }
}

/* ---------- Grilla medios de pago ---------- */
.ng-pay-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px;
  margin: 1rem 0 1.5rem;
}

.ng-pay-item {
  background: var(--ng-green-light);
  border: 1px solid var(--ng-green);
  border-radius: 10px;
  padding: 0.7rem 1rem;
  font-size: 14px;
  font-weight: 600;
  color: var(--ng-green);
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (min-width: 768px) {
  .ng-pay-item { font-size: 16px; }
}

/* ---------- Separador ---------- */
.ng-divider {
  border: none;
  border-top: 1px solid #e5e5e0;
  margin: 2rem 0;
}

/* ---------- Etiquetas ---------- */
.ng-footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 1rem;
}

.ng-tag {
  background: var(--ng-purple-light);
  border: 1px solid var(--ng-purple);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12px;
  color: var(--ng-purple);
}/* End custom CSS */