/* ---------------------------------------------------------------------- */
/*	IMAGE CONTAINER PARA FOTOS VERTICALES 2 COLUMNAS
/* ---------------------------------------------------------------------- */
.image-container {
    width: 280px;
    height: 210px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	
	width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
}
.image-container img {
    width: 100% !important;
    height: auto !important;
}

/* ---------------------------------------------------------------------- */
.sticky { 
  position:sticky;
  top:0;
}
@media handheld, only screen and (max-width: 1200px) {
	.sticky { 
	  position:relative;
	}
}
.grid .item-grid {
  width: 24%;
  height: auto;
}
.grid .item-grid .ribbon3.particular {
  border-top-color: #eb9500;
  border-left-color: #eb9500;
}
.grid .item-grid .ribbon3.particular span {
  margin: -25px 0 0 -42px;
  color:white;
}
body{
  background: linear-gradient(180deg, #f6f6f6 0%, #eeeeee 40%, #e6e6e6 100%);
  color:white;
  background-image:
    radial-gradient(circle at top, rgba(0,0,0,0.04), transparent 60%),
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.015),
      rgba(0,0,0,0.015) 1px,
      transparent 1px,
      transparent 6px
    );
  color:#3d3c3c;
}
.img-fullmotor{
  border: 2px solid #b9b9b9;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;  
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: transform .25s ease, box-shadow .25s ease;
}
.img-fullmotor:hover {
  border: 2px solid #ff8c00;
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,.45);
}
.img-fullmotor:hover img{
  transform: scale(1.03);
}
.titulo{
  background:#333333;
  color:white;
}
.titulo a{
  background:#333333;
  color:white;
  text-decoration:underline;
}
.fila{
  height: 75px;
}
.fila:hover{
  background: url(bordert.png);
}
.fila a{
  display: block;
  width: 100%;
  color: black;
}
.fila a:hover{
  color: red;
}
.foto-auto{
  width:100px !important;
  border:0px;
}
.Tweet{
	/*width:250px !important;*/
	height:350px !important;
	overflow:hidden;
  float:left;
  padding: 20px;
}
.Tweet2{
	width:180px !important;
	height:180px !important;
	overflow:hidden;
  float:left;
  padding: 20px;
}
a.link-3 {text-decoration:none; cursor:pointer; color:#8f8b8c; font-size:12px;}
a.link-3:hover {text-decoration:none;}
.color-2 { color:#e37700;}
.color-4 { font-weight:bold; font-size:13px; line-height:24px; color:#e37700;}
.img-radius {border-radius:7px;}


a {
  color: white;
}
h1, h2, h3, h4 {
  color:#3d3c3c;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
h1, h2 {
  border-left: 0px double #979797;
  font-size: 1.7em;
  line-height: 0.9em;
  margin: 0 0 20px 0;
  padding: 0 0 0 5px;
}
.encabezado-ficha a {
  color: white;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.fav-btn{
  gap:6px;
  cursor:pointer;
  user-select:none;
}
.fav-btn:hover{
  opacity:.8;
}
.imgfav {
  width: 20px;
}
.fav-text {
  color: white;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  vertical-align: middle;
}
.boton-guardar {
  background-color: #00000069;
  border-radius: 20px;
  padding: 3px 15px;
  margin: 3px;
  float: left;	
}
.boton-guardar:hover {
  background-color: #000000;
  cursor:pointer;
}
.pagetitle {
  height: 140px;
}
.pagetitle h1 {
  margin: 0 0 10px 0;
  color: cc7a16;
  font-size: 2.2em;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
.pagetitle h2 {
  margin: 0 0 10px 0;
  color: cc7a16;
  font-size: 1.5em;
  line-height: 25px;
}
.pagetitle h4 {
  margin-left: 5px;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.3px;  
  margin: 5px 0 0 0;
  color: #555;
}
.reveal h1,
.reveal h2,
.reveal h4,
.reveal .price,
.reveal .bono,
.reveal .leyenda-bono {
  opacity: 0;
  transform: translateY(12px);
  animation: revealUp .6s ease-out forwards;
}

.reveal .r1{ animation-delay: .05s; }
.reveal .r2{ animation-delay: .15s; }
.reveal .r3{ animation-delay: .25s; }
.reveal .r4{ animation-delay: .35s; }

@keyframes revealUp{
  to{
    opacity:1;
    transform: translateY(0);
  }
}
.subtitulo {
  font-size: 21px;
  position: relative;
  display: inline-block; 
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.subtitulo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;  
  height: 4px;  
  background: #cc7a16;
  border-radius: 2px;
}
p {
  color: #505050;
  font-weight: 400;
  text-align: justify;
  font-family: 'Poppins';
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.vendedor{
  font-size: 13px;
  color: #cc7a16;
  letter-spacing: 0.02em;
}
label {
  height: 20px;
  margin-bottom: 0px;
  margin-left: 5px;
}
form label {
  color:#959595;
  font-family: 'Inter', sans-serif;
  font-size: 12px; 
  font-weight: 700;
  color: #6b7280;
}
form .form-group {
  position: relative;
}
form .form-group input {
  padding: 12px 0px 12px 50px;
  margin-bottom: 15px;
  outline: none;
}
form .form-group:focus-within i {
  transform: scale(1.1);
}
form .form-group i {
  position: absolute;
  margin-left: 20px;
  top: 14px;
  font-size: 20px;
  color: #dbbf8f;
}
form .form-control {
  border-radius: 10px;
  height: 46px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(17, 24, 39, .21);
  background: rgba(255, 255, 255, .92);
  color: rgb(168 168 168);
  outline: none;  
}
.form-control:focus{
  border-color: rgba(199,137,26,.55);
  box-shadow: 0 0 0 4px rgba(199,137,26,.18);
}
.form-contacto {
  background:
    radial-gradient(1200px 420px at 50% 0%,
      rgba(255,255,255,0.07) 0%,
      rgba(255,255,255,0.02) 40%,
      rgba(0,0,0,0) 70%),
    linear-gradient(180deg, #1a1f25 0%, #111419 100%);
}
.form-contacto h4.subtitulo{
	color: white;
}
.group-options .form-group .form-control {
  height: 30px;
  padding: 3px 12px;
}
header {
  margin-bottom: 2%;
}
header .topbar {
  font-size: 1.3em;
  background: linear-gradient(#db9c16, #cc7a16);
  color: #fff;
}
header .topbar #topmenu {
  font-size: 0.6em;
  line-height: 10px;
}
header .navbar {
  border-top: 1px solid transparent;
  border-bottom: 3px solid #ff8c00;
  font-family:'Oswald',sans-serif;
  font-weight:400;
  font-size:18px;
  line-height: 0.7em;
  margin: 0 0 0 0;
  padding: 0 0 0 5px;
  color: #fff;
}
header .navbar .navbar-header .navbar-toggle {
  background: #ff8c00;
  margin-right: -10px;
  margin-top: 20px;
}
.navbar-nav {
  margin: 15px 0 0 35px;
}
header .navbar .navbar-nav li a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}
header .navbar .navbar-nav li.active a,
header .navbar .navbar-nav li a:hover {
  background-color: transparent;
  color: #979797;
}
header .navbar .navbar-nav .dropdown ul li.active a,
header .navbar .navbar-nav .dropdown ul li a:hover {
  color: #fff;
  background: #979797;
}
header .navbar .navbar-form .advanced:hover,
header .navbar .navbar-form .advanced.active {
  background-color: #979797;
  border-color: #979797;
  color: #fff;
}
header .navbar .navbar-form .form-group .input-group-btn .btn {
  color: #979797;
}
header .subbar #carousel-top .offer:hover  {
  background: #979797;  
}
header .subbar #carousel-top .offer:hover span  {
  background: #979797;
  color: #fff;
}
header .subbar #carousel-top .offer:hover span strong {
  color: #fff;
}
header .subbar #carousel-top .offer span strong {
  color: #979797;
}
header .subbar #carousel-top .carousel-control:hover {
  color: #979797;
}
.panel.panel-accordion .panel-heading .panel-title .badge {
  background: none;
  color: #979797;
}
.panel.panel-accordion .panel-heading:hover {
  background: #979797;
}
.panel.panel-accordion .panel-heading:hover a {
  color: #fff;
  text-decoration: none;
}
.panel.panel-accordion .panel-heading:hover .badge i {
  color: #fff;
}
.fullsize .panel.panel-accordion .panel-heading .panel-title span.colorletter{
  color: #979797;
}
.fullsize .panel.panel-accordion .panel-heading:hover a span.colorletter{
  color: #fff;
}
.btn:hover {
  background: #979797;
  border-color: #979797;
}
.btn.alt:hover {
  color: #979797;
}
.btn.btn-navigation:hover {
  background: #979797;
  color: #fff;
}
.btn.red {
  font-family: 'Inter';
  color: #fff;
  border: 0px;
  border-radius: 10px;
  background: linear-gradient(#db9c16, #cc7a16);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  font-weight: 600;
  border-radius: 14px;
  letter-spacing: .02em;
}
.btn.red:hover {
  background: linear-gradient(#4d70d3, #90adfd);
  background: linear-gradient(#cc7a16, #db9c16);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}
.btn.red .spinner {
  animation:spin .7s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
.cform .btn.red {
  background: linear-gradient(#90adfd, #4d70d3);
}
.cform .btn.red:hover {
  background: linear-gradient(#4d70d3,#90adfd);
}

.btn.wsp {
  font-family: 'Inter';
  color: #fff;
  border: 0px;
  border-radius: 10px;
  background: linear-gradient(#25d366, #1a9a49);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  font-weight: 600;
  border-radius: 14px;
  letter-spacing: .02em;
}
.btn.wsp:hover {
  background: linear-gradient(#1a9a49, #25d366);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}
.btn.borrador {
  background: yellow;
  border-color: #979797;
  color: #000;
  width:180px;
}
.btn.borrador:hover {
  background: #292d30;
  border: 1px solid #191d1e;
  color: #fff;
}
.btn.publicar {
  background: green;
  border-color: #979797;
  color: #fff;
  width:180px;
}
.btn.publicar:hover {
  background: #292d30;
  border: 1px solid #191d1e;
}
.btn.vender {
  background: blue;
  border-color: #979797;
  color: #fff;
  width:180px;
}
.btn.vender:hover {
  background: #292d30;
  border: 1px solid #191d1e;
}
.btn.archivar {
  background: red;
  border-color: #979797;
  color: #fff;
  width:180px;
}
.btn.archivar:hover {
  background: #292d30;
  border: 1px solid #191d1e;
}
.carousel-control:hover,
.carousel-control:focus {
  background: #979797;
  color: #fff;
}
.carousel.carousel-thumb ol li.active {
  border: 3px solid #979797;
}
.progress .progress-bar {
  background-color: #979797;
  background-image: none;
  color: #fff;
}
.tab-equipamiento {
  padding-right: 0px;
}
.nav-tabs>li>a {
  font-family: 'Oswald';
  background: #979797;
  border: 1px solid #ddd;
  color: #fff;
  margin-right: 3px;
  border-radius: 10px 10px 0 0;
}
.nav-tabs.alt>li>a:hover {
  background: #979797;
  color: #fff;
}
.nav-tabs.alt>li.active > a,
.nav-tabs.alt>li.active > a:hover {
  background: #c07a00;
  color: white;
  border-radius: 8px 8px 0 0;  
}
.tab-content {
  padding: 0px;
}
.tab-content.alt {
  background: white;
  border: 1px solid #ebebeb;
  /*box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);*/
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.list-group .list-group-item {
  line-height: 1.6;
  margin-bottom: 8px;
  color: #505050;
  font-family: 'Poppins';
  font-size: 13px;
  width: 25%;
}
.list-group .list-group-item.premium{
  color: #c07a00;
  font-weight: 600;
}
.icon-check:before{
  color:#eb9500;
}
blockquote {
  background: #e1e1e1;
  border-left: 3px double #979797;
  color: #252f38;
}
.Redes_Sociales {
  margin: 15px 0 10px 5px; 
}
.Redes_Sociales.textlabel {
  width: 100%;
  margin-bottom: -13px;
  font-size: 12px;
}
.Redes_Sociales a img {
    width: 25px !important;
}
.tags.price {
  color: #fff;
  background: transparent;
  float: left;
  font-family: 'Oswald', sans-serif;
  font-size: 2.2em;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 0;
  text-align: center;
  width: 100%;  
}
.tags.price span {
  border: 0;
}
.tags.price.tachado {
  text-decoration:line-through;
  color: #eaeaea;
  background: transparent;
  box-shadow: none;
  font-size: 18px;
  width: 100%;
  margin: 0;  
}
.tags.price.tachado span{
  /*border-right: 15px solid #696969;*/
  border: 0;
}
.tags.bono {
  font-size: 2.2em;
  font-weight: 600;
  height: 30px;
  line-height: 15px;
  padding: 0 10px;
  position: relative;
  float: left;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #fff;
  width: 100%;  
  margin: 0;  
}
.tags.bono span {
  margin: 0;  
}
.leyenda-bono {
  font-family: 'Poppins';
  font-size: 12px;
  text-align: center;
  color: #eaeaea;
}
.lateral-ficha {
  background-color: white;
  border-radius: 10px;
  color: white;
  padding: 0px 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 0 20px 0;
}
.lateral-ficha .btn.red {
  width: 100%;
  
}
.lateral-ficha .btn.wsp {
  width: 100%;
}
.lateral-ficha.contab {
  margin-top: 78px;
}
.box-precio {
  border-radius: 10px;
  height: 100px;
  margin-bottom: 40px;
  padding: 0px 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: linear-gradient(#db9c16, #cc7a16);
}
.box-precio.sin-bono {
  padding-top: 27px;
}
.box-precio-movil {
  border-radius: 10px;
  padding: 0px 12px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: linear-gradient(#db9c16, #cc7a16);

  height: 42px;
  margin-top: 22px;
  font-size: 0.7em;
  margin-right: 0;
  margin-left: -15px;
  margin-bottom: 25px;
  display: none;
}  
.con-bono-movil {
  height: 100px;
}
#similares {
  padding: 34px 0 36px;
  background: radial-gradient(1200px 420px at 50% 0%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 40%, rgba(0, 0, 0, 0) 70%), linear-gradient(180deg, #1a1f25 0%, #0f1216 100%);
  border-top: 2px solid #cc7a16;
}
#similares h4.subtitulo {
    color: white;
}

#carousel-testimonials .testimonials-item .img {
  border: 5px solid #979797;
  color: #979797;
}
#carousel-testimonials .testimonials-item span {
  border: 6px solid #979797;
}
#carousel-testimonials .testimonials-item strong {
  color: #979797;
}
#carousel-testimonials .carousel-control:hover {
  background: #979797;
  color: #fff;
}
.flickr-feed li:hover {
  border: 3px solid #979797;
  margin: 1.5px;
}
.bannercontainer .caption p>span {
  background: #979797;
}
.bannercontainer .caption p>span>span {
  border: 30px solid #979797;
}
.bannercontainer .tp-bullets.simplebullets.round .bullet {
  background-image: url("bulletPIRETTA.png");
}
aside h3 span {
  color: #979797;
}
aside i {
  color: #979797;
}
#carousel-car-model .model.active {
  border: 2px solid #979797;
}
#carousel-car-model .carousel-control {
  background: none;
  color: #979797;
}
.container-comments .single-comment img {
  background: #979797;
}
.container-comments .single-comment h4 a:hover {
  color: #979797;
  text-decoration: none;
}
.form-search .group-options button[type=submit]:hover {
  background: #979797;
  color: #fff;
}
.grid {
  width: 100%;
}
.grid h1{
  color: #3d3c3c;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  letter-spacing: .5px;
  font-weight: 700;
}
.grid h1 span{
  color: cc7a16;
  font-size: 20px;
  font-weight: 400;
}
.grid .item-grid {
  border: 0px solid #626262;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.celdaauto {
  background: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  width: 23.9%;
  height: auto;
}
.celdaauto:hover {
  box-shadow: 0 12px 28px rgba(0,0,0,.45);
}
.imagen-principal{
  transition: transform .25s ease;
  transform: scale(1);
}
.celdaauto:hover .imagen-principal{
  transform: translateY(-4px) scale(1.03);
}
.virtual {	
  position: absolute;
  z-index: 99;
  float: left;
  background: linear-gradient(180deg, #35a635, #187618);
  padding: 5px 15px;
  border-radius: 15px;
  margin: 5px;
  text-align: center;
  font-size: 0.6em;
  color: white;
}
.nuevo {
  position: absolute;
  z-index: 99;
  float: right;
  background: linear-gradient(180deg, #f9f954, #cbcb3e);
  padding: 5px 15px;
  border-radius: 15px;
  margin: 5px;
  text-align: center;
  font-size: 0.6em;
  color: #000000;
  right: 0;
}	
.vendido {
  position: absolute;
  z-index: 99;
  float: right;
  background: linear-gradient(180deg, #f13737, #d81b1b);
  padding: 5px 15px;
  border-radius: 15px;
  margin: 5px;
  text-align: center;
  font-size: 0.6em;
  color: #ffffff;
  right: 0;
}
.caracteristicas {
  position: absolute;
  z-index: 99;
  left: 0px;
  bottom: 69px;	
}
.automatico {
  position: relative;
  z-index: 99;
  float: left;
  margin: 5px;
  text-align: center;
  font-size: 0.6em;
  color: #ffffff;
  background: linear-gradient(180deg, #587ee1, #2f57c9);
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 600;
  box-shadow: 0 6px 12px rgba(0,0,0,.15);  
}
.diesel {
  position: relative;
  z-index: 99;
  float: left;
  margin: 5px;
  text-align: center;
  font-size: 0.6em;
  color: #ffffff;
  background: linear-gradient(180deg, #587ee1, #2f57c9);
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 600;
  box-shadow: 0 6px 12px rgba(0,0,0,.15);  
}
.hibrido {
  position: relative;
  z-index: 99;
  float: left;
  margin: 5px;
  text-align: center;
  font-size: 0.6em;
  color: #ffffff;
  background: linear-gradient(180deg, #587ee1, #2f57c9);
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 600;
  box-shadow: 0 6px 12px rgba(0,0,0,.15);  
}
.electrico {
  position: relative;
  z-index: 99;
  float: left;
  margin: 5px;
  text-align: center;
  font-size: 0.6em;
  color: #ffffff;
  background: linear-gradient(180deg, #587ee1, #2f57c9);
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 600;
  box-shadow: 0 6px 12px rgba(0,0,0,.15);  
}
.4x4 {
  position: relative;
  z-index: 99;
  float: left;
  margin: 5px;
  text-align: center;
  font-size: 0.6em;
  color: #ffffff;
  background: linear-gradient(180deg, #587ee1, #2f57c9);
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 600;
  box-shadow: 0 6px 12px rgba(0,0,0,.15);  
}
.blindado {
  position: relative;
  z-index: 99;
  float: left;
  margin: 5px;
  text-align: center;
  font-size: 0.6em;
  color: #ffffff;
  background: linear-gradient(180deg, #587ee1, #2f57c9);
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 600;
  box-shadow: 0 6px 12px rgba(0,0,0,.15);  
}
.grid .item-grid .at {
    top: auto;
	left: auto;
	right: 0px;
}
.grid .item-grid .at img {
  height: 30px !important;
  width: 30px !important;
  border-radius: 50%;
  padding: 2px;
}
.nube {
  color:#616161;
}
.nube:hover {
  color:#ff8c00;
}
@media handheld, only screen and (max-width: 1200px) {
  .celdaauto {
     width: 23.7%; 
  }
}
@media handheld, only screen and (max-width: 992px) {
  .celdaauto {
     width: 48.3%; 
  }
}
@media handheld, only screen and (max-width: 768px) {
  .celdaauto {
     width: 47.5%; 
  }
}
@media handheld, only screen and (max-width: 600px) {
  .celdaauto {
     width: 47%; 
  }
}
@media handheld, only screen and (max-width: 500px) {
  .celdaauto {
     width: 100%; 
	 margin: 15px 0px;
  }
}
.grid .item-grid .at {
  bottom: 69px;
}
.grid .item-grid .at img:hover {
  transform: scale(1.1);
}
.fav-btn-login{ cursor:pointer; display:inline-block; }
.grid .item-grid p {
  min-height: 42px;
  line-height: 21px;
  margin: 0;
  padding: 0; 
}
.grid .item-grid p span {
  height: 28px;
  line-height: 28px;
}
.grid .item-grid p, .grid .item-grid p span {
  font-family: montserrat;
  font-size: 0.7em;
  font-weight: 500;
  border: 0px;
  color: #3d3c3c;
  background: white;
}
.grid .item-grid p span {
  background-color: white;
}
.grid .item-grid .more {
  background: rgba(255,255,255,0.3); /* #979797  */
  color: #fff;
}
#segundalinea {
  text-transform: uppercase;
  color: #6b6b6b;
  font-weight: 500;
}
.grid .item-grid .precio {
  background: white;
  border-top: 1px solid #e8e8e8;
  color: #ff8c00;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.grid .item-grid .kms {
  background-color: white;
  border-top: 1px solid #e8e8e8;
  font-size: 13px;
  color: #6b6b6b;	
}
.grid .item-grid .agno {
  background-color: white;
  border-top: 1px solid #e8e8e8;
  font-size: 13px;
  color: #6b6b6b;	
}
.grid .item-grid {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.grid .item-grid.fade-in {
  opacity: 1;
}

.m-scooch {
  border-radius: 0 0 20px 20px;
  /*box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);*/
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.m-scooch-hud a {
  background: transparent;
  height: 70px;
  margin: -47px 0 0 0;
}
.m-scooch-hud a:after {
  color: #ffffff69;
  content: "❮";
  font-size: 50px;
}
.m-scooch-hud .m-scooch-next:after {
  content: "❯";
}

/* -------------------------- */
/* STOCK PARTICULAR DESTACADO */
/* -------------------------- */
.grid .item-grid.particular-destacado {
    border: 2px solid #eb9500;
}
.grid .item-grid .precio.particular-destacado {
  background-color: #eb9500;
  color: white;
}
.grid .item-grid .kms.particular-destacado {
  background-color: #eb9500;
}
.grid .item-grid .agno.particular-destacado {
  background-color: #eb9500;
}
/* -------------------------- */


.post h3 a:hover {
  color: #979797;
  text-decoration: none;
}
.post footer .tags a:hover {
  color: #979797;
  text-decoration: none;
}
.post footer .learnmore:hover {
  color: #979797;
}
.pricing-table ul li .btn:hover {
  background: #979797;
  color: #fff;
}
.pricing-table.active .price,
.pricing-table:hover .price {
  background: #979797;
  color: #fff;
}
#carousel-services .services-item .ico {
  border: 5px solid #979797;
  color: #979797;
}
#carousel-services .services-item:hover .ico {
  border-color: #fff;
  -webkit-box-shadow: 0 0 0 7px #979797;
  box-shadow: 0 0 0 7px #979797;
}
#carousel-services .carousel-control:hover {
  background: #979797;
  color: #fff;
}
.glyphicon {
  color: white;
}
#snews #carousel-recent-posts .carousel-control:hover {
  color: #979797;
}
#snews #carousel-recent-posts .recent-posts a:hover {
  color: #979797;
  text-decoration: none;
}
#asearch .btn.alt:hover {
  background: #979797;
  color: #fff;
}
.team footer a:hover,
.manager footer a:hover {
  color: #979797;
}
#car #carousel-interested .carousel-control:hover {
  color: #979797;
}
.pricing-tables-helight .price {
    background-color: #979797;
    color: #FFFFFF;
}
.button.small.colorchan {
    background-color: #979797;
}
footer h2 {
  border-left: 1px dotted #979797;
}

footer {
  height:40px;
}
footer .middlefoot {
  /*height:30px;*/
  border-top: 5px solid transparent;
  -webkit-border-image:url(bordert.png) 5 1 stretch; /* Safari 3.1-5 */
  -o-border-image:url(bordert.png) 5 1 stretch; /* Opera 11-12.1 */
  border-image:url(bordert.png) 5 1 stretch;
}
footer .middlefoot .bread-top a:hover {
  color: #979797;
}
footer .middlefoot ul li a {
  color: #fff;
}
footer .middlefoot ul li a:hover {
  color: #979797;
}
footer .middlefoot ul li i {
  color: #979797;
}
footer .middlefoot .about a:hover {
  color: #979797;
}
footer .middlefoot .recent-news:hover a {
  color: #979797;
  text-decoration: none;
}
footer .middlefoot .recent-news:hover div .post-icon {
  background: #979797;
}
.calugas {
  margin: auto;
  margin-top: 10px;
  text-align:center;
  background: black;
  padding: 10px 0 20px 0;
}
.calugas img {
  margin-top: 10px;
  width:75%;
  padding: 3px;
  background: white;
}

/****************************** Pagination *********************************/
.paginacion A
{
  color: #333;
  background-color: #eaeaea;
  border-right: 1px solid #ddd;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.paginacion A:hover
{
	background-color: #eee;
}
.paginacion A.jp-current, A.jp-current:hover
{
	background-color: #979797;
	border: 1px solid #979797;
	color: #fff;
}
.paginacion A.jp-disabled, A.jp-disabled:hover
{
	color: #bbb;
}


/* ---------------------------------------------------------------------- */
/*	Version 1500px
/* ---------------------------------------------------------------------- */
@media (min-width: 1500px) {
    .container {
        width: 1470px;
    }
}

/* ---------------------------------------------------------------------- */
/*	Version 1400px
/* ---------------------------------------------------------------------- */
@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}

/* ---------------------------------------------------------------------- */
/*	Version 1300px
/* ---------------------------------------------------------------------- */
@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}
@media handheld, only screen and (max-width: 1300px) {
	.grid .item-grid {
	  width: 23.5%;
	}
}

/* ---------------------------------------------------------------------- */
/*	Version 1200px
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1200px) {
	.grid .item-grid {
	  width: 23%;
	}
}
/* ---------------------------------------------------------------------- */
/*	Version 992px     (TABLET CHICO)
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 992px) {
  .grid .item-grid {
    width: 48%;
  }
  .grid .item-grid .more {
    background: transparent;
  }
  .list-group .list-group-item {
     width: 50%; 
  }
  .box-precio {
    height: 100px;
    margin-bottom: 20px;
    margin-top: 100px;  
  }
  .box-precio.sin-bono {
    padding-top: 10px;
  } 
  .box-precio-movil {
    display: block;
  }  
  .box-precio {
    display: none;
  }  
}
@media handheld, only screen and (min-width: 992px) {
    .form-search .group-options .form-group.select {
        width: 23%;
	}
}	

/* ---------------------------------------------------------------------- */
/*	Version 768px
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 768px) {
  .grid .item-grid {
    width: 46%;
  }
  header .topbar #topmenu {
    padding: 2px 0;
  }
  header .navbar {
    background: black;
  }
  .navbar-nav {
    text-align: right;
    margin-right: 15px;
  }
}
@media handheld, only screen and (min-width: 768px) {
    .form-search .group-options .form-group.select {
        width: 22%;
	}
}	

/* ---------------------------------------------------------------------- */
/*	Mobile Version 600px
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 600px) {
  .grid .item-grid {
    width: 97%;
  }
  .grid .item-grid .more {
    background: transparent;
  }
  header .navbar .navbar-header .navbar-brand {
  	width:290px !important;
  }
  header .navbar .navbar-header .navbar-brand img {
  	max-width:280px !important;
  }
  .tab-equipamiento {
    padding-right: 15px;
  }
  .nav-tabs {
    font-size: 11px;
  }
  .pagetitle {
    height: auto;
    margin-bottom: 20px;
  }  
  .pagetitle h1 {
    height: auto;
    font-size: 1.8em;
  }
  .imgfav {
    width: 15px;
  }
  .fav-text {
    font-size: 12px;
  }
}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 400px
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 600px) {
  .list-group .list-group-item {
     width: 100%; 
  }
}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 320px
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 400px) {
  .grid .item-grid .more {
    background: transparent;
  }
  .bannercontainer {
    display: none;
  }
}

