@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap');
@import url(menu.css)
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}

header {
	width: 100%;
	height: 55px;
	background: #531a00;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

header label {
	float: right;
	font-size: 50px;
	margin: 6px 0;
	cursor: pointer;

}
#menu-bar {
	display: none;
	
} 
.contenedor {
	width: 98%;
	margin: auto;
	}

h1 {
	float: left;
}
header .contenedor {
	display: table
}

section {
	width: 100%;
	margin-bottom: 10px;
}

content {
    height: 10000px
}

footer {
    background: #531a00;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 53px;
}