
html {
	margin:    auto;
    max-width: 900px;	
	padding: 0;
	margin-top: 0;
}

body {
	text-align: left;	
    background-color: #FFFAF6;    
    padding: 0;
    overflow-y: scroll;		
	padding-bottom: 128px;
	margin-top: 0;
	padding-top: 0;
}

div.content {
    margin: 0 auto;    
}

#header {
    background-color: #FFF8F5;
    padding: 0;
    padding-top: 2px;
}
#head {
    width: 100%;
	aspect-ratio: 900 / 290;	
	margin-top: 0.64rem;
	margin-bottom: 0.64rem;
    background: #CDB994 url("semi-transparent-banner.png") center no-repeat;
	background-size: cover;
    position: relative;
}

#banner {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(205, 185, 148, 0.45);
    color: #261A0F;    
    width: 100%;
    margin: 0;
    padding: 0;
}

#banner div.info {
    padding: 6px;
    text-align: center;
}

#banner h1 {
    font-size: 120%;
	margin-bottom: 3pt;
}

#banner h2 {
    font-size: 80%;
    letter-spacing: 6.6px;
	margin-top: 3pt;
	margin-bottom: 6pt;
}

#menu {
    background-color: #261A0F;
    height: 96px;    
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 96px;
    text-align: left;
}

#menu ul li {
    display: inline-block;
}

nav 
{
	padding: 2em;
	background-color: #18280F;
}

a.nav-link, a.nav-link:visited {
    font-family: 'Oswald';
    color: #FFF6E6;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 22px 0 0;
    padding: 3px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

a.nav-link:hover {
    background-color: rgba(205, 185, 148, 0.15);
}

li.nav-item.active > a.nav-link {
    border-top: 1px solid #FFF6E6;
    border-bottom: 1px solid #FFF6E6;
}

#body {
    margin: 0;
    padding: 0;
}

#body div.content {
    position: relative;
}

a.navbar-brand {
	font-family: 'Oswald';
	font-weight: 300;
	font-size: 90%;
	opacity: 0.8;
}

#body div.content, #body div.content a, #body div.content a:visited {
    font-family: 'Oswald';
    color: #261A0F;
    font-weight: 300;
}

#body div.content a {
    font-weight: normal;
    text-decoration: none;
}

#body div.content div.par {
    margin-left: 24px;
	margin-right: 24px;
}

#body div.contact div.quick-info {
    margin-bottom: 60px;
}

#body div.content a:hover {
    text-decoration: underline;
}

.styled {
    font-family: 'Playfair Display SC',serif,'Oswald',Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 0.44em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-shadow: #CDB994 1px 1px;    
}

#body h3 {
    font-family: 'Oswald';
    border-bottom: 1px solid;
    display: inline-block;
    font-size: 26pt;
    font-weight: 300;
    margin: 64px 0 0.66em;
    color: #2B5980; /* #94ADCD; */
}

#body h4 {
    font-family: 'Oswald';
    border-bottom: 1px solid;
    display: inline-block;
    font-size: 20pt;
    font-weight: 300;
    margin: 32px 0 0.33em;
    color: #2B5980; /* #94ADCD; */
}

a, a:visited {
	color: #2B5980;
}

span.info-kancelaria {
	display: block; 
	text-align: center;
	font-size: 120%;
}

span.info-kancelaria > span {
	display: block;
	margin-bottom: 4px;
	font-size: 100%;
}

div.gmap {
	margin-top: 24px;
}

ul.page-map {
	list-style: none;		
	margin: 0;
	padding: 0;
}

ul.page-map > li {
	display: inline-block;
	margin: 0.33em;
	padding: 0;
}

ul.page-map > li > a {
	font-family: 'Oswald';
	color: #b1a083; /* D5AE8F; b1a083 */
	font-size: 84%;
	text-decoration: none;
	opacity: 0.66;
}

ul.page-map > li > a:hover:not(.active) {
	
}

ul.page-map > li > a.active {
		opacity: 1;
}