body{
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

a{
	color: #000;
	text-decoration: none !important;
}

a:hover{
	color: #133BA0;
}

#header{
	position: relative;
	height: 100px;
	-webkit-box-shadow: 0px 1px 23px -7px rgba(0,0,0,0.67);
	-moz-box-shadow: 0px 1px 23px -7px rgba(0,0,0,0.67);
	box-shadow: 0px 1px 23px -7px rgba(0,0,0,0.67);
}

.logotipo{
	height: 70px;
	
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);	
}

#menuPrincipal{
	padding: 0;
	width: auto;
	float: right;
	margin: 0;
	text-transform: uppercase;
}

#menuPrincipal li{
	list-style: none;
	padding: 40px;
	display: inline-block;
	position: relative;
}

#menuPrincipal li a{
	color: #000;
	padding-bottom: 5px;
	line-height: 15px;
	
	font-size:15px;
	color:#000000;
	letter-spacing:1.56px;
	font-weight: 700;
}

#menuPrincipal li a.active{
	border-bottom: 1px solid #000;
}

#menuPrincipal > li:last-child{
	background: #133BA0;
}

#menuPrincipal > li:last-child a{
	color: #fff;
}

#menuPrincipal li ul{
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	width: 300px;
	display: none;
	z-index: 9999;
}

#menuPrincipal li:hover ul{
	display: block;
}

#menuPrincipal li ul li{
	padding: 15px;
	display: block;
	background: #fff;
}

#slideHome {
	margin: 0 !important;
}

#slideHome img{
	width: 100%;
}

#slideHome .slick-dots{
	bottom: 10% !important;
	width: auto !important;
	right: 10%;
}

#slideHome .slick-dots li{
	border: 2px solid #fff;
	padding: 2px;
    background: rgba(0,0,0,0.2);
	-webkit-box-shadow: 5px 10px 21px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 5px 10px 21px 0px rgba(0,0,0,0.2);
box-shadow: 5px 10px 21px 0px rgba(0,0,0,0.2);
}

#slideHome .slick-dots li button{
	width: 10px;
	height: 10px;
	-webkit-box-shadow: 0px 0px 52px -13px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 52px -13px rgba(0,0,0,0.75);
box-shadow: 0px 0px 52px -13px rgba(0,0,0,0.75);

}

#slideHome .slick-dots li button::before{
	color: #fff;
	content: '';
	background: #fff;
	opacity: 0;
	
	width: 10px;
	height: 10px;
	left: 3px;
	top: 3px;
}

#slideHome .slick-dots li.slick-active button::before {
	opacity: 1;
}

.contentDescBanner{
	position: absolute;
	right: 10%;
	
	top: 50%;
	transform: translateY(-50%);
	padding: 50px;
	
	background: rgba(50, 123, 248, 0.5);
}

.contentDescBanner{
	color: #fff;
}

.primeiroTituloBanner{
	font-weight: 500;
	font-size: 24px;
	text-transform: uppercase;
}

.segundoTituloBanner,
.terceiroTituloBanner{
	font-family: 'Nothing You Could Do', cursive;
	
	-ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
    transform: rotate(-10deg);
    letter-spacing: 1px;
    line-height: 65px;
}

.segundoTituloBanner{
	font-size: 50px;
}

.terceiroTituloBanner{
	font-size: 80px;
}

.descricaoBanner{
	margin-top: 10%;
	
	font-size:14px;
	color:#ffffff;
	letter-spacing:0.13px;
	line-height:30px;
	text-align:left;
}

#slideMarcas img{
	width: 100%;
}

#slideMarcas .imagemMarca{
	width: 100%;
}

#slideMarcas .slick-slide{
	padding: 0 25px;
}

#marcas{
	padding: 20px 0;
}

.imagemProduto{
	height: 300px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.marcaProduto{
	margin-top: 15px;
	margin-bottom: 0;
	font-weight: 400;
	font-size:25px;
	color:#133BA0;
	letter-spacing:0;
	text-align:center;
}

.modeloProduto{
	font-weight: 400;
	font-size:20px;
	color:#2d2d2d;
	letter-spacing:0.11px;
	line-height:31px;
	text-align:center;
	margin: 0;
}

.contentArrowSlide{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 32px;
	border-radius: 50%;
	background: #133BA0;
	z-index: 9999;
	text-align: center;
	height: 40px;
	width: 40px;
	line-height: 40px;
	cursor: pointer;
}

.contentArrowSlide.prevArrow{
	left: 15px;
}

.contentArrowSlide.nextArrow{
	right: 15px;
}

.contentDescBannerDestaques{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5%;
	
	color: #fff;
	width: 95%;
}

#destaquesHome{
	background: #f5f5f5;
}

#destaquesHome .descricaoBanner{
	margin-top: 10%;
	padding: 0 10%;
}

.ajustarAlturadestaques{
	position: relative;
}

#botaoVerTodosProdutos{
	padding: 30px;
	text-align: center;
	background: #133BA0;
}

#botaoVerTodosProdutos button{
	border: none;
	text-transform: uppercase;
	background: none;
	padding: 5px;
	border-bottom: 4px solid #fff;
	
	font-size:20px;
	color:#fff;
	letter-spacing:0.11px;
	line-height:31px;
	text-align:center;
}

.precoProduto{
	text-transform: lowercase;
    font-weight: 400;
    font-size: 15px;
    color: #c7c7c7;
    letter-spacing: -0px;
    line-height: 23px;
    text-align: center;
}

.imagemVantagens{
	height: 70px;
	margin-bottom: 30px;
}

.itemVantagens{
	text-align: center;
}

.itemVantagens p{
	text-align: left;
	color: #848484;
	font-size: 15px;
	letter-spacing: 0.14px;
	line-height: 32px;
	text-align: left;
}

#vantagens{
	background: #fff;
	padding: 100px 15px;
}

.tituloGrupoVantagens{
	margin: 0;
	margin-bottom: 50px;
	padding-bottom: 25px;
	position: relative;
	text-transform: uppercase;
	
	font-size:35px;
	color:#133BA0;
	letter-spacing:0;
	text-align:center;
}

.tituloGrupoVantagens::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 4px;
	width: 60px;
	background: #133BA0;
}

.imagemSeparador{
	height: 550px;
	position: relative;
}


.contentSeparadorVantagensUsados{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	
	color: #fff;
	width: 50%;
}

.contentSeparadorVantagensUsados .descricaoBanner{
	margin-top: 10%;
	padding: 0 5%;
	
	font-weight: 400;
	font-size:16px;
	color:#ffffff;
	letter-spacing:0.15px;
	line-height:30px;
	text-align:left;
}

#produtosUsados{
	padding: 100px 0;
}

.tituloUsados{
	margin: 0;
	margin-bottom: 50px;
	padding-bottom: 25px;
	position: relative;
	text-transform: uppercase;
	padding-left: 15px;
	
	font-size:35px;
	color:#133BA0;
	letter-spacing:0;
	text-align:left;
}

.tituloUsados::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 15px;
	height: 4px;
	width: 60px;
	background: #133BA0;
}

#produtosUsados .itemProduto{
	padding: 0 15px;
}

#produtosUsados .contentArrowSlide.nextArrow{
	right: -8px;
}

#produtosUsados .contentArrowSlide.prevArrow{
	left: -8px;
}

footer{
	color: #fff;
	position: relative;
}

footer .formatDivFooter{
	background: #133BA0;
	position: relative;
	
	-webkit-clip-path: polygon(0 100px, 0 100%, 100% 100%, 100% 0, 100% 0);
	clip-path: polygon(0 100px, 0 100%, 100% 100%, 100% 0, 100% 0);
}

.contentRodape{
	padding: 150px 0 100px 0;
}

#menuRodape{
	margin: 0;
	padding: 0;
}

#menuRodape li{
	list-style: none;
	padding: 5px 0;
}

#menuRodape li a{
	text-transform: uppercase;
	
	font-size:15px;
	color:#ffffff;
	letter-spacing:0.14px;
	line-height:32px;
	text-align:left;
}

.redesSociais{
	margin: 0;
	padding: 0;
}

.redesSociais li{
	list-style: none;
	display: inline-block;
	padding: 10px 15px;
	font-size: 25px;
}

.redesSociais li a{
	color: #fff;
}

.imagemFooterBG{
	position: absolute;
	width: 25%;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.textoRodape{
	font-size:15px;
	color:#ffffff;
	letter-spacing:0.14px;
	line-height:24px;
	text-align:left;
}

.textoRodape a, .textoRodape a:active, .textoRodape a:focus, .textoRodape a:hover{
	color:#ffffff;
	text-decoration: none;
}

.imagemBannerProduto{
	width: 100%;
}

#breadcrumbs{
	background: #f3f3f3;
    padding: 12px;
    margin-top: 100px;
}

#breadcrumbs ul{
	margin: 0;
	padding: 0;
	text-align: right;
}

#breadcrumbs ul li{
	list-style: none;
	display: inline-block;
	padding: 5px 15px;
	position: relative;
}

#breadcrumbs ul li::after{
	content: ">";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(50%, -50%);
}

#breadcrumbs ul li:last-child::after{
	content: "";
}

.tituloProduto{
	font-weight: 500;
	font-size:40px;
	color:#133BA0;
	letter-spacing:0;
	text-align:center;
	margin-top: 30px;
}

#detalheProduto .precoProduto{
	font-size:22px;
	color:#b3b3b3;
	letter-spacing:0.21px;
	line-height:30px;
	text-align:center;
}

.descricaoCurtaProduto{
	margin-top: 100px;
	font-size:16px;
	color:#494949;
	letter-spacing:0.15px;
	line-height:30px;
	text-align:left;
}

.descricaoCurtaProduto table td{
	padding: 0 40px;
}

.contentTabsProduto .nav-tabs{
	border: none !important;
	width: 100%;
	margin-bottom: 30px;
	white-space: nowrap;
	overflow: auto;
	padding: 1px 0;
}

#slideImagensProdutoThumbs .slick-slide .imagemSlideThumbs,
#slideImagensProdutoThumbsInterior .slick-slide .imagemSlideThumbs{
	background-color: #f5f5f5 !important;
}

#slideImagensProdutoThumbs,
#slideImagensProdutoThumbsInterior{
	margin-top: 10px;
}

#slideImagensProdutoThumbs .slick-slide,
#slideImagensProdutoThumbsInterior .slick-slide{
	padding: 0 5px;
}

.contentTabsProduto .nav-tabs > li{
	margin-right: 10px;
	display: inline-block;
	float: none;
}

.contentTabsProduto .nav-tabs > li > a{
	border: none;
    background: none !important;
    text-transform: uppercase;
    padding: 10px 0px;
    font-size: 14px;
    color: #b3b3b3;
    letter-spacing: 0.15px;
    line-height: 30px;
    text-align: center;
}

.contentTabsProduto .nav-tabs > li.active > a,
.contentTabsProduto .nav-tabs > li.active > a:hover,
.contentTabsProduto .nav-tabs > li.active > a:focus {
	border: none;
	border-bottom: 1px solid #979797;
	color: #133BA0;
}

.contentTabsProduto .tab-pane{
	font-size: 14px;
	color: #494949;
	letter-spacing: 0.15px;
	line-height: 30px;
	text-align: left;
/* 	margin-bottom: 30px; */
/* 	text-transform: uppercase; */
}

#slideImagensProduto img,
#slideImagensProdutoThumbs img,
#slideImagensProdutoInterior img,
#slideImagensProdutoThumbsInterior img{
	width: 100%;
}

.tituloRelacionados{
	margin: 0;
	margin-bottom: 50px;
	padding-bottom: 15px;
	position: relative;
	text-transform: uppercase;
	
	font-size:35px;
	color:#133BA0;
	letter-spacing:0;
	text-align:left;
}

.tituloRelacionados::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 60px;
	background: #133BA0;
}

#slideCarrosRelacionados .itemProduto{
	padding: 0 15px;
}

#slideCarrosRelacionados .contentArrowSlide.nextArrow{
	right: -8px;
}

#slideCarrosRelacionados .contentArrowSlide.prevArrow{
	left: -8px;
}

#contentRelacionados{
	margin-bottom: 65px;
}

.descricaoProdutoIMGBanner{
	padding: 20px 15px;
	color: #b3b3b3;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.descricaoProdutoIMGBanner::after{
	content: "|";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(50%, -50%)
}

.descricaoProdutoIMGBanner:last-child::after{
	content: "";
}


.slider-for-banner-produto img{
	width: 100%;
}

.itemSlieDetalheProdutoThumbs{
	margin: 0;
	padding: 0;
	text-align: center;
}

#contentConteudosGrupo,
#contactos,
#noticias{
	padding: 65px 35px;
}

.tituloGrupoConteudos{
	font-weight: 700;
	margin-top: 0;
	padding-top: 0;
	font-size:33px;
	color:#494949;
	letter-spacing:0.15px;
	line-height:30px;
	text-align:left;
	margin-bottom: 30px;
}

.descricaoGrupoConteudos{
	font-size:16px;
	color:#494949;
	letter-spacing:0.15px;
	line-height:30px;
	text-align:left;
}

.itemGrupoConteudo{
	font-size:16px;
	color:#494949;
	letter-spacing:0.15px;
	line-height:41px;
	text-align:left;
}

.itemGrupoConteudo.active{
	border-bottom:1px solid #979797;
}

.tituloProdutoUsado{
	font-size:53px;
	color:#133BA0;
	letter-spacing:0;
	text-align:left;
	padding: 0 40px;
}

.modeloProdutoUsado{
	font-size:30px;
	color:#2d2d2d;
	letter-spacing:0.16px;
	line-height:31px;
	text-align:left;
	padding: 0 40px;
}

.precoProdutoUsado{
	font-size:20px;
	color:#c7c7c7;
	letter-spacing:0.11px;
	line-height:31px;
	text-align:left;
	margin-bottom: 50px;
	padding: 0 40px;
}

.contentMapa{
	overflow: hidden;
}

.tituloGrupoConteudos{
	font-weight: 700;
	font-size:35px;
	color:#133BA0;
	letter-spacing:0;
	text-align:left;
	text-transform: uppercase;
	padding-bottom: 25px;
	position: relative;
}

.tituloGrupoConteudos::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 60px;
	background: #133BA0;
}

.paddingMapa{
/* 	padding: 0 10%; */
}

#contactos input,
#contactos textarea{
	width: 100%;
	margin-bottom: 15px;
	padding: 10px 15px;
	border: none;
	border-bottom: 1px solid #979797;
	
}

#contactos .submitbtn{
	background:#133BA0;
	width:188px;
	height:59px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	float: right;
}

.tituloListagemProdutos{
	font-weight: 700;
	font-size:35px;
	color:#133BA0;
	letter-spacing:0;
	text-align:left;
	text-transform: uppercase;
	padding-bottom: 25px;
	position: relative;
	margin-top: 0;
	margin-bottom: 50px;
}

.tituloListagemProdutos::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 60px;
	background: #133BA0;
}

.marginBottom100{
	margin-bottom: 100px;
}

.marginBottom135{
	margin-bottom: 135px;
}




.menu-container {
  width: 80%;
  margin: 0 auto;
  background: #fff;
  display: none;
}
.menu-mobile {
  display: none;
  padding: 10px 15px;
  position: relative;
}
.menu-mobile:after {
  content: "\f039";
  font-family: "FontAwesome";
  font-size: 2.5rem;
  padding: 0;
  right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-dropdown-icon:before {
  content: "\f067";
  font-family: "FontAwesome";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}
.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  background: #e9e9e9;
  padding: 0;
  margin: 0;
}
.menu > ul > li a {
  text-decoration: none;
  padding: 1.5em 3em;
  display: block;
}
.menu > ul > li:hover {
  background: #f0f0f0;
}
.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #f0f0f0;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}
.menu > ul > li > ul > li a {
  color: #777;
  padding: .2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}

#header{
	position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    background: #fff;
}

#slideCarrosdestaque{
	padding: 30px 0;
}

.itemVantagens .tituloVantagens{
	text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}

.itemVantagens .descricaoVantagens{
	text-align: center;
}

#mainContent{
	margin-top: 100px;
}

.itemProduto{
	background: #f5f5f5;
    padding: 10px;
    margin-bottom: 30px;
    min-height: 311px;
}

#contentDetalhe{
	padding: 50px 0;
}

.contentImagenProduto .imagemSlidePrincipal{
	background-color: #f5f5f5 !important;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

#slideCarrosRelacionados .itemProduto{
	margin: 0;
	padding: 10px 0;
}

#slideCarrosRelacionados .slick-slide{
	padding: 0 15px;
}

.itemNoticias p{
	text-align: left;
	color: #848484;
	font-size: 15px;
	letter-spacing: 0.14px;
	line-height: 32px;
	text-align: left;
}

.tituloGrupoNoticias{
	margin: 0;
	margin-bottom: 50px;
	padding-bottom: 25px;
	position: relative;
	text-transform: uppercase;
	
	font-size:35px;
	color:#133BA0;
	letter-spacing:0;
	text-align:center;
}

.tituloGrupoNoticias::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 4px;
	width: 60px;
	background: #133BA0;
}

.tituloNoticias{
	text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
    color: #133BA0;
}

.dataNoticias{
	font-size: 12px;
	color: #999;
	margin-bottom: 10px;
}

.imagemNoticias{
	margin-bottom: 15px;
}

.infoMarcas{
	float: right;
	display: inline-block;
	margin-left: 5px;
	color: #999;
	font-size: 12px;
}

a:last-child .infoMarcas{
	margin-left: 0;
}

.infoMarcas.selected{
	font-weight: bold;
    color: #133BA0;
}

.slick-prev{
	left: 15px;
    z-index: 999;
}

.slick-next{
	right: 15px;
    z-index: 999;
}

.slick-prev:before, .slick-next:before{
	color: #133BA0;
	font-size: 25px;
}

#fichaCatalogo{
	padding: 15px 0 50px 0;
}

.descricaoAnexo{
	font-size: 16px;
	padding: 5px 0;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
}


.logotipoMobile{
	height: 30px;
}

.contentSeparadorHeight{
	height: 600px;
}

.itemNoticias{
	background: #f5f5f5;
    padding: 10px;
    margin-bottom: 30px;
}

.imagemNoticiaDetalhe{
	width: 100%;
	margin-bottom: 30px;
}

.imagemBannerDestaques{
	display: none;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.menu-container{
		display: block;
	}
	
	#header{
		display: none;
	}
	
	.contentDescBanner{
		display: none;
	}
	
	#marcas {
	    padding: 15px 0;
	}
	
	.ajustarAlturadestaques{
		height: auto !important;
		min-height: 300px;
	}
	
	.descricaoBanner{
		display: none;
	}
	
	.segundoTituloBanner {
	    font-size: 25px;
	    line-height: 25px;
	}
	
	.terceiroTituloBanner {
	    font-size: 35px;
	    line-height: 35px;
	}
	
	.imagemSeparador{
		height: auto !important;
		min-height: 300px;
	}
	
	.contentSeparadorVantagensUsados{
		width: 90%;
	}
	
	#breadcrumbs {
	    padding: 15px;
	}
	
	.paddingMapa{
		margin-bottom: 30px;
	}
	
	#contactos .descricaoGrupoConteudos table tbody tr td{
		width: 100%;
		float: left;
	}
	
	#contactos .submitbtn{
		width: 100%;
	}
	
	#detalheProduto .descricaoCurtaProduto table tbody tr td{
		width: 100% !important;
		float: left;
		padding: 0;
	}
	
	#slideImagensProdutoThumbs,
	#slideImagensProdutoThumbsInterior{
		display: none;
	}
	
	.contentImagenProduto,
	.contentTabsProduto{
		padding: 0;
	}
	
	.tituloRelacionados{
		padding-left: 0;
	}
	
	.marginBottom100{
		margin-bottom: 30px;
	}
	
	.marginBottom135{
		margin-bottom: 30px;
	}
	
	.descricaoProdutoIMGBanner{
		padding: 5px 15px;
	}
	
	.tituloProduto{
		margin-top: 15px;
	}
	
	.descricaoCurtaProduto{
		margin-top: 0;
	}
	
	.tituloRelacionados{
		margin-bottom: 15px;
	}
	
	.contentTabsProduto .nav-tabs > li{
		margin: 0;
	}
	
	.contentTabsProduto .nav-tabs > li > a{
		text-align: left;
	}
	
	#contentConteudosGrupo, #contactos {
	    padding: 15px 0;
	}
	
	.tituloListagemProdutos{
		margin-bottom: 15px;
	}
	
	.imagemFooterBG{
		width: 95%;
	}
	
	#mainContent{
		margin-top: 50px;
	}
	
	.menu{
		position: fixed;
	    left: 0;
	    top: 0;
	    background: #fff;
	    width: 100%;
	    z-index: 99999;
	}
	
	#containerDescBannerDestaques{
		background: none !important;
		padding: 0;
	}
	
	#containerDescBannerDestaques .ajustarAlturadestaques{
		min-height: 0 !important;
	}
	
	.imagemBannerDestaques{
		display: block;
	}
}


/* bootstrap hack: fix content width inside hidden tabs */
#contentDetalhe .tab-content > .tab-pane, #contentDetalhe .pill-content > .pill-pane {
    display: block;    /* undo display:none          */
    height: 0;         /* height:0 is also invisible */ 
    overflow: hidden;  /* no-overflow                */
}
#contentDetalhe .tab-content > .active, #contentDetalhe .pill-content > .active {
    height: auto;      /* let the content decide it  */
} /* bootstrap hack end */












