@charset "utf-8";
/* CSS Document 
*/
 body {
    margin: 0 auto;
	width: 100%;
    height: 100%;
	max-width: 1348px;
	max-height: 969px;
	
		
} 


/**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;
	
}
.simples img{
	display:inline-block;
	width: 100%;
    padding: 0px
		
}

.registre-produtor{
  margin-right: 150px;
		 position: static;

}
.registre-autor{
	 position: static;
}

.texto-simples p {
width: 90%;
	display: inline-block;
	font-size: 25px;
	    background:#e82d85;
	    color: #fff;
	    text-align: center;
        font-family:arial;
	    padding-top: 50px;
	    padding-bottom: 50px;
	    top: 0;
	    right: 0;
	    margin-right: 0px;
	    margin-top: 0px;
		margin-left: 50px;

	
}
.registre-autor ul {
	  display:inline-block;
	 float: right;
	 padding-right: 0px;
		list-style: none;
	display: flex;
	margin-right:100px;
	margin-left:0px;
	margin-top: 50px;
	margin-bottom: 0px;
}

.registre-produtor ul {
	  display:inline-block;
	 float: right;
	 padding-right: 100px;
	list-style: none;
		margin-right:50px;

	display: flex;
	margin-left:0px;
	margin-top: 50px;
	margin-bottom: 0px;
}

.registre-autor a {
	 color: #6643c0;
	text-decoration: none;
    font-size: 20px;
	font-family:Arial;
	text-decoration-line: none;

}

.registre-produtor a {
	 color: #6643c0;
	text-decoration: none;
    font-size: 20px;
	font-family:arial;
	text-decoration-line: none

}

.botao{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 15px;
	border-radius: 200px;
	background: #7555c6;
	border: none;
	color:#fff;
	padding: 10px;
	margin-left: 1px;
	cursor:pointer;
}
