/* 
    Created on : ABR/2017, 
    Author     : INCOGRAF® 
*/

[class*=' col-']{
    padding: 0px;
    /*border: 1px solid red;*/
}

#proItem{
    /*padding-top: 80px;*/
}

#proItem  .myhidden-sm-down{
    display: block;
}
#proItem  .myhidden-md-up{
    display: none;
    margin: 0px; 
}


#proItem .row:last-of-type{
    margin: 0px;

    overflow: hidden;
    /*    overflow: hidden;
        display: block;*/
}

#proItem .row:last-of-type >div[class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

#proItem .mediaShadow{
    position: absolute;
    top: -80px;
    bottom: 0;
    right: 0;
    width: 140px;
    background-color: #f2f2f2;
    z-index: -1;
}


#proItem .media{

}
#proItem .media>div {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 15px;
}
#proItem .media img,
#proItem .media video{
    width: 100%;
}

#proItem .detail{
    background-color: #f2f2f2;
    height: 100%;
    /*    min-height: 840px;
        padding: 30px 75px 75px 170px;*/
    padding: 30px 75px 75px 30px;
}
#proItem .detail>div{
    margin-bottom: 30px;
}
/*#proItem .detail article header{
    float: left;
    border: 1px solid #009ee0;
}*/
#proItem .myhidden-md-up h2.title{
    /*    font-family: 'Oswald', sans-serif;
        font-size: 20px;
        font-weight: bold;    
        border: 1px solid #009ee0;
        padding: 10px;*/
    text-align: center;
}
#proItem .myhidden-md-up div.line{
    position: absolute;
    bottom: -40px;
    left: 50%;
    right: 50%;
    height: 40px;
    background-color: #009ee0;
    width: 2px;
}
#proItem .detail h2.title{
    /*    font-family: 'Oswald', sans-serif;
        font-size: 20px;
        font-weight: bold;    
        float: left;
        border: 1px solid #009ee0;
        padding: 10px;*/
    margin-top: 20px;
    text-align: center;
}
#proItem .detail h3.title:before{
    content: "";
    border-top: 2px solid #009ee0;
    position: absolute;
    margin-top: -30px;
    width: 30px;
}
#proItem .detail h3.title{
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    /*margin: 65px 0px 30px 0px;*/
    margin: 72px 0px 30px 0px;
    color: #009ee0;
}
#proItem .detail article div.line{
    background-color: red;
    background-color: #009ee0;
    /*width: 170px;*/
    width: 46px;
    height: 1px;
    position: absolute;
    /*left: 0;
    left: -140px;*/
    left: -15px;
    top: 72px;
}
#proItem .detail article p{    
    margin: 0px;

}
#proItem .detail article p.description,
#proItem .detail article div.description{
    margin: 0px;
    display: inline-block;
    font-size: 15px;
    margin-top: 30px;    
    text-align: left;
    padding: 0px;
}
#proItem .detail .featuredList p.description,
#proItem .detail .featuredList div.description{
    /*font-family: 'Oswald', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    padding: 0px;
}
#proItem .detail article p.description img ,
#proItem .detail article div.description img {
    /* Personalized EDITOR images */
    width: 100%;
}


#proItem .detail article p.description a ,
#proItem .detail article div.description a {    
    color: #009ee0;
}
#proItem .detail article p.description a:hover ,
#proItem .detail article div.description a:hover{
    text-decoration: underline;   
}


#proItem .detail article p.description ul ,
#proItem .detail article div.description ul {
    /* Personalized EDITOR listas */
    list-style-type: none;
    padding: 0px;
    margin: 0px 0px;
    /*background-color: red;*/
    /*color: #009ee0;*/
}
#proItem .detail article p.description ol ,
#proItem .detail article div.description ol {
    /* Personalized EDITOR listas */
    padding: 0px 0px 0px 15px;
    margin: 0px 0px;
    /*background-color: #f2f2f2;*/
    /*color: #009ee0;*/
}
#proItem .detail article p.description ul>li ,
#proItem .detail article div.description ul>li {
    font-size: 14px;
    line-height: 25px;
}
#proItem .detail article p.description ul>li:before ,
#proItem .detail article div.description ul>li:before {
    /* Personalized EDITOR listas */
    background-color: #009ee0;
    margin-right: 10px;
    padding: 0px;
    height: 8px;
    width: 8px;
    display: inline-grid;
    content: '';
}



/*#proItem .detail .documentsList {
    margin-bottom: 30px;
}*/
/*#proItem .detail ul{
    padding: 0px;
}
#proItem .detail ul li{
    color: #009ee0;
    display: inline-flex;
    width: 100%;
    margin-top: 10px;   
}
#proItem .detail ul li:hover{
    background-color: #fff;
}
#proItem .detail ul > li > a {
    width: 100%;
}
#proItem .detail ul > li > a > span{
    line-height: 40px;
    margin-left: 10px;
}
#proItem .detail ul li:before {  
    background-color: #fff;
    content: url('assets/images/app/botao_download.png');
    height: 40px;
}*/

@media screen and (max-width: 991px) {
    #proItem  .myhidden-sm-down{
        display: none;
    }
    #proItem  .myhidden-md-up{
        display: block;
        text-align: center;
    }

    #proItem .mediaShadow,
    #proItem .detail article div.line{
        display: none;
    }

    #proItem header{
        margin-top: 50px;
        margin-bottom: 10px;
    }
    #proItem .myhidden-md-up h2.title{
        /*        font-family: 'Oswald', sans-serif;
                font-size: 20px;
                font-weight: bold;    
                border: 1px solid #009ee0;
                padding: 10px;
                display: inline-block;*/
    }
    #proItem .myhidden-md-up div.line{
        position: absolute;
        bottom: -40px;
        /* left: 50%; */
        /* right: 50%; */
        height: 40px;
        background-color: #009ee0;
        width: 1px;
    }
    #proItem .detail {
        padding: 30px 80px 75px 80px;
    }
    #proItem .media>div {
         padding-right: 0px; 
    }

}
@media screen and (max-width: 767px) {

    #proItem .detail {
        padding: 30px 40px 75px 40px;
    }

    

}