html {
  background: #ffffff!important;
}
#header {
  display: block;
  position: relative;
  height: 87px;
  z-index: 1000;
  top: 0;
  left: 0;
}
#header * {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 86px;
  background: #f4f4f4;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #dedede;
  border-bottom-width: 0px!important;
  -webkit-transition: height ease-in-out 500ms;
  -moz-transition: height ease-in-out 500ms;
  -o-transition: height ease-in-out 500ms;
  -ms-transition: height ease-in-out 500ms;
  transition: height ease-in-out 500ms;
}
#header .boiler-container {
  height: 100%;
  width: 77em;
}
#header #logo {
  float: left;
  display: block;
  height: 100%;
  -webkit-transition: all ease-in-out 500ms;
  -moz-transition: all ease-in-out 500ms;
  -o-transition: all ease-in-out 500ms;
  -ms-transition: all ease-in-out 500ms;
  transition: all ease-in-out 500ms;
  position: relative;
  width: 76px;
  top: 13px;
  margin-left: 9px;
}
#header #logo img {
  -webkit-transition: all ease-in-out 500ms;
  -moz-transition: all ease-in-out 500ms;
  -o-transition: all ease-in-out 500ms;
  -ms-transition: all ease-in-out 500ms;
  transition: all ease-in-out 500ms;
  height: 58px;
  width: 58px;
}
#header #header-nav {
  height: 100%;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #fff;
  float: left;
}
#header #header-nav > ul {
  list-style: none;
  height: 100%;
  padding-left: 0;
  margin: 0;
}
#header #header-nav > ul > li {
  display: inline;
  float: left;
  height: 100%;
}
#header #header-nav > ul > li > a {
  display: list-item;
  height: 100%;
  line-height: 86px;
  border-left: 1px solid #fff;
  border-right: 1px solid #DEDEDE;
  padding: 0px 12px;
}
#header #header-nav > ul > li .only-dark .menu-bt {
  color: #4b4b4b;
  font-size: 0.8em!important;
}
#header #header-nav > ul > li .only-dark .menu-principal {
  padding: 0px 19px;
}
#header #header-nav > ul > li .menu-bt {
  letter-spacing: 2px;
  color: #707070;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  position: relative;
  line-height: 1.5em;
  text-align: center;
  font: 0.7em 'DroidSans Bold', Helvetica, Arial, sans-serif !important;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
#header #header-nav > ul > li:hover {
  background: #f0f0f0;
  background-image: -webkit-linear-gradient(#f0f0f0, #e8e8e8);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}
#header #header-nav > ul > li.menu {
  position: relative;
  font-size: 1.1em;
  top: -2px;
}
#header #header-nav > ul > li.menu > a {
  position: relative;
  padding-left: 20px;
  padding-right: 12px;
}
#header #header-nav > ul > li.menu > a:before {
  content: '';
  width: 16px;
  height: 15px;
  background: url(header-new/img/sprite.png) no-repeat 0px -26px;
  display: block;
  position: absolute;
  top: 51%;
  margin-top: -7px;
}
#header #header-nav > ul > li.menu .submenu {
  position: absolute;
  background: #f5f5f5;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  behavior: url(styles/css/PIE.htc);
  border-top: 1px solid #f9f9f9;
  border-left: 1px solid #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
  border-right: 1px solid #e2e2e2;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  top: 97%;
  left: -1px;
  display: none;
  padding: 10px 0px;
  box-sizing: border-box;
}
#header #header-nav > ul > li.menu .submenu.open {
  border-top-right-radius: 0px!important;
  border-bottom-right-radius: 0px!important;
  display: block;
}
#header #header-nav > ul > li.menu .submenu:before {
  content: '';
  border-bottom: 10px solid #f5f5f5;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  display: block;
  position: absolute;
  top: -10px;
  left: 60px;
}
#header #header-nav > ul > li.menu .submenu > ul {
  width: 190px;
  list-style: none;
  padding-left: 0;
}
#header #header-nav > ul > li.menu .submenu > ul > li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #DEDEDE;
  position: static!important;
  -webkit-transition: all ease-in-out 500ms;
  -moz-transition: all ease-in-out 500ms;
  -o-transition: all ease-in-out 500ms;
  -ms-transition: all ease-in-out 500ms;
  transition: all ease-in-out 500ms;
}
#header #header-nav > ul > li.menu .submenu > ul > li > a {
  display: block;
  padding: 8px 20px 8px 20px;
  text-decoration: none;
  letter-spacing: 2px;
  color: #8e8e8e;
  font: italic 0.9em "Futura0103LtCn", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  position: relative;
}
#header #header-nav > ul > li.menu .submenu > ul > li > a > i {
  display: none;
}
#header #header-nav > ul > li.menu .submenu > ul > li:hover > a {
  background: #383838;
  color: #f6f6f6;
}
#header #header-nav > ul > li.menu .submenu > ul > li.open > a:after {
  content: '';
  border-left: 7px solid #383838;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  display: block;
  position: absolute;
  top: 50%;
  right: -7px;
  z-index: 1;
  margin-top: -7px;
  font: 0.6em "DroidSans", Helvetica, Arial, sans-serif;
}
#header #header-nav > ul > li.menu .submenu > ul > li:first-child {
  border-top: none;
}
#header #header-nav > ul > li.menu .submenu > ul > li:last-child {
  border-bottom: none;
}
#header #header-nav > ul > li.menu .submenu > ul > li > .submenu-second-level {
  list-style: none;
  position: absolute;
  left: 190px;
  top: 0px;
  width: 242px;
  min-height: 100%;
  padding: 14px 0 14px 18px;
  background: #fafafa;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.1), inset 3px 0px 3px -2px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
  font: 0.7em "DroidSans", Helvetica, Arial, sans-serif;
  z-index: 10000;
}
#header #header-nav > ul > li.menu .submenu > ul > li > .submenu-second-level.open {
  border-top-right-radius: 0px!important;
  border-bottom-right-radius: 0px!important;
}
#header #header-nav > ul > li.menu .submenu > ul > li > .submenu-second-level li:hover > a {
  border: 1px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
  border-right: none!important;
  background: #fcfcfc;
}
#header #header-nav > ul > li.menu .submenu > ul > li > .submenu-second-level li.open > a:after {
  content: '';
  border-left: 9px solid #fcfcfc;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  display: block;
  position: absolute;
  top: 50%;
  right: -7px;
  z-index: 1;
  margin-top: -9px;
}
#header #header-nav > ul > li.menu .submenu > ul > li > .submenu-second-level li.open > a:before {
  content: '';
  border-left: 9px solid #e8e8e8;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  display: block;
  position: absolute;
  top: 50%;
  right: -9px;
  z-index: 1;
  margin-top: -9px;
}
#header #header-nav > ul > li.menu .submenu > ul > li > .submenu-second-level li > .submenu-third-level {
  list-style: none;
  position: absolute;
  left: 239px;
  top: 0px;
  width: 242px;
  height: 500px;
  padding: 14px 0 14px 18px;
  background: #fafafa;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.1), inset 3px 0px 3px -2px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
  overflow: auto;
}
#header #header-nav > ul > li.menu .submenu > ul > li > .submenu-second-level li a {
  padding: 5px 5px 5px 20px;
  text-decoration: none;
  display: block;
  width: 100%;
  color: #8e8e8e;
  text-transform: uppercase;
  font: 0.7 "DroidSans", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  position: relative;
  border: 1px solid transparent;
  border-bottom: 2px solid transparent;
  border-right: none!important;
}
#header #header-nav > ul > li.menu .submenu > ul > li > .submenu-second-level li a i {
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  behavior: url(styles/css/PIE.htc);
  width: 10px;
  height: 10px;
  background: #bebebe;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -5px;
  display: block;
  content: '';
}
#header #header-nav > ul > li.menu .submenu > ul > li > .submenu-second-level li a i:after {
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -3px;
  display: block;
  content: '';
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #444;
}
#header #busca {
  height: 100%;
  display: table;
  float: left;
}
#header #busca #busca-form {
  vertical-align: middle;
  display: table-cell;
  height: 100%;
  position: relative;
  left: 9em;
}
#header #busca #busca-form #buscaText {
  min-width: 336px;
  padding: 13px 10px;
  border: 1px solid #d2d2d2;
  background-image: -webkit-linear-gradient(#fefefe, #f5f5f5);
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  behavior: url(../css/PIE.htc);
  box-shadow: inset 1px 1px 2px #ececec;
  box-sizing: border-box;
  outline: none;
  font: 0.6em "DroidSans", Helvetica, Arial, sans-serif;
  height: 40px;
}
#header #busca #busca-form #buscaButton {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  margin-top: -31px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: none;
  background: none;
  cursor: pointer;
  background: url(header-new/img/header-botao-busca.png) no-repeat;
  background-size: 35px;
  right: 1px;
}
#header #busca-menu {
  height: 100px;
  width: 100%;
  box-sizing: border-box;
  line-height: 100px;
  display: none!important;
  padding: 0px 42px;
  border-bottom: 1px solid #DEDEDE;
  position: relative;
}
#header #busca-menu:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  content: '';
  bottom: -2px;
  left: 0px;
  display: block;
}
#header #busca-menu #busca-menu-form {
  vertical-align: middle;
  display: table-cell;
  height: 100%;
  position: relative;
}
#header #busca-menu #busca-menu-form #buscaText {
  width: 100%;
  padding: 17px 12px 17px 12px;
  border: 1px solid #d2d2d2;
  background-image: -webkit-linear-gradient(#fefefe, #f5f5f5);
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  behavior: url(styles/css/PIE.htc);
  box-shadow: inset 1px 1px 2px #ececec;
  box-sizing: border-box;
  outline: none;
  font: 18px "DroidSans", Helvetica, Arial, sans-serif;
  height: 72px;
}
#header #busca-menu #busca-menu-form #buscaButton {
  display: block;
  position: absolute;
  width: 85px;
  height: 62px;
  top: 50%;
  margin-top: -31px;
  right: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: none;
  background: none;
  background: url(header-new/img/sprite.png) no-repeat 0px -41px;
  cursor: pointer;
}
#header-nav > ul > li:hover > .submenu,
#header-nav li:hover > .submenu-second-level,
#header-nav li:hover > .submenu-third-level {
  display: block!important;
}
/* Mobile Layout */
@media only screen and (max-width: 479px) {
  #header {
    width: 100%;
  }
  #header .header-fixed {
    height: 40px!important;
    position: relative;
  }
  #header .boiler-container {
    width: 100%;
    margin: 0 auto;
    height: 100%;
  }
  #header .boiler-container #logo {
    width: 8%;
    float: left;
    top: 15px;
    left: 3px;
  }
  #header .boiler-container #logo img {
    width: 26px!important;
    height: 26px!important;
  }
  #header .boiler-container #header-nav {
    width: 91%;
    float: right;
  }
  #header .boiler-container #header-nav > ul > li {
    width: 26%;
  }
  #header .boiler-container #header-nav > ul > li > a {
    line-height: 43px !important;
    padding: 0px 5px;
  }
  #header .boiler-container #header-nav > ul > li .only-dark .menu-bt {
    margin-top: 2.5px;
  }
  #header .boiler-container #header-nav > ul > li .menu-bt {
    margin-top: 2.5px;
  }
  #header .boiler-container #header-nav > ul > li.menu {
    float: left;
  }
  #header .boiler-container #header-nav > ul > li.menu > a:before {
    left: 5px;
  }
  #header .boiler-container #header-nav > ul > li.menu > a {
    border-left: none;
    padding-left: 0px;
  }
  #header .boiler-container #header-nav > ul > li.menu > a .submenu:after {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #fff;
    background: #f5f5f5;
    border-bottom: 1px solid #dedede;
  }
  #header .boiler-container #header-nav > ul > li:nth-child(3) {
    width: 48% !important;
  }
  #header .boiler-container #header-nav > ul > li:nth-child(4) {
    display: none;
  }
  #header #busca-menu #busca-form input[type=text] {
    height: 47px;
  }
  #header #busca-menu #busca-form input[type=submit] {
    margin-top: 4px!important;
    right: -4px !important;
  }
}
.scrooling {
  height: 40px;
}
/* Large Mobile Layout*/
@media only screen and (max-width: 767px) {
  body {
    margin: 0!important;
    padding: 0!important;
  }
  #header {
    height: 43px!important;
    width: 100%;
    box-shadow: none;
    text-align: center;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  #header .header-fixed {
    height: 43px!important;
  }
  #header .header-fixed.opened {
    position: absolute;
  }
  #header .boiler-container {
    width: 100%;
    margin: 0 auto;
    height: 43px;
  }
  #header .container {
    padding: 0;
  }
  #header #logo {
    width: 10%;
    float: left;
    display: inline-block;
    margin-left: 0!important;
  }
  #header #logo img {
    height: 29px;
    margin-top: -7px;
    width: 32px!important;
    height: 32px!important;
    left: 8px;
  }
  #header #header-nav {
    width: 90%;
    float: left;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
  }
  #header #header-nav > ul > li:hover {
    background: #f4f4f4!important;
  }
  #header #header-nav > ul > li:nth-child(3) {
    width: 31% !important;
  }
  #header #header-nav > ul > li {
    width: 23%;
  }
  #header #header-nav > ul > li.oferta-hidden {
    display: none!important;
  }
  #header #header-nav > ul > li > a {
    font-size: 0.4em!important;
    line-height: 43px!important;
    text-align: center;
  }
  #header #header-nav > ul > li > a:before {
    top: 52%!important;
  }
  #header #header-nav > ul > li .only-dark .menu-bt {
    font-size: 1.6em!important;
  }
  #header #header-nav > ul > li .only-dark .menu-principal {
    padding: 0px 26px;
    margin: 8px 0 0 0px;
  }
  #header #header-nav > ul > li .menu-bt {
    font: 1.6em 'DroidSans Bold', Helvetica, Arial, sans-serif !important;
    width: 100%;
  }
  #header #header-nav > ul > li.menu {
    position: static!important;
    min-width: 0px;
    float: left;
  }
  #header #header-nav > ul > li.menu a:before {
    left: 20px;
  }
  #header #header-nav > ul > li.menu.opened {
    box-shadow: inset 0 0 15px #bfbfbf!important;
  }
  #header #header-nav > ul > li.menu.opened a {
    border-left: none!important;
  }
  #header #header-nav > ul > li.menu.opened > .submenu {
    display: block!important;
  }
  #header #header-nav > ul > li.menu#click {
    cursor: pointer;
  }
  #header #header-nav > ul > li.menu .submenu {
    width: 100%;
    top: 100%!important;
    left: 0px!important;
    border-radius: 0!important;
    padding: 0!important;
    border-bottom: none!important;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2) !important;
    display: none!important;
  }
  #header #header-nav > ul > li.menu .submenu:after {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #fff;
    background: #f5f5f5;
    border-bottom: 1px solid #dedede;
  }
  #header #header-nav > ul > li.menu .submenu:before {
    display: none;
  }
  #header #header-nav > ul > li.menu .submenu > ul {
    width: 100%!important;
    text-align: left!important;
  }
  #header #header-nav > ul > li.menu .submenu > ul > li {
    position: relative!important;
    float: left;
    clear: both;
    width: 100%;
  }
  #header #header-nav > ul > li.menu .submenu > ul > li > a {
    height: 50px!important;
    line-height: 50px!important;
    font-size: 0.9em;
    padding: 0 20px!important;
  }
  #header #header-nav > ul > li.menu .submenu > ul > li > a > i {
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    behavior: url(styles/css/PIE.htc);
    width: 10px;
    height: 10px;
    background: #bebebe;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    display: block;
    content: '';
  }
  #header #header-nav > ul > li.menu .submenu > ul > li > a > i:after {
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -3px;
    display: block;
    content: '';
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #444;
  }
  #header #header-nav > ul > li.menu .submenu > ul > li:hover > a {
    background: #f4f4f4!important;
    color: #8e8e8e!important;
  }
  #header #header-nav > ul > li.menu .submenu > ul > li.opened {
    background: #fff!important;
  }
  #header #header-nav > ul > li.menu .submenu > ul > li.opened > a {
    background: #fff!important;
    color: #5c5c5c!important;
    position: relative;
  }
  #header #header-nav > ul > li.menu .submenu > ul > li.opened > a:after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    content: '';
    display: block;
    bottom: 0px;
    left: 0px;
  }
  #header #header-nav > ul > li.menu .submenu > ul > li.opened > a > i:after {
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -1px;
    display: block;
    content: '';
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #444;
  }
  #header #header-nav > ul > li.menu .submenu > ul > li.opened > .selected {
    display: block!important;
  }
  #header #header-nav > ul > li.menu .submenu > ul > li > .submenu-second-level {
    width: 100%!important;
    position: relative!important;
    float: left;
    border-radius: 0px!important;
    background: #fff!important;
    padding: 0px!important;
    box-shadow: none!important;
    border-right: 1px solid #e8e8e8;
    left: 0px!important;
    display: none!important;
  }
  #header #header-nav > ul > li.menu .submenu > ul > li > .submenu-second-level li {
    border-top: 1px solid #ebebeb;
  }
  #header #header-nav > ul > li.menu .submenu > ul > li > .submenu-second-level li a {
    padding: 14px 37px!important;
    border: none!important;
    font-size: 1em;
    font-weight: 500;
  }
  #header #header-nav > ul > li.menu .submenu > ul > li > .submenu-second-level li a > i {
    left: 20px!important;
    background: none!important;
  }
  #header #header-nav > ul > li.menu .submenu > ul > li > .submenu-second-level li:first-child {
    border-top: none!important;
  }
  #header #header-nav > ul > li.menu .submenu > ul > li > .submenu-second-level li > .submenu-third-level {
    width: 100%!important;
    position: relative!important;
    float: left;
    border-radius: 0px!important;
    background: #eeeeee!important;
    padding: 0px!important;
    box-shadow: none!important;
    border-right: 1px solid #ffffffß;
    left: 0px!important;
    display: none!important;
    z-index: 10;
  }
  #header #header-nav > ul > li.menu .submenu > ul > li > .submenu-second-level li > .submenu-third-level.opened {
    display: block!important;
  }
  #header #header-nav > ul > li.menu > a {
    padding-left: 35px;
  }
  #header #header-nav > ul > li.menu > a:before {
    content: '';
    left: 10px;
  }
  #header #busca-menu {
    height: 60px;
    width: 100%;
    box-sizing: border-box;
    line-height: 60px;
    display: table!important;
    padding: 0px 20px;
    border-bottom: 1px solid #DEDEDE;
    position: relative;
  }
  #header #busca-menu:after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    bottom: -2px;
    left: 0px;
    display: block;
  }
  #header #busca-menu #busca-form {
    vertical-align: middle;
    display: table-cell;
    height: 100%;
    position: relative;
    font-size: 1em;
  }
  #header #busca-menu #busca-form input[type=text] {
    display: block;
    width: 90%;
    padding: 13px 50px 13px 12px;
    margin: 10px auto;
    border: 1px solid #d2d2d2;
    background-image: -webkit-linear-gradient(#fefefe, #f5f5f5);
    border-radius: 3px;
    box-shadow: inset 1px 1px 2px #ececec;
    box-sizing: border-box;
    outline: none;
    font-size: 0.9em;
    height: 47px;
  }
  #header #busca-menu #busca-form input[type=submit] {
    display: block;
    position: absolute;
    width: 62px;
    height: 75px;
    top: 15px;
    margin-top: 5px;
    right: 9px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: none;
    background: none;
    background: url(header-new/img/header-botao-busca.png) no-repeat;
    cursor: pointer;
  }
}
#header-nav > ul > li:hover > .submenu,
#header-nav li:hover > .submenu-second-level,
#header-nav li:hover > .submenu-third-level {
  display: block;
}
/* Tablet Layout */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    margin: 0!important;
  }
  #header {
    box-shadow: none;
    text-align: center;
    height: 87px;
    top: 0;
    left: 0;
  }
  #header .boiler-container {
    width: 100%!important;
    max-width: 1024px!important;
  }
  #header #logo {
    width: 18%;
    display: inline-block;
    float: left;
    margin: 13px auto;
    left: 6px;
    top: 0px!important;
  }
  #header #logo img {
    top: 1px;
  }
  #header .header-fixed.opened {
    position: relative;
  }
  #header #header-nav {
    display: inline-block;
    float: right;
    width: 80%;
    right: 0;
  }
  #header #header-nav > ul > li {
    width: 25%;
  }
  #header #header-nav > ul > li .menu-bt {
    font: 0.65em 'DroidSans Bold', Helvetica, Arial, sans-serif !important;
  }
  #header #header-nav > ul > li .only-dark .menu-bt {
    font-size: 0.7em!important;
  }
  #header #header-nav > ul .servico {
    display: none;
  }
  #header #header-nav > ul .diretas {
    display: none;
  }
  #header #header-nav li:hover {
    background: #f4f4f4!important;
  }
  #header #header-nav .menu {
    position: static!important;
  }
  #header #header-nav .menu.opened {
    box-shadow: inset 0 0 15px #bfbfbf!important;
  }
  #header #header-nav .menu.opened a {
    border-left: block;
  }
  #header #header-nav .menu.opened .submenu #busca-menu {
    position: relative;
    display: table!important;
    width: 100%;
    border-top: 1px solid #fff;
    background: #f5f5f5;
    border-bottom: 1px solid #dedede;
  }
  #header #header-nav .menu.opened .submenu #busca-menu #busca-form input[type=text] {
    display: block;
    width: 90%;
    padding: 17px 50px 17px 12px;
    margin: 10px auto;
    border: 1px solid #d2d2d2;
    background-image: -webkit-linear-gradient(#fefefe, #f5f5f5);
    border-radius: 3px;
    box-shadow: inset 1px 1px 2px #ececec;
    box-sizing: border-box;
    outline: none;
    font: 18px/36px "DroidSans", Helvetica, Arial, sans-serif;
  }
  #header #header-nav .menu.opened .submenu #busca-menu #busca-form input[type=submit] {
    display: block;
    position: absolute;
    width: 62px;
    height: 75px;
    top: 25%;
    margin-top: -13px;
    right: 102px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: none;
    background: none;
    background: url(header-new/img/tablet-header-botao-busca.png) no-repeat;
    cursor: pointer;
  }
  #header #header-nav .menu .submenu {
    width: 100%;
    top: 100%!important;
    left: 0px!important;
    border-radius: 0!important;
    padding: 0!important;
    border-bottom: none!important;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2) !important;
    display: none!important;
  }
  #header #header-nav .menu .submenu.selected {
    display: block!important;
  }
  #header #header-nav .menu .submenu:after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    content: '';
    display: block;
    bottom: 0px;
    left: 0px;
  }
  #header #header-nav .menu .submenu:before {
    display: none;
  }
  #header #header-nav .menu .submenu > ul {
    width: 100%!important;
    text-align: left!important;
  }
  #header #header-nav .menu .submenu > ul > li {
    position: relative!important;
    float: left;
    clear: both;
    width: 100%;
  }
  #header #header-nav .menu .submenu > ul > li > a {
    height: 100px!important;
    line-height: 100px!important;
    padding: 0 42px!important;
    font-size: 1.6em!important;
  }
  #header #header-nav .menu .submenu > ul > li > a > i {
    display: block;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    behavior: url(styles/css/PIE.htc);
    width: 20px;
    height: 20px;
    background: #bebebe;
    position: absolute;
    right: 42px;
    top: 50%;
    margin-top: -10px;
    display: block!important;
    content: '';
  }
  #header #header-nav .menu .submenu > ul > li > a > i:after {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -6px;
    display: block;
    content: '';
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #444;
  }
  #header #header-nav .menu .submenu > ul > li:hover > a {
    background: #f4f4f4!important;
    color: #8e8e8e!important;
  }
  #header #header-nav .menu .submenu > ul > li.opened {
    background: #fff!important;
  }
  #header #header-nav .menu .submenu > ul > li.opened > a {
    background: #fff!important;
    color: #5c5c5c!important;
    position: relative;
  }
  #header #header-nav .menu .submenu > ul > li.opened > a:after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    content: '';
    display: block;
    bottom: 0px;
    left: 0px;
  }
  #header #header-nav .menu .submenu > ul > li.opened > a > i:after {
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -2px;
    display: block;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #444;
  }
  #header #header-nav .menu .submenu > ul > li > .submenu-second-level {
    width: 50%!important;
    position: relative!important;
    float: left;
    border-radius: 0px!important;
    background: #fff!important;
    padding: 0px!important;
    box-shadow: none!important;
    border-right: 1px solid #e8e8e8;
    left: 0px!important;
    display: none!important;
    height: auto;
  }
  #header #header-nav .menu .submenu > ul > li > .submenu-second-level.selected {
    display: block!important;
  }
  #header #header-nav .menu .submenu > ul > li > .submenu-second-level li {
    border-top: 1px solid #ebebeb;
  }
  #header #header-nav .menu .submenu > ul > li > .submenu-second-level li a {
    padding: 18px 57px!important;
    border: none!important;
    font-size: 1em;
    font-weight: 900;
  }
  #header #header-nav .menu .submenu > ul > li > .submenu-second-level li a > i {
    left: 42px!important;
    background: none!important;
  }
  #header #header-nav .menu .submenu > ul > li > .submenu-second-level li a:hover {
    background: #fff!important;
  }
  #header #header-nav .menu .submenu > ul > li > .submenu-second-level li.opened .submenu-third-level {
    display: block;
  }
  #header #header-nav .menu .submenu > ul > li > .submenu-second-level li:first-child {
    border-top: none!important;
  }
  #header #header-nav .menu .submenu > ul > li > .submenu-second-level li > .submenu-third-level {
    left: 100%!important;
    border-radius: 0px!important;
    box-shadow: none!important;
    padding: 0px!important;
    background: #fff!important;
    width: 100%!important;
    top: 0px!important;
    display: none!important;
  }
  #header #header-nav .menu .submenu > ul > li > .submenu-second-level li > .submenu-third-level.opened {
    display: block!important;
    height: auto;
  }
  #header #busca {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1259px) {
  #header .boiler-container {
    width: 76em;
  }
  #header #busca #busca-form {
    left: 3em;
  }
  #header #busca #busca-form #buscaText {
    min-width: 196px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  #header #header-nav > ul > li .only-dark .menu-principal {
    margin: 4px 0 0 -27px;
  }
}
@media only screen and (min-width: 1260px) and (max-width: 1280px) {
  #header #logo {
    margin-left: 50px;
  }
  #header #logo img {
    top: 0px;
  }
  #header .boiler-container {
    width: 76em;
  }
  #header #busca #busca-form {
    left: 2em;
  }
  #header #busca #busca-form #buscaText {
    min-width: 196px;
  }
}
/* Retina display */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #header .boiler-container {
    width: 100%;
  }
  #header .boiler-container #busca {
    margin-right: 23px;
  }
  #header .boiler-container #busca #busca-form #buscaText {
    min-width: 230px;
  }
  #header .header-nav ul li .menu-bt {
    padding-top: -2px !important;
  }
}
#header #header-nav > ul > li.menu .submenu > ul > li > a:nth-child(1) {
  cursor: default;
}
.submenu ul li:nth-child(4) a {
  cursor: pointer !important;
}

