.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; }
.convocatoria {
  margin: 5% auto; }
  .convocatoria__container {
    width: 80%;
    margin: auto 10%;
    padding: 5em auto;
    display: flex;
    flex-wrap: wrap; }
  .convocatoria__data__date {
    display: flex;
    align-items: center;
    border-bottom: 1px #ba8663 solid;
    width: 25%; }
  .convocatoria__data__link {
    display: flex;
    justify-content: center;
    margin: 2em auto; }
    .convocatoria__data__link a {
      background-color: #1a1a1a;
      border-radius: 4px;
      box-shadow: 2px 2px 5px rgba(26, 26, 26, 0.5);
      width: auto;
      padding: 1em 1.5em;
      text-align: center; }
