#pdf-canvas {
    width: 85%;
    position: relative;
    margin:auto;
    border: gray 1px solid;
    background:white;
    height:auto;
}

#pdf-main-container{
	padding: 50px;
	background:#f1f1f1;
	border: 1px solid #BBB;
	position:relative;
}

.levantar {
    transition: transform 0.5s;
    transform: rotateY(30deg);
    
}

#pdf-canvas-1 {
    transform-origin: right center;
    position: absolute;
    top: 0;
    left: 0;
}

#pdf-canvas-2 {
    transform-origin: left center;
    position: absolute;
    right: 0;
    top: 0;
}

.pdf-modal-content canvas{
	width:100%;
}

.pdf-abajo {
    z-index: -1;
}

#pdf-buttons {
    	width: 85%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	background:gray;
	margin-top: 10px;
    	padding:10px;
    	border-radius:10px;
    	border: 3px solid black;
}

.pdf-btn {
    display: flex;
    justify-content: space-around;
    width: 33.3%;
    float: left;
    
}

.boton-pdf {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solidtransparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-oscuro {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

#pdf-last {
    margin-left: auto;
}

#pdf-first {
    margin-right: auto;
}

.pdf-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    z-index:99999;
    }

.pdf-modal-content {
    background-color: #fefefe;
    margin: 1% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    display:flex;
    justify-content:center;
}

#pdf-close-zoom {
    margin-right: 25px;
margin-top: 25px;
position: fixed;
top: 0;
right: 0;
}
.parar-scroll{
	overflow:hidden;
}

#pdf-zoom-izq{
	position:fixed;
	top:50%;
	left:0;
	margin-left:10px;
	
}

#pdf-zoom-drch{
	position:fixed;
	top:50%;
	right:0;
	margin-right:25px;
}

#pdf-loader{
	border: 8px solid #f3f3f3; /* Light grey */
	  border-top: 8px solid #3498db; /* Blue */
	  border-radius: 50%;
	  width: 30px;
	  height: 30px;
	  animation: spin 2s linear infinite;
	  z-index:999;
	  position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	margin-top:220px;
	  }
#pdf-prev,#pdf-next{
	z-index:999;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#pdf-contents button {
    cursor: pointer;
}

/*PUEDE SER UN FALLO ESTA EN PRUEBAS*/

#canvas-debajo-2{
	float:right;
	}


	#pdf-main-container{
		padding-left:5px;
		padding-right:5px;
	}
