body.elementor-page-16418 h1.entry-title{margin-top:1px;}/* Start custom CSS for text-editor, class: .elementor-element-5ed863c */<!-- ═══════════════════════════════════════════════════════
     ESTILOS — Pegar en Apariencia > Personalizar > CSS
     adicional, o en el <head> del child theme
     ═══════════════════════════════════════════════════════ -->
<style>
.psic-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.psic-answer-layer {
  background: #E8F0F8;
  border-left: 4px solid #2563A8;
  border-radius: 0 6px 6px 0;
  padding: 20px 24px;
  margin: 0 0 36px;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #1A3A5C;
}
.psic-quote {
  border-left: 3px solid #F5C400;
  background: #FFF8D6;
  border-radius: 0 6px 6px 0;
  padding: 16px 24px;
  margin: 28px 0;
  font-style: italic;
  font-size: 1.02rem;
}
.psic-stat-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 28px 0;
}
@media (max-width: 640px) {
  .psic-stat-block { grid-template-columns: 1fr 1fr; }
}
.psic-stat-card {
  background: #F2F4F7;
  border: 1px solid #E0E6EF;
  border-radius: 6px;
  padding: 18px 14px;
  text-align: center;
}
.psic-stat-num {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #1A3A5C;
  line-height: 1;
  margin-bottom: 6px;
}
.psic-stat-label {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.4;
}
.psic-stat-source {
  display: block;
  font-size: 0.7rem;
  color: #999;
  margin-top: 5px;
}
.psic-factor-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 20px 0 32px;
}
@media (max-width: 640px) {
  .psic-factor-grid { grid-template-columns: 1fr; }
}
.psic-factor-card {
  border: 1px solid #E0E6EF;
  border-radius: 6px;
  padding: 20px 18px;
}
.psic-factor-title {
  font-weight: 700;
  color: #1A3A5C;
  font-size: 0.95rem;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.psic-factor-title::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #F5C400;
  flex-shrink: 0;
}
.psic-factor-card p {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}
.psic-alert {
  background: #FFF3CD;
  border: 1px solid #F5C400;
  border-radius: 6px;
  padding: 18px 20px;
  margin: 20px 0;
  font-size: 0.92rem;
}
.psic-datos-psiconnea {
  background: #1A3A5C;
  border-radius: 6px;
  padding: 28px 24px;
  margin: 36px 0;
}
.psic-datos-psiconnea h3 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 18px;
}
.psic-datos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 640px) {
  .psic-datos-grid { grid-template-columns: repeat(2, 1fr); }
}
.psic-dato-item {
  text-align: center;
  padding: 14px 8px;
  background: rgba(255,255,255,0.08);
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.12);
}
.psic-dato-num {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #F5C400;
  line-height: 1;
  margin-bottom: 4px;
}
.psic-dato-label {
  font-size: 0.74rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.4;
}
.psic-cta-inline {
  background: #1A3A5C;
  border-radius: 6px;
  padding: 26px 24px;
  margin: 36px 0;
  text-align: center;
}
.psic-cta-inline p {
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
  margin-bottom: 14px;
}
.psic-cta-inline a {
  display: inline-block;
  background: #F5C400;
  color: #1A3A5C;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
}
.psic-cta-final {
  background: #F5C400;
  border-radius: 6px;
  padding: 32px 28px;
  margin: 40px 0 0;
  text-align: center;
}
.psic-cta-final p {
  color: #1A3A5C;
  font-size: 0.95rem;
  margin-bottom: 18px;
  opacity: 0.85;
}
.psic-cta-final a {
  display: inline-block;
  background: #1A3A5C;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 13px 30px;
  border-radius: 6px;
  text-decoration: none;
}
.psic-faq { margin: 40px 0 28px; }
.psic-faq-item {
  border: 1px solid #E0E6EF;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
}
.psic-faq-btn {
  width: 100%;
  background: #F2F4F7;
  border: none;
  padding: 15px 18px;
  text-align: left;
  font-size: 0.93rem;
  font-weight: 600;
  color: #1A3A5C;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.psic-faq-btn:hover { background: #E8F0F8; }
.psic-faq-chevron { transition: transform .25s; flex-shrink: 0; }
.psic-faq-item.open .psic-faq-chevron { transform: rotate(180deg); }
.psic-faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}
.psic-faq-item.open .psic-faq-body { max-height: 500px; }
.psic-faq-body__inner {
  padding: 14px 18px 18px;
  font-size: 0.92rem;
  line-height: 1.7;
}
.psic-fuentes {
  margin-top: 44px;
  padding-top: 20px;
  border-top: 1px solid #E0E6EF;
  font-size: 0.78rem;
  color: #888;
}
.psic-fuentes h4 {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.psic-fuentes ol { padding-left: 18px; line-height: 1.8; }
</style>/* End custom CSS */