.ml13 {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-weight: 600;
}

.ml13 .letter {
    display: inline-block;
    line-height: 1em;
}

.page-container.espanol .letter {
    display: inline;
}


/************************************/
        /* Estilos propios */
/************************************/

.intro {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;  
    flex-direction: column;
    transition: all 1.2s cubic-bezier(.83,.44,.32,.92);
    transition-delay: 1s;
}
.intro.desaparecer-intro {
    /*height: 35vh;*/
    transition: all 1.2s cubic-bezier(.83,.44,.32,.92);
    transition-delay: 1s;
}
.intro img {
    -moz-animation: aparecer 0.5s ease-out 5s forwards; /* Firefox */
    -webkit-animation: aparecer 0.5s ease-out 5s forwards; /* Safari and Chrome */
    -o-animation: aparecer 0.5s ease-out 5s forwards; /* Opera */
    animation: aparecer 0.5s ease-out 5s forwards;
    opacity: 0;
}

@keyframes aparecer {
  0%   {opacity: 0;transform: translateY(100%);visibility: hidden;}
  100% {opacity: 1;transform: translateY(0%);visibility: visible;}
}
@-webkit-keyframes aparecer {
  0%   {opacity: 0;transform: translateY(100%);visibility: hidden;}
  100% {opacity: 1;transform: translateY(0%);visibility: visible;}
}

section.primera {
    padding-top: 50px;
}
h1.ml13 {
    max-width: 366px;
    text-align: center;
    letter-spacing: 1.5px;
    font-size: 54px;
    font-weight: 100;
    margin-bottom: 0;
}
h4.ml13_2 {
    margin-top: 0;
    text-align: center;
    font-size: 1.2em;
}
h1.ml13 span:nth-child(1) {
    font-size: 0.8em;
}
h1.ml13 span:nth-child(2), h1.ml13 span:nth-child(3) {
    font-size: 0.7em;
}

h1.ml13 span:nth-child(4), h1.ml13 span:nth-child(9), .espanol h1.ml13 span:nth-child(8) {
    font-size: 1.2em;
}

.espanol h1.ml13 span:nth-child(9) {
    font-size: 1em;
}

/*
h1.ml13.ml13_3 .letter {
    opacity: 0 !important;
    transform: translateY(-100px) translateZ(0px) !important;
    transition: all 0.5s ease-out !important;
}
*/