@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
	background: #fff;
	/* background-color: rgba(161, 159, 156, .5); */
	color: black;
	/* Margin bottom by footer height */
	margin-bottom: 220px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-family: 'Montserrat', sans-serif;
}

a {color:#000; text-decoration: underline;}
a:hover, a:focus {color:#000!important; /* text-decoration: none; */}

/* Sticky footer styles */
html {
    position: relative;
    min-height: 100%;
}

/* Main Menu */
.navbar-default {
	/* position: fixed; */
/* 	z-index: 1; */
	width: 100%;
	text-align: center;
	background-color: transparent;
	border: none;
}
.navbar {border:none;}
.navbar-header {width: 100%;}
.navbar-brand {
	background-image: url(../images/AG101.svg);
	background-repeat: no-repeat;
	width: 150px;
	height: 212px;
	/* margin: 0; */
	padding: 0;
	text-indent: -9999px;
	
	margin: 0 auto!important;
	float: none;
	display: block;
}
.navbar-toggle {
	position: fixed;
	float: left;
	top: 0;
	border:0;
	display: block;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: black;
	width: 21px;
	height: 3px;
}
.navbar-toggle .icon-bar:last-child {width:12px;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: transparent;}
.navmenu-default, .navbar-default .navbar-offcanvas {
	background-color: transparent;
	border:0!important;
	text-align: center;
	height: 100% !important;
	vertical-align: top;
}
.offcanvas.in {
	display:table!important;
}
.navmenu-nav {
	display:table-cell;
}
.navmenu-nav li a {
	text-decoration: none;
	color:black;
}

/* Homepage Styles */
.hero {
	height: 100vh;
	width: 100vw;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	left: calc(-50vw + 50%);
}
.home .wrap {margin-top:-70px;}

.entry-title {
	font-size: 2.66em;
	font-weight: bold;
	/* margin-bottom: 40px; */
	border-top: 8px solid #000;
	padding: 15px 0 0 0;
	margin:0;
}
.entry-content {
	margin: 25px 0 0;
	font-size: 1.33em;
	line-height: 1.66;
}

footer.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	/* background-color: black; */
	padding: 100px 0 100px;
	/* height:220px; */
}

content-info.footer {}

/* Main Content Modules */
.module {}
.module.separator {
	width: 100%;
	height: 100px;
}
.module.size1-0 {}
.module.size2-0 {}
.module.size4-0 {}

.size2-0 img {
	width: 50%;
	height: auto;
	padding: 15px;
}
.size4-0 img {
	width: 100%;
	height: auto;
	/* padding: 15px; */
}

.localizacao iframe {width:100%;}

@media (min-width: 768px) {
/*     .navbar-header {float: none;} */
    .navbar-toggle {display: block;}
    .navbar-collapse.collapse {display: none !important;}
}