@charset "utf-8";
/* CSS Document */

body {
	background-color: #cae3f0;
}

h1 {
	font-family: museo,serif;
	font-weight: 700;
	font-style: normal;
	font-size: 50pt;
}
.arte {
	width: 100%;
	height: 550px;
	background-image: url("images/background.png");
	background-position: top center;
	background-size: cover;
}
.destaque {
	background-color: #105865;
	text-align: center;
	color: aliceblue;
	padding: 40px 20px;
	font-family: museo,serif;
	font-weight: 500;
	font-style: normal;	
	
}

.acoes {
	background-color: #1b8c98;
	text-align: center;
	color: aliceblue;
	padding: 40px 20px;
	font-family: museo,serif;
	font-weight: 500;
	font-style: normal;	
	
}

.noticias {
	background-color: #eaf6fe;
	text-align: center;
	color: 105865;
	padding: 40px 20px;
	font-family: museo,serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	
}

.card {
	float: left;
	text-align: left;
	margin: 0 50px 0 50px;
	border: none;
	background: none;
}

.card-body {
	background: none;
	padding: 0 1rem 0 1rem;
}


.livro {
	background-color: #ffffff;
	text-align: center;
	color: #105865;
	padding: 40px 20px;
	font-family: museo,serif;
	font-weight: 500;
	font-style: normal;	
	
}

.rodape {
	background-color: #1b8c98;
	text-align: center;
	color: aliceblue;
	padding: 40px 20px;
	font-family: museo,serif;
	font-weight: 500;
	font-style: normal;	
	
}

.sep {
	clear: both;
}

.box {
	width: 50%;
	height: 310px;
	float: left;
	text-align: left;
	margin: 0 50px 0 50px;
	padding-top: 30px;
	
}

.box p {
	padding: 0;
	margin: 0;
	font-size: 24px;	
}

.box2 {
	width: 30%;
	height: 310px;
	float: left;
	text-align: left;
	margin: 0 50px 0 50px;
	margin-top: -70px;

}

.ico {
	width: 52px;
	height: 52px;
	margin: 6px auto;
	display: block;
	text-align: center;

	
}
