/* MIXINS */
@keyframes equalize {
  0% {
    transform: translate3d(0, 0, 0); }
  50% {
    transform: translate3d(0, 80%, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }
@keyframes equalize-2 {
  0% {
    transform: translate3d(0, 0, 0); }
  50% {
    transform: translate3d(0, 80%, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }
.equalizer {
  font-size: 0;
  height: 24px;
  overflow: hidden; }

.equalizer-bar {
  display: inline-block;
  width: 4px;
  height: 100%;
  background: #fff;
  margin-right: 2px; }
  .equalizer-bar:nth-child(1) {
    height: 70%;
    animation: equalize 500ms ease infinite; }
  .equalizer-bar:nth-child(2) {
    animation: equalize 500ms linear infinite; }
  .equalizer-bar:nth-child(3) {
    height: 70%;
    animation: equalize 500ms 200ms ease infinite; }
  .equalizer-bar:nth-child(4) {
    animation: equalize 500ms 150ms linear infinite; }
  .equalizer-bar:nth-child(5) {
    height: 70%;
    animation: equalize 500ms 100ms ease infinite; }

/* Write your CSS! */
html {
  height: 100%;
  color: white;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

body {
  color: #2b2c28;
  font-family: 'Raleway';
  background: #24221f; }

audio {
  margin: 0 auto;
  display: block;
  PADDING: 22PX;
  WIDTH: CALC(100% - 4EM); }

body.home section.intro {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column; }
  body.home section.intro.oculta {
    opacity: 0.1; }
  body.home section.intro::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    z-index: -1;
    position: absolute;
    opacity: 1;
    background-image: url("gradient.html");
    background-size: cover;
    opacity: 1;
    background: linear-gradient(to bottom, rgba(36, 34, 31, 0.3) 0%, #24221f 80%, #24221f 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#00000000', endColorstr='#24221f',GradientType=0 ); }
  body.home section.intro #myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -10; }
    @media only screen and (min-width: 5px) and (max-width: 909px) {
      body.home section.intro #myVideo {
        display: none; } }
  body.home section.intro .content {
    z-index: 9;
    display: flex;
    align-items: flex-end;
    max-width: 1170px;
    width: calc(100% - 4em);
    margin: 0 auto;
    height: auto;
    font-size: 1.75vh;
    padding: 0 2em;
    flex-basis: 60%;
    align-items: center; }
    @media only screen and (min-width: 5px) and (max-width: 909px) {
      body.home section.intro .content {
        flex-basis: 100%;
        flex-direction: column;
        height: 100vh;
        background: url("../img/bg-mobile.png") no-repeat;
        background-size: cover; } }
    body.home section.intro .content .esquerra {
      flex-basis: 35%;
      line-height: 4em; }
      @media only screen and (min-width: 5px) and (max-width: 909px) {
        body.home section.intro .content .esquerra {
          order: 1;
          padding: 0;
          flex-basis: auto;
          display: flex;
          line-height: initial;
          align-items: center; } }
      body.home section.intro .content .esquerra h2 {
        font-family: 'Raleway';
        color: white;
        font-weight: 100;
        font-size: 43px; }
        @media only screen and (min-width: 910px) and (max-width: 1250px) {
          body.home section.intro .content .esquerra h2 {
            font-size: 32px; } }
        @media only screen and (min-width: 5px) and (max-width: 909px) {
          body.home section.intro .content .esquerra h2 {
            font-size: 24px;
            text-align: center; } }
    body.home section.intro .content .mig {
      padding: 0 6em; }
      @media only screen and (min-width: 910px) and (max-width: 1250px) {
        body.home section.intro .content .mig {
          padding: 0; } }
      @media only screen and (min-width: 5px) and (max-width: 909px) {
        body.home section.intro .content .mig {
          order: 0;
          padding: 0;
          flex-basis: 40%;
          align-items: flex-end;
          display: flex; } }
      body.home section.intro .content .mig h1 {
        font-size: 50px;
        text-align: center;
        max-width: 500px;
        line-height: 65px;
        font-family: 'Anton';
        text-rendering: optimizeLegibility;
        text-rendering: geometricPrecision;
        font-smooth: always;
        font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        text-transform: uppercase;
        color: white;
        letter-spacing: .035em;
        font-weight: 400; }
        @media only screen and (min-width: 910px) and (max-width: 1250px) {
          body.home section.intro .content .mig h1 {
            font-size: 7em; } }
        @media only screen and (min-width: 5px) and (max-width: 909px) {
          body.home section.intro .content .mig h1 {
            font-size: 5em;
            max-width: 100%; } }
    body.home section.intro .content .dreta {
      flex-basis: 35%; }
      @media only screen and (min-width: 5px) and (max-width: 909px) {
        body.home section.intro .content .dreta {
          order: 2;
          padding: 0;
          flex-basis: auto;
          align-items: flex-end;
          display: flex;
          align-items: center; } }
      body.home section.intro .content .dreta p {
        font-size: 15px;
        line-height: 2em; }
        @media only screen and (min-width: 910px) and (max-width: 1250px) {
          body.home section.intro .content .dreta p {
            font-size: 12px;
            padding: 2em; } }
        @media only screen and (min-width: 5px) and (max-width: 909px) {
          body.home section.intro .content .dreta p {
            font-size: 15px;
            text-align: center; } }
  body.home section.intro .ver-mas {
    text-align: center;
    flex-basis: 20%;
    display: flex;
    align-items: center;
    padding: 0; }
    @media only screen and (min-width: 5px) and (max-width: 909px) {
      body.home section.intro .ver-mas {
        flex-basis: 0;
        display: none; } }
    body.home section.intro .ver-mas a {
      text-align: center;
      width: 100%;
      color: white;
      text-decoration: none;
      text-transform: uppercase; }

section.tema {
  background: #24221f;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100vh;
  cursor: pointer; }
  section.tema.oculta {
    opacity: 0.1; }
  @media only screen and (min-width: 5px) and (max-width: 909px) {
    section.tema {
      height: auto;
      padding: 3em 0; } }
  section.tema .content {
    max-width: 1170px;
    width: calc(100% - 4em);
    margin: 0 auto;
    overflow: hidden;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2em; }
    @media only screen and (min-width: 5px) and (max-width: 909px) {
      section.tema .content {
        flex-direction: column; } }
    section.tema .content .right {
      width: 30%;
      float: left; }
      @media only screen and (min-width: 5px) and (max-width: 909px) {
        section.tema .content .right {
          width: 100%; } }
      section.tema .content .right .content {
        margin-left: -100px;
        position: relative;
        flex-direction: column;
        text-align: left;
        align-items: end;
        padding-right: 100px; }
        @media only screen and (min-width: 5px) and (max-width: 909px) {
          section.tema .content .right .content {
            padding: 1em;
            width: calc(100% - 2em);
            margin: 0 auto;
            margin-top: -8em; } }
        section.tema .content .right .content h1 {
          font-family: 'Anton';
          font-size: 6.25em;
          text-transform: uppercase;
          color: white;
          text-align: left;
          letter-spacing: 5px;
          font-weight: 200;
          max-width: 500px;
          line-height: 1.1em;
          font-family: 'Anton';
          text-rendering: optimizeLegibility;
          text-rendering: geometricPrecision;
          font-smooth: always;
          font-smoothing: antialiased;
          -moz-font-smoothing: antialiased;
          -webkit-font-smoothing: antialiased;
          text-transform: uppercase;
          color: white;
          letter-spacing: .035em;
          font-weight: 200; }
          @media only screen and (min-width: 910px) and (max-width: 1250px) {
            section.tema .content .right .content h1 {
              font-size: 4.25em; } }
          @media only screen and (min-width: 5px) and (max-width: 909px) {
            section.tema .content .right .content h1 {
              font-size: 5em; } }
          section.tema .content .right .content h1 a {
            color: white;
            text-decoration: none; }
            section.tema .content .right .content h1 a:hover {
              text-decoration: underline; }
        section.tema .content .right .content h2 {
          font-size: 36px;
          font-weight: 100;
          width: 400px; }
          @media only screen and (min-width: 910px) and (max-width: 1250px) {
            section.tema .content .right .content h2 {
              font-size: 1.5em; } }
        section.tema .content .right .content span.pais {
          font-size: 14px;
          margin-top: 10px;
          font-weight: 600; }
        section.tema .content .right .content span.autores {
          font-size: 14px; }
    section.tema .content .left {
      width: 70%;
      float: left; }
      @media only screen and (min-width: 5px) and (max-width: 909px) {
        section.tema .content .left {
          width: 100%; } }
      section.tema .content .left video {
        max-width: 100%; }
        @media only screen and (min-width: 5px) and (max-width: 909px) {
          section.tema .content .left video {
            display: none; } }
      section.tema .content .left img.gif {
        display: none;
        max-width: 100%; }
        @media only screen and (min-width: 5px) and (max-width: 909px) {
          section.tema .content .left img.gif {
            display: block; } }


blockquote {
  max-width: 750px;
	margin: 50px auto;
	padding: 60px 0 30px;
	position: relative;
	border: 0;
}
body.detall section.text blockquote p {
  color: #0047BA;
  text-align: center;
  font-style: normal;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}
blockquote:before {
content: '';
position: absolute;
top: -10px;
left: 0;
right: 0;
margin: auto;
width: 100px;
background-image: url(../img/quote.png);
height: 100px;
background-size: 115px;
}
blockquote:after {
content: '';
position: absolute;
bottom: 40px;
left: 0;
right: 0;
margin: auto;
width: 100px;
background-image: url(../img/quote.png);
height: 100px;
background-size: 115px;
transform: rotate(180deg);
}

.sumario-cafe {
  background-color: #aa5f43;
  background-image: url("../img/patron-sumario.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 250px;
  padding-top: 85px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
}
.sumario {
  background-color: #afaf4f;
  background-image: url("../img/patron-sumario.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 250px;
  padding-top: 85px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
}
.sumario p {
  color: #fff;
  font-size: 22px;
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.sumario-cafe p {
  color: #fff;
  font-size: 22px;
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.centrado {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 5px) and (max-width: 909px)  {
  .sumario-cafe  {
    background-size: 100px;
  }
  .sumario  {
    background-size: 100px;
  }
}


body.detall footer,
body.home footer {
  background-color: #1b4cb7;
  height: auto;
  overflow: hidden;
  padding: 120px 0; 
  background-image: url(//www.historias.fimi-iiwf.org/wp-content/uploads/2024/04/shape_top_foo.png),url(https://www.historias.fimi-iiwf.org/wp-content/uploads/2024/04/shape_bottom_foo.png);
  background-position: 100% 0%,0% 100%;
  background-size: auto,auto;
  background-repeat: no-repeat,no-repeat;}
  body.detall footer .content,
  body.home footer .content {
    width: calc(100% - 4em);
    max-width: 1170px;
    margin: 0 auto;
    color: white;
    height: auto;
    display: block;
    padding: 0 2em;
    overflow: hidden; }
    body.detall footer .content .left,
    body.home footer .content .left {
      width: 40%;
      float: left; }
      @media only screen and (min-width: 5px) and (max-width: 909px) {
        body.detall footer .content .left,
        body.home footer .content .left {
          width: 100%;
          float: none;
          text-align: center;
          height: auto;
          overflow: hidden; } }
      body.detall footer .content .left h3,
      body.home footer .content .left h3 {
        font-family: 'Anton';
        font-size: 22px;
        max-width: 100px;
        font-weight: 200;
        margin-bottom: 10px;
        font-family: 'Anton';
        text-rendering: optimizeLegibility;
        text-rendering: geometricPrecision;
        font-smooth: always;
        font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        text-transform: uppercase;
        color: white;
        letter-spacing: .035em;
        font-weight: 200; }
        @media only screen and (min-width: 5px) and (max-width: 909px) {
          body.detall footer .content .left h3,
          body.home footer .content .left h3 {
            max-width: none;
            margin: 0 auto;
            width: 100%; } }
      @media only screen and (min-width: 5px) and (max-width: 909px) {
        body.detall footer .content .left .logos,
        body.home footer .content .left .logos {
          max-width: 300px;
          margin: 0 auto;
          text-align: center;
          height: auto;
          overflow: hidden;
          position: relative;
          margin: 2em auto; } }
      body.detall footer .content .left .logos img,
      body.home footer .content .left .logos img {
        float: left;
        padding-top: 1em; }
        @media only screen and (min-width: 5px) and (max-width: 909px) {
          body.detall footer .content .left .logos img,
          body.home footer .content .left .logos img {
            float: none; } }
        body.detall footer .content .left .logos img:first-child,
        body.home footer .content .left .logos img:first-child {
          padding-right: 2em; }
          @media only screen and (min-width: 5px) and (max-width: 909px) {
            body.detall footer .content .left .logos img:first-child,
            body.home footer .content .left .logos img:first-child {
              padding-right: 0; } }
        @media only screen and (min-width: 5px) and (max-width: 909px) {
          body.detall footer .content .left .logos img,
          body.home footer .content .left .logos img {
            margin: 0 auto;
            display: block; } }
    body.detall footer .content .right {
      padding-top: 25px;
    }
    body.detall footer .content .right,
    body.home footer .content .right {
      width: 20%;
      float: left; }
      @media only screen and (min-width: 5px) and (max-width: 909px) {
        body.detall footer .content .right,
        body.home footer .content .right {
          width: 100%;
          float: none;
          text-align: center;
          height: auto;
          overflow: hidden; } }
      body.detall footer .content .right .autores,
      body.home footer .content .right .autores {
        columns: 2; }
        @media only screen and (min-width: 5px) and (max-width: 909px) {
          body.detall footer .content .right .autores,
          body.home footer .content .right .autores {
            columns: 1; } }
        body.detall footer .content .right .autores div,
        body.home footer .content .right .autores div {
          margin-bottom: 10px; }
          body.detall footer .content .right .autores div h4,
          body.home footer .content .right .autores div h4 {
            font-size: 16px;
            font-weight: 100;
            text-transform: initial; }
          body.detall footer .content .right .autores div span,
          body.home footer .content .right .autores div span {
            font-family: 'Anton';
            font-size: 18px;
            display: block;
            font-family: 'Anton';
            text-rendering: optimizeLegibility;
            text-rendering: geometricPrecision;
            font-smooth: always;
            font-smoothing: antialiased;
            -moz-font-smoothing: antialiased;
            -webkit-font-smoothing: antialiased;
            text-transform: uppercase;
            color: white;
            letter-spacing: .035em;
            font-weight: 200; }
            body.home footer .content .right .enlace, body.home footer .content .left {
              padding-top: 20px;
              padding-right: 20px;
              padding-bottom: 20px;
              padding-left: 20px;
            }
            .enlace {
              width: 100%;
              display: flex;
              flex-wrap: nowrap;
              flex-direction: column;
              align-items: flex-start;
              color: rgba(255,255,255,0.75);
            }
            .footer-link {
              color: rgba(255,255,255,0.75);
              font-size: 14px;
              font-weight: 400;
              line-height: 1.1;
              letter-spacing: 1px;
              margin-top: 12px;
              margin-bottom: 12px;
              transition-duration: 0.5s;
              transition-timing-function: ease;
              transition-property: all;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              text-decoration: none;
            }
            #footer-link-buttom {
              text-transform: uppercase;
              padding-top: 10px;
              padding-right: 20px;
              padding-bottom: 10px;
              padding-left: 20px;
              border-top-color: #fff;
              border-right-color: #fff;
              border-bottom-color: #fff;
              border-left-color: #fff;
              border-top-width: 1px;
              border-right-width: 1px;
              border-bottom-width: 1px;
              border-left-width: 1px;
              border-top-style: solid;
              border-right-style: solid;
              border-bottom-style: solid;
              border-left-style: solid;
              border-radius: 28px;
              font-weight: 600;
            
            }
            .footer-link:hover {
              color: #ffffff;
            }
