.footer {
	background: url(../img/bg-footer.png) no-repeat;
	background-size: cover;
	color: white;
	display: flex;
	justify-content: center;
}
.footer__container {
	width: 80%;
	display: flex;
	justify-content: space-evenly;
	margin-top: 70px;
	position: relative;
}

.footer__ul {
	height: 100%;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.orange-footer {
	color: #fc8229;
}

.logo-footer {
	padding: 5px;
	width: 200px;
}

.footer-list {
	height: 300px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.footer-icon {
	display: flex;
}

.footer-icon .icon {
	margin-left: 5px;
}

.footer-subtitle {
	color: #a2b7cb;
	cursor: pointer;
}

.footer-nav {
	margin-top: 25px;
}

.paragraph__p {
	margin-top: 10px;
	margin-bottom: 10px;
	color: black;
	cursor: pointer;
}
.paragraph__p:hover {
	color: rgb(254, 120, 19);
}
.footer-time {
	margin-bottom: 0;
}
.spacing {
	margin-top: 10px;
}

.footer-arrow {
	position: absolute;
	width: 40px;
	height: 40px;
}

.arrow-up {
	position: relative;
	top: -94px;
	right: 0;
}

.footer-icon-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.footer-paragraph {
	color: #52616f;
	width: 100%;
}

.footer-subtitle-image:hover {
	box-shadow: 0px 0px 8px black;
	border-radius: 50%;
}

.hr__ {
	color: black;
}

.footer-nav-icon .icon {
	margin-left: 4px;
	margin-right: 4px;
	transition: all 0.2s ease-out;
	position: relative;
	top: 0;
	cursor: pointer;
}
.footer-nav-icon .icon:hover {
	top: -3px;
}

@media screen and (max-width: 1200px) {
	.footer li {
		text-align: center;
	}

	.footer__container {
		width: 100%;
		flex-wrap: wrap;
		justify-content: space-evenly;
		align-items: center;
	}

	.footer-list:first-child {
		width: 100%;
	}

	.footer-list {
		display: flex;
		align-items: center;
		margin-bottom: 50px;
		height: auto;
	}
	.footer-list .footer-paragraph {
		width: auto;
		margin: 0;
		margin-top: 20px;
	}

	.footer-nav-icon {
		display: flex;
		width: 100%;
		justify-content: center;
	}
	.footer-icon-list {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 0;
	}
	.footer-nav-icon .icon {
		margin-left: 4px;
		margin-right: 4px;
	}
}

@media screen and (max-width: 700px) {
	.footer__container {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
	}
	.footer-list {
		border-bottom: 2px rgb(219, 219, 219) solid;
		width: 60%;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.footer-list:first-child,
	.footer-list:last-child {
		border: none;
	}
}
