
 body{
	
	background-color: black;
}
a:hover{
	color: red;
}
.title h2{
	text-align: center;
	font-size: 35px;
	color: white;
}

.ln{
	display: inline-block;
	width: 50%;
	height: 3px;
	/* background-color: rgb(165, 32, 32); */
	background-color: red;
}


.equipes{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	


}
.membro{
	width: 20%;
	height: auto;
	padding: 20px;
	background-color: white;
	border-radius: 20px;
	margin-top: 20px;
	margin-right: 20px;

	
}
.membro h2{
	font-size: 18px;
}
.membro p{
	padding: 12px;
	font-size: 14px;
}
.imagem-membro{
	width: 80%;
	border-radius: 50%;
	max-height: 200px;
}
.redes-sociais{
	font-size: 28px;
	margin-top: 10px;
	display: flex;
	justify-content: space-evenly;
}
.redes-sociais .insta{
	color: #C13584 ;
	
}
.redes-sociais .face{
	color: #0c065c ;
	
}
.redes-sociais .twitter{
	color: darkcyan ;
	
}
.redes-sociais .portifolio{
	color: black ;
	
}


	footer{
		padding:30px 50px ;
		margin-bottom: 60px;
		
		background-color: black;
	}
	footer p.direitos{
		display: inline-block;
		color: white;	
		font-size: 20px;
		font-weight: bold; 

	}
	footer p.mail{
		color: white;
		display: inline-block;
		font-size: 20px;
		font-weight: bold; 
	}

/*Fim footer*/


.container{
	
	
	margin: 0 auto;
	padding: 0 2%;
}
.clear{
	clear: both;
}
.center{
	text-align: center;
}
.w50{
	float: left;
	width: 50%;
}

.line-text{

	position: relative;
	display: inline-block;
	color: #ffd026;

	}

.line-text div{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100px;
	height:  3px;
	background-color: #aa1d1d;
}
	
.line-text h2{
	font-weight: normal;
	font-size: 33px;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #5500d4;;
	
}




.m1{
	background-image: url('../imagens/fotos_membros/lucas2.jpg');
}
.m2{
	background-image: url('../imagens/fotos_membros/madu.jpg');
}
.m3{
	background-image: url('../imagens/fotos_membros/adrien.jpg');
}
.m4{
	background-image: url('../imagens/fotos_membros/daniel.jpg');
}
.m5{
	background-image: url('../imagens/fotos_membros/beatriz.jpg');
}
.m6{
	background-image: url('../imagens/fotos_membros/dalbelo.jfif');
}
.m7{
	background-image: url('../imagens/fotos_membros/olavo.jpg');
}
.m8{
	background-image: url('../imagens/fotos_membros/isadora.png');
}
.m9{
	background-image: url('../imagens/fotos_membros/metadinha.jfif');
}
.m10{
	background-image: url('../imagens/fotos_membros/ana.jpg');
}
.m11{
	background-image: url('../imagens/fotos_membros/miranda.jfif');
}
.m12{
	background-image: url('../imagens/fotos_membros/esther.jpg');
}
.m13{
	background-image: url('../imagens/fotos_membros/lorenzo.jpg');
}
.m14{
	background-image: url('../imagens/fotos_membros/gaby.jpg');
}


@media only screen and (max-width: 900px) {
	.membro{
		width: 28%;
	}
}

@media only screen and (max-width: 768px) {
	.membro{
		width: 40%;
	}
}
@media only screen and (max-width: 600px) {
	.membro{
		width: 80%;
	}
}