.footerAbsolute,
.footerModoAcceso,
.footerRelative {
	background-color: rgb(0, 61, 246);
	color: white;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.footerAbsolute footer,
.footerModoAcceso footer,
.footerRelative footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}


.logo {
	padding: 1.4rem;
}

.texto {
	align-self: center;
	text-align: center;
	padding-right: 1.4rem;
	font-family: Lato, ui-sans-serif, system-ui, -apple-system,
		BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
		"Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
		"Segoe UI Symbol", "Noto Color Emoji";
	margin: .5rem!important;
	margin-bottom: 0!important;
}
.ayuntamiento{
	margin: revert;
}

/*.footer {
	display: flex;
	flex-direction: row;
	justify-content: between;
}*/

@media only screen and (max-width: 644px) {
	.logo {
		padding: 0;
		padding-top: 1.4rem;
	}
	.texto {
		margin-bottom: .25rem!important;
	}
	.footer {
		flex-direction: column;
	}
	.logo {
		display: none
	}
}
