.entry-header {
  display: none;
}

.entry-content {
  width: 100% !important;
}

.form-busqueda{
  font-size: 1rem;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
}
.form-busqueda-search{
  text-align: center;
  padding: 0px 30px;
  font-size: 1.2rem;
}
.form-busqueda-part{
	padding-top: 20px;
}
.form-busqueda-part p {
	margin-bottom: 5px;
	color: #707070;
}
.form-busqueda-part p strong{
	margin-left: 0 !important;
}
.form-busqueda-part .uvc-headings-line{
	border-style: solid; 
	border-bottom-width: 4px;
	width: 50px; 
	float: left;
}
.form-group {
    margin-bottom: 0px !important;
}
.form-group-2{
  margin: auto;
  padding: 1em 20px !important; 
}
.form-group .col-md-12{
	margin-top: 13px !important;
}
.form-busqueda-mobile .form-container-inside{
	padding: 0 !important;
	margin: 0;
	overflow-x: hidden;
	overflow-x: auto;
}
.form-busqueda .form-group.col-md-4, .form-busqueda-search .form-group.col-md-4{
  padding: 0 40px;
}

.form-busqueda-part .noUi-connect {
  background: #DE101F;
}
.form-busqueda-inicio .noUi-connect {
  background: #DE101F;
}
.form-busqueda-part .noUi-handle, .form-busqueda-inicio .noUi-handle{
  background: #ffffff url(../images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x !important;
  border: 1px solid #d3d3d3;
  cursor: default;
}
.form-busqueda-inicio .noUi-horizontal .noUi-handle{
    width: 0.9em;
    height: 0.9em;
    border-radius: 0;
    top: -6px;
    border: 1px #DE101F solid;
}
.form-busqueda-part .noUi-horizontal .noUi-handle {
    width: 1em;
    height: 1em;
    border-radius: 0;
    top: -4.5px; 
    border: 1px #DE101F solid;    
}
.form-busqueda-inicio .noUi-horizontal{
  height: 7px;
  border: 0 !important;
}
.form-busqueda-part .noUi-horizontal{
  margin-top: 10px;
  height: 10px;
}
.form-busqueda-part .form-group {
  margin-bottom: 30px;
}
.form-control{
	line-height: 1.5 !important;
}
.form-control.order{
	margin-bottom: 0 !important;
}
.form-busqueda-inicio select.form-control{
  text-transform: uppercase;
  padding: 0 0.5em;
  border-radius: 0;
  font-size: 14px;
  color: #000000 !important;
  border: 2px solid #ececee !important;
}
.form-busqueda-part select.precio,
.form-busqueda-part select.marca{
	margin-bottom: 4px;
}
.form-busqueda-part select.form-control {
  text-transform: uppercase;
  padding: 0 0.5em;
  font-size: 14px;
  color: black !important;
}
.form-busqueda-part select.control-search {
  color: #fff !important;
  background-color: rgb(109, 115, 119);
}
.form-busqueda-part.form-group-2.bottom-20 .select-flecha:after{
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 40px;
    top: 46%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px;
}
.form-busqueda-part.form-group-2.bottom-20 select:focus-within + .select-flecha:after{
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.form-busqueda-part .slider-title {
  font-weight: 700;
  color: white;
  font-size: 19px;

}
.form-busqueda-part .slider-value{
  display: inline-block;
  margin-top: 10px;
  padding: 0 30px;
  font-size: 1.2rem;
  color: white;
}
.form-busqueda-inicio .slider-value{
  display: inline-block;
  margin-top: 10px;
  font-size: 1rem;
  margin-bottom: 10px;
}
.form-busqueda-part.form-group-2.bottom-20 select{
  position: initial;
  bottom: 0;
  width: 100%;
  margin: auto;
}
.filtrado{
	padding: 10px 30px;
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
	margin-bottom: 20px;
}
.listado{
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
}
#ContenedorVehiculos .card {
  margin: 15px 0;
  font-size: 0.8rem;
}
#ContenedorVehiculos .info {
  position: fixed;
  bottom: 0;
  z-index: 900000;
}
/* Cabezera flotante */
.fixed {
  position: fixed;
  top: 90px;
}
.relleno-top{
  margin-top: 655px;
}
/**/
.text-busquedamov-cool{
	font-size: 0.87em;
    font-weight: bold;
    text-transform: uppercase;
}

form#formSearch { margin-bottom: 0 !important;}

.btn-buscador{
	background: #b9412d;
	margin-top: 20px;
    /*color: #ffffff;
    padding: 0.5em 1.125em 0.5em;
    font-size: 16px;
    border-radius: 28px;
    background-color: #DE101F;
    position: relative;
    border: 0;
    font-weight: 600;*/
}
/*.btn-buscador:hover{
    opacity: .7;
}*/

.ocultar-filtrado .btn-buscador{
	width: 100%;
}

.ocultar-filtrado{
	padding: 20px 0;
}
.reset-movil{
	color: #DE101F;
    font-size: 16px;	
    background-color: transparent;
    border: none;
}

ul.tipologias {
  list-style-type: none;
  text-align: center;
}

ul.tipologias .tipologia {
  font-size: 3rem;
  cursor: pointer;
  color: #0088CC;
  opacity: 0.5;
  display: inline-block;
  margin:0 5px;
}

ul.tipologias .tipologia:hover {
  opacity: 1;
}

ul.tipologias .tipologia.selected {
  border: 2px dotted #0088CC;
}
.box-car {
    border: 0;
    box-shadow: 0 0 0 1px #ececee;
    margin-bottom: 15px!important;
    padding-bottom: 20px!important;
    text-align: center!important;
    border-radius: 0 !important;
    padding: 0 !important;
}
.box-car a{
  text-decoration: none !important;
}
.box-car a:hover {
    text-decoration: none !important;
}
.box-car p {
    margin-top: 0;
    margin-bottom: 1rem;
}
img.card-img-top {
    max-width: -webkit-fill-available !important;
    width: 100% !important;
    cursor: pointer !important;
    height: 200px;
    object-fit: contain !important;
    background-color: white;
    border-radius: 0;
    padding: 20px 20px 0px 20px;
}
.ficha3 {
    font-size: 16px;
    text-decoration: line-through;
    text-decoration-color: red;
}
.card-price {
	color: #3c3947;
    display: flex;
    justify-content: space-evenly;
	align-items: end;
}
.card-price .oferta {
    font-size: 24px;
    color: #b9412d ;
    font-weight: 600;
    text-align: center;
	white-space: nowrap;
	padding: 0px;
}
.card-price .finan {
    font-size: 24px;
    color: #b9412d;
    font-weight: 600;
    text-align: center;
	white-space: nowrap;
	padding: 0px;
}
.cuota-list {
    color: #b9412d ;
    font-size: 0.8rem;
    font-weight: 600;
} 
.card-price .line-through {
    font-size: 0.9rem;
    text-decoration: line-through;
    text-decoration-color: #b9412d;
    color: #333;
    margin-right: 1rem;
    font-weight: 600;
}
.card-text{
    margin: 0 0 10px 0;
    font-size: 1.1rem;
    color: #999999;
    width: 100%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-title{
	   font-size: 1.5rem;
    text-align: center !important;
    color: #3c3947 !important;  
    margin-top: 1rem !important;
    margin-bottom: 0px !important;
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pie-de-foto {
    margin-top: 15px;
    font-size: 12px;
    color: #999999;
    float: left;
    width: 100%;
}
.card-img-content{
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 75%;
    position: relative;
}
.card-img-mini{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.card-year span {
    font-size: 0.8rem;
    display: inline-grid;
    color: #999999;
    margin: 0;
}
.card-fuel{
      font-size: 14px;
    text-align: left;
    float: left;
    font-weight: bold;
    line-height: 4em;
    text-transform: uppercase;
    margin-left: 10px;
    color: #999999;
    width: 75px;
    height: 45px;
    line-height: initial;
    display: flex;
    align-items: center;
}
.reservado {
    opacity: 0.3;
    cursor: not-allowed;
}
.reservado a {
  pointer-events: none;
}
.text-reservado:before {
    content: "RESERVADO";
    position: absolute;
    color: #DE101F;
    font-size: 2em !important;
    font-weight: bold;
    top: 20%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -20%);
    cursor: not-allowed;
}
.cuota {
    font-size: 1.25rem !important;
	display: block;
	margin-bottom: 1rem;
}
.content-pagination{
	margin-left: -0.782vw;
    margin-right: -0.782vw;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);
    margin-top: 20px;
    padding: 8px 0;
}
.pagination{
	list-style: none !important;
	margin: 0 !important;
}
.pagination > .page-item > a.page-link{
	text-decoration: none !important;
}
.pagination > .page-item.active .page-link{
   background-color: #b9412d !important;
   border-color: #b9412d !important;
   color: #fff !important;
}
.pagination > .page-item .page-link{
  color: #000000 !important;
}
.linea-resultados{
	color: black;
	width: calc(100% - 33.333333% + -83px);
	text-align: right;
}
.linea-resultados p{
	margin: 0 !important;
}

@media (max-width: 595px){
.form-busqueda-part .slider-value {padding: 0 !important;}
span.slider-value.min.float-left {padding-left: 0 !important;}
span.slider-value.max.float-right {padding-right: 0 !important;}
}
@media (max-width: 1100px){
  .limpiar-ordenar{width: 100%;}}

/* ======== Fecha fin de oferta ========= */
.pie-de-foto {
    margin-top: -10px;
    font-size: 14px;
    color: #DE101F;
}
@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-time:before {
    content: "\e023";
}

/*OFERTAS*/

.banderola-promocion {
    position: absolute;
    z-index: 10;
    color: #000;
    text-indent: 0;
    height: 60px;
    width: 60px;
    transform: rotate(-20deg);
    ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    right: 10px;
    top: 10px;
    padding: 0px auto;
    border-radius: 100%;
    font-size: 17px;
    background: #FDC533;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Version Movil */
.btn-mobile{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.form-borde-negro{
	border: 1px solid #000000 !important;
}
/*.form-busqueda-mobile-show .btn-show-form-busqueda-mobile,*/
.btn-mobile {
  display: none!important;
}
@media (max-width: 990px) {
  .btn-mobile {
    display: inline-block!important;
  }
  .form-busqueda {
    display: none!important;
  }
  .ocultar-filtrado {
    display: none;
  } 
}
@media (max-width: 360px){
  .nav-tabs{
    margin: 0px 10px 0px 8px !important;
  }
}
@media (max-width: 450px){
	.filtrado .form-group {
    	justify-content: center;
	}
	.linea-resultados{
		text-align: center;
	}
}

.fb-hidden {
  display: none;
}


.form-busqueda-mobile-show,
.form-busqueda-mobile-show body {
  overflow: hidden;
}

.btn-hide-form-busqueda-mobile {
  display: inline-block;
  float: right;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 2px solid #EEEEEE;
  color: #999999;
  font-size: 1.2em;
}

.form-busqueda-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FFFFFF;
  z-index: 10000000000;
  overflow: auto;
}

.form-busqueda-mobile .form-container {
  width: 100%;
  height: calc(100vh - 70px);
  position: relative;
  max-width: 500px;
  padding: 0 20px;
  margin: 0 auto !important;
}

.form-busqueda-mobile .form-container-inside {
  padding: 0 20px;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.form-busqueda-mobile .form-busqueda-footer .form-group.col-sm-6 {
  width: 50%;
}
.form-busqueda-footer{
  padding-bottom: 20px;
}
.form-busqueda-mobile select {
  position: relative;
}

.loading .form-busqueda-mobile:after {
  width: 100vw;
  height: 130vh;
  top: 0;
  left: 0;
  content: 'cargando...';
  line-height: 100vh;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  top: 0;
  background-color: rgba(0,0,0,.2);
  font-size: 2.0rem;
  color: #000000;
  font-weight: bold;
  transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}
.text-center {
    margin-bottom: 1rem !important;
}

/* Fin version Movil */

/* Botón comparador */
.switch-compare {
  position: relative;
  display: block;
  vertical-align: top;
  width: 100px;
  height: 30px;
  padding: 3px;
  margin: 0 auto 10px auto;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  box-sizing:content-box;
}
.switch-input-compare {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  box-sizing:content-box;
}
.switch-label-compare {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  box-sizing:content-box;
}
.switch-label-compare:before, .switch-label-compare:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  box-sizing:content-box;
}
.switch-label-compare:before {
  content: attr(data-off);
  right: 11px;
  color: #aaaaaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label-compare:after {
  content: attr(data-on);
  left: 11px;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input-compare:checked ~ .switch-label-compare {
  background: #E1B42B;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input-compare:checked ~ .switch-label-compare:before {
  opacity: 0;
}
.switch-input-compare:checked ~ .switch-label-compare:after {
  opacity: 1;
}
.switch-handle-compare {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 15px;
  height: 28px;
  background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle2-compare {
  position: absolute;
  top: 4px;
  left: 13px;
  width: 15px;
  height: 28px;
  background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
  box-shadow: 7px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}
.switch-input-compare:checked ~ .switch-handle-compare {
  left: 86px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-input-compare:checked ~ .switch-handle2-compare{
    left: 76px;
  box-shadow: -7px 0px 5px rgba(0, 0, 0, 0.2);
}
/* Transition
========================== */
.switch-label-compare, .switch-handle-compare, .switch-handle2-compare {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
/* Fin botón*/