@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
/* CSS RESET - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* !CSS RESET */
/* prefix declarations */

body, html {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
}

#logo {
	width:90%;
	max-width:900px;
	margin: 0 auto 20px auto;
	height:120px;
	padding-top:30px;
	text-align:right;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	color:#6c8b01;
}

#logo img {
	float:left;
}

#logo p {
	margin-top:20px;
}

#links {
	width:100%;
	line-height:70px;
	text-align:center;
	background:#6c8b01;
} 

#links a {
	color:#fff;
	text-transform:uppercase;
	margin:0 15px;
	text-decoration:none;
	font-weight:400;
}  

#links a:hover {
	color: #F8CA00;
} 

#calculadora {
	width:90%;
	max-width:900px;
	margin: 50px auto 0 auto;
	font-weight:400;
	overflow:auto;
}

#calculadora img {
	float:right;
	margin-top:60px;
	width:55%;
	height:auto;
}

#calculadora #left {
	float:left;
	width:40%;
	text-align:center;
	font-size:18px;
	padding-bottom:20px;
}

#calculadora h1 {
	margin-bottom:30px;
	display:block;
	text-align:center;
	font-weight:400;
	font-size:28px;
}

#calculadora .cigarros {
	font-size:21px;
	margin-top:20px;
	color:#4d4d42;
	border:none;
	width:120px;
	padding:5px;
	background-color:#f1f1e8;
	text-align:center;
	outline: none;
}

:focus {
      outline:0;
      outline:none;
}


#calculadora .resultado_wrap {
	padding: 5px 10px;
	background-color:#f1f1e8;
	margin:10px 20px 0 20px;
	color:#4d4d42;
}


#calculadora .resultado {
	background-color:#f1f1e8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:red;
	border:none;
	width:50px;
	text-align:right;
}


#footer {
	overflow:visible;
	width:100%;
	min-height:120px;
	text-align:center;
	background:url(../images/bg_footer.jpg) repeat-x top;
}

#footer_bottom {
	overflow:auto;
	width:90%;
	max-width:900px;
	margin:0 auto;
	font-weight:400;
	font-size:12px;
	line-height:18px;
	color:#fff;
}

#footer_bottom a {
	color:#fff;
}

#footer_left {
	float:left;
	width:49%;
	text-align:left;
	padding:70px 0;
}

#footer_right {
	float: right;
	width:49%;
	text-align: right;
	padding:70px 0;
}

#footer_top_wraper {
	width:100%;
	padding:70px 0;
	margin-top:100px;
	background-color:#faf9f5;
}

#footer_top {
	overflow:auto;
	width:90%;
	max-width:900px;
	margin:0 auto;
}

#footer_top a {
	text-decoration:none;
}

#footer_top #box1 {
	overflow:auto;
	float:left;
	width:26%;
	margin-right:11%;
}

#footer_top #box2 {
	overflow:auto;
	float:left;
	width:26%;
	margin-right:11%;
}

#footer_top #box3 {
	overflow:auto;
	float:left;
	width:26%;
}

.footer_caixa {
	line-height:24px;
	font-size:21px;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	border:2px solid #fff;
	width:98%;
	background:url(../images/bg_links.jpg) 0 250px no-repeat #dcd9cd;
    -webkit-transition:background-position .1s ease-in;  
    -moz-transition:background-position .1s ease-in;  
    -o-transition:background-position .1s ease-in;  
    transition:background-position .1s ease-in;
	cursor:pointer;
}

.footer_caixa:hover {
	text-decoration:none;
	color:#fff;
	width:98%;
	background:url(../images/bg_links.jpg) 0 0 no-repeat #dcd9cd;
}




/*********************   CONTEUDOS   ***********************/
#titulo_paginas {
	background: url(../images/bg.jpg);
	width:100%;
	text-align:center;
	font-size: 3em;
	line-height: 3em;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:50px;
}

#conteudos {
	overflow:auto;
	width:90%;
	max-width:900px;
	margin:0 auto 20px auto;
	padding-bottom:40px;
	border-bottom:1px solid #d7d5cf;
}

#conteudos h2{
margin-bottom: 30px;
display: block;
text-align: center;
font-weight: 400;
font-size: 28px;
}

#conteudos_2 {
	overflow:auto;
	width:90%;
	max-width:900px;
	margin:0 auto 20px auto;
	padding-bottom:40px;
	border-bottom:1px solid #d7d5cf;
}

#conteudos_2 h1 {
	padding:12px;
	text-transform:uppercase;
	font-size:18px;
	margin-bottom:10px;
	margin-top:20px;
	background:#f6f5f0;
	color:#797872;
}

#contactenos {
	overflow:auto;
	width:90%;
	max-width:500px;
	margin:0 auto 10px auto;
	text-align:center;
	font-size:24px;
	
}

#formulario1 {
	width:100%;
	padding:40px 0;
	margin-top:100px;
	background-color:#faf9f5;
	text-align:center;
	font-size:.7em;
	color:#000;
}

#formulario1 a{
	text-decoration:none;
	color:#000;
	padding:10px;
	background:#6c8b01;
	text-transform:uppercase; }

	#formulario2 {
		font-size:.8em;
		border: none;
		color:#fff;
		padding:10px;
		background:#6c8b01;
		text-transform:uppercase; }


#conteudos .esquerda h1,  #conteudos .direita h1 {
	font-size:1.3em;
	font-weight:600;
	color:#6c8b01;
	margin-bottom:10px;
	text-transform:uppercase;
}


#conteudos .esquerda a,  #conteudos .direita a {
	text-decoration: underline;
	color:#000;
}


#conteudos .esquerda {
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:150px;
	text-align:left;
	min-height:120px;
	margin-bottom:40px;
}

#conteudos .direita {
	background-position:center right;
	background-repeat:no-repeat;
	padding-right:150px;
	text-align:justify;
	min-height:120px;
	margin-bottom:40px;
}

#footer_top_wraper_2 {
	background: url(../images/bg.jpg);
	width:100%;
	padding:40px 0;
	margin-top:100px;
	background-color:#faf9f5;
	text-align:center;
	font-size:1.7em;
	color:#fff;
}

#footer_top_wraper_2  a{
	font-size:.8em;
	text-decoration:none;
	color:#fff;
	padding:10px;
	background:#6c8b01;
	text-transform:uppercase; }



#footer_top_wraper_2  a:hover{
	opacity:.5 }

#contactos_left {
	width:40%;
	float:left;
}

#contactos_ri {
	width:50%;
	float:right;
}

#contactos_left, #contactos_ri {
	font-size:16px;
}

#contactos_left h1, #contactos_ri h1{
	font-size:21px;
	font-weight:600;
	color:#6c8b01;
}

#contactos_left h2, #contactos_ri h2 {
	font-size:18px;
	font-weight:600;
	margin:20px 0 10px 0;
}

@media only screen and (max-width: 838px) {


#contactos_left h1, #contactos_ri h1{
	font-size:21px;
	font-weight:600;
	color:#6c8b01;
	text-align:center;
}

#contactos_left {
	width:100%;
	float:left;
	text-align:center;
}

#contactos_ri {
	width:100%;
	float:left;
}
}

@media only screen and (max-width: 768px) {


#logo img {
	float: none;
	height:90px;
	width:auto;
}

#links {
	padding:0;
	width:100%;
	line-height:30px;
	text-align:center;
	background:#6c8b01;
} 

#links a {
	width:100%;
	display:block;
	color:#fff;
	text-transform:uppercase;
	margin:0;
	padding:5px 0;
	border-bottom:1px solid #8FC440;
	text-decoration:none;
	font-weight:400;
}  	

#logo {
	width:90%;
	max-width:900px;
	margin: 0 auto 20px auto;
	height:100px;
	padding-top:20px;
	text-align: center;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	color:#6c8b01;
}

#logo p{
	display:none;
}

#titulo_paginas {
font-size: 2em;
line-height: 2em;
}

#conteudos .esquerda h1,  #conteudos .direita h1 {
	font-size:1.3em;
	font-weight:600;
	color:#6c8b01;
	margin-bottom:10px;
	text-transform:uppercase;
	text-align:center;
}


#conteudos .esquerda a,  #conteudos .direita a {
	text-decoration: underline;
	color:#000;
}


#conteudos .esquerda {
	background-position:center top !important;
	padding-top:150px;
	padding-left:0px;
	text-align:left;
	min-height:120px;
	margin-bottom:30px;
}

#conteudos .direita {
	padding-left:0px;
	text-align:justify;
	min-height:120px;
	margin-bottom:20px;
}

#calculadora img {
	display:none;
}

#calculadora #left {
	float:left;
	width:100%;
	text-align:center;
	font-size:18px;
	padding-bottom:20px;
}

#footer_top_wraper_2 {
	margin-top:10px;
	font-size:1.2em;
}

#footer_left {
	float: none;
	width:90%;
	margin:0 auto 30px auto;
	text-align: center;
	padding:0;
}

#footer_right {
	float: none;
	width:90%;
	margin:0 auto 10px auto;
	text-align: center;
	padding:0;
}

#footer_top_wraper {
	display:none;
}
}