/* Cores 
roxo - #85517f
marrom - #ac820a
verde - #bbaf35
vermelho - #bb4a3c
azul - #63acb1
*/

/*  Geral
----------------------------------------------------------------------------------------------------*/
body {
	background: #fff url(../images/faixaHeader.jpg) repeat-x;
	font: normal 100% Verdana, Geneva, sans-serif;
	color: #666;
}
a {
	text-decoration: none;
	font-weight: bold;
	color:#85517f;
}
a:hover {
	color:#a21d93;
}
/* Elementos de diagramação e formatação
----------------------------------------------------------------------------------------------------*/
/*Espaçamento*/
.spacerXG {
	padding-top: 8em;
	clear: both;
}
.spacerG {
	padding-top: 4em;
	clear: both;
}
.spacerM {
	padding-top: 3em;
}
.spacerP {
	padding-top: 1em;
}
.resize-image {
	max-width: 100%;
	height: auto;
}
.pad-top {
	margin-top: 18px;
}
/*Alinhamento*/
.dir {
	float: right;
}
.esq {
	float: left;
}
.texto-direita {
	text-align: right;
}
.texto-centro {
	text-align:center;
}
.texto-base {
	vertical-align:bottom;
}
.clear {
	clear: both;
}
/*Estilo*/
.forte {
	font-weight: bold;
}
.italizado {
	font-style: italic;
}
p {
	font: 100%/180% "Verdana", Geneva, sans-serif;
	margin-bottom: 1em;
}
.borda {
	border-bottom: 5px solid;
}
.roxo {
	color: #85517f;
}
.marrom {
	color: #ac820a;
}
.verde {
	color: #bbaf35;
}
.vermelho {
	color: #bb4a3c;
}
.azul {
	color: #63acb1;
}
/* Títulos */
.pad-left{ padding-left:10px; padding-right:10px; }

header h1 {
	margin-top:12em;
}
header h1 a {
	font: 3.8em/1em 'Economica', 'sans-serif';
	color: #ac820a;
	text-decoration: none;
	text-transform:uppercase;
}
header h1 a:hover {
	color: #ac820a;
}
h2 {
	font: 3em/3em 'Economica', 'sans-serif';
	text-transform:uppercase;
	text-align:center;
}
h3 {
	font: 2.5em/1.3em 'Economica', 'sans-serif';
}
/* NAV
----------------------------------------------------------------------------------------------------*/

.main-nav ul {
	background-color: #85517f;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.main-nav ul li {
	display: inline;
}
.main-nav ul li a {
	font: 1.4em 'Economica', sans-serif;
	text-decoration: none;
	color: #fff;
	padding: 0.3em 0.5em;
	display: inline-block;
	text-shadow: 1px 1px 0px #283744;
}
.main-nav ul li a:hover {
	background-color: #63325d;
}
nav a#pull {
	display: none;
}
/* Footer
----------------------------------------------------------------------------------------------------*/
footer {
	background: #ac820a;
	padding: 3em 0;
	border-bottom:	0.5em solid #bbaf35;
}
footer h3 {
	font: 1.2em "Verdana", Geneva, sans-serif;
	font-weight:bold;
	color:#FFF;
	padding-bottom: 0.6em;
}
footer p {
	font: 100%/180% "Verdana", Geneva, sans-serif;
	color: #FFF;
}
footer a {
	color:#85517f;
	font-weight:bold;
	text-decoration:none;
}
footer a:hover {
	color:#8c157e;
}
.google-maps {
	position: relative;
	padding-bottom: 20%;
	/* This is the aspect ratio */
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.redes-sociais { 
	width:30px;
	padding-top: 5px;
	margin-right: 10px;
	float:left;
	}
#redessociais a{color:#fff;}
#redessociais a:hover{color:#bbaf35;}
#footer-secundario{
	height: 0;	
}


/* Galerias
----------------------------------------------------------------------------------------------------*/

.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.og-grid li {
	display: inline-block;
	margin: 10px 5px 10px 5px;
	vertical-align: top;
	height: 160px;
}
.og-grid li > a, .og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}



/* Botão
----------------------------------------------------------------------------------------------------*/
.button {
	padding: 0.4em 1em;
	background-color:  #85517f;
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}
.button:hover {
	background-color: #c6c2c2;
	text-shadow:none;
	color: #4A463B;
}
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	display: none;
	z-index:230;
}

/* Media queries
----------------------------------------------------------------------------------------------------*/

/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 1079px) {
 header h1 {
margin-top:7em;
}
header h1 a {
 font: 3.4em/1em 'Economica', 'sans-serif';
}
h2 {
 font: 2.8em/2.5em 'Economica', 'sans-serif';
}
 h3 {
font: 2.0em/1.5em 'Economica', 'sans-serif';
}
 .google-maps {
 position: relative;
 padding-bottom: 30%;/* This is the aspect ratio */
 height: 0;
 overflow: hidden;
}
}


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
 .selo {
display:none;
}
header {text-align:center;}
header h1 {
margin-top:0;
}
header h1 a {
 font: 3.0em/1em 'Economica', 'sans-serif';
}
img.esq {
float:none;
width:80%;
}
h2 {
 font: 2em/1.8em 'Economica', 'sans-serif';
padding-bottom:1.5em;
}
 h3 {
font: 2em/1.5em 'Economica', 'sans-serif';
}
.resize-mobile {
 width:100px;
 float: left;
}
 .google-maps {
 position: relative;
 padding-bottom: 50%;/* This is the aspect ratio */
 height: 0;
 overflow: hidden;
}
 .google-maps iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100% !important;
 height: 100% !important;
}
  
  
/*=================== NAV  retratil =======================*/
  
  nav {
text-align:left;
}
 nav ul {
display: none;
height: auto;
}
 nav li {
 width:100%;
 float: left;
 height:auto;
 border-bottom: 1px solid #fff;
}
 .nav ul li a {
 display:block;
 width: 100%;
 text-indent: 10px;
 margin:0;
 padding:0;
}
 .nav ul li a:hover, .nav ul li a:focus {
 color: #fff;;
 border-top: 0;
 background:#63325d;
 margin:0;
padding:0;
}
 nav a#pull {
 display: block;
 background-color: #85517f;
 width: 100%;
 padding:0.4em;
 position: relative;
 color:#fff;
 font: 1.4em 'Economica', sans-serif;
}
 nav a#pull:hover {
 text-decoration:none;
 background: #63325d;
}
 nav a#pull:after {
 content:"";
 background: url('../../images/nav-icon.png') no-repeat;
 width: 30px;
 height: 30px;
 display: inline-block;
 position: absolute;
 right: 15px;
 top: 10px;
}



}


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */
	
	@media only screen and (min-width: 480px) and (max-width: 767px) {
header {text-align:left;}

header h1 a {
 font: 3.0em/1em 'Economica', 'sans-serif';
}
.pad-left {padding-left:0px;}
img.esq {
float:left;
width:50%;
vertical-align: text-baseline;
}
header h1 {
padding-top:9.2em;
vertical-align: text-bottom;
}	

	
	}