@charset "utf-8";
/* CSS Document */
body {
    margin: 0 auto;
	width: 100%;
    height: 100%;
	max-width: 1348px;
	max-height: 969px;
	background: url("../IMG/pesuisar obras/perfil - musical-min.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	
		
} 


/**Menu**/
   

.header-1{
   background: #d71c80;
   max-width: 1348px;
	max-height: 969px;
	

   position: static;  
   display: flex;
	padding: 20px;
	justify-content: space-between;
	align-items: center;
	

}

.header-1 img {
	
		align-items: center;

}

.Menu a {
	text-decoration: none;
	font-family: arial;
	color: white;
	margin-left: 10px;
	align-items: center;
     
}
.Menu li {
	margin-left: 10px;
	
}




.tabela {
	background: #100a17;
	margin-top: 0px;
}

.titulo img {
	float: right;
	padding-top: 47px;
	
}

.titulo h1 {
	font-family: arial;
	color: white;
	padding-left: 45px;
	font-size: 200px;
}
/** fim do titulo**/

.tabela table {
	border: 0px;
	margin-left: 170px;
	display: flex;
	
		
		
}
.tabela td {
	border: 0px;
	padding-right: 30px
}

.tabela h1 {
	 font-family: arial;
	font-weight: 600;
	color: #c2c2c2;
	font-size: 140px
}
.tabela p {
	color: #c2c2c2;
	font-family: arial;
	font-weight: 600;

}