/*
font-family: 'Open Sans', sans-serif;
400
600
*/
:root {
  --yellow: #D4B65C;
  --brown: #221806;
  --roboto: 'Roboto', sans-serif;
}

body {
  font-family: var(--roboto);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  color: #2C1F05;
  background: #EEE7D5;
}

p.p-subtitle img {

}

a{color: #b39830;cursor: pointer;}
a:hover{text-decoration:underline;}



/* Scrollytelling */

.scrollytelling {
  width: 100vw;
  position: relative;
}
.scrollytelling .stage {
  position: sticky;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.scrollytelling .stage .scene {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: var(--brown);
  overflow: hidden;
}
.scrollytelling .stage .scene:not(:first-child) {
  opacity: 0;
}
.scrollytelling .stage .scene img {
  position: absolute;
  width: 100vw !important;
  height: 100vh !important;
  top: 0;
  left: 0;
  object-fit: cover;
  opacity: 0.4;
}
.scrollytelling .stage .scene .fs-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  object-fit: cover;
}
.scrollytelling.for-intro .stage .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.scrollytelling .content:not(.container) {
  margin-top: -100vh;
  padding: 0;
}
.scrollytelling .content .s-slide {
  min-height: 100vh;
  padding: 1rem;
  position: relative;
}
.scrollytelling.for-intro .scene .credit {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  color: #FFF;
}
.scrollytelling.for-intro .content .s-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}
.scrollytelling.for-intro .content .s-slide .p-intro {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4em;
  color: var(--yellow);
  text-align: center;
}
.for-cover {
  flex: 1;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cover-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cover-logos a {

}
.cover-logos a:not(:last-child) {
  margin-right: 1.5rem;
}
.cover-logos a img {
  width: 120px;
}
.cover-logos a img.ojo {
  width: 180px;
}

.cover-share {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cover-share a {
  font-size: 22px;
  color: #FFF;
}
.cover-share a:not(:last-child) {
  margin-right: 1.5rem;
}
.cover-share a i {

}


.container.content {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.capital {
  float: left;
  height: 4.25em;
  margin-right: 0.75rem;
}


.for-media {margin-top: 3rem;margin-bottom: 3rem;}
.for-media .media {
  position: relative;
}
.for-media .media::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0.75rem;
  left: 0.75rem;
  border: 2px solid #B1D836;
}
.for-media .media.noBorder::before {border: none;}

.for-media .media img, .for-media .media video {
  width: 100%;
  position: relative;
}
.for-media .media-footer {
  margin-top: 1rem;
}
.for-media .media-footer p {
  font-size: 14px;
  line-height: 1.4em;
  color: #5D3412;
}








h2{margin: 100px 0 30px;font-size: 24px;font-weight: 700;}
h2 img{width: auto;height: 77px;margin: 0 auto;display: block;}
h2 img.bigger{width: auto;height: 102px;margin: 0 auto;}


.footer-wrapper {
  background-color: var(--brown);
}
.for-footer {padding: 4rem 0;color: #FFF;}
.for-footer .credits{text-align: center;}
.for-footer .credits .credits-title {
  height: 150px;
  margin: 0 auto 3rem;
}
.for-footer .credits p {font-size: 15px;font-weight: 300;line-height: 21px;margin-bottom: 20px;color: #FFF;}
.for-footer .credits p strong {font-weight: 700;display: block;}
.for-footer p a{color: #fff;-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}
.for-footer p a:hover{color: red;text-decoration: none;}
.for-footer .fyi {padding-top: 40px;text-align: center;}
.for-footer .fyi .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.for-footer .fyi .logos a:not(:last-child) {
  margin-right: 1rem;
}
.for-footer .fyi .logos a img {width: 120px;}
.for-footer .fyi .logos a img.icfj {width: 190px;}
.for-footer .fyi p{font-size: 16px;line-height: 1.5em;font-weight: 300;margin: 20px 0 0;}

.docAside{float:left;margin:0 2rem 3rem 0;width:35%;position: relative;cursor: pointer;}
.docAside img{-webkit-transition: all 0.2s ease;transition: all 0.2s ease;border: 1px solid transparent;display: block;}
.docAside::after{-webkit-transition: all 0.2s ease;transition: all 0.2s ease;}
.docAside::after{content: 'DESCARGAR DOCUMENTO';text-align: center;position: absolute;bottom: -36px;width:100%;font-size:.765rem;line-height: 1.25em;font-weight:bold;opacity:.5;}
.docAside:hover img{opacity: 0.3;border-color: #b39830;}
.docAside:hover::after{opacity: 1;bottom: 45%;font-size: .875rem;}




@media screen and (min-width:768px) and (max-width:1007px){
  
}

/* Mobile */
@media screen and (max-width: 767px) {
  .cover-logos a {
    margin-bottom: 0.5rem;
  }

	.for-footer .fyi .logos a{margin-bottom: 10px;display: block;}
	.for-footer .fyi .logos a img.ICFJ{margin-left: 0;}
  


  .scrollytelling.for-intro .content .s-slide .p-intro {
    font-size: 24px;
  }
  .scrollytelling .content .s-slide {
    padding: 1.5rem 1rem;
    align-items: flex-start;
  }
  
}


