/* @media screen and (min-width:1024px), screen and (min-device-width:1024px)  {*/
@media (min-width: 300px) and (max-width: 1024px) {
    #p_descricao img {
        width: 100% !important;
        float: left !important;
        height: auto !important;
        margin: 0px 0px 15px 0px !important;
    }

    .txt{
        width:100% !important;
    }
    .img{
        width:100% !important;
    }
    #p_descricao {
        background:#ffffff !important;
    }
}

#p_descricao{
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    color: #404040;
    -webkit-font-smoothing: antialiased;
}
#p_descricao * {
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #404040;
    font-weight: 400;
}
.linha{
    border-bottom: 1px solid #404040;
    width: 85px;
    text-align: center;
    margin: 0px auto 90px;
    padding-top: 30px;
}
.p_container{ padding: 60px 0px; }
.p_titulo_h1_holder{  
    padding: 0px;
    text-align: center;
}
.p_titulo_h1 {
    color: #404040 !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2.7em;
    line-height: 1em;
    margin-bottom: 0px;
}
.clear{clear:both;}



@media (min-width: 1680px) and (max-width: 1815px) {
    #p_descricao {
        font-size: 16px !important;
        line-height: 1.6em !important;
    }
}

@media (min-width: 1816px) and (max-width: 2560px) {
    #p_descricao {
        font-size: 18px !important;
        line-height: 1.6em !important;
    }
}


