﻿/* Basic sample */
.flipbook-viewport{
	overflow:hidden;
	width:100%;
	height:800px;
}

.flipbook-viewport .container{
	position:absolute;
	top:50%;
	left:50%;
	margin:auto;
}

.flipbook-viewport .flipbook{
	width:922px;
	height:600px;
	left:-461px;
	top:-300px;
}

.flipbook-viewport .page{
	width:461px;
	height:600px;
	background-color:white;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.flipbook .page{
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.flipbook-viewport .page img{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin:0;
}

.flipbook-viewport .shadow{
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow:0 0 20px #ccc;
	-moz-box-shadow:0 0 20px #ccc;
	-o-box-shadow:0 0 20px #ccc;
	-ms-box-shadow:0 0 20px #ccc;
	box-shadow:0 0 20px #ccc;
}


.page.even{
	box-shadow: -25px 0 25px rgba(0, 0, 0, .25) inset !important;
}
.page.odd{
	box-shadow: rgba(0, 0, 0, 0.25) 10px 0px 18px inset;
	border-left: 1px solid #fff;
}

.texto-introducao p{
    width: 61%;
    margin: 0 auto;
    text-align: left;
    line-height: 20px;
    font-size: 18px;
}

.box-folheto{
    background-color: #FFF;
	text-align: center;
    margin-top: 50px;
	position: relative;
}

.page-wrapper img {
    width: 461px;
    height: 600px;
}

.titulo-p{
    font-weight: bold;
    font-size: 24px !important;
    margin-bottom: 10px !important;
    margin-top: 25px !important;
}

#btn-prev{
	height: 50%;
    width: 70px;
    box-shadow: 2px 0px 2px rgba(0, 0, 0, .3);
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    left: 0px;
	background: #FFF;
    cursor: pointer;
	z-index: 999;
}

#btn-next{
	height: 50%;
    width: 70px;
    box-shadow: -2px 0px 2px rgba(0, 0, 0, .3);
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    right: 0px;
	background: #FFF;
    cursor: pointer;
	z-index: 999;
}

div#btn-prev:after {
    content: "<";
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #737373;
	font-family: monospace;
}

div#btn-next:after {
    content: ">";
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #737373;
	font-family: monospace;
}

div#btn-next:hover {
    box-shadow: -1px 2px 2px rgba(0, 0, 0, .3);
	width: 65px;
}

div#btn-prev:hover {
    box-shadow: 1px 2px 2px rgba(0, 0, 0, .3);
	width: 65px;
}

.flipbook div,
.flipbook div img{
    transition: unset !important;
}

.box-folheto.zoom-active{
    background: rgba(0, 0, 0, .8);
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
    margin-top: 0;
}


#zoomInOut{
    cursor: pointer;
    width: 40px;
    height: auto;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.zoom-active #zoomInOut,
#closeZoom{
	display: none;
}

.zoom-active #closeZoom{
	position: absolute;
    top: 20px;
    right: 20px;
    color: #FFF;
	display: block;
}

.zoom-active #closeZoom span{
	padding: 5px 8px;
    border: 1px solid #FFF;
    border-radius: 3px;
}

.pageNumber {
	display: none !important;
}
