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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration:none;
	font-family: 'Noto Serif', serif;
	color:#222;
}
article, aside, details, figcaption, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
figure {
	display:inline-block;
	padding:10px 0;
	display:inline;
}
body {
	display:block;
	line-height: 1;
	width:100%;
	position:relative;
	overflow-y:scroll;
	overflow-x:hidden;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear:both;
}
div::-webkit-scrollbar,body::-webkit-scrollbar {
	width:1em
}
div::-webkit-scrollbar-track,body::-webkit-scrollbar-track{ 
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
	border-left:rgba(255,255,255,0.46) solid 1px;
}
div::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{
	background-color:#333;
	outline:1px solid rgba(0,0,0,0.61);
	border:rgba(255,255,255,0.46) solid 1px;
	border-right:none;
}
u {
	text-decoration:underline;
}
.color-a {
	background-color:#000;
}
.color-b {
	background-color:#832121;
}
.tilt .color-a {
	background-color:#2a2a2a;
}
.tilt .color-b {
	background-color:#913535;
}
.color-c {
	background-color:#000;
}
.container {
	position:relative;
	max-width:1000px;
	margin:0 auto;
}
.left-angle-off {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
	position:absolute;
	top:0;
	left:-199px;
	height:300px;
	width:200px;
}
.right-angle-off {
	clip-path: polygon(0 0, 100% 0, 0 100%, 0 0);
	position:absolute;
	top:0;
	right:-199px;
	height:251px;
	width:200px;
}
#top-header {	
	position:relative;
	font-size:12px;
	padding:10px;
	text-align:center;
	color:#d1d1d1;
	z-index:10000;
	box-shadow: #0000004d 0 2px 4px;
}
#bottom-footer {	
	position:absolute;
	font-size:12px;
	padding:10px;
	text-align:center;
	color:#d1d1d1;
	z-index:30000;
	left:0;
	right:0;
	bottom:0;
	box-shadow: #0000004d 0 -1px 4px;
}
#header {
	position:relative;
	height:200px;
}
#angles {
	position:relative;
	overflow:hidden;
	height:100px;
}
.left-angle {
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	height:100px;
	width:50%;
}
.right-angle {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	height:50px;
	width:50%;
}
.right-angle-top {
	clip-path: polygon(0 100%, 100% 0, 100% 100%, 100% 100%);
	height:100px;
	width:50%;
	position:absolute;
	bottom:0;
	right:0;
}
.right-top-angle {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
    position: absolute;
    top: 0;
    right: 0px;
    height: 100px;
    width: 80px;
}
.logo {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:10000;
}
h1#titulo-pagina, h2#titulo-pagina {
	position:absolute;
	width:110px;
	height:180px;
	top:20px;
	left:20px;
	text-indent: -9999px; 
	overflow:hidden;
	z-index:10000;
}
.header-text {
	position:absolute;
	top:20px;
	left:160px;
	right:110px;
	bottom:10px;
	z-index:10000;
}
@media (max-width: 517px) {
	.header-text {
		left:116px;
		right:80px;
	}
}
h2.header-text-a {
	margin-top: 14px;
    line-height: 100%;
    font-size: 48px;
    color: #bf4343;
    font-weight: bold;
	text-shadow:#42424261 0 0 8px;
}
h3.header-text-b {
	margin-right: 60px;
    margin-top: 18px;
	margin-bottom: 38px;
    font-weight: bold;
    font-style: italic;
    color: #DFDFE1;
    font-size: 24px;
	line-height:120%;
	text-shadow:#00000061 0 0 3px;
}
@media (max-width: 760px) {
	h2.header-text-a {
		font-size: 6vw;
    	margin-top: 18px;
	}
	h3.header-text-b {
		font-size: 4vw;
	    margin-top: 3vw;
		margin-bottom: 2vw;
	}
}
@media (max-width: 517px) {
    h2.header-text-a {
        margin-top: 13px;
    }
}
@media (max-width: 701px) {
	h3.header-text-b {
	    margin-right: 160px;
	}
}
@media (max-width: 666px) {
	h3.header-text-b {
	    margin-right: 140px;
	}
}
@media (max-width: 633px) {
	h3.header-text-b {
	    margin-right: 130px;
	}
}
@media (max-width: 617px) {
	h3.header-text-b {
	    margin-right: 120px;
	}
}
@media (max-width: 600px) {
	h3.header-text-b {
	    margin-right: 110px;
	}
}
@media (max-width: 584px) {
	h3.header-text-b {
	    margin-right: 100px;
	}
}
@media (max-width: 567px) {
	h3.header-text-b {
	    margin-right: 90px;
	}
}
@media (max-width: 552px) {
	h3.header-text-b {
	    margin-right: 80px;
	}
}
@media (max-width: 534px) {
	h3.header-text-b {
	    margin-right: 70px;
	}
}
@media (max-width: 518px) {
	h3.header-text-b {
	    margin-right: 50px;
	}
}
@media (max-width: 517px) {
	h3.header-text-b {
	    margin-right: 90px;
	}
}
#menu, #menu-a {
	position:absolute;
	top: 36px;
    right: 20px;
    width: 40px;
    height: 40px;
	overflow:visible;
	z-index:90000;
}
#menu-a {
    top: 14px;
    right: 20px;
}
#menu-icon, #menu-icon-a {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	cursor:pointer;
}
#menu-icon div, #menu-icon-a div {
	height:8px;
}
#menu-icon div.white, #menu-icon-a div.white {
	height:8px;
	background:#FFF;
	transition: box-shadow 0.5s ease;
	box-shadow:#0000004a 1px 1px 2px;
}
#menu:hover #menu-icon div.white, #menu-a:hover #menu-icon-a div.white {
	box-shadow:#ffffffa8 0 0 2px 1px;
}
a.menu-link {
    margin: 4px 4px 0 0;
    display: inline-block;
    color: #fff;
    font-size: 14px;
	background: #626262;
    padding: 8px 10px;
	cursor:pointer;
	box-shadow:#00000052 2px 2px 5px;
    text-shadow: #0000009e 1px 1px 2px;
	transition: background 0.5s ease;
}
a.menu-link.first {
	padding: 8px 12px;
}
a.menu-link:hover {
	background:#bf4343;
}
@media (max-width: 800px) {
	a.menu-link {
	    display:none;
	}
}
#footer {
	position:relative;
	height:auto;
}
#angles {
	position:relative;
	overflow:hidden;
	height:100px;
}
.left-angle-off.footer {
	clip-path: polygon(0 100%, 100% 0, 100% 100%, 100% 100%);
	bottom:0;
	top:0;
	height:100%;
}
.right-angle-off.footer {
	clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 0);
	bottom:0;
	right:-199px;
	top:-1px;
	height:100%;
}
.top-footer {
	clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 0);
	position:relative;
	height:80px;
}
.top-footer-behind {
	clip-path: polygon(100% 100%, 0 100%, 100% 0, 100% 100%);
	height:80px;
	position:absolute;
	top:0;
	right:0;
	left:0;
}
.top-footer-correct-a {
	position:absolute;
	bottom:-2px;
	left:0;
	right:0;
	height:3px;
	z-index:1000;
}
.top-footer-correct-b {
	position:absolute;
	top:-2px;
	left:0;
	right: 28px;
	height:2px;
	z-index:1000;
}
.footer-content {
	position:relative;
	overflow:visible;
}
.right-angle-bottom {
	clip-path: polygon(100% 100%, 0 100%, 100% 0, 100% 100%);
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	width:80px;
}
.fade-shadow {
	position:absolute;
	z-index:2000;
	top:0;
	left:0;
	right:0;
	height:100px;
	background: linear-gradient(to bottom, #ffffff0f, rgba(255, 255, 255, 0));
}
.fade {
	position:absolute;
	z-index:2000;
	top:0;
	left:0;
	right:0;
	height:400px;
	background: linear-gradient(to top, #ffffff59, rgba(255, 255, 255, 0));
}
.fade.foot, .fade-shadow.foot {
	top:auto;
	bottom:0;
	z-index:20000;
}
.fade-shadow.foot {
	height:60px;
	background: linear-gradient(to top, #ffffff26, rgba(255, 255, 255, 0));
}
.fade.foot {
	height:400px;
	background: linear-gradient(to bottom, #ffffff59, rgba(255, 255, 255, 0));
}
.container.main.z-index {
	z-index:10000;
}
.container.main #footer .footer-content .content-footer {
	position:relative;
	z-index:30000;	
}
.content-footer {
	position:relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
	max-width: 900px;
	padding-bottom:100px;
}
.footer-left {
	display:block;
	min-width:300px;
	padding-right:50px;
	overflow:auto;
	padding:5px 0;
}
.footer-form {
	display:block;
	min-width:300px;
	padding-right:50px;
}
.footer-logo-nest {
	float:left;
	width:81px;
	margin-left:20px;
}
.footer-links-nest {
	float:left;
	width:230px;
	margin-left:30px;
}
.footer-links-nest span {
	display:block;
	margin-bottom:24px;
	margin-top:15px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-shadow:#00000047 1px 1px 1px;
}
.footer-logo-nest img {
	margin-left:3px;
}
a.footer-link {
	display:block;
	margin-bottom:18px;
	font-size:14px;
	color:#FFF;
	text-shadow:#00000047 1px 1px 1px;
	transition: text-shadow 0.5s ease;
}
a.footer-link:hover {
	text-shadow:#FFF 0 0 5px;
}
.form input, .form textarea, .form select {
	display:block;
	padding:6px 6px;
	margin:2px 0 8px 30px;
	background:#FFFFFF;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	box-shadow:#00000054 1px 1px 3px;
	min-width: 200px;
	width:80%;
}
.form button {
	display:block;
	padding:13px 29px;
	margin:20px 0 12px 0;
	margin-left:30px;
	background:#d13d3d;
	border:none;
	color:#FFFFFF;
	font-size:14px;
	box-shadow:#00000052 1px 1px 3px, #ffffff30 0 23px 2px inset, #00000045 -1px -1px 1px inset, #ffffff4f 1px 1px 1px inset;
	text-shadow:#00000047 1px 1px 1px;
	font-family: 'Noto Serif', serif;
	cursor:pointer;
	transition: background 0.5s ease, box-shadow 0.5s ease;
}
.form button:hover {
	background:#e36820;
	box-shadow:#ffffff5c 0px 0px 10px, #ffffff30 0 23px 2px inset, #00000045 -1px -1px 1px inset, #ffffff4f 1px 1px 1px inset;
}
.form label {
	display:block;
	font-size:14px;
	margin-left:30px;
	color:#FFF;
	text-shadow:#00000047 1px 1px 1px;
}
.form input#w_ct {
	margin-left:0;
	width:210px;
}
.catch {
	position:relative;
	margin-left:30px;
	margin-top:20px;
}
.ct-bx img {
	border:#303030 solid 2px;
	box-shadow:#00000059 1px 1px 3px;	
}
.ct-bx a img {
	position:absolute;
	border:none;
	box-shadow:none;
	left: 204px;
    top: 9px;
	cursor:pointer;
}
.form input.default-text {
	color: #999999;
	font-weight:normal;
}
.form input.user-text {
	color: #000;
	font-weight:bold;
}
.footer-title {
	font-size:28px;
	color:#FFF;
	margin:10px 0 20px 27px;
	text-shadow:#00000047 1px 1px 1px;
}
.box-container.plans {
	position:relative;
	padding:0;
	margin:0 10px;
}
.options {
	position:relative;
	margin-right:110px;
	padding-bottom:100px;
	background:#EEE;
	border-radius:10px;
	border-top-right-radius:0;
	overflow:hidden;
	text-align:center;
}
.price {
	position:absolute;
	top:0;
	right:0;
	width:110px;
	font-size:14px;
	font-weight:bold;
	padding:10px 0;
	text-align:center;
	background:#94f788;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}
.price span {
	display:block;
	font-size:16px;
	margin-top:6px;
}
.plan-types {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	background:#dfdfdf;
}
.plan-wrapper {
	overflow: auto;
    margin: 0 20px 10px 20px;
    padding-top: 20px;
}
.plan-wrapper div {
	display:block;
	float:right;
	cursor:pointer;
	background: #c34a03;
	color:#FFFFFF;
	font-weight:bold;
	margin:0 4px 10px 4px;
	padding:14px 16px;
	border-radius:5px;
	box-shadow:#00000047 2px 2px 5px;
	transition:background 0.5s, box-shadow 0.5s;
}
.plan-wrapper div:hover {
	background:#bf3309;
	box-shadow:#00000047 4px 4px 7px, #ffffff8a 1px 1px 1px inset, #00000024 -1px -1px 1px inset, #ffffff1c 0 25px 10px inset;
}
.plan-wrapper div#voltar {
	background: #8b8b8b;
	float:left;
}
.plan-wrapper div#voltar.disable, .plan-wrapper div#voltar.disable:hover {
	background: #cbcbcb;
    color: #e5e5e5;
    box-shadow: #0000002b 2px 2px 5px;
    cursor: auto;
}
.a-title {
	background: #CCC;
    font-weight: bold;
    font-size: 22px;
    padding: 17px;
}
.b-title {
	text-align:center;
	padding:15px;
	color:#914040;
	font-size:18px;
	font-weight:bold;
}
.steps {
	position:relative;
	text-align:center;
	margin-right: 110px;
	margin-bottom: 20px;
}
.steps span.bar {
	position: absolute;
    height: 4px;
    left: 20px;
    right: 20px;
    top: 14px;
    background: #ebebeb;
    z-index: 1;
}
.steps div {
	display:inline-block;
	height:30px;
	width:30px;
	line-height: 140%;
	font-size: 20px;
	font-weight:bold;
    color: #959595;
	background:#cccccc;
	border-radius:100px;
	position:relative;
	z-index:2;
}
.steps div.selected {
	background:#923c3c;
	color:#fff;
}
.steps div span {
	display:none;
	position: absolute;
    top: -24px;
    color: #999;
    left: -20px;
    right: -20px;
    overflow: visible;
    font-size: 12px;
}
.steps div.selected span {
	display:block;
}
.title-service {
    text-align: left;
    position: relative;
    padding: 8px 0 8px 84px;
    font-size: 32px;
    font-weight: bold;
    color: #202020;
    margin-top: 20px;
    background: #e1d3d3;
}
.number {
    text-align: center;
    position: absolute;
    top: 50%;
	margin-top:-29px;
    left: 14px;
    line-height: 115%;
    border-radius: 100px;
    font-size: 47px;
    width: 58px;
    height: 58px;
    background: #923c3c;
    color: #fff;
}
.info-service {
	display:none;
	color: #545454;
	font-weight:bold;
    margin: 20px 10px 12px 80px;
    line-height: 125%;
    text-align: left;
    font-size: 18px;
}
.info-btn {
	text-align:center;
	margin-bottom: 40px;
	margin-top: 30px;
}
.info-btn div {
	display:inline-block;
	cursor:pointer;
	background: #991c1c;
	color:#FFFFFF;
	font-weight:bold;
	margin:0 4px 10px 4px;
	padding:14px 16px;
	border-radius:5px;
	box-shadow:#00000047 2px 2px 5px;
	transition:background 0.5s, box-shadow 0.5s;
}
.info-btn div:hover {
	background:#bf3309;
	box-shadow:#00000047 4px 4px 7px, #ffffff8a 1px 1px 1px inset, #00000024 -1px -1px 1px inset, #ffffff1c 0 25px 10px inset;
}
.service {
	display:none;
}
.service.selected {
	display:block;
}
.box-options {
	display:none;
	padding:0 20px 20px 20px;
}
.box-options#box_9 {
	display:block;
}
.book_type {
	position:relative;
	margin-bottom:30px;
}
.book_type div {
	position:relative;
	display:inline-block;
	max-width:120px;
	margin-left:2.5%;
	margin-right:2.5%;
	opacity:0.8;
	transition:opacity 0.5s;
	cursor:pointer;
}
.book_type div i {
	display:none;
	position:absolute;
	left:-10px;
	right:-10px;
	top:-5px;
	bottom:-50px;
	z-index:1;
	background: #ffffff;
    box-shadow: #00000026 2px 2px 5px;
	border-radius:15px;
}
.book_type div span {
	position:relative;
	display:block;
	height:120px;
	z-index:2;
}
.book_type div strong {
	display:block;
	position:absolute;
	color:#511919;
	font-weight:bold;
	height:45px;
	bottom:-45px;
	left:0;
	right:0;
	line-height:120%;
}
.book_type div:hover, .book_type div.selected {
	opacity:1;
}
#box_2 .book_type div strong {
	color:#355454;
}
#box_3 .book_type div strong {
	color:#33442d;
}
#box_4 .book_type div strong {
	color:#000;
}
#box_5 .book_type div strong {
	color:#433053;
}
#box_7 .book_type div strong {
	color:#4c284b;
}
#box_8 .book_type div strong {
	color:#31485c
}
.book_type div.selected i {
	display:block;
}
.book_type div img {
	display:block;
	width:100%;
	margin: 0 auto;
}
.title-option {
	margin:-10px 0 20px 0;
	font-weight:bold;
	line-height:120%;
}
.title-option.far {
	margin-top:0;
}
.cover-types {
	margin-top: 80px;
	margin-bottom:50px;
}
.close {
	display:none;
}
.close.open {
	display:block;
}
.cover-type {
	position:relative;
	margin:10px 0;
	background:#e1e1e1;
	min-height:120px;
	border-radius:10px;
	padding:2px;
	cursor:pointer;
	transition:background 0.5s, box-shadow 0.5s;
}
.cover-type:hover, .cover-type.selected {
	background: #ffffff;
    box-shadow: #00000026 2px 2px 5px;
}
.cover-type.selected { 
	padding:0;
	border:#511919 solid 2px;
}
.cover-type img {
	max-width:100px;
	position:absolute;
	left:0;
	top:11px;
}
.description {
	margin-left: 105px;
    text-align: left;
    padding: 20px 15px 15px 0;
}
.description strong {
	display:block;
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
}
.description-a {
	margin: 11px 0;
    font-weight: bold;
    color: #346d8d;
}
.description-b {
	color:#346d8d;
	max-width: 400px;
}
.status-combo {
	position:relative;
    height: 0;
    margin-top: 10px;
	overflow:visible;
	padding-bottom: 40px;
	z-index:800;
}
.status-combo span {
	display:none;
	position:absolute;
	top:0;
	left:30px;
	right:30px;
	bottom:0;
	color: #4e8b4e;
	line-height:120%;  
}
.status-combo span.attention {
	color: #a13939;  
}
h1.page {
	text-align:center;
	font-size:36px;
	font-weight:bold;
	margin-right: 110px;
}
@media (max-width: 620px) {
	.book_type div {
		margin:0 3px;
		max-width:85px;
	}
	#box_3 .book_type div, #box_4 .book_type div, #box_5 .book_type div {
		margin:0 3px;
		max-width:120px;
	}
	.book_type div span {
		height:100px;
	}
	.book_type div i {
		left:-4px;
		right:-4px;
		top:-5px;
		bottom:-50px;
	}
	#box_4 .book_type div span {		    
        height: 115px;
	}
	#box_5 .book_type div span {		    
        height: 120px;
	}
	.status-combo {
   		height: 40px;
	}
	#box_7 .book_type div {
		margin-left: 5px;
		margin-right: 5px;
		min-width:90px;
	    font-size: 14px;
	}
	#box_7 .book_type div i {
        bottom: -70px;
    }
}
@media (max-width: 600px) {
	.title-service {
	    font-size: 22px;

	}
}
select.group-a, input.group-a {
	padding: 10px;
    border: #000 solid 2px;
    min-width: 180px;
}
input.group-a {
	min-width: 110px;
	width: 110px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
input.group-a.confirm {
	display: inline-block;
    cursor: pointer;
    background: #991c1c;
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px 10px;
	width: 110px;
	border: #000 solid 2px;
	border-left:0;
    transition: background 0.5s;
	border-radius:0;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
input.group-a.confirm:hover {
	background:#bf3309;
}
.flags, .pages-formating, .ilustrations {
	margin-bottom:30px;
}
.pages-formating {
	margin-top:80px;
}
.info-options {
	text-align: left;
    margin-top: 70px;
	margin-bottom: 30px;
    padding: 10px 15px;
	font-size:14px;
    line-height: 130%;
    background: #fff7cb;
    border-radius: 5px;
    border: #ccc2b9 solid 1px;
    box-shadow: #0000000f 1px 1px 2px;
}
#box_8 .info-options, #box_7 .info-options {
	font-size:16px;
}
#box_7 .info-options {
	padding:20px;
}
.info-options div {
	margin:5px 0;
}
.info-options b {
	font-weight:bold;
}
.prof-pages {
	margin-bottom:40px;
}
#box_4 .book_type div strong {
	height: 80px;
    bottom: -80px;
}
#box_4 .book_type div i {
    bottom: -90px;
}
.book_type {
	z-index:1000;
}
.quantity {
	margin-top: 120px;
	margin-bottom: 30px;
}
.container-print {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap: 10px; 
  width: 100%;
  padding: 0 20px 20px 20px;
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
}
.container-print.main {
	margin-top: 60px;
	padding: 20px;
}
.item-print {
  width: 220px;
  height: 80px;
  align-items: center;
  justify-content: center;
  text-align:center;
}
@media (max-width: 600px) {
	.item-print {
		flex: 1 1 100%;
	}
}
.item-print label {
	font-weight:bold;
	display:block;
	margin:0 auto;
	margin-bottom: 10px;
}
.item-print select.group-a, .item-print input.group-a {
	display:block;
	margin:0 auto;
	min-width: 200px;
}
.item-print input.group-a {
	min-width: 180px;
    width: 180px;
    border-radius: 0;
}
#menu_5 .info-options {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
}
#menu_6 .info-options {
    margin-top: 0px;
    margin-left: 23px;
	margin-right: 23px;
}
#menu_7 .info-options {
    margin-top: 100px;
}
@media (max-width: 600px) {
  	#menu_6 .info-options {
		margin-left: 0;
		margin-right: 0;
  	}
}
#menu_8 ul, #menu_6 ul, #menu_7 ul {
	margin-left: 25px;
}
#menu_8 li, #menu_6 li, #menu_7 li {
	padding:10px;
}
#menu_8 ul ul, #menu_6 ul ul, #menu_7 ul  {
	margin-top:10px;
}
#menu_8 li li, #menu_6 li li, #menu_7 li {
	padding:5px;
}
.book_type_b {
	position:relative;
	margin-bottom:30px;
}
.book_type_b div {
	position:relative;
	display:inline-block;
	max-width:120px;
	margin-left:5px;
	margin-right:5px;
    margin-bottom:20px;
	opacity:0.8;
	transition:opacity 0.5s;
	cursor:pointer;
	padding:8px;
	border-radius:5px;
	background:#FFF;
	border: #fff solid 5px;
}
.book_type_b div span {
	position:relative;
	display:block;
	z-index:2;
}
.book_type_b div strong {
    display: block;
    margin-top: 10px;
    color: #252525;
    font-weight: bold;
    line-height: 120%;
}
.book_type_b div:hover, .book_type_b div.selected {
	opacity:1;
}
.book_type_b div span img {
	display:block;
	width:100%;
	margin: 0 auto;
	z-index:1000;
}
.book_type_b div.selected {
    border: #923c3c solid 5px;
    border-radius: 8px;
	padding:8px;
}
.book_type_b img.ticked, .book_type img.ticked {
	display:none;
	position:absolute;
	height:30px;
	width:30px;
	top:-15px;
	right:-15px;
	z-index:1100;
}
a.copy-link, a.copy-whats {
	font-weight:bold;
	color:#006699;
	transition:color 0.5s;
	cursor:pointer;
}
a.copy-link:hover, a.copy-whats:hover {
	color:#009eee;
}
#valor-copia {
	color: #63318d;
    font-weight: bold;
    display: inline-block;
    padding: 15px 11px;
    border-radius: 5px;
    background: #fff7cb;
    margin: -20px 0 35px;
    border: #ccc2b9 solid 1px;
    box-shadow: #0000000f 1px 1px 2px;
}
#valor-copia:empty {
	display: none;
}
.planos-menu {
	margin-top:40px;
}
.price-glow {
	box-shadow: 0 0 0px 0px rgba(0, 255, 0, 0.7);
	animation: glow 1s ease-out forwards;
}
@keyframes glow {
	0% {
	box-shadow: 0 0 10px 5px rgba(0, 255, 0, 0.8);
	}
	50% {
	box-shadow: 0 0 30px 15px rgba(0, 255, 0, 0.4);
	}
	100% {
	box-shadow: 0 0 60px 30px rgba(0, 255, 0, 0);
	}
}
.title-option.highlight {
	max-width: 500px;
	font-size: 18px;
	margin:50px 0 20px 0;
}
.info-options.highlight {
    max-width: 530px;
    font-size: 16px;
    margin: 40px auto;
	padding: 20px 25px;
}
.box-options#box_9 .item-print {
	display:block;
	width: 100%;
}
.box-options#box_9 .item-print input.group-a {
	margin:0 auto;
	width:90%;
	max-width: 300px;
	display:block;
}
.box-options#box_9 .item-print input.group-a.b_whats {
	max-width: 200px;
}
.box-inputs {
	display: block;
    margin: 30px 0 45px;
}
.title-service#info_9 {
	text-align:center;
	padding: 8px 10px;
}
.highlight ul {
	margin-top:20px;
	margin-left:40px;
}
.highlight ul strong {
	font-weight:bold;
}
.title-service#info_9 {
    background: #ffd41d;
}
.box-finalizacao {
	max-width: 500px;
    margin: 30px auto;
    background: #d6ffce;
    padding: 25px;
    border-radius: 15px;
	border: #befcb2 solid 5px;
}
.finalizacao {
	margin:0 20px;
}
.box-finalizacao h2 {
	font-size:28px;
	font-weight:bold;
	display:block;
	margin-bottom:25px;
}
.box-finalizacao p {
	display:block;
	font-size:18px;
	line-height:130%;
	margin-top:10px;
}
#whats-app {
	position:fixed;
	bottom:40px;
	right:50px;
	width:56px;
	height:56px;
	border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
	animation-name: whats;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	z-index:39998;
}
#whats-app img {
	position:absolute;
	top:3px;
	right:3px;
	width:50px;
	height:50px;
	z-index:40001;
}
@keyframes whats {
	from { 
		outline: #00cd0d solid 3px;
	}
	to {
		outline: #00cd0d00 solid 10px;
	}
}
a#a-top {
	position:relative;
	z-index:40020;
}
#whats-app p {
	position: absolute;
    background: #7eff98;
    border-radius: 5px;
    padding: 10px;
    left: -35px;
    color: #207c2c;
    right: -35px;
    height: 42px;
    text-align: center;
    line-height: 130%;
    top: -50px;
    overflow: hidden;
    font-weight: bold;
	z-index:39998;
}
#menu-box, #menu-box-a {
	display:none;
    position: absolute;
    right: -13px;
    top: -13px;
    width: 275px;
    height: 582px;
    background: #666;
    border: #fff solid 3px;
}
#menu-box a.menu-link, #menu-box-a a.menu-link {
	display:block;
	margin:0;
	padding:12px 15px;
	font-size:16px;
	box-shadow:none;
}
#menu-box a.menu-link.menu-header, #menu-box-a a.menu-link.menu-header {
	background:#bf4343;
	cursor:auto;
	font-weight:bold;
	font-size:18px;
	padding:22px 15px;
}
#conv {
    position: absolute;
    top: 140px;
    right: 20px;
    width: 85px;
    line-height: 105%;
    font-family: system-ui;
    height: 85px;
    font-weight: bold;
    text-align: center;
    text-shadow: #ffffff78 1px 1px 2px;
    background: linear-gradient(to bottom, #fff0a9, #ffe32b);
    box-shadow: #00000047 3px 3px 5px, #f5c59d -1px -1px 1px inset, #af5d1640 -6px -6px 12px inset, #FFF 1px 1px 1px inset;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    z-index: 39998;
	transition: box-shadow 0.5s ease, background 0.5s ease;
}
#conv:hover {
	box-shadow: #00000000 3px 3px 5px, #f5c59d -1px -1px 1px inset, #af5d1640 -6px -6px 12px inset, #FFF 1px 1px 1px inset, #fffdb0b5 0 0 10px;
	background: linear-gradient(to bottom, #fffe52, #ffdd00);
}
.payment {
    margin-top: 4px;
}
.payment img {
    display: inline-block;
    border: #FFFFFF solid 1px;
    margin: 1px;
    width: 70px;
	height: 40px;
}
.page-content {
	display:block;
	margin:10px auto;
	max-width:600px;
}
.page-content h1 {
	display:block;
	text-align:center;
	line-height:120%;
	font-weight:bold;
	font-size:36px;
	margin:0 10px 20px;
}
.page-content h2 {
	display:block;
	text-align:center;
	line-height:120%;
	font-weight:bold;
	font-size:22px;
	color:#666;
	margin:0 20px 50px;
}
.text-content {
	margin:0 20px;
}
.text-content p {
	margin:20px 0;
	line-height:130%;
	font-size:18px;
}
.text-content li {
    display: list-item;
    text-align: -webkit-match-parent;
    margin: 20px 0;
    padding-left: 10px;
    font-size: 18px;
    color: #333;
	line-height:120%;
}
.text-content ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    list-style-image: url(http://epicaeditora.com.br/img/icons/tick.png);
    padding-left: 29px;
    margin: 35px 0 35px 30px;
}
.text-content i {
    display: block;
    float: left;
    height: 40px;
    font-size: 85px;
    margin-top: 21px;
    font-weight: bold;
    margin-left: 3px;
    margin-right: 10px;
}
.text-content strong {
	font-weight:bold;
}
span.italic {
	font-style:italic;
}
.page-content h3 {
	font-size: 24px;
    display: block;
    font-weight: bold;
    margin: 35px 0 10px 0;
}
span.subh3 {
    display: block;
    margin: 10px 0 20px 0;
    font-size: 20px;
    color: #bf4343;
    font-weight: bold;
}
span.note {
    font-size: 16px;
    color: #999;
    display: block;
    margin: 30px 0 40px 20px;
    line-height: 120%;
}
a.a-button {
	display: block;
    width: 250px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-shadow: #000 1px 1px 2px;
    margin: 10px auto;
    background: #944040;
    border-radius: 7px;
    padding: 20px;
}
a.link-whatsapp {
	color:#2678c1;
}
.text-content p.padd {
    padding-left: 70px;
	margin-bottom:100px;
}
.text-content img.img-right {
	max-width:300px;
	margin:0 25px 0 25px;
	display:block;
	float:right;
}
.text-content img.img-right.padd {
	max-width:300px;
	margin:0 25px 25px 25px;
	display:block;
	float:right;
}
@media (max-width: 600px) {
  	.text-content img.img-right {
		margin: 15px auto;
		float:none;
		max-width:80%;
  	}
	.text-content img.img-right.padd {
		margin: 15px auto;
		margin-bottom:40px;
		float:none;
		max-width:80%;
  	}
}
.text-content img.img-center {
	max-width:100%;
	margin:5px 0 65px 0;
	display:block;
}
.text-content img.img-center-padd {
	max-width:100%;
	margin:25px 0 25px 0;
	display:block;
}
.a-button-box {
	margin:50px auto;	
}
.text-content a.a-button.cart {
	font-family: system-ui;
    font-weight: bold;
    color: #000;
    text-align: center;
    text-shadow: #ffffffc4 1px 1px 2px;
    background: linear-gradient(to bottom, #fff0a9, #ffdd00);
    box-shadow: #0000001f 3px 3px 5px, #f5c59d -1px -1px 1px inset, #af5d1640 -2px -2px 2px inset, #FFF 1px 1px 1px inset, #ffe80070 0 -28px 1px inset, #ffffff66 0 33px 1px inset, #edcf80 2px 2px 2px inset;
    transition: box-shadow 0.5s ease;
}
.text-content a.a-button.cart:hover {
	box-shadow: #0000001f 3px 3px 5px, #f5c59d -1px -1px 1px inset, #af5d1640 -2px -2px 2px inset, #FFF 1px 1px 1px inset, #ffe80070 0 -28px 1px inset, #fffe4666 0 33px 1px inset, #ffe700 2px 2px 2px inset;
}
.spacing {
	height:200px;
}
img.logo-signature {
	display:block;
	margin:60px auto;
	margin-bottom:0;
}
.box-container {
	position:relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}
.box-container.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
	margin-bottom:90px;
}
.box {
	position:relative;
    color: white;
    padding: 80px 20px 20px 20px;
    text-align: center;
	margin-top:20px;
	box-shadow:#ffffff45 0 -20px 20px inset;
	transition: background-color 0.3s ease-in-out;
}
.box h3 {
	position:absolute;
	top:0;
	right:0;
	left:0;
	padding:20px 20px 16px 20px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	line-height:120%;
	text-shadow:#000000d1 1px 1px 2px;
	box-shadow: #00000045 0 10px 10px inset, #00000021 0 10px 10px;
	transition: background-color 0.3s ease-in-out;
}
.box h4 {
	margin-bottom:10px;
	color:#FFFFFF;
	text-shadow:#000000d1 1px 1px 2px;
	line-height:130%;
}
.box img {
	display:block;
	width:105px;
	height:105px;
	margin:15px auto;
	margin-bottom:50px;
}
@media (max-width: 600px) {
    .box-container {
        grid-template-columns: 1fr;
    }
}
.cut-top-left {
	clip-path: polygon(0 0, 100% 0, 0 100%, 0 0);
	background:#FFFFFF;
	position:absolute;
	top:-1px;
	left:-1px;
	width:8px;
	height:8px;
}
.cut-top-right {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
	background:#FFFFFF;
	position:absolute;
	top:-1px;
	right:-1px;
	width:8px;
	height:8px;
}
.cut-bottom-left {
	clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 0);
	background:#FFFFFF;
	position:absolute;
	bottom:-1px;
	left:-1px;
	width:51%;
	height:150px;
}
.cut-bottom-right {
	clip-path: polygon(0 100%, 100% 0, 100% 100%, 100% 100%);
	background:#FFFFFF;
	position:absolute;
	bottom:-1px;
	right:-1px;
	width:51%;
	height:150px;
}
h3.title-h3 {
	display:block;
	text-align:center;
	font-weight:bold;
	font-size:28px;
	padding:0 20px;
	margin:20px auto;
	margin-top:0px;
	line-height:130%;
	max-width:550px;
}
.box-container.tilt .box.color-b:hover {
	background-color:#a91717;
}
.box-container.tilt .box:hover h3.color-a {
	background-color:#000000;
}
.nota {
	text-align:center;
	font-style:italic;
	color:#999999;
}
.box-highlight {
	position:relative;
	margin:0 20px 100px 20px;
}
.bh-text {
	position:relative;
	z-index:3000;
	margin-right:100px;
	clip-path: polygon(0% 0%, 98% 20%, 100% 100%, 2% 80%);
}
.bh-text-content {
	padding:80px 20px 150px 20px;
	color:#fff;
	position:relative;
	z-index:4020;
}
.bh-img {
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-image: url("https://epicaeditora.com.br/img/bg/1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: blur(2px);
	overflow: hidden;	
}
.bh-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(32 29 29 / 86%);
  z-index: 1;
}
.bh-bg {
	position:absolute;
	background:#565656;
	z-index:2998;
	top:0;
	bottom:0;
	right:0;
	left:20px;
    clip-path: polygon(6% 20%, 100% 10%, 98% 80%, 0% 100%);
}
.bh-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color:rgb(145 53 53);
  z-index: 1;
}
.box-highlight h4 {
	font-weight:bold;
	font-size:26px;
	color:#FFF;
	line-height:120%;
	padding:10px 15px;
	max-width:36%;
	margin-left: 90px;
}
.box-highlight p {
	font-size:16px;
	color:#FFF;
	padding:15px;
	line-height:140%;
}
.box-highlight p.header {
    margin-left: 90px;
    padding: 0 15px 15px 15px;
    font-size: 18px;
    font-style: italic;
    color: #fffad4;
    font-weight: bold;
}
@media (max-width: 540px) {
	.box-highlight h4 {
		margin-top:40px;
	}
}
@media (min-width: 950px) {
	.box-highlight h4 {
		padding:0 15px 10px 15px;
		margin-top:-22px;
	}
}
@media (max-width: 800px) {
	.bh-text-content {
		padding-bottom:200px;
	}
}
@media (max-width: 600px) {
	.bh-text-content {
		padding-bottom:240px;
	}
}
@media (max-width: 760px) {
	.box-highlight h4 {
		margin-top:100px;
		margin-left: 0;
		max-width:80%;
	}
	.box-highlight p.header {
		margin-left: 0;
	}
}
a.btn-section {
    font-family: system-ui;
    font-weight: bold;
    color: #000;
    text-align: center;
    text-shadow: #ffffffc4 1px 1px 2px;
    background: linear-gradient(to bottom, #fff0a9, #ffdd00);
    box-shadow: #0000001f 3px 3px 5px, #f5c59d -1px -1px 1px inset, #af5d1640 -2px -2px 2px inset, #FFF 1px 1px 1px inset, #ffe80070 0 -28px 1px inset, #ffffff66 0 33px 1px inset, #edcf80 2px 2px 2px inset, #FFF 0 0 0;
    transition: box-shadow 0.5s ease, background 0.5s ease;
    border-radius: 7px;
    padding: 15px 30px;
    margin: 20px 10px 10px 0;
    display: block;
    width: auto;
    font-size: 18px;
    float: right;
}
a.btn-section:hover {
	box-shadow: #0000001f 3px 3px 5px, #f5c59d -1px -1px 1px inset, #af5d1640 -2px -2px 2px inset, #FFF 1px 1px 1px inset, #ffe80070 0 -28px 1px inset, #ffffff66 0 33px 1px inset, #edcf80 2px 2px 2px inset, #FFF 0 0 20px;
}
.box-highlight img {
	display: block;
	position:absolute;
	top: 9%;
	left:18px;
    width: 105px;
    height: 105px;
	z-index:4000;
}
.bh-text-content i {
    display: block;
    color: #FFF;
    font-size: 80px;
    float: left;
    height: 70px;
    line-height: 100%;
    margin: -8px 5px 0 0;
    padding: 0;
}
.bh-text-content u {
	text-decoration:underline;
	color:#FFF;
}
.bh-text-content strong {
	font-weight:bold;
	color:#FFF;
}
@media (max-width: 650px) {
	.box-highlight img {
		width: 18%;
		height: auto;
		top: 8%;
	}
}
.box-highlight-b {
	position:relative;
	padding-bottom: 80px;
	margin-bottom:150px;
}
.back-img {
	position:absolute;
	left:20px;
	right:20px;
	top:20px;
	bottom:0;
	background: #333;
	clip-path: polygon(0% 100%, 100% 95%, 95% 0%, 5% 0%);
	z-index:3900;
	background-image: url("https://epicaeditora.com.br/img/bg/1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: blur(4px);
	overflow: hidden;
}
.back-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.box-hb-front {
	position:relative;
	display:block;
	background: #913535;
	clip-path: polygon(10% 95%, 90% 100%, 100% 0%, 0% 0%);
	margin:0 20px;
	z-index:4000;
}
a.btn-section-b {
	display:block;
    font-family: system-ui;
    font-weight: bold;
    color: #000;
    text-align: center;
    text-shadow: #ffffffc4 1px 1px 2px;
    background: linear-gradient(to bottom, #fff0a9, #ffdd00);
    box-shadow: #0000001f 3px 3px 5px, #f5c59d -1px -1px 1px inset, #af5d1640 -2px -2px 2px inset, #FFF 1px 1px 1px inset, #ffe80070 0 -28px 1px inset, #ffffff66 0 33px 1px inset, #edcf80 2px 2px 2px inset, #FFF 0 0 0;
    transition: box-shadow 0.5s ease, background 0.5s ease;
    border-radius: 7px;
    padding: 15px 30px;
    margin: 20px auto;
    width: 100px;
    font-size: 18px;
}
a.btn-section-b:hover {
	box-shadow: #0000001f 3px 3px 5px, #f5c59d -1px -1px 1px inset, #af5d1640 -2px -2px 2px inset, #FFF 1px 1px 1px inset, #ffe80070 0 -28px 1px inset, #ffffff66 0 33px 1px inset, #edcf80 2px 2px 2px inset, #FFF 0 0 20px;
}
.box-highlight-b h4 {
    display: block;
    font-weight: bold;
    font-size: 26px;
    color: #FFF;
    line-height: 120%;
    padding: 20px 15px;
    text-align: center;
    background: #0000004f;
}
.box-highlight-b p {
	font-size:16px;
	color:#FFF;
	padding:0 15px 15px 15px;
	line-height:140%;
}
.box-highlight-b p.header {
    font-size: 18px;
    font-style: italic;
    color: #fffad4;
    font-weight: bold;
	text-align:center;
	margin:10px 0;
	padding:15px;
}
.box-hb-content {
	display:block;
	position:relative;
	margin:0 12%;
	padding-bottom:40px;
}
.box-hb-content u {
	text-decoration:underline;
	color:#FFF;
}
.box-hb-content strong {
	font-weight:bold;
	color:#FFF;
}
.box-highlight-b img {
	float:left;
	margin:0 15px 15px 0;
}
.box-highlight-b.v-capa .box-hb-front {
	background:#444444;
}
.box-highlight-b.v-capa h4 {
	color: #fff;
}
.box-highlight-b.v-capa .back-img::before {
    background-color: rgb(192 192 192 / 71%);
}
.container-f {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	padding: 20px;
	margin-top:60px;
}
.item-f {
	position:relative;
	width: 100%;
	max-width: 270px;
	height: 120px;
    margin-bottom: 40px;
	background-color: #4a90e2;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	color: #fff;
	line-height:120%;
	padding:15px;
	text-align:center;
	font-weight: bold;
	font-size: 18px;
	background-color: #f0f0f0;
}
.publisher h3.title-h3 {
	font-size:32px;
}
.txt-publisher {
	max-width:500px;
	margin:30px auto;
	font-size:18px;
	line-height:130%;
	text-align:center;
	padding:0 20px;
}
.publisher strong {
	font-weight:bold;
}
.publisher u {
	font-weight:bold;
}
.container.main.z-index.publisher {
	margin-bottom:20px;
}
.item-f i {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    height: 100px;
    top: -50px;
    font-size: 100px;
    color: #9f5353;
	line-height:100%;
	text-shadow:#FFF 3px 3px 1px;
}
.item-f p {
    margin-top: 45px;
    font-size: 19px;
}
.publisher .item-f u {
	color:#346d9f;
}
.c-container, .c-container * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.c-container {
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin-bottom:100px;
}
.box-c {
	display: flex;
	flex-direction: column;
	flex: 1 1 400px; /* mínimo 400px */
	max-width: 500px; /* máximo 500px */
	min-width: 0;
	border: 1px solid #ccc;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}
.box-c.printing .box-text {
	background:#464646;
}
.box-inner {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.box-image, .box-text {
	flex: 1;
	display: flex;
	align-items: center;
	position:relative;
	justify-content: center;
}
.box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box-text {
	padding: 15px;
	background: #fff;
	text-align: center;
	display:block;
}
.box-c.covers .box-text {
	background: #913535;
}
.box-c .box-text p {
	display:block;
	color: #fff;
    padding: 0 20px 20px 20px;
	line-height: 140%;
}
.box-c .box-text h5 {
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 28px;
    line-height: 120%;
    margin: 20px 0 30px 0;
}
.box-btns {
	overflow:auto;
}
a.box-btn-right {
    font-family: system-ui;
    font-weight: bold;
    color: #000;
    text-align: center;
    text-shadow: #ffffffc4 1px 1px 2px;
    background: linear-gradient(to bottom, #fff0a9, #ffdd00);
    box-shadow: #0000001f 3px 3px 5px, #f5c59d -1px -1px 1px inset, #af5d1640 -2px -2px 2px inset, #FFF 1px 1px 1px inset, #ffe80070 0 -28px 1px inset, #ffffff66 0 33px 1px inset, #edcf80 2px 2px 2px inset, #FFF 0 0 0;
    transition: box-shadow 0.5s ease, background 0.5s ease;
    border-radius: 7px;
    padding: 10px 20px;
    margin: 20px 15px 10px 15px;
    display: block;
    width: auto;
    font-size: 16px;
	line-height:100%;
}
a.box-btn-right:hover {
	box-shadow: #0000001f 3px 3px 5px, #f5c59d -1px -1px 1px inset, #af5d1640 -2px -2px 2px inset, #FFF 1px 1px 1px inset, #ffe80070 0 -28px 1px inset, #ffffff66 0 33px 1px inset, #edcf80 2px 2px 2px inset, #FFF 0 0 10px;
}
a.box-btn-left {
	float:left;
    font-family: system-ui;
    font-weight: bold;
    padding: 10px 20px;
    margin: 20px 15px 10px 15px;
    display: block;
    width: auto;
    font-size: 16px;
	color:#FFF;
	border-radius: 7px;
	background:#0000002b;
	line-height:100%;
	transition: background 0.5s ease;
}
a.box-btn-left:hover {
	background:#00000094;
}
a.box-btn-right {
	float:right;
}
.box-c.formating .box-text {
	background: #fff;
}
.box-c.white p, .box-c.white h5 {
	color:#000;
}
.box-c.white {
	border: 1px solid #fff;
}
.box-c.white .box-btns {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:80px;
}
.box-c.formating .box-image {
    padding-bottom: 65px;
}
.box-c.kindle .box-image {
    padding-bottom: 65px;
}
.box-text strong {
	color:#fff;
	font-weight:bold;
}
.box-text u {
	color:#fff;
	text-decoration:underline;
}
.white .box-text strong {
	color:#000;
	font-weight:bold;
}
.white .box-text u {
	color:#000;
	text-decoration:underline;
}
.item-f.fp1 {
	background:#deecd8;
}
.item-f.fp2 {
	background:#ece1d8;
}
.item-f.fp3 {
	background:#d8eaec;
}
.item-f.fp4 {
	background:#d7ddeb;
}
.item-f.fp5 {
	background:#e7ddee;
}
.item-f.fp6 {
	background:#ebebd7;
}
#cabecalho-fixo {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 70px;
	background: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99990;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s ease;
}
.cab-cont {
	position: absolute;
	top:0;
	bottom:0;
	width:100%;
    max-width: 1000px;
    margin: 0 auto;
}
#logo-hor {
	position:absolute;
	top:5px;
	left:20px;
	width: 172px;
}
#cabecalho-fixo.visible {
	opacity: 1;
	pointer-events: auto;
}
.produtos {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom:100px;
	margin-top:40px;
}
.produto {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 15px;
	min-width: 300px;
	max-width: 300px;
	box-sizing: border-box;
	background: #fafafa;
}
.produto img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	margin-bottom: 10px;
	box-shadow:#00000052 1px 1px 4px;
}
.produto b {
	display:block;
	margin-bottom:15px;
	margin-top:6px;
	line-height:120%;
	text-decoration: none;
	color: #682d2d;
	font-weight: bold;
	font-size: 18px;
	cursor:pointer;
}
.produto b:hover {
	color:#901c1c;
}
.tipo {
	display:block;
	margin-bottom:15px;
	font-size: 14px;
	color: #555;
}
.autor {
	display:block;
	margin-bottom:15px;
	font-size: 16px;
	color: #555;
	font-weight:bold;
}
.preco {
	display:block;
	margin-bottom:5px;
	font-size: 16px;
	font-weight: bold;
	color: #83b198;
	text-align:right;
}
.page-content-b {
	display: block;
    margin: 10px auto;
    max-width: 1000px;
	width:100%;
}
.page-content-b h1 {
	display:block;
	text-align:center;
	line-height:120%;
	font-weight:bold;
	font-size:36px;
	margin:0 10px 20px;
}
.covers-bx {
	position:relative;
	height:304px;
	overflow:hidden;
	text-align:left;
	padding:10px;
	margin-bottom:10px;
	margin-top:8px;
}
.covers-cont {
	position:absolute;
	top:0;
	bottom:0;
	left:-200px;
	width:9600px;
}
.covers-bx img {
	display:inline-block;
	width:200px;
	height:300px;
	box-shadow: #fff 2px 2px 0, #fff -2px -2px 0, #fff -2px 2px 0, #fff 2px -2px 0;
}
.box-highlight-b .covers-bx img {
	float: none;
    margin: 20px 0 10px 10px;
}
.covers-bx img.nosize {
	opacity:0;
	margin-left:0;
}
.box-highlight-b .covers-bx img.first-it {
	margin-left:202px;	
}
.covers-shadow {
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	width:60px;
	background: linear-gradient(to left, #444444, #44444400);
}
.arrow-nav {
	position:absolute;
	top:50%;
	margin-top:-50px;
	cursor:pointer;
	height:50px;
	width:50px;
	overflow:visible;
	opacity: 0.8;
	transition: opacity 0.5s ease;
}
.arrow-nav:hover {
	opacity:1;
}
.box-highlight-b .arrow-nav img {
	height:50px;
	width:50px;
	float:none;
	margin:0;
}
.an-left {
	left:-30px;
}
.an-right {
	right:-30px;
}
.box-hb-front #prevent {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:99999;
	display:none;
}
.examples-covers {
	margin:15px 0 20px 0;
	font-weight:bold;
	color:#438316;
	transition: color 0.5s ease;
	cursor:pointer;
}
.examples-covers:hover {
	color:#45a700;
}
#example-open {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:99995;
	display:none;
}
#example-open div {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#00000075;
	cursor:pointer;	
}
#example-open img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: min(80%, 800px);
	max-height: 80%;
	width: auto;
	height: auto;
	object-fit: contain;
	cursor:auto;
}
#example-open i {
	position: absolute;
    top: 5%;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 3vmin;
    text-align: center;
    cursor: pointer;
}