.eng-article-list {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.eng-article-list__title {
  color: #a01835;
  line-height: 15pt;
  font-size: 15pt;
  font-family: "museo-700", sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 0;
}

.eng-grid-container {
  display: block;
  column-count: 3;
  column-gap: 30px;
}

.eng-grid-sizer {
  width: calc(33% - 20px);
}

.eng-article-list-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  break-inside: avoid-column;
  margin: 0 0 20px 0;
}
.eng-article-list-item hr {
  height: 10px;
  margin: 0;
  border: none;
}
.eng-article-list-item__new {
  color: #a01835;
  font-size: 12pt;
}
.eng-article-list-item__year, .eng-article-list-item__title, .eng-article-list-item__address, .eng-article-list-item__date {
  display: block;
  font-family: "Sofia Sans", sans-serif;
}
.eng-article-list-item__title {
  font-size: 13pt;
  font-weight: 800;
}
.eng-article-list-item__address {
  font-size: 11pt;
  font-weight: 400;
}
.eng-article-list-item__date {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 12pt;
  font-weight: 600;
}
.eng-article-list-item__year {
  font-family: "museo-300", sans-serif;
  font-size: 14pt;
  font-weight: 300;
  margin: 10px 0;
  color: black;
}
.eng-article-list-item__image {
  margin: 10px 0;
}

.eng-article-list-item__image,
.eng-article-illustration {
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .eng-grid-sizer {
    width: calc(50% - 15px);
  }
  .eng-grid-container {
    column-count: 2;
  }
}
@media screen and (max-width: 575px) {
  .eng-grid-sizer {
    width: 100%;
  }
  .eng-grid-container {
    column-count: 1;
  }
}
.eng-slideshow {
  position: relative;
  max-width: 980px;
  margin: 5% auto 0;
}
.eng-slideshow__controls {
  text-align: center;
}
.eng-slideshow__button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: #cccccc;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.eng-slideshow__slide {
  width: 100% !important;
}
.eng-slideshow__slide .eng-slideshow__image {
  width: 100%;
}
.eng-slideshow__thumbs {
  text-align: center;
}
.eng-slideshow__thumb {
  position: relative;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 8px 16px;
  overflow: hidden;
  color: inherit;
  background-color: inherit;
  cursor: pointer;
  white-space: nowrap;
}
.eng-slideshow__thumb img {
  width: 100px;
  height: 100px;
}
.eng-slideshow__thumb-number {
  width: 15px;
  height: 15px;
  padding: 2px;
  background-color: #a01835;
  color: #fff;
  font-weight: 500;
  position: absolute;
  top: 8px;
  font-size: 10px;
}
.eng-slideshow__thumb:hover img, .eng-slideshow__thumb:focus-visible img {
  outline: 2px solid #cccccc;
  outline-offset: -2px;
}
.eng-slideshow__thumb.is-active img {
  outline: 2px solid #a01835;
  outline-offset: -2px;
}
.eng-slideshow--split {
  max-width: 1428px;
  margin-top: 20px;
}
.eng-slideshow--split .eng-slideshow__stage,
.eng-slideshow--split .eng-slideshow__aside {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.eng-slideshow--split .eng-slideshow__controls {
  margin-bottom: 20px;
}
@media all and (min-width: 992px) {
  .eng-slideshow--split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 318px;
    align-items: start;
  }
  .eng-slideshow--split .eng-slideshow__controls {
    grid-column: 1;
    grid-row: 1;
  }
  .eng-slideshow--split .eng-slideshow__stage {
    grid-column: 1;
    grid-row: 2;
    max-width: 714px;
    padding-top: 8px;
  }
  .eng-slideshow--split .eng-slideshow__aside {
    grid-column: 2;
    grid-row: 2;
  }
}
@media all and (min-width: 1116px) {
  .eng-slideshow--split {
    grid-template-columns: minmax(0, 1fr) 450px;
  }
}
@media all and (min-width: 1274.4px) {
  .eng-slideshow--split {
    grid-template-columns: minmax(0, 1fr) 582px;
  }
}
@media all and (min-width: 1432.8px) {
  .eng-slideshow--split {
    grid-template-columns: minmax(0, 1fr) 714px;
  }
}
.eng-slideshow--split .eng-slideshow__thumbs {
  overflow-y: scroll;
  width: 100%;
  height: 575px;
  font-size: 0;
  scrollbar-width: thin;
  scrollbar-color: #cccccc transparent;
}
.eng-slideshow--split .eng-slideshow__thumbs::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.eng-slideshow--split .eng-slideshow__thumbs::-webkit-scrollbar-track {
  background: transparent;
}
.eng-slideshow--split .eng-slideshow__thumbs::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 8px;
}
@media all and (max-width: 991px) {
  .eng-slideshow--split .eng-slideshow__thumbs {
    height: 355px;
  }
}
.eng-slideshow--stacked .eng-slideshow__slide {
  position: relative;
  max-width: 980px;
  margin: 5% auto 0;
}
.eng-slideshow--stacked .eng-slideshow__slide iframe {
  width: 100%;
}

.centrar {
  text-align: center;
}

.boton_cuadros {
  margin: 0 auto;
}

.on_sale {
  margin: 0 auto;
  text-align: center;
}

@media all and (max-width: 992px) {
  .boton_cuadros {
    margin-bottom: 40px;
  }
}
