/*
Substitua estas cores pelas cores do novo tema:

cor principal (botões, links, etc): b09643
cor secundária (hover da principal): 6d4b1e
*/

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 140px;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  color: #616161;
  font-weight: 400;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
}




/* Classes Genericas
-------------------------------------------------- */
a:link,
a:visited{
  color: #00A018;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover,
a:focus{
  color: #000;
}
h1 {
    font-size: 50px;
    padding: 15px 0;
    border-bottom: 1px solid #B7B7B7;
    margin: 30px 0;
    font-weight: 300;
    color: #333;
}
h2 {
  font-size: 28px;
  font-weight: 400;
  color: #333;
}
h3{
  color: #333;
}
.page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
}
.breadcrumb {
    margin: 30px 0 20px;
    background-color: transparent;
    border-top: 1px solid #B7B7B7;
    border-radius: 0;
    display: inline-block;
    font-size: 13px;
    padding-left: 0;
    padding-right: 100px;
    color: #999;
}
.breadcrumb li:first-child {
  display: none;
}
.readmore a:link,
.readmore a:visited,
.btn{
  display: inline-block;
  padding: 5px 20px;
  background: #b09643;
  border: 1px solid #b09643;
  color: #fff; 
  display: inline-block;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.readmore a:hover,
.readmore a:focus,
.btn:hover{
  color: #fff;
  background: #6d4b1e;
  border: 1px solid #6d4b1e;
}

.bfQuickMode .icon-asterisk {
  background: url(../images/ico-asterisco.png) no-repeat;
}
.bfQuickMode .controls .control-label {
  width: 100px !important;
  min-width: 100px !important;
}
.icon-chevron-right {
    display: none;
}



/* Classes do header
-------------------------------------------------- */
header {
  padding: 10px 0;
  border-bottom: 4px solid #383838;
}
header p{
  padding: 0;
  margin: 0;
}
.logo{
  float: left;
}

.banner {
  clear: both;
}
.tp-bullets.simplebullets.round .bullet {
    background: #1D1D1D;
    width: 13px;
    height: 13px;
    margin: 2px;
    border-radius: 100px;
}
.tp-bullets.simplebullets.round .bullet.selected {
    background: #fff;
    width: 13px;
    height: 13px;
    margin: 2px;
    border-radius: 100px;
}

/* Estilo do menu
-------------------------------------------------- */
nav{
  float: right;
  text-align: right;
  transition: all 0.4s;
  position: relative;
  z-index: 300;
  margin-top: 58px;
}
nav .first {
  display: none;
}
.responsiveMenuTheme2,
.responsiveMenuTheme2 a {
  background: transparent;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
}
.responsiveMenuTheme2 a,
.responsiveMenuTheme2 > li > a {
  text-align: center;
  color: #4E4E4E;
}
.responsiveMenuTheme2 > li > a {
  padding: 0px 20px;
}
.responsiveMenuTheme2 > li:last-child > a {
  padding: 0 0 0 20px;
}
.responsiveMenuTheme2 a:hover, 
.responsiveMenuTheme2 li.active > a, 
.responsiveMenuTheme2 li > span.separator:hover {
  background: none;
  color: #909090;
}
.responsiveMenuTheme2.isDesktop li a, 
.responsiveMenuTheme2.isDesktop li span.separator, 
.responsiveMenuTheme2.isDesktop li span.navHeader {
  border: none;
}
.responsiveMenuTheme2 > li.parent > a {
  padding: 0px 25px 0px 10px;
}
.responsiveMenuTheme2 span.linker {
  padding: 5px 0;
}
.responsiveMenuTheme2 span.opener {
  padding: 5px 0;
  background: none;
  width: inherit;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.responsiveMenuTheme2 span.opener:before {
    content: "\f107";
}
.responsiveMenuTheme2 li li > a {
  background: #fff;
}
.responsiveMenuTheme2.isDesktop li li > a{
  font-size: 13px;
  text-align: left;
  padding: 0px 10px;
  border: 1px solid #F2F2F2;
  border-bottom: none;
}
.responsiveMenuTheme2.isDesktop li li:last-child > a{
  border-bottom: 1px solid #F2F2F2;
}
.responsiveMenuTheme2 li li > a:hover, 
.responsiveMenuTheme2 li li.active > a, 
.responsiveMenuTheme2 li li > span.separator:hover {
  background: #F1F1F1;
}
.toggleMenu {
  background: none;
  display: inline-block;
  font: normal normal normal 24px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: inherit;
  padding: 0;
}
.toggleMenu:before {
    content: "\f0c9";
}
.toggleMenu.active:before{
content: "\f00d";
}
.toggleMenu span{
  display: none;
}
.responsiveMenuTheme2.isMobile > li{
  border: none;
  width: 300px;  
  padding-top: 0;
  padding-bottom:0;
}
.responsiveMenuTheme2.isMobile > li a {
  border: 1px solid #F2F2F2;
  border-bottom: none;
  background: #fff;
  padding: 5px 40px;
  line-height: 10px;
  text-align: right;
  color: #000;
}
.responsiveMenuTheme2.isMobile > li:last-child a{
  border-bottom: 1px solid #F2F2F2;
}
.responsiveMenuTheme2.isMobile > li a:hover {
  background: #F2F2F2;
  color: #909090;
}
.responsiveMenuTheme2.isMobile span.opener {
  padding: 7px 10px;
}
.responsiveMenuTheme2.isMobile .parent li a {
  background: #FAFAFA;
  font-size: 13px;
  padding-right: 60px;
}
.responsiveMenuTheme2.isMobile .parent li a:hover {
  background: #F2F2F2;
}


.responsiveMenuTheme2 > li > ul > li > ul {
  left: initial;
  right: 100%;
}
.responsiveMenuTheme2 li li li a {
  background: #FFFFFF;
}
.responsiveMenuTheme2.isDesktop li li span.opener {
  background: none;
}

/* Classes da pagina de resultados de busca
-------------------------------------------------- */
.search fieldset {
	float: left;
	width: 50%;
}
.result-category {
	font-size: 11px;
	color: #B2B2B2;
}
.result-created {
	display: none;
}
.result-text{
	margin-bottom: 30px;
}
.btn{
	margin: 0;
}



/* Estilo do meio
-------------------------------------------------- */
.meio-home .item {
    background: #ECECEC;
    margin-top: 30px;
    margin-bottom: 30px;
}
.meio-home .item p{
    padding: 0 20px;
}
.meio-home .item p:nth-child(1) {
    padding: 0;
}
.meio-home h3 {
    color: #333;
    text-align: center;
    font-weight: 400;
}
.meio-home .readmore a,
.meio-home .readmore a:link,
.meio-home .readmore a:visited {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    top: 10px;
    position: relative;
    height: 30px;
    line-height: 30px;
    background: #000;
    border: none;
}
.meio-home .readmore a:hover,
.meio-home .readmore a:focus{
    background: #525252;
}

.botoes-internos {
  margin-bottom: 30px;
}
.botoes-internos .moduletable {
  float: right;
  margin: 0 7px;
}
.botoes-internos a {
  display: inline-block;
  padding: 0 15px;
  float: right;
  text-align: center;
  line-height: 40px;
  color: #00A018;
  background-color: initial;
  border: 2px solid #00A018;
}
.botoes-internos a:hover {
  color: #FFFFFF;
  background-color: #00A018;
  border: 2px solid #00A018;
}

/* Classes do Footer
-------------------------------------------------- */
footer{
  color: #fff;
  background: #383838;
  padding-top: 20px;
  font-size: 13px;
}
footer h3 {
  color: #b09643;
  font-weight: 400;
  line-height: 25px;
}
footer a:link,
footer a:visited{
  color: #8B8B8B;
}
footer a:hover,
footer a:focus{
  color: #ccc;
}
#ci {
  background: #000;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
#ci p{
  margin: 0;
  padding: 0;
}
#ci a:link,
#ci a:visited{
  color: #8B8B8B;
  font-size: 12px;
}
#ci a:hover,
#ci a:focus{
  color: #ccc;
}




/* Estilos do Responsivo
-------------------------------------------------- */
/* Desktop -------------------------------------------*/
@media (min-width: 980px) and (max-width: 1200px) {

}




/* De tablet de pé a tablet deitado e desktop normal ------------*/
@media (min-width: 768px) and (max-width: 979px) {

}



/* até tablet de pé ---------------------------------------------*/
@media (max-width: 767px){
body {
    margin-bottom: 0px;
}

header, .banner, #ci {
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: -20px;
}
header{
  position: inherit;
}
nav {
    float: none;
    margin-top: 0;
    position: absolute;
    right: 20px;
    top: 40px;
}
.botoes-internos .moduletable,
.botoes-internos a {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
footer {
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
}