.content_page {
    padding: 120px 0px;
    -webkit-transition: opacity .9s;
       -moz-transition: opacity .9s;
        -ms-transition: opacity .9s;
         -o-transition: opacity .9s;
            transition: opacity .9s;
}

.content_page:nth-of-type(even) {
    color           : #FFFFFF;
    background-color: #8CCAFA;

}

.content_page > h2 {
    margin-bottom: 48px;
    font-size    : 36px;
    text-align   : center;
    line-height  : 36px;
}

.content_page > p {
    width      : 660px;
    margin     : 0px auto;
    font-size  : 18px;
    text-align : justify;
    line-height: 18px;
}

.content_page > scroller {
    bottom: 12px;
    left  : calc(50% - 36px);
}

.content_page > scroller:hover {
    bottom: 0px;
}

#content_page-1 {
    height     : calc(100% - 156px);
    padding-top: 60px;
}

#content_logo-image {
    height    : 66%;
    background: url("/portale/Acommon/img/efficiency.png") center/auto 100% no-repeat;
}

#content_logo-title {
    height     : 34%;
    padding-top: 2.5%;
    font-size  : 48px;
    text-align : center;
    line-height: 72px;
}