footer {
	color: rgba(var(--white),0.8);
	/* background: linear-gradient(0deg, rgba(var(--footer),0.89) 0% 90%, rgba(var(--grey-back),1)); */
    /* background-image: url('/static/model/images/igle.jpeg'); */
}

.footer-backround {
	position: relative;
	background: linear-gradient(0deg, rgba(var(--footer),0.75) 0% 75%, rgba(var(--grey-back),1) 86%),
				url('/static/model/images/igle.jpg');
	background-size: auto 140%;
    background-repeat: no-repeat;
    background-position: center top 50%;
}
/* @media only screen and (min-width: 600px) { */
@media (min-aspect-ratio: 1/1) {
	.footer-backround {
		position: absolute;
		right: 0;
		width: 100vw;
		padding-top: 2%;
		display: flex;
		flex-direction: column;
		align-items: center;

		background-size: 100% auto;
		background-position: center top 30%;
	}
}

.content-info {	
	padding: 2vh 8vw 0 8vw;
}
/* @media only screen and (min-width: 600px) { */
@media (min-aspect-ratio: 1/1) {
	.content-info {
		display: flex;
		width: 80%;
		justify-content: space-between;
		align-items: center;
	}
}

.content-info h4 {
	margin: 0;
	padding: 3vh 0 1vh 0;
}
.content-info ul {
	margin: 0;
}

.info-contact {
	display: flex;
	align-items: baseline;
}

.info-contact h5, #link-form h5 {
	margin: 0;
	padding: 3vh 0.5em 0 0;
}

.info-contact img {
	opacity: 0.8;
}

.location {
	display: flex;
	align-items: flex-start;
	cursor: pointer;
}
.location p {	
	margin: 0;
	padding-left: 10px;
}
.location img {
	height: 20px;
	filter: grayscale(80%);
}

.list-RRSS {
	display: flex;
	justify-content: space-around;
    width: 100%;
    max-width: 300px;
	opacity: 0.8;
	list-style: none;
	margin: 0;
	padding: 4vh 10vw 2vh 10vw;
}

.list-RRSS li {
	display: flex;
	align-items: center;
}

.list-RRSS img {
	height: 30px;
	filter: grayscale(80%);
}