html, body {
	font-family: 'chocolate_covered_raindropsMd';
	height: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'chocolate_covered_raindropsMd';	
}

p {
	font-family: 'champagne__limousinesregular';
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 0px 0 16px;
	text-align: justify;
}

.text h3 {
	margin: 0;
	color: rgb(94, 92, 94);
	line-height: 0.8em;	
}

img.circle {
	border-radius: 50%;
}

#figure {
	background: url('../img/modelo.png') no-repeat;
	background-size: cover;
	position: fixed;
	right: 0;
	height: 100%;
	width: 40%;
}

#figure #logo {
	position: absolute;
	bottom: 6%;
	right: 6%;

}

#figure #logo h1,
#figure #logo h2 {
	color:#000;
}

#figure #logo h1 {
	font-family: 'bankgothic_lt_btlight';
	font-weight: normal;
	font-size: 4.1em;
	letter-spacing: 0.02em;
	margin: 0;
}

#figure #logo h2 {
	font-family: 'champagne__limousinesregular';
	font-weight: normal;
	font-size: 1.3em;
	letter-spacing: 0.20em;
	margin: -30px 8px 0px;
}

#background {
	position: fixed;
	background: url('../img/background.jpg') no-repeat top ;
	height: 1200px;
	width: 100%;	
}

.text-home {
	margin: 20% 0 10px;	
}

.text-home p{
	font-family: 'chocolate_covered_raindropsMd';
	font-size: 1.8em;
	color: #000;
	line-height: 0.8em;
	letter-spacing: 1px;
	text-align: left;
}

nav.menu * { 
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
nav.menu {
	margin-top: 40px;
}

.fixo{
	z-index: 999;
}

nav.menu a {
	display: table-cell;
	font-size: 2em;
	background: url('../img/fundo-botoes.png') no-repeat;
	background-size: 120px;
	padding-right: 8px;
	line-height: 20px;
	width: 120px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #000;
	
}

nav.menu a:hover, nav.menu a.active {
	color:#842988;
}
nav.menu ul.animation li.hide {
	display: none;
}

.is-sticky nav.menu ul.animation li {
	display: none;	
}

.is-sticky nav.menu ul.animation li.hide {
	display: block;	
	margin: 3em 1.375em;
}



/* animation menu */


/* section */

section { min-height: 100%; padding-bottom: 100px !important; display: none; }
section.current { display: block; }

hgroup {
	display: inline-block;
	margin: 24px 0 10px;
}
hgroup h1 { 
	font-family: 'champagne__limousinesregular';
	margin:	0 0 -2px -3px;
}
hgroup h2 { 
	margin: 0 0 0 -8px;
}
hgroup span { 
	display: block;
	font-size: 2em;
	float: right;
	margin-top: -18px;
	color: #842288;
}

figure { 
	margin: 0;
}
figure figcaption { 
	font-size: 0.9em;
	font-family: 'champagne__limousinesregular';
	margin: 10px 0;
}


#mapa *, #mapa *:before, #mapa *:after {
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important;  
}
#mapa img {
    max-width: none;
}
#mapa label {
    width: auto;
    display: inline;
}



#mapa {
	width: 100%;
	height: 500px;
}

#mapa .gm-style-iw {
	overflow: hidden !important;
}

#mapa .info h3 {
	text-indent: 0;
	font-family: 'champagne__limousinesregular';
	margin-bottom: 2px;
	font-size: 1.4em;
}
#mapa .info p {
	text-indent: 0;
	font-size: 0.9em;
}


.form {
	margin: 0 0 0.4em;
}

.form * {
	font-family: 'champagne__limousinesregular';
}

form.custom .custom.dropdown{
	margin-bottom: 1em;
}

.not-margin {
	margin: 0 !important;
}

@media only screen and (max-width: 1050px) {

	#figure #logo h1 {	
		font-size: 3em;
	}
	#figure #logo h2 {
		font-size: 0.95em;
		letter-spacing: 0.197em;
		margin: -22px 0 0 4px;

	}
	

}

@media only screen and (max-width: 767px) {
	#logo {
		top:0px;
		bottom: auto;
	}
	
	
	#figure #logo h1 {	
		font-size: 2.6em;
	}

	#figure #logo h2 {
		font-size: 0.8em;
		letter-spacing: 0.197em;
		margin: -18px 0 0 5px;

	}	

	hgroup h2 {
		font-size: 2.2em;
	}
	#figure {
		background: none;
	}
	
	nav.menu {
		min-width: 0px;
	}	
	
	.text-home p {
		text-align: center;
	}
	
	nav.menu {
		margin-left: 1em;
		max-width: none;
	}
	nav.menu li {
		margin-left: 0.2em;
	}
	
	nav.menu a {
		background-size: 70px;
		padding-right: 8px;
		line-height: 10px;
		width: 70px;
		height: 70px;
		font-size: 1.4em;
	}
	
	p {
		font-family: 'champagne__limousinesregular';
		font-size: 0.8em;
		line-height: 1.1em;
		margin: 0px 0 16px;
		text-align: justify;
	}	
	
	.text-home p{
		font-family: 'chocolate_covered_raindropsMd';
		font-size: 1.2em;
		color: #000;
		line-height: 0.8em;
		letter-spacing: 1px;
		text-align: center;
		margin: 60px 0;
	}	
	
	.is-sticky nav.menu ul.animation li.hide {
		display: block;	
		margin: 0em;
	}	
	
	.form {  margin-top: 0px !important; }
	
}