.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

#post-list .search {
  margin-top: 46px;
  width: 100%;
  margin-bottom: -64px;
}

#post-list ul {
  padding: 0;
  margin: 0px;
  list-style: none !important;
}

#post-list .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  margin-top: 50px;
}

#post-list .nav a {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  letter-spacing: 0.5px;
  padding: 0.25rem 0.75rem;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid transparent;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
}

#post-list .nav a:hover {
  border: 1px solid #005aff;
  background-color: #005aff;
  color: #fff;
}

#post-list .nav .pagination {
  -webkit-column-gap: 5px;
          column-gap: 5px;
}

#post-list .nav .active a {
  background-color: #f3f3f3 !important;
  color: #005aff !important;
}

.avisoCookies {
  z-index: 10000;
  position: fixed;
  bottom: 15px;
  padding: 15px;
  width: 70%;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-left: -35%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
}

.avisoCookies p {
  margin-right: 50px;
  margin: 0px;
  padding: 0px;
}
/*# sourceMappingURL=main.css.map */