﻿/*tablet*/
@media (min-width: 768px) {
    .textEsc {
        width: 100%;
        width: 75%;
        float: left;
        padding: 80px 40px;
    }
    .textEscP {
        font-size: 50px;
        line-height: 55px;
    }

    .bodyEsc {
        height: 550px;
    }
    .sess1 {
        margin: 100px 0;
    }
    .pqItens {
        width: 31%;
    }
}

/*smartphone*/
@media (max-width: 767px) {
    .bodyEsc {
        overflow: auto;
        padding: 100px 0;
    }

    .textEsc {
        width: 90%;
        margin: 0 auto;
        width: 74%;
        padding: 35px 15px;
    }
    .textEscP {
        font-size: 25px;
        line-height: 25px;
    }
    .sess1 {
        margin: 30px 0;
    }
    .pqItens {
        width: 47%;
    }
}

/*computador*/
@media (min-width: 1200px) {
    .textEsc {
        width: 100%;
        float: left;
        width: 75%;
        float: left;
        padding: 80px 40px;
    }
    .textEscP {
        font-size: 50px;
        line-height: 55px;
    }
            .bodyEsc {
        height: 550px;
    }
    .sess1 {
        margin: 100px 0;
    }
    .pqItens {
        width: 31%;
    }
    }
.sess1 {
    float: left;
    width: 100%;
}
.textEsc {
    background: #fff;
    margin-bottom: 100px;
}
    .textEscP {
        font-family: Poppins-Bold;
    }

    .textMisVisVal {
        height: 500px;
        width: 40%;
        float: left;
        background: #296742;
        color: #fff;
        padding: 20px 0;
    }

.eapps-instagram-feed-posts-grid-load-more {
    background: #296742 !important;
    padding: 20px 30px !important;
    border-radius: 0 !important;
    font-size: 17px !important;
    font-family: Poppins-Light, sans-serif !important;
    height: auto !important;
    line-height: 17px !important;
}

.misVisValItens img, .pqItens img {
    margin-bottom: 12px;
    height: 55px;
}

.misVisValItens {
    width: 100%;
    float: left;
    padding: 20px 40px;
}

.pqItens {
    margin: 1%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    text-align: center;
}

.itemTit {
    font-family: 'Poppins-ExtraBold';
    font-size: 20px;
}

.itemText {
    font-family: 'Poppins-ExtraLight';
    font-size: 16px;
}

.bodyEsc {
    display: table;
    width: 100%;
    background-image: url(/Content/imgtemanovo/escritorio.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
