/* Cores 
roxo - #955182
lilás - #d9c0f9 // #d7bff7
rosa: #f1d7fa // #fbd8f9
amarelo - #faf5a1
BG - #fffcdc

*/

/*  Geral
----------------------------------------------------------------------------------------------------*/
body {
	background: #fffcdc url(../images/faixaHeader.jpg) repeat-x;
	font: normal 100% Verdana, Geneva, sans-serif;
	color: #666;
}
a {
	text-decoration: none;
	font-weight: bold;
	color:#955182;
}
a:hover {
	color:#d9c0f9;
}


/*  Header
----------------------------------------------------------------------------------------------------*/

header a  h1 {
	font: 5em/1em 'Yantramanav', sans-serif;
	font-weight: 900;
	color: #955182;
	text-decoration: none;
	text-transform:uppercase;
}

header a h2 {
	font: 4em/0.8em 'Yantramanav', sans-serif;
	font-weight: 900;
	color: #955182;
	text-decoration: none;
}
header a:hover h1, header a:hover h2 {
	color: #6b3f66;
}
h3 {
	font: 2em/1.5em 'Economica', sans-serif;
	font-weight: 700;
	color: #955182;
	text-decoration: none;
}


/* `Menu 
----------------------------------------------------------------------------------------------------*/
.nav-desktop{
	margin-top:1.3em;
}
.nav-desktop input[type=checkbox]{
	position: absolute;
	opacity: 0;
}
.nav-desktop label, .nav-desktop a{
	position: relative;
	display: block;
	/*background: #fbd8f9;#955182;*/
	color: #955182;
	box-shadow: inset 0 -1px #955182;
	font: 110% 'Economica', sans-serif;
	text-transform:uppercase;
	text-decoration:none;
}
.nav-desktop a{
	padding: 0.50em 0.93em;
}
.nav-desktop label{
	padding: 0.50em 0.93em 0.50em 2.2em;
	cursor:pointer;
}
.nav-desktop li ul a{
	padding-left:1em;
	background:#ddbccf;
	color:#955182;
}
.nav-desktop a:hover, .nav-desktop label:hover, .nav-desktop a:active{
	background: #85527f;
	color: #fff;
}
.nav-desktop ul {
	display: none;
}
.nav-desktop input[type=checkbox]:checked + label + ul,
.nav-desktop input[type=checkbox]:checked + label:nth-of-type(n) + ul {
	/* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
	/* show children when item is checked */
	display: block;
}
.nav-desktop label::before{
  position: absolute;
  font-family: 'FontAwesome';
  top:0.5em;
  left:1.1em;
  content: "\f105";
}
.nav-desktop input[type=checkbox]:checked + label::before {
  position: absolute;
  font-family: 'FontAwesome';
  top:0.5em;
  left:1.1em;
  content: "";
}
.nav-desktop input[type=checkbox]:checked + label::after {
  position: absolute;
  font-family: 'FontAwesome';
  top:0.5em;
  left:1.1em;
  content: "\f107";
}

@media only screen and (min-width: 767px) {
.nav-desktop{
	float: right;
	position: relative;
	z-index: 20;
	max-width: 600px;
}
.nav-desktop label, .nav-desktop a{
	font: 130% 'Economica', sans-serif;
	position: relative;
	float: left;
	background: none;
	box-shadow: none;
	color: #955182;
}
.nav-desktop a, .nav-desktop label{
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}
.nav-desktop label::before, .nav-desktop input[type=checkbox]:checked + label::before, .nav-desktop input[type=checkbox]:checked + label::after {
	  top:0.85em;
}

.nav-desktop li {
	position: relative;
	float: left;
	text-transform:uppercase;
}
.nav-desktop a:hover, .nav-desktop label:hover {
	background: #85527f;
	color: #fff;
}
/* ******Segundo nível ****** */
.nav-desktop li ul {
	position: absolute;
	top: 3.5em;
	left: 0;
	display: none;
}
.nav-desktop li:hover ul, .nav-desktop li.over ul {
	display: block;
}
.nav-desktop li ul li a{
	border-bottom: 1px solid #fff;
	display: block;
	width: 16em;
}
}


/* Footer
----------------------------------------------------------------------------------------------------*/
footer {
	background: #955182;
	padding: 3em 0;
	border-top:	0.5em solid #d9c0f9;
	border-bottom:	1em solid #faf5a1;
}
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:#faf5a1;
	font-weight:bold;
	text-decoration:none;
}
footer a:hover {
	color:#fffcdc;
}
footer small{
	color:#fff;
}
.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;
	}

#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
----------------------------------------------------------------------------------------------------*/
.go-top {
	padding: 0.4em 1em;
	background-color: #955182;
	color: #faf5a1;
	text-decoration: none;
	border-radius: 8px;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}
.go-top:hover {
	background-color:  #d9c0f9;
	text-shadow:none;
	color: #fffcdc;
}
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	display: none;
	z-index:230;
}
/* Veja também
----------------------------------------------------------------------------------------------------*/

article#related p {
	font: 100%/130% "Verdana", Geneva, sans-serif;
	margin-top: 0.5em;
}
article#related p a {
	text-decoration: none;
}
article#related p a:hover {
}
article#related a:hover img{
	opacity: 0.8;
}



/* 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: 25px;
}
/*Alinhamento*/
.dir {
	float: right;
}
.esq {
	float: left;
	margin-right:10px;
}
.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;
}
.lilas {
	color: #fbd8f9;
}
figcaption{
	font-size:80%;
	font-style:italic;
}




/* Media queries
----------------------------------------------------------------------------------------------------*/

/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 1079px) {
footer section .six.columns { width: 630px !important;}
footer section .four.columns.mapa  {  padding-top: 30px;padding-left: 122px; width: 100%; }	
}


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
 .selo {
display:none;
}
header h1{
	padding-top:0.8em;
}

header a h1 {
	font: 4em/1em 'Yantramanav', sans-serif;
	font-weight: 900;
	color: #955182;
	text-decoration: none;
	text-transform:uppercase;
}

header a h2 {
	font: 3em/0.8em 'Yantramanav', sans-serif;
	font-weight: 900;
	color: #955182;
	text-decoration: none;
}
.pad-mobile {
	padding-top: 1em;
}
.margin-mobile {
	margin-top: 1em;
}
 .resize-mobile {
 width:70%;
 max-width:100px;
 float: left;
}
figure {
	text-align:center;
	
}
.spacerXG {
	padding-top: 4em;
	clear: both;
}
.spacerG {
	padding-top: 3em;
	clear: both;
}
.spacerM {
	padding-top: 2em;
}
.texto-base{
	font: 90%/120% "Verdana", Geneva, sans-serif;
}
#related .two.columns {width: 118px; padding-right:20px; }
  
 
}


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */
	
	@media only screen and (min-width: 480px) and (max-width: 767px) {
header {text-align:left;}
	
	}