.pendstock_pop_box {
	position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    overflow: hidden;
    top: 0px;
	z-index: 98;
	display: none;
    justify-content: center;
    align-items: center;
}
.pb_contenido {
	position: relative;
/*	width: 50vw;*/
	max-height: 80vh;
	display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.5s ease-in-out;
	border: 3px solid #AAA;
	border-radius: 3px;
	background-color: #FFF;
	padding: 50px;
	font-size: 18px;
}

.pb_close {
	position: absolute;
	width: 20px;
	height: 20px;
	top: -23px;
	right: -23px;
	width: 25px;
	height: 25px;
	z-index: 99;
	cursor: pointer;
}
