/* PAGE 6 */

section.blog {
    position: relative;
    height: 100vh;
    align-content: flex-start;
    background: #858e7b;
    padding-left: 10vh;
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-align: start;
}

div.blog-index {
    width: 100%;
    height: 100%;
    display: block;
}

div.blog-page {
    width: 30vw;
    height: 80vh;
    display: inline-block;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    margin-right: 5vw;
    margin-top: 10vh;
    margin-bottom: auto;
    cursor: pointer;
}

div.blog-img {
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-size: cover !important;
}

div.blog-pretitle {
    font-family: ABCDiatypeCondensedRegularTrial;
    font-weight: normal;
    font-size: 2.5vh;
    color: #eee;
    padding-top: 35vh;
    margin-left: 1.6vw;
    display: flex;
}

div.blog-title {
    font-family: ABCDiatypeCondensedRegularTrial;
    font-weight: normal;
    font-size: 4vh;
    color: #eee;
    white-space: break-spaces;
    margin-top: 10px;
    margin-left: 2vw;
    width: 75%;
    letter-spacing: -0.5px;
    line-height: 4.5vh;
}

div.blog-subtitle {
    font-family: ABCDiatypeCondensedRegularTrial;
    font-weight: normal;
    font-size: 3.7vh;
    color: #eee;
    white-space: break-spaces;
    margin-top: 20px;
    margin-left: 2vw;
    width: 75%;
    letter-spacing: -0.3px;
    line-height: 4vh;
}

div.blog-read {
    display: inline-flex;
    margin-left: 2vw;
    margin-right: 2vw;
    margin-bottom: 2vh;
    justify-content: space-between;
}

div.blog-read-hint {
    font-family: ABCDiatypeCondensedRegularTrial;
    font-weight: normal;
    font-size: 2.5vh;
    color: #eee;
    align-self: center;
}

div.blog-gotinha {
    background: url(../img/RPM-AC-Icones-Gota-v03.gif);
    background-position: center;
    background-size: cover;
    height: 6vh;
    width: 6vh;
    opacity: 1;
    margin-top: 1vh;
}

img.blog-clock {
    width: 2.5vw;
    height: 2.5vh;
    margin-right: 3px;
    align-self: center;
}

@media screen and (max-width: 999px) {
    section.blog {
        padding-left: 5vw;
    }
    div.blog-page {
        /*width: 85vw;*/
        width: 90vw;
        height: 70vh;
        margin-top: 15vh;
        margin-right: 5vw;
    }
    div.blog-pretitle {
        font-size: 2vh;
        margin-left: 5vw;
    }
    div.blog-title {
        font-size: 3.3vh;
        margin-top: 10px;
        line-height: 3.3vh;
        margin-left: 5vw;
    }
    div.blog-subtitle {
        font-size: 3vh;
        margin-top: 10px;
        line-height: 3vh;
        margin-left: 5vw;
    }
    div.blog-read {
        margin-left: 5vw;
    }
    div.blog-read-hint {
        font-size: 2vh;
    }
}