/* Mobile-first, limpio, editable en Dreamweaver */
:root { color-scheme: light; }

.skip-link{
  position:absolute; left:-9999px; top:auto;
  width:1px; height:1px; overflow:hidden;
}
.skip-link:focus{
  left:1rem; top:1rem; width:auto; height:auto;
  padding:.5rem .75rem; z-index:1000;
  background:#fff; border:1px solid #000;
}

.logo-img{
  max-width: 180px;
  height: auto;
  border-radius: 1rem;
}

/* “Cuadritos” consistentes */
.card{
  border-radius: 1.25rem;
}
.btn{
  border-radius: 999px;
}

/* Títulos: hasta 3 líneas para que el grid no “salte” */
.card .h6{
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
