﻿/* General
----------------------------------------*/
@import url("fckeditor.css");
body{background:#2d4961;}
.wrapper {overflow: hidden;}
.left {float: left}
.right {float: right}
.clear {clear: both;}
.cf:before, .cf:after {content: " "; display: table;}
.cf:after {clear: both;}

a {text-decoration: none; color: #0067b1}
.bt {padding: 4px 12px; font-size: 12px; font-weight: bold; color: #fff; background: #0067b1; border: 1px solid #0067b1; text-transform: uppercase; display: inline-block; cursor:pointer}

#container { margin-left: 294px;}
#content-target {min-height: 100%; clear:both; height:inherit; width:inherit; z-index: 1}
#content {width:96%; margin-left:2%; margin-top: 117px; margin-bottom: 20px;}
#content.prd {margin-top: 162px;}
#loading {position: fixed; top:50%; left:50%; margin-left: 160px; color:#666; font-size: 11px; display: none; background: url('../images/loading.gif'); width: 25px; height: 25px}
#loading2 {position: fixed; top:50%; left:50%; margin-left: 160px; color:#666; font-size: 11px; display: none; background: url('../images/loading-white.gif'); width: 25px; height: 25px; z-index: 99}
.loadingForm {background: rgba(255,255,255,0.7); position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2;}
.loadingForm img {position: absolute;top:40%;left: 50%; margin-left: -20px;}

.block { text-align: center;}
.block:before {content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em; /* Adjusts for spacing */ }
.centered {text-align:left; display: inline-block; vertical-align: middle;}

#cont {background-color: #fff; float: left; width: 100%;padding-bottom: 12px;}
#cont h1 {color:#0067b1; font-size: 16px; text-transform: uppercase;}

#back-top {width: 43px; height: 43px; background: url(../images/back-top.png) no-repeat; display: none; position: fixed; bottom: 10px; right: 10px; cursor: pointer}

.pieShadow {-webkit-box-shadow: #333 0px 0px 5px;-moz-box-shadow: #333 0px 0px 5px;box-shadow: #333 0px 0px 5px;behavior:url(/client/skins/plugins/pie/PIE.htc);}

.md-hidden {display: none}

.panel {padding: 12px;min-height: 350px;}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* forms */
input[type=text],input[type=number], input[type=password], textarea  { margin: 5px; padding: 0 10px; height: 34px; color: #404040; background: white; border: 1px solid; border-color: #c4c4c4 #d1d1d1 #d4d4d4; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; border-radius: 0;}
input[type=text]:focus,input[type=number]:focus, input[type=password]:focus { border-color: #7dc9e2; outline-color: #dceefc; outline-offset: 0;}
input[type=submit] { padding: 0 18px; height: 25px; font-size: 12px; font-weight: bold; color: #fff; background: #0067b1; border: 1px solid #0067b1; outline: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; text-transform: uppercase; float: left; margin: 10px 0 0 127px; -webkit-appearance: none; border-radius: 0;}
input[type=submit]:active { background: white; border: 1px solid #0067b1; color: #0067b1 }
:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}

input, textarea {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}
.fixed {position: fixed;}

/* Box Header
----------------------------------------*/
header.fixed {position: fixed; z-index: 98; right: 0; left: 294px; top: 0;}
header.fixed .content {width:96%; margin-left:2%; padding-top: 20px; background-color: #2d4961; height: 97px;}
header.fixed .box {width: 32%; height: 86px; float: left; margin: 0 2% 10px 0; position: relative;}
header.fixed .login {background-color: #0067b1; display: block;}
header.fixed .search {background-color: #00b083}
header.fixed .search textarea {overflow: auto; }
header.fixed .cart {background-color: #f3ad28; margin-right: 0}
header.fixed .logo-white {margin:18px 0 0 18px; display: table; width: 80%; color:#ffffff; float: left;}
header.fixed .logo-white span.icon-user{width: 18px; height: 18px; background: url('../images/sprite.png') no-repeat; display: table-cell; vertical-align: middle;}
header.fixed .logo-white span.nome{display: table-cell; vertical-align: middle;padding-left: 10px;}

header.fixed .box span.icon {width: 18px; height: 18px; background: url(../images/sprite.png) no-repeat; float: left; margin: 10px}
header.fixed .search span.icon {background-position: -18px 0}
header.fixed .cart span.icon {background-position: -36px 0}
header.fixed .cart .right {text-align: right; margin-right: 15px;}

header.fixed .box .title {margin-top: 10px; font-size: 12px; color: #fff; overflow: hidden;}
header.fixed .box .title h2 {margin-bottom: 12px}
header.fixed .box .title span {height: 20px;}
header.fixed .box .title a {color: #fff}
header.fixed .box.login .title {position: absolute; right: 0}
header.fixed .box.login .title .sair {margin-right: 10px; float: right; width: 17px; height: 16px; padding-top: 19px; cursor: pointer;}
header.fixed .box.login .title .sair:before {content:" "; width: 17px; height: 16px; background: url(../images/sprite.png) no-repeat -116px 0; cursor: pointer; top: 0; position: absolute;}
header.fixed .box .bts {position: absolute; bottom: 0; width: 100%; display: block; border-top: 1px solid #13456b}
header.fixed .box .bts > li {float:left; width: 50%; text-align: center;}
header.fixed .box .bts > li a {color: #fff; padding: 6px 0; display: block; border-top: 1px solid #34709f}
header.fixed .box .bts > li a:hover {background-color: #34709f}
header.fixed .box .bts > li a.pref {border-right: 1px solid #13456b}
header.fixed .box .bts > li a.account {border-right: 1px solid #13456b}
header.fixed .box .bts > li a.sair {border-left: 1px solid #34709f}
header.fixed .box #pesquisar { border: 0; padding:0; margin: 0; background: transparent; color: #fff; font-size: 12px; width: 70%; padding:2px 4px; height: 35px; resize:none; margin-left: 33px;}
header.fixed .box #pesquisar:focus { outline: none !important; border: 1px solid #39d5ad; }
header.fixed .box button {float: right; margin-right: 5px; background-color: #28bc96; border: 0; color: #fff; padding: 6px; margin-top: 2px; cursor: pointer;}

header.mobile {display: none}

/* Nav
----------------------------------------*/
nav {width: 294px; height: 100%; position: fixed; top:0; left: 0;}
nav:after{content:'';position: absolute; left: 294px; top: 0; width: 6px; height: 100%; background: url(../images/shadow-tile.png); z-index: 1000;}
nav > .cinza > header {padding: 38.5px 0 38.5px 50px; height: 40px; cursor: pointer}
nav > .cinza > header .icon {background: url(../images/cirelius-logo-icon.png) no-repeat; width: 44px; height: 44px; position: absolute; left: 5px; top:25px; display: none}
nav > .cinza > .icon-folded {width: 44px; height: 121px; position: absolute; left: 0; top:0; display: none; z-index: 99}
nav > .cinza > .icon-folded span {background: url(../images/icons-menu.png) no-repeat 0 -304px; width: 20px; height: 20px; display: block; position: absolute; top: 90px; left: 11px;}
nav > ul {}
nav .cinza {width: 294px; height: 100%; background-color: #f5f5f5; transition:width .3s; -webkit-transition:width .3s; /* Safari */;}
nav .cinza.folded {width:44px; cursor: pointer}

nav .branco {position:fixed; width: 0px; height: 100%; left:294px; top:126px; z-index: 999; background-color: #fff; transition:width .3s; -webkit-transition:width .3s;}
nav .branco.opened {width: 220px}
nav .overlay {left: 294px; right: 0; top: 0; bottom: 0; position: fixed; background: #000; z-index: 99; display: none;}

nav .menu {width: 294px; height: auto;}
nav .scroll-container {overflow: hidden; height: 99%;}
/*nav .scroll {height: 85%; overflow-y: auto; overflow-x: hidden;}*/
nav .scroll {/*height: 83.5%;*/ overflow: scroll; position:absolute; top:117px; bottom:40px; left:0; right:0;}
nav .menu > li > a { border-top: 1px solid #e3e3e3; width: 100%; height: 32px; line-height: 32px; text-indent: 2.75em; display: block; position: relative; text-transform: uppercase; color: #666; font-weight: 700; font-size: 15px}
nav .menu > li > a:hover { background-color: #fff; }
nav .menu > li > a.folded { border-color: transparent; cursor: default; }
nav .menu > li > a.folded:hover { background-color: #f5f5f5; }
nav .menu > li > a.active {}
nav .menu > li > a:before { content: ''; font-size: 36px; height: 1em; width: 1em; position: absolute; left: 0; top: 50%; margin: -.5em 0 0 0;}


nav .menu > li > ul {}
nav .menu > li > ul > li > a {cursor: pointer; width: 100%; height: 30px; line-height: 30px; text-indent: 44px; display: block; position: relative; font-size: 13px; font-weight: 400; color: #666; text-transform: uppercase; }
nav .menu > li > ul > li > a.folded {background: none}
nav .menu > li > ul > li > a:hover, nav .menu > li > ul > li > a.active  {background-color: #00b083; color: #fff}

nav .menu > li > ul > li > a span.ico {display: inline-block; position: absolute; left: 0; top: 50%; line-height: 1em; height: 30px; width:44px; margin: -19px 0 0 0; text-indent: 0; background-repeat: no-repeat;}
nav .menu > li  > a span.ico {display: inline-block; position: absolute; left: 0; top: 50%; line-height: 1em; height: 30px; width:44px; margin: -19px 0 0 0; text-indent: 0; background-repeat: no-repeat;}


/* pestanas (3º nivel) */
nav .menu > li > ul > li ul {display: none;background-color: #14b68d}
/*nav .menu > li > ul > li div span.ico {width: 70px; height: 65px; display: block}
nav .menu > li > ul > li.item > div span.ico {background-position: -10px -10px} */

nav .menu > li > ul > li > ul > li > a {cursor: pointer; padding: 6px 15px 6px 44px; display: block; position: relative; font-size: 13px; font-weight: 400; color: #fff; text-transform: uppercase; }
nav .menu > li > ul > li > ul > li > a:hover, nav .menu > li > ul > li > ul > li > a.active {background-color: #33c09c}


/* submenu (4º nivel) */
/*nav .menu > li > ul > li div > ul > li ul {position: absolute; left: 250px; top: 0; z-index: 1000; width: 220px; display: none}
nav .menu > li > ul > li div > ul > li > ul li a {cursor: pointer; padding: 5px 15px; display: block; position: relative; font-size: 13px; font-weight: 400; color: #333; text-transform: uppercase; background:red }
nav .menu > li > ul > li div > ul > li > ul li a:hover, nav .menu > li > ul > li div > ul > li > ul li a.active {background-color: #fff}*/
nav .menu > li > ul > li > ul > li > ul {display:none; }
nav .menu > li > ul > li > ul > li > ul > li >a {cursor: pointer; padding: 6px 15px 6px 55px; display: block; font-size: 12px; font-weight: 400;
color: #fff; text-transform: uppercase;  }
nav .menu > li > ul > li > ul > li > ul > li >a:hover{background-color: #39d5ad;}


/* submenu (5º nivel) */
nav .menu > li > ul > li > ul > li > ul > li > ul {display:none; }
nav .menu > li > ul > li > ul > li > ul > li > ul > li > a {cursor: pointer; padding: 6px 15px 6px 65px; display: block; font-size: 11px; font-weight: 400;
color: #fff; text-transform: uppercase;  }
nav .menu > li > ul > li > ul > li > ul > li > ul > li > a.active{font-weight: 400;}

/* submenu (6º nivel) */
nav .menu > li > ul > li > ul > li > ul > li > ul > li > ul > li a {cursor: pointer; padding: 6px 15px 6px 75px; display: block; font-size: 11px; font-weight: 400;
  color: #fff; text-transform: uppercase;  }
nav .menu > li > ul > li > ul > li > ul > li > ul > li > ul > li a.active{font-weight: 400;}
  
/* submenu (7º nivel) */
nav .menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a {cursor: pointer; padding: 6px 15px 6px 80px; display: block; font-size: 11px; font-weight: 400;
  color: #fff; text-transform: uppercase;  }
nav .menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a.active{font-weight: 400;}
  
/* submenu (8º nivel) */
nav .menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a {cursor: pointer; padding: 6px 15px 6px 85px; display: block; font-size: 11px; font-weight: 400;
  color: #fff; text-transform: uppercase;  }
nav .menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a.active{font-weight: 400;}

/* submenu (9º nivel) */
nav .menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a {cursor: pointer; padding: 6px 15px 6px 90px; display: block; font-size: 11px; font-weight: 400;
  color: #fff; text-transform: uppercase;  }
nav .menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a.active{font-weight: 400;}

/* submenu (10º nivel) */
nav .menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a {cursor: pointer; padding: 6px 15px 6px 95px; display: block; font-size: 11px; font-weight: 400;
  color: #fff; text-transform: uppercase;  }
nav .menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a.active{font-weight: 400;}

/* submenu (11º nivel) */
nav .menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a {cursor: pointer; padding: 6px 15px 6px 100px; display: block; font-size: 11px; font-weight: 400;
  color: #fff; text-transform: uppercase;  }
nav .menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a.active{font-weight: 400;}

/* submenu (12º nivel) */
nav .menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a {cursor: pointer; padding: 6px 15px 6px 105px; display: block; font-size: 11px; font-weight: 400;
  color: #fff; text-transform: uppercase;  }
nav .menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a.active{font-weight: 400;}

/* submenu (13º nivel) */
nav .menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a {cursor: pointer; padding: 6px 15px 6px 105px; display: block; font-size: 11px; font-weight: 400;
  color: #fff; text-transform: uppercase;  }
nav .menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a.active{font-weight: 400;}

/* submenu (14º nivel) */
nav .menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a {cursor: pointer; padding: 6px 15px 6px 105px; display: block; font-size: 11px; font-weight: 400;
  color: #fff; text-transform: uppercase;  }
nav .menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a.active{font-weight: 400;}

/* submenu (15º nivel) */
nav .menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a {cursor: pointer; padding: 6px 15px 6px 105px; display: block; font-size: 11px; font-weight: 400;
  color: #fff; text-transform: uppercase;  }
nav .menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a.active{font-weight: 400;}

/* submenu (16º nivel) */
nav .menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a {cursor: pointer; padding: 6px 15px 6px 105px; display: block; font-size: 11px; font-weight: 400;
  color: #fff; text-transform: uppercase;  }
nav .menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li a.active{font-weight: 400;}




/* bottom */
nav .menu-bottom { width: 294px; height: 38px; bottom: 30px; position: absolute; right: 0; left: 0; border-top: 1px solid #e3e3e3; background-color: #F5F5F5}
nav .menu-bottom.folded {right: auto}
nav .menu-bottom li { float:left; width: 49%}
nav .menu-bottom  > li > a { width: 100%; height: 38px; line-height: 38px; text-indent: 2.75em; display: inline-block; text-transform: uppercase; color: #666; font-size: 14px; position: relative;}
nav .menu-bottom  > li > a span.ico {display: inline-block; position: absolute; left: 0; top: 50%; height: 38px; width:44px; margin: -11px 0 0 -10px; text-indent: 0; background: url(../images/icons-menu.png) no-repeat -22px -304px}
nav .menu-bottom  > li.docs {border-left: 1px solid #e3e3e3 }
nav .menu-bottom  > li.docs > a span.ico {position: absolute; margin: -7px 0 0 108px;  background: url(../images/icons-menu.png) no-repeat 0 -332px}

/*.shadow {position: fixed; left: 294px; top: 0; width: 6px; height: 100%; background: url(../images/shadow-tile.png); z-index: 1000;}*/

.menu-mobile {display: none}



/* setas para o primeiro nivel */
nav .menu > li > a {background-image:url('../images/sprite-seta-menu.png'); background-position: 260px 13px; background-repeat:no-repeat;  }
nav .menu > li > a.open {background-image:url('../images/sprite-seta-menu.png'); background-position: 260px -12px; background-repeat:no-repeat;  }


/* Home
----------------------------------------*/
.destaques {clear: both}
.destaques > div{width:32%; margin: 0px 2% 10px 0px; float: left;}
.destaques > div:nth-of-type(3n+3){margin-right: 0;}
.destaques > div img {width: 100%}
/*.destaque_grande {width:66.2%; float: left; margin-right: 1%}
.destaque_grande img{width:100%; margin-bottom:6px;}
.destaque_pequenos {float:left; width: 32.8%}

.destaque_pequenos img {width:100%;}

.destaques.sec2 .destaque_grande{margin-left: 1%; margin-right:0}*/

/* breadcrumb */
.breadcrumb-wrapper {position: fixed; z-index: 3; right: 0; left: 294px; top: 116px; background: rgba(45, 73, 97, .5); height:46px }
.breadcrumb {width:96%; margin-left:2%; padding:10px; background:#f4f4f4; color:#0067b1; font-size:12px; text-transform:uppercase;box-sizing:border-box;  -moz-box-sizing:border-box; -webkit-box-sizing:border-box}
.breadcrumb a {color:#0067b1; text-decoration:none; text-transform:uppercase;}
.breadcrumb .lista span, .breadcrumb .grelha span{height: 16px; background-image: url(../images/sprite.png); display: block}
.breadcrumb .lista {border-left:1px solid #bbbdc6; border-right:1px solid #bbbdc6;}
.breadcrumb .lista, .breadcrumb .grelha {cursor:pointer; padding: 10px}
.breadcrumb .activo {background-color:#ccdae7;}


#msg {position: absolute;}
#msg .erro1, #msg .erro2 {color:red; margin-top:8px; display:none; font-style:italic; font-size: 11px; float: left; clear: both}


/* produtos
----------------------------------------*/
.lista span {background-position: -87px -1px}
.grelha span {background-position: -105px -1px}
.produto {width: 100%}
.detalhe_produto .tabela {padding: 12px; overflow:hidden; background:#fff; }

.detalhe_produto .imgs {width:100%; float:left; position:relative; margin: 12px 0}
.detalhe_produto .imgs .grande{width:32%; height:auto; float:left; margin-right: 2%; text-align: center; position:relative}
.detalhe_produto .imgs .grande img{max-width:240px}
.detalhe_produto .imgs .desc {float: right; width: 66%}
.detalhe_produto .imgs .desc .bloco1 {width: 48%; margin-right: 3%;float: left; font-size: 11px;}
.detalhe_produto .imgs .desc .bloco2 {width: 46%; float: right; margin-right: 12px; font-size: 11px;}
.detalhe_produto .imgs .desc .bloco1 img.resize, .detalhe_produto .imgs .desc .bloco2 img.resize{width:100% !important; height: auto !important; max-width: 250px;}
.desc .bloco1 table td, .desc .bloco2 table td {padding: 5px; height: 40px}


.titulo-produto {background-color: #197bb7; width: 100%}
.titulo-produto h2 {padding: 18px 10px ; margin: 0; line-height: 1;}
.titulo-produto .destaque, .titulo-produto .documentos{width:125px; text-align:center; padding:10px 0px; color: #fff; text-transform: uppercase; font-size: 11px; font-weight: 700}
.titulo-produto .destaque-adicional,.titulo-produto .destaque-quantidade{width:125px; text-align:center; padding:10px 0px; color: #fff; text-transform: uppercase; font-size: 11px; font-weight: 700}
.titulo-produto .destaque {background-color:#ff9933; cursor:default;}
.titulo-produto .destaque-adicional, .titulo-produto .destaque-quantidade {background-color:#ff0000; cursor:default;}
.titulo-produto .destaque.activo {background-color:#fff}
.titulo-produto .destaque span {background: url(../images/sprite.png) -156px 0; width: 27px; height: 29px; float: left; margin: 0 -12px 0 12px;}
.titulo-produto .destaque-adicional span, .titulo-produto .destaque-quantidade span {background: url(../images/sprite.png) -156px 0; width: 27px; height: 29px; float: left; margin: 0 -12px 0 12px;}
.titulo-produto .documentos {padding: 17px 0; background-color: #00b083; border-left: 1px solid #fff; cursor:pointer;}
.titulo-produto .documentos:hover{background:#26bc95;}
.titulo-produto .documentos.activo {background-color: #00b083;}
.titulo-produto .documentos span {background: url(../images/sprite.png) -71px 0; width: 17px; height: 19px; float: left; margin: -2px -12px 0 17px;}
.titulo-produto .info {padding: 17px 0; border-left: 1px solid rgba(255,255,255,.2); cursor:pointer; text-align: center}
.titulo-produto .info span {background: url(../images/info.png); width: 17px; height: 17px; display: inline-block;}
.titulo-produto .categorias {padding: 17px 0; border-left: 1px solid rgba(255,255,255,.2); cursor:pointer; text-align: center}
.titulo-produto .categorias span { width: 25px; height: 25px; display: inline-block;background-position: -40px -4px}

.listagem {width:100%; float: left}
.listagem tr{border-bottom:1px solid #fff; background-color: #d0e4f0;}
.listagem tr:nth-child(odd) {background-color: #d0e4f0;}
.listagem tr:nth-child(even) {background-color: #f4f4f4;}
.listagem td {padding:5px 10px; font-size:12px}
.listagem td h3{color: #444; font-size: 13px; margin: 0}
.listagem td h3 a, .listagem td h3 a:hover, .listagem td h3 a:visited, .listagem td h3 a:active  {color: #444; font-size: 13px; margin: 0}
.listagem td h3 a:hover {text-decoration:underline}

.lista_produtos td.ref{width:90px; border-left:1px solid #fff; border-right:1px solid #fff}
.lista_produtos .refmobile {display: none;}
.lista_produtos td.preco{white-space:nowrap; text-align:right; width:130px;}
.lista_produtos td.preco br{display:none}
.lista_produtos td.addcar{white-space:nowrap; width:56px;}
.lista_produtos td.addcar input{width: 26px; height: 28px; text-align: center; padding: 0 2px; font-size: 11px; border:0; float:left; }
.lista_produtos td.addcar .mais{position: absolute; margin-left: 35px; width: 26px; height: 26px; background: url(../images/sprite.png) 0 -19px no-repeat; cursor: pointer}

.lista_pdf {display: none}
.lista_pdf .pdf {width:22px; vertical-align:top;}
.lista_pdf .pdf img{width:22px; vertical-align:top; border:none}
.lista_pdf .data {width: 60px; white-space: nowrap;}
.lista_pdf .download{color:#fff; text-align:right; width:80px;}
.lista_pdf .download a{background:#197bb7; display:block; padding:5px 20px; color:#fff; text-decoration:none; display:inline-block; float:right;}
.lista_pdf .download a:hover{background:#2c90d7;}
.lista_pdf .reproduzir{color:#fff; text-align:right; width:80px;}
.lista_pdf .reproduzir button{background:#197bb7; display:block; padding:5px 20px; color:#fff; text-decoration:none; display:inline-block; float:right;text-transform: lowercase;}
.lista_pdf .reproduzir button:hover{background:#2c90d7;}
.lista_pdf .reproduzir a{background:#197bb7; display:block; padding:5px 19px; color:#fff; text-decoration:none; display:inline-block; float:right;text-transform: lowercase;}
.lista_pdf .reproduzir a:hover{background:#2c90d7;}
.lista_pdf tr {
  display: table; /*or block etc.*/
}

.lista_pdf tr.odd {background-color: #d0e4f0 !important;}
.lista_pdf tr.even {background-color: #f4f4f4 !important;}

.lista_grelha {width:100%; display: block; float:left;padding:0 0%;}
.lista_grelha a{display:block; height: 108px}
.lista_grelha li{width: 32%;float:left; background:#fff; padding:7px; margin: 0 2% 10px 0; position:relative; min-height:131px; border: 4px solid #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  }
.lista_grelha li:hover{border-color:#0067b1}
.lista_grelha li:nth-of-type(3n+3){margin-right:0;}

.lista_grelha li .img{width:30%; float:left; margin-right:3%; font-size:1px; min-width: 70px;}
.lista_grelha li .img img{width:100%; max-width: 87px; max-height: 110px}
.lista_grelha li .texto{width:67%; float:left; font-size:15px; padding-top:2%; height:auto; text-transform: uppercase; overflow: hidden; height: 102px}
.lista_grelha li .texto span{font-size:10px; text-transform:uppercase; display:block; margin-top:5px; color: #666}

.pagination {text-align: center;}
.pagination #cont {padding: 10px 0 14px 0;}
.pagination a,.pagination span {margin-left: 3px; padding: 2px 7px; background-color: #f5f5f5; border: 1px solid #ddd; color: #2d333c}
.pagination .pagenumber {background-color: #2d333c; border-color: #2d333c; color: #fff;}
.pagination .next, .pagination .prev {border-color: #197bb7; background: #197bb7 url(../images/sprite.png) no-repeat; padding: 2px 10px}
.pagination .prev {background-position: -29px -22px}
.pagination .next {background-position: -55px -22px}


table.titulo{width:100%; float:left; background:#197bb7; color:#ffffff; border:none;}
table.titulo td{vertical-align:middle; padding:10px; text-transform:uppercase;}
table.titulo .destaque, table.titulo .pasta{width:125px; text-align:center; padding:10px 0px; cursor:pointer}
table.titulo .pasta:hover{background:#709fc3}
table.titulo .destaque img{width:27px; float:left; margin:0px 0px 0px 10px}
table.titulo .destaque-adicional img, table.titulo .destaque-quantidade img{width:27px; float:left; margin:0px 0px 0px 10px}
table.titulo .pasta img{width:18px; float:left; margin:0px 0px 0px 10px}
table.titulo .destaque{background:#ff9933}
table.titulo td.activo{background:#709fc3}

.gap {height: 60px}

.loading-watr-container {margin:20px 0;}
.loading-watr-container img {position: relative;left:50%;}

.transform50XY {transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%);}
.transform50Y {transform:translateY(-50%); -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); -o-transform:translateY(-50%); -ms-transform:translateY(-50%);}
.transform50X {transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -o-transform:translateX(-50%); -ms-transform:translateX(-50%);}


/* Pesquisa
----------------------------------------*/
h1.barrapesquisa{background-color:#00b083; margin-bottom:10px;}
.resultados_pesquisa {width:100%; display: table;}
.resultados_pesquisa h2 {font-size:16px; color:#00ba8b; font-weight:700; margin-top:12px; text-transform:none}
/*.resultados_pesquisa ul {float:left; width: 100%}
.resultados_pesquisa li {width: 100%; clear: both; float: left; border-bottom:1px solid #ececec; position:relative; padding:20px 0px}
.resultados_pesquisa li .img {float:left; width:10%; min-width: 90px; overflow:hidden}
.resultados_pesquisa li img {max-width:70px;}
.resultados_pesquisa li .texto {float:left; width:75%;}
.resultados_pesquisa li .texto .icon {width:35px; height:50px; margin-right: 15px; float: left;}
.resultados_pesquisa li .texto .icon img{max-width:100%; max-height:100%;}
.resultados_pesquisa li .texto .caminho {font-size:10px; vertical-align:middle; text-transform:uppercase; margin-left: 50px;}
.resultados_pesquisa li .texto .titulo {font-size:14px; font-weight:700; text-decoration: none; color: #333; line-height: 1;}
.resultados_pesquisa li .texto .desc {margin-left: 50px; margin-top: 5px}*/
li.semresultados{width:100%; border:none}
li.semresultados:hover{border:none}
.pagination.pesquisa {min-width: 100%; float:left; clear:both; padding:0;}
.pagination.pesquisa>div{float:right}
.pagination.pesquisa .next, .pagination.pesquisa .prev {background-color: #00b083; border-color: #00b083; width: 0px; min-height: 15px;}
.pagination.pesquisa .next{display: inline-block;}

/* Contactos
----------------------------------------*/
#contactos { margin: 0 auto; width: 600px; padding: 20px 0; position: relative;}
#contactos #formcontactos > div {float: left; width: 100%}
#contactos .left {margin-right: 40px}
#contactos .formulario_area {float:left; clear: both; margin-top: 20px}
#formcontactos label {display: block; width: 70px;float: left; margin-top: 10px}
#formcontactos input[type=text],#formcontactos input[type=number] {height: 28px; width:520px; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#formcontactos input#empresa {width:240px; margin-right: 30px}
#formcontactos select {margin: 5px;padding: 4px;border: 1px solid;border-color: #c4c4c4 #d1d1d1 #d4d4d4;}
#formcontactos input#email {width:240px; margin-right: 30px}
#formcontactos input#nif {width:172px; float: right;}
#formcontactos label[for=nif] {float: right;}
#formcontactos input#telefone {width:172px; float: right;}
#formcontactos label[for=telefone] {float: right;}
#formcontactos textarea {width: 520px; min-width: 520px; max-width: 520px; height: 80px}
#formcontactos .error {border-color:red;}
#formcontactos input#rgpd.error {    outline: 1px solid red;}
#formcontactos label.error {display: none; width: 0}
#formcontactos .required {color: #666; font-size: 12px; margin-top: 20px}
#formcontactos input[type=submit] {margin-right: 5px}

#contactos .apoio-clientes {position: absolute; right: 5px; top:10px; width: 194px; height: 79px; background: url(../images/apoio-clientes.png) no-repeat; overflow: hidden;}
#contactos .apoio-clientes span {margin-top: 34px; margin-left: 58px; font-size: 21px; display: block; color: #fff;}

.msgLoading {width: 25px; height: 25px; background: url(../images/loading-white.gif) no-repeat;}

/* Campanhas
-------------------------- */
.bccampanha {position:relative; font-size:15px;}
.filtro{float:right;  color:#fff; position:absolute; top:0; right:0; font-size:15px;}
.filtro>li>span{display:block; padding:10px 40px 10px 20px; background:url(../images/filtro_campanhas.png) right center no-repeat;  text-align:right; color:#0067b1}
.filtro ul{clear:both; width:100%; background:#0067b1;}
.filtro ul li{padding:5px;}
.emcampanha {/*border-top: 2px solid #f93;*/ border-bottom: 2px solid #fff !important;}
.emcampanha.hide{display: none;}
.emcampanha .mais{background-position: -200px -15px !important}
.emcampanha > td h3 {color: #fff;}
.emcampanha .info-spec {color: #fff;}
.emcampanha .info-spec-details {color: #fff;}
/* Encomenda
-------------------------- */
h1.barraencomenda, #carrinho-header{background-color:#f3ad28;}
#carrinho-header, #carrinho-header * {box-sizing: border-box; display: block; float: left}
/*#carrinho-header {float:left; width: 100%; padding:5px;}
#carrinho-header ul {width: 100%; float: left;}
#carrinho-header li {float:left; margin-right:5px;}
#carrinho-header li a {padding:5px; text-transform: uppercase; color:#ffffff;}
#carrinho-header li a:hover, #carrinho-header li.active a {background:#D09422;}
#carrinho-header li a div.separador {font-size:25px; padding:7px 0px 7px 10px;}
#carrinho-header li a span {font-size:15px;}
#carrinho-header li a span:last-child {clear:both; text-transform: capitalize; font-size:13px; }*/
#preview-orcamento {float: right;}
#preview-orcamento a {
  color: #FFF;
  display: block;
  background: #f3ad28;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 15px;
}
#carrinho-header {width: 100%}
.orcamentos_header {
  list-style: none;
  display: inline-block;
  background: #fff;
}
.orcamentos_header .icon {
  font-size: 14px;
}
.orcamentos_header li {
  float: left;
}
.orcamentos_header li a {
  color: #FFF;
  display: block;
  background: #f3ad28;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}

.orcamentos_header li:first-child a {
  padding-left: 15px;
}
.orcamentos_header li:first-child a:before {
  border: none;
}
.orcamentos_header li:last-child a {
  padding-right: 15px;
  margin-right:0;
}
.orcamentos_header li:last-child a:after {
  border: none;
}
.orcamentos_header li a:before, .orcamentos_header li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #f3ad28;
  border-width: 20px 12px;
  width: 0;
  height: 0;
}
.orcamentos_header li a:before {
  left: -22px;
  border-left-color: transparent;
}
/*.orcamentos_header li.active a, .orcamentos_header li.active a:after{background:#D09422;}*/
.orcamentos_header li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #f3ad28;
}
.orcamentos_header li a:hover {
  background-color: #D09422;
}
.orcamentos_header li a:hover:before {
  border-color: #D09422;
  border-left-color: transparent;
}
.orcamentos_header li a:hover:after {
  border-left-color: #D09422;
}
.orcamentos_header li a:active, .orcamentos_header li.active a {
  background-color: #D09422;
}
.orcamentos_header li a:active:before, .orcamentos_header li.active a:before  {
  border-color: #D09422;
  border-left-color: transparent;
}
.orcamentos_header li a:active:after, .orcamentos_header li.active a:after  {
  border-left-color: #D09422;
}


/*POPUP WINDOW 

---------------------------*/
.popupwindow-modal { display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000;z-index:9998;opacity:0.8;filter:alpha(opacity=80); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; -moz-opacity:0.4;-khtml-opacity: 0.4;}
.popupwindow-wrapper {display:none;position:absolute;top:40px;left:50%;background-color:#ffffff;z-index:9999;font-size:15px;}
.popupwindow-wrapper .button {padding: 0 6px;height:28px;line-height:28px; border:1px solid #e0e1e1; background-color: #f0f3f4; cursor:pointer; text-align:center;vertical-align:middle;font-size:15px;overflow:hidden;margin-top:5px;margin-left:5px;}
.popupwindow-wrapper .button:hover {border:1px solid #919191; background-color: #e0e1e1;}

/* Janelas
-------------------------- */
#janela_pref {position:absolute; background:#0067b1; width:220px; text-align:left; top:88px; left:0; padding:20px; font-size:11px; display: none;}
#janela_pref li {color: #fff; clear: both; margin-left: -20px; padding: 10px 20px; height: 33px; width: 100%; }
#janela_pref li.active {background: #34709F; position: relative;}
#janela_pref li .loaderpref {position:absolute; background: url(../images/loading-pref.gif) no-repeat; top: 17px; right:10px; width: 15px; height: 15px}
#janela_pref li label {float: left; margin-left: 10px; width: 82%}
#janela_pref .arrow{display:block; width:9px; height:4px; margin-top:-24px; margin-left:12px; float:left; background:url('../images/sprite.png')-143px 0 no-repeat}

#janela_account {position:absolute; background:#0067b1; width:220px; text-align:left; top:88px; right:0; padding:20px; font-size:11px; display: none;}
#janela_account li {color: #fff; clear: both; margin-left: -20px; padding: 5px 20px; width: 100%; }
#janela_account li.active {background: #34709F; position: relative;}
#janela_account li .loaderpref {position:absolute; background: url(../images/loading-pref.gif) no-repeat; top: 17px; right:10px; width: 15px; height: 15px}
#janela_account li label {float: left; margin-left: 10px; width: 82%}
#janela_account .arrow{position: absolute; right: 0; display:  block; width:9px; height:4px; margin-top:-24px; margin-left:12px; float:left; background:url('../images/sprite.png')-143px 0 no-repeat}

.text-minha-conta {color:white;font-size:15px;text-transform:uppercase;}

#janela_loja {position:absolute; background:#fff; width:270px; text-align:left; top:88px; right:0; padding:20px; font-size:11px; display: none;}
#janela_loja .arrow{display:block; width:9px; height:4px; margin-top:-24px; margin-right:-12px; float:right; background:url('../images/sprite.png') -134px 0 no-repeat}

.shopping_item_mini {display:table; float:left; margin-bottom:10px; width:100%; height: 58px; border-bottom:1px solid #ccc;padding-bottom: 7px;}
.shopping_item_mini .mini_foto {float:left; width:70px; display:table-cell;}
.shopping_item_mini .mini_item {float:left; display:table; height:50px; width:250px}
.shopping_item_mini .mini_eliminar {float:left; width:20px; display:table; padding-top:15px}
.shopping_item_mini .mini_item div {display:table-cell; vertical-align:middle;}
.shopping_item_mini .mini_item div span.ref {color: #999; font-size: 10px}
.shopping_item_mini .mini_item a {}
.shopping_item_mini .mini_item a:hover {color:#2d4961;}
#loja_shoppingbag_mini .adicionado {float: left; font-size: 11px; color: #2d4961; margin-top: 3px}
#loja_shoppingbag_mini .min_ver {float: right}
#loja_shoppingbag_mini .min_ver a.bt {background-color: #f3ad28; border: 1px solid #f3ad28}
.shopping_item_mini .mini_eliminar a:link {display:block; cursor:pointer; width:13px; height:13px; background:url('../images/icons_loja.png') no-repeat 0 -15px}
.shopping_item_mini .mini_eliminar a:hover {background-position: 0 0px }

#janela_pref li.tab-precos{padding:10px 0 10px 50px;box-sizing: border-box;display: table;}
#janela_pref li.tab-precos h5{margin-bottom: 5px}
#janela_pref li.tab-precos .loaderpref {top: 37px}
#janela_pref .dblarrow{background-image:url('../images/dblarrow.png');width:11px;height:6px;margin-top:-17px;left: 29px;position: absolute;}
#janela_pref .select {background:transparent;color:#fff;}
#janela_pref .select option{background:#0067b1;color:#fff;}
#janela_pref .select{width:170px;padding:4px;border:1px solid #fff;color:#fff;-moz-appearance:none;text-indent:0.01px;text-overflow:'';-webkit-appearance:none;-webkit-border-radius:0px;font-size:12px;outline:none;margin-right:15px;padding-right:20px; /*Important*/display:inline-block; /*Important*/}

#janela_account li.tab-precos{padding:10px 0 10px 50px;box-sizing: border-box;display: table;}
#janela_account li.tab-precos h5{margin-bottom: 5px}
#janela_account li.tab-precos .loaderpref {top: 37px}
#janela_account .dblarrow{background-image:url('../images/dblarrow.png');width:11px;height:6px;margin-top:-17px;left: 29px;position: absolute;}
#janela_account .select {background:transparent;color:#fff;}
#janela_account .select option{background:#0067b1;color:#fff;}
#janela_account .select{width:170px;padding:4px;border:1px solid #fff;color:#fff;-moz-appearance:none;text-indent:0.01px;text-overflow:'';-webkit-appearance:none;-webkit-border-radius:0px;font-size:12px;outline:none;margin-right:15px;padding-right:20px; /*Important*/display:inline-block; /*Important*/}

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?54740664');
  src: url('../fonts/fontello.eot?54740664#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?54740664') format('woff2'),
       url('../fonts/fontello.woff?54740664') format('woff'),
       url('../fonts/fontello.ttf?54740664') format('truetype'),
       url('../fonts/fontello.svg?54740664#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/static/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/static/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
*/
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?54740664#fontello') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-download:before { content: '\e800'; } /* '' */
.icon-edit:before { content: '\e801'; } /* '' */
.icon-cancel:before { content: '\e802'; } /* '' */
.icon-list:before { content: '\e803'; } /* '' */
.icon-ok:before { content: '\e804'; } /* '' */
.icon-copy:before { content: '\f0c5'; } /* '' */
.icon-proposta:before { content: '\f0f6'; } /* '' */
.icon-orcamento:before { content: '\f15c'; } /* '' */
.icon-aprovar:before { content: '\f164'; } /* '' */
.icon-cogs:before { content: '\f085'; } /* '' */



.btn-marcadores { background: #0067b1 !important; border-color: #0067b1 !important; margin: 10px 0 0 10px; }

.btn-marcadores:hover { background: #fff !important; color: #0067b1 !important; border-color: #0067b1 !important; }
.info-spec{ font-size: 10px; color: #666; cursor:pointer; }
.info-spec:hover{ border-bottom: 1px solid #0067b1; }

.info-spec-details{ font-size: 10px; color: #666; cursor:pointer;margin-left:15px }
.info-spec-details:hover{ border-bottom: 1px solid #0067b1; }

.info-reverse { font-size: 10px; color: #fff; cursor: pointer; }
.info-reverse:hover { border-bottom: 1px solid #fff; }

.contact_us { margin-left: 10px;}
.contact_us .rec{ margin-left: -10px;}

a.inp-cancel {
  margin-left: 5px;
  margin-top: 6px;
}
#table_dashboard_orcamentos_internos {border-collapse: collapse;}
#table_dashboard_encomendas {border-collapse: collapse;}
#table_dashboard_orcamentos_internos > tbody > tr:last-child { border-top: 1px solid black;}
#table_dashboard_encomendas > tbody > tr:last-child { border-top: 1px solid black;}

@media screen and (max-width : 1124px){
  .destaque_grande {margin-right: 0; width: 100% !important;}
  .destaques.sec2 .destaque_grande {margin-left: 0}
  .destaque_pequenos {width: 100%}
  .destaque_pequenos div{ width: 49.5%; float: left;margin-right: 1%}
  .destaque_pequenos div:last-child {margin-right: 0}
  header.fixed .box #pesquisar{margin-left: 13px;}
}
@media screen and (max-width: 900px) {
	body {overflow-x: hidden;}
	nav, .shadow, .xs-hidden {display: none;}
	.md-hidden {display: block}
	.shadow2 {position: absolute; right: 0; top:0; width: 6px; height: 100%; background: url(../images/shadow-tile.png); z-index: 1000;-moz-transform: scaleX(-1);  -o-transform: scaleX(-1);  -webkit-transform: scaleX(-1);  transform: scaleX(-1); filter: FlipH; -ms-filter: "FlipH";}

	header.fixed {left: -9999px;width: 1px;}
	header.mobile {display: block; z-index: 999; position: fixed; height: 50px; width: 100%; background: #fff; top: 0}

	nav{position: fixed; overflow-y: auto; top: 0;left: 0;z-index: 99;width: 272px;height: 100%;padding-top: 10px; display: block;}
	nav, .menu-bottom {margin-left: -272px}
	header.mobile, #container {margin-left:0; width: 100%;}

	.menu-active nav {display: block; width: 272px !important}
	.menu-active nav, .menu-active .menu-bottom {margin-left:0;}
	.menu-active header.mobile, .menu-active #container, .menu-active .breadcrumb-wrapper {margin-left: 272px}

	nav .menu {width: 272px;margin-top: 40px;}
	nav > .cinza {margin-top: -10px;}
	nav > .cinza > header {display: none;}
	nav > .cinza > .icon-folded {height: 55px}
	nav > .cinza > .icon-folded span {top:10px;}

	/* setas para o primeiro nivel */
	nav .menu > li > a {background-position: 230px 13px; }
	nav .menu > li > a.open {background-position: 230px -12px; }

	nav .scroll {position:relative; left:auto; right:auto; top:auto; height: 100%; bottom:40px; overflow: auto !important}
	nav .menu-bottom  {width: 272px;}

	header.mobile .toggleMenu {margin-top: 15px; margin-left: 10px; cursor: pointer; display: block; float: left;}
	header.mobile .toggleMenu em {margin-bottom: 4px;display: block;width: 25px;height: 4px;background: #999;}
	header.mobile .logo {width: 145px; margin-top: 10px; margin-left: 10px;}
	header.mobile .logo img{width: 100%;}

	header.mobile .icons li {float: left; margin-right: 6px; margin-top: 8px}
	header.mobile .icons li a {width:35px; height: 35px; display: block;}
	header.mobile .icons li a.login {background-color: #0067b1}
	header.mobile .icons li a.search {background-color: #00b083}
	header.mobile .icons li a.cart {background-color: #f3ad28}
	header.mobile .icons li a span {width:18px; height:18px; background: url(../images/sprite.png) no-repeat; display: block;margin: 8px; float: left}
	header.mobile .icons li a.search span{background-position: -18px 0}
	header.mobile .icons li a.cart span{background-position: -36px 0}
	.box.login .title .sair:before {display: none;}

	#loading, #loading2 {margin-left: -13px}

	.breadcrumb-wrapper {left: 0;top:50px; display: table;height: auto; width: 100%; background-color: #2D4961; padding: 7px 0;}
	.breadcrumb { width: 100%; margin-left: 0; font-size: 11px}
	#content.prd {margin-top: 100px;}

	#janela_pref {left:0; position: fixed; width: 100%; top: 140px;}
	#janela_pref li .loaderpref {right: 50px}
	#janela_account {left:0; position: fixed; width: 100%; top: 140px;}
	#janela_account li .loaderpref {right: 50px}



	#janela_loja {display: none !important}
	.login.box,.search.box,.cart.box {left: 0px; position: fixed !important; width: 100% !important; top: 0px; display: none !important;}
	.menu-active .login.box,.menu-active .search.box,.menu-active .cart.box {margin-left: 272px}
	.login.box.mobile,.search.box.mobile,.cart.box.mobile {display: block !important}

	#content {margin: 0; width: auto}
	#content-target {margin-top: 60px}

	.lista_produtos td.ref {display: none}
	.lista_produtos .refmobile {display: block; font-size: 10px}
	.lista_produtos td.preco {width: 60px;font-size: 11px;}
	.lista_produtos td.preco br{display:block;}
	.lista_grelha li .texto span {display: block;}
	.detalhe_produto .tabela {padding: 7px}
	.listagem td {padding: 4px}
	.listagem td h3 {font-size: 11px}
	.lista_produtos td.addcar .mais {margin-left: 30px}
	.titulo-produto h2 {font-size: 13px}
	.titulo-produto .destaque, .titulo-produto .documentos {width: 48px}
	.titulo-produto .destaque div.txt, .titulo-produto .documentos div.txt {display: none;}
	.titulo-produto .destaque-adicional, .titulo-produto .documentos, .titulo-produto .destaque-quantidade {width: 48px}
	.titulo-produto .destaque-adicional div.txt, .titulo-produto .documentos div.txt, .titulo-produto .destaque-quantidade div.txt {display: none;}
	.detalhe_produto .imgs .grande {height: auto}
	.detalhe_produto .imgs .grande img {width: 86%;}
	.detalhe_produto .imgs .desc {font-size: 12px}

	#contactos {padding: 14px; width: 100%}
	#contactos .left {margin-top: 15px}
	#contactos .formulario_area {display: none}
	#contactos .apoio-clientes {position: relative; top: 20px;margin-bottom: 30px;}

	.detalhe_produto .imgs .desc .bloco1, .detalhe_produto .imgs .desc .bloco2 {width: 100%; margin-right: 0%;float: left; }

	.mobilebtright{margin-right:55px;}

}


@media and (max-width: 1024px) {

}


@media (min-width: 320px) and (max-width: 600px) {
	.destaques > div{width:100%;}
	.lista_grelha li{width:100%;}
/*	.destaque_grande img {margin-bottom: 0}
	.destaque_pequenos div {width: 100%; margin-right: 0}*/
	#fancybox-wrap {width: auto !important;}
	#fancybox-content {width: 100% !important}
	#fancybox-close {right: -20px !important}
}
@media (min-width: 320px) and (max-width: 480px) {
	#content.prd {margin-top: 116px;}
}
@media (min-width: 600px) and (max-width: 1204px) {
	.destaques > div{width:49%;}
	.destaques > div:nth-of-type(3n+3){width:100%;margin-right: 0;}
	.destaques > div:nth-of-type(2n+2){width:49%;margin-right: 0;}

	.lista_grelha li{width:49%;}
	.lista_grelha li:nth-of-type(3n+3){margin-right:2%;}
	.lista_grelha li:nth-of-type(2n+2){margin-right:0;}


}

@media (min-width: 901px) and (max-width: 1100px) {
	/*.lista_grelha li:nth-child(even) {margin-right:0}*/
/*	.lista_grelha li{width:49%;}
	.lista_grelha li:nth-of-type(3n+3){margin-right:2%;}
	.lista_grelha li:nth-of-type(2n+2){margin-right:0;}*/
	header.fixed .logo-white {width: 70%}

}

@media screen and (max-height : 768px) and (min-width: 900px){
  /*nav .scroll {height: 78%}*/
}
@media screen and (max-height : 630px) and (min-width: 900px){
 /* nav .scroll {height: 73%} */
}

.info-modal { cursor: pointer; }
.row-child { border-bottom: 0.5px solid #000; }
.row-child td:first-child{ padding-left: 25px; }
.row-parent{ font-weight: bold; }
#table_dashboard_encomendas tbody td,#table_dashboard_encomendas_mes tbody td,#table_dashboard_encomendas_ano tbody td {text-align: right;}
#table_dashboard_encomendas tbody td:first-child,#table_dashboard_encomendas_mes tbody td:first-child,#table_dashboard_encomendas_ano tbody td:first-child {text-align: left;}
#table_dashboard_encomendas_ano {overflow-y: scroll;}
#table_dashboard_encomendas_ano th td{ white-space: nowrap; }
.DTFC_LeftHeadWrapper{background-color: #fff;}
.DTFC_LeftWrapper{width: 150px !important; }
.netusers_container{padding-bottom: 0px !important;}
.DTFC_ScrollWrapper .DTFC_LeftHeadWrapper, .DTFC_ScrollWrapper .DTFC_LeftBodyLiner, .DTFC_LeftFootWrapper { background-color: #eee !important; }
.DTFC_LeftBodyLiner table.dataTable tbody tr {background-color: inherit;}
.row-child td{ padding-top: 0px !important; }
.row-parent td{ padding-bottom: 0px !important; }
.text-right{text-align: right; border-right: 0.3px solid #ccc;}
.first-col{ border-right: 0.3px solid #ccc;}
table.dataTable.no-footer {border-bottom: none!important; }
.totais_vendedor { font-weight: bold !important; padding: 10px 10px 6px 10px !important;}
.totais_clientes { font-weight: bold !important; padding: 10px 10px 6px 10px !important;}
.totais { font-weight: bold !important; padding: 10px 10px 6px 10px !important;}
#adicionar-produto-agregado{color: #fff; padding: 5px;} 
#adicionar-produto-agregado:hover{color: #f3ad28;} 
#adicionar-produto{color: #fff; padding: 5px;} 
#adicionar-produto:hover{color: #f3ad28;} 
#adicionar-desconto{color: #fff; padding: 5px;} 
#adicionar-desconto:hover{color: #f3ad28;} 
#alterar-desconto-produtos{color: #fff; padding: 5px;} 
#alterar-desconto-produtos:hover{color: #f3ad28;} 
#guardar-desconto-produtos{color: #fff; padding: 5px;} 
#guardar-desconto-produtos:hover{color: #f3ad28;} 
#cancelar-desconto-produtos{color: #fff; padding: 5px;} 
#cancelar-desconto-produtos:hover{color: #f3ad28;} 



/* #table_dashboard_encomendas_ano_wrapper .DTFC_LeftFootWrapper {display: none;}
#table_dashboard_encomendas_ano tfoot {display: none;} */
/* .dataTables_scrollFootInner table tfoot td:first-child {width: 146px !important;} */

section {
  padding: 50px 0;
}

.container {
  max-width: 1044px;
  margin: 0 auto;
  padding: 0 20px;
}

.carousel {
  display: block;
  text-align: left;
  position: relative;
  margin-bottom: 22px;
}
.carousel > input {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.carousel__slides {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
}

.carousel__slide {
  position: relative;
  display: block;
  flex: 1 0 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 300ms ease-out;
  vertical-align: top;
  box-sizing: border-box;
  white-space: normal;
}
.carousel__slide figure {
  display: flex;
  margin: 0;
}
.carousel__slide div {
  position: relative;
  width: 100%;
}
.carousel__slide div:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.carousel__slide div > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.carousel__slide img {
  display: block;
  flex: 1 1 auto;
  object-fit: cover;
}
.carousel__slide figcaption {
  align-self: flex-end;
  padding: 20px 20px 0 20px;
  flex: 0 0 auto;
  width: 25%;
  min-width: 150px;
}
.carousel__slide .credit {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}
.carousel__slide.scrollable {
  overflow-y: scroll;
}

.carousel__thumbnails {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin: 0 -10px;
}
.carousel__slides + .carousel__thumbnails {
  margin-top: 20px;
}
.carousel__thumbnails li {
  flex: 1 1 auto;
  max-width: calc((100% / 6) - 20px);
  margin: 0 10px;
  transition: all 300ms ease-in-out;
}
.carousel__thumbnails label {
  display: block;
  position: relative;
}
.carousel__thumbnails label:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.carousel__thumbnails label > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.carousel__thumbnails label:hover, .carousel__thumbnails label:focus {
  cursor: pointer;
}
.carousel__thumbnails label:hover img, .carousel__thumbnails label:focus img {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  transition: all 300ms ease-in-out;
}
.carousel__thumbnails img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
}


.detalhe_produto .prev, .detalhe_produto .next {
  cursor: pointer;
  position: absolute;
  /* top: 50%; */
  width: auto;
  padding: 5px;
  /* margin-top: -50px; */
  color: rgba(25,123,183,1) !;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  z-index: 2;
  background-color: #a0a0a0;
}

.prev,.next{
  background-color:transparent !important;
}

.detalhe_produto .prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}
.detalhe_produto .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.detalhe_produto .prev:hover,
.detalhe_produto .next:hover {
  background-color:rgba(25,123,183,0.6);
}

.detalhe_produto_img_wrap {display:flex; position:relative; align-items:center; justify-content: center; min-height:280px}

.swal2-container.swal2-center.swal2-backdrop-show{
  z-index: 9999999
}
.swal2-title{
  font-size: 20px !important;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}

select.error {border-color:red;}


/* SIMULADOR */
.simu.wrap {
  justify-content: center;
}
.simu main {
  flex-grow: unset;
}

.simulador h1 {
  font-size: 12px;
  color: #197bb7;
}
.simulador h2 {
  font-size: 26px;
}
.simulador .font-12 {
  font-size: 12px;
}
.simulador .font-14 {
  font-size: 14px;
}
.simulador .font-16 {
  font-size: 16px;
}
.simulador .font-18 {
  font-size: 18px;
}
.simulador .font-22 {
  font-size: 22px;
}
.simulador .font-grey {
  color: #747474;
}
.simulador .background-grey {
  background: #E8E8E8;
}
.simulador .lh-1 {
  line-height: 1;
}
@media (min-width: 768px) {
  .simulador .radio-detalhado {
    margin-left: -15px;
  }
}
@media (max-width: 768px) {
  .simulador .radio-detalhado {
    margin-left: 15px;
  }
}
.simulador .steps-container {
  padding: 0 60px;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.simulador .steps-container .step.active .step-circle {
  background: #197bb7;
}
.simulador .steps-container .step.active .step-title {
  color: #000;
}
.simulador .steps-container .step .step-circle {
  border-radius: 50%;
  background: #C3C3C3;
}
.simulador .steps-container .primary-step {
  flex-grow: 0;
  position: relative;
}
.simulador .steps-container .primary-step .step-circle {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.simulador .steps-container .primary-step .step-title {
  font-size: 12px;
  color: #C3C3C3;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  white-space: nowrap;
}
.simulador .steps-container .step-spacer {
  flex-grow: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.simulador .steps-container .step-spacer:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #C3C3C3;
}
.simulador .steps-container .step-spacer .secondary-step .step-circle {
  width: 14px;
  height: 14px;
}
.simulador .steps-container .help-trigger {
  position: absolute;
  right: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #C3C3C3;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.simulador .steps-container .help-trigger:hover {
  background-color: #197bb7;
  color: white;
  cursor: pointer;
}
.simulador #step-1 .search-address-container {
  position: relative;
}
.simulador #step-1 .search-address-container input[type=search] {
  border: 1px solid #c3c3c3;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 40px;
}
.simulador #step-1 .search-address-container input[type=search]:focus {
  border-color: #197bb7;
}
.simulador #step-1 .search-address-container button {
  position: absolute;
  top: 0;
  right: 20px;
  height: 37px;
  border: none;
  background: transparent;
  transform: rotateY(180deg);
}
.simulador #step-1 .search-address-container button:focus-visible {
  outline: none;
}
.simulador #step-1 #get-localization-button:hover {
  opacity: 0.7;
}
.simulador #step-1 #get-localization-button div {
  text-decoration: underline;
}
.simulador #step-1-1 {
  display: none;
}
.simulador #step-1-1 #deleteDrawButton {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  bottom: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 2px;
  z-index: 1;
  cursor: pointer;
}
.simulador #step-1-1 #deleteDrawButton:hover, .simulador #step-1-1 #deleteDrawButton.active {
  background: #197bb7;
}
.simulador #step-1-1 #deleteDrawButton:hover svg path, .simulador #step-1-1 #deleteDrawButton.active svg path {
  stroke: #fff;
}
.simulador #step-1-1 #deleteDrawButton svg path {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.simulador #step-1-2 {
  display: none;
}
.simulador #step-1-2 #roof-orientation-container {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.simulador #step-1-2 #roof-orientation-container #roof-image-container {
  z-index: 3;
  max-width: 80%;
  max-height: 80%;
}
.simulador #step-1-2 #roof-orientation-container #roof-image-container #roof-image {
  padding: 30px;
  width: 100%;
}
.simulador #step-1-2 #roof-orientation-container #roof-image-container #roof-image-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.5;
}
.simulador #step-1-2 #roof-orientation-container #roof-orientation-slider .rs-handle {
  position: relative;
}
.simulador #step-1-2 #roof-orientation-container #roof-orientation-slider .rs-handle:before {
  content: "";
  position: absolute;
  left: -50px;
  bottom: -20px;
  width: 130px;
  height: 40px;
  transform: rotate(90deg);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJkAAAAzCAYAAAHz3JqkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0OURGMkJGOUNCQzExMUU5QURDMEQ0RkFCNzMxMjJERCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0OURGMkJGQUNCQzExMUU5QURDMEQ0RkFCNzMxMjJERCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ5REYyQkY3Q0JDMTExRTlBREMwRDRGQUI3MzEyMkREIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQ5REYyQkY4Q0JDMTExRTlBREMwRDRGQUI3MzEyMkREIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+2RQLgAAAB1tJREFUeNpi/P//PwM1AROIePToEcWmvn37FmwGI6Uu/Pv3739mZmZGFBcigz9//vz/8ukzQVvev38PVoNsGFVciDUMB7WBAAFEVS8zffnw/j/VXQaKVRYWFkaqhBvMoB8/fvwnNs3RNswGbfIACCCwN/fv3///379/DM7OzowMAwz27dv3n5GRkcHR0ZGRAeQ4ZHz+/Pn/6GL0wCdOnMCwF28CuX///n9FRUWahCYoVTMxMTGwsbExUi3Hk5r/QHWGtLQ0RulK9+Jo0Be+1AQAATRoQ47l8ePH/4GJHpiOfjE4ObkMaDFy6NCh/79+/WKwsrJiYJKVlWX89/c3g5Gx+YCHkoyMDCjDMHBxcTEOiqgEhtJ/WDHy9/ef/8ysLIxM2GpHUJDSy1FXr179j1y2gRxFVuJHb0oOaJFx8viJ///+/MXaJCUFfPny5f+TJ0+ICwli6zdQ6Q+i79279//u3bsE69g//3+A1Rw8ePA/TC8peNCWY4O29B912LBxGEAAdqxtBUEgiM56wUT/wSB77BOyT0/tKqFQ/YAvUQ/6uGF02RzBEuohsbRiD8jum7tnZs+cmSz56T5hiqKAJBICHE8RRRGL4xhM07wrhusMGQERTpcz9AcWSILICUxhuw7WF+x9wbIs8qD/ru3cdNr3/Ub6qCa/Yp3CaVW+Xy9XrHRtwgqcujlSl8VoApRS9GEgyzJ5i9giYUX7EwQB+3WSksORTabz2z00TSOvEFapm8uzLgxDtF8okF+Zgfk5sc1IXwwYhgGVX8sntAHnyZ7nZTqAh61TlzCIuO62m4/9t3a/nUd+MZsyVVfB7HWhBXqpyNvjEesYbcAOng9bfgQCp4CTxknjpP0RrgKway4/CQNBGJ8qscUUQgIp0BMJUSOacKj4uHDiP+dx4kKItsbHDQ6aIAmhTak6dlYLnLDlFUp3kqbc2v2xO/3mm+EfgqC7jFQxx7A4LMvCXq+Htm3jtAtLd1c7uTXXIWhaBRKJRKTdDYLTbDZZ1(+S)viIdarfbbpCidn7kizRVqggBi/DjysChEURSUXJZtIrqq1eos8WdzqvD17TBgdze3gt/5iH0O6tRfli7YxpGko1lX3audrLGJZIXQb9M0sdPpRM478652uz1du2NP/PtmhmGQXwayLEfiiOq6joqiQDqdXn5Gw3Ec9OslhS08g4BSkCRJvtb4r3j1YNFwCg0k7Asssq4JVr1eD7SmwMKVOi5k(+S)aTyVDvugf9EdV8FlKplLBRYN4xpek5mskKw3GdTyv9fh9VVV36nZeqJ+nhpFMIWKvVwvmcsIvAPFgkFVaBtdZa8vX5BQeDAVxdV3Zqx5FEKJfLDBrNuxzEdtDvpzmXRqOxdR03HA7ZMw39Hie2haH0+mkCyf1QQCaToVxCmm5teW80GqH750ChUGA13zb04kaALWoMUwL+eH8D48mAE+0U8nLwBke328VischGCUPth1mfgPEY7HUnnRuI25AVHBgPDowD48A4MA6MBwe2cvwI0M7ZvigRRWH8DLk2476ImviGgkKOon7L/v8PpR9CIQ1BIQopHLW2HHeTfXFv81xzm3CyLV8bzwMD7qLuzr0/5p57nnMuB66sjcszf/HiZVX27aEvQtVkFppU75FMMCArfXzM/i5rlluBt20YBqp1kZCSF5JRuMAPCgVgwJVKpcXmQZT64gMQ3qiqqjTLhZjKHk1dzzNoLAkacuzNZpPg8KBuAqbF3O2JRqOUz/9kRUEPrT3hXa+9EuboB2h3U/kFz56XyX96xoCxftHVzbWo1Wr07eJSwgVWksnkQnOHY0z2pvlaDIdDOjn1U7k8c4Q+fOyJ9+/eUjqdpkQiwcAdoEzTFK1WS4ZQuq7f+zTtdhvFh9bvnlpsLNoPvw380SlzcuYch8EYgmFjT+UvS+uv48wf1ma0bG4wp+PxGMWZFIlEHN/zEOt35d0lymdx6Eg8HqdMJqM4/aNu9ZTcDF69XkfpDuaUVn1A/BNky8BB7cBkMqFCoaC4uULPTUE85hLz1uv1CK65Fbivdc42lidDeWS326VsNsuQ7aFQEI50AwBDQ4emaX8Me/YOMrvQ/YwtL5ZV5N8s8IifcNt/Wn35aopGo0GpVAqbN/IebSeM2UnGHzeNv1upVCgcDsubxkEKjMNqoYpdaGHBSoIDdVC5l8vldrYp2wlkTjeG9jJUIhuGIXc01m7mvvadNw/OkM1fj0YjNFkQVgsE6vPTXRw/f3stHnm8Wx3LvfMu7YN4/umzCD4JyYRxp9Mhr/qYgsEgBQKBgwTOCszlUV+4QqEQFYvFpeOwlspyN0L20EECjLC+qtUqWUGrXHYt+BwB/N+ehGg2HAwG0tbDUocs+qoxrNMYTG6F0DyKctCQ/c1yax9I7Jb6/T5hogBiLBaDU6FMr2ZHi3pUbevA3dxNxPnQRNZcmsd+v19BH6G1y5M/+3w+2WBtvw+3JLFdBRmLIWMdqLjKk8WQsRgyFoshYzFkLIaMxWLIWAwZi0X0HdiVS2oEHSPlAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: contain;
}
.simulador #step-1-2 #roof-orientation-container #west-label {
  font-size: 12px;
  position: absolute;
  top: calc(50% - 10px);
  right: calc(100% + 5px);
}
.simulador #step-1-2 #roof-orientation-container #east-label {
  font-size: 12px;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(100% + 5px);
}
.simulador #step-1-2 #roof-orientation-container #south-label {
  font-size: 12px;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
}
.simulador #step-1-2 #roof-orientation-container #roof-orientation-slider {
  z-index: 1;
  position: absolute;
  bottom: 0;
}
.simulador #step-1-2 #roof-orientation-container #roof-orientation-slider .rs-handle {
  background: grey;
}
.simulador #step-1-2 #roof-orientation-container #roof-orientation-slider .rs-tooltip {
  top: calc(100% + 30px);
  border: 1px solid #707070;
  border-radius: 17px;
  width: 80px;
}
.simulador #step-1-2 .icon-roof-slope {
  border: 1px solid #C3C3C3;
  width: 136px;
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.simulador #step-1-2 .icon-roof-slope:hover {
  background: #197bb7;
}
.simulador #step-1-2 .icon-roof-slope.active {
  background: #197bb7;
}
.simulador #step-1-2 .icon-roof-slope-title {
  max-width: 136px;
}
.simulador #step-2 {
  display: none;
}
.simulador #step-2 .input-icon-after {
  position: absolute;
  top: 9px;
  left: 8px;
  z-index: 1;
}
.simulador #step-2 input[type=number] {
  border: 1px solid #c3c3c3;
  border-radius: 20px;
  position: relative;
  padding-left: 25px;
}
.simulador #step-2 input[type=number]:focus {
  border-color: #197bb7;
}
.simulador #step-3 {
  display: none;
}
.simulador #step-3 .input-icon-after {
  position: absolute;
  top: 9px;
  left: 8px;
  z-index: 1;
}
.simulador #step-3 input[type=number] {
  border: 1px solid #c3c3c3;
  border-radius: 20px;
  position: relative;
  padding-left: 25px;
}
.simulador #step-3 input[type=number]:focus {
  border-color: #197bb7;
}
.simulador #step-3 {
  display: none;
}
.simulador #step-4 {
  display: none;
  position: relative;
}
.simulador #step-4 .loading-overlay, .simulador #confirm-page-content .loading-overlay {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
}
.simulador #step-4 .grid-savings-1,
.simulador #step-4 .grid-savings-2,
.simulador #confirm-page-content .grid-savings-1,
.simulador #confirm-page-content .grid-savings-2  {
  position: relative;
  display: grid;
  width: 300px;
}
.simulador #step-4 .grid-savings-1:after,
.simulador #step-4 .grid-savings-2:after,
.simulador #confirm-page-content .grid-savings-1:after,
.simulador #confirm-page-content .grid-savings-2:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #197bb7;
  box-sizing: border-box;
  border-radius: 5px;
}
.simulador #step-4 .grid-savings-1,
.simulador #confirm-page-content .grid-savings-1 {
  grid-template-columns: auto 1fr;
}
.simulador #step-4 .grid-savings-2,
.simulador #confirm-page-content .grid-savings-2 {
  grid-template-columns: 1fr auto;
}
.simulador #step-4 .special-card,
.simulador #confirm-page-content .special-card {
  width: 250px;
  display: flex;
  align-items: center;
}
.simulador #step-4 .special-card .icon-container-square,
.simulador #confirm-page-content .special-card .icon-container-square {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.simulador #step-4 .special-card .icon-container-square svg,
.simulador #confirm-page-content .special-card .icon-container-square svg {
  max-width: 100%;
  max-height: 100%;
}
.simulador #step-4 .special-card .text-container,
.simulador #confirm-page-content .special-card .text-container {
  margin-left: 0.5rem;
  line-height: 1;
  flex-grow: 0;
}
.simulador #step-5 {
  display: none;
}
.simulador #step-5 .shadow-bottom {
  box-shadow: none;
}
.simulador #step-5 label {
  margin-bottom: 0;
  font-style: oblique;
  font-size: 12px;
  color: #747474;
}
.simulador #step-5 textarea:focus {
  border: 1px solid #197bb7 !important;
}
.simulador #step-5 #assunto[readonly] {
  background-color: transparent;
}
.simulador #step-5 button {
  float: none;
  padding: 0.375rem 0.75rem;
  background: #197bb7 !important;
  color: white !important;
  text-transform: uppercase;
  border-radius: 4px;
  border-bottom: 2px solid transparent;
}
.simulador #step-5 button:hover {
  background: transparent !important;
  color: #197bb7 !important;
  border-radius: 0;
  border-bottom: 2px solid #197bb7;
}
.simulador #step-5 .error {
  color: #197bb7;
}
.simulador .map-container {
  margin-bottom: 325px;
}
.simulador .map-container .map {
  height: 300px;
  margin-top: 25px;
  position: absolute;
  width: 100vw;
  left: calc(50% - 50vw);
  background: #747474;
}
.simulador select {
  border: 1px solid #c3c3c3;
  border-radius: 20px;
}
.simulador select:focus {
  border-color: #197bb7;
  box-shadow: none;
}
.simulador .trigger-info-modal {
  cursor: pointer;
}
.simulador .step-buttons-container button {
  background: #197bb7;
  color: white;
  text-transform: uppercase;
  border-radius: 4px;
  border-bottom: 2px solid transparent;
}
.simulador .step-buttons-container button:hover {
  background: transparent;
  color: #197bb7;
  border-radius: 0;
  border-bottom: 2px solid #197bb7;
}

.simulador .mais,.simulador .menos {
  width: 22px; height: 22px; background: #f3ad28 url(../images/sprite.png) -78px -19px no-repeat; display: inline-block;margin-top: 10px;cursor: pointer;
}

.simulador .menos{
  background-position: -100px -19px;
}

#modal-on-step2 .modal-header,
#modal-on-step2-kwh .modal-header,
#modal-on-step3 .modal-header {
  background-color: #707070;
  color: #fff;
}
#modal-on-step2 .modal-header .close,
#modal-on-step2-kwh .modal-header .close,
#modal-on-step3 .modal-header .close {
  color: #fff;
}
#modal-on-step2 .modal-body,
#modal-on-step2-kwh .modal-body,
#modal-on-step3 .modal-body {
  font-size: 14px;
}
#modal-on-step2 .lh-2,
#modal-on-step2-kwh .lh-2,
#modal-on-step3 .lh-2 {
  line-height: 2;
}
#modal-on-step2 .cpe-border,
#modal-on-step2-kwh .cpe-border,
#modal-on-step3 .cpe-border {
  border: 1px solid #197bb7;
  padding: 2px 4px;
}
#modal-on-step2 .cell-with-border,
#modal-on-step2-kwh .cell-with-border,
#modal-on-step3 .cell-with-border {
  border-left: 1px solid #197bb7;
  border-right: 1px solid #197bb7;
}
#modal-on-step2 .cell-with-border-top,
#modal-on-step2-kwh .cell-with-border-top,
#modal-on-step3 .cell-with-border-top {
  border-top: 1px solid #197bb7;
}
#modal-on-step2 .cell-with-border-bottom,
#modal-on-step2-kwh .cell-with-border-bottom,
#modal-on-step3 .cell-with-border-bottom {
  border-bottom: 1px solid #197bb7;
}

.font-weight-bold {
  font-weight: 700;
}

.simulador-kit{
  font-size: 12px;
  border-radius: 12px;
  font-weight: bold;
  background-color:#FF6418;
  padding: 1.25em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.simulador-kit span{
  font-size: 20px;
  border-radius: 12px;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-content: stretch;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}


.simulador-radiante h2 {
  color: #197bb7;
}

.simulador-radiante #step-2 {
  display: none;
}
.simulador-radiante #step-3,.simulador-radiante #step-3-1,.simulador-radiante #step-3-2,.simulador-radiante #step-3-3 {
  display: none;
}
.simulador-radiante #step-4 {
  display: none;
}
.simulador-radiante #step-5 {
  display: none;
}
.simulador-radiante #step-6 {
  display: none;
}
.simulador-radiante .steps-container {
  padding: 0 60px;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.simulador-radiante .steps-container .step.active .step-circle {
  background: #197bb7;
}
.simulador-radiante .steps-container .step.active .step-title {
  color: #000;
}
.simulador-radiante .steps-container .step .step-circle {
  border-radius: 50%;
  background: #C3C3C3;
}
.simulador-radiante .steps-container .primary-step {
  flex-grow: 0;
  position: relative;
}
.simulador-radiante .steps-container .primary-step .step-circle {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.simulador-radiante .steps-container .primary-step .step-title {
  font-size: 12px;
  color: #C3C3C3;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  white-space: nowrap;
}
.simulador-radiante .steps-container .step-spacer {
  flex-grow: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.simulador-radiante .steps-container .step-spacer:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #C3C3C3;
}
.simulador-radiante .steps-container .step-spacer .secondary-step .step-circle {
  width: 14px;
  height: 14px;
}
.simulador-radiante .steps-container .help-trigger {
  position: absolute;
  right: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #C3C3C3;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.simulador-radiante .steps-container .help-trigger:hover {
  background-color: #197bb7;
  color: white;
  cursor: pointer;
}
.simulador-radiante .step-buttons-container button {
  background: #197bb7;
  color: white;
  text-transform: uppercase;
  border-radius: 4px;
  border-bottom: 2px solid transparent;
}
.simulador-radiante .step-buttons-container button:hover {
  background: transparent;
  color: #197bb7;
  border-radius: 0;
  border-bottom: 2px solid #197bb7;
}


/**/

.configurator-fv #step-2 {
  display: none;
}
.configurator-fv #step-3,.configurator-fv #step-3-1,.configurator-fv #step-3-2,.configurator-fv #step-3-3 {
  display: none;
}
.configurator-fv #step-4,.configurator-fv #step-5,.configurator-fv #step-6,.configurator-fv #step-7 {
  display: none;
}
.configurator-fv .steps-container {
  padding: 0 60px;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.configurator-fv .steps-container .step.active .step-circle {
  background: #197bb7;
}
.configurator-fv .steps-container .step.active .step-title {
  color: #000;
}
.configurator-fv .steps-container .step .step-circle {
  border-radius: 50%;
  background: #C3C3C3;
}
.configurator-fv .steps-container .primary-step {
  flex-grow: 0;
  position: relative;
}
.configurator-fv .steps-container .primary-step .step-circle {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.configurator-fv .steps-container .primary-step .step-title {
  font-size: 12px;
  color: #C3C3C3;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  white-space: nowrap;
}
.configurator-fv .steps-container .step-spacer {
  flex-grow: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.configurator-fv .steps-container .step-spacer:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #C3C3C3;
}
.configurator-fv .steps-container .step-spacer .secondary-step .step-circle {
  width: 14px;
  height: 14px;
}
.configurator-fv .steps-container .help-trigger {
  position: absolute;
  right: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #C3C3C3;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.configurator-fv .steps-container .help-trigger:hover {
  background-color: #197bb7;
  color: white;
  cursor: pointer;
}
.configurator-fv .step-buttons-container button {
  background: #197bb7;
  color: white;
  text-transform: uppercase;
  border-radius: 4px;
  border-bottom: 2px solid transparent;
}
.configurator-fv .step-buttons-container button:hover {
  background: transparent;
  color: #197bb7;
  border-radius: 0;
  border-bottom: 2px solid #197bb7;
}


.simulador-radiante .mais,.simulador-radiante .menos {
  width: 22px; height: 22px; background: #f3ad28 url(../images/sprite.png) -78px -19px no-repeat; display: inline-block;margin-top: 10px;cursor: pointer;
}

.simulador-radiante .menos{
  background-position: -100px -19px;
}

.tab-details{
  font-size: 14px;
  font-weight: bold;
}

.tab-values{
  font-size: 14px;
}

.tab-values-unit{
  font-size: 14px;
}

.btn-sm.toggle-btn{
  margin-right: 5px;
}
/*
body{
  font-family: 'Roboto' !important;
}
 */