/* 

Cor Verde padrão: 80b85a
Cor Cinza padrão: 5e5e5e

*/


/* 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: 250px;
}

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

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

.frase-clique{
	position: relative;
	z-index: 3;
	text-decoration: bold;
	color: #696969;
	font-size: 10pt;
	margin-bottom: 15px;
}

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

.frase-compartilhe{
	position: relative;
	z-index: 4;
	margin-top: -30px;
	margin-bottom: 20px;
	text-decoration: bold;
	color: #80b85a;
	font-size: 18pt;
	text-align: center;
	font-family: VAG;
}

.frase-efeito{
	position: relative;
	margin-top: -20px;	
	z-index: 4;
	margin-bottom: 50px;
	color: #636564;
	font-size: 13pt;
	text-align: center;
	font-family: Tahoma;
}

.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: #fff;
	font-size: 10pt;
	background-color: #3cb371;
	font-weight: 500;
}

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

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

.ecologico{
	border-top: 1px solid #ccc;
	padding-top: 20px;
	color: #5e5e5e;
	font-size: 10pt;
	font-weight: 600;
}

.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;
}

/*  FONTE PADRÃO LOGOTIPO  */
@font-face {
  font-family: 'Ethnocentric Rg';
  src: url("../fonts/ethnocentricrg.ttf");
}

.fontlogo{
  font-family: Ethnocentric Rg;
  font-size: 14pt;
}

/* FIM CONFIG LAYOUT */