@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

* {
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
}

a, a:hover {
	text-decoration: none;
	color: inherit;
}

button:focus { outline: none; }
button, button:hover {
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-ms-transition: ease .3s;
	-o-transition: ease .3s;
}

.header .isbn {
	width: 100%;
	background-color: #16203c;
	padding: 20px;
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
	text-align: right;
}
.header .isbn p { font-weight: 300; }
.header .back {
	background-color: #cb525a;
	border: 2px solid #cb525a;
	width: 10%;
	padding: 10px;
	border-radius: 100px;
	position: absolute;
	top: 40px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.header .back:hover {
	background-color: #bc3841;
	border-color: #bc3841;
}
.header .back i { margin-right: 5px; }
.header img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.content { margin-bottom: 6rem; }
.content .item-box {
	border: 1px solid #e8e8e8;
	padding: 30px 25px;
	border-radius: 20px;
	box-shadow: 0 0 20px #e8e8e8;
	display: block;
	width: 100%;
	margin-top: 20%;
	margin-top: 10%;
	min-height: 217px;
}
.content .item-box:hover { border: 2px solid #e73642; }
.content p.txt {
    /*font-size: 1rem;*/
    text-transform: uppercase;
    /*font-weight: 120;*/
    letter-spacing: 1px;
    background: #314987;
    padding: 15px;
    border-radius: 20px;
    color: #fff;
}
.content .item-box i {
	color: #e52431;
	margin-bottom: 10px;
}
.content .item-box p {
	font-size: 14px;
	color: #a7a7a7;
	letter-spacing: 0;
}
.content .item-box p.h3 {
	font-size: 1.6rem;
	font-weight: 700;
	color: #10182d;
	text-transform: uppercase;
	margin: 10px 0;
}
.content .page-title p {
	font-size: 14px;
	color: #909090;
	letter-spacing: .5px;
}
.content .page-title p.h1 {
	font-size: 1.7rem;
	text-transform: uppercase;
	font-weight: 700;
	color: #10182d;
	margin-bottom: 0;
}
.content .page-title form .form-group {
	width: 30%;
	float: left;
}
.content .page-title form input {
	border-radius: 10px;
	box-shadow: none;
}
.content .page-title form button {
	background: #e48f11;
	border: none;
	padding: .5% 4%;
	border-radius: 10px;
	margin-left: 20px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.content .result p {
	color: #93101b;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 24px;
	margin-bottom: 1px;
}
.content .result p span {
	background-color: #ee9a1b;
	color: #fff;
	padding: 1px 10px;
	margin-right: 5px;
	border-radius: 7px;
	font-weight: 600;
	font-size: 14px;
}
.content .result small {
	font-size: .8rem;
	font-weight: 400;
	color: #909090;
	letter-spacing: .5px;
	margin-bottom: 15px;
	display: block;
}
.content .result ul {
	list-style: none;
	padding-left: 0;
}
.content .result ul li {
	font-size: .8rem;
	font-weight: 400;
	    color: #10182d;
	letter-spacing: .5px;
}
.content .result a {
	background-color: #10182d;
	color: #fff;
	padding: 7px 30px;
	font-size: 13px;
	font-weight: 100;
	letter-spacing: 1px;
	border-radius: 10px;
	margin-right: 10px;
}
.content .result a:hover { background-color: #314987; }

.footer .title p.h3 {
	color: #10182d;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 20px !important;
}
.footer .logos img {
	width: 100%;
	padding: 20px;
	margin-bottom: 30px;
}
.footer .copy {
	background-color: #16203c;
	padding: 20px;
	color: #fff;
}
.footer .copy p { font-weight: 200; }


.breadcrumb {
    background-color: #fff;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}

a.item-box {
	max-height: 235px;
}

.style16 {
		background-clip: padding-box;
		border-color: rgba(150, 160, 180, 0.3);
		box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05) inset;
}


#example_filter {text-align:right;padding:10px;}

input[type="search"] {margin-left:10px;font-size:14px;line-height:1.9;color:#555; background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;}

input[type="search"]:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);}.form-control::-moz-placeholder{color:#999;opacity:1}

div.dataTables_wrapper div.dataTables_filter label {
	font-weight: bold!important;
}


.table-striped>tbody>tr:hover {
    background: #ffd!important;
}

.table-striped>thead>tr, .table-striped>tfoot>tr {
    cursor: auto!important;
    background: #f9fafb!important;
    text-align: inherit!important;
    color: rgba(0,0,0,.87)!important;
    padding: 2em!important;
    vertical-align: inherit!important;
    font-style: none!important;
    font-weight: 700!important;
    text-transform: none!important;
    border-bottom: 1px solid rgba(34,36,38,.1);
}


.btn.focus, .btn:focus, .btn:hover { color: white;}


@media screen and (max-width: 768px) {
	.back {
		font-size: 16px;
	}
	.back span { display: none; }

	.content .page-title form .form-group { width: 55%; }
	.content .result a {
		display: block;
		margin-bottom: 10px;
		text-align: center;
	}
	
	
	
	
}


@media screen and (min-width: 770px) {
	.btn { margin-top: -8px!important};
}

@media screen and (max-width: 768px) {
	.btn { margin-top: 14px!important};
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-primary.fixed-top{
background: #57b9a8!important;}

a.ativo, .nav>li>a:focus, .nav>li>a:hover{
			color: #57b9a8!important;
			text-decoration: none;
			background-color: #fff!important;
			}