.desarrollos .img {
	position: relative;
}
.desarrollos .img .status {
	font-family: var(--title-font);
	text-transform: uppercase;
	font-weight: 600;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #00000080;
	color: #fff;
	width: 100%;
	height: 100%;
	font-size: 1.7em;
}
.desarrollos a, .desarrollos a.visited, .desarrollos .sinLink {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-decoration: none;
	color: #000;
}
.desarrollos a:hover .img .status, .desarrollos .sinLink:hover .img .status {
	display: flex;
	justify-content: center;
	align-items: center;
}
.desarrollos .subrraya {
	background: var(--primary-color);
	height: 7px;
	width: 80px;
	margin-bottom: 15px;
}
.desarrollos a h3, .desarrollos a:visited h3, .desarrollos a:hover h3  {
	margin-top: 0.8em;
	color: #000;
}

.desarrollos a:hover button {
	background: var(--primary-color);
}

.h1-content {
	margin: 25px 0;
	padding-right: 2em;
	border-bottom: 2px solid var(--primary-color);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
} 
.h1-content h1 {
	border-bottom: none;
	margin: 0;
}
.h1-content .iconos {
	font-family: var(--font);
	font-size: 1em;
	display: flex;
	gap: 1em;
	align-items: flex-end;
	margin-bottom: 5px;
}
.h1-content .iconos img {
	display: block;
}
.h1-content .iconos.subitems a, .h1-content .iconos.subitems a:visited {
	opacity: 0.5;
}
.h1-content .iconos.subitems a.sel, .h1-content .iconos.subitems a.sel:visited, .iconos.subitems a:hover {
	opacity: 1;
}
.map {
	border: none;
	width: 100%;
	height: 450px;
}
.desarrollo .date {
	text-align: left;
}
.formConsulta {
	position: relative;
}
.formConsulta img.desktop {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	right: 4.7%;
	width: 18.7%;
	cursor: pointer;
}
.formConsulta img.mobile {
	position: absolute;
	bottom: 0;
	right: 4.7%;
	width: 186px;
	cursor: pointer;
}
@media (max-width: 1010px) {
	.formConsulta img.desktop {
		display: none;
	}
	.formConsulta img.mobile {
		display: block;
	}
}