.encu_pop_box {
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    overflow: hidden;
    top: 0px;
	z-index: 98;
	display: none;
    justify-content: center;
    align-items: flex-start;
	padding-top: 200px;
}
.encu_b_contenido {
	position: relative;
	transition: all 0.5s ease-in-out;
	border: 1px solid #AAA;
	border-radius: 3px;
	background-color: #FFF;
	padding: 20px;
}
.encu_b_close {
	position: absolute;
	width: 20px;
	height: 20px;
	top: -23px;
	right: -23px;
	width: 25px;
	height: 25px;
	z-index: 99;
	cursor: pointer;
}
.encu_box_txt {
	width: 100%;
	display: flex;
    flex-direction: column;
}

.encu_box {
	width: 100%;
	display: grid;
    grid-template-columns: max-content 1fr;
    grid-gap: 2px;
}
/*.encu_box div {
	border: 1px solid #f00;
}*/

.encu_zag {
	grid-column: 1/-1;
	font-size: 20px;
	padding-bottom: 30px;
}
.encu_zag {
	font-size: 18px;
}
.encu_select {
	width: 500px;
	border: 1px solid #888;
	border-radius: 3px;
	padding: 10px;
}
.encu_img {
	width: 100%;
	max-width: 350px;
}
.encu_tit {
	display: flex;
    justify-content: flex-end;
    align-items: center;
	width: 100%;
	padding: 5px;
	font-weight: bold;
}
.encu_txt {
	display: flex;
    justify-content: flex-start;
    align-items: center;
	width: 100%;
	padding: 5px;
}
.encu_bt, .encu_btc {
	border: 1px solid #AAA;
	border-radius: 5px;
	box-shadow: 2px 2px 4px #AAA;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 10px;
	margin: 10px;
	cursor: pointer;
}
.encu_btc {
	width: max-content;
	margin-top: 20px;
	
} 
.encu_bottom {
	width: 100%;
	display: flex;
    justify-content: flex-end;
    align-items: center;
}