/* 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-header{
	font-family: "Open Sans", sans-serif;
}

.logo{
	font-size: 30px;
	text-align: left;
	max-width: 500px;
	color: white;
}
.texto-destaque{
	font-size: 26px;
	color: white;
	text-align: right;
	max-width: 500px;
	font-weight: bold;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-style: bold;
	}

.titulo-alinhado{
	font-size: 26px;
	color: #000000;
	margin-bottom: 15px;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.titulo-alinhado2{
	font-size: 17px;
	color: #000000;
	margin-top: 15px;
	text-align: center;
	padding-bottom: 8px;
	height: 40px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.titulo{
	font-size: 26px;
	color: #000000;
	margin-bottom: 12px;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.titulo2{
	font-size: 22px;
	color: #000000;
	margin-bottom: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
}

.texto{
	font-size:15px;
	line-height: 26px;
	color: #2c2c2c;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.texto-espaçado{
	font-size:15px;
	line-height: 26px;
	color: #2c2c2c;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 80px;
}

.texto-bold{
	font-size:18px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 25px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: bold;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}

.texto-bold2{
	font-size:17px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 15px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: bold;
	padding-bottom: 8px;
	padding-top: 8px;
}

.instrumento{
	font-size:15px;
	line-height: 26px;
	color: #2c2c2c;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border-bottom: 1px solid #511c29;
	width: 100%;
	padding-bottom: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-style: italic;
}

.texto-footer{
	margin-bottom: 15px;
}

.texto-footer2{
	font-weight: bold;
	margin-bottom: 15px;
}


/* Cores */

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

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

.bc-claro{
	background-color: #BCB8B1;
}
	
.bc-marca{
	background-color: #F4F3EE;
}

/* Margens e Paddings */

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

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

.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: #511c29;
	position: fixed;
}

section{
	width: 100%;
}

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

}


footer{
	width: 100%;
	background-color: #511c29;
	font-size: 15px;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	color: white;	
	font-family: Arial, Helvetica, sans-serif;

}



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

nav li{
	list-style-type: none;

}


/* Colunas */

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

.col-1-2 img{
	width: 48%;
	align-items: center;

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

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

/* Links */
 
nav a{
	color: white;
	text-decoration: none;
}

nav a:hover{
	color: rgb(red, green, blue);
	text-decoration: underline solid 2px;
}


/* Imagens */

.col-1-3 img{
	width: 100%;
	margin-bottom: 30px;
	border: 4px solid 
}

.img-01{
	width: 250px;
	height: 250px;
	border-radius: 100%;
	margin-bottom: 30px;
}

.col-1-2 img{
	width: 100%;
	margin-bottom: 30px;
	border: 2px solid 
}

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

}

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