/* 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 */

.texto-membros{
	height: 40px;
	font-size: 17px;
	margin-top: 15px;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #000000;
	width: 100%;
	padding-bottom: 20px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.texto-instrumentos{
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.texto-destaque-2{
	font-size: 25px;
    color: black;
	font-family: "Merriweather", serif;
	font-weight: 700;
	font-style: normal;
}

.texto-destaque-3{
	font-size: 20px;
    color: black;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	
}

.texto-footer{
	font-size: 17px;
	margin-bottom: 10px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: white;

}

.titulo{
	font-family: "Merriweather", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
    color: black;
	text-align: center;
}

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

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

.logo{
	font-size: 30px;
	color: white;
	text-align: left;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.Botões{
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* Cores */

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

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

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

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

/* 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%;
	height: 80px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


header{
	width: 100%;
	height: 80px;
	background-color:#372768;
	position: fixed;
}

section{
	width: 100%;
}

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

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

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

}

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


}

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


}

.container-img-04{
	width: 100%;
	height: 400px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(imagens/gl11.png);
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: flex-end;


}

footer{
	width: 100%;
	background-color:#372768;
    text-align: center;
	font-size: 25px;
	padding-top: 10px;
	padding-bottom: 10px;

}

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

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

/* Colunas */

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

.col-1-3{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	align-items: center;
}

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


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

nav a{
	color: white;
	text-decoration: none;
}
nav a:hover{
	color: lightblue;
	text-decoration: underline solid 3px;
}

/* Imagens */
