
.container-single-scroll {
    /* margin-bottom: 3rem; */
    margin-top: 68px;
}

.scroll-screen {
    border-bottom: 1px solid #DBDBDB;
    margin: 0 auto;
    padding: 2rem 0;
}

.scroll-screen-100 {
    min-height: 700px;
    height: calc(100vh - 68px);
}

.scroll-item {
    margin: 3rem 0;
    text-align: center;
}

.scroll-screen-portada .scroll-item {
    margin: 1.2rem 0;
}

.scroll-footer {
    border-bottom: 1px solid #DBDBDB;
    margin: 0 auto 6rem;
    padding: 2em;
    text-align: center;
}

.scroll-footer p {
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 1.1em;
    font-variant: small-caps;
    letter-spacing: 1.25px;
    line-height: 1;
    margin: 0;
    text-transform: lowercase;
}

.scroll-screen h2 {
    font-size: 2.5em;
    font-weight: 700;
    padding: 0 0;
}

.scroll-screen p {
    font-size: 1.5em;
    margin: 0;
    padding: 0 0;
}

.scroll-screen a {
    color: #FF7171;
}

.scroll-screen .btn-primary {
    color: #212121;
}

.scroll-screen .btn-primary:hover,
.scroll-screen .btn-primary:hover,
.scroll-screen .btn-primary:active {
    color: #FFF;
}

.scroll-screen-portada {
    padding-top: 1.8rem;
}

.scroll-screen-portada h2 {
    font-size: 2.5em;
    font-weight: 500;
}

.scroll-screen-portada p {
    font-weight: 500;
    line-height: 1;
}

.scroll-item-texto p {
    padding: 0 2em;
}

.scroll-item-imagen {
    padding: 0;
}

.scroll-screen-portada .scroll-item-imagen {
    padding: 0 15px;
}

.scroll-item-meta {
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 1.1em;
    font-variant: small-caps;
    font-weight: 500;
    letter-spacing: 1.25px;
    line-height: 1;
    text-transform: lowercase;
}

.scroll-item .scroll-item-story-quote {
    font-size: 2em;
    font-style: italic;
    font-weight: 500;
    line-height: 1;
    padding: 0 .5em;
}

.scroll-item-relato-persona p {
    line-height: 1;
}

.scroll-item-story .scroll-item-person {
    color: #FF7171;
}

.scroll-screen.scroll-screen-portada .scroll-volanta {
    font-family: "Alegreya Sans SC", sans-serif;
    text-transform: lowercase;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1.4px;
}