footer {
	width: 100%;
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background-image: url("/src/img/commons/fondo-footer.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 0px;
	position: relative;
}

footer svg {
	margin-left: 10px;
}

.btn-back-f {
	position: absolute;
	right: 25px;
}

footer a {
	transition: ease all 0.5s;
}

footer a:hover {
	transform: scale(1.1,1.1);
}

/* footer index principal */

#c-footer-i {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -54px;
}
#c-footer-i img {
	width: 30%;
}

/* footer Nuestro menú */

#c-footer-n-m {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
#c-footer-n-m a {
	width: 60%;
}

/* footer Nuestro menú interno*/

#c-footer-n-m-i {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -20px;
	z-index: 1;
}

#c-footer-n-m-i a {
	padding: 5px 20px;
	color: #ffffff;
	border-radius: 4px;
	font-size: 25px;
	background-color: #FF0000;
	font-family: 'averta Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -7px rgba(0,0,0,0.2);
}


@media screen and ( min-width: 992px ) {
	footer {
		border-radius: 0px 0px 10px 10px
	}
}

