/*
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;
}
body {
  font-family: 'Cabin', sans-serif;
}
footer {
  width: 100%;
  background-color: #f5f5f5;
}


/* Classes Genericas
-------------------------------------------------- */
a:link,
a:visited{
  color: #b09643;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover,
a:focus{
  color: #6d4b1e;
}
h1, h2, h3 {
  margin-bottom: 32px;
  font-weight: 700;
}
h1 {
  padding: 15px 0;
  margin-bottom: 30px;
  font-size: 40px;
}
h2 {
  font-size: 36px;
}
h3{
  font-size: 32px;
}
p.quote {
  position: relative;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4;
  margin: 20px 0 20px 20%;
  padding: 28px 15px 28px 20%;
  color: #919191;
  background-color: #f8f8f8;
}
p.quote .fa-quote-left {
  position: absolute;
  left: -10px;
  top: -10px;
}
p.quote .fa-quote-right {
  position: absolute;
  right: -10px;
  bottom: -10px;
}
#home > section {
  padding: 40px 0;
}
.page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
}
.breadcrumb {
  margin: 20px 0;
}
.breadcrumb li:first-child {
  display: none;
}
.readmore {
  position: relative;
  display: block;
  width: 101px;
  padding: 0 21px;
  text-align: center;
  background-image: url(../images/side-b1.png), url(../images/side-b2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: auto 100%, auto 100%;
}
.readmore a:link,
.readmore a:visited,
.btn{
  display: inline-block;
  padding: 5px 20px;
  background: #e18a29;
  border: none;
  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: #f8f8f8;
  text-shadow: 0px 0px 8px #fff;
}
.icon-chevron-right{
  display: none;
}
.bfQuickMode .icon-asterisk {
  background: url(../images/ico-asterisco.png) no-repeat;
}
.bfQuickMode .controls .control-label {
  width: 100px !important;
  min-width: 100px !important;
}
.bfQuickMode input[type=text], .bfQuickMode textarea, .bfQuickMode select, .bfQuickMode .uneditable-input {
  max-width: 100%;
  width: 100%;
  height: 28px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
}
.item {
    margin-bottom: 50px;
}



/* Classes do header
-------------------------------------------------- */
header {
   background: #fff;
}
.logo{
  max-width: 320px;
  float: left;
}
.logo p {
  margin: 0;
}

.banner {
    clear: both;
    position: relative;
    z-index: 1;
}

/* Estilo do menu
-------------------------------------------------- */
nav{
  float: right;
  text-align: right;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
}
/* Menu Desktop ------------ */
.responsiveMenuTheme1d.isDesktop {
  font-family: 'Cabin', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background: transparent;
}
#responsiveMenu90.responsiveMenuTheme1d.isDesktop > li.first {
  width: auto;
}
.responsiveMenuTheme1d.isDesktop li > a {
  color: #373637;
}
.responsiveMenuTheme1d.isDesktop li.active > a {
  color: #fff;
  border: none;
  background: transparent no-repeat url(../images/menu-active.png) center;
  background-size: 100% 100%;
}
.responsiveMenuTheme1d.isDesktop li li.active > a {
  background-image: none;
  background-color: #e18a29;
}
.responsiveMenuTheme1d.isDesktop li.active > a:hover {
  color: #373637;
}
.responsiveMenuTheme1d.isDesktop a:hover {
  color: #e18a29;
  background-color: initial;
}
.responsiveMenuTheme1d.isDesktop li > a > span.linker {
  padding: 48px 34px 40px 34px;
  text-align: center;
}
.responsiveMenuTheme1d.isDesktop li a, .responsiveMenuTheme1d.isDesktop li span.separator, .responsiveMenuTheme1d.isDesktop li span.navHeader {
    border-left: none;
    border-bottom: none;
}
.responsiveMenuTheme1d.isDesktop li li > a {
  text-align: left;
  background-color: #fff;
  border-top: 1px solid #e18a29;
}
.responsiveMenuTheme1d.isDesktop li li > a:hover {
  color: #fff;
  background-color: #e18a29;
}
.responsiveMenuTheme1d.isDesktop li > a > span.opener {
  padding: 48px 30px 40px 0;
}

/* Menu Toggle ------------ */

.toggleMenu {
    background: transparent url(../images/toggle.png) no-repeat center;
    height: 60px;
    width: 60px;
    padding: 0px;
    line-height: 0px;
    border-radius: 0px;
    margin-top: 20px;
    border: 1px solid #e18a29;
}
.toggleMenu:hover {
    background-color: #ffb461;
}
.toggleMenu span {
    display: none;
}

/* Menu Mobile ------------ */

.responsiveMenuTheme1m.isMobile {
  position: absolute;
  top: 82px;
  right: 0;
  min-width: 200px;
  background: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  border-left: 1px solid #e18a29;
  border-right: 1px solid #e18a29;
  border-bottom: 1px solid #e18a29;
}
.responsiveMenuTheme1m.isMobile span.linker {
    padding: 10px 30px;
}
.responsiveMenuTheme1m.isMobile a {
  color: #e18a29;
}
.responsiveMenuTheme1m.isMobile > li.parent > a {
    padding: 0px;
}
.responsiveMenuTheme1m.isMobile span.opener {
    background-image: url(../images/down-bg.png);
    background-repeat: no-repeat;
    background-position: 11px center;
    width: 30px;
    padding: 10px 0px;
}
.responsiveMenuTheme1m.isMobile > li {
    border-top: 1px solid #e18a29;
}
.responsiveMenuTheme1m.isMobile a:hover, 
.responsiveMenuTheme1m.isMobile li.active > a, 
.responsiveMenuTheme1m.isMobile li > span.separator:hover {
    background-color: #e18a29;
}
.responsiveMenuTheme1m.isMobile li li > a {
  color: #fff;
  background: #ffb461;
  border-top: 1px solid #e18a29;
}
.responsiveMenuTheme1m.isMobile li li li a {
    background: #893955;
    border-top: 1px solid #9C5F74;
}




/* 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;
}

/* Home */
#home h1, #home h2, #home h3 {
  text-align: center;
}
#apresentacao {
  text-align: center;
  background: #fff no-repeat url(../images/display/display-bg.png) center;
  background-size: cover;
}
#apresentacao h1 {
  position: relative;
  display: inline-block;
  margin: auto;
  margin-bottom: 32px;
  padding: 20px 114px;
  background-image: url(../images/title-side1.png), url(../images/title-side2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
}
#nt-display .span8 {
  position: relative;
  float: none;
  margin: auto;
  padding: 48px 20px;
  text-align: center;
  background-image: url(../images/display/nt-screen.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#nt-display img {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 94%;
}
#nt-display .span10 {
  position: relative;
  float: none;
  margin: auto;
  height: 48px;
  text-align: center;
  background-image: url(../images/display/nt-base.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#produtos {
  background: repeat url(../images/texture2.jpg);
}
#produtos h2 {
  color: #fff;
}
#produtos .span3,
#produtos .span6 {
  position: relative;
  min-height: 560px;
  padding-bottom: 30px;
  background-color: #fff;
  text-align: center;
}
#produtos .span6 {
  margin-bottom: 15px;
}
#produtos .produtos-img {
  position: relative;
  margin-bottom: 30px;
}
#produtos img {
  width: 100%;
}
#produtos .produtos-subtitle1,
#produtos .produtos-subtitle2 {
  position: absolute;
  display: block;
  padding: 0 35px;
  left: 0;
  right: 0;
  bottom: -20px;
  background-image: url(../images/side1.png), url(../images/side2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: auto 100%, auto 100%;
}
#produtos h4 {
  margin: 0;
  padding: 0;
  height: 42px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #373637;
}
#produtos .produtos-subtitle1 h4 {
  padding-top: 12px;
  height: 32px;
}
/*#produtos .produtos-subtitle2 h4 {
    padding-top: 2px;
}*/
#produtos p {
  margin-top: 60px;
  padding: 0 35px;
}
#produtos .readmore {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 0 15px;
}

/* Estilo do meio
-------------------------------------------------- */
#meio {
  border-top: 2px solid #373637;
  border-bottom: 2px solid #e18a29;
}
.registro h3 {
  margin: 0;
  background: transparent no-repeat url(../images/menu-active.png) left;
  background-size: 140px 100%;
  padding: 12px 35px;
  color: #fff;
  border-bottom: 2px solid #e18a29;
}
.registro .ug-gallery-wrapper {
  margin-bottom: 56px !important;
}

/* Classes do Footer
-------------------------------------------------- */
footer {
  color: #373637;
  background: #fff;
  padding-top: 20px;
}
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;
}
#base {
  padding: 32px 0;
}
#base h4 {
  margin-top: 0;
  font-size: 18px;
}
#base1 {
  margin-bottom: 48px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e18928;
}
#base1 strong {
  color: #e18a29;
}
#ci {
  background: #373637;
  text-align: center;
  line-height: 50px;
  bottom: 0;
  width: 100%;
}
#ci p{
  margin: 0;
  padding: 0;
}
#ci a:link,
#ci a:visited{
  color: #e18a29;
  font-size: 16px;
}
#ci a:hover,
#ci a:focus{
  color: #ccc;
}




/* Estilos do Responsivo
-------------------------------------------------- */
/* Desktop -------------------------------------------*/
@media (max-width: 1199px) {
  #produtos .readmore {
    padding: 0 14px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .responsiveMenuTheme1d.isDesktop {
    font-size: 16px;
  }
  .responsiveMenuTheme1d.isDesktop li > a > span.linker {
    padding: 30px 20px 30px 24px;
    text-align: center;
  }
  .responsiveMenuTheme1d.isDesktop li > a > span.opener {
    padding: 48px 20px 40px 0;
  }
  .logo {
    max-width: 240px;
  }
  #produtos .span3 {
    min-height: 610px;
  }
}



@media (min-width: 768px) and (max-width: 1199px) {
  #nt-display iframe {
    width: 100%;
    height: 300px;
  }
}

/* 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, #apresentacao, #produtos {
  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: 12px;
}
footer {
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
.search fieldset {
    float: none;
    width: auto;
    margin-bottom: 20px;
}

#nt-display iframe {
  width: 340px;
  height: 220px;
}
#nt-display .span8 {
  max-width: 380px;
}
#nt-base {
  display: none;
}
#produtos .span3 {
  margin: auto;
  max-width: 400px;
  min-height: 620px;
  margin-bottom: 45px;
}
}
@media (max-width: 479px) {
.logo {
    display: block;
    max-width: 100%;
    float: none;
}
nav {
  position: relative;
  float: none;
  top: initial;
  right: initial;
}
#nt-display iframe {
    width: 240px;
    height: 160px;
}
#nt-display .span8 {
  max-width: 320px;
}
}
@media (min-width: 600px) {
  #contato-imgs p {
    display: inline-block;
    padding: 2.5%;
    width: 100%;
    max-width: 45%;
    box-sizing: border-box;
  }
  #contato-imgs img {
    float: left;
  }
}