@charset "utf-8";
/* CSS Document */

body {
    margin: 0 auto;
	width: 100%;
    height: 100%;
	max-width: 1348px;
	max-height: 969px;
} 
 
/**Menu**/
.fundo {
		background: url("../IMG/00foto/Gradient Fill 1.png");

}   



.header-1{
   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;
	
}
/**titulo **/

.Titulo {
	color:white;
	font-family: arial;
	font-size: 40px;
	margin-left: 60px;

}

.Titulo img {
	display:inline-block;
	flex-wrap: wrap;
	float: right;
	margin-top: 30px;
	
}
/** pergunta**/

.pergunta1 input+label:before{
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid gray;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  margin-bottom: 3px;
	margin-left: 25px;
	
	
	
	 
	

}
.pergunta1  {
font-family: arial;
color: #6641c1;
	font-size: 15px;
	text-align: center;
	
}
.pergunta1 input:checked +label:before{
	
  background-color: white;
  box-sizing: border-box;
  border: 2px solid #6641c1;
  padding: 4px;
	
	
}

.pergunta1-1 p {
	
	width: 70%;
    margin-left: 170px;
	border-radius: 100px;
	border: 1px solid #6641C1;
	border-color: #6642c6;
	margin-top: 20px;
	height: 40px;
	display: inline-block;
	font-family: arial;
	text-align-last:left;
	padding-left:30px;
	padding-top: 30px;
	color: #6641c1;
}
.pergunta1 input {
	display: none;	
	padding-left: 20

}
