*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

footer{
	width: 100%;
	height: 50vh;
	background-color: rgb(5, 27, 60);
}

.section-1{
	width: 80%;
	height: 41vh;
	margin: auto;
	display: flex;
	flex-direction: column;
	padding-top: 40px;
	align-items: center;
}

.section-1 > p:nth-child(1){
	font-size: 35px;
}

.section-1 > p:nth-child(2){
	font-size: 15px;
	font-family: Arial;
	margin-top: 10px;
	color: rgb(191, 194, 195);
}

.section-1 .telefono{
	margin-top: 10vh;
	display: flex;
}

.telefono div{
	margin: 20px;
}

.telefono p:nth-child(1){
	color: rgb(164, 167, 168);
	font-family: Arial;
	font-size: 12px;
}

.telefono p:nth-child(2){
	margin-top: 10px;
	font-weight: bold;
	font-family: Arial;
}

.section-2{
	width: 80%;
	margin: auto;
	height: 9vh;
	border-top: 1px solid rgb(164, 167, 168);
	display: flex;
}

.section-2 div:nth-child(1){
	width: 80%;
	height: 9vh;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.section-2 div:nth-child(1) ul{
	display: flex;
	list-style: none;
	margin-left: 20px;
}

.section-2 div:nth-child(1) ul li a{
	text-decoration: none;
	color: rgb(164, 167, 168);
	margin: 10px;
	font-family: Arial;
	font-size: 14px;

}

.section-2 div:nth-child(2){
	width: 20%;
	height: 9vh;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.section-2 div:nth-child(2) i{
	color: rgb(164, 167, 168);
	font-size: 32px;
}

@media screen and (max-width: 1024px){
	footer{
		height: 60vh;
	}

	.section-1{
		padding-top: 20px;
	}

	.section-1 .telefono{
		margin-top: 0;
	}

	.section-1 > p:nth-child(1){
		font-size: 20px;
	}

	.telefono p:nth-child(1){
		font-size: 9px;
	}

	.telefono p:nth-child(2){
		font-size: 10px;
	}

	.section-2{
		justify-content: space-around;
	}

	.section-2 div:nth-child(1){
		display: none;
	}

	.mnu-2{
		margin-bottom: 10vh;
	}

	.mnu-2 a{
		margin: 20px;
	}
}







