/*HEADER*/
.logo img {
    height: 60px;
}
.fixed-header-on .header .logo img {
    max-height: 50px;
}

/*MENU HEADER Pagina*/


/*SUB FOOTER*/
/*.subfooter {
    background-color: #dddddd;
}*/

/*ORCAMENTO*/
.has-feedback label ~ .form-control-feedback.selectForm {
    right: 10px;
}

/*Serviços*/
.masonry-grid-item .overlay-container {
    height: 300px;
}
.masonry-grid-fitrows .listing-item .body {
    height: 145px;
}
.masonry-grid-fitrows .listing-item .body p{
    height: 36px;
    overflow: hidden;
}

/*Serviços DETALHE*/
.produto-detalhe .overlay-container {
    height: 250px;
}
.produto-detalhe .overlay-container img{
    width: 100%;
    height: auto;
}
@media(max-width: 767px){
    .logo img {
        height: auto;
    }
    .footer .footer-content img{
        margin: 0 auto;
    }
    .footer .footer-content p{
        text-align: center;
    }
}
@media(max-width: 800px){
    /*PRODUTO DETALHE*/
    .produto-detalhe .overlay-container{
        height: 250px;
        overflow: hidden;
    }
    
}
@media(min-height: 1000px){
    /*PRODUTO DETALHE*/
    @media(max-width: 800px){
        .produto-detalhe .overlay-container img{
            width: 100%;
            height: auto;
        }
        .produto-detalhe .overlay-container{
            height: 480px;
            overflow: hidden;
        }
    }
}