
body,html {
    background: white;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    //font-family: 'Questrial', sans-serif;
    //font-family: 'Droid Sans', sans-serif;
    font-family: 'Arimo', sans-serif;
}
*{
    box-sizing: border-box;
   text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.appApresSetTit  {
  color: #c9a917;
}
.progress {
  width: 100%;
  height: 100%;
  z-index: 100000000000000000000000;
  position: absolute;
  background-color: white;
}
.ctnHeaderMaster {
    height: 8rem;
    padding: 13px;
    background-color: #512DA8;
    color: #111;
}
.appIcons {
    margin-right: 60px;
}
.appIcons a {
  font-size: 28px !important;
}
.plusTel {
  color: #111 !important;
}
.ctnHeaderMaster div a {
  font-size: 30px;
  margin: 5px;
}
.ctnHeaderSubMaster {
  background-color: #c9a917;
  color: #000000;
  width: 100%;
  height: 50px;
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.55), 0 1px 1px 0 rgba(0,0,0,0.24);

}
.ifMaps {
width: 700px;
height: 500px;
}
.leftHamb {
  display: none !important;
}
.appLogoLoja {
  top: 0;
}
.appLogoLoja {
  position: absolute;
  z-index: 100;
  display: block !important;
  top:0;
  margin-top: ;
  height: 75px;
  margin-left: 30px;
  width: auto;
}

.appLogoLoja img{
height: 15vh;
max-height: 8.75rem;
width: auto;
margin: 1rem;
}

.appMenus {
  <!--margin-left: 19.3%;-->
}
.appMenus .md-button{
  border-left: 1px #888 solid;
  border-radius: 0;
  background-color: tranparent !important;
  margin: 0;
  padding: 3px 15px;
  height: 40px;
  color: #fff;
}
div.contOndeEstamotitulo {
    color: #111;
}
.verMais {
background-color: #c9a917 !important;
color: #fff !important;
width: 400px;
}
.appMenus md-menu-bar {
  padding: 0 !important;
  margin: 0 !important;
}
.plusTel {
  margin-right: 6px !important;
  margin-top: 14px;
  font-size: 11px !important;
  color: #777;
}
md-menu-content.estMdMenuContent {
  border-left: 1px #888 solid !important;
}
.appMenus .md-button:nth-last-child(1){
  border-right: 1px #888 solid;
  border-radius: 0;
}
.appMasterSearch {
  position: relative;
  margin-top: 10px;
  display:  !important;
  height: 45px;
  width: 750px;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 10px;
  <!--padding-left: 260px;-->
}
.inputAppMasterSearch {
  //margin: 3px;
  text-align: center;
  font-size: 18px;
  border: 2px #c9a917 solid;
  margin-bottom: 10px;
  color: black;
  width: 100%;
  height: 100%;
  background-color: white;
}
.inputAppMasterSearch::placeholder {
    color: black !important;
}

.inputAppMasterSearch::-webkit-input-placeholder {
   color: #424242;
}

.inputAppMasterSearch:-moz-placeholder { /* Firefox 18- */
   color: #424242;  
}

.inputAppMasterSearch::-moz-placeholder {  /* Firefox 19+ */
   color: #424242;  
}
.captcha {
    width: 300px !important;
}
.inputAppMasterSearch:-ms-input-placeholder {  
   color: #424242;  
}
input[type=text]{outline:none}
button{outline:none}
.buttonAppMasterSearch {
  margin: 0;
  background-color: white;
  font-size: 14px !important;
  padding: 17px;
  color: black;
  border: 2px #c9a917 solid;
  margin-top: -10px;
  height: 100%;
  width: 70px;
  background-color: white;
}
.buttonAppMasterSearch:hover{
    background-color: #c9a917;
    color: #111;;
}

.dividerVertical {
  border-left: 1px gray solid;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
}
.atLeft {
    margin-left: 15px;
}
.contIcons {
  text-align: center;
  display: block;
  white-space: nowrap;
  font-size: 1rem;
  color: #fff;
}
.initDrop {
    padding: 5px 5px 0px 5px;
}
.contUl{
    background-color: #512DA8;
    padding: 0px 5px 5px 5px;
}
.slider-nav {
  margin: 20px 50px;
}
.galery {
  margin: 10px 300px;
}
/*.slider-nav div {
  background-color: gray;
  margin: 0 auto;
  width: 95%;
  height: 500px;
  background-image: url(../imgMaster/banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
} */

<!-- html{
  overflow-y:scroll;
} -->


  .slick-prev {
    margin-left: 70px;
    z-index: 10;
  }

  .slick-next {
    margin-right: 70px;
    font-size: 40px;
  }

  .slick-next:before {
    font-size: 40px !important;
    font-family: FontAwesome !important;
    content: "\f054" !important;
  }

  .slick-prev:before {
    font-size: 40px !important;
    font-family: FontAwesome !important;
    content: "\f053" !important;
  }
  .slick-dots {
    display: -webkit-box !important;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox !important;  /* TWEENER - IE 10 */
  display: -webkit-flex !important; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex !important;         /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }


.appApresSetTit {

  margin-top : 0px;
  color: #444;
  background-color: transparent ?>;
  font-size: 25px;
  padding: 15px;

}

/* Veículos */
.contDet {
  background-color: #CCC;
}
.md-button.md-raised {
background-color: #c9a917 !important;
color: #fff !important;
}
.contDet * {
  color: black ;
}
.detVei {
  padding: 20.5px;
}
/*.detVei:nth-child(2){
  color: white;
}*/
.detLoja {
  widht: 100% !important;
}
.detInf {
  background-color: #c6c6c6;
  color: black;
}
.buttomDet {
  background-color: #c6c6c6 !important;
}

.textDesc {
  color: black;
  background-color: #ccc;
  border-left: 1px #CCC solid;
  border-right: 1px #CCC solid;
}
.gridListdemoBasicUsage md-grid-list {
  margin: 8px;
}

.appCtnVeiculos {
  padding: 40px !important;
}

figure {
  diplay: block !important;
}

/* Footer */

.appFooterNewsletter {
  padding: 40px;
  background-color: #512DA8;
}

.appFooterNewsletter section:nth-child(1){
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.appFooterFinanceiras {
  width: 100%;
  height: 350px;
  background-color: gray;
  background-image: url(../imgMaster/bannerFinanceiras.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.appFooterFinanceiras section section:nth-child(1){
  color: white;
  font-size: 24px;
}

.appFooterFinanceiras section {
  background-color:rgba(0, 0, 0, 0.3);
  width: 100%;
  text-align: center;
  padding: 10px;
}

.appFooterDadosLoja {
  background-color: #512DA8;
  color: #111;
}
.appFooterDadosLoja section div.ctnContatoLoja{
  margin:30px;
}
.ctnContatoLoja div:nth-child(3n+1) {
  font-size: 18px;
}

.ctnContatoLoja div:nth-child(3n+2) {
  font-size: 15px;
}
.ctnContatoLoja div.emailFooter:nth-child(3n){
  margin-bottom: 15px;
  font-size: 13px;
}

.creditAutoGestor {
    height: 40px;
    background-color: black;
}
.creditAutoGestor a{
    color: white;
    text-decoration: none;
}
.linkAutoGestor {
 text-align:center;
 width:100%;
}

/*ESTOQUE*/
.ordenarEstoque {
    background: white;
    color: black;
}
.ctnMasterFiltro {
  margin-top: 10px;
  font-size: 20px;
  border-right: 1px #DDD solid;
}
.modCarPreco {
font-size: 20px !important;
}
.modCarMMV {
font-size: 13px !important;
}
.formGetEstoque select {
  background-color: white !important;
  color: black !important;
}
.page {
padding: 0;
color: black;
}
.pagEstoque {
  color: black;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 15px;
  background-color: gray;
  margin: 2px;
  border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.12), 0 4px 7px 0 rgba(0,0,0,0.24);
}
.formGetEstoque {
  margin-top: 10px;
}
.titleFiltro {
  text-align:center;
  width:100%;
  background-color : #c9a917;
  color: #fff;
  padding: 5px;
}
.ctnModCar:hover > .shareFace {
  opacity: 0.9;
  color: #3a4686;
}

.ctnModCar > .modCarProposta > .md-button {
  width: 100%;
}
.shareFace {
  font-size: 20px;
  background-color: #EEE;
  color: #777;
  width: 40px;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  margin: 3px;
  opacity: 0.0;
}
.formGetEstoque input, .formGetEstoque > select{
  outline: none;
  width: 200px;
  margin: 5px;
  background-color: white;
  border: none;
  border-bottom: 1px #999 solid;
  font-size: 14px;
  margin-top: 15px;
}


.titleGetEstoque {
    margin-top: 10px;
    font-size: 20px;
    background-color : #c9a917;
    color: #111;
    width: 100%;
    text-align:center;
    padding: 5px;
}

.dadosModCar {
  padding: 20px;
  color: #424242;
}

.modCarProposta a {
opacity: 0.3;
color: #fff;
background-color: #424242;
}
.ctnModCar:hover > .modCarProposta a {
opacity: 0.9;
background-color: #424242;
color:#fff;
}

.ctnModCar {
  margin: 6px;
  width: 260px;
  cursor: pointer;
  margin-top: 10px;
  overflow: hidden;
  height: 380px;
  background-color: #c5c5c5;
  color: #512DA8;
}

#fb-root{
    display: none !important;
}
.ctnModCar:hover {

}

.ctnModCar .dadosModCar section {
  margin-top: 7px;
}
.modCarImg {
  width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.modCarImg img {
  width: auto;
  height: 200px;
}
.ctnMasterEstoque {
  margin: 0px 40px;
}
.ctnVeiculosEstoque {
  margin-top: 10px;
}

/*VENDER*/

.mobAuto {
    width: 100%;
    border: none;
    border-bottom: 1px #424242 solid;
    background: transparent !important;
    margin: 15px 10px;
}
.mobAuto:focus {
    outline: 0;
    box-shadow: 0 0 0 0;
}
.mobAuto::-webkit-input-placeholder {
   color: #000;
}

.mobAuto:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

.mobAuto::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

.mobAuto:-ms-input-placeholder {  
   color: #000;  
}

.ctnBannerVendas {
  background-color: gray;
  margin: 0 auto;
  width: 90%;
  height: 34vw;
  //background-image: url(../imgMaster/bannerVenda.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.conteudoVendas {
    margin: 0 auto;
    width: 100%;
    height: 14vw;
    background-color:rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 3vw;
    color: white;
    display:  !important;
}
.contDescVendas {
    background-color: #ccc;
    color : #424242;
    margin: 0 auto;
    width: 90%;
    height: auto;
    padding: 20px;
}
.solicitacaoVenda {
  height: auto;
  background-color: #DDD;
}
.titleFormVenda {
  background-color:#c9a917;
  padding: 10px;
  font-size: 20px;
  color: #111;
  text-align:center;
}

.filtroindex {
display: none !important;
}


/*FINANCIAR*/
.ctnBannerFinanciar {
  background-color: gray;
  margin: 0 auto;
  width: 90%;
  height: 34vw;
  background-image: url(../imgMaster/bannerFinanciar.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.alert-success {
  background-color: #8BC34A;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-size: 15px;
  color: #222;
}
.whatsDet {
    display: none !important;
}
.alert-danger {
  background-color: #F44336;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-size: 15px;
  color: white;
}

/*COTAR SEGURO*/

.ctnBannerCotarSeguro {
  background-color: gray;
  margin: 0 auto;
  width: 90%;
  height: 34vw;
  background-image: url(../imgMaster/bannerCotarSeguro.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

/*ONDE ESTAMOS*/

.contOndeEstamotitulo {
  margin: 20px 84px;
  background-color: #c9a917;
  padding: 15px;
  font-size: 25px;
  color: white;
}

/* DETALHES */


.precoDetalhes {
  color: black !important;
  font-size: 23px !important;
}
.detVei {
background-color: #cccccc;
}

/*CAROUSEL*/

/* Dropdown */

/* Dropdown */
.hideDesk {
    display: none !important;
  }
ul {
  list-style: none; 
  padding: 0;
  margin: 0;
  z-index: 100;
}
ul li {
  display: block;
  position: relative;
  float: left;
}
/* This hides the dropdowns */
li ul {
  display: none;
}
ul li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  white-space: nowrap;
  color: white;
}

/* Display the dropdown */
li:hover > ul {
  display: block; 
  position: absolute;
}
/* Remove float from dropdown lists */
li:hover li {
    float: none;
}
li:hover a {
  background: #c9a917;
}

.main-navigation li ul li {
  border-top: 0;
}
/* Displays second level dropdowns to the right of the first level dropdown */
ul ul ul {
  left: 100%;
  top: 0; 
}
.categoria, .marca, .marca, .estoque{
    position: relative;
    display: block;
}

.openCat, .openMarca, .openModelo, .openEstoque {
    display: none;
    position: absolute;
    background-color: #424242;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.25);
    padding: 12px 36px;
    z-index: 1;
    color:white;
}

.categoria:hover .openCat,.marca:hover .openMarca,.modelo:hover .openModelo,.estoque:hover .openEstoque {
    display: block;
}

/* Media */

@media all and (max-width: 1100px) {
    .hideMed {
        display: none !important;
    }
}

/* SmarthPhone */

@media all and (max-width: 600px) {
    .ctnWhats {
        width: 48px !important;
        height: 48px !important;
        float: right !important;
        position: relative !important;
        border-radius: 100% !important;
        left: -21px !important;
        top: -35px !important;
    }
    .tR1 {
        display: none !important;
    }
    .tR2 {
        display: none !important;
    }
    .whatsRight {
        font-size: 33px !important;
    }
    .contUl{
      background-color: #c9a917;
    }
}

@media all and (max-width: 960px) {
    .hideMed {
        display: inherit !important;
    }
  .ctnHeaderMaster{
    padding: 0;
  }
  .slider-nav {
    padding-left: 0px !important;
}
  .verMais {
  width: 290px !important;
  }
  select[name="estado"],select[name="anoModelo"],select[name="anoFabricacao"],select[name="combustivel"],select[name="cor"],select[name="loja"] {
  display: none;
  }
  .detVei {
    color: black;
    border: 1px gray solid;
  }
  .appMasterSearch{
  width: 100%;
  margin: 0;
  margin-top : 10px;
  padding-left: 0px;
}

  .ctnHeaderSubMaster {
    height: 120px;
    background-color: #512DA8;
    color: black;
  }
  .ctnHeaderSubMaster md-button i {
    color: black !important;
  }
  .formGetEstoque input, .formGetEstoque > select{
    width: 290px;
    }
    .appLogoLoja {
        position: inherit !important;
        display: flex !important;
    }
  .hideDesk {
    display :-webkit-box !important;
    display :-ms-flexbox !important;
    display :flex !important;
  }
  .hideMob {
    display: none !important;
  }
  .appLogoLoja img {
    margin-top: 47px;
    height: 8rem;
    width: auto;
    z-index:0;
    position: absolute;
    left: 50%;
    margin-left:-160px;
  }
  .appMenus {
    width: 100%;
    text-align: center;
    margin-left: 0px;
  }
  .md-sidenav-left {
    background-color: #c9a917;
    color: #111;
  }
  .appMenus .md-button {
    width: 100% !important;
    border: none;
  }
  .m2{
  background-color: #c9a917;
  color: #111;
  display: none;
  }
  .atLeft {
    margin: 0;
  }
  .appMenus {
    width: 100% !important;
  }
  .dividerVertical {
    display: none;
  }
  .fa-comments-o {
    margin: 10px !important;
  }
  .leftHamb {
    display: block !important;
  }
  .appIcons {
    margin-right: 0;
    overflow-x: scroll;
  }
  .appIcons a {
    margin: 15px 0px 0px 10px;
  }
  .galery {
    margin: 10px 20px;
  }
  .ctnMasterEstoque {
  margin: 0px 0px;
}
.buttonList{
  display: none;
}
.modCarImg {
  width: 100%;
}
.contDet {
  margin: 0 !important;
}
.fa-bars {
color: black !important;
}

.appFooterNewsletter {
display: none !important;
}

.appFooterFinanceiras {
display: none !important;
}
.footerLojas {
display: none !important;
}
.footerOndeEstamos {
display: inherit !important;

}
.modCarProposta a {
opacity: 0.9;
background-color: #424242;
color:white;
}
.whatsDet {
display: inherit !important;

}
.ifMaps {
width: 300px;
height: 300px;
}
.captcha {
    width: 100% !important;
}
.filtroindex {
display: inherit !important;
}
button.leftHamb.md-button.md-ink-ripple.layout-align-center-center.layout-row{
    background-color: #c9a917;
}