body {
  font-family: "Open Sans", sans-serif;
}

.foros {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}

.foros > div {
  width: 100%;
}

.foros > div:nth-child(1) {
  text-align: center;
}

.foros > div:nth-child(1) > img {
  width: 320px;
}

.foros > div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 80%;
  margin: 0 auto;
  align-items: center;
}

.cookie-card {
  width: 100%;
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.05);
  margin: 16px 0;
  max-width: 420px;
}

.title {
  font-size: 18px;
  font-weight: 600;
  color: rgb(31 41 55);
}

.title img {
  width: 36px;
  vertical-align: text-bottom;
}

.title span {
  font-size: 32px;
  color: #fbac3f;
  font-weight: 800;
}

.description {
  margin-top: 1rem;
  font-size: 1.25rem;
  color: rgb(75 85 99);
}

.description a {
  --tw-text-opacity: 1;
  color: rgb(59 130 246);
}

.description a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  flex-shrink: 0;
}

.pref {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(31 41 55);
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  background-color: transparent;
}

.pref:hover {
  color: rgb(156 163 175);
}

.pref:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.accept {
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: rgb(17 24 39);
  font-weight: 500;
  border-radius: 0.5rem;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border: none;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.accept a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.accept:hover {
  background-color: rgb(55 65 81);
}

.accept:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* Detail page*/

.foro-detail {
  background-color: #fe982b;
  color: #fff;
  border-radius: 8px 8px 0 0;
}
.foro-detail > h3 {
  font-size: 32px;
  padding: 16px;
  margin: 0;
}
.foro-detail > h3 > span {
  font-size: 18px;
}
.foro-detail > h3 > a {
  font-size: 18px;
  display: block;
  font-weight: 600;
  line-height: 2;
}
.foro-detail > nav {
  background: #059; /* #20686c*/
  color: #fff;
}
.foro-detail > nav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.foro-detail > nav > ul > li {
  padding: 16px 0;
  list-style-type: none;
}

.foro-detail > nav > ul > li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.foro-detail > nav > ul > li a:hover {
  color: #fe982b;
}

/* Detail page*/

.dia-foro {
  color: #059; /* #20686c*/
  font-size: 24px;
  margin-left: 20px;
}
.tl {
  padding-left: 28px;
}
.timeline-item {
  padding: 3em 2em 2em;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  border-left: 2px solid rgba(0, 0, 0, 0.3);
}
.timeline-item p {
  font-size: 1.3rem;
}
.timeline-item::before {
  content: attr(date-is);
  position: absolute;
  left: 2em;
  font-weight: bold;
  top: 1em;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fe982b;
}
.timeline-item::after {
  width: 10px;
  height: 10px;
  display: block;
  top: 1em;
  position: absolute;
  left: -7px;
  border-radius: 10px;
  content: "";
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
}
.timeline-item:last-child {
  -o-border-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.3) 60%,
      rgba(0, 0, 0, 0)
    )
    1 100%;
  border-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.3) 60%,
      rgba(0, 0, 0, 0)
    )
    1 100%;
}

.tl a {
  color: navy;
  font-size: 14px;
}

.tl a img {
  width: 24px;
  vertical-align: middle;
  margin: 0 8px;
}

.timeline-item strong {
  margin: 0 0 8px 0;
  display: block;
}

.timeline-item h1 {
  font-size: 18px;
  font-weight: 600;
}
