/*-------------------------------------------------------------------
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:1250px;position:relative;margin:0 auto;}
.site-width2{width:1110px;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:#131313;}
.site-menu-topo{background-color:#edac38; color:#fff;}

.pesquisa-mobile-subtitulo{color:#fff;}
.pesquisa-box{background-color:#232323}
a:link,a:visited,a:hover,a:active,body {
color: #fff;
}
.menu-div{background-color:#edac38;}
.menu-topo{color: #fff;}
.menu-topo:hover,.menu-topo.active {color:#3e3831;}

.pagina-titulo h1{color:#edac38;}
.pagina-texto h3{color:#969696; }

.pesquisa-titulo{
color:#edac38;
}
.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:#2f2f2f; color:#fff; border:1px solid #edac38;}

.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 #c99a30;}

.mdb-select{
  color:#fff;
  border:1px solid #edac38;
  background: url("../images/arrow.png") no-repeat right #2f2f2f;
	  }
.pesquisa-botao,.stock-vermais,.contactos-botao{color:#000; background-color:#edac38}
.pesquisa-botao:hover,.stock-vermais:hover{ opacity:0.8}

#search-close{color:#edac38;}
.pesquisa-mobile-close, .pesquisa-mobile-open{background-color:#131313;}

.destaques-titulo,.ultimas-titulo,.servicos-titulo{color: #edac38;}
.destaques-subtitulo,.ultimas-subtitulo{color:#fff;}
.destaques-box{background-color:#edac38;}
.destaques-marca .marca{color:#000;}
.destaques-marca .modelo{color:#fff;}
.destaques-versao,.destaques-info{color:#fff;}
.destaques-preco{color:#edac38; background-color:#3c3731;}
.destaques-preco:hover{color:#333; background-color:#fff;}
.destaques-icon{color:#3c3731;}
.destaques-info{color:#3c3731;}
#viaturas-box{
background-color:#232323;
}
#viaturas-box:hover{background-color:#2d2c2c;}
#viaturas-preco1{
color:#fff; background-color:#edac38;
}
#viaturas-preco1:hover{background-color:#fff; color:#333}
#viaturas-preco2{
color:#3c3731; background-color:#edac38;
}
#viaturas-preco3{
color:#edac38; background-color:#313131;
}
#viaturas-marca{color:#edac38;}
.viaturas-versao{color:#fff;}
.viaturas-icon{color:#edac38;}
.viaturas-info{color:#edac38;}
.ultimas-div{background-color:#000;}

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

.servicos-box{border:8px solid #232323;}
.servicos-gradiante{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,edac38+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(237,172,56,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(237,172,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(237,172,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#edac38',GradientType=0 ); /* IE6-9 */
}
.servicos-subtitulo{color:#fff;}
.servicos-bot{background-color:#2f2f2f; color:#edac38;}

.rodape-div{background-color:#1b1b1b;}
#rodape-icon,#rodape-titulos,#rodape-direcoes:hover{color: #edac38;}
#rodape-texto{color: #969696;}
#rodape-direcoes{color: #969696;}

.termos-div2{background-color:#edac38;}
.direitos-stand-nome{color:#edac38;}
.direitos-texto1,.direitos-texto2{color:#969696;}
.direitos-texto3{color:#fff;}
.meustand-logo{
filter: invert(19%) sepia(5%) saturate(1077%) hue-rotate(345deg) brightness(97%) contrast(91%);
}
.form-error {
    color: #edac38 !important;
}

.paginacao div{background-color:#232323; color:#edac38;}
.paginacao .active,.paginacao div:hover{ background-color:#edac38; color:#000;}

a.scrollup{
	color:#fff;
}
a.scrollup:hover{
	opacity:0.8;
}

.redesocial-fix-box{background-color:#2c2c2c;}
.redesocial-fix-text{color:#edac38;}

.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:#969696;
}
#contactos-morada-titulo,#contactos-morada-icon{color:#edac38;}


#viatura-titulos h3{color:#edac38;}
#viatura-texto h4{color:#969696;}

a.viatura-botoes{
color:#000 !important; background-color:rgba(255,255,255,0.6);}
 
a.viatura-botoes:hover{
background-color:rgba(255,255,255,1);
color:#000;
}

#viatura-preco{background-color:#edac38; color:#fff; cursor:pointer;-webkit-transition: all 0.5s; transition:  all 0.5s;}
#viatura-preco:hover{background-color:#fff; color:#333; }
#viatura-mensalidade{background-color:#d12023; color:#fff;}
#viatura-info-icon i{color:#edac38;}
#viatura-info-icon span{color:#969696;}
#viatura-info-texto{color:#969696;}

#viatura-equipamento-cat{color:#edac38;}
#viatura-equipamento-nome{color:#969696;}
#viatura-equipamento-nome i{color:#edac38;}
.viatura-fotografias{background-color:rgba(255,255,255,0.8); color:#000;}

.vendido{color:#000; background-color:#edac38;}

.mobile-top-bar{color:#edac38; background-color:#131313}

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

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

.mobile-menu-close, .mobile-menu-open{background-color:#131313; color:#edac38;}

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

.menu-mobile-nivel1:active,.menu-mobile-nivel1.active{background-color:rgba(255,255,255,1); color:#edac38;}

.menu-mobile-nivel1content{
background-color:rgba(255,255,255,1);
}
.menu-mobile-nivel2{
background-color:rgba(255,255,255,1);
color:#edac38;
}

.mobile-contactos-close, .mobile-contactos-open{background-color:#131313; color:#edac38; }
.mobile-contactos-faleconnosco{color:#edac38;}
.mobile-contactos{background-color:#131313;}
.mobile-telefone-icon,.mobile-telemovel-icon,.mobile-sms-icon,.mobile-direcoes-icon{color:#edac38;}
.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; z-index:11; text-align:center;-webkit-transition: all 0.7s; transition:  all 0.7s;}

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

.menu-div{width:100%; min-height:120px; position:absolute; top:0px; left:0px; z-index:2; padding-top:60px;}
.logotipo-topo{position:absolute; top:-37px; left:0px; z-index:1;}
.logotipo-topo img{ width:400px}
.logotipo-topo2 { position:relative; float:left; margin-right:50px; margin-top:-10px}
.logotipo-topo2 img{ width:200px}

.pesquisa-div{margin-top:-170px; z-index:2; padding:0px 150px 0px 150px}
.pesquisa-div2{margin-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{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{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{margin-bottom:80px;}
.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 150px 0px;}

.rodape-logo-div{margin-top:-50px; text-align:center; z-index:2;}
.rodape-logo{width:350px; height:99px; position:relative; margin:0 auto; padding:40px; background-image:url(/template/images/logotipo-rodape.png); background-size:contain; border-radius:15px; background-position:center center; background-repeat:no-repeat}
.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{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b1b1b+46,131313+50,131313+100 */
background: rgb(27,27,27); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(27,27,27,1) 50%, rgba(19,19,19,1) 50.01%, rgba(19,19,19,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(27,27,27,1) 50%,rgba(19,19,19,1) 50.01%,rgba(19,19,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(27,27,27,1) 50%,rgba(19,19,19,1) 50.01%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#131313',GradientType=0 ); /* IE6-9 */

}
.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{ margin-top:50px; margin-bottom:30px;}
.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{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:-45px;}
.rodape-logo{width:220px; height:90px;}
.rodape-mapa-div,.rodape-mapa-div iframe{min-height:180px;}
.rodape-mapa-div iframe{width:100%; border-radius:20px; 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:80px; padding-top:36px;}
.logotipo-topo{top:-18px;}
.logotipo-topo img{width:250px}
.logotipo-topo2 {margin-right:50px; margin-top:-8px}
.logotipo-topo2 img{ width:150px}

.pesquisa-div{margin-top:-100px; 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{font-size:1.6em;}
.destaques-subtitulo,.ultimas-subtitulo{font-size:0.8em;}
.conteudo-div{margin-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:-55px;}
.rodape-logo{width:270px; height:104px;}
.servicos-div{padding:80px 0px 150px 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:36px;}
.logotipo-topo{top:-20px;}
.logotipo-topo img{width:300px}
.logotipo-topo2 {margin-right:50px; margin-top:-9px}
.logotipo-topo2 img{ width:160px}

.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{font-size:1.8em;}
.destaques-subtitulo,.ultimas-subtitulo{font-size:0.9em;}
.conteudo-div{margin-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:-55px;}
.rodape-logo{width:300px; height:104px;}
.servicos-div{padding:80px 0px 150px 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:35px;}
.logotipo-topo{top:-18px;}
.logotipo-topo img{width:300px}
.logotipo-topo2 {margin-right:50px; margin-top:-9px}
.logotipo-topo2 img{ width:160px}
.rodape-logo-div{margin-top:-53px;}
.rodape-logo{width:330px; height:104px;}
}
/*----------------------------------------------------------------------
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;
	  }

/*-------------------------------------------------------------------
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: 10px;
}
.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:#969696;
background-color: #232323;
border-bottom:1px solid #232323;
}
.bootbox .modal-open .modal {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.bootbox .modal-body
{
    background-color: #232323;
}
.bootbox .modal-content
{
background-color: transparent;
border-top:1px solid #232323;
border-bottom:1px solid #232323;
color:#969696; font-size:1em;font-family: 'Roboto', sans-serif;
}
.bootbox .modal-footer
{
 background-color: #232323;
 border-top:1px solid #232323;
}
.bootbox-close-button{ display:none; }

a.bootbox-link{color:#969696; 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;
     }
/*-------------------------------------------------------------------
TOOLTIP
--------------------------------------------------------------------*/
.tooltip-inner {
    background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
font-family:  'Montserrat', sans-serif;
font-weight:600;
    color: #fff;
	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(0, 0, 0, 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(0, 0, 0, 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(0, 0, 0, 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(0, 0, 0, 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 }
}
/*-------------------------------------------------------------------
REDES SOCIAIS BARRA LATERAL
--------------------------------------------------------------------*/
.redesocial-fix-box{
width:50px; position:fixed; right:20px; top:300px; z-index:3; border-radius:10px; padding:10px 5px 20px 5px;
-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.29);
box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.29);
}
.redesocial-fix-text{width:140px; height:140px; position:relative; float:left; font-size:0.9em; margin:10px 5px 20px -110px; padding-right:5px;
font-family:  'Montserrat', sans-serif; font-weight:500;
transform: rotate(-90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

a.redesocial-fix-whatsapp,a.redesocial-fix-messenger{
	margin:0px 15px 0px 5px;
	text-align:center; 
	cursor:pointer;
	position:relative;
	float:left;
	font-size:2em;
	font-weight:400;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;	
}

a.redesocial-fix-messenger{
	color: #007eff;
}

a.redesocial-fix-whatsapp{
	color: #4caf50;
}
a.redesocial-fix-messenger:hover,a.redesocial-fix-whatsapp:hover{ text-decoration:none; opacity:0.8;}


@media screen and (max-width: 1023px) { /* PARA DISPOSITIVOS PEQUENOS*/
.redesocial-fix-box{ display:none;}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
.redesocial-fix-box{top:200px;}
}
@media screen and (min-width: 1280px) and (max-width: 1365px) {
.redesocial-fix-box{top:200px;}
}
/*-------------------------------------------------------------------
GOOGLE RECAPTCHA
--------------------------------------------------------------------*/
.grecaptcha-badge { 
    visibility: hidden;
}

.form-error {
    display: block;
	font-size:0.75em !important;
	position:absolute; bottom: -23px; 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: #131313 url(../images/ring.svg)  50% 50% no-repeat;
	background-size: 120px; 
}
/*-------------------------------------------------------------------
REVIEWS - PERSONALIZAÇÃO
--------------------------------------------------------------------*/
.reviews-titulo{font-family:  'Montserrat', sans-serif; font-size:2.1em; font-weight:500; color: #edac38; text-align:center}
.reviews-subtitulo{font-family:  'Montserrat', sans-serif; font-size:1.1em; font-weight:400; color:#fff; text-align:center; margin-top:15px; margin-bottom:50px;}
@media screen and (max-width: 1023px) { /* PARA DISPOSITIVOS PEQUENOS*/
.reviews-titulo{font-size:1.4em;}
.reviews-subtitulo{font-size:0.9em;}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
.reviews-titulo{font-size:1.6em;}
.reviews-subtitulo{font-size:0.8em;}
}
@media screen and (min-width: 1280px) and (max-width: 1365px) {
.reviews-titulo{font-size:1.8em;}
.reviews-subtitulo{font-size:0.9em;}
}

/*-------------REVIEWS - WIDGET - MODAL--------------------------------------------*/
.reviews-modal-backdrop{background-color:rgba(0,0,0,0.7);}
.reviews-modal{background-color:#fff; color:#000;}
.reviews-button-close{background-color:#fff; color:#000;}
.reviews-button-close:hover{ color:#F00;}
.reviews-modal-data{color:#999;}
.reviews-modal-nome{color:#333; }

/* width */
.reviews-modal-content::-webkit-scrollbar {
  width: 2px;
}
/* Track */
.reviews-modal-content::-webkit-scrollbar-track{
  background: #fff !important
}

/* Handle */
.reviews-modal-content::-webkit-scrollbar-thumb{
  background: #333 !important
}

/* Handle on hover */
.reviews-modal-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/*----------REVIEWS - WIDGET---------------------------------------*/
#reviews-widget.owl-theme .owl-dots .owl-dot span{background:#eaeaea;}
#reviews-widget.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#edac38}
.reviews-vermais{color:#000; background-color:#edac38; font-weight:600}
.reviews-avaliacao{color:#fff;}
.reviews-iten{background-color:#fff;}
.reviews-iten:hover{background-color:#f3f3f3;}
.reviews-data{color:#999;}
.reviews-nome{color:#333;}
.reviews-texto{color:#333;}
.reviews-circulo {
            background-color: #4f5459; /* Cor de fundo azul */
            color: white; /* Cor do texto branco */
        }
/* width */
.reviews-content::-webkit-scrollbar {
  width: 2px;
}
/* Track */
.reviews-content::-webkit-scrollbar-track{
  background: #fff !important
}

/* Handle */
.reviews-content::-webkit-scrollbar-thumb{
  background: #000 !important
}

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