@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
/*Variáveis de coloração*/
footer{--bg-clr: #679186;}/*Cor de fundo do footer*/

footer{
	text-align: center;
	position: fixed;
	color: #2c3e50;
	font-size: 10px;
	bottom: 0;
	background-color: var(--bg-clr);
	width: 100%;
	height: 70px;
	border-top: 1px solid #c9c9c9;
	-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.81);
	-moz-box-shadow:0px 0px 20px 2px rgba(0,0,0,0.81);
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.81);
	z-index: 99;
}
footer div.links{
	height: 40%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer a{
	padding: 8px;
	text-decoration: none;
	position: relative;
	height: 25px;
	align-items: center;
	text-align: center;
	color: #fff;
}
#linkQuemSomos{
	margin-left: 60px;
}
#linkContato{
	margin-right: 60px;
}
footer i{
	font-size: 40px;
	position: absolute;
	top: -6px;
	margin-left: -20px;
	color: #2c3e50;
}
.i-voltar{
	margin-top: 10px;
	padding: 0;
	height: 15px;
}
.a-voltar{
	padding: 8px;
	text-decoration: none;
	position: relative;
	height: 25px;
	align-items: center;
	text-align: center;
	/* color: #fff; */
	margin-top: 5px;
}
.ifooter{
	font-size: 12px;
	top: 10px;
	margin-left: -15px;
}
.ifooter.site{
	font-size: 12px;
	top: 10px;
	margin-left: -20px;
}
footer p{
}
.content-footer{
}
.logo-bottom{
	margin: 0px auto 5px auto;
	min-height: 30px;
}
.img-logo-footer{
	margin-top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}
.div-footer{
	margin: 0;
}
.credits{
	margin: 0 auto 0 auto;
}

/*CONFIGURAÇÕES PARA DISPOSITIVOS MÓVEIS*/
@media screen and (max-width: 980px){
	footer{
		text-align: center;
		position: fixed;
		color: #2c3e50;
		font-size: 10px;
		bottom: 0;
		background-color: var(--bg-clr);
		width: auto;
		min-width: 360px;
		height: 75px;
		border-top: 1px solid #c9c9c9;
		margin-top: 15px;
		-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.81);
		-moz-box-shadow:0px 0px 20px 2px rgba(0,0,0,0.81);
		box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.81);
	}
	footer div.links{
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	footer a{
		padding: 8px;
		text-decoration: none;
		position: relative;
		height: 25px;
		align-items: center;
		text-align: center;
		color: #fff;
	}
	#linkQuemSomos{
		margin-left: 20px;
	}
	#linkContato{
		margin-right: 10px;
	}
	footer i{
		font-size: 40px;
		position: absolute;
		top: -6px;
		margin-left: -20px;
		color: #2c3e50;
	}
	.i-voltar{
		margin-top: 10px;
		padding: 0;
		height: 15px;
	}
	.a-voltar{
		padding: 8px;
		text-decoration: none;
		position: relative;
		height: 25px;
		align-items: center;
		text-align: center;
		/* color: #fff; */
	}
	.ifooter{
		font-size: 12px;
		top: 10px;
		margin-left: -15px;
	}
	.ifooter.site{
		font-size: 12px;
		top: 10px;
		margin-left: -20px;
	}
	footer p{
	}
	.content-footer{
	}
	.logo-bottom{
		margin: 0px auto 5px auto;
		height: 30px;
	}
	.div-footer{
		margin: 0;
	}
	.credit`{
		margin: 0 auto 0 auto;
	}
}