﻿/*tablet*/
@media (min-width: 768px) {
    .misVisValItens {
        padding: 20px 40px;
    }

    .textEsc {
        width: 60%;
        padding-right: 40px;
    }

        .textEsc p {
            margin-bottom: 30px;
        }

    .bodyEsc {
        height: 550px;
    }

    .textMisVisVal {
        width: 40%;
    }
    
    .contBtns {
        padding: 50px;
    }
}

/*smartphone*/
@media (max-width: 767px) {
    .misVisValItens {
        padding: 10px 20px;
    }

    .bodyEsc {
        overflow: auto;
        padding: 100px 0;
    }

    .textEsc {
        width: 100%;
        margin: 0 auto;
        padding: 0 5px;
    }

        .textEsc p {
            margin-bottom: 15px;
        }

    .dvImgEsc {
        display: none;
    }

    .textMisVisVal {
        width: 100%;
    }
    
    .contBtns {
        padding: 10px;
    }

        .contBtns a {
            float: left !important;
            margin: 5px 10px !important;
        }
}

/*computador*/
@media (min-width: 1200px) {
    .misVisValItens {
        padding: 20px 40px;
    }

    .textEsc {
        width: 60%;
        padding-right: 40px;
    }

        .textEsc p {
            margin-bottom: 30px;
        }

    .bodyEsc {
        height: 550px;
    }

    .textMisVisVal {
        width: 40%;
    }

        .contBtns {
        padding: 50px;
    }
}

.contBtns {
    float: left;
    text-align: center;
    width: 100%;
}


.dvImgEsc {
    width: 100%;
    height: 550px;
    background: #296742;
    background-image: url(/Content/imgtemanovo/fundoSobre2.jpg);
    background-size: cover;
    background-position: bottom;
    margin-top: 40px;
}

.textEsc {
    float: left;
}


.textMisVisVal {
    float: left;
    background: #296742;
    color: #fff;
    padding: 20px 0;
}

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

.misVisValItens {
    width: 100%;
    float: left;
}

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

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

.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;
}
