h2 {
    margin-bottom: 4px;
    font-family: SourceSansProLight;
    font-size: 2.3rem;
    line-height: normal;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600
}
h3 {
    font-size: 1.5rem;
    margin-bottom: 4px;
    font-family: SourceSansPro;
    font-weight: 600
}
p,ul,ol {
    font-family: SourceSansPro;
    font-size: 1.25rem;
    line-height: 1.5em;
    letter-spacing: .003em;
    margin-bottom: 32px;
    margin-top: 32px;
    text-rendering: optimizeSpeed;
}
svg,
img,
video {
    max-width: 100%
}
article img {
	height: auto;
	margin: 2em 0 0 0;
}
video{
	object-fit: contain; 
	height: 100%;
}
video.cover{
	object-fit: cover; 
}
.iHistory {
    position: relative;
	display: flex;
    flex-direction: row;
}
.iHistory h3 {
    margin-top: 16px
}
.iHistory .scrollItems .scrollItem {
    position: relative
}
.iHistory.reversed {
	flex-direction: row-reverse;
}
.iHistory.reversed .graphic {
	left: 0!important;
	width: 70%;
}
.portrait .iHistory .description {
	/*flex: 1 1 100% !important;
    backdrop-filter: blur(5px) grayscale(6);
    background: white;*/
	background: rgba(0, 0, 0, .6);
	padding: 4.2em 1em 70vh !important;
	flex: 0 1 35vw;			
}
.portrait .iHistory .description .descriptionTitle {
	/*padding-top: unset;*/
	padding: 40vh 0em 10vh;
}
.noOverflow{
    overflow: hidden;
}
.insideWrapper {
    position: initial;
    width: calc(100vw - 30vw);
    height: 100vh;
    border: none;
}
.full .iHistory .graphic .insideWrapper{
	width: 100vw!important;
}
.graphic {
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    overflow: hidden;
    z-index: 100;
    /* OJOOOOOOOOO CON IT IVA BIEN
	width: 100%;
    height: 100%;*/
    pointer-events: none;
	transition: all 0.5s linear;/*left 0.15s linear;*/
}
.portrait .iH .iHistory .graphic {
	left: 0;
	width: 100%;
}
.graphic .media {
    position: absolute;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	height: 100%;
    width: 100%;
    background: 50% 50% no-repeat;
    z-index: 12;
    overflow: hidden;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s linear;
	/* para editor...*/
	pointer-events: auto;
	display: flex;
	justify-content: center;
	align-items:center;
}
.graphic .media svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 110
}
.fullscreen .iHistory .graphic .media{
	/*background-size: cover;*/
}
.iHistory .description {
    position: relative;
	flex: 0 1 30vw;
    z-index: 111;
    padding: 20px;
	overflow: hidden;
	padding-bottom: 30vh!important;
	will-change: transform;
	transition: transform 0.5s linear;
	transform: scale(1);
    transform-origin: top center;
	padding: 4.2em 3em 70vh!important;
}
.iHistory .scrollItem .scrollIndicator {
    display: none
}
.iHistory .description.editing {
	pointer-events: none;
}
/* FCV Media queries */
@media (max-width:481px) {
    .graphic .media svg {
        top: auto
    }
}
@media (max-width:768px) {
    .iHistory.graphics .graphic {
        display: none
    }
    .iHistory.graphics .graphic svg {
        background: transparent!important
    }
    .iHistory.graphics .graphic .layer-inner {
        opacity: 1
    }
    .iHistory .scrollItem {
        min-height: 0!important
    }
    .iHistory .scrollItem .imageFull,
    .iHistory .scrollItem hr {
        display: block
    }
	.iHistory .scrollItem img {
        max-width: 90%;
    }
}
@media (min-width:481px) and (max-width:768px) {
    .description{
		width: 100%!important;
	}
    .description p {
		max-width: 100%;
		/*font-size: 17px;
		line-height: 22px;
		margin-left: auto;
		margin-right: 10%;*/
    }
}
@media (min-width:748px) {
    .iHistory .showLarge {
        display: none
    }
    .iHistory .showSmall {
        display: inline-block
    }
}
@media (min-width:769px) {
    .iHistory .showLarge {
        display: inline-block
    }
    .iHistory .showSmall {
        display: none
    }
    .iHistory .scrollItems {
        padding: 30px 0;
    }
    .iHistory .scrollItem {
        transition: opacity .5s;
        opacity: .3;
        padding-bottom: 50vh;
    }
    .iHistory .scrollItem:first-child {
        
    }
    .iHistory .scrollItem:last-child {
      
    }
    .iHistory .scrollItem .scrollIndicator {
        position: fixed;
        z-index: 1111;
        bottom: 0;
        left: 0;
        width: 30vw;
        display: block;
        padding-top: 31px;
        padding-bottom: 10px;
        font-size: 51px;
        text-align: center;
        color: #888;
        opacity: 0;
        transition: opacity 1s;
		background: transparent;
	}
    .iHistory .scrollItem.active,
    .iHistory .scrollItem.active .scrollIndicator {
        opacity: 1
    }
    .iHistory .graphic {
        left: 30vw;
		width: 70vw;
	}
	.fadein {
	  -webkit-animation-name: fade_in; 
	  -webkit-animation-duration: 3s;
	  animation-name: fade_in;
	  animation-duration: 3s;
	}
	@keyframes fade_in{
		0%{
			opacity:0
		}
		100%{
			opacity:1
		}
	}	
    .iHistory .description {
        text-align: left;
        padding: 0px;
    }
	/*
	.iHistory.hide .description {
		transform: translateX(-100vw);
	}
	.iHistory.reversed.hide .description {
		transform: translateX(100vw);
	}
	.iHistory.noHide.hide .description {
		transform: scale(1);
	}
	.iHistory.hide .graphic {
		left: 0!important;
		width: 100%;
	}
	.iHistory.hide .insideWrapper {
		width: 100vw!important;
	}
	*/
	.full .iHistory .description {
		background: linear-gradient(90deg, black, transparent 50%)!important;
        flex: 1 1 100%;
        padding-right: 70vw !important;
	}
	.full .iHistory .graphic {
		width: 100vw;
		left: 0;
	}
	.full .iHistory.reversed .description {
		padding-right: 2vw !important;
		padding-left: 70vw !important;
		background: linear-gradient(270deg, black, transparent 50%) !important;
	}
	.full .iHistory.reversed .graphic {
		width: 100%;
	}
	
	.biH .iHistory .description { 
		color: wheat;
		padding-right: 1em !important;
		padding-left: 5vw !important;
		margin-top: 25vh !important;
		background: rgba(0, 0, 0, .6);
		padding: 4.2em 1em 5vh !important;
		/*
		margin-top: 60vh !important;
		padding-top: 100vh !important;
		background: linear-gradient(270deg, black, transparent 35%);
		*/
		flex: 1 1 0;
		z-index: -1;
	}
	.biH .iHistory .description .scrollItems{
		padding-top: 10vh;
    }
	.biH .iHistory .description .scrollItems .scrollItem:first-child {
        margin-top: 0 !important;
        padding-top: 0 !important;
        margin-bottom: 100vh;
    }
	.biH .iHistory .description .scrollItems .scrollItem{
		/*padding-bottom: 100vh;*/
		margin-top: 50vh;
        /* margin-bottom: 20vh; */
        padding-top: 50vh;
    }
	.biH .iHistory .graphic { 
		height: 70vh;
		width: 100vw;
		left: 0;
		border-bottom: 1px white solid;
        background: black;
	}
	.biH .graphic .media .imageWrapper {
		top: 0;
		left: 0;
		transform: unset;
	}
	
}

.iHistory .scrollItem {
	transition: opacity .5s;
	opacity: .3;
	padding-bottom: 50vh;
}
.iHistory .scrollItem.active,
.iHistory .scrollItem.active .scrollIndicator {
	opacity: 1
}

.iHistory.hide .description {
	/*transform: scale(0);*/
	transform: translateX(-100vw);
}
.iHistory.reversed.hide .description {
	transform: translateX(100vw);
}
.iHistory.noHide.hide .description {
	transform: scale(1);
}
.iHistory.hide .graphic {
	left: 0!important;
	width: 100%;
}
.iHistory.hide .insideWrapper {
	width: 100vw!important;
}
/*
.biH .main.iH{
	height: 100vh;
}
.biH .iHistory .description { 
	flex: 1 1 100vw;
    height: 40vh;
    padding: 0!important;
    margin-top: 60vh;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    overflow-y: auto;
}
.biH .iHistory .description .scrollItems{ 
	padding: 2em;
}
.biH .iHistory .description .scrollItem{ 
	padding-bottom: 50vh; 
}
.biH .iHistory .description .scrollItem .descriptionTitle{ 
	padding: 10vh 0em 10vh;
}
.biH .iHistory .graphic{
	width: 100%;
    height: 100vh;
	left: 0;
}
.biH .iHistory .graphic .media{
	display: block;
}
.biH .iHistory .graphic .media .back-image{
	opacity: 1!important;
}
*/
@keyframes scrollArrowPulse {
    0%,
    10% {
        opacity: 0;
        transform: translateY(-50%)
    }
    45%,
    65% {
        opacity: 1
    }
    90%,
    100% {
        opacity: 0;
        transform: translateY(50%)
    }
}
.showLarge{
	display:none
}
.showSmall{
	display:inline-block
}
.icongs {
    display: inline-block;
    font-family: icongs;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}
.icongs.icongs-lightarrowdown:before {
    content: "🔕"
}
.icongs.icongs-lightarrowleft:before {
    content: "🔖"
}
.icongs.icongs-lightarrowright:before {
    content: "🔗"
}
.icongs.icongs-lightarrowup:before {
    content: "🔘"
}
.icongs.icongs-lightdirectiondown:before {
    content: "🔙";
	animation: scrollArrowPulse 1.5s infinite ease-in-out;
    position: relative;
    height: auto;
    display: inline-block;
}
.icongs.icongs-lightdirectionleft:before {
    content: "🔚"
}
.icongs.icongs-lightdirectionright:before {
    content: "🔛"
}
.icongs.icongs-lightdirectionup:before {
    content: "🔜"
}
.icongs.icongs-play:before {
    content: "🔬"
}
.picture {
    margin-bottom: 20px
}
.descriptionTitle{
	/*color: currentColor;
    padding-top: 40px;
    margin: 0;
    font-size: 4em;
    line-height: 1.1em;
    margin: 0;
    font-family: sans-serif;
    font-style: normal;
    opacity: 0;
    text-transform: uppercase;
	margin-bottom: 2em;
	transition: opacity 0.5s linear;
	border-bottom: 2px currentColor solid;*/
	color: currentColor;
    padding-top: 40px;
    margin: 0;
    font-size: 6vmin;/*3rem;*/
    line-height: 1.1em;
    margin: 0;
    font-family: sans-serif;
    font-style: normal;
    opacity: 0;
    margin-bottom: 2em;
    transition: opacity 0.5s linear;
    padding: 40vh 0em 10vh;
}
.fadein {
	-webkit-transition: background-image 0.2s ease-in-out;
	transition: background-image 0.2s ease-in-out;
}
.dpf1 .iHistory .description {
	border-right: 1px solid #ebebeb;
}
.dpf0 .iHistory .description {
	border-right: unset;
}