
.foto_thumb_pl{
	width:80px;
	height:80px;
	object-fit:cover;
	display: inline;
	margin:1px;
	border-radius:5px;
	
}

.fotoplano{
	width: 100%;
	height: 300px;
	object-fit: contain;
	border-radius:10px;
}
.btn-open-modal{
	/*position:absolute;*/
	top:10%;
	left:50%;
	display:block;
	padding:5px;
}

.container-all{
	width:100%;
	height:100%;
	top:0;
	left:0;
	position: absolute;
	visibility: hidden;
	opacity:0;
	z-index:1;
	transition:all 600ms;
	
}
.container-all:target{
	background:rgba(0,0,0,0.6);
	visibility: visible;
	opacity:1;
	
}
.popup{
	width:90%;
	max-width:700px;
	height:320px;
	padding:10px;
	background:#FFF;
	border-radius:18px;
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
	
.img{
	width:100%;
	background-size:cover;
	background-position:center;
}

	
.btn-close-popup{
	width:20px;
	height:20px;
	position:absolute;
	right:0px;
	top:0px;
	background:#000;
	color:#FFF;
	border-radius:50%;
	line-height:10px;
	padding:15px;
	font-size:20px;
	font-weight:600;
	}
.cajaplanos{
	max-width:100%;
	display:flex;
	overflow-x: auto;
	}
@media screen and (min-width: 880px){
	.popup{
	height:440px;}
	.fotoplano{
	height: 400px;
}
}