/*  Accesorios  Concesionaria  */

.accesorio--title {
    background: url('../img/accesorios_bg_title.png') left center no-repeat;
    background-color: transparent !important;
}


/* .accesorio-modelo--boton
--------------------------------------------------------------*/
.accesorio-modelo--boton a {
    background-color: #FE1430 !important;
    border-radius: 0 !important;
    transform: skewX(-19deg);
    -webkit-transform: skewX(-19deg);
    -moz-transform: skewX(-19deg);
    -ms-transform: skewX(-19deg);
    -o-transform: skewX(-19deg);
    cursor: pointer;
    white-space: nowrap;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .accesorio-modelo--boton a span {
    transform: skewX(19deg)!important;
    -webkit-transform: skewX(19deg)!important;
    -moz-transform: skewX(19deg)!important;
    -ms-transform: skewX(19deg)!important;
    -o-transform: skewX(19deg)!important;
    display: block;
  }
  

/*  RESPONSIVE */
/* - - - - - - - - - - - - - - - - - - - - - - - - */

/* TABLET */
@media (max-width:962px) {
     
}

/* MOBILE */
@media (max-width:600px) {

}

/*  Fin - Responsive */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
