.elementor-5616 .elementor-element.elementor-element-52e3274{--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;}.elementor-5616 .elementor-element.elementor-element-f1f6277{--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-ee5d039 */:root {
  --accent: #0b5cff;
  --muted: #556070;
  --accent-2: #e8f0ff;
  --font-sans: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
}

.convenio-section {
  font-family: var(--font-sans);
  color: #14202b;
  line-height: 1.6;
  margin: 20px auto;
  padding: 10px 4%;
}

h1 {
  font-size: 1.6rem;
  margin-bottom: 8px;
justify-content: center;
}


p.lead {
  color: var(--muted);
  font-size: 1rem;
  margin-top: 0;
}

/* Tablas generales */
table.meta-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 0.95rem;
}

/* Tabla general: Datos */
table.meta-table.general td {
  padding: 10px 12px;
}

td.label {
  color: var(--muted);
  font-weight: 600;
}

td.value {
  background: var(--accent-2);
  border-radius: 6px;
  padding: 6px 10px;
  color: #0b2a3a;
}

/* Tabla de presupuesto */
table.meta-table.presupuesto th,
table.meta-table.presupuesto td {
  padding: 10px 12px;
  text-align: center;
}

table.meta-table.presupuesto th {
  background-color: var(--accent);
  color: #fff;
  font-weight: 600;
}

table.meta-table.presupuesto tr:nth-child(even) {
  background-color: #f5f9ff;
}

table.meta-table.presupuesto tr.total {
  font-weight: 700;
  background-color: #dce6ff;
}

/* Botones */
.btn-group {
  margin: 24px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.btn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
}

.btn-primary {
  background: var(--accent);
  color: #fff;
}

.btn-primary:hover {
  background: #0949d6;
}

.btn-secondary {
  background: #eef4ff;
  color: #0b2a3a;
}

.btn-secondary:hover {
  background: #dbe6ff;
}

.side-figure {
  margin-top: 25px;
  text-align: center;
}

.side-figure img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.side-figure figcaption {
  font-size: 12px;
  color: var(--muted);
  margin-top: 6px;
}

.foot {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #e9edf5;
  font-size: 0.9rem;
  color: var(--muted);
}

.convenio-section header {
  text-align: center;
  margin-bottom: 20px; /* opcional, para separar del contenido siguiente */
}

@media (max-width: 768px) {
  h1 { font-size: 1.3rem; }
  .btn-group { justify-content: center; }
}/* End custom CSS */