section.location-info {
	position: relative;
	padding: 0;
	width: 100%;
	height: 582px;
	overflow: auto
}

section.location-info.case-typology {
	height: 640px
}

section.location-info .location-content {
	position: relative;
	width: 300%;
	height: 100%
}

section.location-info .location-background {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden
}

section.location-info .location-background img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transform: translate(-50%, -50%) scale(1.1);
	transition: opacity .5s ease-in-out, transform .5s ease-in-out
}

section.location-info .location-background img[active] {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1)
}

section.location-info .location-content>.row {
	position: relative;
	height: 100%;
	flex-wrap: nowrap;
	background-color: rgba(0, 0, 0, .25)
}

section.location-info .location-content .info-col {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 40px;
	border-right: 1px solid rgba(255, 255, 255, .5);
	color: #fff
}

section.location-info .location-content .info-col p {
	max-height: 0%;
	overflow: hidden;
	transition: max-height .3s ease-out
}

section.location-info .location-content .info-col:hover p {
	max-height: 100%;
	transition: max-height .8s ease-out;
	text-align: justify;
}

section.location-info.case-typology {
	margin-top: 6rem;
	margin-bottom: 6rem
}

section.location-info.case-typology .info-col {
	padding: 0 6.59vw 65px
}

section.location-info.case-typology .location-content .info-col p {
	font-size: 4.8vw;
	max-width: 86.82vw
}

section.location-info.case-typology .location-content .info-col p a {
	margin: 20px 0
}

section.location-info.case-typology .location-content .info-col h3 {
	font-size: 10.66vw
}

@media (min-width:576px) {
	section.location-info .location-content {
		width: 200%
	}
	section.location-info.case-typology .location-content .info-col p {
		max-width: 50%
	}
	section.location-info.case-typology .location-content .info-col h3 {
		font-size: 56px
	}
	section.location-info.case-typology .location-content .info-col p {
		font-size: 18px
	}
}

@media (min-width:992px) {
	section.location-info .location-content {
		width: 100%
	}
}