/**
 * Estilos del plugin: footer
 */

.footer {
	background-color: rgba(20,20,20,0.3);
	color: #8f8f8f;
	padding: 0rem;
	text-align: center;
	position: fixed;
	bottom: 0px;
	width: 100vw;
	font-size: 14pt;
	box-shadow: 0 6px 19px rgba(0, 0, 0, 0.57);
}

.menu1 {
	float: right;
}