/* HTML ELEMENTS */
body {background-color:#fff; font-size:14px;color:#000; }
* {margin:0; padding: 0;font-family: 'Syncopate', sans-serif; font-size:12px;}
html, body {height:100%;}


.vinte{ width:20%;}
.trninta{ width:30%;}
.quarenta{ width:40%; }
.cinquenta{ width:50%;}
.sessenta{ width:60%; }
.setenta{ width:70%; }
.oitenta{ width:80%; }
.esq{ float:left;}
.direita{ float:right}
.centro{ margin:auto;} 
.limpaCss {clear:both; }
.bolde{ font-weight:bold;} 
 
 .fundo{ position:absolute; height:50%; width:100%; background-color:#d5b5e3; top:50%; /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c5d4ee), to(#d6b3e2));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #c5d4ee, #d6b3e2);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #c5d4ee, #d6b3e2);

  /* IE 10 */
  background: -ms-linear-gradient(top, #c5d4ee, #d6b3e2);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #c5d4ee, #d6b3e2);}
  
  
  .texto{ position:relative; width:388px; margin:auto; margin-top:-208px; top:50%;}

   /* max device width ( mobile )*/
	 @media screen and  (max-width: 480px) {
    
	
	 }
	 
     /* max-width */ 
	 @media screen  and (min-width: 481px) and (max-width: 766px){
  	
	
	 } 

	 /* min-width & max-width ( entre 767px e 900px )  TABLET*/ 
	 @media screen and (min-width: 767px) and (max-width: 900px) {
 
 
     }
	 
	  /* min-width ( acima de 900px ) */  
	 @media screen and (min-width: 900px) {	 
 
  
     }