.imgcamaras{
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10%;
}

.imgcitofono{
	height: 200px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10%;
}

@media (max-width: 1000px){
	.imgcamara4{
		margin-bottom: 5%;
	}
}

.contenedorCel{
	flex-wrap: wrap;
}

.marginiconscamera{
	margin-top: 8%;
}

.iconimgcamera{
	width: 10%;
	height: 100%;
	border-radius: 100%;
	transition: transform 0.5s ease;
	/* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); */
}

.iconimgcamera:hover {
	cursor: pointer;
	transform: scale(1.2);
}

.section-fondo3turned{
	height: auto;
    width: auto;
	min-height: 300px;
    background: url('/images//Fondos/Fondo3turned.png') center no-repeat;
    background-size: cover;
	background-position: center; 
	background-repeat: no-repeat;
}

.imgmapcamara{
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); 
    border-radius: 10%;
	height: 80%;
	width: 80%;
	transition: transform 0.3s ease;
}

@media (max-width: 754px){
	.imgmapcamara {
		margin-bottom: 10%;
	}
}

@media (min-width: 754px){
	.imgmapcamara {
		margin-bottom: 10%;
	}
}