* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}

img {
	max-width: 100%;
}

.containerlim {
	width: 100%;
	max-width: 1600px;
	margin: auto;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.itemlim {
	width: 30%;
	margin: 10px;
}

.itemlim img {
	border: 1px solid #000000;
	cursor: pointer;
}

.img-lim {
	/*min-width: 100%;*/
	max-width: 75%;
	height: auto;
}

.ligthbox {
	width: 100%;
	height: 90vh;
	position: fixed;
	top: 40px;
	background: rgba(0,0,0,1);
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-close {
	width: 70px;
	height: 70px;
	background: #ff0000;
	border: 3px solid #fff;
	border-radius: 100%;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	position: absolute;
	top: 40px;
	right: 30px;
	cursor: pointer;
}

@media screen and (max-width: 480px) {
    .tituloslim strong {
    	color: red;
    	font-size: 18px;
    }
    
    .itemlim {
        width: 80%;
    }
    
    .img-lim {
    	max-width: 100%;
    	height: auto;
    }
}
    