     /* Fonte padrão */
     body {
    	 
    	 font-family: 'Roboto', sans-serif;
    	 font-size: 16px;
    	 line-height: 1.5;
    	 color: #333;
    	 margin: 0;
    	 padding: 0;
    	 background-color: #CCCCC;
	 }

     /* Estilo dos títulos */
	 h1, h2, h3, h4, h5, h6 {
    	
    	 font-weight: 700;
    	 margin-bottom: 1rem;
	 }

	 /* Estilo dos parágrafos */
	 p {
    	
    	 margin-bottom: 1rem;
	 }

	 /* Estilo das listas */
	 ul {
    	
    	 margin-bottom: 1rem;
    	 padding-left: 20px;
	 }

	 li {
         
         margin-bottom: 0.5rem;
         list-style: none;
	 }

	 /* Estilo dos links */
 	 a {
    	
    	 color: #007BFF;
    	 text-decoration: none;
	 }

	 a:hover {
     	
     	 text-decoration: underline;
	 
	 }


 
     .corpo_principal { 

     	 background-color:#F5F5F5; 

     }
 
     .titulo_principal { 

     	 font-weight: bold; 
     	 font-size:30px; 
     	 margin-top:10px; 

     }

     /* cads */
     .imgs_cards    { top: -30px; position: relative;  }
     .text_cards    { font-weight: bold; height: 60px; }
     .name_cards    { font-size: 18px; }
     .desc_cards    { height: 150px;                   }
     .desc_txt_card { margin: 10px 0; font-size: 12px; }

