html, body {
    font-family: 'Roboto', sans-serif;
    height: 95%;
}

.row {
    margin-bottom: 0 !important;
}

#Sesao2 {
    padding-top: 20px;
}

h1 {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
    color: #000;    
}

h2 {
    margin-top: 10px;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;    
    color: #000;    
}

h4 {
    font-size: 20px;
    font-weight: 600;    
}

footer ul li {
    text-align: left;
    line-height: 32px;
}

footer a {
    text-align: right;
    color: #000;
    line-height: 32px;
    font-size: 14px;
}

footer a:hover {    
    color: #DF7B00;
}

.img-logo {
    width: 220px;
}

.img3 {
    bottom: 0;
    position: absolute;
    right: 30%;
}

.img4 {
    display: block;
    height: auto;
    max-width: 100%;
}

.img8{
    bottom: -6px !important;
}

.imgArte {
    width: 100%;
}

.btnLaranja {
    width: 100%;
    height: 60px;
    background-color: #FF8C00;
    border: none;
    border-radius: 6px;
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
    transition: 0.3s;
}

.btnLaranja:hover {
    background-color: #DF7B00 !important;
    cursor: pointer;
}

.btnLaranja:focus {
    background-color: #DF7B00 !important;
}

.btnLaranja:active {
    background-color: #DF7B00 !important;
}

.btnLaranja:visited {
    background-color: #DF7B00 !important;
}

.divComparacao {
    width: 1px;
    border-color: #BCB9B9;
    border-style: dashed;
    border-bottom-width: 0;
    border-top-width: 0;
    border-right-width: 1px;
    border-left-width: 0;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 50%;
    margin-left: 0;
}

.spanComparacao {
    font-size: 150px;
    font-weight: bolder;
    color: #BCB9B9;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -41px;
}

.listaComparacao li {
    font-size: 18px;
    font-weight: 600;
}

.listaPontosNegativos li {
    background: url('../images/pSocial14.png') no-repeat left top;
    padding: 0 0 30px 60px;
    list-style: none;
    margin-bottom: 25px;
}

.listaPontosPositivos li {
    background: url('../images/pSocial13.png') no-repeat left top;
    padding: 15px 0 30px 60px;
    list-style: none;
    margin-bottom: 10px;
}

footer {
    background-color: #ededed;
    margin: 0;
    padding: 20px 10px 30px;
}

footer p {
    margin-bottom: 0px;
    font-size: small;
    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.sesao2 {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*z-index: -1;
    background: -moz-linear-gradient(left, #e4e4e4 0, #FFF 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #e4e4e4), color-stop(100%, #FFF));
    background: -o-linear-gradient(left, #e4e4e4 0, #FFF 100%);
    background: -ms-linear-gradient(left, #e4e4e4 0, #FFF 100%);
    background: linear-gradient(to right, #e4e4e4 0, #FFF 100%);*/
}

.sesao2 .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../images/pSocial15.jpg') center center;
    opacity: 0.2;
    width: 100%;
    height: 100%;
}

.sesaoPassado h2 {
    margin-top: 0 !important;
    margin-bottom: -10px !important;
    color: #000;
}

.sesaoPassado h3 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-top: -5px;
    margin-bottom: 10px;
}

.sesaoPassado p {
    padding: 0 10px;    
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin: 10px 0;
}

.containerImg {
    position: relative !important;    
}

.imgPessoa {
    position: absolute !important;
    bottom: 0px;
    right: 30px !important;
}

.containerPassado {
    padding: 0 !important;
}

@media screen and (max-width: 768px) {
    html, body {
        font-family: 'Roboto', sans-serif;
        height: 97%;
    }
    section, footer{
        margin-top: -6px !important;
    }    
    .valign-wrapper {
        display: inline-block;
    }
    .sesao2 .bg {        
        background: url('../images/pSocial16.jpg') center center !important;
    }
    .img-logo {
        margin-top: 15px;
        width: 30%;
    }
    .show-on-small {
        display: block !important;
    }
    h1 {
        margin-top: 10px;
        font-size: 24px;
        line-height: 26px;
    }
    h2 {
        margin-top: 20px;
        font-size: 22px;
        line-height: 24px;
        text-shadow: none;
    }
    .imgPessoa{        
        bottom: 0;
        right: 0 !important;        
    }    
    .img1 {
        width: 70%;
        margin: 0 auto;
    }
    .img2 {
        width: 70%;
        margin: 0 auto !important;
    }
    .img3 {
        width: 53%;
        margin: 0 auto !important;
        right: 21% !important;
    }
    .btnLaranja {
        height: auto;
        min-height: 45px !important;
        padding: 10px;
        font-size: 20px;
    }
    .divComparacao {
        width: 80%;
        border-bottom-width: 0;
        border-top-width: 1px;
        border-right-width: 0px;
        border-left-width: 0;
        height: 1px;
        position: absolute;
        left: 10%;
        top: auto;
    }
    .spanComparacao {
        font-size: 48px;
        position: absolute;
        top: 49%;
        left: 58%;
        margin-left: -41px;
    }
    .listaPontosNegativos li {
        background: url('../images/unlike.png') no-repeat left top;
        padding: 0 0 30px 60px;
        list-style: none;
        margin-bottom: 10px;
    }
    .listaPontosPositivos li {
        background: url('../images/like.png') no-repeat left top;
        padding: 10px 0 30px 60px;
        list-style: none;
        margin-bottom: 10px;
    }
    .sesaoPassado h2 {
        margin-top: 5px !important;
        margin-bottom: 20px !important;        
        font-size: 20px;
    }
    .containerPassado {
        margin-bottom: -4px !important;
    }
    .centerVerticalDiv{
        position: absolute;
        top: 25%;
        transform: translateX(75%);       
    }
    .sesaoPassado h3 {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        margin-top: -5px;
        margin-bottom: 10px;
    }    
    .sesaoPassado p {
        padding: 0 0;    
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        margin: 4px 0;
    }
    #Sesao3 h2{
        font-size: 22px;
    }    
    #Sesao3 .imgPessoa{        
        bottom: -6px;
        right: -19% !important;
    }
    #Sesao3 .imgPessoa img{
        width: 54%;
    }
    #Sesao1 .imgPessoa{        
        bottom: 0px;
        right: 5% !important;
    }
    #Sesao1 .imgPessoa img{
        width: 45% !important;
    }
}