/* Default CSS */
/* -------- titulo ------------------ */

     .titulo {
         display: none;
     }

/* -------- figura ------------------ */

     .figura {
         display: none;
     }

/* -------- social ------------------ */

     .social {
         border-radius: 10px;
     }

/* ---------------------------------- */

     @media only screen and (min-width: 601px) {

/* -------- titulo ------------------ */

       .titulo{
           display: block;
           float: none; 
           height: 30px;
           margin: 0 0 1px 0;
           padding-top: 10px;
           border-radius: 10px;
           text-align: center;
           width: auto;
       }

       .lazl{
           color: #0000FF;
           font-family: Times New Roman;
           font-size: 20px;
       }

       .lprt{
           color: #000000;
           font-family: Times New Roman;
           font-size: 20px;
       }

       .lvrmlh{
           color: #FF0000;
           font-family: Times New Roman;
           font-size: 20px;
       }

/* -------- figura ------------------ */

       .figura {
           display: none;
       }

/* ---------------------------------- */
/* ---------------------------------- */

     @media only screen and (min-width: 	1001px) {

       .figura{
           border-radius: 10px;
           display: block;
           background-color: #ddd;
           float: none;
           margin: 1px 0px 1px 0px;
           padding: 10px;
           height: auto;
           max-width: 100%;
       }

       .clearfix {
           overflow: auto;
       }

       .foto{
           float: left;
           margin: 0px;
           padding: 0px;
           height: auto;
           width: 85%;
           clear:both;
       }

       .capa{
           padding-top: 5px;
           height: auto;
           width: 100%;
       }

       .brasao{
           background-color: #DDDDDD;
           float: left;
           text-align: center;
           height: auto;
           width: 15%;
       }

       .escudo{
           height: auto;
           width: 60%;
       }

       .lazlxs{
           color: #0000FF;
           font-family: Times New Roman;
           font-size: small;
           margin: 0px;
           padding: 0px;
       } 

       .lprtxs{
           color: #000000;
           font-family: Times New Roman;
           font-size: small;
           margin: 0px;
           padding: 0px;
       }

       .lvrmlhxs{
           color: #FF0000;
           font-family: Times New Roman;
           font-size: small;
           margin: 0px;
           padding: 0px;
       }

       .lm{
           color: #000000;
           font-family: Times New Roman;
           font-size: x-small;
           margin: 0px;
           padding: 0px;
       }

     }