@charset "UTF-8";


html, body {
	background: #ffffff;
	margin: 0;
	
	color:#000000;
	text-rendering: optimizeLegibility; 
	-webkit-font-smoothing: antialiased; 
	font-smoothing: antialiased;
}




#center {
	
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	/*background: #cccccc;*/
	/*overflow: hidden;*/
}


.vertical-space {
	height: 100px;
	
}

.vertical-space-65 {
	height: 65px;
	
}

.clear 
	{	
		clear:both;
					
	}


/**********************  TEXTO  ***********************/


h1
{
	
	font-family: 'Raleway', Helvetica, Arial, sans-serif; 
	font-size: 25px;
	line-height: 33px;
	font-weight: 400;
	/*text-transform: uppercase;*/
	text-align: center;
	
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;	
}

h2
{
	
	font-family: 'Raleway', Helvetica, Arial, sans-serif; 
	font-size: 19px;
	
	line-height: 33px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;	
}

h3
{
	
	font-family: 'Raleway', Helvetica, Arial, sans-serif; 
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	/*text-transform: uppercase;*/
	text-align: center;
	
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;	
}


h4 a
{
	
	font-family: 'Raleway', Helvetica, Arial, sans-serif; 
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	text-decoration:none;
	color:#fff;
	text-align: center;
	vertical-align: middle;
	/*border-style: solid;
	border-width: 2px;*/
	width: 300px;
	height: 40px;
	float: center;
	margin: auto;
	padding-top:10px;
	background-color:#4ee05d;
	
	display:block;
	
	-moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
}

h4 a:hover
{
	
	background-color:#000;
	
}

h5 a
{
	
	font-family: 'Raleway', Helvetica, Arial, sans-serif; 
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	text-decoration:none;
	color:#FFF;
	text-align: center;
	vertical-align: middle;
	border-style: solid;
	border-width: 2px;
	width: 300px;
	height: 40px;
	float: center;
	margin: auto;
	padding-top:10px;
	
	display:block;
	
	-moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
}

h5 a:hover
{
	border-color: #FFF;
	background-color:#FFF;
	color:#000;
	
}

p
{
	
	font-family: 'Raleway', Helvetica, Arial, sans-serif; 
	font-size: 14px;
	padding: 22px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: left;
	
	
		
}



/********************** LOGO  ***********************/

.logo {

	width: 338px;
	float: center;
	padding-top:200px;
	margin-left: auto;
    margin-right: auto;
		
	-moz-transition: all .3s ease; 
	-webkit-transition:  all .3s ease; 
	-o-transition:  all .3s ease; 
	-ms-transition: all .3s ease;
	transition:  all .3s ease;
}

.logo img {
		width: 100%;
}


/********************** LOGO PRIVACIDADE  ***********************/

.logo_priv {

	width: 160px;
	float: center;
	padding-top:30px;
	margin-left: auto;
    margin-right: auto;
		
	-moz-transition: all .3s ease; 
	-webkit-transition:  all .3s ease; 
	-o-transition:  all .3s ease; 
	-ms-transition: all .3s ease;
	transition:  all .3s ease;
}

.logo_priv img {
		width: 100%;
}



/**********************  FUNDOS  ***********************/

#backimage {
	position: relative; 
	width: 100%;
	min-height:100%;
	
}



.backimage{
	
	background: url(../img/banner1.jpg)no-repeat center center; 
	height: 100%;
	min-width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0;
	padding: 0;
	/*background-attachment: fixed;*/

}

.backimage2{
	
	background: url(../img/lareira.jpg)no-repeat center center; 
	height: 100%;
	min-width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0;
	padding: 0;
	/*background-attachment:fixed;*/
	

}

.blue{
	
	width: 100%;
	height: auto;
	background-color:#0099ff; /*#77fdef; 09c187 0ecba1 #22d0c3*/
	
}


.verde{
	
	width: 100%;
	height: auto;
	background-color:#4ee05d; 
	
}



/**********************  COLUNAS  ***********************/


.intro 
	{
		width: 700px;
		float: center;
		margin-left: auto;
    	margin-right: auto;
	}


.coluna2 
	{
		width:450px;
		padding: 30px;
		float:left;
		margin-left: auto;
    	margin-right: auto;
		overflow:hidden; /*para nao incluir o overflow tenho de incluir <br> para nivelar as colunas*/
		
		
}



/**********************  FORMULARIO  ***********************/


form {
  margin:20px; 
  
  width: 350px;
  margin:auto;
  /* background: #F5F5F5; */ 
}
label {
  display:block;
  font-weight:bold;
  margin:5px 0;
}
input {
  padding:6px;
  border:1px solid #4ee05d;
  font: normal 1em Verdana, sans-serif;
  color:#777;
  width: 100%;
}

input:invalid {
  border: 1px solid #4ee05d;
}

/**** PARA CAMPO DE MENSAGEM
textarea {
  width:600px;
  padding:2px;
  font: normal 1em Verdana, sans-serif;
  border:1px solid #eee;
  height:100px;
  display:block;
  color:#777;
}
*/
button {
	padding:12px 20px; 
	background:#4ee05d; 
	border:0 none;
	color: #fff;
	font: h3; 
	width: 150px;
	font-family: 'Raleway', Helvetica, Arial, sans-serif; 
	font-size: 16px;
  	/*height:40px;*/
	cursor:pointer;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

button:hover {
	 
	background:#000; 
	
}

/*
input.button { 
  font: bold 12px Arial, Sans-serif; 
  height: 24px;
  margin: 0;
  padding: 2px 3px; 
  color: #333;
  background: #4ee05d;
  border: 1px solid #4ee05d;
}
*/

/********************** ALERTAS  ***********************/



.alert{
	padding:35px;
	/*margin-bottom:20px;*/
	font-family: 'Raleway', Helvetica, Arial, sans-serif; 
	font-size: 18px;
}

.alert-success{
	color:#3c763d;
	background-color:#4ee05d;
}

.close{
	float:right;
	margin-top: -15px;
	font-size:50px;
	line-height:1;
	color:#000;
	text-decoration:none;
	text-shadow:0 1px 0 #fff;
	filter:alpha(opacity=20);
	opacity:.2;
}

.close:focus,.close:hover{
	color:#000;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:.5;
}
	
.fade{
	opacity:0;
	-webkit-transition:opacity .15s linear;
	-o-transition:opacity .15s linear;
	transition:opacity .15s linear
}

.fade.in{opacity:1}


/********************** HOME  ***********************/

#home {
	
	
	height: 720px;
	margin-right: auto;
	margin-left: auto;
	/*background: #cccccc;*/
	
}


/********************** CONTEUDO  ***********************/

#conteudo {
	
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	
	
}



/**********************  RODAPE  ***********************/


#rodape {
	
	width: 100%;
	height: 300px;
	background: #000000;
	text-align: center;
	
}




/**********************  MOBILE  ***********************/
/**********************  MOBILE  ***********************/
/**********************  MOBILE  ***********************/

@media (max-width: 1020px) {
	#center 
	{
		width: 100%;
	}
	#conteudo 
	{
		width: 100%;
		
	}
	#quemsomos 
	{
		width: 100%;
		
	}
	#home 
	{
		width: 100%;
		
	}
	
	.backimage
	{
		width: 100%;
	}
		
		.coluna2 
	{
		width:100%;
		padding:0;
		
	}
	
	form
	{
		margin-bottom: 100px;
	}
	
}


@media (max-width: 720px) {
	
	#home {
	
	
	height: 350px;

	}
	
	.logo {
		width: 200px;
		padding-top:100px;
	
	}

	
	.intro {
		width:100%;
	}
	
	
	h1 {
		font-size: 20px;
		line-height: 30px;
		padding: 20px;
	}
	
	h3 {
		font-size: 14px;
		line-height: 24px;
		padding: 20px;
	}
	
	/*
	h4 {
		
		padding: 20px;
	}
	*/


}



@media (max-width: 400px) {
	form {
		width:100%;
	}

}


