/*
Theme Name: DirPortugal Asap Child
Theme URI: https://dirportugal.com
Version: 1.0.0
Description: Child theme de Asap para dirportugal.com
Author: DirPortugal
Author URI: https://dirportugal.com
Template: asap
Text Domain: dirportugal-asap-child
*/


/* ===== DirPortugal – Layout Página Pilar ===== */

.dirp-main {
  background: #f9fafb;
  padding: 3rem 1.5rem 4rem;
}

.dirp-container {
  max-width: 900px;
  margin: 0 auto;
}

/* Header de la página */
.dirp-page-header {
  margin-bottom: 2.5rem;
}



.dirp-page-subtitle {
  font-size: 1rem;
  line-height: 1.6;
  color: #4b5563;
  margin: 0 0 1.5rem;
}

/* Imagen hero */
.dirp-page-hero {
  margin: 0;
}

.dirp-page-hero img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
  border: 1px solid #e5e7eb;
}

/* Contenido */
.dirp-page-content {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #374151;
}

/* Subtítulos dentro del contenido */
.dirp-page-content h2,
.dirp-page-content h3 {
  color: #111827;
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.dirp-page-content p {
  margin-bottom: 1rem;
}

.dirp-page-content ul,
.dirp-page-content ol {
  padding-left: 1.2rem;
  margin-bottom: 1.25rem;
}

.dirp-page-content a {
  color: #006341;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.dirp-page-content a:hover {
  color: #00422c;
}

/* Tablas simples tipo datasheet */
.dirp-page-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.9rem;
}

.dirp-page-content th,
.dirp-page-content td {
  border: 1px solid #e5e7eb;
  padding: 0.6rem 0.75rem;
}

.dirp-page-content thead th {
  background: #f3f4f6;
  font-weight: 600;
  text-align: left;
}

/* Fila de KPIs */
.dirp-kpi-row {
  gap: 1rem; /* separa un poco las tarjetas */
}

/* Tarjetas KPI tipo Preline */
.dirp-kpi-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  padding: 1rem 1.25rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.dirp-kpi-card p:first-child {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 0.35rem;
}

.dirp-kpi-card p:nth-child(2) {
  font-size: 1.6rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.25rem;
}

.dirp-kpi-card p:last-child {
  font-size: 0.75rem;
  color: #6b7280;
  margin: 0;
}



/* ===== DirPortugal – Layout Página Pilar ===== */

.dirp-main {
  background: #f9fafb;
  padding: 3rem 1.5rem 4rem;
}

.dirp-container {
  max-width: 900px;
  margin: 0 auto;
}

/* Header de la página */
.dirp-page-header {
  margin-bottom: 2.5rem;
}



.dirp-page-subtitle {
  font-size: 1rem;
  line-height: 1.6;
  color: #4b5563;
  margin: 0 0 1.5rem;
}

/* Imagen hero */
.dirp-page-hero {
  margin: 0 0 2rem;
}

.dirp-page-hero img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
  border: 1px solid #e5e7eb;
}

/* Contenido */
.dirp-page-content {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #374151;
}

/* Subtítulos dentro del contenido */
.dirp-page-content h2,
.dirp-page-content h3 {
  color: #111827;
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.dirp-page-content p {
  margin-bottom: 1rem;
}

.dirp-page-content ul,
.dirp-page-content ol {
  padding-left: 1.2rem;
  margin-bottom: 1.25rem;
}

.dirp-page-content a {
  color: #006341;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.dirp-page-content a:hover {
  color: #00422c;
}

/* Tablas tipo datasheet */
.dirp-page-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.9rem;
}

.dirp-page-content th,
.dirp-page-content td {
  border: 1px solid #e5e7eb;
  padding: 0.6rem 0.75rem;
}

.dirp-page-content thead th {
  background: #f3f4f6;
  font-weight: 600;
  text-align: left;
}

/* KPIs – fila y tarjetas */
.dirp-kpi-row {
  gap: 1rem;
}

.dirp-kpi-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  padding: 1rem 1.25rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.dirp-kpi-card p:first-child {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 0.35rem;
}

.dirp-kpi-card p:nth-child(2) {
  font-size: 1.6rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.25rem;
}

.dirp-kpi-card p:last-child {
  font-size: 0.75rem;
  color: #6b7280;
  margin: 0;
}
