/* Comentario */

/* 
nome de uma tag{...}
#nome de uma tag com id{...}
.nome de uma tag com uma classe{...}
 */

*{
	margin:0px;
	padding:0px;
	
	}

img{
	display: block;
}


	

/* Tipografia */

.titulogeral{
	align-items: center;
	font-size: 30px;
	color: #c5ac1f;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
	padding-bottom: 45px;
}


.titulo{
	font-size: 20px;
	color: #000000;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;

	}

	.titulo_membros{
		font-size: 20px;
		color: #000000;
		font-family: "Roboto", sans-serif;
		font-weight: 500;
		font-style: normal;
		
		text-align: center;
	justify-content: center;
	align-items: center;
	
		}
	


.texto{
	font-size: 14px;
	line-height: 26px;
	color: #2c2c2c;
	margin-bottom: 10px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-style: normal;
	}



	.texto_membros{
		font-size: 14px;
		line-height: 26px;
		color: #2c2c2c;
		margin-bottom: 10px;
		font-family: "Roboto", sans-serif;
		font-weight: 300;
		font-style: normal;
		text-align: center;
	justify-content: center;
	align-items: center;
	
		}

.texto-destaque{
	font-size: 30px;
	color: aliceblue;
	text-align: center;
	width: 500px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;


}


.texto-destaque_titulo{
	font-size: 80px;
	color: aliceblue;
	text-align: center;
	width: 500px;
	font-family: "Roboto", sans-serif;
	font-weight: 800;
	font-style: normal;

}


.texto_destaque_coluna{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-style: normal;
	
}


.texto-footer{
	font-size: 15px;
	color: aliceblue;
	text-align: center;
	width: 600px;
	font-family: "Roboto", sans-serif;
	font-weight: 200;
	font-style: normal;

}

/* Cores */

.bc-escuro{
	background-color: #666;
}


.bc-meio-tom{
	background-color: #f3e4a0;
}

.bc-claro{
	background-color: #ffffff;
}

.bc-marca{
	background-color:#ff0d5d;
}

/* Margens e Paddings */


.pad-t-b-menu{
	padding-top: 160px;
	padding-bottom: 80px;
}



.pad-t-b-grande{
	padding-top: 80px;
	padding-bottom: 80px;
}

.pad-t-b-medio{
	padding-top: 50px;
	padding-bottom: 50px;
}

.pad-t-b-pequeno{
	padding-top: 20px;
	padding-bottom: 20px;
}








/* Divs */

.header-container{
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	height: 80px;
	align-items: center;

}

header{
	width: 100%;
	height: 80px;
	background-color: rgb(0, 0, 0);
	position: fixed;
	border-bottom: 10px solid #C89A04
	
	
}


section{
	width: 100%;
}

.container-col{
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}




footer{
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #000000;
	border-top: 10px solid rgb(204, 180, 42);
}


nav ul{
	display: flex;
	width: 130px;
	justify-content: space-between;
	

}

nav li{
	list-style-type: none;
	
}


.container-img-01{
	width: 100%;
	height: 400px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(imagens/quennnN.jpg );
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;

}




/* Links */


nav a{
	color: rgb(204, 180, 42);
	text-decoration: none;
	font-family: "Roboto", sans-serif;
}



nav a:hover{
	color: #bb5009;
	text-decoration: underline dotted;
}

/* Colunas */

.col-1-2{
	width: 48%;
}

.col-1-3{
	width: 31%;
}

.col-1-4{
	width: 23%;
}




/* Imagens */


.col-1-2 img{
	width: 100%;
	background-image: url(imagens/fundo\ ciza.jpg);
}

.col-1-4 img{
	width: 100%;
	
}

.header-container img{
	width: 15%;
	text-align: center;
	
}


.col-1-2 img{
	border-bottom :2px solid rgb(204, 180, 42);
	border-right :2px solid rgb(204, 180, 42);
}







