
body {
	
	background-color:#191919;
} 

#principal {
	
	font-family: 'Roboto', sans-serif;
	font-size:25px;
	
}

.titulos {
	font-weight:500;
	
}

#conteudo {
	
	color:#fff;
	
}



#conteudo .area01 {
	
	font-size:47px;
	
}

#conteudo .area02 {
	
	font-size:47px;
	color:#EDAE21;
	font-weight:100;
	
}


#conteudo .area03 {
	
	font-size:17px;
	color:#fff;
	font-weight:500;
	
}

#conteudo .area04 {
	
	font-size:17px;
	color:#fff;
	font-weight:300;
	
}
/* Estilos mobile  */

#conteudom {
	
	color:#fff;
	
}



#conteudom .area01 {
	
	font-size:47px;
	
}

#conteudom .area02  {
	
	font-size:47px;
	color:#EDAE21;
	font-weight:100;
	
}


#conteudom .area03  {
	
	font-size:17px;
	color:#fff;
	font-weight:500;
	
}

#conteudom .area04 {
	
	font-size:17px;
	color:#fff;
	font-weight:300;
	
}

#conteudom2 {
	
	color:#888888;
}

#conteudom2 {
	
	color:#888888;
	
}



#conteudom2 .area01 {
	
	font-size:47px;
	
}

#conteudom2 .area02  {
	
	font-size:47px;
	color:#888888;
	font-weight:100;
	
}


#conteudom2 .area03  {
	
	font-size:17px;
	color:#888888;
	font-weight:500;
	
}

#conteudom2 .area04 {
	
	font-size:17px;
	color:#888888;
	font-weight:300;
	
}



/* fim estilos mobile*/




#conteudo2 {
	
	color:#888888;
	
}

#conteudo2 .area01 {
	
	font-size:47px;
	
}

#conteudo2 .area02 {
	
	font-size:47px;
	color:#888888;
	font-weight:100;
	
}


#conteudo2 .area03 {
	
	font-size:17px;
	color:#888888;
	font-weight:500;
	
}

#conteudo2 .area04 {
	
	font-size:17px;
	color:#888888;
	font-weight:300;
	
}

#botao {
	
	cursor:pointer;
}



@media(min-width:200px) and (max-width:700px){
	
#conteudom {
	
	display:block !important;
	
}

#conteudom2 {
	display:block !important;
	
}

#conteudo {
	display:none !important; 
}

#conteudo2 {
	display:none !important; 
}
	
}
