/* 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: #880d1e;
	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: 50px;
	color: black;
	
}

.menu {
	list-style-type: none;
	display: flex;
}

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

.menu a:hover {
	color: green;
	text-decoration: underline;
}







img {
	display: block;
}


/* Tipografia */

.txt-destaque {
	color: white;
	font-size: 30px;
	position: absolute;
	text-align: center;
	width: 100%;
	max-width: 600px;
	padding-bottom: 50px;
}

.titulo {
	font-size: 30px;
	color: black;
	margin-bottom: 30px;
	font-family: "Merriweather", serif;
	font-weight: 900;
	font-style: normal;

}

.col-1-2 p,
.col-1-3 p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
	color: black;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	
}

footer p {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	color: black;
}

.img-destaque {
	width: 100%;
}



/* Divs */

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



.container-destaque-img {
	width: 100%;

	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 4px solid white;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}


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

footer {
	width: 100%;
	background-color: #880d1e;
	padding-top: 50px;
	padding-bottom: 50px;
}

/* Colunas */

.col-1-2 {
	width: 48%;
	margin-bottom: 10px;
}

.col-1-3 {
	width: 31%;
	margin-bottom: 10px;
}



/* Cores */
.bc-escuro {
	background-color: #343434;
}

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

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

/* 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: 20px;
	padding-bottom: 20px;
}

/* Imagens  */

.img-sipnose{
	width: 100%;
}

.img-capa-1{
	width: 100%;
}

.img-capa-2{
	width: 100%;
}

.img-capa-3{
	width: 100%;
}

