.b-popup{
    width: 100%;
    min-height: 100%;
    background-color: rgba(0,0,0,0.8);
    overflow: hidden;
    position: fixed;
    top: 0px;
	z-index: 98;
	display: none;
}
.b_contenido, .b_img-popup, .b-popup-content {
	width: 60vw;
}
.b_contenido {
	display: flex;
    justify-content: center;
    align-items: center;
}
.b-popup-content {
    position: relative;
	top: 50px;
}
.b-popup, .b-popup-content {
    margin: auto;
}
.b_close {
	position: absolute;
	top: -15;
	left: calc(60vw - 15px);
	width: 15px;
	height: 15px;
	z-index: 99;
}

/*******************************/

.b-popup_r {
    width: 100%;
    min-height: 100%;
    background-color: rgba(0,0,0,0.8);
    overflow: hidden;
    position: fixed;
	display: none;
    top: 0px;
	z-index: 98;
}
.b_contenido_r, .b_img-popup_r, .b-popup-content_r {
	width: 100vw;
}
.b_contenido_r {
	display: flex;
    justify-content: center;
    align-items: center;
}
.b-popup-content_r {
    position: relative;
	top: 50px;
}
.b-popup_r, .b-popup-content_r {
    margin: auto;
}
.b_close_r {
	position: absolute;
	top: -25px;
	right: 10px;
	width: 20px;
	height: 20px;
	z-index: 99;
}