
/* INICIO CONFIG LAYOUT */


@font-face {
	font-family: VAG;
	src: url(../fonts/VAG-Rounded-Std-Light_47298.ttf)
}

section{
	padding: 50px 0;
}

.espacamento{
	margin-top: 30px;
	margin-bottom: 30px;
}

.container{
	margin-top: -50px;
	width: 100%;
	height: auto;
}

#capa{
	position: static;
	background-image: url("../imagens/background/capa.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 600px;
	height: 200px;
}

.circulo{
	z-index: 1;
	position: relative;
	margin: 0 auto;	
	background-color: #FFF;
	width: 300px;
	height: 235px;
	border-radius: 5%;
	border: 0px solid #CCC;
	margin-top: -145px;
}

.ajusteautomaticoimg{
	z-index: 2;
	position: relative;
	width: 200px;
	margin-top: -25px;
}

.frase-clique{
	position: relative;
	z-index: 3;
	text-decoration: bold;
	color: #696969;
	font-size: 8pt;
}

.frase-efeito-nome{
	position: relative;
	z-index: 4;
	margin-top: -70px;
	margin-bottom: 20px;
	text-decoration: bold;
	color: #599890;
	font-size: 18pt;
	text-align: center;
	font-family: VAG;
}

.frase-efeito{
	position: relative;
	margin-top: -25px;	
	z-index: 4;
	margin-bottom: 30px;
	text-decoration: bold;
	color: #599890;
	font-size: 14pt;
	text-align: center;
	font-family: VAG;
}

.frase-desconto{
	font-size: 9pt;
	margin-top: -20px;
	margin-bottom: 40px;
}

.frase-efeito-rodape{
	position: relative;
	z-index: 5;
	margin-top: -35px;
	margin-bottom: 20px;
	text-decoration: bold;
	color: #599890;
	font-size: 9pt;
}

.p-icon{
	padding-bottom: 15px;
	padding-top: 15px;
	border: 1px solid #fff;
	color: #599890;
	font-size: 8pt;
	background-color: #eef5f4;
	font-weight: 600;
}

.ajusteespacoicones{
	margin-top: -10px;
}

.fa-phone{font-size: 20pt!important; padding-bottom: 5px; color: #599890;}
.fa-whatsapp{font-size: 20pt!important; padding-bottom: 5px; color: #599890;}
.fa-globe{font-size: 20pt!important;  padding-bottom: 5px; color: #599890;}
.fa-envelope-o{font-size: 20pt!important; padding-bottom: 5px; color: #599890;}
.fa-map-marker{font-size: 20pt!important; padding-bottom: 5px; color: #599890;}
.fa-facebook{font-size: 20pt!important; padding-bottom: 5px; color: #599890;}
.fa-instagram{font-size: 20pt!important; padding-bottom: 5px; color: #599890;}
.fa-volume-control-phone{font-size: 20pt!important; padding-bottom: 5px; color: #599890;}
.fa-newspaper-o{font-size: 20pt!important; padding-bottom: 5px; color: #599890;}

.ecologico{
	color: #599890;
	font-size: 8pt;
}

.link :hover{
	opacity: 0.7;
	text-decoration: none;
}

.link :link{
	opacity: 0.7;
	text-decoration: none;
}

.link :active{
	opacity: 0.7;
	text-decoration: none;
}

.link :select{
	opacity: 0.7;
	text-decoration: none;
}

a.link{
	text-decoration: none;
}

/* FIM CONFIG LAYOUT */