@charset "UTF-8";

/* PALETA DE CORES
/* MACKENSIE
==========================================================================================*/
/*

AZUL:                                   #03428E | rgba(3,66,142,1)
AZUL HOVER:                             #033065 | rgba(3,48,101,1)

VERDE:                                  #00944D | rgba(0,148,77,1)
VERDE HOVER:                            #006C38 | rgba(0,108,56,1)

AMARELO:                                #FFE500 | rgba(255,229,0,1)
AMARELO HOVER:                          #FFBA00 | rgba(255,186,0,1)



BORDA:                                  #CCCCCC | rgba(204, 204, 204, 1)


*/

/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */


/* ==========================================================================================*/
/* TIPOLOGIA */
/* ==========================================================================================*/

.fl-page, .fl-page * {
	font-family: "PT Sans", Trebuchet MS, "Helvetica", "Arial", sans-serif !important;
}

.fl-page i {
	font-family: "FontAwesome" !important;
}





/* ==========================================================================================*/
/* LAYOUT */
/* ==========================================================================================*/

body {
	margin: 0;
}

#lp-header {
	
}

#lp-header .logo-header img {
	width: 100px;
}


.lp-heading-normal h3 {
	font-weight: normal;
}

#lp-titulo h1 {
	text-align: center;
    font-weight: normal;
    font-size: 32px;
	color: #00944D;
}

#contato .widgettitle {
	text-align: center;
	color: #00944d;
}

#contato .gform_wrapper ul li.gfield {
	margin-top: 15px;
}

#contato .gform_wrapper .gform_footer {
	margin-top: 0;
}

#contato .gform_wrapper .gform_footer input.button {
	padding: 10px 15px;
	color: #FFFFFF;
	background: #00944d; /* Old browsers */
	background: -moz-linear-gradient(top, #00944d 0%, #006c38 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #00944d 0%,#006c38 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #00944d 0%,#006c38 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00944d', endColorstr='#006c38',GradientType=0 ); /* IE6-9 */
	border-color: #01532b;
	font-size:18px;
}

#contato .gform_wrapper .gform_footer input.button:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006c38+0,00944d+100 */
	background: #006c38; /* Old browsers */
	background: -moz-linear-gradient(top, #006c38 0%, #00944d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #006c38 0%,#00944d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #006c38 0%,#00944d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006c38', endColorstr='#00944d',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
}


#contato-botao {
	position: fixed;
	bottom: 0;
	width: 100%;
	color:#FFFFFF;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00944d+0,006c38+100 */
	background: #00944d; /* Old browsers */
	background: -moz-linear-gradient(top, #00944d 0%, #006c38 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #00944d 0%,#006c38 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #00944d 0%,#006c38 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00944d', endColorstr='#006c38',GradientType=0 ); /* IE6-9 */
}


#contato-botao a {
	color:#FFFFFF;
	text-decoration: none;
	display: block;
	padding: 20px 40px;
	text-align: center;
	font-size: 18px;
}


#contato-botao:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006c38+0,00944d+100 */
	background: #006c38; /* Old browsers */
	background: -moz-linear-gradient(top, #006c38 0%, #00944d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #006c38 0%,#00944d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #006c38 0%,#00944d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006c38', endColorstr='#00944d',GradientType=0 ); /* IE6-9 */
}


/* ==========================================================================================*/
/* ==========================================================================================*/
/* ==========================================================================================*/
/* ==========================================================================================*/
/* ==========================================================================================*/
/* ==========================================================================================*/
/* ==========================================================================================*/
/* ==========================================================================================*/
/* ==========================================================================================*/
/* ==========================================================================================*/
/* ==========================================================================================*/
/* @media query */
/* ==========================================================================================*/
/* ==========================================================================================*/
/* ==========================================================================================*/
/* ==========================================================================================*/
/* ==========================================================================================*/
/* ==========================================================================================*/
/* ==========================================================================================*/
/* ==========================================================================================*/
/* ==========================================================================================*/
/* ==========================================================================================*/
/* ==========================================================================================*/

@media only screen and (min-width: 768px) {
	
	#lp-header .logo-header img {
		width: 150px;
	}
	
	#lp-titulo h1 {
		font-size: 48px;
	}
	
	#contato-botao {
		right: 0;
		bottom: initial;
		top: 30%;
		border-radius: 5px 0 0 5px;
		width: 140px;
	}

}












