
footer{
	width: 100%;
	position: fixed;
	bottom:0;
	z-index: 999;
}
.fotter {
	margin: 0;
	font-size: 13px;
	text-align: center;
	display: flex;
	justify-content: space-around;
}

.fotter a {

	text-decoration: none;
	color: white;
	

}

.piegeneral {

	flex-grow: 1;
	background: var(--blue-color-rgb);
	color: white !important;
	padding: 7px;
}

.piegeneral:hover{
 -webkit-transform: scale(1.3);
 -ms-transform: scale(1.3);
 transform: scale(1.3);
}

.pieunico {
	flex-grow: 2;
	background: var(--red-color-rgb);
	color: white;
	padding: 7px;
}

@media screen and (max-width: 768px){

	.fotter{
		font-size: 10px;
	}
} 	
@media screen and (max-width: 520px){

	.fotter{
		font-size: 8px;
	}
} 