@charset "utf-8";
.fixed { display:block; position:fixed; z-index:9; width:100%}
.authenticated-dropdown .dropdown-menu .dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.authenticated-dropdown .dropdown-item:hover, .dropdown-item:focus {
	color: #1e2125;
	background-color: #e9ecef;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #0dcaf0;
}

.nav-link {
	color: #6c757d;
}
.share-box {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: flex-end;
}
.sticky-top2 {
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
	z-index: inherit;
}

.share-label {
	font-size: 0.85rem;
	color: #666;
	margin-right: 5px;
}

.share-btn {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1rem;
	text-decoration: none;
	transition: all 0.3s ease;
}

.share-btn:hover {
	transform: translateY(-3px);
	opacity: 0.85;
	color: #fff !important;
}

.share-btn.generic {
	background: #6c757d;
}

.share-btn.facebook {
	background: #1877f2;
}

.share-btn.whatsapp {
	background: #25d366;
}

.share-btn.email {
	background: #6f42c1;
}

.share-btn.linkedin {
	background: #0a66c2;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border:none;
}
.btn-info {
    color: #0058A2;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
	font-weight:700;
}
.alert-light {
	background:#eee;
}
.card  a {
	text-decoration:none;
} 
.btn-warning {
	color:#0058A2;
	font-weight:700;
}
.btn-info:hover {
	color:#fff;
}
.btn-success {
	font-weight:900;
}
.box-info-livro {
	padding: 1em;
	background-color: #fff;
	border: 1px solid #eee;
	font-size: .8em;
	border-radius: 8px;
	width: 100%;
}
.titulo {
	font-size: clamp(1.8rem, 0.8vw, 2rem);
	font-weight: 600;
	line-height: 1.3;
	color: #2356a1;
	position: relative;
	padding-bottom: 0.6rem
}
.titulo::after {
	content: "";
	width: 60px;
	height: 3px;
	background: #42b8e7;
	display: block;
	margin-top: 0.5rem;
	border-radius: 2px;
}
.cadastrar {
background:#01BAE8;
color:#fff;
border-radius:10px;
padding:1em;
}
.box-cadastro {
	width:80%;
	margin:0 auto 0 auto;

}
.navbar-light .navbar-toggler-icon {
    background-image:url(/img/seta.svg);
}
.livro img:hover {
 transition: transform 1s;
transform: translateX(1%) scale(1.1);
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}
html, body {
	height: 100%;
	/*-- overflow: auto; --*/
}
body {	
	overflow-x: hidden;
	font-family: "Open Sans",sans-serif;
}
.band img {
padding:1px;
}
.acesso a{
text-decoration:none;
font-weight:bold;
color:#fff; 

}
.tabela-menu  td {
border:none;
padding:.3em;
}
.tabela-menu button{
width:100%;
}
.topo {
	background:#0058A2;
	padding:15px;
	color:#fff;
}
.busca h1 {
	margin:0;
	padding:0;
}
.btn-principal {
	background:#fff;
	color:#0058A2;
}
.btn-primary {
	color: #fff;
	background-color: #2356a1;
	border-color: #3255a0;
}
.menu {
	background:#0058A2;
}
.menu .bg-light {
    background-color: #0058A2!important;
	color:#fff!important;
}
.bg-info {
	--bs-bg-opacity: 1;
	background-color: #42b8e7 !important;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #7EE4FE;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #7EE4FE;
}
.slide-principal {
	margin-top: 2em;
	margin-bottom: 2em;
}
.topo .badge {
	position: absolute;
	margin-top: -35px;
	margin-left: 50px;
}
.dados {
	padding: 10px;
	color: #6c757d;
	border: 1px solid #eee;
	border-radius: 5px;
	width: 100%;
	font-size: .9em;
}
.icon {
	font-size:2.5em;
	padding:5px 15px 5px 5px;
	color:#01BAE8;
}
.rounded {
    border-radius: .55rem!important;
}
.caixa-livro {
	border: 1px solid #e9e9e9;
	padding: 1em;
	border-radius: 5px;
	background: #fff;
	text-align: center;
}
.caixa-livro img {
	width:50%
}
.caixa-livro .titulo-box {
font-size:1.1em;
display:block;
font-weight:500;
margin-bottom:1em;
}
.vcenter-item{
    display: flex;
    align-items: center;
	justify-content: center;
}
.desconto {
background:#339966; 
color:#fff;
padding:.3em;
font-weight:bold;
font-size:.8em;
margin:0 auto 0 auto;
}
.lancamento {
padding-top:1.3em;
}
.lancamento img {
	width: 60%;
}
.lancamentos {
background:#fc0; 
color:#0058A2;
padding:.1em .3em .1em .3em;
font-weight:bold;
display:block;
position:absolute;
top:33%;
right:20px;
width:110px;
border-radius:3px;
font-size:.8em;
}
.esgotado {
background:#CC0000; 
color:#fff;
padding:.1em .3em .1em .3em;
font-weight:bold;
display:block;
position:absolute;
top:26%;
right:20px;
width:110px;
border-radius:3px;
font-size:.8em;
}
.tooltip {
	font-size:.7em;
}

.valor-antigo {
	color:#999;
	font-size:.8em;
	text-decoration:line-through;
}
.valor-atual {
 	color:#0058A2;
	font-weight:700;
	font-size:1.2em;
	margin:.2em 0;
	display:block;
}
.cad {
	background-color: #42b8e7;
	padding: 2em 4em;
	border-radius: 5px;
	margin-bottom: 1em;
	font-size: .9em;
	width: 100%;
	margin: 0 auto 3em auto;
	color: #Fff;
}
.cad label {
    display: inline-block;
    margin-bottom: 0rem!important;
}
.cad input, .cad button {
	border-radius: 90px;
	padding: .8em;
	border: none;
}
.cad label {
	display: inline-block;
	margin-bottom: 0rem !important;
}
.cadastro {
	padding:0 1em;
}
.img-fluid2 {
    max-width: 100%;
    height: auto;
}
.livro {
	transition: all 0.3s ease;
	border-radius: 8px;
	text-align: center;
	padding: 1.5em;
	border: 1px solid #E6F6FC;
	background: #fff;
	width: 100%;
}

.livro:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 18px rgba(1, 186, 232, 0.2);
}

.livro p.titulo-livro {
	height: 48px; /* altura fixa para título (exemplo 2 linhas) */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* limitar número de linhas */
	-webkit-box-orient: vertical;
}
.lancamento .btn-info {
	color: #00B4E9;
	background-color: #fff;
	border-color: #00B4E9;
	margin-bottom: 5px;
}

.lancamento .btn-info:hover {
	color: #fff;
	background-color: #00B4E9;
	border-color: #00B4E9;
	margin-bottom: 5px;
}
.btn-pdf {
    color:#CC0000;
    background-color: #fff;
    border-color: #CC0000;
	margin-bottom:5px;
}
.btn-pdf:hover {
    color:#fff;
    background-color: #CC0000;
    border-color: #CC0000;
	margin-bottom:5px;
}
.btn-comprar {
    color:#009966;
    background-color: #fff;
    border-color: #009966;
	margin-bottom:5px;
}
.btn-comprar:hover {
    color:#fff;
    background-color: #009966;
    border-color: #009966;
	margin-bottom:5px;
}
.titulo-livro {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	margin-bottom: 0;
	font-weight: 500;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.bandeira {

margin:2em 0 1em 0;
}
.footer {
	background:#0058A2;
	color:#fff;
	padding:1em;
	margin-top:1em;
	width:100%;
}
.topo-busca {color:#7EE4FE; margin-bottom:5px; display:block; font-size:0.9em}

.table td, .table th {
 vertical-align:middle;
}
.rodape ul {
padding-left:0!important;
list-style-position:inside;
}
.rodape li a{
color:#fff;
text-decoration:none;
}
.rodape li a:hover{
color:#7EE4FE;
}
.rodape .titulo {
color:#7EE4FE;
font-weight:bold;
font-size:1.2em;
border:none;

}
.rodape .titulo::after {
	display: none;
}
.cadastro-site {
	padding:1.5em;
	width:60%;
	margin:0 auto 0 auto;
	background:#f9f9f9;
	 border-radius:5px;
	 border:1px solid #ccc;
}

.box-site {
	padding: 1.5em;
	margin: 0 auto 2em auto;
	background: #ffffff;
	border-radius: 5px;
	border: 1px solid #eee;
}
.box-topo {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 1em 0 1em 0;
	margin: 1em 0 1em 0;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #7EE4FE;
    border-color: #7EE4FE;
    color: #0058A2;
	font-weight:900;
}

@media (max-width:1024px) {

}
@media (max-width:680px) {

}
@media (max-width:750px) {

}
@media (max-width: 767px) {
.slide-principal {
	padding:0;
}
.logo { width:60%; padding-bottom:10px;}

.busca {
padding-bottom:10px}

.rounded {
    border-radius:0!important;
}
.icon {
	font-size:1.5em;
}
.dados {
font-size:.5em;
margin-top:10px;
font-size:.7em;
}
.topo-busca {
	display:none;
}
.slide-principal {	
margin-top:1em;
}
.nav-tabs .nav-link  {
	font-size:.8em;
}
.img-table {
min-height:60px;
}
.titulo-livro {
	max-width: 35ch;
  	overflow: hidden;
  	text-overflow: ellipsis;
 	 white-space: nowrap;
}
.table>:not(caption)>*>* {
    padding: .2rem .2rem;

}
li.breadcrumb-item a {
	color: #858585;
	text-decoration: none;
}
breadcrumb a {
	color: #858585;
	text-decoration: none;
}
.hero {
	background: linear-gradient(135deg, #0058A2, #01BAE8);
	color: #fff;
	border-radius: 16px;
}
.hero h1 {
	font-weight: 700;
}
.step-card i {
	color: #01BAE8;
}
.card {
	border-radius: 16px;
}
.section-title {
	font-weight: 600;
	margin-bottom: 1rem;
	color: #01BAE8;
}
}