html, body {
    font-family: 'Roboto', sans-serif;
    height: 95%;
}

.row {
    margin-bottom: 0 !important;
}

.whatsapp{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 68px;
    object-fit: cover;
}

.sessao1 {
    background: url(../Imagens/pSocial_bg.jpg);
    background-attachment: fixed!important;
    background-color: rgba(0,0,0,0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover!important;
    position: relative;
    z-index: 0;
    height: 100vh;
}

.sessao1:before {
    opacity: 0.9;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    background: rgba(234,103,17,.8);
    background: -moz-linear-gradient(left,#e89926 0,#ea6711 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,#e89926),color-stop(100%,#ea6711));
    background: -webkit-linear-gradient(left,#e89926 0,#ea6711 100%);
    background: -o-linear-gradient(left,#e89926 0,#ea6711 100%);
    background: -ms-linear-gradient(left,#e89926 0,#ea6711 100%);
    background: linear-gradient(to right,#e89926 0,#ea6711 100%);
}

.sessao1 h1 {
    font-size: 42px;
    text-shadow: 0 5px 10px rgb(0 0 0 / 30%);
    margin-top: 15%;
    letter-spacing: 2px;
    color: #FFF;
    text-align: left;
}

.sessao1 h2 {
    font-size: 23px;
    line-height: 28px;
    text-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    margin-top: 15%;
    letter-spacing: 2px;
    color: #FFF;
    text-align: left;
    margin-top: 10px;
}

.sessao1 h3 {
    font-size: 18px;
    color: #FFF;
    text-align: left;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.sessao1 h3 i {
    margin-right: 10px;
}

.btnVantagens {
    width: 100% !important;
    height: 48px !important;
    color: #333 !important;
    padding: 12px 36px !important;
    font-weight: 600 !important;
    border: none !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    -webkit-border-radius: 90px !important;
    -moz-border-radius: 90px !important;
    border-radius: 90px !important;
    margin: 2px !important;
    background: #FFF  !important;
    flex: 1 1 auto !important;
    margin: 0 !important;
    cursor: pointer !important;
    transition:  all 1s ease;
}

.btnVantagens:hover{
    background: #333 !important;
    color: #FFF !important;
}

.btnVantagens:active{
    background: #FFF !important;
    color: #333 !important;
}

.formDemonstracao{
    margin-top: 10px;
    background: #fff;
    padding: 20px 15px;
    position: relative;
    border-radius: 15px 0 5px 0;
    text-align: left !important;
}

.formDemonstracao h2{
    color: #333;
    font-size: 20px;
    text-align: center;
    text-shadow: none;
    padding: 10px;
    margin-bottom: 5px;
}

.formDemonstracao label{
    color: #666666;
    font-size: 14px;
    margin: 30px 10px 0 0 !important;
    width: 100% !important;
    top: -36px !important;
    font-size: 14.5px;
    font-weight: 400;
}

.select label {
    margin: -40px 10px 0 0 !important;
    top: 15px !important;
}

.select label {
    margin: -40px 10px 0 0 !important;
    top: 15px !important;
}

.formDemonstracao .input-field> label:not(.label-icon).active {
    transform: translateY(-7px) scale(0.8) !important;
    color: #DF7B00 !important;
}

input.valid:not([type]), input.valid:not([type]):focus, input.valid[type=text]:not(.browser-default), input.valid[type=text]:not(.browser-default):focus, input.valid[type=password]:not(.browser-default), input.valid[type=password]:not(.browser-default):focus, input.valid[type=email]:not(.browser-default), input.valid[type=email]:not(.browser-default):focus, input.valid[type=url]:not(.browser-default), input.valid[type=url]:not(.browser-default):focus, input.valid[type=time]:not(.browser-default), input.valid[type=time]:not(.browser-default):focus, input.valid[type=date]:not(.browser-default), input.valid[type=date]:not(.browser-default):focus, input.valid[type=datetime]:not(.browser-default), input.valid[type=datetime]:not(.browser-default):focus, input.valid[type=datetime-local]:not(.browser-default), input.valid[type=datetime-local]:not(.browser-default):focus, input.valid[type=tel]:not(.browser-default), input.valid[type=tel]:not(.browser-default):focus, input.valid[type=number]:not(.browser-default), input.valid[type=number]:not(.browser-default):focus, input.valid[type=search]:not(.browser-default), input.valid[type=search]:not(.browser-default):focus, textarea.materialize-textarea.valid, textarea.materialize-textarea.valid:focus, .select-wrapper.valid>input.select-dropdown {
    border-bottom: 1px solid #DF7B00 !important;
    -webkit-box-shadow: 0 1px 0 0 #DF7B00 !important;
    box-shadow: 0 1px 0 0 #DF7B00 !important;
}

.input-field {
    position: relative;
    margin-top: 0.2rem !important;
}

input[type=text]:not(.browser-default) {
    height: 2rem;
    font-size: 16px;
    font-weight: 500;
}

.btn, .btn-large, .btn-small {
    width: 100%;
    background: #DF7B00 !important;
}

.flexbox {
    display: flex;
    flew-wrap: wrap;
    height: 100%;
    justify-content: center;
    align-items: center;
  }

.btn:hover, .btn-large:hover, .btn-small:hover {
    background: #333 !important;
    color: #FFF;
}

h1 {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
    color: #000;
}

h2 {
    margin-top: 10px;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    font-weight: 700;
    color: #000;
}

#Sessao2, #Sessao3 {
    padding-top: 20px;
    background: #fafafa !important;
    width: 100%;
}

#Sessao3 {
    display: inline-table;
}

#Sessao4 {
    height: 250px;
}

#Sessao5 {
    margin-top: 30px;
    padding: 20px 0;
}

#Sessao5 img {
    object-fit: contain;
    height: 350px;
    padding: 10px;
}

.vantagens {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.vantagens li{
    background: #fff;
    width: 30%;
    height: 150px;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #F77B23;
    font-size: 18px;
    padding: 5px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out 0s;
}

.vantagens li:hover{
    transform: scale(1.1);
}

.vantagens li a {    
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #F77B23;    
}

.vantagens li a:hover {
    text-decoration: underline;
}

#Sessao5 h4{
    font-size: 26px;
    margin-top: 0;
    line-height: 38px;
    font-weight: 500;
}

.img-logo {
    width: 220px;
}

.img3 {
    bottom: 0;
    position: absolute;
    right: 10%;
}

.img4 {
    display: block;
    height: auto;
    max-width: 100%;
}

.imgArte {
    width: 100%;
}

.btnLaranja {
    width: 100%;
    height: 60px;
    padding: 12px;
    background-color: #FF8C00;
    border: none;
    border-radius: 6px;
    color: #FFF;
    font-size: 26px;
    font-weight: 600;
    transition: 0.3s;
    z-index: 10;
    position: relative;
    display: inline-block;
    text-align: center;
}

.btnLaranja:hover {
    background-color: #DF7B00;
    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;
}

.splide__slide {
    padding: 0 50px !important;
    width: 200px;
    height: 200px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
}

.splide__slide img{
    padding: 10px;
    object-fit: contain;
    max-width: 100%;
    height: auto;
}

footer {
    background: rgba(234,103,17,.8);
    background: -moz-linear-gradient(left,#e89926 0,#ea6711 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,#e89926),color-stop(100%,#ea6711));
    background: -webkit-linear-gradient(left,#e89926 0,#ea6711 100%);
    background: -o-linear-gradient(left,#e89926 0,#ea6711 100%);
    background: -ms-linear-gradient(left,#e89926 0,#ea6711 100%);
    background: linear-gradient(to right,#e89926 0,#ea6711 100%);
    margin: 0;
}

footer h4 {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #FFF;
}

footer ul {
    text-align: left;
}

footer ul li {
    font-size: 14px;
    padding: 5px;;
    font-weight: 400;
    color: #FFF;
}

footer a {
    color: #FFF;
}

footer a:hover {
    text-decoration: underline;
}

footer p {
    font-size: 14px;
    padding: 5px;;
    font-weight: 400;
    color: #FFF;
    text-align: left;
    line-height: 23px;
}

.fundoImage {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.SessaoPassado h2 {
    margin-top: 0 !important;
    margin-bottom: -10px !important;
    color: #000;
}

.SessaoPassado h3 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-top: -5px;
    margin-bottom: 10px;
}

.SessaoPassado 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: -30px;
    right: 30px !important;
}

.containerPassado {
    padding: 0 !important;
}

button:hover {
    background: #ff9b20;
}

 button:active {
     background: #DF7B00;
 }

@media screen and (max-width: 768px) {
    html, body {
        font-family: 'Roboto', sans-serif;
        height: 97%;
    }
    section, footer{
        margin-top: -6px !important;
    }

    .whatsapp{
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 1000;
        width: 50px;
        object-fit: cover;
    }

    .sessao1 {
        height: max-content;
        padding-bottom: 10px;
    }

    .sessao1 h1 {
        font-size: 28px;
        line-height: 32px;
        text-shadow: 0 5px 10px rgb(0 0 0 / 30%);
        margin-top: 10%;
        letter-spacing: 2px;
        color: #FFF;
        text-align: center;
    }

    .sessao1 h2 {
        font-size: 18px;
        line-height: 22px;
        text-shadow: 0 5px 10px rgb(0 0 0 / 20%);
        margin-top: 15%;
        letter-spacing: 2px;
        color: #FFF;
        text-align: center;
        margin-top: 10px;
    }

    .sessao1 h3 {
        font-size: 16px;
        color: #FFF;
        text-align: left;
        display: flex;
        align-items: center;
        margin-top: 5px;
    }

    .btnVantagens{
        height: auto;
        padding: 0 5px !important;
        font-size: 16px;
        line-height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .flexbox{
        display: block;
    }

    .formDemonstracao h2{
        color: #333;
        font-size: 18px;
        text-align: center;
        text-shadow: none;
        padding: 10px;
        margin-bottom: 5px;
    }

    .vantagens li{
        width: 45%;
        height: 120px;
    }

    .splide__slide img{
        padding: 5px 10px;
        object-fit: contain;
        width: 150px;
        max-width: none;
    }

    #Sessao5 h4{
        font-size: 18px;
        margin-top: 0;
        line-height: 22px;
        font-weight: 500;
    }

    .valign-wrapper {
        display: inline-block;
    }
    .fundoImage .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: 15px;
        font-size: 22px;
        line-height: 24px;
        text-shadow: none;
    }
    .imgPessoa{
        bottom: -30px;
        right: 0 !important;
    }
    .imgPessoa img{
        width: 60%;
    }
    .img1 {
        width: 60%;
        margin: 0 auto;
    }
    .img2 {
        width: 60%;
        margin: 0 auto 10px auto !important;
    }
    .img3 {
        width: 55%;
        margin: 0 auto !important;
        right: 20%;
    }
    .btnLaranja {
        height: auto;
        min-height: 45px !important;
        padding: 11px;
        font-size: 19px;
    }
    .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: 50px;
        position: absolute;
        top: 48%;
        left: 58%;
        margin-left: -41px;
    }
    .listaPontosNegativos li {
        padding: 0 0 30px 60px;
        margin-bottom: 10px;
    }
    .listaPontosPositivos li {
        padding: 0 0 30px 60px;
        margin-bottom: 10px !important;
    }
    .SessaoPassado 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%);
    }
    .SessaoPassado h3 {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        margin-top: -5px;
        margin-bottom: 10px;
    }
    .SessaoPassado p {
        padding: 0 0;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        margin: 4px 0;
    }
    #Sessao3 h2{
        font-size: 22px;
    }
    #Sessao3 .imgPessoa{
        bottom: -6px;
        right: -7% !important;
    }
    #Sessao3 .imgPessoa img{
        width: 85%;
    }
    #Sessao3 .container{
        margin-top: 30px;
    }

    .btn-large {
        padding: 0 0;
    }
}

