section .post {
  margin-bottom: 32px;
  display: block;
}
section .post img {
  border-radius: 24px;
}
section .post .post-tit {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 600;
}
section .post .post-pruebaFecha {
  color: #99bccb;
  font-size: 16px;
  font-weight: 400;
}
section #paginador {
  margin-top: 42px;
  display: flex;
  justify-content: center;
}
section #paginador > * {
  width: 24px;
  height: 24px;
  background-color: #003B5C;
  color: #99bccb;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section #paginador > *.paginador-act {
  color: #FFFFFF;
  font-weight: 600;
}
section #paginador > *.fa {
  color: #FFFFFF;
  font-size: 20px;
}
section #paginador > *:nth-child(1), section #paginador > *:nth-child(2) {
  border-radius: 12px;
  margin-right: 8px;
}
section #paginador > *:nth-last-child(1), section #paginador > *:nth-last-child(2) {
  border-radius: 12px;
  margin-left: 8px;
}
section #paginador > *:nth-child(3) {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
section #paginador > *:nth-last-child(3) {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
section #paginador a:hover {
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  section .flex {
    display: flex;
  }
  section .post-izda {
    flex-grow: 1;
  }
  section .post-dcha {
    margin-left: 88px;
    flex: 0 0 220px;
  }
}
@media (max-width: 1023px) {
  section .post-dcha {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  section .post {
    display: flex;
    gap: 24px;
  }
  section .post picture {
    flex: 0 0 260px;
  }
}
@media (max-width: 767px) {
  section .section-tit {
    font-size: 24px;
  }
  section .post {
    text-align: center;
  }
  section .post .post-tit {
    margin-top: 16px;
    margin-bottom: 5px;
    font-size: 18px;
  }
}/*# sourceMappingURL=listado.css.map */