@charset "UTF-8";
/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.search .nav-search {
  display: none;
}
.search .search-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search .search-form .search-field {
  font-size: 1.25rem;
  padding: 1rem;
  width: 100%;
}
.search .search-form label {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
}
.search .search-form .search-field:focus {
  border-color: #757575;
  outline: 0;
}
.search .search-form .search-submit {
  color: #ffffff;
  font-size: 1.25rem;
  background-color: #757575;
  font-family: Montserrat;
  padding: 1rem;
  -ms-flex: 1 0 calc(100% - 2rem);
      flex: 1 0 calc(100% - 2rem);
}
.search .latest-posts {
  margin-top: 2rem;
}
.search article {
  padding-bottom: 0;
}
.search h2, .search h3 {
  margin-bottom: 0;
  margin-top: 1rem;
}
.search h2 a, .search h3 a {
  text-decoration: none;
}
.search .entry-content {
  margin-top: 0;
}

@media (min-width: 480px) {
  .search .search-form .search-submit {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-left: 1rem;
  }
  .search .search-form label {
    -ms-flex: 1 0 0;
        flex: 1 0 0;
  }
}
/*--------------------------------------------------------------
## Archive
--------------------------------------------------------------*/
.archive .page-header {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  margin-bottom: 1rem;
}
.archive .page-header .archive-description a, .archive .page-header .ficha-tecnica a {
  color: #303036;
  text-decoration: underline;
  -webkit-text-decoration-color: #757575;
  -moz-text-decoration-color: #757575;
       text-decoration-color: #757575;
  font-weight: bold;
}
.archive .page-header .archive-description a:hover, .archive .page-header .ficha-tecnica a:hover {
  background-color: #757575;
  color: #ffffff;
}
.archive .page-header .archive-description .mapa, .archive .page-header .ficha-tecnica .mapa {
  padding: 1.5rem 0 1.5rem;
}
.archive .page-header .archive-description {
  max-width: 600px;
  -ms-flex-order: 3;
      order: 3;
}
.archive .page-header .archive-description blockquote {
  padding: 1rem;
}
.archive .page-header .archive-description blockquote p {
  margin-bottom: 0;
  padding: 1rem 2rem;
}
.archive .page-header .ficha-tecnica {
  -ms-flex-order: 2;
      order: 2;
  padding: 1rem;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.archive .page-header .ficha-tecnica img {
  width: 100%;
  max-height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}
.archive .page-header .ficha-tecnica .caja-ficha-roja {
  text-align: center;
  font-weight: bold;
  font-family: Montserrat;
  margin-bottom: 2rem;
}
.archive .page-header .ficha-tecnica [class$=-ficha] span:first-of-type {
  font-weight: bold;
}
.archive #breadcrumbs {
  text-align: center;
  margin-top: 1rem;
  max-width: 600px;
}
.archive .site-main {
  padding: 1rem;
}
.archive .heading {
  padding: 1em;
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
  -ms-flex-order: 1;
      order: 1;
}
.archive .heading .title-icon {
  text-align: center;
  -ms-flex-order: 0;
      order: 0;
}
.archive .heading .title-icon .page-title {
  color: #757575;
  font-family: Montserrat;
  padding: 1rem 0;
  margin: 0;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
}
.archive .heading .title-icon .category-icon {
  font-size: 3rem;
  display: inline-block;
}
.archive .heading .title-icon ~ p {
  -ms-flex-order: 1;
      order: 1;
  margin: 1rem 0;
  text-align: center;
}
.archive .heading .archive-last-posts-button {
  text-align: center;
  max-width: 450px;
  margin: 1rem auto;
  -ms-flex-order: 2;
      order: 2;
}
.archive .heading .archive-last-posts-button a {
  font-family: Montserrat;
  display: block;
  line-height: 1.2;
  padding: 0.75rem 1rem;
  color: #ffffff;
  font-size: 1.1rem;
  background-color: #757575;
}
.archive .heading .archive-last-posts-button a:hover {
  color: #757575;
  background-color: #ffffff;
}
.archive .heading .archive-last-posts-button a:after {
  content: " ›";
  font-size: 1.1em;
  padding-left: 1rem;
}
.archive a {
  color: #303036;
  text-decoration: none;
}
.archive .site-footer a {
  color: #e1d700;
}
.archive .entry-separator {
  color: #757575;
}
.archive .entry-content {
  margin-top: 0;
}
.archive .entry-content p {
  margin-bottom: 0.5rem;
}
.archive .post-thumbnail img {
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.archive #articles h2 {
  margin-bottom: 2rem;
}
.archive #articles-top {
  padding: 2rem 0;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
}
.archive #articles-top article {
  padding: 1rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
}
.archive #articles-top .entry-title {
  margin: auto;
}
.archive #articles-bottom {
  -ms-flex: 1 0 0;
      flex: 1 0 0;
  padding-top: 1rem;
  padding-right: 1rem;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.archive #articles-bottom .entry-content {
  -ms-flex: 1.5 0 200px;
      flex: 1.5 0 200px;
}
.archive #articles-bottom .post-thumbnail {
  -ms-flex: 0.5 0 150px;
      flex: 0.5 0 150px;
  padding-right: 1rem;
}
.archive article {
  padding: 1rem;
  padding-bottom: 1rem;
}
.archive article .post-thumbnail {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.archive article .entry-content {
  font-weight: normal;
}
.archive article .entry-content .entry-title .title {
  margin: 0.5rem 0;
}
.archive .nav-links a {
  text-transform: uppercase;
  font-family: Montserrat;
}
.archive .nav-links a:hover {
  color: #757575;
}
.archive .nav-previous:before {
  content: "<<";
  color: #757575;
  margin-right: 0.5rem;
  font-weight: bold;
}
.archive .nav-next:after {
  content: ">>";
  color: #757575;
  margin-left: 0.5rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .ficha-tecnica {
    -ms-flex: 0 0 300px;
        flex: 0 0 300px;
  }

  .archive #articles-top article {
    -ms-flex: 1 0 25%;
        flex: 1 0 25%;
  }
}
