html {
    margin: 0;
    padding: 0;
	font-family: 'Lato', sans-serif;
	font-size: 62.5%;
	font-weight: 700;
}
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
* {
	box-sizing: border-box;
}
.wrapper {
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}
.item {
	position: relative;
    margin: 0 auto;
    text-align: center;
	max-width: 1024px;
	font-size: 0;
}
.item img {
	opacity: 0;
}
.item .nodeText {
	opacity: 0;
	display: inline-block;
	font-size: 3.4rem;
}
.item[data-id="1"] {
	text-align: left;
}
.item .texto-derecha .nodeText {
	display: inline;
}
.item .texto-derecha {
	text-align: left;
	display: inline-block;
	font-size: 3.4rem;
	vertical-align: middle;
	width: 61rem;
	padding-right: 3rem;
	padding-left: 13rem;
}
.item .texto-derecha + img {
	vertical-align: middle;
}
.item[data-id="2"] .train {
	position: absolute;
	top: 6rem;
	right: 20rem;
}
.item .texto-izquierda .nodeText {
	display: inline;
}
.item .texto-izquierda {
	text-align: left;
	display: inline-block;
	font-size: 3.4rem;
	vertical-align: middle;
	width: 54rem;
	padding-right: 15rem;
	padding-left: 5rem;
}
.item img {
	vertical-align: middle;
}
.item[data-id="6"] .nodeText {
	padding: 4rem 22rem;
}
.item .item-8-2 {
	display: inline-block;
	width: 29.9rem;
	height: 26.4rem;
	vertical-align: top;
	position: relative;
	text-align: left;
}
.item .item-8-2 .absoluted {
	position: absolute;
	top: 0;
	right:0;
}
.item.filtro {
	padding: 2rem 0;
}
.item.filtro-text {
	padding: 6rem 0 0 0;
}
.item.special .texto-derecha {
	width: 48.4rem;
	text-align: right;
	vertical-align: bottom;
	padding: 0 5rem 3rem 20rem;
}
.item.filtro-hasta-hoy {
	padding: 6rem 0 1rem 0;
}
.item.phrases {
	padding: 4rem 0;
}
.item .nodeText.big {
	font-size: 4.8rem;
	padding: 4rem 0 2rem 0;
}
.item .nodeText.biggest {
	font-size: 6.8rem;
	padding: 4rem 0 4rem 0;
}
.item.bothText .typed-cursor {
	display: none;
}
.item.bothText .first {
	padding-left: 12rem;
	padding-right: 1rem;
	width: 34rem;
	text-align: right;
	vertical-align: middle;
}
.item.bothText .second {
	vertical-align: middle;
	padding-right: 13rem;
	padding-left: 1rem;
	width: 39.7rem;
	text-align: left;
}
.item .nodeText.biggest + .typed-cursor {
	font-size: 6.8rem;
}




.typed-cursor{
	font-size: 2.4rem;
	position: absolute;
	margin-top: .5rem;
	color: #666;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
.nodeText[data-cursor="false"] + .typed-cursor {
	display: none;
}