.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; }
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: #333; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.slides {
  position: relative;
  width: 100%;
  margin-top: 5%;
  height: 90vh;
  z-index: 0; }
  .slides__container {
    width: 100%;
    max-height: 90vh; }
    @media (min-width: 800px) {
      .slides__container {
        position: fixed; } }
    .slides__container__carousel .flickity-viewport {
      cursor: pointer; }
    .slides__container__carousel__item {
      width: 100%;
      height: 60vh;
      overflow: hidden; }
      @media (min-width: 800px) {
        .slides__container__carousel__item {
          height: 90vh; } }
      .slides__container__carousel__item__text {
        display: flex;
        position: absolute;
        text-align: center;
        cursor: default;
        flex-wrap: wrap;
        bottom: 1em;
        z-index: 1; }
        @media (min-width: 1200px) {
          .slides__container__carousel__item__text {
            left: 10%;
            width: 80%;
            bottom: 3em; } }
        .slides__container__carousel__item__text__first {
          padding-right: 2em;
          width: 100%;
          position: relative; }
          @media (min-width: 1200px) {
            .slides__container__carousel__item__text__first {
              width: 60%; } }
          .slides__container__carousel__item__text__first__titles {
            display: inline-block;
            position: relative; }
            @media (min-width: 1200px) {
              .slides__container__carousel__item__text__first__titles {
                padding-right: 2em;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
            .slides__container__carousel__item__text__first__titles h1 {
              font-size: 1.25em;
              color: white;
              font-weight: 600;
              text-shadow: 2px 2px 10px #00000087; }
              @media (min-width: 1200px) {
                .slides__container__carousel__item__text__first__titles h1 {
                  font-size: 3.5em; } }
            .slides__container__carousel__item__text__first__titles h2 {
              font-size: 1.1em;
              color: white;
              font-weight: 600;
              text-shadow: 2px 2px 10px #00000087; }
              @media (min-width: 1200px) {
                .slides__container__carousel__item__text__first__titles h2 {
                  font-size: 2em; } }
          .slides__container__carousel__item__text__first::after {
            content: '';
            position: absolute;
            width: 50%;
            background-color: #c9c9c9;
            height: 2px;
            bottom: 0;
            left: 25%; }
            @media (min-width: 1200px) {
              .slides__container__carousel__item__text__first::after {
                width: 1px;
                background-color: #c9c9c9;
                height: 50%;
                top: 25%;
                left: auto; } }
        .slides__container__carousel__item__text__second {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          width: 100%; }
          @media (min-width: 1200px) {
            .slides__container__carousel__item__text__second {
              width: 40%; } }
          .slides__container__carousel__item__text__second__body {
            width: 80%;
            text-align: left; }
            @media (min-width: 1200px) {
              .slides__container__carousel__item__text__second__body {
                width: 100%; } }
            .slides__container__carousel__item__text__second__body p {
              color: white;
              font-size: 1em;
              text-shadow: 2px 2px 10px #00000087; }
        .slides__container__carousel__item__text__link {
          width: 100%; }
        .slides__container__carousel__item__text__video {
          width: 100%;
          justify-content: center;
          padding-right: 10%;
          z-index: 1; }
          @media (min-width: 1200px) {
            .slides__container__carousel__item__text__video {
              justify-content: flex-end; } }
          .slides__container__carousel__item__text__video__items {
            width: 90%;
            flex-wrap: wrap; }
            @media (min-width: 1200px) {
              .slides__container__carousel__item__text__video__items {
                width: 50%; } }
            .slides__container__carousel__item__text__video__items .medium {
              font-size: 3em;
              color: #c9c9c9;
              text-shadow: 2px 2px 5px #333333a3; }
              @media (min-width: 1200px) {
                .slides__container__carousel__item__text__video__items .medium {
                  font-size: 3.75em; } }
            .slides__container__carousel__item__text__video__items .big {
              font-weight: 700;
              color: #e47e39;
              text-transform: uppercase;
              font-size: 4.25em;
              text-shadow: 2px 2px 5px #333333a3; }
              @media (min-width: 1200px) {
                .slides__container__carousel__item__text__video__items .big {
                  font-size: 3.5em; } }
            .slides__container__carousel__item__text__video__items .small {
              font-size: 1.5em;
              text-shadow: 2px 2px 5px #333333a3; }
              @media (min-width: 1200px) {
                .slides__container__carousel__item__text__video__items .small {
                  font-size: 1.8em; } }
      .slides__container__carousel__item__image {
        height: 100%;
        width: auto;
        position: absolute; }
        @media (min-width: 1200px) {
          .slides__container__carousel__item__image {
            width: 100%;
            height: auto; } }
        .slides__container__carousel__item__image::before {
          content: '';
          position: absolute;
          height: 100%;
          width: 100%;
          background: linear-gradient(to bottom, #fff0 50%, #00000080);
          z-index: 1; }
          @media (min-width: 1200px) {
            .slides__container__carousel__item__image::before {
              background-color: rgba(172, 92, 50, 0.25); } }
        .slides__container__carousel__item__image > img {
          height: 100%;
          width: auto; }
      .slides__container__carousel__item__video {
        height: 100%;
        width: auto;
        position: relative;
        left: -35%; }
        @media (min-width: 1200px) {
          .slides__container__carousel__item__video {
            width: 100%;
            height: auto;
            left: 0; } }

.flickity-prev-next-button {
  background-color: transparent;
  width: 45px;
  height: 45px;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
  .flickity-prev-next-button:hover {
    background-color: transparent; }
  @media (min-width: 530px) {
    .flickity-prev-next-button {
      width: 55px;
      height: 55px; } }
  .flickity-prev-next-button .flickity-button-icon {
    left: 25%;
    top: 25%;
    width: 44%;
    height: 44%;
    fill: white; }
    @media (min-width: 530px) {
      .flickity-prev-next-button .flickity-button-icon {
        width: 50%;
        height: 50%; } }

.programacion {
  width: 95%;
  margin: 2em 2.5%; }
  @media (min-width: 1200px) {
    .programacion {
      width: 80%;
      margin: 1em 10%; } }
  .programacion__content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    float: none;
    justify-content: space-around; }
    .programacion__content > div:first-child {
      width: 100%; }
      @media (min-width: 1200px) {
        .programacion__content > div:first-child {
          width: 40%; } }
    .programacion__content > div:last-child {
      width: 100%; }
      @media (min-width: 1200px) {
        .programacion__content > div:last-child {
          width: 58%; } }
    .programacion__content__item {
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin: 1em; }
      .programacion__content__item__image {
        width: 40%;
        overflow: hidden; }
        @media (min-width: 1200px) {
          .programacion__content__item__image {
            width: 10em; } }
      .programacion__content__item__data {
        width: 50%; }
        @media (min-width: 1200px) {
          .programacion__content__item__data {
            width: 60%; } }
        .programacion__content__item__data__title h4 {
          margin: 0; }
  .programacion__link {
    display: flex;
    justify-content: center; }

.new_productions {
  width: 95%;
  margin: 2em 2.5%; }
  @media (min-width: 1200px) {
    .new_productions {
      width: 90%;
      margin: 1em 5%; } }
  .new_productions__item {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 1200px) {
      .new_productions__item {
        height: 60vh; } }
    .new_productions__item__status {
      display: none; }
      @media (min-width: 1200px) {
        .new_productions__item__status {
          display: block;
          order: 1;
          width: 30%; } }
    .new_productions__item__data {
      order: 1;
      width: 100%; }
      @media (min-width: 1200px) {
        .new_productions__item__data {
          order: 2;
          width: 70%;
          left: 25%;
          position: absolute; } }
      .new_productions__item__data__columns {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .new_productions__item__data__columns__first {
          width: 100%; }
          @media (min-width: 1200px) {
            .new_productions__item__data__columns__first {
              width: 30%; } }
          .new_productions__item__data__columns__first__title {
            font-size: 1.25em;
            display: flex;
            justify-content: flex-end;
            margin: auto; }
          .new_productions__item__data__columns__first__genero {
            text-align: right;
            width: 100%;
            margin: auto; }
          @media (min-width: 1200px) {
            .new_productions__item__data__columns__first__item {
              text-align: right; } }
          .new_productions__item__data__columns__first__item a {
            color: white; }
        .new_productions__item__data__columns__second {
          width: 100%; }
          @media (min-width: 1200px) {
            .new_productions__item__data__columns__second {
              width: 65%; } }
          .new_productions__item__data__columns__second__image {
            overflow: hidden;
            height: 30vh;
            max-height: 30vh;
            position: relative; }
            .new_productions__item__data__columns__second__image img {
              height: 100%;
              width: auto; }
            .new_productions__item__data__columns__second__image__status {
              position: absolute;
              bottom: 1em;
              right: 1em;
              z-index: 1;
              font-size: 1.5em;
              font-weight: 700;
              text-transform: uppercase;
              color: #dd7700; }
              @media (min-width: 1200px) {
                .new_productions__item__data__columns__second__image__status {
                  display: none; } }
            @media (min-width: 1200px) {
              .new_productions__item__data__columns__second__image {
                height: 40vh;
                max-height: 40vh; } }
          .new_productions__item__data__columns__second__body p {
            margin-top: 0; }
  .new_productions .flickity-prev-next-button {
    background-color: rgba(221, 119, 0, 0.8);
    width: 35px;
    height: 35px;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
    @media (min-width: 1200px) {
      .new_productions .flickity-prev-next-button {
        background-color: transparent;
        width: 45px;
        height: 45px; } }
    .new_productions .flickity-prev-next-button:hover {
      background-color: rgba(221, 119, 0, 0.5); }
      @media (min-width: 1200px) {
        .new_productions .flickity-prev-next-button:hover {
          background-color: transparent; } }

.convocatoria {
  width: 95%;
  margin: 2em 2.5%; }
  @media (min-width: 1200px) {
    .convocatoria {
      width: 80%;
      margin: 1em 10%; } }
  .convocatoria__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .convocatoria__content > div {
      width: 100%; }
      @media (min-width: 1200px) {
        .convocatoria__content > div {
          width: 48%; } }
    @media (min-width: 1200px) {
      .convocatoria__content__featured__item__image {
        height: 40vh;
        max-height: 40vh;
        overflow: hidden; } }
    .convocatoria__content__featured__item__details {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 1em auto;
      flex-wrap: wrap; }
      .convocatoria__content__featured__item__details__column_first {
        width: 100%; }
        @media (min-width: 1200px) {
          .convocatoria__content__featured__item__details__column_first {
            width: auto; } }
      .convocatoria__content__featured__item__details__column_second {
        width: 100%;
        margin: 1.5em auto; }
        @media (min-width: 1200px) {
          .convocatoria__content__featured__item__details__column_second {
            width: auto;
            margin: auto; } }
      .convocatoria__content__featured__item__details__title {
        color: #c9c9c9; }
        .convocatoria__content__featured__item__details__title h4 {
          font-size: 1.25em;
          margin: 0; }
      .convocatoria__content__featured__item__details__date {
        color: #c9c9c9;
        margin-bottom: .5em; }
    .convocatoria__content__others {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center; }
      .convocatoria__content__others__item {
        width: 45%;
        margin-bottom: 1em;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        .convocatoria__content__others__item__image {
          margin: 0 .5em .5em .5em;
          width: 100%; }
        .convocatoria__content__others__item__title {
          color: #c9c9c9;
          text-align: center;
          width: 100%; }
        .convocatoria__content__others__item__date {
          color: #999;
          text-align: center;
          width: auto;
          margin: .25em 0;
          padding: .25em 0; }
  .convocatoria__status {
    background-color: #ba8663;
    border-radius: 4px;
    border: 1px #1a1a1a solid;
    margin: .25em .5em;
    padding: .25em; }

.slides_film_awards {
  margin: 1em auto;
  position: relative;
  width: 100%;
  z-index: 0; }
  .slides_film_awards__container {
    width: 100%; }
  @media (min-width: 1200px) {
    .slides_film_awards__picture {
      height: 70vh;
      max-height: 70vh; } }
  .slides_film_awards__picture__carousel__item {
    width: 100%;
    height: auto; }
    @media (min-width: 1200px) {
      .slides_film_awards__picture__carousel__item {
        height: 70vh; } }
    .slides_film_awards__picture__carousel__item__image {
      height: 100%; }
      .slides_film_awards__picture__carousel__item__image__wrapper {
        width: auto;
        position: relative;
        z-index: -1;
        display: flex;
        justify-content: center;
        height: 45vh;
        max-height: 45vh;
        overflow: hidden; }
        @media (min-width: 1200px) {
          .slides_film_awards__picture__carousel__item__image__wrapper {
            width: 50%;
            height: 100%;
            max-height: 100%; } }
        .slides_film_awards__picture__carousel__item__image__wrapper::before {
          content: '';
          position: absolute;
          height: 100%;
          width: 100%;
          background: radial-gradient(circle at center, transparent 60%, #1a1a1a 70%); }
          @media (min-width: 1200px) {
            .slides_film_awards__picture__carousel__item__image__wrapper::before {
              background: radial-gradient(circle at center, transparent 40%, #1a1a1a 50%); } }
        .slides_film_awards__picture__carousel__item__image__wrapper img {
          height: 100%;
          width: auto;
          z-index: -1; }
    .slides_film_awards__picture__carousel__item__text {
      display: flex;
      position: relative;
      text-align: center;
      cursor: default;
      top: 0;
      left: 0;
      justify-content: space-between;
      height: 100%;
      flex-wrap: wrap; }
      @media (min-width: 1200px) {
        .slides_film_awards__picture__carousel__item__text {
          position: absolute; } }
      .slides_film_awards__picture__carousel__item__text__year {
        position: absolute;
        right: 1em;
        font-size: 2.5em;
        color: rgba(186, 134, 99, 0.75); }
        @media (min-width: 1200px) {
          .slides_film_awards__picture__carousel__item__text__year {
            position: relative;
            right: unset;
            width: 60vh;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            font-size: 9.5em;
            color: rgba(186, 134, 99, 0.75); } }
      .slides_film_awards__picture__carousel__item__text__body {
        width: 100%;
        padding: 1em;
        display: flex;
        align-items: center;
        text-align: justify;
        flex-wrap: wrap;
        background-color: #1a1a1a; }
        @media (min-width: 1200px) {
          .slides_film_awards__picture__carousel__item__text__body {
            width: 60%;
            padding: 0 10%; } }
        .slides_film_awards__picture__carousel__item__text__body__title {
          margin-right: 1em; }
        .slides_film_awards__picture__carousel__item__text__body p:first-child {
          margin: 1.25em 0; }
  .slides_film_awards__year {
    width: 95%;
    margin: 1em;
    display: none; }
    @media (min-width: 1200px) {
      .slides_film_awards__year {
        margin: 8em 2.5% 2em 2.5%;
        display: block; } }
    @media (min-width: 1200px) {
      .slides_film_awards__year {
        width: 80%;
        margin: 0 10%; } }
    .slides_film_awards__year__carousel {
      padding: 0; }
      @media (min-width: 1200px) {
        .slides_film_awards__year__carousel {
          padding: 0 5em; } }
      .slides_film_awards__year__carousel .flickity-viewport {
        cursor: default; }
      .slides_film_awards__year__carousel__item {
        width: 100%;
        color: #808080;
        text-align: center; }
        @media (min-width: 1200px) {
          .slides_film_awards__year__carousel__item {
            width: 30%; } }
        .slides_film_awards__year__carousel__item__year {
          font-size: 3em;
          font-weight: 700; }
        .slides_film_awards__year__carousel__item__title {
          cursor: pointer; }
          .slides_film_awards__year__carousel__item__title.is-selected {
            color: #ba8663; }

.flickity-prev-next-button {
  background-color: transparent;
  width: 45px;
  height: 45px;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
  .flickity-prev-next-button:hover {
    background-color: transparent; }
  @media (min-width: 530px) {
    .flickity-prev-next-button {
      width: 55px;
      height: 55px; } }
  .flickity-prev-next-button .flickity-button-icon {
    left: 25%;
    top: 25%;
    width: 44%;
    height: 44%;
    fill: white; }
    @media (min-width: 530px) {
      .flickity-prev-next-button .flickity-button-icon {
        width: 50%;
        height: 50%; } }

.new_publications {
  width: 95%;
  margin: 2em 2.5%; }
  @media (min-width: 1200px) {
    .new_publications {
      width: 80%;
      margin: 1em 10%; } }
  .new_publications__content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    float: none;
    justify-content: space-around; }
    .new_publications__content > div {
      width: 45%; }
      @media (min-width: 1200px) {
        .new_publications__content > div {
          width: 20%; } }
      .new_publications__content > div:first-child {
        width: 100%; }
        @media (min-width: 1200px) {
          .new_publications__content > div:first-child {
            width: 40%; } }

.ediciones_icaic {
  position: relative; }
  .ediciones_icaic__title {
    position: absolute;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center; }
    .ediciones_icaic__title__rotate {
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transform: translateX(-45%) rotate(-90deg);
      transform: translateX(-45%) rotate(-90deg); }
    .ediciones_icaic__title h3 {
      color: #ba8663; }
  .ediciones_icaic__wrapper_content {
    display: flex;
    justify-content: space-around; }
    .ediciones_icaic__wrapper_content > div {
      width: 35%; }
    .ediciones_icaic__wrapper_content > div:first-child {
      margin-left: 5%; }

.revista_cine_cubano {
  position: relative; }
  .revista_cine_cubano__title {
    position: absolute;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center; }
    .revista_cine_cubano__title__rotate {
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transform: translateX(-45%) rotate(-90deg);
      transform: translateX(-45%) rotate(-90deg); }
    .revista_cine_cubano__title h3 {
      color: #ba8663;
      font-size: 1em; }
      @media (min-width: 1200px) {
        .revista_cine_cubano__title h3 {
          font-size: 1.17em; } }
  .revista_cine_cubano__content {
    padding: 0 10%;
    position: relative;
    z-index: 1; }

.cartelera_cine_video {
  position: relative; }
  .cartelera_cine_video__title {
    position: absolute;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center; }
    .cartelera_cine_video__title__rotate {
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transform: translateX(-45%) rotate(-90deg);
      transform: translateX(-45%) rotate(-90deg); }
    .cartelera_cine_video__title h3 {
      color: #ba8663;
      font-size: 1em; }
      @media (min-width: 1200px) {
        .cartelera_cine_video__title h3 {
          font-size: 1.17em; } }
  .cartelera_cine_video__content {
    padding: 0 10%;
    position: relative;
    z-index: 1; }

.boletin_digital {
  position: relative; }
  .boletin_digital__title {
    position: absolute;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center; }
    .boletin_digital__title__rotate {
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transform: translateX(-45%) rotate(-90deg);
      transform: translateX(-45%) rotate(-90deg); }
    .boletin_digital__title h3 {
      color: #ba8663; }
  .boletin_digital__content {
    padding: 0 10%; }

.related_sites {
  width: 95%;
  margin: auto 2.5%; }
  @media (min-width: 1200px) {
    .related_sites {
      width: 70%;
      margin: 1em 15%; } }
  .related_sites__content__primary__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .related_sites__content__primary__items__item {
      width: 40%;
      margin: 1em; }
      @media (min-width: 1200px) {
        .related_sites__content__primary__items__item {
          width: 18%;
          margin: 2em auto; } }
      .related_sites__content__primary__items__item__logo {
        position: relative; }
  .related_sites__content__secundary {
    position: relative; }
    .related_sites__content__secundary:before {
      content: '';
      position: absolute;
      width: 60%;
      margin: auto 20%;
      height: 2px;
      background-color: #ba8663; }
    .related_sites__content__secundary__items {
      width: 80%;
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      margin: 2em auto; }
      .related_sites__content__secundary__items__item {
        width: auto;
        margin: .5em;
        text-align: center; }
        @media (min-width: 1200px) {
          .related_sites__content__secundary__items__item {
            width: 30%;
            margin: 1.5em auto; } }
        .related_sites__content__secundary__items__item__title {
          font-size: 1.25em;
          color: #ba8663; }
          .related_sites__content__secundary__items__item__title a {
            transition: color .3s ease-in-out; }
            .related_sites__content__secundary__items__item__title a:hover {
              color: rgba(221, 119, 0, 0.8); }
.hola{
position: absolute;
top: 19%;
right: 10%;
padding: 10px;
background-color:white;
opacity: 28.6%;
cursor: pointer;
}
.fondo_fomento__promo_container img {
  box-shadow: 1px -1px 11px 5px rgb(0 0 0 / 70%);
}
.fondo_fomento {
  width: 90%;
  margin: 1em 5%;
  margin-top: 3%;
  margin-bottom: 5%;
  display: block;
  justify-content: unset;
  position: relative; }
  @media (min-width: 1200px) {
    .fondo_fomento {
      width: 90%;
      margin: 1em 5%;
      margin-top: 3%;
      margin-bottom: 3%;
      display: flex;
      justify-content: space-evenly;
      position: relative; } }
  .fondo_fomento__promo_container {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 5.2px 5.2px rgba(0, 0, 0, 0.3);
    margin-bottom: 14%; }
    @media (min-width: 1200px) {
      .fondo_fomento__promo_container {
        width: 65%;
        height: auto;
        overflow: hidden;
        box-shadow: 0 15px 20px rgba(0, 0, 0, 0.7);} }
  .fondo_fomento__content_container {
    width: 80%;
    position: relative;
    margin-top: 6.5%;
    margin-bottom: 10.5%;
    margin-left: 10%;
    -moz-column-count: 2;
    column-count: 2; }
    @media (min-width: 1200px) {
      .fondo_fomento__content_container {
        width: 30%;
        position: relative;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: unset;
        -moz-column-count: 2;
        column-count: 2; } }
  .fondo_fomento__bloque {
    position: relative;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 5%;
    margin-left: 0%; }
    @media (min-width: 1200px) {
      .fondo_fomento__bloque {
        position: relative;
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        margin-bottom: 5%;
        margin-left: 0%; } }
  .fondo_fomento__bloque:hover .fondo_fomento__items--dropdown {
    display: block; }
  .fondo_fomento__bloque:hover .fondo_fomento__ball_container {
    transform: rotate(180deg);
    opacity: 0; }
  .fondo_fomento__item:hover a {
    color: white; }
  .fondo_fomento__items {
    list-style-type: none;
    position: relative; }
    .fondo_fomento__items li {
      position: relative; }
    .fondo_fomento__items--dropdown {
      position: absolute;
      margin-left: 4%;
      transition: all .3s ease-in-out;
      width: 15%;
      font-size: small;
      display: none;
      text-shadow: 1.5px 1.5px black;
      margin-top: 6.5%; }
      @media (min-width: 1200px) {
        .fondo_fomento__items--dropdown {
          position: absolute;
          margin-left: 4%;
          transition: all .3s ease-in-out;
          width: unset;
          font-size: inherit;
          display: none;
          text-align: center;
          text-shadow: 1.5px 1.5px black;
          left: 7%;
          /*margin-top: 0;*/ } }
      .fondo_fomento__items--dropdown h4 {
        color: #c38371;
        margin-top: 0;
        margin-bottom: 5%;
        /*margin-left: -11%*/ }
      .fondo_fomento__items--dropdown li {
        margin-bottom: 8%; }
  .fondo_fomento__page--link {
    position: absolute;
    right: 25%;
    left: unset;
    top: 44%;
    bottom: unset;
    font-size: x-small; }
    @media (min-width: 1200px) {
      .fondo_fomento__page--link {
        position: absolute;
        top: unset;
        bottom: -5%;
        left: 2%;
        right: unset;
        font-size: inherit; } }
    .fondo_fomento__page--link h3 {
      color: #b48871; }
  .fondo_fomento__ball_container {
    width: 100%;
    margin-bottom: 1.5%;
    opacity: 1;
    transition: all .3s ease-in-out; }
    @media (min-width: 1200px) {
      .fondo_fomento__ball_container {
        width: 90.5%;
        margin-bottom: 1.5%;
        opacity: 1;
        transition: all .3s ease-in-out; } }

.fondo_fomento__content_container--1col {
  width: 38%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: unset;
  -moz-column-count: 1;
  column-count: 1; }
  @media (min-width: 1200px) {
    .fondo_fomento__content_container--1col {
      width: 14%;
      position: relative;
      margin-top: 0;
      margin-bottom: 0;
      margin-left: unset;
      -moz-column-count: 1;
      column-count: 1; } }

.fondo_fomento__items--dropdown--1col {
  position: absolute;
  margin-left: 9em;
  transition: all .3s ease-in-out;
  width: unset;
  font-size: inherit;
  display: none;
  text-align: center;
  text-shadow: 1.5px 1.5px black;
  left: 7%;
  /* margin-top: 0; */ }
  .fondo_fomento__bloque:hover .fondo_fomento__items--dropdown--1col {
    display: block; }

.fondo_fomento__page--link--1col {
  position: absolute;
  top: unset;
  left: 0%;
  right: unset;
  font-size: inherit; }
  @media (min-width: 1200px) {
    .fondo_fomento__page--link--1col {
      position: absolute;
      top: unset;
      left: 7%;
      right: unset;
      font-size: inherit; } }

.fondo_fomento__page__content {
  width: 80%;
  margin: auto 10%; }
  .fondo_fomento__page__content__row {
    margin: 1em auto;
    padding-top: 1em; }
    .fondo_fomento__page__content__row__title {
      margin-left: 0;
      margin-bottom: 5%; }

.fondo_fomento__page__carousel__item__container {
  display: block;
  width: 45%;
  text-align: center;
  margin: 2.5%; }
  @media (min-width: 1200px) {
    .fondo_fomento__page__carousel__item__container {
      width: 15%;
      margin: 2.5% 0 0 0; } }

.fondo_fomento__page__carousel__container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap; }
