



.img {
	width: 100%;
}

#flipbook{
	display:none;
}
/*.flipo-controls {
	position: fixed;
	bottom: 7%;
	left: 50%;
	transform: translateX(-50%);
}*/
.btn-bottom,
.btn-bottom,
.btn-bottom {
	background-color: #323232;
	color: #fff;
	border-radius: 50%;
	border: .1rem #484848 solid;
	padding: 8px 16px;
	font-size: 21px
}
.flecha-izquierda,
.flecha-derecha {
	width: 30px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	cursor: pointer;
}

.flecha-izquierda {
	left: 10px;
}

.flecha-derecha {
	right: 10px;
}
.ui-arrow-next-page, .ui-arrow-previous-page {
	width: 30px;
	height: 60px;
	position: absolute;
	top: 50%;
	top: calc(50% - 30px);
	color: #000;
	right: -40px;
	z-index: 10;
	background-size: 60px 120px;
	background-position: 0 0;
	opacity: 0.75;
	font-size: xx-large;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	transition: opacity 0.2s;
	cursor: pointer;
}
.prev-btn{
	display: none;
}
.ui-arrow-previous-page {
	background-position: 30px 0;
	right: auto;
	left: -40px;
}





@media (max-width: 480px) {
	.flipbook{
		width:100%  !important;
	/*	height: 420px!important;*/
	}
	.imgflip{
		width: 324px !important;
		height: 400px !important;
	}
	.btn-zoom{
		display:none;
	}
	.prev-btn{
		margin-right: 3rem;
	}
	.page::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.1);
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	transition: transform 0.3s;
	cursor: pointer;
	}
	.page:hover::before {
		transform: translate(-10px, -10px);
		background: rgba(0, 0, 0, 0.4);
	}
	.page::before {
		content: '';
		position: absolute;
		width: 50px;
		height: 50px;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.1);
		clip-path: polygon(0 0, 100% 100%, 0 100%);
		transition: transform 0.3s;
		cursor: pointer;
	}
	.page:hover::before {
		transform: translate(10px, -10px);
		background: rgba(0, 0, 0, 0.4);
	}

}
@media (min-width: 768px){
	.zoom-in .page:hover {
		cursor: zoom-in;

	}
	.zoom-out .page:hover {
		cursor: zoom-out;
	}


	.izq::before {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
	clip-path: polygon(0 0, 100% 100%, 0 100%);
	transition: transform 0.3s;
}
.izq:hover::before {
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
}
.der::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: 0;
	right: 0;
	background: rgb(185 0 0 / 40%);
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	transition: transform 0.3s;
}
.der:hover::before {
	background: rgba(0, 0, 0, 0.4) !important;
	cursor: pointer;
}


}
#loading-message {
		font-size: 24px;
		color: #333;
		text-align: center;
		line-height: 600px;
	}
	#thumbnail-carousel {
		display: flex;
   		overflow-x: hidden;
		overflow-y: hidden;
  	        white-space: nowrap;
		width: 100%;
		margin: 2px auto;
		padding: 2rem;
		background-color: #e5e5e5;
	}
	.thumbnail {
		width: 100%;
		cursor: pointer;
	}
	.slick-next{
		right: 0.85rem !important;
	}
	.slick-prev{
		left: 0rem !important;
	}

	.slick-slide {
		margin: 0 5px;
	}
	.slick-next:before, .slick-prev:before{
		color: #000 !important;
		font-size: 30px !important;
	}
	.pagCar{
		font-size: 0.8rem !important;
		color: #333;
	}
	
 .flipbook .page{
	width: 100%;
	 
 }
 .flipbook{
	height: 40vw;
 }
.flipo{
 display:flex;
 justify-content: space-between;



 }


/**NAVBAR**/
.fnavbar {
	background-color: #333;
	padding: 1rem;
}

.fnavbar-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}

.flogo {
	color: white;
	font-size: 1.5rem;
	font-weight: bold;
}

.fnav-links {
	display: flex;
	list-style-type: none;
}

.fnav-links li {
	margin-left: 1rem;
}

.fnav-links a {
	color: white;
	text-decoration: none;
}

.fhamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;
}

.fhamburger span {
	width: 25px;
	height: 3px;
	background-color: white;
	margin: 2px 0;
}
.my-4{ margin: 2.5rem 0 2.5rem 0}
@media (max-width: 768px) {
	.fnav-links {
		display: none;
		flex-direction: column;
		width: 100%;
		position: absolute;
		top: 60px;
		left: 0;
		background-color: #333;
		padding: 1rem;
	}

	.fnav-links.active {
		display: flex;
	}

	.fnav-links li {
		margin: 0.5rem 0;
	}

	.fhamburger {
		display: flex;
	}
}
