.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; }
.escritor__data__profile__name-image {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  padding: 25%;
  margin-left: unset; }
  @media (min-width: 1200px) {
    .escritor__data__profile__name-image {
      text-align: left;
      margin-left: 10%;
      padding: 5%; } }

.escritor__data__profile__title {
  width: 100%;
  padding-left: unset; }
  @media (min-width: 1200px) {
    .escritor__data__profile__title {
      width: 60%;
      padding-left: 5%; } }
  .escritor__data__profile__title--padding-top--esc {
    padding-top: 6%; }
  .escritor__data__profile__title__col {
    color: #bdbdbd;
    font-size: medium; }
  .escritor__data__profile__title__name {
    color: #d3bb9b;
    font-size: x-large; }

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

.escritor__data__profile__biography {
  width: 100%;
  /*background-color: #1a1a1a;*/ }
  @media (min-width: 1200px) {
    .escritor__data__profile__biography {
      padding-left: 1.5em;
      text-align: left; } }

.escritor__textos {
  width: 95%;
  margin: 0 2.5%;
  padding: 1em 0;
  background-color: #1a1a1a; }
  @media (min-width: 1200px) {
    .escritor__textos {
      width: 80%;
      margin: 3em 10%;
      padding: 3em 0; } }
  .escritor__textos__container {
    width: 95%;
    margin: auto 2.5%; }
    @media (min-width: 1200px) {
      .escritor__textos__container {
        width: 80%;
        margin: auto 10%; } }
  .escritor__textos__title h2 {
    color: #ba8663; }
  .escritor__textos__content {
    height: 60vh;
    overflow-y: auto;
    padding: 0 1em; }
    .escritor__textos__content .views-row {
      margin: 2% 0; }
    .escritor__textos__content__section__title h3 {
      color: #ba8663; }
    .escritor__textos__content__section__items__item__props {
      display: flex;
      flex-wrap: wrap; }
      .escritor__textos__content__section__items__item__props > div {
        margin: auto .25em; }
    .escritor__textos__content__section__items__item__title {
      margin: .1em;
      width: 100%; }
      @media (min-width: 1200px) {
        .escritor__textos__content__section__items__item__title {
          width: auto; } }
      .escritor__textos__content__section__items__item__title h4 {
        margin: 0; }
    .escritor__textos__content__section__items__item__body p {
      margin-top: 0; }
    .escritor__textos__content::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 10px;
      background-color: #f5f5f5; }
    .escritor__textos__content::-webkit-scrollbar {
      width: 12px;
      background-color: #f5f5f5; }
    .escritor__textos__content::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #d62929; }

.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; }
