.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; }
.film {
  width: 95%;
  margin: 3em 2.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 1200px) {
    .film {
      width: 80%;
      margin: 3em 10%; } }
  .film__poster_details {
    width: 100%;
    padding: 0 1% 0 0; }
    @media (min-width: 1200px) {
      .film__poster_details {
        width: 50%; } }
    .film__poster_details__poster {
      max-height: 90vh;
      overflow: hidden; }
      .film__poster_details__poster div {
        display: flex;
        justify-content: center; }
        .film__poster_details__poster div img {
          height: 100%;
          width: auto; }
    .film__poster_details__details__row {
      margin: .5em auto;
      display: flex;
      background-color: #1a1a1a;
      justify-content: space-between; }
      .film__poster_details__details__row__item {
        display: flex;
        align-items: center;
        padding: 0 .25em;
        color: #a4a4a4; }
        @media (min-width: 1200px) {
          .film__poster_details__details__row__item {
            padding: 0 1em; } }
        .film__poster_details__details__row__item p {
          margin: 0;
          color: #a4a4a4; }
  .film__title_sinopsis_people {
    width: 100%;
    padding: 0 1% 0 0; }
    @media (min-width: 1200px) {
      .film__title_sinopsis_people {
        width: 50%; } }
    .film__title_sinopsis_people__title h1 {
      margin: 0; }
    .film__title_sinopsis_people__sinopsis {
      width: 100%;
      margin-bottom: 2em;
      position: relative; }
      .film__title_sinopsis_people__sinopsis p {
        color: #a4a4a4;
        margin-top: 0; }
      .film__title_sinopsis_people__sinopsis::after {
        content: '';
        position: absolute;
        height: 1px;
        background-color: #a4a4a4;
        width: 100%; }
    .film__title_sinopsis_people__people__item {
      margin: 1em auto;
      display: flex;
      flex-wrap: wrap; }
      .film__title_sinopsis_people__people__item a {
        color: #a4a4a4; }
      .film__title_sinopsis_people__people__item > div {
        display: flex;
        flex-wrap: wrap; }
        .film__title_sinopsis_people__people__item > div:last-child div {
          margin-right: .5em; }
          .film__title_sinopsis_people__people__item > div:last-child div::after {
            content: ' , ';
            color: #a4a4a4;
            position: absolute; }
          .film__title_sinopsis_people__people__item > div:last-child div:last-child::after {
            display: none; }
  .film__premios_reconocimientos {
    width: 100%; }
    .film__premios_reconocimientos__title {
      background-color: #ba8663;
      padding: .5em 1em;
      margin: 2em auto 1em auto;
      color: #1a1a1a;
      font-size: 1.5em; }
    .film__premios_reconocimientos__body {
      background-color: #1a1a1a;
      border-radius: 3px;
      padding: 2em;
      overflow: hidden; }
      .film__premios_reconocimientos__body > * {
        color: #a4a4a4; }
      .film__premios_reconocimientos__body li {
        margin: .25em auto; }
