.page__news__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 95%;
  margin: auto 2.5%; }
  @media (min-width: 1200px) {
    .page__news__content {
      width: 80%;
      margin: auto 10%; } }
  .page__news__content__first_row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap; }
  .page__news__content__news {
    width: 100%; }
    @media (min-width: 1200px) {
      .page__news__content__news {
        width: 66%; } }
  .page__news__content__dossier {
    width: 100%;
    margin: 1.5em 0; }
    @media (min-width: 1200px) {
      .page__news__content__dossier {
        width: 100%;
        /*width: 33%;
                margin: 0;*/ } }
  .page__news__content__news2 {
    width: 100%; }

.columns__elements {
  display: flex;
  justify-content: space-evenly;
  margin: 4% 0 0 0;
  flex-wrap: wrap; }
  @media (min-width: 1200px) {
    .columns__elements {
      display: flex;
      justify-content: space-evenly;
      margin: 2em 7.5em;
      flex-wrap: wrap; } }
  .columns__elements__item {
    margin: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 40%; }
    @media (min-width: 1200px) {
      .columns__elements__item {
        margin: 1em 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 20%; } }
    .columns__elements__item__image {
      height: 100px;
      width: 100px;
      border-radius: 50%;
      overflow: hidden; }
      @media (min-width: 1200px) {
        .columns__elements__item__image {
          height: 11em;
          width: 11em;
          border-radius: 50%;
          overflow: hidden; } }
    .columns__elements__item__name {
      margin: 1em auto;
      text-align: center;
      width: 100%; }

.news_thumb__image {
  width: 100%;
  overflow: hidden;
  max-height: 30vh;
  height: 30vh; }
  .news_thumb__image > div {
    height: 100%;
    display: flex;
    justify-content: center; }
  .news_thumb__image img {
    height: 100%;
    width: auto;
    transform: scale(1);
    transition: transform .3s ease-out; }
  .news_thumb__image:hover img {
    transform: scale(1.2); }

.news_thumb__props {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .news_thumb__props > div {
    margin-right: 2em; }
  .news_thumb__props__title {
    width: 100%; }
    .news_thumb__props__title h4 {
      margin: .2em; }
  .news_thumb__props__publish_date {
    width: 100%; }
  .news_thumb__props__authors {
    display: flex; }
  .news_thumb__props__summary p {
    margin-top: .1em; }

.dossier-thumb-newlook {
  width: 100%;
  padding: 1.1em; }
  .dossier-thumb-newlook__image {
    height: 37vh;
    width: 100%;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .dossier-thumb-newlook__image {
        height: 65vh; } }
    .dossier-thumb-newlook__image img {
      transform: scale(1);
      transition: transform .3s ease-in-out; }
    .dossier-thumb-newlook__image:hover img {
      transform: scale(1.2); }
  .dossier-thumb-newlook__props {
    display: block;
    margin-top: 1.5em; }
    .dossier-thumb-newlook__props__type {
      border-bottom: 4px #645136 solid;
      color: #645136;
      font-size: xx-large;
      width: 124px; }
    .dossier-thumb-newlook__props__title {
      margin-top: 0;
      font-size: 20px; }

/*@import "modules/elements/_dossier-thumb.scss";*/
.list {
  width: 100%; }
  .list__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .list__items__item {
      width: 100%;
      margin: .25em auto; }
      @media (min-width: 1200px) {
        .list__items__item {
          width: 30%;
          margin: 1em auto; } }
      .list__items__item--1 {
        width: 100%; }
      .list__items__item--4 {
        width: 100%; }
        @media (min-width: 1200px) {
          .list__items__item--4 {
            width: 23%; } }
      .list__items__item--2 {
        width: 100%; }
        @media (min-width: 1200px) {
          .list__items__item--2 {
            width: 48%; } }

nav.pager {
  display: flex;
  justify-content: center; }
  nav.pager ul {
    display: flex; }
    nav.pager ul li {
      list-style: none;
      margin: .25em; }
      nav.pager ul li.is-active a {
        color: #ba8663; }
      nav.pager ul li a {
        color: #c9c9c9;
        padding: .5em; }

.corner_tag {
  position: relative; }
  .corner_tag__preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%; }
  .corner_tag__article {
    width: 5em;
    z-index: 1;
    position: absolute; }
iframe {
  width: 100%; }

.article {
  margin: 5% auto; }
  .article__label_news {
    color: #ba8663;
    margin-left: 0; }
  .article__line {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #ba8663;
    margin-bottom: 8.5%; }
    @media (min-width: 1200px) {
      .article__line {
        margin-bottom: 3.5%; } }
  .article__container {
    width: 80%;
    margin: auto 10%;
    padding: 5em auto;
    display: flex;
    flex-wrap: wrap; }
  .article__data__corpus {
    margin: 0;
    padding: 5%;
    background-color: #1a1a1a; }
    @media (min-width: 1200px) {
      .article__data__corpus {
        margin-left: 20%;
        margin-right: 20%; } }
  .article__data__view {
    padding: 0;
    margin-bottom: 5%; }
    @media (min-width: 1200px) {
      .article__data__view {
        padding-left: 20%;
        padding-right: 20%; } }
  .article__data__image {
    max-height: 80vh;
    overflow: hidden;
    width: 100%; }
  .article__data__title {
    width: 100%; }
    .article__data__title h1 {
      color: #d3bb9b;
      text-transform: uppercase;
      font-weight: 700; }
  .article__data__publish_details__author {
    display: flex;
    color: #c9c9c9; }
  .article__data__publish_details__date {
    color: #c9c9c9; }
  @media (min-width: 1200px) {
    .article__data__body {
      -moz-columns: 1;
      columns: 1; } }
  .article__data__imagenes {
    display: block;
    margin-top: 2.5em;
    margin-left: 18%; }
    @media (min-width: 1200px) {
      .article__data__imagenes {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-top: 2.5em;
        align-items: flex-end;
        margin-left: unset; } }
    .article__data__imagenes__item {
      width: 70%;
      margin: 6%; }
      @media (min-width: 1200px) {
        .article__data__imagenes__item {
          width: 20%;
          margin: unset; } }
      .article__data__imagenes__item img {
        height: auto;
        width: 100%;
        transform: scale(1);
        transition: transform .3s ease-out; }
      .article__data__imagenes__item:hover img {
        transform: scale(1.2); }
  .article__related {
    position: relative;
    width: 100%; }
    .article__related:before {
      content: '';
      position: absolute;
      width: 100%;
      margin: auto;
      height: 2px;
      background-color: #ba8663; }

.article__related__title h2 {
  text-transform: uppercase;
  color: #c9c9c9;
  font-weight: 400; }

.article__related__content__items {
  display: flex;
  float: none;
  flex-wrap: wrap;
  justify-content: space-between; }
  .article__related__content__items__item {
    width: 30%; }
    .article__related__content__items__item__title h2 {
      text-transform: uppercase;
      margin: 0; }
      .article__related__content__items__item__title h2 a {
        color: #c9c9c9; }
    .article__related__content__items__item__publish_details__author a {
      color: #c9c9c9; }
    .article__related__content__items__item__publish_details__date {
      color: #c9c9c9; }

.list {
  width: 100%; }
  .list__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .list__items__item {
      width: 100%;
      margin: .25em auto; }
      @media (min-width: 1200px) {
        .list__items__item {
          width: 30%;
          margin: 1em auto; } }
      .list__items__item--1 {
        width: 100%; }
      .list__items__item--4 {
        width: 100%; }
        @media (min-width: 1200px) {
          .list__items__item--4 {
            width: 23%; } }
      .list__items__item--2 {
        width: 100%; }
        @media (min-width: 1200px) {
          .list__items__item--2 {
            width: 48%; } }

.article__tags {
  display: flex; }
  .article__tags_item {
    padding: 0 0.5em 0.3em 0;
    text-decoration: underline;
    -webkit-text-decoration-color: #ba8663;
    text-decoration-color: #ba8663; }

.corner_tag {
  position: relative; }
  .corner_tag__preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%; }
  .corner_tag__article {
    width: 5em;
    z-index: 1;
    position: absolute; }

.escritor__data__article__name-image {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  padding: 25%; }
  @media (min-width: 1200px) {
    .escritor__data__article__name-image {
      display: flex;
      text-align: left;
      margin-left: 0;
      padding: 5%; } }

.escritor__data__article__title {
  width: 100%;
  padding-left: unset; }
  @media (min-width: 1200px) {
    .escritor__data__article__title {
      width: 60%;
      padding-left: 5%; } }
  .escritor__data__article__title--padding-top--art {
    padding-top: 10%; }
  .escritor__data__article__title__col {
    color: #bdbdbd;
    font-size: medium; }
  .escritor__data__article__title__name {
    color: #d3bb9b;
    font-size: x-large; }

.escritor__data__article__image {
  width: 100%;
  border-radius: 50%;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .escritor__data__article__image {
      width: 30%;
      border-radius: 50%;
      overflow: hidden; } }
