@charset "UTF-8";
/*------------------------------------*
 * #COLORS */
/*------------------------------------ */
/*------------------------------------*
 * #BUTTONS */
/*------------------------------------ */
.btn-main-color {
  background-color: #000;
}
.btn-main-color:hover {
  background-color: rgb(25.5, 25.5, 25.5);
}

.btn-secondary-color {
  color: #666 !important;
  background: #58595b;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.8) !important;
}

/*------------------------------------*
 * #TITLES */
/*------------------------------------ */
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
body .form-control {
  border: solid 1px #888 !important;
}

h1, h2, h3, h4, h5 {
  margin: 0px;
  font-weight: inherit;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

header {
  background: #fff;
  width: 100%;
  z-index: 999;
}
@media screen and (min-width: 992px) {
  header {
    box-shadow: 0px 0px 9px -5px #000;
  }
}

.padding-top {
  padding-top: 55px;
}

.logo a {
  display: inline-block;
}
.logo a img {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.icon-midia {
  background: url(../img/icones/icones_redes.png);
  padding: 10px 16px 10px 16px;
}
.icon-midia.facebook {
  background-position: -84px -7px;
}
.icon-midia.instagram {
  background-position: -47px -7px;
}
.icon-midia.youtube {
  background-position: -10px -7px;
}
.icon-midia.twitter {
  background-position: -121px -7px;
}
.icon-midia.small {
  background-image: url(../img/icones/icones_redes_small.png);
  padding: 10px 12px 0px 12px;
}
.icon-midia.small.facebook {
  background-position: -48px 0px;
}
.icon-midia.small.instagram {
  background-position: -26px 0px;
}
.icon-midia.small.youtube {
  background-position: -3px 0px;
}
.icon-midia.small.twitter {
  background-position: -72px 0px;
}

.header-head-bar {
  background-color: #000;
}
.header-head-bar .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
.header-head-bar ul {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
          order: 0;
}
.header-head-bar ul li {
  padding: 5px 5px;
}
.header-head-bar .btn {
  color: #fff;
  padding: 5px 25px;
}
.header-head-bar .btn.btn-ligar {
  background-color: #272446;
}
.header-head-bar .btn.btn-ligar:hover {
  color: #fff;
  background-color: #3d3871;
}
.header-head-bar .btn i {
  margin-right: 3px;
}
.header-head-bar .bg-white {
  background: #fff;
  margin-left: 40px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}
.header-head-bar .bg-white ul {
  margin: 8px 10px 0px 10px;
}
.header-head-bar .bg-white ul li {
  padding: 5px 0px;
}

.bg-main-color {
  background-color: #000;
}

.bg-secondary-color {
  background-color: #58595b;
}

.header-head-info ul {
  float: right;
  margin: 10px 0px;
}
.header-head-info ul li {
  font-size: 14px;
}
.header-head-info ul li a {
  color: white;
}
.header-head-info ul li a.social-media {
  padding: 10px 0px;
  width: 10px;
  display: inline-block;
  text-align: center;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

.barra-de-pesquisa {
  margin-top: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.barra-de-pesquisa .form-inline {
  width: 100%;
}
.barra-de-pesquisa .form-inline .form-group {
  width: 100%;
}
.barra-de-pesquisa .form-inline .form-group .input-group {
  border: solid 1px #fff;
  border-radius: 5px;
  width: 100%;
}
.barra-de-pesquisa .form-inline .form-group .input-group input {
  background: #fff;
  width: 100%;
  height: 40px;
  outline: none;
  box-shadow: none;
  border: 1px solid #000;
}
.barra-de-pesquisa .form-inline .form-group .input-group input::-webkit-input-placeholder {
  color: #000;
}
.barra-de-pesquisa .form-inline .form-group .input-group input::placeholder {
  color: #000;
}
.barra-de-pesquisa .form-inline .form-group .input-group .input-group-addon {
  background: #000;
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  outline: none;
  box-shadow: none;
  padding: 0;
}
.barra-de-pesquisa .form-inline .form-group .input-group .input-group-addon .border-left {
  width: 1px;
  height: 24px;
  border-left: solid 1px #b7b7b7;
  float: left;
  margin-top: -2px;
}
.barra-de-pesquisa .form-inline .form-group .input-group .input-group-addon .text-addon {
  margin-top: 3px;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  height: 15px !important;
}
.barra-de-pesquisa .form-inline .form-group .input-group .input-group-addon .fa-search {
  color: white;
}

.ofertas-header {
  margin-top: 15px;
  font-style: italic;
  font-size: 18px;
}
.ofertas-header i {
  color: red;
}

.ofertas-header-mobile {
  background: #d5ab3b;
  font-style: italic;
  font-size: 12px;
}
.ofertas-header-mobile i {
  color: red;
}
.ofertas-header-mobile p {
  margin: 5px 0px;
}

.fa-bars {
  color: #000;
}

.cont-acesso {
  background: white;
  border-radius: 10px;
  padding: 0px 30px 20px 30px;
  position: absolute;
  right: -15px;
  top: 40px;
  width: 190px;
  z-index: 999;
  box-shadow: 0px 0px 15px grey;
}
.cont-acesso .arrow-up {
  position: absolute;
  top: -10px;
  right: 30px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}
.cont-acesso .col-md-12 {
  margin-top: 20px;
}
.cont-acesso h4 {
  margin-bottom: 5px;
}
.cont-acesso h4 .italic {
  font-style: italic;
}

/*------------------------------------*
 * #SOCIAL-MEDIAS */
/*------------------------------------ */
.social-medias {
  float: right;
  margin-top: 10px;
}
@media screen and (max-width: em(1000)) {
  .social-medias {
    display: none;
  }
}
.social-medias--mobile {
  float: none;
  border-left: none;
  text-align: center;
}
.social-medias li {
  display: inline-block;
  margin-right: 5px;
}
.social-medias li:last-child {
  margin-right: 0;
}
.social-medias a {
  display: inline-block;
  width: 30px;
  height: 30px;
  /*
      background-image: url("../img/icones/iconebranco.png");

      @include transition(background 0.3s);

      &.facebook {
        background-position: 0 0;
      }

      &.instagram {
        background-position: (-38px) 0;
      }

      &.twitter {
        background-position: (-77px) 0;
      }

      &.youtube {
        background-position: (-115px) 0;
      }
    */
}
@media screen and (min-width: 1000px) {
  .social-medias a i {
    color: #000;
  }
}

/*------------------------------------*
 * #SOCIAL-MEDIAS-HEADER */
/*------------------------------------ */
.social-medias-header {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.social-medias-header li {
  display: inline-block;
}
.social-medias-header li a {
  color: #fff;
}

.main-color {
  color: #000;
}

.secondary-color {
  color: #58595b;
}

.titulo-pagina {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
  color: #58595b;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 50px;
}

.box-slider-desktop {
  position: relative;
}
.box-slider-desktop .seta-esquerda,
.box-slider-desktop .seta-direita,
.box-slider-desktop .seta-direita-mobile,
.box-slider-desktop .seta-esquerda-mobile {
  z-index: 100;
  color: #fff;
  position: absolute;
  top: 45%;
  display: none;
  width: 50px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 50px;
}
.box-slider-desktop:hover .seta-esquerda,
.box-slider-desktop:hover .seta-direita,
.box-slider-desktop:hover .seta-direita-mobile,
.box-slider-desktop:hover .seta-esquerda-mobile {
  display: block;
}
.box-slider-desktop .seta-direita,
.box-slider-desktop .seta-direita-mobile {
  right: 0;
}
.box-slider-desktop .seta-esquerda,
.box-slider-desktop .seta-esquerda-mobile {
  left: 0;
}

.slider-mobile {
  display: none;
}

.slider-desktop {
  visibility: hidden;
}

.slider-mobile {
  visibility: hidden;
}

.slider-desktop .item-slider img,
.slider-mobile .item-slider img {
  display: inline-block;
  max-width: 1920px;
  width: 100%;
}

@media (max-width: 700px) {
  .slider-desktop {
    display: none;
  }
  .slider-mobile {
    display: block;
  }
}
.box-busca-avancada {
  background: #58595b;
  color: #fff;
  border-bottom: solid 1px #d5d5d5;
  padding-top: 35px;
  padding-bottom: 25px;
}
.box-busca-avancada label {
  font-size: 14px;
}
.box-busca-avancada label > input[type=radio] {
  margin-left: 20px;
}
.box-busca-avancada .noUi-horizontal {
  padding: 0 10px;
  margin-top: 7px;
  height: 8px;
}
.box-busca-avancada .noUi-horizontal .noUi-handle {
  height: 18px;
}
.box-busca-avancada .noUi-horizontal .noUi-handle:before, .box-busca-avancada .noUi-horizontal .noUi-handle:after {
  height: 9px;
  top: 4px;
}
.box-busca-avancada button {
  margin-top: 15px;
}
.box-busca-avancada .btn-mais-filtro {
  color: white;
  text-decoration: none;
}

.titulo-marcas {
  display: block;
  text-transform: uppercase;
  background: #fff;
  margin: 0 auto;
  margin-top: -30px;
  width: 12%;
  font-size: 12px;
  color: #a1a1a1;
}

.marcas-seminovos {
  text-align: center;
}
.marcas-seminovos .item-marca-seminovos {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  max-width: 80px;
  max-height: 50px;
  padding: 10px;
  display: inline-block;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.marcas-seminovos .item-marca-seminovos img {
  display: inline-block;
}
.marcas-seminovos .item-marca-seminovos:hover {
  border: solid 1px #8a8a8a;
}

.marcas {
  text-align: center;
  margin-top: 20px;
}
.marcas .selected {
  border: solid 2px #000 !important;
}
.marcas .item-marcas {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  max-height: 50px;
  padding: 10px;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.marcas .item-marcas img {
  display: inline-block;
}
.marcas .item-marcas:hover {
  border: solid 1px #8a8a8a;
}

.detalhes-marcas {
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  padding-top: 20px;
  margin-top: 20px;
  text-align: center;
}

.busca-avancada {
  display: block;
  text-transform: uppercase;
  background: #f5f5f5;
  margin: 0 auto;
  margin-bottom: -45px;
  width: 12%;
  margin-top: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 12px;
  color: #a1a1a1;
}
.busca-avancada:hover {
  color: #b70a28;
}

.box-principais {
  text-align: center;
}
.box-principais .botao-default {
  margin-top: 20px;
  margin-bottom: 50px;
  display: inline-block;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  background: #000;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 2px;
}
.box-principais .botao-default i {
  font-size: 12px;
}
.box-principais .botao-default.todo-estoque {
  color: #ffffff;
}

.car-icon {
  display: inline-block;
  width: 20px;
  height: 21px;
  vertical-align: middle;
}
.car-icon.combustivel {
  background: url(../img/icones/icons_hover.png);
  background-position: -46px 0px;
  padding-left: 23px;
}
.car-icon.portas {
  background: transparent url("../img/icones/07.png") scroll no-repeat left center;
}
.car-icon.cor {
  background: transparent url("../img/icones/06.png") scroll no-repeat left center;
}
.car-icon.cambio {
  background: transparent url("../img/icones/05.png") scroll no-repeat left center;
}
.car-icon.ano {
  background: url(../img/icones/icons_hover.png);
  background-position: 0 0px;
  padding-left: 23px;
}
.car-icon.quilometragem {
  background: url(../img/icones/icons_hover.png);
  background-position: -24px 0px;
  padding-left: 23px;
}
.car-icon.motor {
  background: transparent url("../img/icones/02.png") scroll no-repeat left center;
}
.car-icon.car {
  background: transparent url("../img/icones/01.png") scroll no-repeat left center;
}

.card-carro {
  background-color: #58595b;
  border: solid 1px #dcdcdc;
  border-top: 6px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.card-carro .car-icon {
  color: white;
}
.card-carro .car-icon.ano {
  background: url(../img/icones/icons_hover.png);
  background-position: 0 24px;
}
.card-carro .car-icon.quilometragem {
  background: url(../img/icones/icons_hover.png);
  background-position: -24px 24px;
}
.card-carro .car-icon.combustivel {
  background: url(../img/icones/icons_hover.png);
  background-position: -46px 24px;
}
.card-carro:hover {
  background-color: #000;
  color: border-left;
}
.card-carro:hover .valor {
  color: white;
}
.card-carro:hover .cifrao {
  color: white;
}
.card-carro:hover .nome-do-carro {
  color: white;
}
.card-carro:hover .versao {
  color: white;
}
.card-carro:hover .car-icon {
  color: white;
}
.card-carro:hover .car-icon.ano {
  background: url(../img/icones/icons_hover.png);
  background-position: 0 24px;
}
.card-carro:hover .car-icon.quilometragem {
  background: url(../img/icones/icons_hover.png);
  background-position: -24px 24px;
}
.card-carro:hover .car-icon.combustivel {
  background: url(../img/icones/icons_hover.png);
  background-position: -46px 24px;
}
.card-carro .tag-oferta {
  color: white;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 140px;
  height: 0;
  z-index: 1;
  font-size: 12px;
  font-weight: 600;
  border-top: 20px solid #000;
  border-right: 15px solid transparent;
  border-left: 15px solid #000;
}
.card-carro .tag-oferta span {
  position: absolute;
  width: 115px;
  top: -22px;
  left: -10px;
}
.card-carro .botao-default {
  padding: 0;
  display: block;
  position: absolute;
  bottom: -14px;
  background: #000;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 55%;
  z-index: 1;
  font-size: 12px;
  font-weight: 700;
  border-radius: 1px;
  height: 29px;
  line-height: 29px;
}
.card-carro .botao-default i {
  font-size: 12px;
}
.card-carro .botao-default.ligamos-para-voce {
  background: #21a45c;
}
.card-carro .botao-default.ligamos-para-voce:hover {
  background: #26d775;
}
.card-carro ul.caixa-specs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.card-carro ul.caixa-specs li {
  border: 1px solid #dcdcdc;
  border-bottom: none;
  border-left: none;
  color: #999;
  font-size: 10px;
  padding: 5px 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}
.card-carro ul.caixa-specs li:first-child {
  border-left: none;
}
.card-carro ul.caixa-specs li:last-child {
  border-right: none;
}
.card-carro ul.caixa-specs li span.car-icon {
  width: auto;
  line-height: 20px;
}
.card-carro .caixa-whatsapp {
  text-align: center;
  background-color: #5cb85c;
  color: white;
  padding: 10px;
  margin-top: 10px;
}

.caixa-foto {
  position: relative;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.caixa-foto img {
  width: 100%;
}
.caixa-foto .icon-play {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  z-index: 4;
  top: -webkit-calc(50% - 40px);
  top: -moz-calc(50% - 40px);
  top: calc(50% - 40px);
  left: -webkit-calc(50% - 40px);
  left: -moz-calc(50% - 40px);
  left: calc(50% - 40px);
  cursor: pointer;
  background-color: rgb(25.5, 25.5, 25.5);
  font-size: 30px;
  color: #fff;
  height: 85px;
  width: 85px;
  border-radius: 60px;
  opacity: 0.9;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.caixa-foto .icon-play:hover {
  background-color: #666666;
}
.caixa-foto .local-venda {
  background: #313131;
  color: #fff;
  font-size: 10px;
  padding: 2px 4px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
}
.caixa-foto .botao-comparar {
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 3px 7px;
  background: #58595b;
  opacity: 0.5;
}
.caixa-foto .botao-comparar:hover {
  background: rgb(62.9273743017, 63.6424581006, 65.0726256983);
  opacity: 0.9;
}

.caixa-de-valor {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 160px;
}
.caixa-de-valor .marca-do-carro {
  display: inline-block;
  width: 100%;
}
.caixa-de-valor .nome-do-carro {
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.caixa-de-valor .nome-do-carro a {
  color: unset;
  text-decoration: none;
}
.caixa-de-valor .versao,
.caixa-de-valor .tipo-do-carro {
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 35px;
  text-transform: uppercase;
  margin: 0;
  font-size: 11px;
}
.caixa-de-valor .valor-do-carro .cifrao {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.caixa-de-valor .valor-do-carro .valor {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.car-right-box {
  position: absolute;
}

.box-news {
  padding-top: 70px;
  padding-bottom: 100px;
  background: #f7f7f7;
}
.box-news input {
  height: 50px;
  border-radius: 50px;
  width: 100%;
  border: solid 1px #cccccc;
  padding-left: 20px;
  padding-right: 20px;
}
.box-news .enviar-contato {
  height: 50px;
  line-height: 50px;
  color: #55401a;
  background: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  margin-bottom: 0px;
  margin-top: 0;
  cursor: pointer;
  width: 100%;
  border: none;
  font-size: 18px;
  border-radius: 50px;
}
.box-news .enviar-contato:hover {
  background-color: black;
}

.icone-news {
  display: inline-block;
  vertical-align: top;
}
.icone-news i {
  color: #b70a28;
  font-size: 100px;
}

.texto-news {
  margin-bottom: 65px;
}

.sobre-news {
  display: inline-block;
  width: 45%;
  text-align: left;
  margin-left: 20px;
}
.sobre-news .titulo-pagina {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0;
  color: #b70a28;
}
.sobre-news .pequeno-texto-news {
  color: #615f6c;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  width: 60%;
}

.contato {
  text-align: center;
  margin-bottom: 40px;
}
.contato input {
  height: 40px;
  border: solid 1px #aaaaaa;
  border-radius: 3px;
  margin-bottom: 20px;
}
.contato textarea {
  margin-bottom: 20px;
}
.contato .enviar-contato {
  display: inline-block;
  background: #000;
  border: none;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50px;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.contato .enviar-contato:hover {
  background-color: black;
}

.box-de-atendimento {
  margin-bottom: 50px;
}
.box-de-atendimento .click-atendimentos {
  text-align: center;
  background: #eeeeee;
  padding-top: 50px;
  padding-bottom: 50px;
}
.box-de-atendimento .click-atendimentos .botao-default {
  margin-top: 20px;
  margin-bottom: 0;
  display: inline-block;
  background: #ae0926;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50px;
}
.box-de-atendimento .click-atendimentos .botao-default i {
  font-size: 12px;
}
.box-de-atendimento .click-atendimentos .botao-default:hover {
  background: #000;
}
.box-de-atendimento .click-atendimentos .botao-default.ligamos-para-voce {
  background: #21a45c;
}
.box-de-atendimento .click-atendimentos .botao-default.ligamos-para-voce:hover {
  background: #26d775;
}
.box-de-atendimento .click-atendimentos .botao-default.botao-azul {
  background: #2455ae;
}
.box-de-atendimento .click-atendimentos .botao-default.botao-azul:hover {
  background: #3470df;
}
.box-de-atendimento .click-atendimentos .botao-default.btn-whatsapp {
  background: #5cb85c;
}
.box-de-atendimento .click-atendimentos .botao-default.btn-whatsapp:hover {
  color: #fff;
  background-color: #449d44;
}

.lojas {
  text-align: center;
}
.lojas .botao-default {
  margin-top: 20px;
  margin-bottom: 50px;
  display: inline-block;
  background: #1a1a1a;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50px;
}
.lojas .botao-default i {
  font-size: 12px;
}
.lojas .botao-default:hover {
  background: #000;
}

.card-loja {
  text-align: center;
  background: #fff;
  border: 1px solid #58595b;
  color: #58595b;
  padding: 12px;
  margin-bottom: 20px;
}
.card-loja img {
  width: 100%;
  max-width: 260px;
  display: inline-block;
  margin-bottom: 25px;
}
.card-loja .nome-da-loja {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.card-loja .botao-default {
  margin-top: 25px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #58595b;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 2px;
}
.card-loja .botao-default i {
  font-size: 12px;
}
.card-loja .botao-default:hover {
  background: #000;
}

.banner-servicos {
  margin-top: 20px;
}

.servicos {
  margin-bottom: 60px;
}
.servicos .card-loja {
  height: 580px;
}
.servicos .card-loja img {
  max-width: 360px;
  height: 100%;
  max-height: 170px;
}
.servicos .texto-servico {
  text-align: center;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.servicos .botao-loja {
  margin-bottom: 20px;
}
.servicos .visite-o-site {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  color: #5b5b5b;
  text-decoration: underline;
  font-weight: 900;
}

.box-quem-somos .nome-do-local {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.box-quem-somos .click-atendimentos {
  text-align: center;
  background: #eeeeee;
  padding-top: 50px;
  padding-bottom: 50px;
}
.box-quem-somos .click-atendimentos .botao-default {
  margin-top: 20px;
  margin-bottom: 0;
  display: inline-block;
  background: #ae0926;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50px;
}
.box-quem-somos .click-atendimentos .botao-default i {
  font-size: 12px;
}
.box-quem-somos .click-atendimentos .botao-default:hover {
  background: #000;
}
.box-quem-somos .click-atendimentos .botao-default.ligamos-para-voce {
  background: #21a45c;
}
.box-quem-somos .click-atendimentos .botao-default.ligamos-para-voce:hover {
  background: #26d775;
}
.box-quem-somos .click-atendimentos .botao-default.botao-azul {
  background: #2455ae;
}
.box-quem-somos .click-atendimentos .botao-default.botao-azul:hover {
  background: #3470df;
}
.box-quem-somos .card-loja {
  text-align: center;
  background: #fff;
  border: 1px solid #58595b;
  color: #58595b;
  padding-top: 50px;
  padding-bottom: 50px;
  height: inherit;
}
.box-quem-somos .card-loja .texto-servico {
  margin-top: 0;
}
.box-quem-somos .card-loja .botao-default {
  margin-top: 0;
  margin-bottom: 0;
}

.galeria-de-quem-somos .item-galeria {
  text-align: center;
  margin-bottom: 20px;
}
.galeria-de-quem-somos .item-galeria img {
  width: 100%;
  max-width: 260px;
  display: inline-block;
}

.texto-sobre {
  /*margin-top: -220px;*/
  margin-bottom: 50px;
}
.texto-sobre .titulo-pagina {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 22px;
}
.texto-sobre p {
  font-size: 18px;
  color: #717171;
  display: inline-block;
  margin-bottom: 15px;
}

.box-estoque {
  padding-top: 50px;
}
.box-estoque .ordenar-por span {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 11px;
  color: #1b1b1b;
}
.box-estoque .ordenar {
  margin-top: 20px;
  margin-bottom: 20px;
}
.box-estoque .ordenar li {
  display: inline-block;
  border-right: solid 1px #aeaeae;
  padding-right: 10px;
  padding-left: 10px;
}
.box-estoque .ordenar li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  color: #1b1b1b;
}
.box-estoque .ordenar li a:hover {
  color: #000;
}
.box-estoque .ordenar li:first-child {
  padding-left: 0;
}
.box-estoque .ordenar li:last-child {
  border-right: none;
}
.box-estoque .mostrar-quantidade {
  margin-top: 15px;
}
.box-estoque .mostrar-quantidade span {
  display: inline-block;
  font-size: 11px;
  color: #1b1b1b;
}
.box-estoque .mostrar-quantidade select {
  display: inline-block;
  width: auto;
  margin-left: 10px;
  border-radius: 0;
  height: 30px;
  font-size: 11px;
}

.quantidade-de-paginas {
  text-align: right;
  border-top: solid 1px #c9c9c9;
  padding-top: 20px;
  padding-bottom: 20px;
}
.quantidade-de-paginas li {
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
  background: #f2f2f2;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.quantidade-de-paginas li a {
  color: #9f9f9f;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}
.quantidade-de-paginas li:hover {
  background: #000;
}
.quantidade-de-paginas li:hover a {
  color: #fff;
}
.quantidade-de-paginas li.pagina-atual {
  background: #000;
}
.quantidade-de-paginas li.pagina-atual a {
  color: #fff;
}

.caixa-avancada {
  background: #f7f7f7;
  margin-bottom: 50px;
}
.caixa-avancada .quantidade-encontrada {
  width: 100%;
  background: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.caixa-avancada .quantidade-encontrada .quantidade {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  display: inline-block;
  width: 100%;
}
.caixa-avancada .quantidade-encontrada span {
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
}
.caixa-avancada .selecionados {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.caixa-avancada .selecionados span {
  display: inline-block;
  width: 100%;
  color: #1b1b1b;
  font-size: 14px;
  margin-bottom: 20px;
}
.caixa-avancada .selecionados .item-selecionado {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 15px;
}
.caixa-avancada .selecionados .item-selecionado .fechar {
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #fff;
  font-weight: 900;
  background: #000;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
}
.caixa-avancada .selecionados .item-selecionado .nome-do-item {
  color: #1b1b1b;
  font-size: 12px;
  display: inline-block;
  width: inherit;
  margin-bottom: 0;
}
.caixa-avancada .tag {
  background: #000;
  width: 100%;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}
.caixa-avancada .busca li a {
  text-align: center;
  display: block;
  position: relative;
  height: 40px;
  width: 100%;
  line-height: 40px;
  color: #1b1b1b;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.caixa-avancada .busca li a:hover {
  color: #fff;
  background: #000;
}
.caixa-avancada .busca li a .fa-angle-right {
  position: absolute;
  right: 5%;
  top: 14%;
  font-size: 25px;
}
.caixa-avancada .busca li a.busca-estoque-ativa {
  color: #fff;
  background: #000;
}
.caixa-avancada .busca li .sub-opcoes {
  max-height: 300px;
  overflow-y: auto;
  display: none;
  background-color: #000;
  padding: 10px;
  color: #fff;
}
.caixa-avancada .busca li .sub-opcoes li a {
  padding-left: 15px;
  text-align: left;
  color: #fff;
}
.caixa-avancada .busca li .sub-opcoes li select {
  color: #000;
}
.caixa-avancada .form-estoque {
  padding: 0 10px;
}
.caixa-avancada .form-estoque .form-group {
  margin-bottom: 0px;
  margin-top: 10px;
}
.caixa-avancada .form-estoque .form-group .bg-main-color {
  background: #000;
  border-radius: 5px;
  padding: 5px 0px;
  margin-top: 10px;
  width: 100%;
}
.caixa-avancada .form-estoque .form-group .form-buscar {
  border: none !important;
  background: none;
  color: white;
}
.caixa-avancada .encontre-aqui {
  background: #1b1b1b;
  padding: 10px;
}
.caixa-avancada .encontre-aqui .barra-de-pesquisa {
  margin: 0;
  height: 30px;
}
.caixa-avancada .encontre-aqui .barra-de-pesquisa .form-inline .form-group .input-group input {
  height: 30px;
}
.caixa-avancada .encontre-aqui .barra-de-pesquisa .form-inline .form-group .input-group .input-group-addon {
  padding-right: 5px;
}
.caixa-avancada .encontre-aqui .barra-de-pesquisa .form-inline .form-group .input-group .input-group-addon .botao-estoque-submit {
  height: 30px;
}
.caixa-avancada .encontre-aqui .barra-de-pesquisa .form-inline .form-group .input-group .input-group-addon i {
  font-size: 14px;
}

.box-interna-carro {
  margin-top: 50px;
}
.box-interna-carro .marca-do-carro,
.box-interna-carro .nome-do-carro {
  display: inline-block;
}
.box-interna-carro .marca-do-carro:hover,
.box-interna-carro .nome-do-carro:hover {
  color: white;
}
.box-interna-carro .marca-do-carro {
  vertical-align: top;
  padding-top: 5px;
  margin-right: 10px;
}
.box-interna-carro .marca-do-carro img {
  display: inline-block;
}
.box-interna-carro .marca-do-carro:hover {
  color: white;
}
.box-interna-carro .nome-do-carro-interna {
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
}
.box-interna-carro .nome-do-carro-interna strong {
  font-size: 30px;
}
.box-interna-carro .fotos-do-carro {
  margin-top: 20px;
  position: relative;
}
.box-interna-carro .fotos-do-carro img {
  width: 100%;
  max-height: 580px;
}
.box-interna-carro .fotos-do-carro .seta-esquerda,
.box-interna-carro .fotos-do-carro .seta-direita,
.box-interna-carro .fotos-do-carro .seta-direita-mobile,
.box-interna-carro .fotos-do-carro .seta-esquerda-mobile {
  z-index: 100;
  color: #fff;
  position: absolute;
  top: 45%;
  display: none;
  width: 50px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 50px;
}
.box-interna-carro .fotos-do-carro:hover .seta-esquerda,
.box-interna-carro .fotos-do-carro:hover .seta-direita,
.box-interna-carro .fotos-do-carro:hover .seta-direita-mobile,
.box-interna-carro .fotos-do-carro:hover .seta-esquerda-mobile {
  display: block;
}
.box-interna-carro .fotos-do-carro .seta-direita,
.box-interna-carro .fotos-do-carro .seta-direita-mobile {
  right: 0;
}
.box-interna-carro .fotos-do-carro .seta-esquerda,
.box-interna-carro .fotos-do-carro .seta-esquerda-mobile {
  left: 0;
}
.box-interna-carro .galeria-thumb {
  background: #e6e6e6;
  padding-top: 10px;
  text-align: center;
}
.box-interna-carro .galeria-thumb .item-thumbs {
  max-width: 100px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.box-interna-carro .galeria-thumb .item-thumbs img {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  max-width: 95px;
}

.quadro-informacoes-do-carro {
  margin-top: 20px;
  border: solid 1px #d6d6d6;
}
.quadro-informacoes-do-carro .item-informacao {
  height: 50px;
  line-height: 50px;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 300;
}
.quadro-informacoes-do-carro .item-informacao img {
  display: inline-block;
  margin-right: 10px;
}
.quadro-informacoes-do-carro .item-informacao.cinza {
  background: #f7f7f7;
}

.caixa-caracteristica {
  border: solid 1px #313131;
  margin-top: 30px;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.caixa-caracteristica .caixa-titulo {
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  height: 60px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 25px;
  background: #313131;
  line-height: 60px;
}
.caixa-caracteristica .tag-principal {
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  color: #000;
  font-size: 16px;
  margin-bottom: 30px;
}
.caixa-caracteristica .tag {
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
}
.caixa-caracteristica .info-caracteristica {
  display: inline-block;
  width: 100%;
  color: #000;
  font-weight: 400;
  padding-left: 20px;
  font-size: 12px;
  margin-bottom: 30px;
  padding-right: 60px;
}

.compartilhar {
  border-top: solid 1px #aaaaaa;
  padding-top: 10px;
  width: 95%;
  margin: 0 auto;
  margin-top: 30px;
}
.compartilhar span {
  font-size: 12px;
}

.compartilhar-btn {
  text-align: center;
  width: 100%;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
}
.compartilhar-btn:hover {
  color: #fff;
}
.compartilhar-btn.whatsapp {
  background: #65bc54;
}
.compartilhar-btn.facebook {
  background: #3c6ecb;
}
.compartilhar-btn.youtube {
  background: #dc3333;
}
.compartilhar-btn.twitter {
  background: #52d4f9;
}
.compartilhar-btn.instagram {
  background: #e87e21;
}

.btn.btn-main {
  background-color: #000;
}
.btn.btn-main:hover {
  color: #fff;
  background-color: black;
}
.btn.btn-secondary {
  background-color: #000;
}
.btn.btn-secondary:hover {
  color: #fff;
  background-color: rgb(75.4636871508, 76.3212290503, 78.0363128492);
}
.btn.btn-whatsapp {
  background-color: #5cb85c;
}
.btn.btn-whatsapp:hover {
  color: #fff;
  background-color: #449d44;
}
.btn.btn-ligar {
  background-color: #5bc0de;
}
.btn.btn-ligar:hover {
  color: #fff;
  background-color: #31b0d5;
}
.btn.btn-lojista {
  background-color: #337ab7;
}
.btn.btn-lojista:hover {
  color: #fff;
  background-color: #286090;
}

.texto-reservado {
  margin-top: 15px;
}
.texto-reservado p {
  font-size: 10px;
  color: #1b1b1b;
  margin-bottom: 0;
}

.lista-de-caracteristicas {
  padding-left: 20px;
  margin-bottom: 40px;
}
.lista-de-caracteristicas li {
  display: inline-block;
  border: solid 1px #000;
  padding: 15px;
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
}
.lista-de-caracteristicas li span {
  font-size: 12px;
  color: #000;
}
.lista-de-caracteristicas li:first-child {
  margin-left: 0;
}

.checks {
  margin-bottom: 30px;
  padding-left: 20px;
}

.opcional-check {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  color: #000;
}
.opcional-check i {
  margin-right: 5px;
  font-size: 18px;
  color: green;
}

.marca-da-loja {
  display: inline-block;
  padding: 30px;
  text-align: center;
  border: solid 1px #dedede;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
  vertical-align: top;
}
.marca-da-loja img {
  width: 100%;
  display: inline-block;
}

.contato-da-loja {
  display: inline-block;
}
.contato-da-loja span {
  display: inline-block;
  width: 100%;
  color: #717171;
  font-size: 12px;
}

.lead-preco {
  border-top: solid 1px #fff;
  background: #000;
  text-align: center;
}

.valor-carro {
  background: #000;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.valor-carro .cifrao {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
}
.valor-carro .valor {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 24px;
}

.de {
  color: #ababab;
  font-size: 14px;
  margin-bottom: -3px;
}
.de .valor-antes {
  text-decoration: line-through;
}

.tag-lead-interna {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-style: italic;
  padding: 0px 10px;
}

.box-inputs {
  padding-left: 10px;
  padding-right: 10px;
}

.lead-interna-carro input {
  border: none;
  border-radius: 0;
  margin-bottom: 12px;
  color: #1b1b1b;
}
.lead-interna-carro textarea {
  border: none;
  border-radius: 0;
  margin-bottom: 12px;
  height: 100px;
  color: #1b1b1b;
}

.tag-lead-menor {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  display: inline-block;
  margin-bottom: 10px;
}

.box-radios .radio {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.box-radios .radio label {
  color: #615f6c;
  font-size: 11px;
  font-weight: 300;
  color: #fff;
}

.btn-simulacao {
  background-color: #000;
  text-transform: uppercase;
  margin-top: 5px;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 10px 6px !important;
}
.btn-simulacao:hover {
  color: #fff;
  background-color: black;
}
.btn-simulacao:active {
  color: #fff;
}

.enviar-lead-interna {
  margin-top: 15px;
  margin-bottom: 10px;
  display: inline-block;
  background: #000;
  color: #fff;
  width: 95%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border: none;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 1px;
}
.enviar-lead-interna i {
  font-size: 12px;
}
.enviar-lead-interna:hover {
  background-color: black;
}

.itens-do-painel {
  padding-left: 70px;
  padding-right: 70px;
}
.itens-do-painel li {
  color: #000;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 10px;
  list-style: square;
}

.estoque-da-loja {
  background: #1b1b1b;
  padding-top: 20px;
  padding-bottom: 20px;
}
.estoque-da-loja .marca-do-estoque {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  height: 120px;
  text-align: center;
  line-height: 120px;
}
.estoque-da-loja .marca-do-estoque img {
  width: 100%;
  display: inline-block;
  max-width: 150px;
}
.estoque-da-loja span {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 12px;
}
.estoque-da-loja span.nome-do-estoque {
  text-transform: uppercase;
  font-size: 16px;
}
.estoque-da-loja .endereco-da-loja-estoque {
  margin-top: 16px;
}
.estoque-da-loja p {
  color: #fff;
  font-size: 12px;
  margin-top: 20px;
}
.estoque-da-loja .veja-mais {
  color: #fff;
  text-decoration: underline;
  font-size: 11px;
}
.estoque-da-loja .ms {
  margin-top: 20px;
}

.banner-estoque-loja img {
  display: inline-block;
  width: 100%;
  max-width: 525px;
}

.numero-atendimento {
  margin-top: 20px;
}
.numero-atendimento .icone-atendimento {
  display: inline-block;
  margin-right: 10px;
  color: #fff12c;
}
.numero-atendimento .icone-atendimento i {
  font-size: 20px;
}
.numero-atendimento .icone-atendimento .fa-whatsapp {
  color: #3bec7e;
}
.numero-atendimento .numero-do-atendimento {
  display: inline-block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
}

.modal-header {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}

.modal-body .form-ajax input {
  border-radius: 0;
  margin-bottom: 15px;
  margin-top: 5px;
}
.modal-body.no-padding {
  padding: 0px;
}

.g-recaptcha,
.submit-action {
  border: none;
  width: 100%;
  display: inline-block;
  background: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  color: #fff;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50px !important;
}
.g-recaptcha i,
.submit-action i {
  font-size: 12px;
}
.g-recaptcha:hover,
.submit-action:hover {
  background: #000;
}

.box-radios {
  background-color: rgb(106, 106, 106);
}

#modal-financiamento select {
  height: 36px;
  margin-top: 5px;
  border-radius: 0;
}

#modal-exit .modal-content {
  width: 500px;
  height: 500px;
}
#modal-exit .modal-body {
  width: 100%;
  height: 100%;
}
#modal-exit .modal-body .descricao p {
  color: white;
  margin-top: 25px;
  font-size: 15px;
  font-style: italic;
  padding-right: 43px;
  line-height: 19px;
}
#modal-exit .modal-body .descricao button {
  background-color: white;
  color: #005aab;
  font-size: 14px;
  padding: 6px 14px;
  margin-top: 10px;
  font-style: italic;
  font-weight: 800;
}
#modal-exit .modal-body #form-popup {
  padding: 0px 18px 0px 39px;
  margin-top: 30px;
}
#modal-exit .modal-body #form-popup p {
  color: #005aab;
  text-align: center;
  font-size: 12px;
  margin-bottom: 5px;
}
#modal-exit .modal-body #form-popup .bg-amarelo {
  padding: 6px;
  background-color: #f1ce00;
  border-radius: 5px;
}
#modal-exit .modal-body #form-popup .borda {
  border: solid 1px #005aab;
  border-radius: 5px;
  padding: 12px;
}
#modal-exit .modal-body #form-popup .form-group {
  margin-bottom: 0px !important;
}
#modal-exit .modal-body #form-popup .form-group input {
  margin-bottom: 0px !important;
  text-align: center;
  border-radius: 10px;
  font-size: 12px;
}
#modal-exit .modal-body #form-popup .form-group .submit-action {
  background: rgb(228, 55, 51);
  background: -webkit-linear-gradient(left, rgb(228, 55, 51) 0%, rgb(155, 17, 15) 100%);
  background: -moz- oldlinear-gradient(left, rgb(228, 55, 51) 0%, rgb(155, 17, 15) 100%);
  background: linear-gradient(90deg, rgb(228, 55, 51) 0%, rgb(155, 17, 15) 100%);
  border-radius: 5px !important;
  font-weight: 600;
}

.diferenciais {
  position: relative;
  padding-top: 50px;
}
.diferenciais .seta-esquerda,
.diferenciais .seta-direita {
  z-index: 100;
  color: black;
  position: absolute;
  top: 45%;
  width: 50px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 50px;
}
.diferenciais .seta-direita,
.diferenciais .seta-direita-mobile {
  right: -35px;
}
.diferenciais .seta-esquerda,
.diferenciais .seta-esquerda-mobile {
  left: -35px;
}
.diferenciais > .container {
  padding: 0 50px;
}
.diferenciais .card-diferencial {
  text-align: center;
  padding: 10px 40px;
}
.diferenciais .card-diferencial img {
  display: inline;
}
.diferenciais p {
  color: #58595b;
}
.diferenciais p.descricao {
  text-transform: uppercase;
}
.diferenciais .diferencial-titulo {
  max-width: 90%;
  margin: 5px auto;
  font-weight: bold;
  font-size: 20px;
}
.diferenciais h2 {
  color: #000;
  margin-bottom: 15px;
}
.diferenciais h2 span {
  color: #58595b;
}

.block-overflow {
  overflow: hidden;
}

.no-btn {
  background: 0 0;
  border: none;
}

.box-login .card-login {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.box-login .card-login-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
          flex: 1 1 auto;
  padding: 1.25rem;
}
@media (max-width: 767px) {
  .box-login .login-info {
    margin-top: 15px;
    text-align: center;
  }
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mfp-iframe-scaler .btn-medium {
  display: inline-block;
  width: 160px;
  height: 35px;
  padding: 0;
  line-height: 35px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.mfp-iframe-scaler .btn-full {
  width: 100%;
}
.mfp-iframe-scaler .btn-main-color {
  background-color: #000;
}
.mfp-iframe-scaler .btn-main-color:hover {
  background-color: rgb(25.5, 25.5, 25.5);
}
.mfp-iframe-scaler a {
  position: absolute;
}

/*------------------------------------*
 * #BREADCRUMB */
/*------------------------------------ */
.breadcrumb {
  margin-bottom: 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb-list {
  list-style: none;
  padding-left: 0px;
  margin: 10px 0;
}
.breadcrumb-list .divider {
  color: #777;
  font-size: 14px;
}
.breadcrumb-list li {
  display: inline;
}
.breadcrumb-list li a,
.breadcrumb-list li a:link,
.breadcrumb-list li a:visited {
  color: #777;
  font-size: 14px;
}
.breadcrumb-list li a:hover {
  color: black;
}

.container-modal-telefones {
  padding: 10px;
  border: solid 1px #ccc;
  border-radius: 15px;
  margin-bottom: 10px;
}
.container-modal-telefones h4 {
  text-align: left;
  font-weight: bold;
}

.container-modal-telefones-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.container-modal-telefones-item span {
  font-size: 1.35rem !important;
  font-weight: 300;
}
.container-modal-telefones-item .btn-default {
  border-width: 2px !important;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.8rem !important;
}

/*------------------------------------*
 * #OFERTAS */
/*------------------------------------ */
.card-ofertas-interna {
  background: #c2edc2;
  border: 3px solid;
  border-radius: 10px;
  color: #3a693c;
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.card-ofertas {
  height: 100%;
  box-shadow: 0px 0px 9px -5px #000;
  position: relative;
}
.card-ofertas .parcelas {
  font-size: 1rem !important;
  font-weight: normal !important;
}
.card-ofertas .card-image {
  background-size: cover !important;
  background-position: center !important;
}
.card-ofertas .card-content-image img {
  max-width: 100%;
}
.card-ofertas .valores {
  position: absolute;
  bottom: -30px;
  background: #000;
  padding: 10px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.card-ofertas .valores p {
  margin: 0px;
  padding: 0px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.card-ofertas .valores .preco-de {
  color: #333;
  text-decoration: line-through;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.1rem;
  color: #fff;
}
.card-ofertas .valores .card-ctas {
  margin-left: 10px;
  padding-left: 10px;
  border-left: solid 1px #fff;
}
.card-ofertas .valores .card-ctas a {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: lighter;
  color: #fff;
  text-transform: uppercase;
}

.mb-5 {
  margin-bottom: 4rem !important;
}

.pb-5 {
  padding-bottom: 4rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.fs-5 {
  font-size: 2rem !important;
}

.fs-4 {
  font-size: 2.5rem !important;
}

.text-end {
  text-align: right !important;
}

/*------------------------------------*
    #Blog*/
/*------------------------------------*/
.blog {
  padding-bottom: 50px;
  padding-top: 85px;
}
.blog article {
  margin-bottom: 20px;
  border-bottom: solid 1px #9e9e9e;
  padding-bottom: 22px;
}
.blog article .col-md-5 {
  height: 250px;
  overflow: hidden;
}
.blog article .post-share {
  background-color: #4caf50;
  color: #fff;
  padding: 10px 15px;
}
.blog article .post-share:hover {
  background-color: #479e4b;
}
.blog article .post-link {
  background-color: #000;
  color: #fff;
  padding: 10px 15px;
}
.blog article .post-link:hover {
  background-color: #333;
}
.blog article:last-child {
  border-bottom: none;
}
.blog .post-title {
  font-size: 24px;
  margin: 0px auto 10px;
  text-align: left;
  color: white;
}
.blog .post-title a {
  color: inherit;
}
.blog .post-image {
  width: 50%;
  margin: 0px 30px 30px 0px;
  float: left;
}
.blog .post-image img {
  width: 100%;
}
.blog .post-author {
  font-weight: normal;
  margin: 0px 0 20px;
  color: #bbb;
}
.blog .post-author + p {
  text-align: justify;
}
.blog .text-center {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #9e9e9e;
  text-align: center;
}
.blog .text-center a {
  color: #000;
}
.blog .text-center a:hover {
  text-decoration: underline;
}

.box-noticias .text-center {
  padding-top: 20px;
  border-top: solid 1px #9e9e9e;
}
.box-noticias .text-center a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .blog {
    padding: 85px 30px 50px;
  }
  .noticias {
    display: block;
  }
  .noticias .linha {
    display: block;
  }
  .noticias .list-noticias {
    margin-top: 30px;
    padding: 0 15px;
  }
  .main-noticia {
    padding: 0 15px;
  }
  .item-noticia {
    margin-top: 15px;
  }
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
}

footer {
  margin-top: 100px;
}

.whatsapp-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  z-index: 10000000;
}

.oportunidades {
  padding-top: 40px;
  padding-bottom: 40px;
}
.oportunidades .titulo {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-font-weight: 400;
  font-font-size: 30px;
  margin-bottom: 50px;
}
.oportunidades .oportunidades-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.oportunidades .oportunidades-list li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 10px 30px;
}
.oportunidades .oportunidades-list li a {
  padding: 30px 55px;
}
@media screen and (max-width: 991px) {
  .oportunidades .oportunidades-list li {
    margin: 10px;
  }
}
@media screen and (max-width: 768px) {
  .oportunidades .oportunidades-list {
    display: block;
  }
  .oportunidades .oportunidades-list li {
    display: block;
  }
}
.oportunidades .botao-default {
  width: 100%;
  display: inline-block;
  background: #000;
  border-bottom: 5px solid #58595b;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
  /*height: 150px;*/
  line-height: 22px;
}
.oportunidades .botao-default i {
  display: block;
  font-size: 36px;
  margin-bottom: 10px;
}
.oportunidades .botao-default:hover {
  background: #58595b;
}
.oportunidades .botao-default.ligamos-para-voce {
  background-size: cover;
}
.oportunidades .botao-default.nao-encontrou {
  background-size: cover;
}
.oportunidades .botao-default.compramos {
  background-size: cover;
}
.oportunidades .botao-default div.linha {
  border-bottom: 3px solid #fff;
  padding-bottom: 15px;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .oportunidades .oportunidades-list li a {
    padding: 10px 0px;
  }
  .oportunidades .botao-default {
    background-image: none !important;
    border-bottom: none;
    background-color: #000;
    border: solid 3px #000;
    border-radius: 20px;
  }
  .oportunidades .botao-default div.linha {
    border: none !important;
    padding-bottom: 0px;
    color: white;
  }
  .oportunidades .botao-default i {
    display: inline;
    font-size: 24px;
    margin: 0;
    margin-right: 10px;
    padding-top: 0px;
  }
}
.box-menu-footer {
  background: #000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.box-menu-footer .menu-footer {
  text-align: center;
}
.box-menu-footer .menu-footer li {
  display: inline;
  padding-left: 12px;
  padding-right: 12px;
}
.box-menu-footer .menu-footer li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.box-menu-footer .menu-footer li a:hover {
  color: #000;
}

.box-newsletter {
  background: #c20e2a;
  padding-top: 30px;
  padding-bottom: 30px;
}
.box-newsletter .newsletter-block {
  padding: 10px 50px;
}
.box-newsletter .nome-coluna {
  padding-left: 60px;
  color: #fff;
  display: block;
  width: 100%;
}
.box-newsletter .nome-coluna h3 {
  font-weight: 700;
  font-size: 22px;
}
.box-newsletter .nome-coluna p {
  font-size: 12px;
  margin: 5px 0px;
}
.box-newsletter .nome-coluna.money-icon {
  background: transparent url("../img/icones/icon_money.png") no-repeat scroll left center;
}
.box-newsletter .nome-coluna.cars-icon {
  background: transparent url("../img/icones/icon_carro.png") no-repeat scroll left center;
}
.box-newsletter .info-coluna {
  display: block;
  width: 100%;
  padding: 10px 60px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
.box-newsletter .botao-default {
  display: inline-block;
  background: #58595b;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 6px 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 1px;
}
.box-newsletter .botao-default:hover {
  background: #000;
  border: 1px solid #58595b;
}
.box-newsletter .newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.box-newsletter .newsletter-form input {
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  border-radius: 0px;
}
.box-newsletter .newsletter-form input[type=submit] {
  width: 50px;
  background-color: #58595b;
  border: 0;
  color: #fff;
  font-size: 20px;
  line-height: 10px;
}
.box-assinatura {
  background: #fff;
  padding-top: 13px;
  padding-bottom: 13px;
}
.box-assinatura .todos-os-direitos {
  text-align: left;
}
.box-assinatura .todos-os-direitos .copy {
  color: #363636;
  display: inline-block;
  padding-left: 10px;
  font-weight: 300;
  font-size: 11px;
  font-style: italic;
}
.box-assinatura .ass {
  text-align: end;
}

#map {
  width: 100%;
  height: 380px;
  background: #000;
}

@media (max-width: 680px) {
  ul.lojas-mapa {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
            flex-direction: column !important;
  }
  ul.lojas-mapa li {
    border-bottom: solid 2px #3f3f3f !important;
  }
}
ul.lojas-mapa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
          flex: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
ul.lojas-mapa li {
  position: relative;
  border-left: solid 2px #3f3f3f;
  width: 25%;
}
ul.lojas-mapa li a {
  display: block;
  padding: 10px 5px;
  font-size: 13px;
  color: #fff;
  background-color: #3f3f3f;
  text-align: center;
  height: 100%;
}
ul.lojas-mapa li a img {
  float: left;
  margin: 2px 10px;
  margin-top: -5px;
  width: 20px;
}
ul.lojas-mapa li a .black {
  display: block;
}
ul.lojas-mapa li a .white {
  display: none;
}
ul.lojas-mapa li a.active, ul.lojas-mapa li a:hover {
  background-color: #58595b;
  color: #fff;
}
ul.lojas-mapa li a.active .black, ul.lojas-mapa li a:hover .black {
  display: none;
}
ul.lojas-mapa li a.active .white, ul.lojas-mapa li a:hover .white {
  display: block;
}
ul.lojas-mapa li i {
  position: absolute;
  font-size: 22px;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.js-showmap {
  height: 100%;
}

.maps-full {
  position: relative;
  padding-top: 30px;
}
.maps-full > .container {
  margin: 0 auto;
  left: 0;
  right: 0;
}
.maps-full .form-component .input-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-flow: column;
  margin-bottom: 15px;
}
.maps-full .form-component .input-item label {
  color: #58595b;
  font-size: 14px;
}
.maps-full .form-component .input-item input,
.maps-full .form-component .input-item select {
  width: 100%;
  color: #58595b;
  font-size: 20px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #58595b;
}
.maps-full .form-component .input-item input[type=checkbox],
.maps-full .form-component .input-item select[type=checkbox] {
  width: auto;
}
.maps-full .form-component .input-item input::-webkit-input-placeholder,
.maps-full .form-component .input-item select::-webkit-input-placeholder {
  color: #58595b;
}
.maps-full .form-component .input-item input::placeholder,
.maps-full .form-component .input-item select::placeholder {
  color: #58595b;
}
.maps-full .form-component .input-item textarea {
  color: #58595b;
  height: 100px;
  background: transparent;
  resize: none;
  border: 1px solid #58595b;
}
.maps-full .form-component .radio-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
          justify-content: space-evenly;
}
.maps-full .form-component .radio-group .input-radio label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  cursor: pointer;
}
.maps-full .form-component .radio-group .input-radio input[type=radio] {
  width: 0;
  position: absolute;
  left: -1000%;
}
.maps-full .form-component .radio-group .input-radio input[type=radio]:checked + label {
  -webkit-transform: scale(1.03);
     -moz-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.maps-full .form-component .radio-group .input-radio input[type=radio]:checked + label span {
  /*color: $color-active !important;*/
  font-weight: bold;
  text-decoration: underline;
}
.maps-full .form-component .number {
  display: none;
}

.map-content {
  display: none;
}
.map-content iframe {
  width: 100%;
  height: 350px;
}
.map-content.active {
  display: block;
}

/*------------------------------------*
    #full-map-section
/*------------------------------------*/
.full-map-info {
  background-color: #000;
  padding: 25px 0;
  color: white;
}
.full-map-info .logo-footer img {
  max-width: -webkit-fill-available;
}
.full-map-info h3 {
  text-transform: uppercase;
}
.full-map-info .contact-menu a:focus,
.full-map-info .contact-menu a:visited {
  color: inherit;
}
.full-map-info .contact-menu .contact-menu__item {
  margin-bottom: 10px;
}
.full-map-info .contact-menu .contact-menu__link strong {
  color: white;
}
.full-map-info .contact-menu .contact-menu__link :visited {
  color: inherit;
}
.full-map-info .icon-phone {
  display: inline-block;
  height: 22px;
  width: 22px;
  background: url("../img/icones/icon_phone_orange.png");
  margin-right: 5px;
  position: relative;
  top: 5px;
}
.full-map-info .icon-whatsapp {
  display: inline-block;
  height: 22px;
  width: 22px;
  background: url("../img/icones/icon_whatsapp_green.png");
  margin-right: 5px;
  position: relative;
  top: 5px;
}

#mobile-footer-menu {
  display: block;
  position: fixed;
  bottom: 0px;
  width: 100vw;
  height: 70px;
  background-color: #000;
  z-index: 9999;
  overflow: hidden;
  box-shadow: #000 0px 5px 30px;
}
#mobile-footer-menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  height: 70px;
}
#mobile-footer-menu > ul > li {
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  border-right: 1px solid #fff;
}
#mobile-footer-menu > ul > li:last-child {
  border-right: none;
}
#mobile-footer-menu > ul > li.fixed-menu-secondary-element {
  display: none;
}
@media (min-width: 600px) {
  #mobile-footer-menu > ul > li.fixed-menu-secondary-element {
    display: inline;
  }
}
#mobile-footer-menu > ul > li > a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 19px 19px 14px 19px;
  width: 100%;
  color: #fff;
}
#mobile-footer-menu > ul > li > a i {
  font-size: 30px;
}
#mobile-footer-menu > ul > li .fixed-menu-label {
  color: #fff;
  display: block;
  font-size: 12px;
}
#mobile-footer-menu .bg-whatsapp {
  background-color: #5cb85c;
}
#mobile-footer-menu .btn-menu-mobile {
  padding: 5px 0 0 0;
}
#mobile-footer-menu .btn-menu-mobile.open {
  margin-top: -5px;
}

.menu-overlay {
  height: 100vh;
  width: 100vw;
  display: none;
  position: fixed;
  background-color: #333;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 97;
}
.menu-overlay.show {
  display: block;
}

.menu-top {
  float: right;
  background-color: #b3b2b2;
}
.menu-top .menu-top_content {
  padding: 12px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
.menu-top .menu-top_content .menu-top-content_nav {
  min-width: 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  text-align: right;
  margin: 0;
}
.menu-top .menu-top_content .menu-top-content_nav .border-left {
  width: 1px;
  padding: 2px;
  border-left: solid 1px #b7b7b7;
}
.menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items {
  position: relative;
  line-height: 1em;
  padding-left: 10px;
  padding-right: 10px;
}
.menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items.lojista-out {
  background-color: #58595b;
  padding: 3px;
  border-radius: 3px;
}
.menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items.lojista-out a {
  color: #fff;
  text-transform: none;
}
.menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items.phone-item a {
  font-size: 0.49em;
  text-transform: capitalize;
}
.menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items a {
  color: #58595b;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.8em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items a:hover {
  color: black;
}
@media (max-width: 992px) {
  .menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items a {
    font-size: 0.71em;
  }
}
.menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items:first-child {
  padding-left: 0;
}
.menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items:last-child {
  padding-right: 0;
}
.menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items:active a, .menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items:hover a {
  color: #000;
  font-weight: bold;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items.active a {
  color: #c20e2a;
  font-weight: bold;
  font-family: "OpenSansExtraBold";
}
@media (max-width: 768px) {
  .menu-top .menu-top_content {
    border-top: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-flow: column;
  }
  .menu-top .menu-top_content .menu-top-content_nav {
    min-width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .menu-top .menu-top_content {
    font-size: 0.9em;
  }
}

@media (min-width: 769px) {
  #mobile-footer-menu {
    display: none;
  }
  .menu-top-content-nav_items.phone-item {
    display: none;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .menu-top {
    position: fixed;
    z-index: 98;
    box-shadow: #000 -10px 8px 20px;
    -moz-animation: slide-out 0.5s forwards;
         animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out 0.5s forwards;
    right: -100%;
    top: 73px;
    width: 80vw;
    background-color: #000;
  }
  .menu-top.menu-show {
    -moz-animation: slide-in 0.5s forwards;
         animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
  }
  .menu-top.menu-show > .menu-container {
    height: -webkit-calc(100vh - 120px);
    height: -moz-calc(100vh - 120px);
    height: calc(100vh - 120px);
    overflow: hidden;
  }
  .menu-top .menu-top_content {
    height: 100%;
    padding-top: 10px;
    overflow: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
            flex-flow: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }
  .menu-top .menu-top_content .menu-top-content_nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-flow: column;
    margin-top: 15px;
    font-size: 1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-content: flex-end;
            align-content: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }
  .menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items {
    width: 100%;
    text-align: right;
    padding: 13px 0;
  }
  .menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items.phone-item {
    border: none;
    width: 200px;
  }
  .menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items a {
    color: #fff;
    display: block;
  }
  .menu-top .menu-top_content .menu-top-content_search {
    min-width: 80%;
  }
  .barra-de-pesquisa .form-inline .form-group .input-group .input-group-addon .border-left {
    border: none;
  }
}
header .btn-menu-mobile {
  position: fixed;
  z-index: 100;
  top: 10px;
  right: 15px;
  padding: 10px 0;
}

.btn-menu-mobile {
  outline: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.btn-menu-mobile span {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100&0+0,0.75+15,1+51,0.75+85,0+100 */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 1%, rgba(255, 255, 255, 0.75) 15%, rgb(255, 255, 255) 51%, rgba(255, 255, 255, 0.75) 85%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 1%, rgba(255, 255, 255, 0.75) 15%, rgb(255, 255, 255) 51%, rgba(255, 255, 255, 0.75) 85%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 1%, rgba(255, 255, 255, 0.75) 15%, rgb(255, 255, 255) 51%, rgba(255, 255, 255, 0.75) 85%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=0 ); /* IE6-9 */
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-menu-mobile.open span:nth-child(1), .btn-menu-mobile.open span:nth-child(3) {
  -webkit-transform: translate(0px, 4px) rotate(-45deg) scalex(1.3);
     -moz-transform: translate(0px, 4px) rotate(-45deg) scalex(1.3);
      -ms-transform: translate(0px, 4px) rotate(-45deg) scalex(1.3);
          transform: translate(0px, 4px) rotate(-45deg) scalex(1.3);
  margin: 0;
}
.btn-menu-mobile.open span:nth-child(2) {
  height: 0;
  margin: 0;
}
.btn-menu-mobile.open span:nth-child(3) {
  -webkit-transform: translate(0px, 0px) rotate(45deg) scalex(1.3);
     -moz-transform: translate(0px, 0px) rotate(45deg) scalex(1.3);
      -ms-transform: translate(0px, 0px) rotate(45deg) scalex(1.3);
          transform: translate(0px, 0px) rotate(45deg) scalex(1.3);
}

@-moz-keyframes slide-in {
  100% {
    right: 0%;
  }
}

@keyframes slide-in {
  100% {
    right: 0%;
  }
}
@-webkit-keyframes slide-in {
  100% {
    right: 0%;
  }
}
@-moz-keyframes slide-out {
  0% {
    right: 0%;
  }
  100% {
    right: -100%;
  }
}
@keyframes slide-out {
  0% {
    right: 0%;
  }
  100% {
    right: -100%;
  }
}
@-webkit-keyframes slide-out {
  0% {
    right: 0%;
  }
  100% {
    right: -100%;
  }
}
/*===========================================
	BOOTSTRAP
============================================*/
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.no-padding .row {
  margin-left: 0;
  margin-right: 0;
}
.no-padding .row [classˆ=col-], .no-padding .row [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

/*===========================================
	maginific
============================================*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
     -ms-transform: scale(0.75);
         transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
     -ms-transform-origin: 0;
         transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
     -ms-transform-origin: 100%;
         transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*===========================================
	ALERTIFY
============================================*/
/**
 * alertifyjs 1.11.2 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2018 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
@-webkit-keyframes "ajs-shake" {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@-moz-keyframes "ajs-shake" {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
         transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
         transform: translate3d(10px, 0, 0);
  }
}
@keyframes "ajs-shake" {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
         transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
         transform: translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes "ajs-pulseIn" {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes "ajs-pulseIn" {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
         transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
         transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -moz-transform: scale3d(1.03, 1.03, 1.03);
         transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -moz-transform: scale3d(0.97, 0.97, 0.97);
         transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
}
@keyframes "ajs-pulseIn" {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
         transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
         transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -moz-transform: scale3d(1.03, 1.03, 1.03);
         transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -moz-transform: scale3d(0.97, 0.97, 0.97);
         transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes "ajs-pulseOut" {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-moz-keyframes "ajs-pulseOut" {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
         transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
         transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes "ajs-pulseOut" {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
         transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
         transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes "ajs-zoomIn" {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes "ajs-zoomIn" {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    -moz-transform: scale3d(0.25, 0.25, 0.25);
         transform: scale3d(0.25, 0.25, 0.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
}
@keyframes "ajs-zoomIn" {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    -moz-transform: scale3d(0.25, 0.25, 0.25);
         transform: scale3d(0.25, 0.25, 0.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes "ajs-zoomOut" {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
}
@-moz-keyframes "ajs-zoomOut" {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    -moz-transform: scale3d(0.25, 0.25, 0.25);
         transform: scale3d(0.25, 0.25, 0.25);
  }
}
@keyframes "ajs-zoomOut" {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    -moz-transform: scale3d(0.25, 0.25, 0.25);
         transform: scale3d(0.25, 0.25, 0.25);
  }
}
@-webkit-keyframes "ajs-fadeIn" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes "ajs-fadeIn" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes "ajs-fadeIn" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes "ajs-fadeOut" {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes "ajs-fadeOut" {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes "ajs-fadeOut" {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes "ajs-flipInX" {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-moz-keyframes "ajs-flipInX" {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
         transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
         transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
         transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
         transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
         transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
         transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px);
  }
}
@keyframes "ajs-flipInX" {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
         transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
         transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
         transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
         transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
         transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
         transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px);
  }
}
@-webkit-keyframes "ajs-flipOutX" {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-moz-keyframes "ajs-flipOutX" {
  0% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
         transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
         transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes "ajs-flipOutX" {
  0% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
         transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
         transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes "ajs-flipInY" {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-moz-keyframes "ajs-flipInY" {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
         transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
         transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
         transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
         transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px);
  }
}
@keyframes "ajs-flipInY" {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
         transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
         transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
         transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
         transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px);
  }
}
@-webkit-keyframes "ajs-flipOutY" {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@-moz-keyframes "ajs-flipOutY" {
  0% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
         transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes "ajs-flipOutY" {
  0% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
         transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
         transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes "ajs-slideIn" {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 5%;
  }
}
@-moz-keyframes "ajs-slideIn" {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 5%;
  }
}
@keyframes "ajs-slideIn" {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 5%;
  }
}
@-webkit-keyframes "ajs-slideOut" {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: -100%;
  }
}
@-moz-keyframes "ajs-slideOut" {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: -100%;
  }
}
@keyframes "ajs-slideOut" {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: -100%;
  }
}
.alertify .ajs-dimmer {
  position: fixed;
  z-index: 1981;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background-color: #252525;
  opacity: 0.5;
}
.alertify .ajs-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  overflow-y: auto;
  z-index: 1981;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
  -webkit-transition-property: opacity, visibility;
  -moz-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
       transition-timing-function: linear;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
       transition-duration: 250ms;
}
.alertify .ajs-dialog {
  position: relative;
  margin: 5% auto;
  min-height: 110px;
  max-width: 500px;
  padding: 24px 24px 0 24px;
  outline: 0;
  background-color: #fff;
}
.alertify .ajs-dialog.ajs-capture:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
}
.alertify .ajs-reset {
  position: absolute !important;
  display: inline !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
.alertify .ajs-commands {
  position: absolute;
  right: 4px;
  margin: -14px 24px 0 0;
  z-index: 2;
}
.alertify .ajs-commands button {
  display: none;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  padding: 10px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.alertify .ajs-commands button.ajs-close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC);
}
.alertify .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC);
}
.alertify .ajs-header {
  margin: -24px;
  margin-bottom: 0;
  padding: 16px 24px;
  background-color: #fff;
}
.alertify .ajs-body {
  min-height: 56px;
}
.alertify .ajs-body .ajs-content {
  padding: 16px 24px 16px 16px;
}
.alertify .ajs-footer {
  padding: 4px;
  margin-left: -24px;
  margin-right: -24px;
  min-height: 43px;
  background-color: #fff;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: right;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
  margin: 4px;
}
.alertify .ajs-footer .ajs-buttons.ajs-auxiliary {
  float: left;
  clear: none;
  text-align: left;
}
.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button {
  margin: 4px;
}
.alertify .ajs-footer .ajs-buttons .ajs-button {
  min-width: 88px;
  min-height: 35px;
}
.alertify .ajs-handle {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
   -ms-transform: scaleX(1);
       transform: scaleX(1);
  cursor: se-resize;
}
.alertify .ajs-dialog.ajs-shake {
  -webkit-animation-name: ajs-shake;
  -moz-animation-name: ajs-shake;
       animation-name: ajs-shake;
  -webkit-animation-duration: 0.1s;
  -moz-animation-duration: 0.1s;
       animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
       animation-fill-mode: both;
}

.alertify.ajs-no-overflow .ajs-body .ajs-content {
  overflow: hidden !important;
}

.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content {
  left: 0;
  right: 0;
  padding: 0;
}

.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body {
  margin-left: -24px;
  margin-right: -24px;
}
.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content {
  padding: 0;
}

.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content {
  left: 0;
  right: 0;
}

.alertify.ajs-maximizable .ajs-commands button.ajs-maximize {
  display: inline-block;
}
.alertify.ajs-maximizable .ajs-commands button.ajs-restore {
  display: inline-block;
}

.alertify.ajs-closable .ajs-commands button.ajs-close {
  display: inline-block;
}

.alertify.ajs-maximized .ajs-dialog {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  top: 0 !important;
  left: 0 !important;
  padding: 0;
}
.alertify.ajs-maximized .ajs-commands {
  margin: 14px 24px 0 0;
}
.alertify.ajs-maximized .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=);
}
.alertify.ajs-maximized .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 16px 24px;
}
.alertify.ajs-maximized .ajs-body {
  min-height: 224px;
  display: inline-block;
}
.alertify.ajs-maximized .ajs-body .ajs-content {
  position: absolute;
  top: 50px;
  right: 24px;
  bottom: 50px;
  left: 24px;
  overflow: auto;
}
.alertify.ajs-maximized .ajs-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.alertify.ajs-maximized.ajs-modeless .ajs-modal {
  position: fixed !important;
  min-height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
}

.alertify.ajs-resizable .ajs-dialog {
  padding: 0;
}
.alertify.ajs-resizable .ajs-commands {
  margin: 14px 24px 0 0;
}
.alertify.ajs-resizable .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 16px 24px;
}
.alertify.ajs-resizable .ajs-body {
  min-height: 224px;
  display: inline-block;
}
.alertify.ajs-resizable .ajs-body .ajs-content {
  position: absolute;
  top: 50px;
  right: 24px;
  bottom: 50px;
  left: 24px;
  overflow: auto;
}
.alertify.ajs-resizable .ajs-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog {
  min-width: 548px;
}
.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle {
  display: block;
}

.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
  cursor: move;
}

.alertify.ajs-modeless .ajs-dimmer {
  display: none;
}
.alertify.ajs-modeless .ajs-reset {
  display: none;
}
.alertify.ajs-modeless .ajs-modal {
  overflow: visible;
  max-width: none;
  max-height: 0;
}
.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body {
  max-height: 500px;
  overflow: auto;
}

.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin {
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC);
}

.alertify.ajs-modeless.ajs-unpinned .ajs-modal {
  position: absolute;
}
.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=);
}

.alertify.ajs-basic .ajs-header {
  opacity: 0;
}
.alertify.ajs-basic .ajs-footer {
  visibility: hidden;
}

.alertify.ajs-frameless .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 60px;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 1;
}
.alertify.ajs-frameless .ajs-footer {
  display: none;
}
.alertify.ajs-frameless .ajs-body .ajs-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog {
  padding-top: 0;
}
.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands {
  margin-top: 0;
}

.ajs-no-overflow {
  overflow: hidden !important;
  outline: none;
}

.ajs-no-overflow.ajs-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll !important;
}

.ajs-no-selection {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ajs-no-selection * {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.alertify .ajs-dimmer {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
  -webkit-transition-property: opacity, visibility;
  -moz-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
       transition-timing-function: linear;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
       transition-duration: 250ms;
}

.alertify.ajs-hidden .ajs-dimmer {
  visibility: hidden;
  opacity: 0;
}
.alertify.ajs-hidden .ajs-modal {
  visibility: hidden;
  opacity: 0;
}

.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
       animation-duration: 500ms;
}

.alertify.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-duration: 250ms;
  -moz-animation-duration: 250ms;
       animation-duration: 250ms;
}

.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-slideIn;
  -moz-animation-name: ajs-slideIn;
       animation-name: ajs-slideIn;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-slideOut;
  -moz-animation-name: ajs-slideOut;
       animation-name: ajs-slideOut;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
       animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-zoomIn;
  -moz-animation-name: ajs-zoomIn;
       animation-name: ajs-zoomIn;
}

.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-zoomOut;
  -moz-animation-name: ajs-zoomOut;
       animation-name: ajs-zoomOut;
}

.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-fadeIn;
  -moz-animation-name: ajs-fadeIn;
       animation-name: ajs-fadeIn;
}

.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-fadeOut;
  -moz-animation-name: ajs-fadeOut;
       animation-name: ajs-fadeOut;
}

.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-pulseIn;
  -moz-animation-name: ajs-pulseIn;
       animation-name: ajs-pulseIn;
}

.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-pulseOut;
  -moz-animation-name: ajs-pulseOut;
       animation-name: ajs-pulseOut;
}

.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInX;
  -moz-animation-name: ajs-flipInX;
       animation-name: ajs-flipInX;
}

.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutX;
  -moz-animation-name: ajs-flipOutX;
       animation-name: ajs-flipOutX;
}

.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInY;
  -moz-animation-name: ajs-flipInY;
       animation-name: ajs-flipInY;
}

.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutY;
  -moz-animation-name: ajs-flipOutY;
       animation-name: ajs-flipOutY;
}

.alertify-notifier {
  position: fixed;
  width: 0;
  overflow: visible;
  z-index: 1982;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
}
.alertify-notifier .ajs-message {
  position: relative;
  width: 260px;
  max-height: 0;
  padding: 0;
  opacity: 0;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
       transition-duration: 250ms;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
       transition-timing-function: linear;
}
.alertify-notifier .ajs-message .ajs-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 2px;
}
.alertify-notifier .ajs-message.ajs-visible {
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
       transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
       transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  max-height: 100%;
  padding: 15px;
  margin-top: 10px;
}
.alertify-notifier .ajs-message.ajs-success {
  background: rgba(91, 189, 114, 0.95);
}
.alertify-notifier .ajs-message.ajs-error {
  background: rgba(217, 92, 92, 0.95);
}
.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 0.95);
}

.alertify-notifier.ajs-top {
  top: 10px;
}

.alertify-notifier.ajs-bottom {
  bottom: 10px;
}

.alertify-notifier.ajs-right {
  right: 10px;
}
.alertify-notifier.ajs-right .ajs-message {
  right: -320px;
}
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 290px;
}

.alertify-notifier.ajs-left {
  left: 10px;
}
.alertify-notifier.ajs-left .ajs-message {
  left: -300px;
}
.alertify-notifier.ajs-left .ajs-message.ajs-visible {
  left: 0;
}

.alertify-notifier.ajs-center {
  left: 50%;
}
.alertify-notifier.ajs-center .ajs-message {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
}
.alertify-notifier.ajs-center .ajs-message.ajs-visible {
  left: 50%;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
  -moz-transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
       transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
}

.alertify-notifier.ajs-center.ajs-top .ajs-message {
  top: -300px;
}
.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible {
  top: 0;
}

.alertify-notifier.ajs-center.ajs-bottom .ajs-message {
  bottom: -300px;
}
.alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible {
  bottom: 0;
}

@media screen and (max-width: 568px) {
  .alertify .ajs-dialog {
    min-width: 150px;
  }
  .alertify:not(.ajs-maximized) .ajs-modal {
    padding: 0 5%;
  }
  .alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog {
    min-width: initial;
    min-width: auto;
  }
}
/*! nouislider - 12.1.0 - 10/25/2018 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
       transform-origin: 0 0;
}

/* Offset direction
 */
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #fec53c;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
   -ms-transform: translate(-50%, 50%);
       transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
   -ms-transform: translate(50%, 50%);
       transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%, 0);
   -ms-transform: translate(0, -50%, 0);
       transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
   -ms-transform: translate(0, 50%);
       transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
   -ms-transform: translate(-50%, 0);
       transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
       transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/*===========================================
	RESPONSIVO
============================================*/
/* Mobile */
@media screen and (min-width: 992px) {
  .car-right-box {
    position: absolute;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 320px) {
  .oportunidades .botao-default {
    padding-left: 25px;
    padding-right: 25px;
  }
  .box-marcas .marcas-seminovos {
    text-align: left;
  }
  .box-marcas .marcas-seminovos .item-marca-seminovos {
    margin-bottom: 20px;
  }
  .box-marcas .marcas .item-marcas {
    margin-bottom: 20px;
  }
  .form-de-busca-veiculos .titulo-do-bloco {
    width: 100%;
  }
  .form-de-busca-veiculos .radio {
    display: inline-block;
    margin-top: 0;
  }
  .form-de-busca-veiculos .radio label {
    color: #000;
    font-weight: 800;
    font-size: 14px;
  }
  .form-de-busca-veiculos select {
    margin-bottom: 20px;
  }
  .form-de-busca-veiculos .enviar-contato {
    margin-top: 30px;
  }
  .form-de-busca-veiculos .encontre-o-carro {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .card-carro .thumb-foto {
    text-align: center;
  }
  .card-carro .thumb-foto img {
    width: 100%;
    max-width: inherit;
  }
  .box-principais .botao-default {
    padding-left: 30px;
    padding-right: 30px;
  }
  .clique-menu {
    color: #fff;
    font-size: 28px;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 900;
  }
  .menu-mobile {
    display: none;
    margin-top: 10px;
    width: 100%;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  .menu-mobile li {
    margin-bottom: 15px;
  }
  .menu-mobile li a {
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
  }
  .outros-botoes {
    background: #fff;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: none;
  }
  .outros-botoes .ms li a {
    padding: 5px;
  }
  .outros-botoes .ms li a.twitter {
    background: #000;
    color: #fff;
  }
  .outros-botoes .ms li a.facebook {
    background: #000;
    color: #fff;
  }
  .outros-botoes .ms li a.instagram {
    background: #000;
    color: #fff;
  }
  .outros-botoes .ms li a.youtube {
    background: #000;
    color: #fff;
  }
  header .botao-default.ligamos-para-voce {
    margin-top: 15px;
  }
  header .logo {
    margin-top: 0px;
    position: inherit;
  }
  header .logo a {
    display: inline-block;
    text-align: center;
  }
  header .logo a img {
    max-height: 50px;
  }
  header .numeros {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  header .numeros .numero-do-whatsapp {
    margin-left: 0;
    width: 100%;
    display: inline-block;
  }
  .box-de-atendimento .click-atendimentos {
    margin-bottom: 20px;
  }
  .box-de-atendimento .click-atendimentos .botao-default {
    padding-left: 50px;
    padding-right: 50px;
  }
  .titulo-pagina {
    font-size: 18px;
  }
  .beneficios {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tags-beneficios {
    font-size: 14px;
  }
  .box-terceiro-menu .nome-da-pagina {
    margin-left: 0;
  }
  .box-terceiro-menu .nome-da-pagina.espaco-consorcio {
    margin-left: 0;
  }
  .of-servicos .box-atendimento-oficina {
    padding-bottom: 70px;
    margin-bottom: 20px;
    height: auto;
  }
  .of-servicos .box-atendimento-oficina .card-de-oficina {
    margin-top: 15px;
  }
  .sobre-news {
    display: block;
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
  .sobre-news .pequeno-texto-news {
    width: 100%;
  }
  .box-news input {
    margin-bottom: 20px;
  }
  .box-informacoes {
    text-align: center;
  }
  .titulo-marcas,
  .busca-avancada {
    width: 60%;
  }
  .box-assinatura .todos-os-direitos {
    text-align: center;
  }
  .barra-de-pesquisa .form-inline .form-group .input-group .input-group-addon {
    padding-left: 5px;
    padding-right: 5px;
  }
  .barra-de-pesquisa .form-inline .form-group .input-group .input-group-addon button {
    height: 30px;
    font-size: 11px;
  }
  .barra-de-pesquisa .form-inline .form-group .input-group input {
    height: 30px;
    font-size: 11px;
  }
  .numeros span {
    font-size: 12px;
  }
  .numeros span.numero-do-whatsapp i {
    font-size: 17px;
  }
  .box-cta-botao {
    width: 100%;
    position: fixed;
    bottom: 90px;
    z-index: 998;
  }
  .box-cta-botao .botao-tenho-interesse-lead {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
    color: #fff;
    background: #000;
    padding: 12px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 12px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .car-right-box {
    position: relative;
    margin-bottom: 30px;
  }
  .box-interna-carro {
    margin-top: 0px;
  }
  .box-interna-carro .fotos-do-carro {
    margin-top: 0;
  }
  .ofertas-header-mobile {
    font-size: 11px;
  }
  .maps-full {
    padding-top: 0px;
  }
  .lojas-mapa {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
  .lojas-mapa a {
    width: 100%;
  }
  .menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items a.social-media {
    display: inline;
    font-size: 2.5rem;
    padding: 0px 5px;
  }
}
@media screen and (min-width: 540px) {
  .form-de-busca-veiculos .radio {
    display: block;
    margin-top: 10px;
  }
  .card-carro .thumb-foto {
    text-align: center;
  }
  .card-carro .thumb-foto img {
    width: 100%;
    max-width: inherit;
  }
  .card-carro .box-de-tag img.corrigir-tamanho-um {
    width: 24%;
  }
  .card-carro .box-de-tag img.corrigir-tamanho-dois {
    width: 28%;
  }
  .numeros span {
    font-size: 14px;
  }
  .numeros span.numero-do-whatsapp i {
    font-size: 20px;
  }
  .ofertas-header-mobile {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .ass {
    text-align: center;
  }
  body {
    padding-bottom: 70px;
  }
  .logo {
    margin-bottom: 0px;
  }
  .logo a {
    max-height: 50px;
    padding-bottom: 0px;
  }
  .lojas-mapa {
    display: block;
  }
  .card-carro {
    padding-bottom: 0px;
  }
  .card-carro ul.caixa-specs {
    bottom: 42px;
  }
  .full-map-info .logo-footer {
    text-align: center;
    margin-bottom: 20px;
  }
  .barra-de-pesquisa .form-inline .form-group {
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 768px) {
  .menu-top {
    background-color: transparent;
  }
  .card-carro .box-de-tag img.corrigir-tamanho-um {
    width: 44%;
  }
  .card-carro .box-de-tag img.corrigir-tamanho-dois {
    width: 50%;
  }
  .titulo-marcas,
  .busca-avancada {
    width: 30%;
  }
  header .logo a img {
    max-height: none;
  }
  .barra-de-pesquisa {
    margin-top: 8px;
  }
  .barra-de-pesquisa .form-inline .form-group .input-group .input-group-addon {
    padding-left: 0;
    padding-right: 0;
  }
  .barra-de-pesquisa .form-inline .form-group .input-group input {
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .padding-top {
    padding-top: 155px;
  }
  .oportunidades .botao-default {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    display: inline-block;
    font-size: 16px;
  }
  header .logo a img {
    float: left;
    width: 100%;
  }
  header .barra-menu-secundario .form-inline .form-group .input-group .input-group-addon .pesquisar-estoque {
    padding-right: 0;
    padding-top: 3px;
  }
  header .barra-menu-secundario .form-inline .form-group .input-group .input-group-addon i {
    font-size: 15px;
  }
  header .numeros {
    width: inherit;
    text-align: right;
  }
  header .numeros .numero-de-atendimento,
  header .numeros .numero-do-whatsapp {
    display: inline-block;
    font-size: 10px;
  }
  header .numeros .numero-de-atendimento i,
  header .numeros .numero-do-whatsapp i {
    font-size: 15px;
  }
  header .numeros .numero-do-whatsapp {
    margin-left: 40px;
    width: auto;
    display: inherit;
  }
  header .menu li a {
    font-size: 10px;
  }
  header .botao-default.ligamos-para-voce {
    margin-top: 0;
    font-size: 10px;
  }
  .beneficios {
    padding-left: 100px;
    padding-right: 100px;
  }
  .tags-beneficios {
    font-size: 18px;
  }
  .box-terceiro-menu .nome-da-pagina {
    margin-left: 210px;
  }
  .box-terceiro-menu .nome-da-pagina.espaco-consorcio {
    margin-left: 380px;
  }
  .of-servicos .box-atendimento-oficina {
    padding-bottom: 0;
    margin-bottom: 0;
    height: 260px;
  }
  .of-servicos .box-atendimento-oficina .card-de-oficina {
    margin-top: 0;
  }
  .of-servicos .box-atendimento-oficina .card-de-oficina .botao-default {
    font-size: 12px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .box-informacoes {
    text-align: left;
  }
  .titulo-marcas,
  .busca-avancada {
    width: 20%;
  }
  .box-assinatura .todos-os-direitos {
    text-align: left;
  }
  .box-cta-botao {
    display: none;
  }
  .box-interna-carro .fotos-do-carro {
    margin-top: 20px;
  }
  .box-interna-carro {
    margin-top: 20px;
  }
  .barra-de-pesquisa {
    margin-top: 0px;
  }
  .barra-menu-header .menu li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .box-marcas .marcas-seminovos {
    text-align: center;
  }
  .box-marcas .marcas-seminovos .item-marca-seminovos {
    margin-bottom: 15px;
  }
  .box-marcas .marcas {
    text-align: center;
  }
  .box-marcas .marcas .item-marcas {
    margin-bottom: 15px;
  }
  .form-de-busca-veiculos .radio {
    display: block;
    margin-top: 0;
  }
  .form-de-busca-veiculos select {
    margin-bottom: 0;
  }
  .form-de-busca-veiculos .enviar-contato {
    margin-top: 0;
  }
  .form-de-busca-veiculos .encontre-o-carro {
    padding-left: 30px;
    margin-bottom: 0;
  }
  header .numeros {
    text-align: right;
  }
  header .numeros .numero-de-atendimento,
  header .numeros .numero-do-whatsapp {
    font-size: 14px;
  }
  header .numeros .numero-de-atendimento i,
  header .numeros .numero-do-whatsapp i {
    font-size: 22px;
  }
  header .numeros .numero-do-whatsapp {
    margin-left: 40px;
  }
  header .menu li a {
    font-size: 14px;
  }
  header .botao-default.ligamos-para-voce {
    font-size: 12px;
  }
  header .logo a img {
    float: left;
  }
  .of-servicos .box-atendimento-oficina {
    padding-bottom: 0;
    margin-bottom: 0;
    height: 260px;
  }
  .of-servicos .box-atendimento-oficina .card-de-oficina {
    margin-top: 0;
  }
  .of-servicos .box-atendimento-oficina .card-de-oficina .botao-default {
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .box-de-atendimento .click-atendimentos {
    margin-bottom: 0;
  }
  .box-de-atendimento .click-atendimentos .botao-default {
    padding-left: 100px;
    padding-right: 100px;
  }
  .sobre-news {
    display: inline-block;
    width: 45%;
    text-align: left;
    margin-left: 20px;
  }
  .sobre-news .titulo-pagina {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .box-news input {
    margin-bottom: 0;
  }
  .barra-menu-header .menu li a {
    font-size: 14px;
  }
}
/*# sourceMappingURL=app.css.map */
