@charset "UTF-8";
/*------------------------------------*
 * #COLORS */
/*------------------------------------ */
/*------------------------------------*
 * #BUTTONS */
/*------------------------------------ */
.btn-main-color {
  background-color: #ff7d24; }
  .btn-main-color:hover {
    background-color: #ff9b57; }

.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: #595959; }
  body .form-control {
    border: solid 1px #e1e1e1 !important;
    padding: 11px 18px !important;
    font-size: 0.8rem !important; }
    body .form-control::-webkit-input-placeholder {
      color: #8D8D8D !important; }
    body .form-control::placeholder {
      color: #8D8D8D !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; }

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

.header-head-bar {
  height: 71px; }

.logo {
  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; }
  .logo a {
    display: table; }
    .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: #FFF;
  box-shadow: 0px 0px 9px -5px #000;
  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; }
  .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: #f06200;
      color: #ff7d24;
      font-weight: 600;
      text-transform: uppercase;
      font-size: .8rem;
      width: auto; }
      .header-head-bar .btn.btn-ligar:hover {
        color: unset;
        background-color: unset; }
    .header-head-bar .btn.btn-ligar-header {
      background-color: unset;
      color: #ff7d24;
      font-weight: 600;
      text-transform: uppercase;
      font-size: .8rem;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 5px 5px !important; }
      .header-head-bar .btn.btn-ligar-header:hover {
        color: unset;
        background-color: unset; }
    .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: #ff7d24; }

.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 #ff7d24; }
        .barra-de-pesquisa .form-inline .form-group .input-group input::-webkit-input-placeholder {
          color: #ff7d24; }
        .barra-de-pesquisa .form-inline .form-group .input-group input::placeholder {
          color: #ff7d24; }
        .barra-de-pesquisa .form-inline .form-group .input-group .input-group-addon {
          background: #ff7d24;
          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: #ff7d24; }

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

/*------------------------------------*
 * #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: #ff7d24; }
      .social-medias-header li a:hover {
        color: unset; }

.main-color {
  color: #ff7d24; }

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

.container-titulo-pagina {
  background: #f1f1f1;
  padding: 50px 40px;
  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; }

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

.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 .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 {
  position: relative;
  height: 95px; }
  @media (max-width: 700px) {
    .box-busca-avancada {
      height: 275px; } }
  .box-busca-avancada .container {
    position: absolute;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    top: -58px;
    background: #fff; }
    @media (max-width: 700px) {
      .box-busca-avancada .container {
        top: 0px; } }
  .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 .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 {
  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-flex-wrap: wrap;
          flex-wrap: wrap; }
  .marcas .item-marcas {
    margin: 10px;
    padding: 10px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    font-size: 0.8rem; }
    .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: #ff7d24;
    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: #fff;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden; }
  .card-carro .car-icon {
    color: #8D8D8D; }
    .card-carro .car-icon.ano {
      background: url(../img/icones/icons_hover.png);
      background-position: 0 0px; }
    .card-carro .car-icon.quilometragem {
      background: url(../img/icones/icons_hover.png);
      background-position: -24px 0px; }
    .card-carro .car-icon.combustivel {
      background: url(../img/icones/icons_hover.png);
      background-position: -46px 0px; }
  .card-carro:hover .nome-do-carro {
    color: #ff7d24 !important; }
  .card-carro:hover .versao {
    color: #ff7d24 !important; }
  .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 #ff7d24;
    border-right: 15px solid transparent;
    border-left: 15px solid #ff7d24; }
    .card-carro .tag-oferta span {
      position: absolute;
      width: 115px;
      top: -22px;
      left: -10px; }
  .card-carro .botao-default {
    display: block;
    background: unset;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #fff;
    font-size: 12px;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 10px !important;
    margin: 0; }
    .card-carro .botao-default:hover {
      color: #ff7d24;
      background-color: #fff; }
    .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 .container-nome .marca-do-carro {
    display: inline-block;
    width: 100%; }
  .card-carro .container-nome .nome-do-carro {
    color: #ff7d24;
    width: 100%;
    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; }
    .card-carro .container-nome .nome-do-carro img {
      width: 26px;
      margin-right: 10px; }
  .card-carro .container-nome .versao,
  .card-carro .container-nome .tipo-do-carro {
    color: #ff7d24;
    height: 35px;
    text-transform: uppercase;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-size: 11px; }
  .card-carro .container-nome ul.caixa-specs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex; }
    .card-carro .container-nome ul.caixa-specs li {
      color: #999;
      font-size: 10px;
      padding: 5px 2px; }
      .card-carro .container-nome ul.caixa-specs li:first-child {
        border-left: none; }
      .card-carro .container-nome ul.caixa-specs li:last-child {
        border-right: none; }
      .card-carro .container-nome 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: block;
    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: #ff9b57;
    font-size: 30px;
    color: #fff;
    padding: 25px 25px 25px 30px;
    border-radius: 60px;
    opacity: 0.9; }
    .caixa-foto .icon-play:hover {
      background-color: #fff6f0; }
  .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: #3f4041;
      opacity: 0.9; }

.caixa-de-valor {
  background: #ff7d24;
  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;
  height: 70px; }
  .caixa-de-valor .valor-do-carro .cifrao {
    color: #fff;
    font-size: 14px;
    font-weight: normal; }
  .caixa-de-valor .valor-do-carro .valor {
    color: #fff;
    font-size: 20px;
    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: #ff7d24;
    -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: #f06200; }

.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: #ff7d24;
    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: #f06200; }

.box-de-atendimento {
  margin-bottom: 50px; }
  .box-de-atendimento .click-atendimentos {
    text-align: center;
    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: #ff7d24; }
      .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: #ff7d24; }

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

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

.container-atendimento {
  background: #f1f1f1;
  border-radius: 5px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  padding: 15px 0px; }
  .container-atendimento .btn {
    font-weight: bold; }
  .container-atendimento .btn-whatsapp {
    color: #fff; }

.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: 1rem;
    color: #8D8D8D;
    display: inline-block;
    margin-bottom: 15px; }

.filtro {
  background: #f1f1f1;
  display: none; }

.filtro[style*="display: block"] {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important; }

.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: #ff7d24; }
    .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;
  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: #ff7d24; }
      .quantidade-de-paginas li:hover a {
        color: #fff; }
    .quantidade-de-paginas li.pagina-atual {
      background: #ff7d24; }
      .quantidade-de-paginas li.pagina-atual a {
        color: #fff; }

.form_busca_fixed {
  position: fixed !important;
  top: 0px !important;
  width: 100% !important;
  max-width: unset !important;
  border-radius: 0px 0px 10px 10px !important;
  z-index: 99 !important; }

.caixa-avancada {
  background: #f7f7f7;
  margin-bottom: 50px; }
  .caixa-avancada .quantidade-encontrada {
    width: 100%;
    background: #ff7d24;
    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: #ff7d24;
        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: #ff7d24; }
    .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: #ff7d24; }
  .caixa-avancada .busca li .sub-opcoes {
    max-height: 300px;
    overflow-y: auto;
    display: none;
    background-color: #ff7d24;
    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: #ff7d24;
        border-radius: 5px;
        padding: 5px 0px;
        margin-top: 10px;
        width: 100%; }
      .caixa-avancada .form-estoque .form-group .form-buscar {
        border: none;
        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: #ff7d24;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 300;
    display: inline-block; }
    .box-interna-carro .nome-do-carro-interna strong {
      font-size: 1.3rem;
      font-weight: 900; }
  .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; }
  .box-interna-carro .gallery-medias {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr; }
    .box-interna-carro .gallery-medias .main-element {
      grid-row: span 2; }
    .box-interna-carro .gallery-medias img,
    .box-interna-carro .gallery-medias iframe {
      width: 100%; }
    .box-interna-carro .gallery-medias .overlay-last-image {
      position: absolute;
      background-color: rgba(0, 0, 0, 0.5);
      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;
      color: #F1F1F1;
      top: 0;
      width: 100%;
      height: 100%; }

.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 {
  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%;
    color: #ff7d24;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 900; }
  .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: #ff7d24; }
  .btn.btn-main:hover {
    color: #fff;
    background-color: #f06200; }

.btn.btn-outline {
  border: solid 1px #e1e1e1;
  border-radius: 0.375rem;
  font-size: 0.8rem;
  color: #888;
  padding: 11px 18px; }

.btn.btn-secondary {
  background-color: #ff7d24;
  padding: 11px 60px;
  font-size: 0.8rem;
  border-radius: 20px;
  border: none;
  font-weight: bold; }
  .btn.btn-secondary:hover {
    color: #fff;
    background-color: #4b4c4e; }

.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex; }
  .lista-de-caracteristicas li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
    padding: 15px;
    text-align: center; }
    .lista-de-caracteristicas li span {
      font-size: 12px;
      color: #ff7d24; }
  .lista-de-caracteristicas li:first-child {
    margin-left: 0; }

.opcional-check {
  width: 100%;
  display: inline-block;
  color: #ff7d24;
  border: solid 1px #e1e1e1;
  padding: 10px; }
  .opcional-check i {
    margin-right: 5px;
    font-size: 18px;
    color: #27ae60; }

.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 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px; }
  .valor-carro .cifrao {
    color: #ff7d24;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px; }
  .valor-carro .valor {
    color: #ff7d24;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px; }

.de {
  color: #fff;
  font-size: 14px; }
  .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; }

.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: #ff7d24;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  width: 95%; }
  .btn-simulacao:hover {
    color: #fff;
    background-color: #f06200; }

.enviar-lead-interna {
  margin-top: 15px;
  margin-bottom: 10px;
  display: inline-block;
  background: #ff7d24;
  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: #f06200; }

.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: #ff7d24;
  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: 250px;
  max-width: 100%;
  display: inline-block;
  background: #ff7d24;
  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: #ff7d24; }

.box-radios {
  background-color: #6a6a6a; }

#modal-financiamento select {
  height: 43px;
  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: #e43733;
        background: -webkit-linear-gradient(left, #e43733 0%, #9b110f 100%);
        background: -moz- oldlinear-gradient(left, #e43733 0%, #9b110f 100%);
        background: linear-gradient(90deg, #e43733 0%, #9b110f 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: #ff7d24;
    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: #ff7d24; }
  .mfp-iframe-scaler .btn-main-color:hover {
    background-color: #ff9b57; }

.mfp-iframe-scaler a {
  position: absolute; }

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

.breadcrumb-list {
  list-style: none;
  padding: 15px 0;
  border-bottom: solid 1px #e1e1e1; }
  .breadcrumb-list .divider {
    color: #ff7d24;
    font-size: 14px; }
  .breadcrumb-list li {
    display: inline; }
    .breadcrumb-list li a,
    .breadcrumb-list li a:link,
    .breadcrumb-list li a:visited {
      color: #ff7d24;
      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; }

/*------------------------------------*
 * #DEPOIMENTOS */
/*------------------------------------ */
.box-depoimentos {
  background: #f1f1f1; }
  .box-depoimentos .depoimento {
    background: #fff;
    border-radius: 10px; }
    .box-depoimentos .depoimento .texto {
      color: #8d8d8d; }
    .box-depoimentos .depoimento .foto {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      overflow: hidden; }
    .box-depoimentos .depoimento .nome {
      font-weight: bold; }

.whatsapp-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  z-index: 999;
  width: 180px; }
  @media screen and (max-width: 768px) {
    .whatsapp-fixed {
      width: 145px; } }

.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: #fff;
    border-top: 3px solid #ff7d24;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    color: #ff7d24;
    text-align: center;
    border-radius: 10px 0px 10px 0px;
    font-size: 15px;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    /*height: 150px;*/
    line-height: 22px; }
    .oportunidades .botao-default i {
      display: block;
      font-size: 36px;
      margin-bottom: 10px; }
    .oportunidades .botao-default:hover {
      background: #ff7d24;
      color: #fff; }
    .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 {
      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;
    background-color: #fff;
    border-top: solid 3px #ff7d24;
    border-radius: 10px 0px 10px 0px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); }
    .oportunidades .botao-default div.linha {
      border: none;
      padding-bottom: 0px;
      color: #ff7d24; }
    .oportunidades .botao-default i {
      display: inline;
      font-size: 24px;
      margin: 0;
      margin-right: 10px;
      padding-top: 0px; } }

.box-menu-footer {
  background: #ff7d24;
  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: #ff7d24;
      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;
  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: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  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; }

#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: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
  ul.lojas-mapa li {
    position: relative;
    width: 100%; }
    ul.lojas-mapa li a {
      display: block;
      padding: 10px 5px;
      font-size: 13px;
      color: #ff7d24;
      text-align: left;
      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: transparent;
        color: #333; }
        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%; }
  .js-showmap .endereco {
    font-size: 1.15rem;
    font-weight: bold;
    display: inline-block; }
  .js-showmap .cidade,
  .js-showmap .cep {
    font-size: 1rem; }

.maps-full {
  position: relative; }
  .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 {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  display: none; }
  .map-content iframe {
    width: 100%;
    height: 350px; }
  .map-content.active {
    display: block; }

/*------------------------------------*
    #full-map-section
/*------------------------------------*/
.full-map-info {
  background-color: #ff7d24;
  padding: 25px 0;
  color: white; }
  .full-map-info .copy {
    font-size: 0.8rem;
    font-weight: 300; }
  .full-map-info .social-medias-footer {
    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;
    width: 100%; }
    .full-map-info .social-medias-footer li {
      margin-left: 10px; }
  .full-map-info .logo-footer img {
    max-width: -webkit-fill-available;
    max-height: 70px; }
  .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: #ff7d24;
  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 {
  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.9rem;
          text-transform: capitalize; }
        .menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items a {
          color: #ff7d24;
          text-transform: uppercase;
          font-weight: 600;
          text-decoration: none;
          font-size: .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: unset !important; }
          @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: #ff7d24;
          -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-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: .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;
    height: -webkit-calc(100vh - 70px);
    height: -moz-calc(100vh - 70px);
    height: calc(100vh - 70px);
    z-index: 999;
    right: -100%;
    top: 70px;
    width: 80vw;
    background-color: #F1F1F1;
    box-shadow: none; }
    .menu-top .social-media {
      font-size: 1.7rem !important; }
    .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 {
        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: left;
          padding: 13px 40px;
          border-bottom: solid 1px #D9D9D9;
          position: relative; }
          .menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items:first-child {
            padding-left: 40px; }
          .menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items:last-child {
            padding-right: 40px;
            border-bottom: none; }
          .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: #ff7d24;
            display: block; }
          .menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items ul {
            display: none;
            top: 50px;
            -webkit-transition: cubic-bezier(0.55, 0.085, 0.68, 0.53);
            -moz-transition: cubic-bezier(0.55, 0.085, 0.68, 0.53);
            transition: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
            .menu-top .menu-top_content .menu-top-content_nav .menu-top-content-nav_items ul a {
              color: #8D8D8D !important; }
      .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 {
  z-index: 100; }

.btn-menu-mobile {
  outline: none;
  cursor: pointer;
  width: 30px;
  height: 30px; }
  .btn-menu-mobile span {
    background: #ff7d24;
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 5px;
    margin-bottom: 3px;
    -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: .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: .1s;
  -moz-animation-duration: .1s;
       animation-duration: .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; } }

/*------------------------------------*
 * #COLORS */
/*------------------------------------ */
/*------------------------------------*
 * #BUTTONS */
/*------------------------------------ */
.btn-main-color {
  background-color: #ff7d24; }
  .btn-main-color:hover {
    background-color: #ff9b57; }

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

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

/*------------------------------------*
 * #TITLES */
/*------------------------------------ */
/*! 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: 4px; }

.noUi-horizontal .noUi-handle {
  width: 10px;
  height: 10px;
  left: -17px;
  top: -4px;
  border-radius: 50%;
  background-color: #ff7d24;
  border: none; }

.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: -5px;
  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;
  top: 4px; }

.noUi-connects {
  border-radius: 3px;
  background-color: #8b8dc3; }

.noUi-connect {
  background: #ff7d24; }

/* 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; }

/* Handle stripes;
 */
/* 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; }
  .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: #ff7d24; }
  .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: #ff7d24;
        color: #fff; }
      .outros-botoes .ms li a.facebook {
        background: #ff7d24;
        color: #fff; }
      .outros-botoes .ms li a.instagram {
        background: #ff7d24;
        color: #fff; }
      .outros-botoes .ms li a.youtube {
        background: #ff7d24;
        color: #fff; }
  header .botao-default.ligamos-para-voce {
    margin-top: 15px; }
  header .logo {
    margin-top: 0px;
    position: inherit; }
    header .logo a {
      display: table;
      text-align: center; }
      header .logo a img {
        max-height: 60px;
        max-width: 100%; }
  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: #ff7d24;
      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; }
  .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 2px; } }

@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: 85px;
    max-width: 100%; }
  .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: 125px; }
  .header-head-bar {
    height: 125px; }
  .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 */
