/*-------------------------------------------------------------------
COMUM A TODOS
--------------------------------------------------------------------*/
@media screen and (max-width: 1023px) { /* PARA DISPOSITIVOS PEQUENOS*/
#pctablet, .pctablet {display:none;}
#smartphone, .smartphone{display:block}
}
@media screen and (min-width: 1024px) { /* PARA DISPOSITIVOS GRANDES*/
#pctablet, .pctablet{display:block;}
#smartphone, .smartphone{display:none}
}
/*-------------------------------------------------------------------
GERAL
--------------------------------------------------------------------*/
body{margin:0px; padding:0px; font-family:  'Montserrat', sans-serif;}
.row{margin:0px; padding:0px}
a:link,a:visited,a:hover,a:active {font-family:  'Montserrat', sans-serif; font-size:1.1em;}
a:hover {text-decoration:underline;}
/*-------------------------------------------------------------------
SITE
--------------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
.site-width{width:98%;position:relative;margin:0 auto;}
.site-width2{width:98%;position:relative;margin:0 auto;}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
.site-width{width:950px;position:relative;margin:0 auto;}
.site-width2{width:800px;position:relative;margin:0 auto;}
}
@media screen and (min-width: 1280px) and (max-width: 1365px) {
.site-width{width:1100px;position:relative;margin:0 auto;}
.site-width2{width:900px;position:relative;margin:0 auto;}
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
.site-width{width:1150px;position:relative;margin:0 auto;}
.site-width2{width:1010px;position:relative;margin:0 auto;}
}
@media screen and (min-width: 1920px) {
.site-width{width:1250px;position:relative;margin:0 auto;}
.site-width2{width:1110px;position:relative;margin:0 auto;}
}

/*-------------------------------------------------------------------
COLORS
--------------------------------------------------------------------*/
body{background-color:#0f0f0f;}
.site-menu-topo{color:#fff; background-color:rgba(0,0,0,1)}

.pesquisa-mobile-subtitulo{color:#fff;}
a:link,a:visited,a:hover,a:active,body {
color: #969696;
}
.menu-div{color:#959595; background-color:rgba(0,0,0,0.7);}
.menu-topo{color: #fff; padding-top:5px; font-weight:500;}
.menu-topo:hover,.menu-topo.active {color:#00953a;}

.conteudo-div{ background-color:#0f0f0f}
.pesquisa-div2{background-color:#0f0f0f;}
.pagina-titulo h1{color:#009343;}
.pagina-texto h3{color:#969696; }

.pesquisa-titulo{
color:#009343;
}
.tri-form2 input[type="password"].form-control, .tri-form2 input[type="text"].form-control, .tri-form2 input[type="email"].form-control, .tri-form2 textarea.form-control{
background-color:#434343; color:#fff; border:1px solid #575757; font-weight:500;}

.tri-form2 input[type="text"].form-control::placeholder, .tri-form2 input[type="email"].form-control::placeholder, .tri-form2 input[type="password"].form-control::placeholder, .tri-form2 textarea.form-control.form-control::placeholder{
color:#fff;
}
.tri-form2 .checkbox .cr {border: 1px solid #c60000;}

.mdb-select{
  color:#fff;
  font-weight:500;
  border:1px solid #575757;
  background: url("../images/arrow.png") no-repeat right #434343;
	  }
.pesquisa-box{background-color:#2a2a2a}
.pesquisa-botao{color:#fff; background-color:#009343;}
.contactos-botao{color:#fff; border-radius:5px;background-color:#009343;
}

.stock-vermais{color:#fff; background-color:#ff000c;}
.pesquisa-botao:hover,.stock-vermais:hover{ opacity:0.8}

#search-close{color:#ff000c;}
.pesquisa-mobile-close, .pesquisa-mobile-open{background-color:#191919;}

.destaques-titulo,.ultimas-titulo,.servicos-titulo,.catalogo-titulo{color: #009343;}
.destaques-marca .marca{color: #009343;}
.destaques-subtitulo,.ultimas-subtitulo{color:#fff;}
.destaques-box{background-color:#2a2a2a;}
.destaques-marca .modelo{color:#fff;}
.destaques-versao{color:#fff;}
.destaques-icon{color:#009343;}
.destaques-info{color:#fff;}
.destaques-preco{
color:#fff; background-color:#ff000c;
}

#viaturas-box{
background-color:#2a2a2a;
}
#viaturas-box:hover{background-color:#252525;}
#viaturas-preco1{
color:#fff; background-color:#ff000c;
}
#viaturas-preco2{
color:#fff; background-color:#313131;
}
#viaturas-preco3{
color:#fff; background-color:#ff000c;
}
#viaturas-marca{color:#009343;}
.viaturas-versao{color:#d2d2d2;}
.viaturas-icon{color:#009343;}
.viaturas-info{color:#d2d2d2;}
.ultimas-div{background-color:#111111;}

.servicos-div{background-color:#191919;}

.servicos-box{border:8px solid #2f2f2f;}
.servicos-gradiante{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,009343+100&0+0,1+100 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,147,67,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.servicos-subtitulo{color:#fff;}
.servicos-bot{background-color:#2f2f2f; color:#009343;}
.rodape-div{background-color:#141414;}
.rodape-mapa-div{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b1b1b+46,131313+50,131313+100 */
background: rgb(20,20,20); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(20,20,20,1) 50%, rgba(15,15,15,1) 50.01%, rgba(15,15,15,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(20,20,20,1) 50%,rgba(15,15,15,1) 50.01%,rgba(15,15,15,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(20,20,20,1) 50%,rgba(15,15,15,1) 50.01%,rgba(15,15,15,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#0f0f0f',GradientType=0 ); /* IE6-9 */

}
#rodape-icon,#rodape-titulos,#rodape-direcoes:hover{color: #009343;}
#rodape-texto{color: #969696;}
#rodape-direcoes{color: #969696;}
#rodape-direcoes:hover{color: #009343;}
a.rodape-termos:link,a.rodape-termos:visited,a.rodape-termos:hover,a.rodape-termos:active,.rodape-termos { color:#c3c3c3;}
.rodape-menu{background-color:#0e0e0e;}
.direitos-stand-nome{color:#009343;}
.direitos-texto1,.direitos-texto2{color:#fff;}
.direitos-texto3{color:#fff;}
.termos-div1{ background-color:#0e0e0e;}
.termos-div2{background-color:#000000;}
.meustand-logo{
filter: invert(27%) sepia(98%) saturate(3073%) hue-rotate(141deg) brightness(96%) contrast(101%);
}
.form-error {
    color: #ff000c !important;
}

.paginacao div{background-color:#171717; color:#fff;}
.paginacao .active,.paginacao div:hover{ background-color:#009343; color:#fff;}


.compramos-anexos-titulo{color:#969696;}
.compramos-anexos-subtitulo{color:#444; border-bottom:1px solid #444;}


a.scrollup{
	color:#fff;
}
a.scrollup:hover{
color:#009343;
}

.financiamento-titulo h1{font-size: 1.4em; color:#838383; font-weight:600; text-transform:uppercase; margin-top:70px;}
.financiamento-subtitulo{font-size: 1.1em; color:#969696; font-weight:500; margin-bottom:40px;}
.financiamento-texto h2{font-size: 0.9em !important; color:#969696; font-weight:400; margin-top:50px; line-height:1.6em;}
.financiamento-intro{font-size: 0.9em !important; color:#969696; font-weight:400; margin-top:50px;}

a.contactos-termos:link,a.contactos-termos:visited,a.contactos-termos:hover,a.contactos-termos:active,#contactos-morada-info {
color:#818181; font-weight:500;
}
#contactos-morada-titulo,#contactos-morada-icon{color:#009343; font-weight:500;}


#viatura-titulos h3{color:#009343;}
#viatura-texto h4{color:#818181;}

a.viatura-botoes{
color:#fff !important; background-color:#009343;border-radius:5px;}
 
a.viatura-botoes:hover{ opacity:0.8;}

#viatura-preco{color:#fff;background-color:#ff000c;border-radius:5px;}
#viatura-mensalidade{background-color:#191919; color:#fff;border-radius:5px;}
#viatura-info-icon i{color:#009343;}
#viatura-info-icon span{color:#818181; font-weight:500;}
#viatura-info-texto{color:#818181; font-weight:500;}

#viatura-equipamento-cat{color:#009343;}
#viatura-equipamento-nome{color:#818181; font-weight:500;}
#viatura-equipamento-nome i{color:#009343;}
.viatura-fotografias{background-color:rgba(255,255,255,0.8); color:#000;}

.vendido{color:#fff; background-color:#d91112;}

.mobile-top-bar{color:#fff; background-color:#000}

.mobile-top-bar-down {
	background-color:#000;
}
.mobilebar1, .mobilebar2, .mobilebar3,.arrow-down:after,.arrow-up:after {
  background-color: #fff;
}

@keyframes mobilebotao {
  0% {opacity: 0.2; color:#009343; }
  20% {opacity: 1; color:#fff; }
  90% {opacity: 1; color:#fff}
  100% {opacity: 0.2; color:#009343;}
}
.mobile-botao{color:#fff;}

.mobile-menu-close, .mobile-menu-open{background-color:#000; color:#969696;}

.menu-mobile-nivel1{
background-color:transparent;
color:#fff;
}

.menu-mobile-nivel1:active,.menu-mobile-nivel1.active{background-color:rgba(0,0,0,0.8); color:#00943a;}

.menu-mobile-nivel1content{
background-color:rgba(0,0,0,0.8);
}
.menu-mobile-nivel2{
background-color:rgba(0,0,0,0.1);
color:#969696;
}
.menu-mobile-nivel2:active,.menu-mobile-nivel2.active{color:#00943a;background-color:rgba(0,0,0,0.8);}

.mobile-contactos-close, .mobile-contactos-open{background-color:#000; color:#fff; }
.mobile-contactos-faleconnosco{color:#fff;}
.mobile-contactos{background-color:#000;}
.mobile-telefone-icon,.mobile-telemovel-icon,.mobile-sms-icon,.mobile-direcoes-icon{color:#fff;}
.mobile-messenger-icon{color:#00abf7;}
.mobile-whatsapp-icon{color:#26cc64;}
.mobile-icon-texto{color:#969696;}
/*-------------------------------------------------------------------
LAYOUT
--------------------------------------------------------------------*/
.site-menu-topo{width:100%; position:fixed; top:-100px; min-height:50px; padding-top:20px; padding-bottom:10px; z-index:11; text-align:center;-webkit-transition: all 0.7s; transition:  all 0.7s;
-webkit-box-shadow: 0px 10px 22px 0px rgba(255,255,255,0.04);
-moz-box-shadow: 0px 10px 22px 0px rgba(255,255,255,0.04);
box-shadow: 0px 10px 22px 0px rgba(255,255,255,0.04);
}

.site-menu-up {
    top: -100px;
}
.site-menu-down {
    top: 0px;
}

.menu-div{width:100%; min-height:150px; position:absolute; top:0px; left:0px; z-index:2;}
.menu-top-site{position:absolute; top:100px; right:0px; z-index:99}
.logotipo-topo{position:absolute; top:25px; left:0px; z-index:1; width:248px; height:93px; background-position:left center; background-repeat:no-repeat; background-size:contain}
.logotipo-topo2{position:relative; float:left; margin-right:50px; margin-top:-6px; width:120px; height:40px; background-position:left center; background-repeat:no-repeat; background-size:contain}

.pesquisa-div{margin-top:-180px; z-index:2; padding:0px 150px 0px 150px}
.pesquisa-div2{padding-top:50px;}
.pesquisa-marcas{padding:0px 150px 0px 150px;}
.pesquisa-box{ border-radius:10px; padding:25px 20px 10px 30px;
-webkit-box-shadow: 0px 12px 34px -6px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 12px 34px -6px rgba(0,0,0,0.15);
box-shadow: 0px 12px 34px -6px rgba(0,0,0,0.15);
}

.pesquisa-titulo,.destaques-titulo,.destaques-subtitulo,.stock-vermais,.ultimas-subtitulo,.ultimas-titulo,.servicos-titulo,.catalogo-titulo{font-family:  'Montserrat', sans-serif;}
.pesquisa-titulo{font-weight:500; padding-left:10px; font-size:1.3em; margin-bottom:30px; text-transform:uppercase;}
.destaques-div{padding:140px 0px 50px 0px;}
.destaques-titulo,.ultimas-titulo,.servicos-titulo,.catalogo-titulo{font-size:2.1em; text-align:center; font-weight:500; margin-bottom:5px;}
.destaques-subtitulo,.ultimas-subtitulo{font-size:1em; text-align:center; font-weight:500; margin-bottom:50px; text-transform:uppercase}
.conteudo-div{padding:80px 0px 80px 0px;}
.ultimas-div{padding:120px 0px 50px 0px;}

.stock-vermais{position:relative; float:left; border-radius:10px; padding:15px 40px 15px 40px; font-size:0.8em; font-weight:500; transition:all 0.2s ease-in-out;}
.servicos-div{padding:120px 0px 180px 0px;}

.rodape-logo-div{margin-top:-94px; text-align:center; z-index:2;}
.rodape-logo{width:349px; height:189px; position:relative; margin:0 auto; background-image:url(/template/images/logotipo-rodape.png); background-position:center center; background-repeat:no-repeat; background-size:contain;}

.rodape-contactos-div{margin-top:90px;}
.rodape-redessociais{ margin-top:80px; text-align:center}

.rodape-mapa-div,.rodape-mapa-div iframe{min-height:450px;}
.rodape-mapa-div iframe{width:100%; position:relative; float:left; margin:0 auto; margin:100px 0px 150px 0px; border-radius:30px; overflow:hidden;
-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
}
.rodape-direcoes-div{width:100%; position:relative; float:left; text-align:center; margin-top:-180px;}
.rodape-direcoes-div img{margin:0 auto; position:relative;}

.termos-div1{ padding:50px 0px 30px 0px;}
.termos-div2{padding:30px 0px 30px 0px;}

.vendido{padding:6px 30px 6px 30px; border-top-left-radius:0px; border-bottom-left-radius:25px; font-family:  'Montserrat', sans-serif; font-size:0.9em; font-weight:500; position:absolute; right:10px; top:10px; z-index:9; opacity:0.9}
@media screen and (max-width: 1023px) {
#slideshow-div{margin-top:50px;}
.destaques-div{padding:50px 0px 50px 0px;}
.destaques-titulo,.ultimas-titulo,.servicos-titulo,.catalogo-titulo{font-size:1.4em;}
.destaques-subtitulo,.ultimas-subtitulo{font-size:0.8em;}
.ultimas-div{padding:80px 0px 50px 0px;}
.stock-vermais{padding:10px 30px 10px 30px; font-size:0.7em;}
.servicos-div{padding:80px 0px 50px 0px;}
.rodape-logo-div{margin-top:-65px;}
.rodape-logo{width:250px; height:135px;}
.rodape-mapa-div,.rodape-mapa-div iframe{ min-height:180px;}
.rodape-mapa-div iframe{width:100%; border-radius:10px; box-shadow:none;}
.rodape-direcoes-div{margin-top:-155px;}
.rodape-direcoes-div img{ width:150px;}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
.menu-div{min-height:90px; padding-top:30px;}
.logotipo-topo{top:-16px; left:0px; width:250px; height:63px;}
.logotipo-topo2{margin-top:-6px; width:130px; height:40px;}
.pesquisa-div{margin-top:-120px; z-index:2; padding:0px 50px 0px 50px}
.pesquisa-marcas{padding:0px 140px 0px 140px;}
.pesquisa-box{padding:15px 20px 5px 20px;}
.pesquisa-titulo{font-size:1em; margin-bottom:20px;}
.destaques-div{padding:100px 0px 50px 0px;}
.destaques-titulo,.ultimas-titulo,.servicos-titulo,.catalogo-titulo{font-size:1.6em;}
.destaques-subtitulo,.ultimas-subtitulo{font-size:0.8em;}
.conteudo-div{padding-bottom:80px;}
.ultimas-div{padding:100px 0px 50px 0px;}
.stock-vermais{padding:10px 30px 10px 30px; font-size:0.7em;}
.rodape-contactos-div{margin-top:50px;}
.rodape-logo-div{margin-top:-81px;}
.rodape-logo{width:300px; height:162px;}
.servicos-div{padding:80px 0px 180px 0px;}
.rodape-direcoes-div{margin-top:-170px;}
.rodape-direcoes-div img{ width:160px;}
.rodape-mapa-div,.rodape-mapa-div iframe{min-height:300px;}
.rodape-mapa-div iframe{border-radius:20px;}
.vendido{right:5px; top:5px;}
}
@media screen and (min-width: 1280px) and (max-width: 1365px) {
.menu-div{min-height:90px; padding-top:30px;}
.logotipo-topo{top:-16px; left:0px; width:250px; height:63px;}
.logotipo-topo2{margin-top:-6px; width:130px; height:40px;}
.pesquisa-div{margin-top:-120px; z-index:2; padding:0px 50px 0px 50px}
.pesquisa-marcas{padding:0px 150px 0px 150px;}
.pesquisa-box{padding:25px 30px 5px 30px;}
.pesquisa-titulo{font-size:1.1em; margin-bottom:20px;}
.destaques-div{padding:100px 0px 50px 0px;}
.destaques-titulo,.ultimas-titulo,.servicos-titulo,.catalogo-titulo{font-size:1.8em;}
.destaques-subtitulo,.ultimas-subtitulo{font-size:0.9em;}
.conteudo-div{padding-bottom:100px;}
.ultimas-div{padding:100px 0px 50px 0px;}
.stock-vermais{padding:15px 40px 15px 40px; font-size:0.8em;}
.rodape-contactos-div{margin-top:50px;}
.rodape-logo-div{margin-top:-94px;}
.rodape-logo{width:349px; height:189px;}
.servicos-div{padding:80px 0px 180px 0px;}
.rodape-direcoes-div img{ width:180px;}
.rodape-mapa-div,.rodape-mapa-div iframe{min-height:300px;}
.rodape-mapa-div iframe{border-radius:20px;}
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
.menu-div{min-height:90px; padding-top:30px;}
.pesquisa-div{margin-top:-160px; z-index:2; padding:0px 50px 0px 50px}
.logotipo-topo{top:-16px; left:0px; width:250px; height:63px;}
.logotipo-topo2{margin-top:-6px; width:130px; height:40px;}
}
/*----------------------------------------------------------------------
MARCA DE ÁGUA
-----------------------------------------------------------------------*/
.marca-agua-posicao{position:absolute; z-index:9; left: 10px; top: 10px;}
.marca-agua {
width: 250px;
  height: 250px;
  position:relative;
  background-color:transparent;
}
.marca-agua .corner {
 width: 0; 
	height: 0; 
	border-bottom: 150px solid transparent;
	border-right: 150px solid transparent;
}

.corner span {
  position:absolute;
  top: 35px;
  width: 100px;
  left: 5px;
  text-align: center;
  font-size: 1em;
  font-weight:700;
  font-family:  'Montserrat', sans-serif;
  transform: rotate(-45deg);
  display:block;
}
@media screen and (max-width: 1023px) {

}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
.marca-agua-posicao{left: 5px; top: 5px;}
}
@media screen and (min-width: 1280px) and (max-width: 1365px) {

}
/*-------------------------------------------------------------------
SCROLL UP FIM DA PAGINA
--------------------------------------------------------------------*/
a.scrollup{
	font-size:2.2em;
    position:fixed;
    bottom:50px;
    right:15px;
    display:none;
	cursor:pointer;
    z-index:12;
	transition:all 0.2s ease-in-out;
}

@media screen and (max-width: 1023px) { /* PARA DISPOSITIVOS PEQUENOS*/
a.scrollup{ display:none !important;}
}

/*--------------------------------------------------
FORMULÁRIOS 2
----------------------------------------------------*/
.formulario-titulo{font-family:  'Montserrat', sans-serif; font-size:0.8em !important}
.tri-form2 input[type="password"].form-control, .tri-form2 input[type="text"].form-control, .tri-form2 input[type="email"].form-control, .tri-form2 textarea.form-control{
font-family:  'Montserrat', sans-serif; padding:9px;font-size:0.8em;border-radius:4px; outline:none;
}

.tri-form2 .checkbox .cr {position: relative;display: inline-block;border-radius: .25em;width: 1.3em;height: 1.3em;float: left;margin-right: .5em;}
.tri-form2 .checkbox .cr .cr-icon {position: absolute;font-size: .8em;line-height: 0;top: 50%;left: 15%;}
.tri-form2 .checkbox label input[type="checkbox"] {display: none;}
.tri-form2 .checkbox label input[type="checkbox"]+.cr>.cr-icon {opacity: 0;}
.tri-form2 .checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {opacity: 1;}

.tri-form2 .mdb-select,.mdb-select{
  font-family:  'Montserrat', sans-serif;
  font-size:0.8em;
  width: 100%;
  overflow: hidden;
  padding:9px 35px 9px 9px;
   outline:none;
  border-radius:4px;
	  }
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
/*-------------------------------------------------------------------
PAGINAÇÃO
--------------------------------------------------------------------*/
.paginacao{ display: inline-block; margin:0 auto;}
.paginacao div{position:relative;font-weight:500; float:left; margin:0px 5px 0px 5px; cursor:pointer; text-decoration:none; padding:6px 12px 6px 12px; font-size:0.8em;
-webkit-transition: all 0.5s; /* Safari */
transition: all 0.5s;
border-radius: 2px;
}
.paginacao .fa{ padding:0px; margin:0px; }
@media screen and (max-width: 1023px) {
}

/*-------------------------------------------------------------------
BOOTBOX
--------------------------------------------------------------------*/
.bootbox .modal-sm{ width:90%; }
.bootbox .modal-header{
font-family: 'Roboto', sans-serif;
font-size:1em;
display: block;
color:#fff !important;
background-color: #4d4d4d !important;
border-bottom: 1px solid #4d4d4d;
}
.modal-dialog .modal-title,.modal-dialog .icofont-close{
color:#fff !important; font-size:1em; font-weight:500;
}

.bootbox .modal-open .modal {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.bootbox .modal-body
{
    background-color: #4d4d4d !important;
}

.bootbox .modal-content
{
background-color: #4d4d4d;
border-top:1px solid #4d4d4d;
border-bottom:1px solid #4d4d4d;
color:#fff; font-size:1em;font-family: 'Roboto', sans-serif;
}
.bootbox .modal-footer
{
 background-color: #4d4d4d;
 border-top:1px solid #4d4d4d;
}
.bootbox-close-button{ display:none; }

a.bootbox-link{color:#fff; text-decoration:underline;}
.bootbox-alert div div div button.btn-primary{
	padding:8px 20px 8px 20px; font-size:0.9em;font-family: 'Roboto', sans-serif;
     }
	 
.modal-content{background-color:#4d4d4d; color:#fff !important; border:none; border-radius:20px;}
.modal-header{border:none !important;}
/*-------------------------------------------------------------------
TOOLTIP
--------------------------------------------------------------------*/
.tooltip-inner {
    background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.8);
-moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.8);
box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.8);
font-family:  'Montserrat', sans-serif;
font-weight:600;
    color: #000;
	font-size:0.8em;
	width:auto;
	padding:5px 8px 5px 8px;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: rgba(255, 255, 255, 0.8);
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: rgba(255, 255, 255, 0.8);
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: rgba(255, 255, 255, 0.8);
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: rgba(255, 255, 255, 0.8);
}
/*-------------------------------------------------------------------
CAMPANHAS POPUP
--------------------------------------------------------------------*/
#campanhas-box{width:100%; height:100vh; position:absolute; top:0px; z-index:999999999; background-color:rgba(0,0,0,0.8); display:none;}
#campanhas-close{position:absolute; top:20px; right:20px; border-radius:30px; padding:5px 13px 5px 13px; background-color:#fff; color:#000;font-family:  'Montserrat', sans-serif; font-size: 1.2em; font-weight:500; cursor:pointer; -webkit-transition: all 0.5s; /* Safari */transition:  all 0.5s;}
#campanhas-close:hover{background-color:#cb3232; color:#fff;}

#campanhas-stage{
 margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); overflow:auto;
}
@media screen and (max-width: 1023px) {
#campanhas-stage{width:95%; max-height:75vh }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
#campanhas-stage{width:900px; max-height:80vh }
}
@media screen and (min-width: 1280px) and (max-width: 1365px) {
#campanhas-stage{width:700px; max-height:80vh }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
#campanhas-stage{width:700px; max-height:80vh }
}
@media screen and (min-width: 1920px) and (max-width: 2159px) {
#campanhas-stage{width:700px; max-height:80vh;}
}
@media screen and (min-width: 2160px) {
#campanhas-stage{width:700px; max-height:80vh }
}

/*-------------------------------------------------------------------
BOAS FESTAS
--------------------------------------------------------------------*/
#boasfestas-box{width:100%; height:100vh; position:absolute; z-index:99999; background-color:rgba(0,0,0,0.8); display:none}
#boasfestas-close{position:absolute; top:0px; right:0px; border-radius:30px; padding:5px 13px 5px 13px; background-color:#fff; color:#000;font-family:  'Montserrat', sans-serif; font-size: 1.2em; font-weight:500; cursor:pointer; border:2px solid #ccc; -webkit-transition: all 0.5s; /* Safari */transition:  all 0.5s;}
#boasfestas-close:hover{background-color:#cb3232; color:#fff;}

#boasfestas-stage{
 margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); overflow:auto;
}
@media screen and (max-width: 1023px) {
#boasfestas-stage{width:95%; max-height:75vh }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
#boasfestas-stage{width:900px; max-height:80vh }
}
@media screen and (min-width: 1280px) and (max-width: 1365px) {
#boasfestas-stage{width:1000px; max-height:80vh }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
#boasfestas-stage{width:1200px; max-height:80vh }
}
@media screen and (min-width: 1920px) and (max-width: 2159px) {
#boasfestas-stage{width:1200px; max-height:80vh }
}
@media screen and (min-width: 2160px) {
#boasfestas-stage{width:1200px; max-height:80vh }
}
/*-------------------------------------------------------------------
GOOGLE RECAPTCHA
--------------------------------------------------------------------*/
.grecaptcha-badge { 
    visibility: hidden;
}

.form-error {
    display: block;
	font-size:0.75em !important;
	position:absolute; bottom: -27px; z-index:2;
	font-weight:700 !important;
}
@media screen and (max-width: 1023px) { /* PARA DISPOSITIVOS PEQUENOS*/
.form-error { position:relative; float:left; margin-top:5px; bottom: 0px;
}
}
/*-------------------------------------------------------------------
PRE LOADING
--------------------------------------------------------------------*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
	background: #000 url(../images/loading.gif)  50% 50% no-repeat;
	background-size: 150px;

}
/*-------------------------------------------------------------------
SCROLL VERTICAL
-------------------------------------------------------------------*/
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000 !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


/*-------------------------------------------------------------------
CATÁLOGO
-------------------------------------------------------------------*/
.topo-login-posicao{position:absolute; right:100px; top:35px; z-index:1;}
.topo-carrinho-posicao{position:absolute; right:30px; top:35px; z-index:1;}

.catalogodestaques.owl-theme .owl-dots .owl-dot span{background:#eaeaea;}
.catalogodestaques.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#333b41}

.catalogo-div{ min-height:858px; background-image:url(/template/images/banner-centro-1920.jpg); background-repeat:no-repeat; background-position:center; background-size:cover;padding:80px 0px 100px 0px;}

.catalogo-botao-div{margin-top:40px; text-align:center;}
.catalogo-botao{position:relative; float:left; padding:10px 25px 10px 25px; font-weight:500; font-size:1em; border-radius:8px; text-transform:uppercase; color:#000; background-color:#fff; 
-webkit-box-shadow: 0px 0px 30px 0px rgba(255,255,255,0.65);
-moz-box-shadow: 0px 0px 30px 0px rgba(255,255,255,0.65);
box-shadow: 0px 0px 30px 0px rgba(255,255,255,0.65);
transition:all 0.2s ease-in-out;
}
.catalogo-botao:hover{ opacity:0.8;}