@font-face {
  font-family: 'open_sanslight';
  src: url('../fonts/opensans-light-webfont.eot');
  src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/opensans-light-webfont.woff') format('woff'),
       url('../fonts/opensans-light-webfont.ttf') format('truetype'),
       url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
}

*{ margin: 0; padding: 0; outline: none; line-height: 100%; }

body {
  background: url('../sysimages/sys02.jpg') repeat left top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  line-height: 15px;
}

html { line-height: 100%; overflow: auto; }
.clearFix:before, .clearFix:after {content: "";display: block;   } .clearFix:after {clear: both;} .clearFix {zoom: 1;} .clear {clear: both;} .left{float: left;} .right{float: right;} .relative {position: relative;z-index: 0;}
img { border: 0; }
b, strong {font-weight: bold;}



h1 {
  font-family: 'open_sanslight', Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: normal;
  color: #00519A;
}

h2 {
  font-family: 'open_sanslight', Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: normal;
  color: #777;
}

h3 {
  font-family: 'open_sanslight', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #777;
}

label { cursor: default; }

a {
  text-decoration: none;
  -moz-outline-style: none;
  outline: none;
  color: #333;
}

a:hover { color: #00519A; }
a * { cursor: pointer; }



input[type=text], 
input[type=password],
input[type=email],
input[type=file],
input[type=tel],
input[type=search],
textarea {
  font-family: Arial, Helvetica, sans-serif;
  padding: 6px 8px;
  border: 1px solid #CCC;
  font-size: 11px;
}

.ie8-ie7 input[type=text], 
.ie8-ie7 input[type=password],
.ie8-ie7 input[type=email],
.ie8-ie7 input[type=file],
.ie8-ie7 input[type=tel],
.ie8-ie7 input[type=search],
.ie8-ie7 textarea {
  padding: 8px 8px 3px;
}

input[type=text], 
input[type=email],
input[type=password],
input[type=file],
input[type=tel],
input[type=search],
select,
textarea {-webkit-appearance: none;-moz-appearance: none;border-radius:0;}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{-webkit-appearance:button; cursor:pointer; border-radius:0}


textarea {
  overflow: auto;
  resize: none;
  line-height: 18px;
}

input[type=checkbox] {
  border: 0 !important;
  width: 16px;
  height: 14px;
}

input[type=radio] {
  border: 0 !important;
  width: 16px;
  height: 14px;
}


select{
font-family: Arial, Helvetica, sans-serif;
padding: 5px 6px 4px;
border: 1px solid #CCC;
font-size: 11px;

height: 26px;
}

.ie8-ie7 select {
  padding: 6px;
  height: 29px;
}

.ff select{
  height: 27px;
}

.ie9 select {
  padding: 7px 6px 0 6px;
  height: 28px;
}


/*select {
  padding: 5px 6px 5px 6px;
  height: 28px;
}

.chrome select {
  padding: 5px 6px 0 6px;
}

.ie select {
  padding: 6px 6px 0 6px;
  height: 27px;
}
*/


input[type=text]:focus, input[type=text]:hover,
input[type=password]:focus, input[type=password]:hover,
input[type=email]:focus, input[type=email]:hover,
input[type=file]:focus, input[type=file]:hover,
input[type=tel]:focus, input[type=tel]:hover,
input[type=search]:focus, input[type=search]:hover,
input[type=number]:focus, input[type=number]:hover,
textarea:focus, textarea:hover,
select:focus, select:hover {
  border-color: #00519A;
}

select[disabled]:hover {
  border-color: #CCC !important;
}

button {
  padding: 0;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

table{
  empty-cells: show;
  border-collapse: collapse;
}

.rubrica table tr td {
  vertical-align: top;
  text-align: left;
}

table tr td[align=center],
table tr td[align=center] *,
table tr th[align=center],
table tr th[align=center] * {
  text-align: center;
}

table tr td[align=right],
table tr td[align=right] *,
table tr th[align=right],
table tr th[align=right] * {
  text-align: right;
}

.borda {
  border: 1px solid red !important;
}

button::-moz-focus-inner{ 
  border: 0;
  padding: 0;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{
  border: none;
}

.overH {
overflow: hidden;
}


input[type=submit],
input[type=reset] {
  cursor: pointer;
  border: 0;
  -webkit-appearance: button;
  -moz-appearance: none;
}

input[type=submit]:hover,
input[type=reset]:hover {
  background-position: left bottom;
}

/**********************************************************************************************/
.btGeral1[type="submit"] {
  background: url('../sysimages/sys14.png') repeat-x left top;
}
.btGeral1 {
  font-size: 13px;
  color: #545454;
  font-weight: bold;
  background-color: #D2D2D2;
  padding: 6px 16px 7px;
}

a.btGeral1,
a.btGeral2 {
  display: inline-block;
}

.btGeral1:hover {
  background-color: rgba(1,124,194,0.70)!important;
  color: #545454;
  text-decoration: none;
}

.btGeral2 {
  background: url('../sysimages/sys24.png') repeat-x left top;
  padding: 10px 27px;
  height: 18px;
  border-radius: 3px;
  color: #FFF;
  font-size: 17px;
  line-height: 100%;
  font-weight: bold;
  text-shadow: 0px 1px 1px rgba(34,34,34,0.5);
}

.btGeral2:hover {
  background-position: left bottom;
  color: #FFF !important;
  text-decoration: none;
}

.btGeral2_alt {
  background: url('../sysimages/arrow_btnRight.png') no-repeat left center;
  padding: 10px 20px;
  height: 18px;
  border-radius: 3px;
  color:#017CC2;
  font-size: 17px;
  line-height: 100%;
  font-weight: bold;
}

#geral {
  background: #FFF url('../sysimages/bg3.png') repeat-x left top;
  min-width: 984px;
}

#centro {
  width: 966px;
  padding: 0 9px;
  margin: 0 auto;
  /* overflow: hidden; Marques*/
}

.topo {
  height: 98px;
  background: #FFF;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  z-index: 999;
}


/*.geral .topo {
  z-index: 99999999999;
}*/

.sys01 {
  background: url('../sysimages/sys01.png') no-repeat left top;
  width: 984px;
  height: 12px;
  position: absolute;
  top: 0;
  left: -9px;
  z-index: 0;
}

.logo {
  display: block;
  float: left;
  margin: 19px 0 0 27px;
}

.rightTopo {
  float: right;
  width: 790px;
}

.miniM {
background: url('../sysimages/sys05.png') no-repeat left top;
height: 26px;
float: right;
padding: 6px 29px 0 230px;
}

.link1 {
  display: block;
  float: left;
  color: #666;
  font-size: 11px;
  padding-top: 4px;
  padding-right: 4px;
}

.a_lingua {
  /*width: 25px;*/
  position: relative;
  z-index: 0;
}

.a_lingua:hover {
  background-position: right -21px;
}

.a_lingua span {
  padding-right:8px;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 50;
  background: url('../sysimages/sys15.png') no-repeat right 4px;
  /*text-transform: uppercase;*/
}

.a_lingua:hover span {
  color: #00519A;
  text-decoration: none;
  background-position: right -25px;
}

.listlinguas {
  position: absolute;
  top: 0;
  left: -13px;
  z-index: 20;
  /*width: 36px;*/
  border: 1px solid #CCC; 
  background-color: #FFF; 
  padding: 15px 15px 3px 12px;
  display: none;
}

.a_lingua:hover .listlinguas {
  display: block;
}

.listlinguas a {
  display: block;
  margin-top: 3px;
 /* text-transform: uppercase;*/
}
.listlinguas a:hover {
  color: #A3A3A3;
}
.miniM .link1:first-child {
  background: url('../sysimages/sys06.png') no-repeat left 1px;
  padding: 4px 4px 4px 22px;
}

.miniM .link1:first-child:hover {
  background-position: left -39px;
}

.miniM a:first-child + div.linha + a {
  background: url('../sysimages/sys08.png') no-repeat left 2px;
  padding: 4px 4px 4px 22px;
}

.miniM a:first-child + div.linha + a:hover {
  background-position: left -48px;
}

.miniM a:hover {
  text-decoration: none;
}

.miniM .linha {
  width: 1px;
  height: 13px;
  background: url('../sysimages/sys07.png') no-repeat left top;
  float: left;
  margin: 2px 12px 0 12px;
}

.pesquisaTopo {
  float: right;
  border: 1px solid #CCC;
  margin-right: 29px;
  margin-top: 24px;
}
 
.pesquisaTopo input[type=text] {
  display: block;
  float: left;
  border: 0;
  padding-top: 6px;
  padding-bottom: 5px;
  padding-right: 0;
  width: 197px;
  line-height: 14px;
}

.ie8-ie7 .pesquisaTopo input[type=text] {
  padding-top: 5px;
  padding-bottom: 6px;
}

.pesquisaTopo input[type=submit] {
  display: block;
  float: left;
  width: 29px;
  height: 26px;
  background: url('../sysimages/sys09.png') no-repeat left top;
}

.pesquisaTopo input[type=submit]:hover {
  background-position: left bottom;
}

.menuTopo {
  margin-top: 34px;
  float: left;
  visibility: hidden;
}

.menuTopo .unlk {
  background: url('../sysimages/sys10.png') no-repeat left top;
  float: left;
}

.menuTopo .unlk:first-child {
  background: none;
}

.menuTopo .unlk a {
  font-weight: bold;
  font-size: 12px;
  color: #888;
  padding: 0 18px 22px 18px;
  /*padding: 0 22px 22px 22px;*/
  display: block;
  text-transform: uppercase;
}

.menuTopo .unlk:hover a {
  color: #00519A;
  text-decoration: none;
}

.menuTopo .unlk.active a {
  color: #00519A;
}

/*.menuTopo .unlk.active,*/
.menuTopo .unlk.lksubmenu.activeHover {
  background: url('../sysimages/sys11.png') no-repeat left top;
  margin-top: -14px;
  padding-left: 4px;
}

/*.menuTopo .unlk.active a,*/
.menuTopo .unlk.lksubmenu.activeHover a {
  background: url('../sysimages/sys12.png') no-repeat right top;
  padding-top: 14px;
  margin-right: -4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
  overflow: hidden;
  padding-left: 14px;
}

/*.menuTopo .unlk.active + div.unlk,*/
.menuTopo .unlk.lksubmenu.activeHover + div.unlk {
  background: none;
  margin-left: 4px;
}

.submenuTopo {
  background-color: #FCFCFC;
  background-image:linear-gradient(rgb(255,255,255) 0%,rgb(235,235,235) 100%);
  border: 2px solid rgb(255,255,255);
  box-shadow:0px 2px 4px rgba(102,102,102,0.65);
  position: absolute;
  top: 100px;
  left: 0;
  width: 962px;
  border-radius: 5px;
  display: none;
  padding-bottom: 10px;
}

.linksSubm {
  float: left;
  padding: 26px 0 0 25px;
}

.linksSubm .unils {
  float: left;
  margin-left: 20px;
  margin-bottom: 11px;
}

.linksSubm .unils:first-child {
  margin-left: 0;
}

.linksSubm .unils a,
.linksSubm .unils p.lkNew {
  width: 139px;
  display: block;
  background: url('../sysimages/sys13.png') repeat-x left top;
  padding-top: 7px;
 /* margin-top: 4px;*/
 padding-bottom: 4px;
}

.linksSubm .unils p.lkNew {
  background: none;
  margin-bottom: 10px;
}

.linksSubm .unils a:first-child + a {
  background: none;
}

.linksSubm .unils a:hover {
  text-decoration: none;
}

#allRight_top {
  float: right;
  margin: 9px 9px 0 0;
  background-color: #FFF;
  height: 241px;
}

.rightSubm {
  width: 396px;
  height: 189px;
  background-position: right top;
  background-repeat: no-repeat;
  border-radius: 5px;
  padding: 26px;
}

.rightSubm .tit {
  width:215px;
  padding-bottom: 8px;
}

.rightSubm .txt {
  width:215px;
  line-height: 17px;
}

#allRight_top .bt {
  margin-top: -58px;
  margin-left: 25px;
}

.rubrica {
  margin-top: 17px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #FFF;
  padding: 28px;
  padding-bottom: 78px;
  min-height: 450px;
}

blockquote {
  margin: 0 0 0 15px !important;
}

.titRub{
margin-bottom: 27px;
}

.blocoRub {
  margin-top: 17px;
}

.estBloco,
.estBloco p,
.estBloco div,
.estBloco li,
.estBloco td {
  line-height: 17px;
}

.estBloco ul,
.estBloco ol {
  list-style-position: outside;
  margin-left: 20px;
}

.estBloco a {
  text-decoration: underline;
}

.rightRub {
  float: right;
  width: 285px;
}

.rightRub + div.leftRub {
  width: 510px;
  float: left;
}

.picRub {
  width: 286px;
  height: 205px;
  /*border: 6px solid #EBEBEB;*/
  border-radius: 5px;
  background-color: #EBEBEB;
  margin-top: 62px;
}

.picRub img {
  border-radius: 2px;
}

.pme {
  margin-top: 23px;
  width: 255px;
  min-height: 74px;
  background-color: #F2F2F2;
  border-radius: 5px;
  padding: 15px;
}

.pme .pic { float: left; margin: 9px; }

.pme p { line-height: 17px; }

.pme .pic + p {
  float: left;
  width: 150px;
  padding-top: 20px;
  padding-left: 15px;
}

.certificadoRub {
  border-top: 1px solid #E8E8E8;
  padding-top: 29px;
  margin-top: 24px;
}

.certificadoRub .pic {
  float: left;
  margin-top: 4px;
}

.certificadoRub .bloco {
  float: left;
  width: 300px;
  padding-left: 45px;
}

.certificadoRub h2 {
  padding-bottom: 15px;
}



/* FOOTER */
#footer { background: url('../sysimages/sys02.jpg') repeat left top; }
.footer { width: 960px; margin: 0 auto; padding: 34px 3px; }
#footer .btGeral1{color: #545454!important;}


.linksFooter {float: left;}
.unilkf { float: left; margin-left: 44px; /*max-width: 110px;*/ }
.unilkf:first-child { margin-left: 0; }

.unilkf a,
.unilkf p.pnovo {
  color: #CCC;
  font-size: 11px;
  display: inline-block;
  margin-bottom: 4px;
}
.unilkf a:hover { color: #A3A3A3; }
.unilkf p.pnovo b {
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}

.redes { float: left; margin-left: 43px; margin-top: 1px; }

.redes .logo1,
.redes .logo2 {
  background: url('../sysimages/sys18.png') no-repeat left top;
  width: 94px;
  height: 93px;
  display: block;
  float: left;
  cursor: default;
}

.redes .logo2 {
  margin-left: 10px;
  background: url('../sysimages/sys19.png') no-repeat left top;
}

.redes2 { float: left; margin-left: 16px; }

.redes2 .logo3,
.redes2 .logo4,
.redes2 .logo5 {
  width: 30px;
  height: 29px;
  background: url('../sysimages/sys20.png') no-repeat left top;
  display: block;
}

.redes2 .logo4 {
  background: url('../sysimages/sys21.png') no-repeat left top;
  margin-top: 4px;
}

.redes2 .logo5 {
  background: url('../sysimages/sys21_2.png') no-repeat left top;
  margin-top: 4px;
  height: 29px;
}

.redes2 .logo3:hover,
.redes2 .logo4:hover,
.redes2 .logo5:hover {
  background-position: left bottom;
}

.newsletter {
  float: right;
  width: 280px;
  margin-top: -8px;
  margin-right: 21px;
}

.newsletter .tit {
  color: #CCC;
  width: 257px;
  padding-bottom: 7px;
}

.newsletter .desc {
  color: #CCC;
  font-size: 11px;
  width: 257px;
  line-height: 16px;
}

.formNews {
  margin-top: 16px;
  position: relative;
}

.formNews input[type=email] {
  border-color: #999;
  background-color: #666;
  color: #CCC;
  padding-top: 6px;
  padding-bottom: 6px;
  float: left;
  display: block;
  width: 166px;
  line-height: 15px;
}

.ff .formNews input[type=email] {
  padding-bottom: 7px;
}

.ie .formNews input[type=email] {
  padding-top: 6px;
  padding-bottom: 8px;
}

.ie8-ie7 .formNews input[type=email] {
  padding-top: 6px !important;
  padding-bottom: 7px !important;
}

.formNews input[type=submit] {
  margin-left: -6px;
  float: left;
  display: block;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 29px;
}

.erro {
  background: url('../sysimages/sys22.png') no-repeat left bottom;
  font-size: 11px;
  color: #CCC;
  position: absolute;
  /*top: -36px;*/
  bottom: 26px;
  left: 0;
  z-index: 50;
  padding: 7px 10px 14px 10px;
  display: none;
  color: #FFF;
}








.galeriaHome {
  position: relative;
  z-index: 9;
  height: 478px;
}

.galeriaHome .uniGal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  display: none;
}

.galeriaHome .uniGal .textos {
  position: absolute;
  top: 53px;
  left: 100px;
  z-index: 0;
  opacity: 0;
}

#listGals .uniGal:first-child {
  display: block;
}

#listGals .uniGal:first-child .textos {
  left: 55px;
  opacity: 1;
}

.galeriaHome .uniGal h1 {
  color: #FFF;
  width: 408px;
  padding-bottom: 12px;
}

.galeriaHome .uniGal p {
  color: #FFF;
  width: 322px;
  margin-bottom: 17px;
}

.galeriaHome .uniGal h3 {
  color: #FFF;
  font-size: 15px;
  line-height: 22px;
  width: 322px;
  font-weight: normal;
}

.galeriaHome .btGeral2 {
  margin-top: 27px;
}

.galeriaHome .pic {
  float: right;
  margin: 50px 55px 0 0;
  display: none;
}

.galeriaHome .pic img {
max-width: 416px;
max-height: 377px;
}

#listGals .uniGal:first-child .pic {
  display: block;
}

.descubraHome {
  margin-top: -143px;
  position: relative;
  z-index: 600;
  display: inline-block;
  text-decoration: none;
}

.descubraHome .txts {
  float: left;
  width: 256px;
  padding-top: 31px;
}

.descubraHome .tit {
  font-family: 'open_sanslight', Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 21px;
}

.descubraHome .pic {
  float: left;
}

.descubraHome .desc {
  padding-top: 9px;
  color: #777;
}

.descubraHome:hover .tit,
.descubraHome:hover .desc {
  color: #00519A;
}

.bannersHome {
  width: 962px;
  height: 223px;
  margin-left: -28px;
  margin-top: -1px;
  padding: 40px 31px;
  background: url('../sysimages/sys25.png') no-repeat center top;
  position: relative;
  z-index: 10;
}

.bannersHome .uniBanner {
  width: 280px;
  float: left;
  display: block;
  margin-left: 60px;
}

.bannersHome .uniBanner:first-child { margin-left: 0; }

.bannersHome .uniBanner h3 {
  text-align: center;
  font-size: 17px;
  padding-bottom: 9px;
  color: #333;
}

.bannersHome .uniBanner p {
  line-height: 17px; 
  width: 265px;
  margin: 0 auto;
  text-align: center;
  color: #777;
}

.bannersHome .uniBanner:hover,
.bannersHome .uniBanner:hover h3,
.bannersHome .uniBanner:hover p {
  color: #00519A;
  text-decoration: none;
}

.bannersHome .pic { display: block; margin-bottom: 25px; }

.marcas {
  width: 100%;
  margin: 34px 0;
  position: relative;
  z-index: 10;
}

.marcas tr td { text-align: center; }
.marcas tr td a{ margin-left: 81px; display: inline-block; }
.marcas tr td a:first-child{ margin: 0; }
.marcas tr td a img{ display: none; }
.marcas tr td a img:first-child{ display: block; }
.marcas tr td a:hover img:first-child { display: none; }
.marcas tr td a:hover img:first-child + img{display: block;}


.bullets {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 50;
}

.bullets a {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url('../sysimages/sys29.png') no-repeat left bottom;
  margin-left: 2px;
}

.sliderCatalogo .bullets a {
  width: 7px;
  height: 7px;
  background: url('../sysimages/sys63.png') no-repeat left bottom;
}

.bullets a.active,
.bullets a:hover {
  background-position: left top;
}



.caminho {
  height: 27px;
  background-color: #50A1D0;
  border: 1px solid #62AAD6; 
  border-radius: 5px;
  margin: 8px 0;
  overflow: hidden;
}

.caminho a {
  display: block;
  float: left;
  background: url('../sysimages/sys65.png') no-repeat left -1px;
  height: 29px;
  padding-left: 11px;
  margin-right: -9px;
  color: #E6EEF2;
}

.caminho a span {
  background: url('../sysimages/sys66.png') no-repeat right -1px;
  height: 29px;
  display: block;
  padding-left: 15px;
  padding-right: 37px;
  font-size: 11px;
  line-height: 27px;
  color: #E6EEF2;
}

.caminho a:first-child { background-image: url('../sysimages/sys30.png'); }

.caminho p {
  display: block;
  float: left;
  font-size: 11px;
  color: #FFF;
  line-height: 27px;
  padding-left: 34px;
}








.sliderCatalogo {
  width: 966px;
  height: 154px;
  background: url(../sysimages/gradiente_slider2.jpg) repeat-x left top;
  position: relative;
  z-index: 0;
  margin: 0 auto;
}


.sliderCatalogo .uniSlider {
  height: 518px;
  max-width: 41px;
  overflow: hidden;
  float: left;
}

.sliderCatalogo .uniSlider .tit {
  float: left;
  height: 518px;
  width: 40px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-right: 1px;
}

.sliderCatalogo .uniSlider .tit h1 {
  width: 458px;
  height: 40px;
  background-color: #E6E6E6;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  font-family: Arial, Helvetica, sans-serif;
  color: #858585;
  font-weight: bold;
  font-size: 17px;
  display: block;
  margin: 239px 0 0 -239px !important;
  padding-left: 60px;
  cursor: default;
}

.ie8-ie7 .sliderCatalogo .uniSlider .tit h1,
.ie9 .sliderCatalogo .uniSlider .tit h1 {
  margin: 0 !important;
}

.sliderCatalogo .uniSlider.active .tit h1 {
  background-color: #B9DDED;
  /*color: #525252;*/
     color: #FFF;
  cursor: default !important;
}

.sliderCatalogo .uniSlider.escolhido .tit h1 {
  background: #B9DDED url('../sysimages/sys32.png') no-repeat 31px 13px;
  cursor: pointer !important;
  /*color: #525252;*/
  color: #FFF;
}

.sliderCatalogo .uniSlider.escolhido .tit {
  cursor: pointer !important;
}

.sliderCatalogo .cntSlider {
  float: left;
  width: 0;
  height: 518px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.sliderCatalogo .active .cntSlider {
  /*width: 926px;*/
  width: 844px;
}

.sliderCatalogo .cntSlider ul {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  width: 10000px;
}

.sliderCatalogo .cntSlider ul li {
  /*width: 892px;*/
  width: 810px;
  height: 483px;
  list-style-type: none;
  padding: 17px;
}

.sliderCatalogo .cntSlider .prods a {
  width: 156px;
  height: 198px;
  display: block;
  border: 1px solid #E6E6E6;
  border-left-color: transparent;
  border-top-color: transparent;
  padding: 16px 17px;
  float: left;
  position: relative;
  z-index: 0;
}

.sliderCatalogo .cntSlider .prods a .pic {
  display: block;
  text-align: center;
  margin: -10px -10px 11px -10px;
  width: 176px;
  height: 118px;
}

.sliderCatalogo .cntSlider .prods a p.desc {
  color: #666;
  font-family: 'open_sanslight', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  overflow: hidden;
  width: 150px;
  height: 31px;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}

.sliderCatalogo .cntSlider .prods a p.cor {
  color: #666;
  padding-top: 3px;
}

.sliderCatalogo .cntSlider li a:first-child+a+a+a+a,
.sliderCatalogo .cntSlider li a:first-child+a+a+a+a+a,
.sliderCatalogo .cntSlider li a:first-child+a+a+a+a+a+a,
.sliderCatalogo .cntSlider li a:first-child+a+a+a+a+a+a+a {
  border-bottom-color: transparent;
}

.sliderCatalogo .cntSlider li a:first-child+a+a+a,
.sliderCatalogo .cntSlider li a:first-child+a+a+a+a+a+a+a {
  border-right-color: transparent;
}

.sliderCatalogo .cntSlider .prods a:hover,
.sliderCatalogo .cntSlider .prods a.active {
  border: 1px solid #00519A !important;
  text-decoration: none;
}

.sliderCatalogo .cntSlider .prods a:hover p,
.sliderCatalogo .cntSlider .prods a.active p {
  color: #00519A;
}

.sliderCatalogo .bullets {
  top: auto;
  bottom: 12px;
  right: 35px;
}

.sliderCatalogo .prods {
  width: 768px;
  margin: 0 auto;
}

.sys31 {
  height: 15px;
  /*background: url('../sysimages/sys31.png') no-repeat center top;*/
  position: relative;
  z-index: 10;
}

.cntSliderP {
  width: 10000px;
}

.sliderCatalogo .uniSlider.active {
  max-width: 886px;
}

.sliderCatalogo.duas_linhas .uniSlider.active .cntSlider {
  width: 884px;
}

.sliderCatalogo.duas_linhas .uniSlider.active .cntSlider ul li {
  width: 852px;
}

.sliderCatalogo.tres_linhas .uniSlider.active .cntSlider {
  width: 844px;
}

.sliderCatalogo.tres_linhas .uniSlider.active .cntSlider ul li {
  width: 812px !important;
}

.sliderAbs {
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 10;
}

.sliderCatalogo .cntSlider a .btGeral1 {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 18px;
  display: none;
}

.sliderCatalogo .cntSlider a:hover .btGeral1 {
  display: block;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 150px;
}






.topoDet { min-height: 429px; }

.topoDet .descProd {
  float: left;
  /*width: 380px;*/
  width: 417px;
  padding: 57px 0 0 27px;
}

.topoDet .descProd .tit {
  color: #FFF;
  padding-bottom: 6px;
}

.topoDet .descProd .volume {
  color: #FFF;
  padding-bottom: 24px;
}

.topoDet .descProd .desc {
  font-size: 15px;
  line-height: 22px;
  color: #FFF;
  padding-bottom: 25px;
}

.auxDET {
  min-height: 257px;
}

.topoDet .picProd {
  float: right;
  /*margin: 50px 55px 0 0;*/
  margin: 48px 0px 0 0;
  display: block;
  position: relative;
  z-index: 0;
}

.topoDet .picProd img {
  /*max-width: 416px;
   max-height: 400px;*/
  max-width: 480px;
  max-height: 377px;
 
}

.topoDet .picProd span {
  width: 66px;
  height: 66px;
  background: url('../sysimages/sys64.png') no-repeat left top;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  margin-top: -33px;
  margin-left: -33px;
  display: none;
}

.topoDet .picProd:hover span {
  display: block;
}

.topoDet a.picProd[href="javascript:void(0)"] img{cursor: default;}



.cores_medidas {
  position: relative;
  /*margin-top: 126px;*/
  margin-top: 170px!important;
  opacity: 0;
}

.cores_medidas .medidas {
  position: relative;
  z-index: 0;
  width: 966px;
  margin: 0 auto;
}

.cores_medidas .verMedidas { display: inline-block; }

.cores_medidas .verMedidas .mais {
width: 13px;
position: absolute;
height: 10px;
background: url(../sysimages/arrow_sliderbot.png) no-repeat left top;
left: 27px;
top: 10px;
}

.cores_medidas .verMedidas .text {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  float: left;
  color: #858585;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 0 0 50px;
}

.cores_medidas .verMedidas:hover .text {
  color: #00519A;
}

.cores_medidas .coresDet {
  float: right;
  background-color: #E6E6E6;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: 3px;
  overflow: hidden;
}

.cores_medidas .coresDet a {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 3px solid #FFF;
  border-radius: 5px;
  margin-left: 6px;
  float: left;
  
  padding: 2px;
  background-color: #fff;
  border: 2px solid transparent;
  margin: -1px -1px -1px 5px;
 
}

.cores_medidas .coresDet a.active,
.cores_medidas .coresDet a:hover {
  padding: 2px;
  background-color: #fff;
  border: 2px solid #00519A; 
  margin: -1px -1px -1px 5px;
}

.cores_medidas .coresDet a:first-child {
  margin-left: 0;
}

/*.cores_medidas .coresDet a:first-child:hover {
  margin-left: -1px !important;
}*/

.caracteristicas {
  /*margin-top: 190px;*/
  /*margin-top: 20px;*/
}

.caracteristicas .menuCat {
  border-bottom: 1px solid #B9DDED;
}

.caracteristicas .menuCat a {
  display: block;
  float: left;
  width: 190px;
  height: 26px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-left: 2px;
  color: #878787;
  font-weight: bold;
  padding: 13px 0 0 50px;
  font-size: 15px;
}

.caracteristicas .menuCat a:first-child {
  margin-left: 0;
  background: #E6E6E6 url('../sysimages/sys34.png') no-repeat 11px 6px;
}

.caracteristicas .menuCat a:first-child + a {
  background: #E6E6E6 url('../sysimages/sys35.png') no-repeat 12px 6px; 
}

.caracteristicas .menuCat a:first-child + a + a {
  background: #E6E6E6 url('../sysimages/sys36.png') no-repeat 10px 6px; 
}

.caracteristicas .menuCat a:first-child + a + a + a {
  background: #E6E6E6 url('../sysimages/sys37.png') no-repeat 11px 9px; 
}

.caracteristicas .menuCat a.active,
.caracteristicas .menuCat a:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #B9DDED !important;
}

.caracteristicas .menuCat a:first-child.active,
.caracteristicas .menuCat a:first-child:hover {
  background-position: 11px -114px;
}

.caracteristicas .menuCat a:first-child + a.active,
.caracteristicas .menuCat a:first-child + a:hover {
  background-position: 12px -104px;
}

.caracteristicas .menuCat a:first-child + a + a.active,
.caracteristicas .menuCat a:first-child + a + a:hover {
  background-position: 10px -124px;
}

.caracteristicas .menuCat a:first-child + a + a + a.active,
.caracteristicas .menuCat a:first-child + a + a + a:hover {
  background-position: 11px -111px;
}

.cntSeps {
  padding: 0 0;
}

.cntSeps .uniSep {
  display: none;
}

.cntSeps .tituloPrint:first-child + .uniSep {
  display: block;
}

.uniCaract {
  background: url('../sysimages/sys38.jpg') repeat-x left top; 
  padding: 32px 11px 25px 11px;
}

.uniSep .uniCaract:first-child {
  background: none; 
}

.uniCaract .left {
  float: left;
  width: 605px;
}

.uniCaract h3.tit,
.titulosresg {
  color: #666;
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  padding-bottom: 12px;
}

.uniCaract .estBloco {
  line-height: 16px
}

.uniCaract .pic {
  float: right;
  padding-right: 48px;
}

.bottomDet {
  background: url('../sysimages/sys39.png') no-repeat center bottom;
  width: 944px;

  margin: 50px 0 5px;
  padding: 0 0 39px;

  background: red;


  /*margin: 50px -30px 5px -30px;*/
  /*padding: 0 39px 27px 39px;*/
}

.bottomDet .left {
  float: left;
}

.bottomDet .left a {
  display: block;
  float: left;
  background: url('../sysimages/sys40.png') no-repeat left top;
  color: #666;
  padding: 1px 0 3px 23px;
}

.bottomDet .left a:first-child + div + a {
  background: url('../sysimages/sys41.png') no-repeat left 2px;
}

.bottomDet .left a:hover {
  background-position: left -70px;
  color: #10739E;
}

.bottomDet .left a:first-child + div + a:hover {
  background-position: left -58px;
  color: #10739E;
}

.bottomDet .sys42 {
  float: left;
  background: url('../sysimages/sys42.png') no-repeat left top;
  width: 1px;
  height: 13px;
  margin: 2px 10px;
}

.bottomDet .facebook {
  float: right;
  margin: -7px 0 0 0;
}

.titCarrocelDet {
  background: url('../sysimages/sys44.png') no-repeat center bottom;
  text-align: center;
  font-size: 17px;
  color: #878787;
  padding-bottom: 3px;
}

.carrocel {
  overflow: hidden;
  margin-top: 14px;
  margin-bottom: 52px;
}

.carrocel .prev {
  float: left;
  display: block;
  width: 12px;
  height: 37px;
  background: url('../sysimages/sys45.png') no-repeat left top;
  margin-top: 71px;
}

.carrocel .next {
  display: block;
  float: right;
  width: 12px;
  height: 37px;
  background: url('../sysimages/sys45.png') no-repeat right top;
  margin-top: 71px;
  margin-right: 2px;
}

.carrocel .prev:hover { background-position: left bottom; }
.carrocel .next:hover { background-position: right bottom; }


.carrocel .centro { width: 873px; float: left; overflow: hidden; }

.carrocel ul {
  overflow: hidden;
  width: 10000px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}

.carrocel li {
  float: left;
  list-style-type: none;
  padding-left: 38px;
}

.carrocel li a {
  display: block;
  width: 136px;
  text-align: center;
}

.carrocel li a .pic {
  display: block;
  text-align: center;
}

.carrocel li a p {
  color: #545454;
  line-height: 16px;
  padding-top: 3px;
}

.carrocel li a:hover { text-decoration: none; }
.carrocel li a:hover p { color: #10739E; }

.dadosTec { padding-top: 35px; padding-bottom: 12px; }

.dadosTec + div.uniCaract { background: none;  }

.dadosTec .tit {
  color: #666;
  font-size: 15px;
  font-weight: normal;
  padding-left: 10px;
  padding-bottom: 15px;
}

.dadosTec .dimensaoes {
  position: relative;
  z-index: 0;
}

.dadosTec .dimensaoes .info,
.dadosTec .dimensaoes .info2 {
  position: absolute;
  top: -34px;
  right: 0;
  background: url('../sysimages/sys46.png') no-repeat right top;
  color: #333;
  font-size: 9px;
  padding: 5px 8px 9px 8px;
}

.dadosTec .dimensaoes .info2 {
  background: url('../images/sys_opc.png') no-repeat right top;
}

.dadosTec .uniD {
  width: 463px;
  padding: 9px;
}

.dadosTec .uniD p:first-child {
  font-weight: bold;
  float: left;
}

.dadosTec .uniD p:first-child + p {
  float: right;
  width: 150px;
}

.tblCodigos {
  width: 481px;
  margin-bottom: 10px;
}

.tblCodigos tr th {
  text-align: left;
  padding: 10px;
}

.tblCodigos tr th p {
  font-weight: bold;
}

.tblCodigos tr td {
  text-align: left;
  border-top: 1px solid #E8E8E8;
  padding: 4px 10px;
}

.tblCodigos .clearFix {
  display: block;
}

.tblCodigos .clearFix p {
  float: left;
  font-weight: bold;
  padding-top: 5px;
}

.tblCodigos .clearFix span {
  float: left;
  display: block;
  width: 17px;
  height: 17px;
  border: 2px solid #E6E6E6;
  margin-left: 7px;
}

.uniDadostec .picDados {
  /*float: right;
  margin: 0 36px 0 0;*/
  
float:left;
margin: 0 0 0 36px;
}

.uniDadostec {
  margin-top: 30px;
  padding-top: 35px;
  background: url('../sysimages/sys38.jpg') repeat-x left top;
}

.uniDadostec:first-child {
  background: none;
  margin-top: 0;
  padding-top: 0;
}

.uniDadostec .left {
  min-width: 481px;
}

.brDetview {
  text-align: right;
  margin-bottom: 9px;
}

.brDetview .btGeral1 {
  padding-left: 40px;
  padding-right: 40px;
}

.downUnicat {
  float: right;
  width: 200px;
  margin-right: 19px;
  margin-top: 30px;
}

.downUnicat a {
  display: block;
  border-top: 1px solid #E8E8E8;
  padding: 7px 0;
  margin-top: -3px;
}

.downUnicat a:first-child {
  border-top: 0;
}

.downUnicat a .img {
  float: left;
}

.downUnicat a .txt {
  float: left;
  width: 148px;
  line-height: 16px;
  padding-left: 20px;
}

.bgpopup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000;
  background: url('../sysimages/sys47.png') repeat left top;
  width: 100%;
  height: 100%;
  display: none;
}

.bgpopup .btGeral1{color: #545454!important}

.popgaleria {
  width: 944px;
  height: 606px;
  background-color: #FFF;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
}

.popgaleria .slider {
  width: 866px;
  height: 606px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  float: left;
}

.popgaleria ul {
  width: 10000px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}

.popgaleria ul li {
  float: left;
  width: 866px;
  height: 606px;
  overflow: hidden;
}

.lateralPics {
  float: left;
  width: 78px;
  height: 606px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #F1F1F1;
}

.close {
  width: 43px;
  height: 43px;
  background: url('../sysimages/sys48.jpg') no-repeat left top;
  display: block;
  margin: 0 auto;
}

.close:hover {
  background-position: left bottom;
}

.lateralPics .unp {
  width: 56px;
  height: 81px;
  border: 1px solid #FFF;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 19px;
  margin-bottom: -8px;
  display: block;
}

.lateralPics .unp:hover,
.lateralPics .unp.active {
  border-color: #00519A;
}

.popgaleria .prev,
.popgaleria .bx-prev {
  width: 18px;
  height: 52px;
  position: absolute;
  top: 274px;
  left: 15px;
  z-index: 50;
  background: url('../sysimages/sys49.png') no-repeat left top;
}

.popgaleria .next,
.popgaleria .bx-next {
  width: 18px;
  height: 52px;
  position: absolute;
  top: 274px;
  right: 15px;
  z-index: 50;
  background: url('../sysimages/sys49.png') no-repeat right top;
}

.popgaleria .prev,
.popgaleria .next {
  display: none;
}

.popgaleria .prev:hover,
.popgaleria .bx-prev:hover {
  background-position: left bottom;
}

.popgaleria .next:hover,
.popgaleria .bx-next:hover {
  background-position: right bottom;
}

.popmapa {
  width: 860px;
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  background-color: #FFF;
  padding: 20px;
  display: none;
}

.popmapa .titPop {
  height: 38px;
  background: url('../sysimages/sys50.png') repeat-x left top;
  color: #00519A;
  font-weight: bold;
  font-size: 17px;
  padding: 7px 19px;
  margin: 0 -20px 20px -20px;
}

.popmapa .close {
  position: absolute;
  top: 0;
  right: 20px;
}

#map {
  float: right;
  width: 554px;
  height: 409px;
  position: relative;
  z-index: 0;
}

.detalhesMap {
  float: left;
  width: 279px;
  height: 411px;
  position: relative;
  z-index: 0;
}

.detalhesMap .local {
  width: 239px;
  height: 98px;
  /*background-color: #C2E0EB;*/
  background-color: #E6E6E6;
  padding: 11px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.detalhesMap .p1 {
  font-weight: bold;
  padding-bottom: 9px;
}

.pesqLocal {
  border: 1px solid #D2D2D2;
  background-color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

.pesqLocal input[type=text] {
  border: 0px solid red !important;
  display: block;
  float: left;
  width: 191px;
}

.pesqLocal input[type=submit] {
  display: block;
  float: right;
  width: 29px;
  height: 26px;
  background: url('../sysimages/sys09.png') no-repeat left top;
}

.detalhesMap .p2 {
  float: left;
  font-size: 11px;
  padding-top: 22px;
}

.detalhesMap select {
  float: left;
  border: 1px solid #999;
  margin-left: 7px;
  margin-top: 15px;
  width: 143px;
}




.menuTabs {
  margin-top: 14px;
}

.menuTabs a {
   display: block;
   float: left;
   color: #999;
   font-size: 11px;
   border: 1px solid #C8C8C8;
   border-bottom: 0;
   -webkit-border-top-left-radius: 3px;
   -webkit-border-top-right-radius: 3px;
   -moz-border-radius-topleft: 3px;
   -moz-border-radius-topright: 3px;
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
   padding: 8px 19px 10px 19px;
   margin-right: 7px;
   font-weight: bold;
}

.menuTabs a:hover {
  text-decoration: none;
  color: #444;
}

.menuTabs a.active {
  border-color: #E4E4E4;
  background-color: #E4E4E4;
  color: #444;
}

.cntTabs {
  width: 246px;
  background-color: #E4E4E4;
  padding: 11px 13px 11px 13px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 181px;
  display: none;
}

.scroll:first-child {
  display: block;
}

.cntTabs .unid {
  background: url('../sysimages/sys38.jpg') repeat-x left bottom;
  padding: 11px 8px 9px 8px;
  /*margin-bottom: 6px;
  width: 199px;*/
  display: block;
  text-decoration: none;
  width: 201px;
}

.cntTabs .unid:first-child {
  padding-top: 5px;
}

.cntTabs .unid * {
  display: none;
}

.cntTabs .unid .med {
  float: left;
  font-size: 11px;
  width: 47px;
}

.cntTabs .unid .med span {
  color: #00519A;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.cntTabs .unid .desc {
  float: left;
  width: 126px;
  line-height: 16px;
  font-size: 11px;
  margin-top: -3px;
  padding-left: 27px;
}

.cntTabs .unid .med,
.cntTabs .unid .med *,
.cntTabs .unid .desc,
.cntTabs .unid .desc br {
  display: block;
}

.cntTabs .unid .desc b {
  display: inline;
  line-height: 16px;
}

.cntTabs a.unid:hover {
  color: #333;
  background: #FFF;
  margin-top: -1px;
  padding-top: 12px;
}

.cntTabs a.unid:first-child:hover {
  padding-top: 6px;
}

.aMarcar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  padding: 9px 21px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #C2E0EB url('../sysimages/sys51.png') no-repeat 254px 7px;
  width: 237px;
}

.aMarcar:hover {
  text-decoration: none;
}

.balao {
  background-color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 165px; 
  padding: 10px 22px 10px 13px;
  box-shadow: 0 0 5px 0 #666;

}

.balao .lk {
  background: url('../sysimages/sys52.png') no-repeat right 3px;
  color: #00519A;
  text-decoration: none;
  padding-right: 18px;
}

.balao .lk:hover {
  text-decoration: underline;
}

.balao .sys53 {
  position: absolute;
  bottom: -22px;
  left: 79px;
  z-index: 10;
  background: url('../sysimages/sys53.png') no-repeat left top;
  width: 20px;
  height: 12px;
}

.balao .relative,
.balao .relative p {
  line-height: 17px;
}

.balao .relative p {
  min-height: 67px;
}

.faqs {
  width: 509px;
  margin-top: 21px;
}

.faqs .uniFaq {
  margin-bottom: 2px;
}

.faqs .uniFaq .titFaq {
  font-size: 12px;
  background-color: #F2F2F2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #F2F2F2 url('../sysimages/sys54.png') no-repeat 14px 14px;
  font-weight: bold;
  padding: 14px 41px;
  cursor: pointer;
}

.faqs .uniFaq .titFaq:hover {
  color: #00519A;
}

.faqs .uniFaq .cntFaq {
  padding-top: 17px;
  padding-bottom: 17px;
  display: none;
}

.faqs .cmsForm {
  border-top: 1px solid #E8E8E8;
  padding-top: 22px;
  margin-bottom: 16px;
}

.faqs .uniFaq .cmsForm:first-child {
  border-top: 0;
}

.faqs .uniFaq.active .titFaq {
  color: #00519A;
  background-position: 14px -89px;
}

.cmsForm label {
  font-size: 11px;
  position: relative;
  z-index: 0;
  display: block;
}

.cmsForm label .erro {
  line-height: 11px;
  top: -34px;
  bottom: auto;
}

#errorcodPostal1.erro {
  bottom: 12px;
  top: auto;
}

#errorlocalidade.erro {
  bottom: 12px;
  top: auto;
}

.cmsForm label input,
.cmsForm label textarea,
.cmsForm label select {
  display: block;
  margin-top: 6px;
  margin-bottom: 10px;
}

.cmsForm label select {
  padding-bottom: 6px;
}

.ie9 .cmsForm label input,
.ie9 .cmsForm label textarea{
  padding: 5px 8px 8px 8px;
}

.ie8-ie7 .cmsForm label input,
.ie8-ie7 .cmsForm label textarea  {
  padding: 7px 8px 7px 8px;
}

.ie9 .cmsForm label select {
  padding-bottom: 7px;
}

.cmsForm label input[type=radio] {
  display: inline-block;
}

.cmsForm .data {
  background: url('../sysimages/sys55.png') no-repeat 6px 6px;
  padding-left: 28px !important;
}

.ie .cmsForm .data {
  background-position: 6px 5px;
}

.bottomForm {
  margin-top: 31px;
}

.uniFaq + div.bottomForm {
  margin-top: -11px;
}

.bottomForm .campos {
  float: left;
  color: #666;
  font-size: 11px;
  padding-top: 9px;
  margin-right: 20px;
}

.bottomForm .btRight {
  float: right;
}

.radiosCms {
  border-bottom: 1px solid #E8E8E8;
  margin-top: 28px;
  padding-bottom: 4px;
  margin-bottom: 32px;
}

.radiosCms .uniR {
  float: left;
  margin-right: 29px;
}

.radiosCms .uniR input {
  float: left;
  display: block;
}

.radiosCms .uniR span {
  float: left;
  display: block;
  margin-top: 8px;
  padding-left: 3px;
}

.radiosCMS label {
  overflow: hidden;
}

.radiosCMS label input {
  float: left;
  display: block;
}

.radiosCMS label b {
  float: left;
  display: block;
  padding-top: 8px;
}

.ie9 .radiosCMS label b,
.ie8-ie7 .radiosCMS label b {
  padding-top: 12px;
}

.ie8-ie7 .radiosCMS label b {
  padding-top: 11px;
  *padding-top: 7px;
}

.isnEmail {
  padding-top: 14px;
}

.ie8-ie7 .isnEmail {
  padding-top: 17px;
  *padding-top: 18px;
}

#codPostal1,
#localidade {
  margin-bottom: 2px;
}

.ie8-ie7 #codPostal1,
.ie8-ie7 #localidade {
  padding-bottom: 8px;
}

.picFull {
  width: 497px;
  height: 160px;
  border: 6px solid #F2F2F2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
  margin-top: 18px;
  margin-bottom: 24px;
}

.btNewform {
  text-align: right;
}

.faqs .faqAberta .titFaq {
  background: #F2F2F2;
  padding-left: 13px;
}

.balaoAjuda {
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 0;
}

.balaoAjuda .sys56 {
  width: 12px;
  height: 12px;
  background: url('../sysimages/sys56.png') no-repeat left top;
  display: block;
}

.radiosCMS {
  margin-top: 10px;
}

.ie9 .radiosCMS {
  margin-top: 5px;
}

.radiosCMS label {
  float: left;
  margin-right: 19px;
}

.radiosCMS label input {
  margin-right: 4px;
}

.cntBalao {
  background-color:rgb(255,255,255);
  -moz-box-shadow:0 0 6px rgba(0,0,0,0.8);
  -webkit-box-shadow:0 0 6px rgba(0,0,0,0.8);
  box-shadow:0 0 6px rgba(0,0,0,0.8);
  /*-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#cc000000,Positive=true)";
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#cc000000,Positive=true);*/
  position: absolute;
  top: -64px;
  left: 30px;
  width: 255px;
  display: none;
}

.ie8-ie7 .cntBalao {
  border: 1px solid #AEAEAE;
}

.cntBalao .tit {
  background-color: #ECECEC;
  background-image:-moz-linear-gradient(rgb(239,239,239) 0%,rgb(230,230,230) 99%); 
  background-image:-webkit-gradient(linear,color-stop(0, rgb(239,239,239)),color-stop(0.99, rgb(230,230,230)));
  background-image:-webkit-linear-gradient(rgb(239,239,239) 0%,rgb(230,230,230) 99%);
  background-image:-ms-linear-gradient(rgb(239,239,239) 0%,rgb(230,230,230) 99%);
  background-image:linear-gradient(rgb(239,239,239) 0%,rgb(230,230,230) 99%);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffefefef,endColorstr=#ffe6e6e6)";
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffefefef,endColorstr=#ffe6e6e6);
  font-weight: bold;
  padding: 14px 12px;
  margin: 1px;
}

.cntBalao .desc {
  line-height: 16px;
  padding: 10px;
}

.cntBalao .pic {
  margin: 10px;
  margin-top: 0;
}

.close2 {
  position: absolute;
  top: 16px;
  right: 13px;
  z-index: 10;
  width: 13px;
  height: 13px;
  background: url('../sysimages/sys57.png') no-repeat left top;
}

.close2:hover {
  background-position: left bottom;
}

.sys58 {
  position: absolute;
  top: 48px;
  left: -13px;
  z-index: 10;
  width: 13px;
  height: 20px;
  background: url('../sysimages/sys58.png') no-repeat left top;
}

.ie8-ie7 .sys58 {
  background: url('../sysimages/sys58_2.png') no-repeat left top;
}

.sliderHist {
  position: relative;
  z-index: 0;
  margin-top: 3px;
  height: 330px;
}

.sliderHist .centro {
  width: 723px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.sliderHist ul {
  width: 10000px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}

.sliderHist ul li {
  float: left;
  list-style-type: none;
  margin-right: 14px;
  padding: 10px 10px 20px;

  border: 1px solid transparent;
  border-bottom: 2px solid transparent;
  cursor: default;
}

.sliderHist ul li a {
  width: 205px;
  height: 260px;
  display: block;
  cursor: default;
}
.sliderHist ul li a * {
  cursor: default;
}

.sliderHist ul li a p {
  font-family: 'open_sanslight', Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 120%;
  color: #878787;
  text-align: center;
  padding-top: 21px;
}


  /*.sliderHist ul li:hover,*/
  .sliderHist ul li.active{
  border: 1px solid #DFDFDF;
  border-bottom: 2px solid #00519A;
  }


.sliderHist .active p { color: #00519A; }




.sliderHist .prev,
.sliderHist .next {
  /*width: 320px;*/
  width: 90px;
  height: 256px;
  position: absolute;
  z-index: 10;
  /*background: url('../sysimages/sys59.png') no-repeat left top;*/
}

.sliderHist .next {
  background: url(../sysimages/next_slBig.png) no-repeat right top;
  right: 0;
  top: 0;
}
.sliderHist .prev {
  background: url(../sysimages/prev_slBig.png) no-repeat left top;
  top: 0;
  left: 0;
}

.sliderHist .prev:hover {
  background-position: left bottom;
}

.sliderHist .next:hover {
  background-position: right bottom;
}

.contSlider {
  background-color: #F2F2F2;
  padding: 70px;
  margin-left: -18px;
  margin-right: -18px;
}

.contSlider .uniCont {
 display: none;
 min-height: 200px;
}

.contSlider .uniCont.active{
 display: block;
}

.contSlider .pic {
  float: left;
  border-radius: 3px;
  margin-right: 45px;
  overflow: hidden;
}

.contSlider .pic + div.texts { float: left; width: 554px; }
/*
.contSlider .texts h3 {
  color: #666;
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 15px;
  padding-top: 2px;
} */

.contSlider .texts h3 {
  padding-bottom: 20px;
  font-size: 17px;
  padding-top: 2px;
}

.contSlider .texts .estBloco {
  padding-top: 2px;
}

.datadetNot {
  font-weight: bold;
  color: #666;
  margin-top: 31px;
  margin-bottom: -14px;
}

.maisNot {
  background-color: #F2F2F2;
  margin: 60px -18px 0 -18px;
  padding: 70px 108px;
  position: relative;
  z-index: 0;
}

.maisNot a {
  display: block;
  text-decoration: none;
}

.maisNot .centro {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.maisNot ul {
  width: 10000px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}

.maisNot ul li {
  float: left;
  width: 215px;
  padding-right: 40px;
}

.maisNot .pic {
  border: 5px solid #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  display: block;
}

.maisNot .pic img {
  display: block;
}

.maisNot .tit {
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 22px;
  line-height: 17px;
}

.maisNot .data {
  font-weight: bold;
  color: #858585;
  padding-top: 1px;
  padding-bottom: 3px;
}

.maisNot .desc {
  line-height: 17px;
}

.maisNot .verTbm {
  font-size: 17px;
  position: absolute;
  top: 27px;
  left: 113px;
}
   /*
.maisNot .verTbm {
  color: #666;
  font-weight: bold;
  font-size: 15px;
  position: absolute;
  top: 27px;
  left: 113px;
}*/

.maisNot .prev {
  position: absolute;
  top: 82px;
  left: 40px;
  display: block;
  width: 11px;
  height: 19px;
  background: url('../sysimages/prev_sl.png') no-repeat left top;
  margin-top: 126px;
}

.maisNot .next {
  position: absolute;
  top: 82px;
  right: 40px;
  display: block;
  width: 11px;
  height: 19px;
  background: url('../sysimages/next_sl.png') no-repeat right top;
  margin-top: 126px;
  margin-right: 2px;
}

.maisNot .prev:hover {
  background-position: left bottom;
}

.maisNot .next:hover {
  background-position: right bottom;
}

.topPesquisa {
  background-color: #F2F2F2;
  padding: 18px 12px 10px 12px;
  margin-top: 10px;
}

.topPesquisa .formPesq {
  border: 4px solid #B6DFED;
  height: 31px;
  background-color: #FFF;
}

.topPesquisa .formPesq input[type=text] {
  display: block;
  float: left;
  border: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 0;
  width: 434px;
}

.topPesquisa .formPesq input[type=submit] {
  display: block;
  float: right;
  width: 29px;
  height: 26px;
  background: url('../sysimages/sys09.png') no-repeat left top;
  margin-right: 4px;
  margin-top: 3px;
}

.topPesquisa .formPesq input[type=submit]:hover {
  background-position: left bottom;
}

.linksPesq {
  padding-top: 10px;
}

.linksPesq a {
  display: block;
  float: left;
  color: #555;
  margin-bottom: 8px;
}

.linksPesq a:hover {
  color: #00519A;
}

.linksPesq .active {
  color: #00519A;
}

.sys61 {
  float: left;
  width: 1px;
  height: 13px;
  background: url('../sysimages/sys61.png') no-repeat left top;
  margin: 0 10px;
}

.linksPesq .sys61:first-child {
  display: none;
}

.listResultados {
  margin-top: 22px;
}

.listResultados .uniRes {
  padding-top: 22px;
  background: url('../sysimages/sys62.png') repeat-x left top;
  margin-bottom: 20px;
}

.listResultados .uniRes:first-child {
  background: none;
}

.listResultados .tit {
  font-weight: bold;
  text-decoration: underline;
  padding-bottom: 2px;
}

.listResultados .desc {
  line-height: 16px;
}

.listResultados .link {
  font-size: 11px;
  padding-top: 2px;
  color: #666;
}

.topPesquisa .desc2 {
  font-weight: bold;
  color: #535353;
  padding-top: 18px;
}

.topPesquisa .desc2 span {
  color: #00519A;
}

.blocoPesq {
  margin-top: 40px;
}

.bgsHome div {
  /*width: 100%;
  min-width: 984px;*/
  width: 4000px;
  height: 573px;
  background-color: #FFF;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  margin-left: -2000px;
  display: none;
  text-align: center;
}

.bgsHome div:first-child {
  display: block;
}

.cntSliderP .bx-controls-direction {
  display: none;
}

.cntSliderP .bx-default-pager {
  position: absolute;
  bottom: 9px;
  right: 9px;
  width: 100%;
  text-align: right;
}

.cntSliderP .bx-pager-item {
  display: inline-block;
}

.cntSliderP .bx-pager-item a {
  width: 7px;
  height: 8px;
  background: url('../sysimages/sys63.png') no-repeat left -13px;
  line-height: 37px;
  overflow: hidden;
  display: inline-block;
  margin-left: 9px;
}

.cntSliderP .bx-pager-item a.active,
.cntSliderP .bx-pager-itema:hover {
  background-position: left top;
}

.cntSliderP .bx-wrapper {
  width: 844px !important;
  max-width: 844px !important;
}

a.newColor{
  color:#F37A1F;
}

a.newColor:hover{
  color:#00519A;
}

.ie .sliderCatalogo .uniSlider .tit h1 {
  margin: 0;
}

.medidasDet {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  overflow: inherit;
  /*height: 144px;*/
  height: 163px;

}


.medidasDet .sliderCatalogo .uniSlider.active .tit h1 {
  background: #B9DDED url('../sysimages/sys67.png') no-repeat 36px 13px;
  cursor: pointer !important;
}

.mascaraHome {
  background: url('../sysimages/bg_alt2.png') repeat-x center 191px;
  width: 100%;
  min-width: 984px;
  height: 360px;
  z-index: 5;
  position: absolute;
  top: 190px;
  left: 0;
}

.linhaWhite {
  width: 100%;
  height: 4px;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
}

.maisDet {
  background-color: #B9DDED;
}

.terrariosDET #geral {
  background: #FFF url('../sysimages/bg2.png') repeat-x left top;
}

.terrariosDET .caminho {
  background-color: #B16E1D;
  border-color: #CC8938;
}

.terrariosDET .caminho a {
  background: url('../sysimages/sys65_2.png') no-repeat left -1px;
  color: #FFF !important;
}

.terrariosDET .caminho a:first-child {
  background: url('../sysimages/sys30_2.png') no-repeat left -1px;
}

.terrariosDET .caminho a span {
  background: url('../sysimages/sys66_2.png') no-repeat right -1px;
}

.terrariosDET .cores_medidas .verMedidas .maisDet {
  background-color: #CC8938;
}

.terrariosDET .cores_medidas .coresDet a.active,
.terrariosDET .cores_medidas .coresDet a:hover {
  border-color: #B16E1D;
}

.terrariosDET .caracteristicas .menuCat a.active,
.terrariosDET .caracteristicas .menuCat a:hover {
  background-color: #CC8938 !important;
}

.terrariosDET .caracteristicas .menuCat a:first-child.active,
.terrariosDET .caracteristicas .menuCat a:first-child:hover {
  background: #CC8938 url('../sysimages/sys34_terrarios.png') no-repeat 11px 6px;
}

.terrariosDET .caracteristicas .menuCat a:first-child + a.active,
.terrariosDET .caracteristicas .menuCat a:first-child + a:hover {
  background: #CC8938 url('../sysimages/sys35_terrarios.png') no-repeat 12px 6px;
}

.terrariosDET .caracteristicas .menuCat a:first-child + a + a.active,
.terrariosDET .caracteristicas .menuCat a:first-child + a + a:hover {
  background: #CC8938 url('../sysimages/sys36_terrarios.png') no-repeat 10px 6px;
}

.terrariosDET .caracteristicas .menuCat a:first-child + a + a + a.active,
.terrariosDET .caracteristicas .menuCat a:first-child + a + a + a:hover {
  background: #CC8938 url('../sysimages/sys37_terrarios.png') no-repeat 11px 9px;
}

.terrariosDET .caracteristicas .menuCat {
  /*border-bottom-color: #FFC49A;*/
  border-bottom-color: #CC8938;
}

.terrariosDET .carrocel .prev,
.terrariosDET .carrocel .next {
  background-image: url('../sysimages/sys45_2.png');
}

.terrariosDET .bottomDet .left a {
  background-image: url('../sysimages/sys40_2.png'); 
}

.terrariosDET .bottomDet .left a:hover,
.terrariosDET .bottomDet .left a:first-child + div + a:hover {
  color: #B27020; 
}

.terrariosDET .bottomDet .left a:first-child + div + a {
  background-image: url('../sysimages/sys41_2.png');
}

/*.terrariosDET a:hover,
.terrariosDET .carrocel li a:hover p {
  color: #B27020; 
}*/

.terrariosDET .cores_medidas .verMedidas:hover .text {
  color: #B27020; 
}

/*.terrariosDET .medidasDet .sliderCatalogo .uniSlider.active .tit h1 {
  background-color: #FFC49A;
}*/

.terrariosDET .sliderCatalogo .cntSlider .prods a:hover,
.terrariosDET .sliderCatalogo .cntSlider .prods a.active {
  border-color: #B27020 !important;
}

.terrariosDET .sliderCatalogo .cntSlider .prods a:hover p,
.terrariosDET .sliderCatalogo .cntSlider .prods a.active p {
  color: #B27020;
}

.terrariosDET .cntSliderP .bx-pager-item a {
  background-image: url('../sysimages/sys63_2.png');
}

.terrariosDET .sliderCatalogo .uniSlider.escolhido .tit h1,
.terrariosDET .sliderCatalogo .uniSlider.active .tit h1 {
  background-color: #CC8938;
  color: #FFF;
}

.terrariosDET .miniM a:hover {
  color: #00519A;
}

.relativeIndex {
  position: relative;
  z-index: 9;
}

.terrariosDET .close {
  background-image: url('../sysimages/sys48_2.png');
}

.terrariosDET .lateralPics .unp:hover,
.terrariosDET .lateralPics .unp.active {
  border-color: #B27020;
}

.terrariosDET .popgaleria .prev,
.terrariosDET .popgaleria .bx-prev,
.terrariosDET .popgaleria .next,
.terrariosDET .popgaleria .bx-next {
  background-image: url('../sysimages/sys49_2.png');
}

.logoTerrarios {
  display: none;
}

.terrariosDET .logoTerrarios {
  display: block;
  width: 125px;
  height: 39px;
  background: url('../sysimages/sys28.png') no-repeat left bottom;
  float: right;
  margin: 3px 22px 0 0;
  cursor: default;
}

/*.terrariosDET .logoTerrarios:hover {
  background-position: left bottom;
}*/

.labels_balao{
  width: 21px;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:11px;
  font-weight:bold;
  line-height:145%;
  color:rgb(16,115,158);
  text-align: center;
}

.menuTabs, .cntTabs{
  visibility: hidden;
}

.cntTabs a.unid.active {
  background-color: #FFF;
}

.semRslt,
.querDizer {
  font-weight: bold;
  padding-top: 5px;
}

.unidSugest {
  display: block;
  margin-bottom: 10px;
}

.medidasDet .sliderCatalogo .uniSlider {
  max-width: 967px;
}

#fallback {
  position: relative;
  z-index: 9999;
  border-bottom: 4px solid #FFF;
  margin-bottom: -4px;
}

.titFaq.disable {
  cursor: default !important;
  color: #333 !important;
}

.inputsCdp {
  margin-top: 6px;
  margin-bottom: 8px;
}

ul.clearFix li {
  list-style-type: none;
}

.copyright {
  background: url('../sysimages/sys80.png') repeat-x left top;
  color: #999;
  text-align: center;
  margin-top: 20px;
  padding-top: 15px;
  font-size: 11px;
}

.copyright a {
  font-size: 11px;
  color: #CCC;
}
.copyright a:hover {
  color: #A3A3A3;
}
.formEnv_email {
  margin-bottom: 52px;
  display: none;
  overflow: hidden;
}

.popForm {
  width: 392px;
  background-color: #FFF;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 20px;
}

.popForm .close {
  position: absolute;
  top: 0;
  right: 18px;
  z-index: 10;
}

.tituloPrint {
  display: none;
}

.bgsHome .video-js {
  margin-left: -960px;
}

.clickArea {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 385px;
  cursor: pointer;
  background: url('../sysimages/transp.png') repeat left top;
}

.areaDisable {
  position: relative;
  z-index: 500;
  width: 514px;
  height: 93px;
  z-index: 500;
  margin-top: -186px;
  margin-bottom: 83px;
  cursor: default;
}

.uniGal span.btGeral2 {
  display: inline-block;
}

.clickArea:hover + div.textos span.btGeral2 {
  background-position: left bottom;
  color: #FFF !important;
  text-decoration: none;
}

.leftRub > p, .leftRub {line-height:15px;}

.estform1 {
  /*padding-top: 56px;*/
  padding-top: 53px;
}

.ie8-ie7 .estform1 {
  padding-top: 56px;
}




.estBloco table img {
  display: block;
}

.newListProd {
  /*margin: 30px 0 0 -10px;*/
  margin: 0px 0 0 -10px;
  width: 933px;
}

.newListProd li {
  float: left;
  width: 310px;
}

.newListProd a {
  display: block;
  border: 1px solid transparent;
  border-right-color: #E6E6E6;
  text-align: center;
  height: 284px;
}

.newListProd li:first-child + li + li a {
  border-right-color: transparent;
}

.newListProd li a:hover {
  border-color: #10729E !important;
  text-decoration: none;
  color: #333;
}

.newListProd h1 {
  color: #000;
  width: 240px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 19px;
}

.newListProd p {
  width: 240px;
  height: 53px;
  margin: 0 auto;
  line-height: 135%;
}

.newListProd .pic {
  margin-top: 21px;
  /*height: 175px;*/
  display: block;
  text-align: center;
}

.newListProd .pic img[src='sysimages/no_imgs.png'] {
  margin-top: 40px;
}

.newListProd .btGeral1 {
  margin-top: 23px;
  min-width: 117px;
  display: none;
}

.newListProd li a:hover .btGeral1 {
  display: inline-block;
}

#cms_frm .bottomForm .campos {
  padding-top: 6px;
}
/* CSS added 28/03/2014 */
.menu_header {
  float: left;
  margin-left: 3px;
  margin-top: 35px;
}
.menu_header > ul {
  list-style: none;
}
.menu_header > ul > li {
  float: left;
  background: url('../sysimages/sys10.png') no-repeat left top
}
.menu_header > ul > li:first-child {
  background: no-repeat;
}
.menu_header > ul > li > a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #888;
  padding-left: 18px;
  padding-right: 18px;
}
.menu_header > ul > li > a:hover {
  color: #00519A;
}


.overlaySite{
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
}

.ie8-ie7 .overlaySite{background: url(../sysimages/overlay_menu.png) repeat left top;}




.content_bottomMenu {
  position: absolute;
  top: 98px;
  left: 0;
  width: 984px;
  display: block;
}
.content_menuHover {
  display: none;
}
.hover_nivel1 {
   background: #FFF;
   width: 284px;
   display: none;
   padding-bottom: 10px;
   min-height: 410px;
   border-top: 1px solid #DFDFDF;
  list-style: none;
  position: relative;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.hover_nivel1 > li {
  width: 274px;
  padding-left: 10px;
  background-color: #FFF;
  background: url(../sysimages/arrow_menub.png) no-repeat 248px 28px;
  -moz-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  position: relative;
}
.hover_nivel1 > li > a {
  display: inline-block;
  padding-top: 29px;
  padding-bottom: 29px;
  width: 245px;
  color: #888;
  border-bottom: 1px solid #DFDFDF;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 18px;
}
.hover_nivel1 > li > a {
  border-top: 1px solid transparent;
}

.hover_nivel1 > li > a[href="#"],
.hover_nivel2 > li > a[href="#"], 
.hover_nivel3 > li > a[href="#"]{
cursor: default;
}

.hover_nivel1 > li:hover {
  background-color: #017CC2;
  background-position: 248px -32px;
}

.hover_nivel1 > li:hover > a {
  color: #FFF;
  border-bottom: 1px solid transparent;
}
.hover_nivel2 {
  list-style: none;
  display: none;
  position: absolute;
  left: 285px;
  width: 228px;
  z-index: 999999;

}

.li_menu1.tt:hover > .hover_nivel2{    
    display: block;
}
.li_menu1.tt .hover_nivel2{
  list-style: none;
  display: none;
  position: static;  
  width: 228px;
  z-index: 999999;

}

.hover_nivel3 {
  list-style: none;
  display: none;
  position: absolute;
  left: 229px;
  width: 228px;
  z-index: 99999;
}
.new_radius {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
}
.hover_nivel2 > li {
  position: relative;
}
.hover_nivel2 > li,
.hover_nivel3 > li {
  width: 218px;
  padding-left: 10px;
  background-color: #FFF;
  background: url(../sysimages/arrow_menub.png) no-repeat 202px 13px;
  -moz-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  position: relative;
}
.hover_nivel2 > li > a,
.hover_nivel3 > li > a {
  padding: 11px 19px 11px 11px;
  display: inline-block;
  width: 178px;
  color: #888;
  border-bottom: 1px solid #DFDFDF;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
.hover_nivel2 > li:hover,
.hover_nivel3 > li:hover {
  background-color: #017CC2;
  background-position: 202px -46px;
}
.hover_nivel2 > li:hover > a,
.hover_nivel3 > li:hover > a {
  color: #FFF;
  border-bottom: 1px solid transparent;
}
.hover_nivel3 {
  display: none;
  list-style: none;
}
.show_product {
  position: absolute;
  top: -1px;
  left: 228px;
  width: 223px;
  height: 410px;
  display: none;
  background: #FFF;
  border-left: 1px solid #DFDFDF;
  padding-bottom: 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top: 1px solid #DFDFDF;
}
.show_product__2 {
  position: absolute;
  top: -1px;
  left: 3px;
  width: 223px;
  height: 410px;
  background: #FFF;
  padding-bottom: 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top: 1px solid #DFDFDF;
  border-left: 0 ;
}

/*.hover_nivel2 .wrap_ulMenu3{
  -webkit-border-bottom-right-radius: 5px !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-radius-bottomright: 5px !important;
  -moz-border-radius-bottomleft: 0 !important;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 0 !important;
}*/

/*.hover_nivel2 > li:hover > .hover_nivel3 > li > .show_product__2 {
  display: block;
}
.hover_nivel3 > li:hover > .show_product {
  display: block;
}*/

.show_product img {
  margin-bottom: 31px;
}
.show_product div {
  width: 178px;
  margin: 0 auto;
  margin-bottom: 35px;
  height: 71px;
  overflow: hidden;
}
.show_product div p {
  font-size: 12px;
  color: #444;
  line-height: 17px;
}
.show_product a {
  display: block;
  margin-left: 23px;
  color: #666;
  padding-left: 15px;
  background: url(../sysimages/arrow_menubot_old.png) no-repeat left top;
  margin-bottom: 10px;
}

.show_product a:hover{
color: #10739E;
}


.show_product a.new_a {
  margin-left: 0;
  margin-bottom: 0;
  padding-left:0px;
  background: none;
}
.content_menuClick {
  display: none;
  width: 966px;
  height: 276px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #FFF;
  overflow: hidden;
  border-top:1px solid #DFDFDF;
}
.content_escolha1 {
  width: 100%;
  text-align: center;
  padding-left: 1px;
  padding-top: 30px;
  height: 244px;
  display: none;
}
.box_produto {
  text-decoration: none;
  padding-top: 31px;
  display: inline-block;
  width: 176px;
  height: 180px;
  text-align: center;
  border: 1px solid transparent;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.box_produto2 {
  text-decoration: none;
  padding-top: 31px;
  display: inline-block;
  width: 176px;
  height: 180px;
  text-align: center;
  border: 1px solid transparent;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.content_escolha1 .box_produto:hover {
  border: 1px solid #DFDFDF;
  border-bottom: 2px solid #00519A;
  text-decoration: none;
}
.content_escolha1 .box_produto2:hover {
  border: 1px solid #DFDFDF;
  border-bottom: 2px solid #00519A;
  text-decoration: none;
}
.txt_produto {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.txt_produto p {
  color: #888;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.content_escolha1 .box_produto:hover p {
  color: #10739E !important;
}
.content_cores ol {
  list-style: none;
}
.content_cores > ol > li {
  width: 31px;
  height: 31px;
  border-radius: 100%;
  padding: 3px;
  background-color: transparent;
  border: 2px solid transparent;
  background-color: rgba(0,0,0,0.2);
  float: left;
  margin-right: 10px;
}

.content_cores > ol > li:hover,
.content_cores > ol > li.sel { border: 2px solid rgba( 255, 255, 255, .8)} 

.ie8-ie7 .content_cores > ol > li:hover,
.ie8-ie7 .content_cores > ol > li.sel{ border: 2px solid #FFF }

.content_cores {
  margin-bottom: 30px;
}
.content_cores a {
  display: inline-block;
  width: 31px;
  height: 31px;
  border-radius: 100%;
  padding: 0;
  cursor: pointer;
}


.gradiente_preto {
  background-image:-moz-linear-gradient(rgb(85,85,85) 0%,rgb(0,0,0) 100%); 
  background-image:-webkit-gradient(linear,color-stop(0, rgb(85,85,85)),color-stop(1, rgb(0,0,0)));
  background-image:-webkit-linear-gradient(rgb(85,85,85) 0%,rgb(0,0,0) 100%);
  background-image:-o-linear-gradient(rgb(85,85,85) 0%,rgb(0,0,0) 100%);
  background-image:linear-gradient(rgb(85,85,85) 0%,rgb(0,0,0) 100%);

/*  -moz-box-shadow:1px 1px 6px rgba(0,90,150,0.65);
  -webkit-box-shadow:1px 1px 6px rgba(0,90,150,0.65);
  box-shadow:1px 1px 6px rgba(0,90,150,0.65);*/
}
.gradiente_branco {
  background-image:-moz-linear-gradient(rgb(255,255,255) 0%,rgb(238,238,238) 100%); 
  background-image:-webkit-gradient(linear,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(238,238,238)));
  background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(238,238,238) 100%);
  background-image:-o-linear-gradient(rgb(255,255,255) 0%,rgb(238,238,238) 100%);
  background-image:linear-gradient(rgb(255,255,255) 0%,rgb(238,238,238) 100%);

/*  -moz-box-shadow:1px 1px 6px rgba(0,90,150,0.65);
  -webkit-box-shadow:1px 1px 6px rgba(0,90,150,0.65);
  box-shadow:1px 1px 6px rgba(0,90,150,0.65);*/

}
.containercatslider {
  width: 840px;
  margin: 0 auto;
  /*height: 144px;*/
  overflow: hidden;

  height: 0;
}
.containercatslider .bx-wrapper {
  margin: 0 auto;
}
.slide .box_produto  {
  padding-top: 0px !important;
  height: 130px;
  width: 158px;
  text-decoration: none;
  margin-top: 11px;
}
.slide .txt_produto {
  margin-top: -3px;
}

.slide .txt_produto p {
  text-transform: capitalize;
  white-space: nowrap; 
  width: 12em; 
  overflow: hidden;
  text-overflow: ellipsis; 
line-height: 120%;
  margin: 0 auto;
}



.slide .box_produto:hover p {
  color: #10739E !important;
}
.degradeleft_fake {
  width: 207px;
  height: 144px;
  background: url(../sysimages/fake_degrade.png.png) no-repeat left top;
  position: absolute;
  top: 0;
  left: -50px;
}


.prev_sl a,
.next_sl a{
  display: block;
  position: absolute;
  top: 60px;
  width: 11px;
  height: 19px;
}

.prev_sl a{
  left: 36px;
  background: url(../sysimages/prev_sl.png) no-repeat left top;
}
.next_sl a{
  right: 36px;
  background: url(../sysimages/next_sl.png) no-repeat left top;
}

.prev_sl a:hover,
.next_sl a:hover{
background-position: left bottom;
}

.prev_sl a.disabled:hover,
.next_sl a.disabled:hover{
background-position: left top;
cursor: default;
}



.close_c{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
color: #858585;
padding: 1px 18px;

position: absolute;
top: -19px;
left: 20px;
z-index: 9;

cursor: default;
min-width: 20px;
min-height: 20px;
}

.open_c{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
color: #858585;
min-width: 20px;
min-height: 20px;
padding: 1px 18px;
margin-left: 20px;
}


.open_c:hover,
.flex_medidas .close_c:hover{ cursor: pointer; color: #017CC2;}

.flex_medidas .close_c{ background: url(../sysimages/arrow_sliderbot.png) no-repeat left 2px; }
.open_c{ background: url(../sysimages/close_btn.png) no-repeat left 2px; }






.wrap_escolha1 {
  position: relative;
}
.wrap_escolha1 .bx-viewport {
  height: 250px !important;
}
.wrap_escolha1 .bx-wrapper {
  margin: 0 auto !important;
}
.wrap_escolha1 .bx-prev,
.wrap_escolha1 .bx-next {
  height: 19px;
  display: inline-block;
  width: 11px;
  text-decoration: none;
}
.wrap_escolha1 .bx-prev.disabled,
.wrap_escolha1 .bx-next.disabled {
  display: none;
}
.wrap_escolha1 .bx-prev {
  position: absolute;
  top: 113px;
  left: 16px;
  width: 11px;
  height: 19px;
  background: url(../sysimages/prev_sl.png) no-repeat left top;
}
.wrap_escolha1 .bx-next {
  position: absolute;
  top: 113px;
  right: 16px;
  width: 11px;
  height: 19px;
  background: url(../sysimages/next_sl.png) no-repeat left top;
}
.wrap_escolha1 .bx-prev:hover,
.wrap_escolha1 .bx-next:hover {
  background-position: left bottom;
}
.wrap_escolha1 .txt_produto p {
  margin-top: 38px;
  font-size: 12px;
  text-transform: uppercase;
}
.wrap_ulMenu2 {
  display: none;
  position: absolute;
  top: 0;
  left: 284px;
  width: 228px;
  padding-bottom: 10px;
  height: 410px;
  background-color: #FFF;

  border-top: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
  z-index: 9999;
  border-bottom-right-radius: 8px;
}
.wrap_ulMenu3 {
  display: none;
  position: absolute;
  top: 0;
  left: 228px;
  border-bottom-right-radius: 8px;
  width: 228px;
  padding-bottom: 10px;
  height: 410px;
  border-top: 1px solid #DFDFDF;
  background-color: #FFF;
  border-left: 1px solid #DFDFDF;
  z-index: 9999;
}


.hover_nivel1 li:hover a + .hover_nivel2,
.hover_nivel2 li:hover a + .hover_nivel3,
.hover_nivel1 li:hover > .wrap_ulMenu2,
.hover_nivel2 li:hover > .wrap_ulMenu3,
.hover_nivel3 li:hover > .show_product,
.hover_nivel2 li:hover a + .hover_nivel3 li .show_product.show_product__2 {
  display: block;
}



/*.hover_nivel2 > li:first-child > a:hover,
.hover_nivel3 > li:first-child > a:hover,
.hover_nivel2 > li:first-child a,
.hover_nivel3 > li > a:hover,
.hover_nivel2 > li:first-child > .hover_nivel3 > li:first-child > a,
.hover_nivel2 > li:hover > a,
.hover_nivel3 > li > a 
{
  border-top: 1px solid transparent !important;
}*/
.hover_nivel3 > li:hover > a,
.hover_nivel2 > li:hover > a,
.hover_nivel1 > li:hover > a,
.hover_nivel1 > li:first-child > .hover_nivel2 > li:first-child > .hover_nivel3 > li:first-child > a,
.hover_nivel1 > li:first-child + li > .hover_nivel2 > li:first-child > .hover_nivel3 > li:first-child > a {
  border-top: 1px solid transparent !important;
}

.hover_nivel2 > li > a,
.hover_nivel3 > li > a {
  border-top: 1px solid transparent;
}

.noBorder a {
  border-bottom: 1px solid transparent !important;
}

.noRadius,
.content_menuHover.noRadius .hover_nivel1 {
  border-radius: 0!important;
}
.noRadius_topo {
  border-bottom-left-radius: 0 !important;
}

.noRadius_topo2 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.bx-controls-direction {
  display: none;
}

.forceBorder {
  border-top:1px solid #DFDFDF !important;
}
/*.hover_nivel2 li:first-child + li > .wrap_ulMenu3 li:first-child a {
  border-top: 0px !important;
}*/

.hover_nivel3 + .hover_nivel3 li a.forceBorder {
  border-top: 0px solid red !important;
}


/* ARROWS */

.contContainer_arrow{ position: absolute; width: 100%; height: 170px; z-index: 9; top: 160px; }
.arrowContainer{ position: relative; width: 100%; height: 100%; z-index: 0; overflow: hidden;}

.arrowsBanner {
    background: url(../sysimages/bg_arrowsBanner.png) no-repeat; 
    position: absolute; 
    top: 220px; 
    width: 80px; 
    height: 52px; 
    z-index: 100; 
    display:block;
    opacity: .7;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}


.arrowsBanner.arrowLeft{
  background-position: 7px top;
  left: -30px; 
}

.arrowsBanner.arrowRight{
  background-position: -77px top;
  right: -30px;
}

.arrowsBanner.arrowLeft:hover{left: -7px; opacity: .9;}
.arrowsBanner.arrowRight:hover{right: -7px; opacity: .9;}


