/* Comentario */

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

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

header{

	width: 100%;
	height: 90px;
	background-color: #aca9b2;
	position: fixed;
	z-index: 2;
}
.header-centro{

width: 100%;
max-width: 900px;
height: 90px;
margin-left: auto;
margin-right: auto;
display: flex;
justify-content: space-between;
align-items: center;
}

.logo{
	font-size: 40px;
	color: #ffe5d9;
	
	
	
}
.menu{
list-style-type: none;
display: flex;

}
	
.menu li a{
	
padding-left: 10px;
padding-right: 10px;
	color: #ffe5d9;
text-decoration: none;
}

.menu a:hover{
color: #261042;
text-decoration: underline;


}

footer{

width: 100%;
padding-top: 20px;
padding-bottom: 20px;
background-color:#ffcad4;
text-align: center;


}


footer p{
	font-family: "Merriweather", serif;
	font-weight: 50px;
	font-style: normal;
	font-size: 12px;
	padding-top: 2px;
	color:#4b2e39 ;
}
.img-destaque{
width: 100%;
height: 720px;


}


img{

	display: block;
}

/* Tipografia */

.txt-destaque{
color: #4b2e39;
font-size: 30px;
text-align: center;
position: absolute;
padding-bottom: 50px;

}
.col-1-4 p{
	color: #4b2e39;
	font-family: "Merriweather", serif;
	font-weight: 50px;
	font-style: normal;
	font-size: 12px;
	padding-top: 2px;
}

.img-albuns{
	width: 100%;
	
}

.intro{
font-size: 27px !important;
color: #4b2e39 !important;

font-family: "Open Sans", sans-serif !important;
	font-weight: 700 !important;
font-size: italic !important;
padding-top: 12px;


}


.título{
	font-size: 30px;
	color: #331130;
	margin-bottom: 10px;   
	
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-style: normal;


}





.col-1-2 p,.col-1-3 p{
	font-size: 16px;
	color: #1d1d1d;
	line-height: 26px;
	margin-bottom: 5px;
	

	font-family: "Merriweather", serif;
	font-weight: 300;
	font-style: normal;
	}

	
.col-1-3 p{
	font-size: 16px;
	color: #1d1d1d;
	line-height: 26px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 7px;
	

	font-family: "Merriweather", serif;
	font-weight: 300;
	font-style: normal;
	}




/*Divs */

.container-col{

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


.container-destaque-img{

width: 100%;
max-width: 900px;
margin-right: auto;
margin-left: auto;
border-bottom: 6px solid #351726 ;
position: relative;
display:flex;
justify-content: center;
align-items: flex-end;
}

.padding-menu{
	padding-top: 75px;
	padding-bottom: 50px;
}


/* Colunas */

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

	margin-bottom: 10px;
}

.col-1-3{
	width: 31%;
	background-color: #6d3537;
	height: 300px;
	

	margin-bottom: 10px;
}

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

	margin-top: 7px;
	margin-bottom: 15px;
}

/*Cores */

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

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

.bc-claro{
	background-color: #ffe5d9;
}
 
/*Margens e Paddings */

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

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

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



