body {
  color: #333333;
}

.catmaintitle {
  font-weight: 900;
  font-size: 2.5rem;
}

.clicksignal {
  font-size: 1.2rem;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.cat-icon {
  display: block;
  flex: none;
  overflow: hidden;
  white-space: nowrap;
  width: 16px;
  height: 16px;
}

#link-category {
  background: #ffffff;
  margin: 5px 5px 5px 5px;
  padding: 3px 8px 3px 8px;
  border-radius: 7px;
  color: #333333;
  text-decoration: none;
  text-align: center;
  align-items: center;
  border: solid 1px rgba(0, 0, 0, 0.1);
  display: flex;
  transition: transform 200ms ease;
  box-shadow: 0 1px rgba(187, 187, 187, 0.4);
}

#link-category:hover {
  transform: translateX(2px);
}

#link-category.active {
  color: #007bff;
  font-weight: bold;
  background-color: #fec1a7;
}

.texto-pildora {
  display: block;
  padding-left: 5px;
  font-weight: 500;
  font-size: 1.1rem;
  color: #333333;
}

.descarga {
  padding: 10px;
  transform: translateY(-2px);
}

.cat-card {
  padding: 8px;
}

.card-var {
  margin-left: 8px;
}

.card-subtitle {
  padding-top: 8px;
  font-weight: 400;
  padding-left: 5px;
}

.card-var {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}

.card-var:hover {
  text-decoration: underline;
  text-decoration-color: rgb(13, 110, 253);
  color: #1c9af1;
}

.card {
  border: solid 1px rgba(0, 0, 0, 0.1);
  transition: transform 200ms ease;
  box-shadow: 0 1px rgba(187, 187, 187, 0.1);
}

.cat-result-title {
  background-color: #007d76;
}

.cat-description {
  font-size: 1.1rem;
}

.btn-cat-dwnl {
  background-color: rgb(205, 229, 229);
}

.btn-cat-dwnl:hover {
  background-color: rgba(205, 229, 229, 0.85);
  color: black;
}

.card:hover {
  transform: translateX(1px);
}

/* experiebts */

.main-search {
  background-color: blue;
}

.chancho::placeholder {
  color: black;
  font-family: monospace;
  font-size: 1.7rem;
}

.puerco:focus-within {
  background-color: red;
  box-shadow: 0 1px rgba(187, 187, 187, 0.1);
}

input.chancho {
  caret-color: #007bff;
}

.dataset-datasources {
  color: #333333;
  text-decoration: none;
}

.dataset-datasources:hover {
  text-decoration-color: rgb(13, 110, 253);
  color: rgb(13, 110, 253);
  text-decoration: underline;
}

.content-card {
  color: #333333;
}
