.icon-layout:before {
  content: "\e63a";
}
.inventary-subheader a{
  color: #B0B0AF;
}
.inventary-subheader a:hover{
  color: rgba(0, 0, 0, 0.7);
}
/*DETALLE INTERIOR*/
.interior-content{
  position: relative;
}
.interior-content,.interior-header{
  margin-top: 0;
}
.arrow{
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  background: #FFFFFF;
  display: inline-block;
  border-radius: 5px;
  color: #373F4E;
}
.arrow :hover{
  background: rgba(55, 63, 78, 0.7);
}
.gallery {
  padding-left: 1px;
  padding-right: 1px;
}
.display-contents{
  display: contents;
}
.display-unset {
  display: unset;
}
.interior-title{
  display: block;
  width: 100%;
  font-size: 1.8em;
  font-weight: bold;
  padding: 0px;
  margin-bottom: 5px;
}
.interior-title-detail{
  width: 100%;
  font-size: 1.8em;
  font-weight: bold;
  padding: 0px;
  margin-bottom: 5px;
}
.padding-10 {
  padding-left: 8 !important;
  padding-right: 8 !important;
}
.interior-group{
  font-size: 1.5em;
  font-weight: bold;
}
.interior-indice{
  font-size: 15px;
  font-style: oblique;
  width: 91%;
  font-weight: 100;
  padding: 0px;
  margin-bottom: 5px;
}

.interior-t-xs{
  font-size: 1.5em;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 10px;
}
.order-bar {
  background-color: white;
  z-index: 16;
}
@media (min-width: 768px)
{
  .interior-content,.interior-header{
    margin-top: 15px;
  }
  .padding-10 {
    padding-left: 8 !important;
    padding-right: 8 !important;
  }
}
/* @media (min-width: 625px)
{
  .car-thumbnail {
    height: 250px;
  }
}
@media (max-width: 625px)
{
  .car-thumbnail {
    height: 320px;
  }

} */
@media (max-width: 768px)
{
  .padding-10 {
    padding-left: 2;
    padding-right: 2;
  }
  .interior-title{
    font-size: 1.5em;

  }
  .btn-phone{
  	font-size: 15px;
  }
  .btn-send{
    font-size: 15px;
  }

}
.dynamicCenter{
  position: fixed;
}
/*QUIENES SOMOS*/
.img-text{
  float: none;
  width: 100%;
}
@media (min-width: 768px)
{
  .img-text{
    max-width:350px;
    min-width: 300px;
    margin:10px;

  }
}
.sticky {
  position: fixed;
  width: 100%;
  left: 0px;
  z-index: 100;
  border-top: 0px none;
  background-color: white;
  margin-top: 0px !important;
  padding-top: 20px;
  top: 100px
}
.stickyFilter {
  position: fixed;
  width: 25%;
  left: 0px;
  z-index: 100;
  border-top: 0px none;
  margin-top: 0px !important;
  padding-top: 20px;
  top: 180px
}
.stickySidebar {
  position: fixed !important;
  height: 80%;
  overflow-y: scroll !important;
  width: 25%;
}
.inventoryMargin {
  margin-left: 25% !important;
}
/*INTERIOR*/

.interior-info ul{
  list-style:disc;
}
.equipamiento li{
  padding: 10px 0;
}
.equipamiento{
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
@media (min-width: 768px) {
  .equipamiento{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.carSelected {
  border:solid 3px #ff683b;
}
.trim{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  display: block;
}
.attribute-label{
  font-weight: bold;
}
.odometer-label{
  font-style: italic;
  font-size: 1.1em;
}
.morepad{
  padding: 12px;
}
.box-content {
  display: block;
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  background: #FFF;
  border-radius: 3px;
  border-bottom: solid 2px #f2f2f2;
}
.main.main-stats .box-content {
  padding : 15px 0;
}
.main.main-stats .box-content > strong {
  display: block;
  text-align: center;
}
.main.main-stats .box-content .row {
  margin-left: 0;
  margin-right: 0;
}
.background-gray{
  position: absolute;
  background-color: #555555;
  filter: alpha(opacity=60);
  opacity: 0.6;
  left:453px;
  bottom:278px;
  padding-left:15px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 5px;
}
.text-white {
  color: white;
  filter: alpha(opacity=100);
  opacity: 1;
}
.single-line {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.siheader .detail-header{
  background-color: white;
  top: 90px;
  padding-top: 20px;
  width: 100%;
  position: fixed;
  z-index: 100;
}
.detail-header-bottom{
  background-color: white;
  bottom: 0px;
  width: 100%;
  position: fixed;
  z-index: 200;
}
.noheader .detail-header{
  background-color: white;
  top: -10px;
  padding-top: 20px;
  width: 100%;
  position: fixed;
  z-index: 100;
}
.detail-content{
  top: 200px;
}
.producto-grid{
  padding-right: 5px;
  padding-left : 5px;
}
.attributes{
  margin-bottom: 5px;
}
.font-attributes{
  color:#757474;

}
.font-attributes-icon{
  color:#757474;
  font-size: 2em;
}
.attribute-label{
  color:#757474;
}
.main-color{
  color:#757474;
}
.main-color2{
  color:#ffffff;
}
.dummy-bar{
  height:80px;
}
.dummy-bar-bottom{
  height:30px;
}
.image-modal{
    width:33%;
}
.modal-image{
  margin-top: 30px;
  align-items: center;
}
.flotante-right{
  margin-left: 10px;
}
.flotante-left{
  margin-right: 10px;
}
.order-btn{
  width: 35px;
  height:  35px;
  font-size: 16px;
  padding: 0px;
 line-height: 35px;
 text-align: center;
}
.order-btn.selected{
  color: white;
  background-color: black;
}
.order-btn.unselected{
  color: gray;
  background-color: white;
}
.order-btn.selected :hover {
  color: white;
}
.imagen-producto {
  min-height: 250px;
    text-align: center;
}
.horizontal-responsive {
  width: inherit;
  height: 250px;
}
.center-cropped {
  width: 100%;
  height: inherit;
  background-position: center center;
  background-repeat: no-repeat;
}
#image-detail {
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (max-width: 48em) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .arrow{
    width: 20px;
    height: 20px;
  }
  .padding{
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 2px;
    padding-right: 2px;
  }
  .arrow{
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 992px) {
	.margin-fix{
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
	.margin-fix{
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 1120px){
   .producto-grid{
     width: 50%;
   }
}
@media (max-width: 625px){
  .producto-grid{
    width: 100%;
  }
}
.filter-title {
  background-color: black;
}
.margin-btn {
  margin-left: 10px;
  margin-right: 10px;
}
.margin-none {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.car-thumbnail {
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 155px;
}
.car-year {
  margin-top: 10px;
  border: #8a8a8a 1px solid;
  border-radius: 5px;
  padding: 1px;
  color:  rgba(0, 0, 0, 0.64);
}
md-dialog {
  min-width: 450px;
}
.tooltip-inner {
  white-space: pre-line;
}
.panelInventory {
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
}
.over-car360 {
  position: absolute;
  right: 20px;
  bottom: 15px;
  padding: 5px;
  border-radius: 2px;
  cursor: pointer;
  opacity: .8;
}
.fitImg {
  width: 100%;
  height: 304px;
  object-fit: cover;
}
@media (min-width: 1700px) {
  .fitImg {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
}
.swiper-body {
  height: 100%;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  background-color: rgba(0,0,0,0.85);
  margin: 0;
  padding: 0;
  top: 0px;
  position:fixed !important;
  z-index: 1000000 !important ;
}
.swiper {
  width: 100%;
  height: 100%;
  max-height: 1080px;
}
.swiper-slide {
  overflow: hidden;
}
.loadImage {
  background: #F7F9FD;
  width: 100%;
  height: 100%;
  /* IMPORTANTE */
  display: table;
  text-align: center;
  border-radius: 9px;
}
.conditions li.active > a {
  color: var(--linkcl) !important;
}