.textofirma {
  font-family: Barlow, Arial;
  font-weight: 500;
  color: #6d6d6d;
  line-height: 0.8rem;
  font-size: 10pt;
}

.colornegro {
  color: #000;
}

.colorrojo {
  color: #d22630;
  font-weight: 500;
}

.tirrss {
  height: 24px;
  text-decoration: none;
  margin-right: 2px;
}

.mtop {
  margin-top: 6px;
}

a {
  text-decoration: none;
}

.tiagenda {
  height: 120px;
}

.enlacea {
  text-decoration: none;
  color: #6d6d6d;
}
.texto_disclaimer {
  margin-bottom: 8px;
  font-style: italic;
  text-align: justify;
}

html,
body {
  height: 50%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}

/* Contenedor que centra vertical y horizontalmente */
.page-wrap {
  min-height: 50%;
  display: flex;
  align-items: center; /* centra verticalmente */
  justify-content: center; /* centra horizontalmente */
  padding: 2rem;
  box-sizing: border-box;
}

/* La caja principal */
.card {
  width: 100%;
  max-width: 720px; /* ancho máximo */
  background: #ffffff;
  border: 1px solid #d0d0d0; /* borde gris */
  border-radius: 12px; /* bordes redondeados */
  padding: 1.6rem;
  box-sizing: border-box;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

/* Ejemplo de título y texto dentro de la caja */
.card h2 {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  color: #222;
}

.card p {
  margin: 0;
  color: #555;
  line-height: 1.4;
  font-size: 0.9rem;
}

/* Opcional: comportamiento en pantallas pequeñas */
@media (max-width: 420px) {
  .card {
    padding: 1rem;
    border-radius: 10px;
  }
}
