* {
	padding: 0;
	margin: 0;
 	border: 0;
 	font-family: 'Open Sans', sans-serif;
}
a {
	color: #010101;
	font-family: 'Open Sans', sans-serif;

}
a:hover {
	color: #9d8400;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    	text-decoration: none;
}

/** Topo **/
h1 {
	xmargin-top: -12px;
}
.navbar-inverse {
	background-color: #fff !important;
	border: 0;
}
.navbar-inverse .navbar-nav>.active>a {
	background-color: #9d8400
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #9d8400;
	background: #f6f5f5;
}
.navbar {
	min-height: 100px;
	margin-bottom: 0;
}
.navbar-header {
	padding: 20px 0;
}
.navbar-inverse .navbar-nav>li>a {
	padding: 40px 20px;
	font-size: 16px;
	color: #010101;
}
.navbar-toggle {
	border-radius: 0;
	background: #f6f5f5;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background: #fff;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background: #9d8400;
}
.navbar-collapse {
	border-top: 0;
}
.navbar-inverse .navbar-nav>.active>a:hover {
	background-color: #82acaa;
}

a.site {
	color: #fff;
}
a.site:hover {
	color: #d3d3d3;
}
/** Section **/
section.bem-vindo {
	padding: 30px 0;
}
section.bem-vindo h2 {
	font-size: 30px;
	margin-top: 60px;
	font-weight: 600;
	color: #9d8400
}
section.bem-vindo p {
	font-size: 18px;
	text-align: justify;
}
section.servicos {
	width: 100%;
	display: block;
	float: left;
	min-height: 300px;
	background: url(../img/bg-servicos.jpg) repeat-y center;
	padding: 40px 0;
}
section.servicos h2 {
	text-align: center;
	color: #fff;
	font-weight: 600;
	margin-bottom: 70px;
	display: block;
}
section.servicos img {
	margin: 0 auto;
}
section.servicos a {
	text-align: center;
	font-size: 18px;
	color: #dce4e8;
	display: block;
	text-decoration: none;
	margin: 20px 0 40px 0; 
	font-weight: 600;
}
section.servicos a:hover {
	color: #d4b409;
}
section.rod1 {
	display: block;
	float: left;
	width: 100%;
	background: #e0e1e2;
	padding: 50px 0;
}
section.rod1 h3 {
	display: block;
	float: left;
	font-weight: 600;
	font-size: 18px;
	width: 100%;
}
section.rod1 span {
	font-size: 14px
}
section.rod1 h3.centro {
	text-align: center;
}
section.rod1 h3.dir {
	text-align: right;
}
section.rod1 span.dir2 {
	text-align: right;
	float: right;
}

.blocoRedes {
	display: block;
	margin: 0 auto;
	width: 100px;
}
.blocoRedes a {
	display: block;
	float: left;
	margin: 15px 5px;
}

section.rod2 {
	display: block;
	float: left;
	width: 100%;
	background: #9d8400;
	padding: 20px 0;
}
section.rod2 p {
	margin-bottom: 0;
	color: #fff;
}
section.rod2 p.dir3 {
	text-align: right;
}

section.contabil {
	display: block;
	width: 100%;
	float: left;
	padding: 30px 0;
}
section.contabil h2 {
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0 20px 0;
}
.imposto {
	background: #f6f5f5;
	display: block;
	float: left;
	width: 100%;
	padding: 0 20px 20px 20px;
}
section.breadcrumb {
	display: block;
	float: left;
	width: 100%;
}
section.breadcrumb ul {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
section.breadcrumb ul li {
	display: block;
	float: left;
	margin-right: 5px;
	font-size: 14px;
	font-weight: 700;
	color: #9d8400;
}
section.breadcrumb ul li a {
	text-decoration: none;
	font-weight: 400;

}
h2 {
	display: block;
	float: left;
	width: 100%;
	font-size: 30px;
	color: #010101;
	font-weight: 700;
	margin: 40px 0 30px 0;
}


section.fundoCinza {
	display: block;
	float: left;
	width: 100%;
	background-color: #f6f5f5;
	padding: 40px 0;
}


section.fundoCinza h3 {
	font-weight: 600;
}

.links article {
	width: 100%;
    float: left;
    position: relative;
    background: #fff;
    text-align: center;
    color: #666;
    margin-bottom: 5%;
    padding: 8% 5%;
    border: 1px solid #e5e5e5;
    font-size: 14px;
}

.links article:hover {
    background: #d4b409;
    color: #fff;
    border: 1px solid #d4b409;
}


/** MENU **/
nav {
	display: block;
	float: right;
}
.list-full, .list-full li,
.list-auto, .list-auto li { 
	width: 100%; 
	float: left; 
	display: block; 
	position: relative;
	margin-bottom: 0;
}
.list-auto, .list-auto li { 
	width: auto;
 }
.list-auto li a {
	padding: 40px 17px;
	display:block;
	font-size: 14px;
    color: #010101;
    text-decoration: none;
}
.list-auto li a:hover {
	background-color: #f6f5f5;
	color:#9d8400;
}
.list-auto li.active a {
	background: #d4b409;
	color: #fff;
}
.list-auto li.active a:hover {
	background: #82acaa;
	color: #fff;

}


input#control-nav {
  visibility: hidden;
  position: absolute;
  left: -9999px;
  opacity: 0;
}





/** CONTATO **/
input {
    font-family: 'Open Sans',Arial,serif;
    font-size: 14px;
    padding: 20px;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    margin-bottom: 2% !important;
    border-radius: 0;
    background: #fff;
}
textarea {
    font-family: 'Open Sans',Arial,serif;
    font-size: 14px;
    padding: 20px;
    border: 1px solid #e5e5e5;
    width: 100%;
    color: #7f7f7f;
    margin-bottom: 3%;
    border-radius: 0;
    background: #fff;
    resize: none;
}
input.button {
	height: 70px;
	background: #82acaa;
	border: 1px solid #82acaa;
	color: #fff;
	font-size: 16px;
}
input.button:hover {
	height: 70px;
	background: #9d8400;
	border: 1px solid #9d8400;
	color: #fff;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
  header nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 91%;
    border-left: 1px solid #ccc;
    background: #fff;
    overflow-x: auto;
    z-index: 2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }

  header ul.list-auto {
    padding: 0;
  }

  header ul.list-auto li {
    width: 100%;
    border: solid #ccc;
    border-width: 0 0 1px;
  }

  header li a {
    padding: 15px 10px;
  }

  header li a:hover {
    background-color: #ccc;
  }
  .control-nav { /* label icon */
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    width: 30px;
    padding: 5px 0;
    border: solid #333;
    border-width: 3px 0;
    z-index: 2;
    cursor: pointer;
  }

  .control-nav:before {
    content: "";
    display: block;
    height: 3px;
    background: #333;
  }

  .control-nav-close {
    position: fixed; /* label layer */
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    background: rgba(0,0,0,0.4);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }



  /* checked nav */
  input#control-nav {
    display: block;
  }

  input#control-nav:focus ~ .control-nav {
    border-color: #000;
    box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
  }

  input#control-nav:focus ~ .control-nav:before {
    background: #000;
  }

  input#control-nav:checked ~ nav,
  input#control-nav:checked ~ .control-nav-close {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .list-auto, .list-auto li { 
	width:100%;
 }
} 

@media only screen and (max-width : 768px) {
	.navbar-header {
		padding: 15px 0;
	}
	.navbar-brand {
		padding: 10px;
	}
	section.rod1 h3.centro {
		text-align: left;
	}
	section.rod1 h3.dir {
		text-align: left;
	}
	section.rod1 span.dir2 {
		text-align: left;
		float: left;
	}
	.blocoRedes {
		display: block;
		width: 100%;
		float: left;
	}
	section.rod2 p.dir3 {
		text-align: left;
		margin-top: 15px;
	}
}
