.searchfull{
		background-color:#FFF;
	border: 2px solid #1E5596;
		border-radius:26px;
		padding: 30px 12px;
		display: flex;
		flex-direction: column;
	}
	.container-filtros{
	display: flex;
    flex-direction: column;
    height: max-content;
	}
	.searchfull h5{
		padding: 0 6px;
		color: #1E1932;
		font-size: 16px;
    	font-weight: bold;
	}
	.searchfull a{
		padding: 0 6px;
		font-size: 14px;
		color: #1E1932;
	}
	.filtro {
  position: relative;
  display: inline-block;
}

.filtro-btn {
	width:100%;
  background-color: #FFF;
  border: none;
  color: #1E1932;
  padding: 6px;
  text-align: start;
  text-decoration: none;
  display: flex;
  font-size: 16px;
	font-weight: bold;
  margin: 4px 0;
  cursor: pointer;
	border-bottom: 1px solid #1E5596;
}
	.icon-btn-filtro{
		margin-left:auto;
		color:#1E5596;
	}

.filtro-desplegable {
  position: relative;
  top: 100%;
  left: 0;
  /*z-index: 1;*/
  display: none;
  min-width: 160px;
  /*padding: 12px 6px;*/
	margin: 12px 0;
}

.filtro-desplegable.show {
  display: block;
}
	.filtro-btn.clicked {
  border-bottom: 1px solid #1E5596;
}
	.searchfull .dropdown{
		margin: 12px 0;
	}
.searchfull .dropdown .btn{
	width: 100%;
	display:flex;
	text-align: start;
	background-color: transparent;
    border: 1px solid #1E1932;
    border-radius: 23px;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 8px 8px 16px;
}
	.searchfull .dropdown .btn .icon-button-drpdown{
margin-left:auto;
		color:#1E5596;
	}
	.searchfull .dropdown .dropdown-menu{
		/*padding:12px;*/
width:100%;
		position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: fit-content;
    max-height: calc(100vh - 400px); /* ajusta este valor según tus necesidades */
  overflow-y: auto;
	}
	.searchfull .filtro-desplegable label{
		font-size: 16px;
	font-weight: 600;
		margin-left:3px;
		margin-bottom: 6px;
    width: 100%;
		cursor:pointer;
		}
.filtro-desplegable input[type="checkbox"] {
  display: none; /* Ocultamos el checkbox */
}

.filtro-desplegable input[type="checkbox"] + label::before {
  content: ""; /* Creamos el pseudo-elemento para representar el check */
      display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: 1px solid #1E5596;
    border-radius: 3px;
    background-color: #fff;
    vertical-align: middle;
    cursor: pointer;
}

.filtro-desplegable input[type="checkbox"]:checked + label::before {
	content: "";
    font-family: "FontAwesome";
    color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  background-color: #1E5596;
}
	.carroceria input[type="checkbox"] + label::before {
		display:none;
	}
	.searchfull .filtro-desplegable.carroceria label{
margin-bottom:10px;
	}
	.carroceria label img{
width:46px;
		margin-right:10px;
		transform: scaleX(-1);
	}
	
.custom-range {
	    height: 56px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

#myRange {
  -webkit-appearance: none;
  width: 100%;
  height: 20px;
  background: transparent;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

#myRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #FFF;
	border: 1px solid #1E5596;
  cursor: pointer;
	margin-top:-9px;
}

#myRange::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #FFF;
	border: 1px solid #1E5596;
  cursor: pointer;
	margin-top:-9px;
}
#myRange::-webkit-slider-runnable-track {
  background: #1E5596;
	height:2px;
}

#myRange::-moz-range-track {
  background: #1E5596;
	height:2px;
}
	.btn-filtro{
		margin-top:23px;
		background: linear-gradient(90deg, #1B426F 0%, #1E5596 100%);;
    border: 0px solid #222752;
    border-radius: 28px;
    color: #FFF;
    padding: 8px 23px;
	}
	

	/* This line can be removed it was just for display on CodePen: */
.containerrs {
  margin-top: 16px;
	margin-bottom: 23px;
}

.slider-labels {
margin-bottom:23px;
	font-size: 16px;
}
.caption{
	margin-bottom: 6px;
	}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 2px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
background-color: #FFF;
	border: 1px solid #1E5596;
}

/* Styling;
 */
.noUi-background {
  background: #1E5596;
}

.noUi-connect {
  background: #1E5596;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
	margin:0 10px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(53,93,187,0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}
.btn-movile-filtro{
			display:none;
		}
	.header-filtro{
display:none;
	}
	.footer-filtro{
    position: block;
    bottom: 0;
    text-align: center;
    width: 100%;
    margin-left: 0;
    background: transparent;
    padding-bottom: 0;
			}
	@media (max-width:991px){
		.searchfull{
			display:none;
    position: fixed;
			padding-top: 56px;
    top: 0;
    left: -100%;
    width: 100%;
    min-height: 100%;
    z-index: 100;
			border-radius: 0;
			animation: slide-in 0.5s ease-out forwards;
}
		@keyframes slide-in {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
		@keyframes slide-out {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
		.searchfull h5{
			padding: 12px 6px;
		}
		.container-filtros {
    display: flex;
    width: 100;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    max-height: 523px;
			overflow-x: hidden;
}
		.container-filtros::-webkit-scrollbar {
    display: none;
}
		.btn-movile-filtro{
			display:block;
    text-align: center;
			margin: 0 10px;
		}
		.btn-movile-filtro button{
background: #222752;
    border: 1px solid #222752;
    border-radius: 28px;
    color: #FFF;
    padding: 8px 23px;
			width:100%;
		}
		.footer-filtro{
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: -100%;
    background: transparent;
    padding-bottom: 16px;
		border-top: 2px solid #D7E71B;
			animation: slide-in 0.5s ease-out forwards;
			}
		.header-filtro{
    display: block;
    position: fixed;
    top: 0;
    text-align: end;
    width: 100%;
    left: -100%;
    background: transparent;
    padding: 6px 23px;
    font-size: 26px;
		border-bottom: 1px solid #D7E71B;
		box-shadow: 0px 3px 15px 0px rgba(215,231,27,0.23);;
			animation: slide-in 0.5s ease-out forwards;
	}
		.searchfull.slide-out {
  animation: slide-out 0.5s ease-out forwards;
}
		.header-filtro.slide-out {
  animation: slide-out 0.5s ease-out forwards;
}
.footer-filtro.slide-out {
  animation: slide-out 0.5s ease-out forwards;
}
		}