
/* [++] css da pagina livros.php */

/*_____ [+] Conteudo livro Header ______*/
.livros-menu{
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 25px 0;
}

.livros-space{
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1150px;
	margin: 260px 25px 0 25px;
	padding-bottom: 300px;
	border-radius: 20px;
	background: url('../img/livro/space-bg.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #fff;
}

.livros-image-top{
	width: 640px;
	margin-top: -260px;
}

.lista-diciplina{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 -15px 0;
	width: 630px;
	padding: 0;
	z-index: 1;
}

.livros-header{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.livros-header-link{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	width: 100%;
	height: 60px;
	padding: 16px;
	font-size: 26px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

.livros-header-modaltext{
	color: #333;
}

/*_____ [-] Conteudo livro Header ______*/

/*_____ [+] Conteudo livro Main ______*/
.livros-content{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.livros-programa{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-top: -40px;
	padding: 90px 0 30px 0;
}

.livros-programa-header{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.livros-programa-header h1{
	margin: 0;
	font-size: 64px;
	font-weight: 700;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
}

.livros-programa-acima-titulo{
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
}

.livros-programa h1{
	font-size: 64px;
	font-weight: 700;
	margin: 0;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
}

.livros-programa-abaixo-titulo{
	font-size: 24px;
	text-align: center;
}

.livros-programa-lista{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.livros-programa-item{
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 6px 0;
	padding: 25px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	background: #fff;
}

.livros-programa-item-conteudo{
	margin-right: 50px;
}

.livros-programa-item-acima-titulo{
	font-weight: 700;
	font-size: 18px;
	color: #868686;
}

.livros-programa-item-conteudo h2{
	font-size: 2.2em!important;
	font-family: 'Smythe', cursive;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: none;
	margin: 1em 0;
	line-height: 1.1em;
}

.livros-programa-item-texto{
	font-size: 16px;
	color: #868686;
	margin-bottom: 20px;
}

.livros-programa-link{
	display: flex;
	justify-content: space-between;
	max-width: 485px;
	flex-wrap: wrap;
}

.livros-programa-button{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 230px;
	height: 40px;
	margin: 20px 0 0 0;
	text-decoration: none;	
	color: rgb(255, 255, 255);
	border-radius: 4px;
	background: #0066ff;
}
.livros-programa-button:hover, 
.livros-programa-button:focus{
	color: rgba(8, 8, 8, 0.9);
}

.livros-programa-item img{
	width: 290px !important;
	height: 290px !important;
	border-radius: 50%;
}

.livros-programa-compact-hide{
	display: none;
}
/*_____ [-] Conteudo livro Main ______*/

/*_____ [+] Conteudo livro Paginacao ______*/

.livros-paginacao{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1150px;
	margin: 70px 0;
	padding: 0;
	list-style: none;
}

.livros-paginacao-seta{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
}

.livros-paginacao-seta i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	margin: 0 16px;
	border-radius: 50%;
}

.livros-paginacao-centro{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 50px;
	border-radius: 50px;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
}

/*_____ [-] Conteudo livro Paginacao ______*/

@media screen and (max-width: 960px){

	/*Header*/
	.livros-space{
		margin: 150px 25px 0 25px;
	}

	.livros-image-top{
		width: 350px;
		margin-top: -150px;
	}

	.lista-diciplina{
		width: 350px;
		margin-bottom: 20px;
		line-height: 1.4;
	}

	/*Conteudo*/
	.livros-programa{
		margin-top: -70px;
		padding: 120px 0 30px 0;
	}

	.livros-programa-item{
		flex-direction: column;
		align-items: center;
		max-width: 80%;
		text-align: center;
	}

	.livros-programa-item-conteudo{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-right: 0px;
	}

	.livros-programa-imagem{
		display: none;
	}

	.livros-programa-link{
		display: flex;
		flex-direction: column;
		max-width: 500px;
	}

	.livros-programa-button{
		margin: 20px 0 0 0;
	}

	/*Paginacao*/
	.livros-paginacao{
		width: 100%;
		max-width: 450px;
		margin: 70px 0;
		padding: 0;
		list-style: none;
	}

	.livros-paginacao-seta{
		align-items: center;
		font-size: 12px;
	}

	.livros-paginacao-seta i{
		width: 34px;
		height: 34px;
		margin: 0 8px;
	}

	.livros-paginacao-centro{
		width: 150px;
		height: 34px;
		border-radius: 34px;
		font-size: 12px;
		font-weight: 600;
	}

	/*Extra*/
	.livros-programa-compact-hide{
		display: flex;
		width: 180px;
		height: 180px;
	}
}

/*Ajuste no background para grandes resolucoes*/
@media screen and (min-width: 1600px){
	.livros-resize-body{
		background-size: 100% !important;
	}
}

/* [--] css da pagina livros.php */