@charset "utf-8";
/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: rgba(255,255,255,1);
	color: rgba(0,0,0,1);
	border: 0px;
}

a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	color: rgba(30,165,80,1);
}
a:hover {
	text-decoration: none;
	color: rgba(200,146,48,1);
}

img {
	border: 0;	
}

h1, h2, h3, h4, h5, h6 {	
}
h1, h2, h3, h4, h5, h6, hr, ul, ol {
}
h1, h2, h3, h4, h5, h6, hr, ul, ol {
}

h1 {
	font-size: 1.8em;	
}
h2 {
	font-size: 1.4em;	
}
h3 {
	font-size: 1.1em;	
}
h4 {
	font-size: 0.9em;	
}
h5 {
	font-size: 0.8em;	
}
h6 {
	font-size: 0.75em;	
}

.row-centered {
	margin: 0px auto;
	text-align: center;	
}

header {
	background: rgba(255,255,255,1);
	z-index: 2;
}

.navbar-header {
	width: 100%;
	text-align: center;
	padding: 30px 0px;
	overflow: hidden;
}
.navbar-brand {
	float: none;
	position: relative;
	padding-top: 0px;
	height: 150px;
}
.navbar-brand>img {
	display: inline-block;	
}

#apresentacao {
	color: rgba(0,0,0,1);
	background: rgba(255,255,255,1);
	padding: 15px 0px;
}

#apresentacao h1 {
	font-size: 1.5em;
}
#apresentacao h3 {
	font-size: 2.8em;
}


#contato {
	margin: 0px auto 0px auto;
	z-index: 2;
	position: relative;
	color: rgba(255,255,255,1);
	background: rgba(255,255,255,0.06);
	background-size:  cover;
}

.dadosContato {
	position: relative;
	list-style: none;
	padding: 20px 0px 0px 0px;
	margin: 0;
}
.dadosContato > div {
	padding: 5px 20px 0 110px;
	min-height: 105px;
}
.dadosContato > div span.titulo {
	position: relative;
}
.dadosContato > div span.titulo:before {
	width: 96px;
	height: 96px;
	position: absolute;
	left: -110px;
	top: -15px;
	display: block;
	content: '';
	background: url(../img/icones-contato.png) no-repeat;
}
.dadosContato > div.endereco span.titulo:before {

}
.dadosContato > div.endereco:hover span.titulo:before {
	background-position: 0px -96px;
}
.dadosContato > div.telefone span.titulo:before {
	background-position: -96px 0px;
}
.dadosContato > div.telefone:hover span.titulo:before {
	background-position: -96px -96px;
}
.dadosContato > div.email span.titulo:before {
	background-position: -192px 0px;
}
.dadosContato > div.email:hover span.titulo:before {
	background-position: -192px -96px;
}

.gm-style-iw {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
.gm-style-iw > div {
  overflow: visible !important;   
}
.infoWindow {
  overflow: hidden !important;
  color: rgba(67,82,90,1);
}


.infoWindow .dadosContato > div.endereco:hover span.titulo:before {
	background-position: 0px -192px;
}
.infoWindow .dadosContato > div.telefone:hover span.titulo:before {
	background-position: -96px -192px;
}
.infoWindow .dadosContato > div.email:hover span.titulo:before {
	background-position: -192px -192px;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	padding: 10px 0px;
}

#zeroarts {
	color: rgba(80,80,80,1);
	text-align: center;
}
#zeroarts p {
    display: grid;
}
#zeroarts p svg path {
    fill: rgba(80,80,80,1);
}