@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Raleway:400,700");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.layout-container {
  position: absolute;
  width: 100%; }

.contextual-region {
  position: unset; }

body {
  /*font-family: 'Roboto Slab', serif;*/
  font-family: 'Raleway', sans-serif;
  overflow-x: hidden;
  background-color: #282828;
  color: #c9c9c9; }

p, h1, h2, h3, h4, h5, h6 {
  color: #c9c9c9; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab"; }

img {
  width: 100%;
  height: auto;
  display: block; }

a {
  color: #ac9c85;
  text-decoration: none; }

* {
  box-sizing: border-box; }
  *::-moz-selection {
    color: #1a1a1a;
    background: rgba(255, 255, 255, 0.7); }
  *::selection {
    color: #1a1a1a;
    background: rgba(255, 255, 255, 0.7); }

.layout-container {
  position: absolute;
  width: 100%; }

.contextual-region {
  position: unset; }

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal; }

.title {
  color: #c9c9c9;
  font-weight: 400;
  width: 90%;
  margin: auto 5%;
  text-transform: uppercase; }
  .title--orange {
    color: #dd7700; }
  .title--circle-decorator {
    display: flex;
    align-items: center; }
    .title--circle-decorator::before, .title--circle-decorator::after {
      content: '';
      position: relative;
      width: .25em;
      height: .25em;
      border-radius: 50%;
      background-color: #dd7700; }
    .title--circle-decorator div {
      margin: auto .25em; }
  .title--decorator {
    display: flex;
    align-items: center;
    font-size: 1.25em; }
    @media (min-width: 1200px) {
      .title--decorator {
        font-size: 2em; } }
    .title--decorator::before {
      content: '';
      position: relative;
      width: .75em;
      height: .75em;
      background-color: #c9c9c9;
      margin-right: 2em; }
  .title--soft-grey {
    color: #ac9c85; }
  .title--bold {
    font-weight: 700; }
  .title--center {
    text-align: center; }
  .title--margin-vertical {
    margin: 2em auto; }
  .title--no-margin-vertical {
    margin: 0 auto; }
  .title--no-margin-vertical-top {
    margin-top: .5em; }

.field_name {
  color: #ac9c85; }
  .field_name--lighter {
    color: #d3bb9b; }
  .field_name--grey {
    color: #c9c9c9; }
  .field_name--big {
    font-size: 1.25em; }

.btn {
  padding: .5em;
  border-radius: 4px; }
  @media (min-width: 1200px) {
    .btn {
      padding: .75em .5em; } }
  .btn--dark {
    background-color: #1a1a1a;
    color: white; }
  .btn--orange {
    background-color: #ba8663;
    color: white; }
  .btn--shadow {
    box-shadow: #1a1a1a 2px 2px 10px; }

form input[type='email'], form input[type='text'], form input[type="password"] {
  background-color: #a4a4a4;
  border-radius: 2px;
  border: 1px rgba(26, 26, 26, 0.3) solid;
  color: #c9c9c9;
  padding: .5em 1em;
  width: 100%; }
  
form input[type='submit'] {
  background-color: #ba8663;
  padding: .5em 2em;
  border: 1px rgba(26, 26, 26, 0.3) solid;
  margin: 2em auto; }

form.views-exposed-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 100%;
  flex-wrap: wrap; }
  @media (min-width: 1200px) {
    form.views-exposed-form {
      width: 90%; } }
  form.views-exposed-form .form-item {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    form.views-exposed-form .form-item label {
      font-weight: 700; }
    form.views-exposed-form .form-item input {
      width: 100%;
      margin: auto 1em;
      background-color: #1a1a1a;
      border-bottom: 1px #c9c9c9 solid;
      overflow: hidden; }
  form.views-exposed-form input[type="submit"] {
    background-color: #1a1a1a;
    color: #c9c9c9;
    border: 1px #c9c9c9 solid;
    padding: .5em 1em; }
  form.views-exposed-form .js-form-item-title {
    width: 100%;
    display: flex;
    align-items: center; }
    @media (min-width: 1200px) {
      form.views-exposed-form .js-form-item-title {
        width: 50%; } }
    form.views-exposed-form .js-form-item-title > * {
      margin: auto 1em; }
  form.views-exposed-form .js-form-item-title-1, form.views-exposed-form .js-form-item-field-autores-value {
    width: 90%; }
    @media (min-width: 1200px) {
      form.views-exposed-form .js-form-item-title-1, form.views-exposed-form .js-form-item-field-autores-value {
        width: 40%; } }

.wrapper {
  padding-left: 13px;
  padding-right: 13px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }
  .wrapper--medium {
    max-width: 976px; }
  .wrapper--big {
    margin-left: 30px;
    margin-right: 30px; }
  .wrapper--flex {
    display: flex; }
    .wrapper--flex > * {
      display: flex;
      margin: auto; }
  @media (min-width: 530px) {
    .wrapper {
      margin-left: 65px;
      margin-right: 65px; } }
  @media (min-width: 1920px) {
    .wrapper {
      margin-left: 80px;
      margin-right: 80px; } }
  .wrapper--center-text {
    text-align: center; }
  .wrapper .wrapper {
    padding-left: 0;
    padding-right: 0; }

.main {
  background-color: #282828;
  margin: 5% auto;
  position: relative; }
  .main__banner {
    position: relative;
    height: 60vh;
    overflow: hidden; }
  .main__intro {
    position: relative; }
    .main__intro--with_banner {
      position: absolute;
      top: 1em;
      z-index: 1;
      width: 100%;
      margin: auto; }
    .main__intro__social {
      position: relative;
      display: flex;
      justify-content: flex-start;
      width: 95%;
      margin: 1em auto; }

@-webkit-keyframes zoomin {
  40% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  60% {
    transform: scale(1); } }

@keyframes zoomin {
  40% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  60% {
    transform: scale(1); } }
      .main__intro__social__share, .main__intro__social__like, .main__intro__social__twitter {
        height: 2em;
        width: auto; }
        .main__intro__social__share img, .main__intro__social__like img, .main__intro__social__twitter img {
          height: 100%;
          width: auto; }
      .main__intro__social__share {
        -webkit-animation: zoomin 2s ease-in-out 10;
        animation: zoomin 2s ease-in-out 10; }
      .main__intro__social__like {
        -webkit-animation: zoomin 3s ease-in-out 10;
        animation: zoomin 3s ease-in-out 10; }
      .main__intro__social__twitter {
        -webkit-animation: zoomin 4s ease-in-out 10;
        animation: zoomin 4s ease-in-out 10; }
    .main__intro__title {
      width: 100%; }

.section {
  margin: 1em auto; }
  .section--no-spaces {
    margin: 0; }

.header {
  position: absolute;
  z-index: 2;
  background-color: rgba(26, 26, 26, 0.8);
  transition: background-color .5s ease-in-out;
  width: 100%; }
  @media (min-width: 1200px) {
    .header {
      position: fixed;
      z-index: 2;
      display: flex;
      justify-content: space-around;
      align-items: center;
      background-color: #1a1a1a;
      transition: background-color .5s ease-in-out;
      width: 100%;
      box-shadow: 2px 2px 10px rgba(26, 26, 26, 0.35); }
      .header--dark {
        background-color: #1a1a1a !important; } }
  .header__logo {
    display: flex;
    width: 80%; }
    .header__logo img {
      width: 5em; }
      @media (min-width: 1200px) {
        .header__logo img {
          width: 10em; } }
  .header__menu-content {
    display: none; }
    @media (min-width: 1200px) {
      .header__menu-content {
        display: flex;
        margin: 0 2em; } }
    .header__menu-content--is-visible {
      display: flex;
      justify-content: center;
      width: 100%; }
  .header__menu-icon {
    width: 25px;
    height: 20px;
    position: relative;
    right: 30px;
    z-index: 10; }
    @media (min-width: 800px) {
      .header__menu-icon {
        display: none; } }
    .header__menu-icon::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 25px;
      height: 2px;
      background-color: white;
      transform-origin: 0 0;
      transition: transform .3s ease-out; }
    .header__menu-icon__middle {
      position: absolute;
      top: 8px;
      left: 0;
      width: 25px;
      height: 2px;
      background-color: white;
      transition: all .3s ease-out;
      transform-origin: 0 50%; }
    .header__menu-icon::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 25px;
      height: 2px;
      background-color: white;
      transform-origin: 0 100%;
      transition: transform .3s ease-out; }
  .header__menu-icon--close-x::before {
    transform: rotate(45deg); }
  .header__menu-icon--close-x .header__menu-icon__middle {
    opacity: 0;
    transform: scaleX(0); }
  .header__menu-icon--close-x::after {
    transform: rotate(-45deg); }
  .header > #block-marcadelsitio {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 1200px) {
      .header > #block-marcadelsitio {
        width: auto; } }

.search__header {
  display: none;
  position: relative;
  margin: 1em;
  transform: scale(0.8);
  width: 2.5em;
  height: 2.5em;
  transition: transform .3s ease-in-out;
  cursor: pointer; }
  @media (min-width: 1200px) {
    .search__header {
      display: block; } }
  .search__header:hover {
    transform: scale(0.95); }
  .search__header--is-visible {
    display: block; }

.search__wrapper {
  display: flex;
  position: fixed;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  transition: all .3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -3;
  opacity: 0; }
  .search__wrapper--is-visible {
    position: sticky;
    opacity: 1;
    z-index: 3;
    background-color: rgba(26, 26, 26, 0.95);
    transform: scale(1);
    transform-origin: 50% 50%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .search__wrapper__close {
    position: absolute;
    right: 50px;
    top: 50px;
    height: 2em;
    width: 2em;
    transform: scale(1);
    transition: transform .3s ease-in-out;
    cursor: pointer; }
    .search__wrapper__close:hover {
      transform: scale(1.2); }
    .search__wrapper__close::before {
      content: '';
      position: absolute;
      width: 2em;
      height: 1px;
      background-color: #ba8663;
      border: 1px #ba8663 solid;
      top: 50%;
      transform: translateY(-50%) rotate(-45deg);
      transform-origin: 50% 50%; }
    .search__wrapper__close::after {
      content: '';
      position: absolute;
      width: 2em;
      height: 1px;
      background-color: #ba8663;
      border: 1px #ba8663 solid;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      transform-origin: 50% 50%; }

.search__form {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 80%; }
  @media (min-width: 800px) {
    .search__form {
      width: 50%; } }
  .search__form form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    .search__form form .form-item {
      width: 100%; }
      @media (min-width: 800px) {
        .search__form form .form-item {
          width: 80%; } }
      .search__form form .form-item input[type='search'] {
        width: 100%;
        margin: 2em 0;
        padding: .5em;
        font-size: 1.25em;
        border: 1px white solid;
        box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px;
        color: #c9c9c9;
        border-radius: 10px; }
    .search__form form .form-actions {
      width: 20%;
      display: flex;
      justify-content: center;
      margin: auto; }
      .search__form form .form-actions input[type='submit'] {
        border: 1px #a4a4a4 solid;
        box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px;
        background-color: #ba8663;
        color: white;
        padding: .5em;
        border-radius: 5px;
        font-size: 1.25em; }

#user-login-form {
  width: 500px;
  margin: 0 auto; 
  padding-top: 70px; }
 
#user-login-form .description {
  padding-bottom: 25px;
  padding-top: 5px; }

.main__intro__social {
  padding-top: 20px; }
		
body.search__wrapper--is-visible {
  overflow: hidden; }

.headroom {
  will-change: transform;
  transition: transform 200ms linear; }

.headroom--pinned {
  transform: translateY(0%); }

.headroom--unpinned {
  transform: translateY(-100%); }

.footer {
  z-index: 1;
  width: 100%;
  position: relative;
  color: #c9c9c9; }
  .footer h3.title {
    text-transform: uppercase; }
  .footer ul {
    padding-left: 0; }
    .footer ul li {
      list-style: none;
      margin: .25em; }
  .footer__first {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .footer__first__background {
      position: absolute;
      height: 100%;
      z-index: -1; }
      @media (min-width: 1200px) {
        .footer__first__background {
          position: relative; } }
      .footer__first__background img {
        position: relative;
        height: 100%;
        width: auto; }
        @media (min-width: 1200px) {
          .footer__first__background img {
            width: 100%;
            height: auto; } }
    .footer__first__sections {
      top: 2em;
      z-index: 2;
      width: 95%;
      margin: auto 2.5%; }
      @media (min-width: 1200px) {
        .footer__first__sections {
          position: absolute;
          width: 90%;
          margin: auto 5%; } }
      .footer__first__sections__item {
        padding: 0 2%; }
        .footer__first__sections__item__content {
          display: inline-block;
          width: 100%; }
          .footer__first__sections__item__content__info {
            display: flex; }
            .footer__first__sections__item__content__info__image {
              margin-right: 1em;
              width: 2em;
              height: 2em; }
              .footer__first__sections__item__content__info__image img {
                width: auto;
                height: 100%; }
            .footer__first__sections__item__content__info__text {
              display: flex;
              align-items: center; }
              .footer__first__sections__item__content__info__text p {
                margin: 0; }
          .footer__first__sections__item__content__social-networks {
            display: flex;
            justify-content: space-around;
            margin-top: 5%; }
            .footer__first__sections__item__content__social-networks__item {
              width: 3.75em;
              height: 3.75em; }
              .footer__first__sections__item__content__social-networks__item img {
                width: auto;
                height: 100%; }
          .footer__first__sections__item__content__hashtags {
            padding: 4%; }
            .footer__first__sections__item__content__hashtags ul {
              display: flex;
              flex-wrap: wrap; }
              .footer__first__sections__item__content__hashtags ul li p {
                margin: 0; }
        @media (min-width: 1200px) {
          .footer__first__sections__item::after {
            content: '';
            width: 4px;
            border-left: 1px #999 solid;
            border-right: 1px #999 solid;
            height: 70%;
            top: 15%;
            position: absolute; } }
        .footer__first__sections__item:last-child::after {
          display: none; }
  .footer__second {
    background-color: #1a1a1a;
    width: 100%;
    padding: 2em 0 4em 0; }
    .footer__second__container {
      width: 90%;
      margin: auto 5%; }
    .footer__second__copyright {
      display: flex;
      align-items: center; }
      .footer__second__copyright__image {
        width: 7em;
        margin-right: 1em; }
    .footer__second__credits {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      .footer__second__credits__current {
        width: 100%;
        margin: 1em auto; }
        @media (min-width: 1200px) {
          .footer__second__credits__current {
            width: 40%;
            margin: auto; } }
      .footer__second__credits__original {
        width: 100%;
        margin: 1em auto; }
        @media (min-width: 1200px) {
          .footer__second__credits__original {
            width: 50%;
            margin: auto; } }
      .footer__second__credits__current, .footer__second__credits__original {
        position: relative; }
        .footer__second__credits__current:before, .footer__second__credits__original:before {
          content: '';
          height: 100%;
          position: absolute;
          border-left: 1px #c9c9c9 solid; }
      .footer__second__credits p {
        margin: 0;
        margin-left: 1em; }

.nav__items {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 1200px) {
    .nav__items {
      display: block; } }

.nav__item {
  list-style: none;
  display: inline-block;
  margin: .5em 0;
  border-radius: 2px;
  transition: all .2s ease-in-out;
  position: relative;
  font-size: 1em; }
  .nav__item::before {
    content: '';
    position: absolute;
    width: 4px;
    border-left: 1px #999 solid;
    height: 100%;
    transform: translateY(-50%);
    top: 50%; }
    @media (min-width: 1200px) {
      .nav__item::before {
        border-right: 1px #999 solid;
        height: 200%; } }
  .nav__item:first-child::before {
    display: none; }
  .nav__item a {
    border: 2px transparent solid;
    padding: .5em .2em;
    color: #999;
    font-weight: 400;
    text-shadow: #00000080 2px 2px 6px;
    transition: color .3s ease-in-out;
    text-decoration: none; }
    @media (min-width: 1200px) {
      .nav__item a {
        padding: .5em 1em; } }
    .nav__item a.is-active, .nav__item a:hover {
      color: #ba8663; }
  .nav__item:hover ul {
    transform: rotateX(0) scale(1);
    opacity: 1; }
  .nav__item ul {
    transition: all .5s ease-in-out;
    transform: rotateX(90deg) scale(1.2);
    opacity: .5;
    background-color: #1a1a1a;
    position: absolute;
    display: flex;
    margin: .1em;
    padding-left: 0;
    left: -10%; }
    @media (min-width: 1200px) {
      .nav__item ul {
        padding-left: auto;
        margin: 1.5em auto;
        left: 0; } }
    .nav__item ul li {
      margin: .5em 0; }
      @media (min-width: 1200px) {
        .nav__item ul li {
          margin: 1.5em 0; } }

.row::after {
  content: "";
  clear: both;
  display: table; }

.row--gutters {
  margin-bottom: -20px; }
  @media (min-width: 530px) {
    .row--gutters {
      margin-right: -20px; } }

.row--gutters > div {
  padding-bottom: 0;
  padding-right: 15px; }
  @media (min-width: 800px) {
    .row--gutters > div {
      padding-right: 20px;
      padding-bottom: 20px; } }

.row--gutters-bottom:last-child {
  padding-bottom: 20px !important; }

.row--gutters-bottom-child > div {
  padding-bottom: 5px !important; }

.row-6 {
  float: left;
  width: 50%; }

@media (min-width: 800px) {
  .row--gutters {
    margin-right: -50px;
    margin-bottom: -50px; }
  .row--gutters > div {
    padding-right: 50px;
    padding-bottom: 50px; }
  .row--gutters > div:first-child {
    padding-bottom: 0; }
  .row__medium-2 {
    float: left;
    width: 16.666%; }
  .row__medium-3 {
    float: left;
    width: 25%; }
  .row__medium-4 {
    float: left;
    width: 33.333%; }
  .row__medium-5 {
    float: left;
    width: 41.666%; }
  .row__medium-6 {
    float: left;
    width: 50%; }
  .row__medium-7 {
    float: left;
    width: 58.333%; }
  .row__medium-8 {
    float: left;
    width: 66.666%; }
  .row__medium-12 {
    float: left;
    width: 100%; } }

@media (min-width: 1200px) {
  .row--gutters > div:first-child {
    padding-bottom: 50px; }
  .row__large-2 {
    float: left;
    width: 16.666%; }
  .row__large-3 {
    float: left;
    width: 25%; }
  .row__large-4 {
    float: left;
    width: 33.333%; }
  .row__large-5 {
    float: left;
    width: 41.666%; }
  .row__large-6 {
    float: left;
    width: 50%; }
  .row__large-8 {
    float: left;
    width: 66.666%; } }

@media (min-width: 1920px) {
  .row__xlarge-3 {
    float: left;
    width: 25%; }
  .row__xlarge-2 {
    float: left;
    width: 20%; } }

@media (min-width: 800px) {
  .row--equal-height {
    display: flex;
    flex-wrap: wrap; }
    .row--equal-height div[class^='row'] {
      float: none;
      display: flex; }
      .row--equal-height div[class^='row'] > img {
        height: 100%; } }

.blur-up {
  filter: blur(8px);
  transition: filter 600ms; }
  .blur-up.lazyloaded {
    filter: blur(0); }

::-moz-placeholder {
  color: black; }

:-ms-input-placeholder {
  color: black; }

::placeholder {
  color: black; }

#edit-mail-0-value--description {
  opacity: 0; }
#edit-field-first-name-wrapper{
	display: none;
}

#edit-field-last-name-wrapper{
	display: none;
}

#edit-field-city-wrapper{
	display: none;
}

.publicaciones__carousel__item__download{
	position: absolute;
	height: auto;
	width: 45%;
	top: 30%;
	left: 25%;
	opacity: 0;
	transition: opacity .3s ease-in-out;}
@media (min-width:1200px){
.publicaciones__carousel__item__download{
	position: absolute;
	height: 100%;
	width: auto;
	top: 30%;
	left: 25%;
	opacity: 0;
	transition: opacity .3s ease-in-out;}}

/*HOME - PUBLICACIONES*/
.cartelera_cine_video__content:hover .publicaciones__carousel__item__download{
	opacity: 1;
}

/*HOME - REVISTA*/
.revista_cine_cubano__content:hover .publicaciones__carousel__item__download{
	opacity: 1;
}

/*HOME - NOTICIAS*/
.noticias_home{
	width: 90%;
	margin: 1em 5%;
	/*display: flex;
	justify-content: space-between;*/
}
.noticias_home--relative{
	position: relative;
}

.list--80{
	width: 80%;
}
.list--20{
	width: 20%;
}
/*.noticias_home_dossier__content{
	width: 18%;
}*/

