
                                 /*      BARRA      */

.bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding:3%;
    margin: 0;
    gap:0.5px;
    background:#191C2B;
    position: relative;
}

.containerSubasTitle{
margin-top: 5px;

}

.containerSubasSubtitle{
display:flex;
flex-direction: column;
gap:10px;
width:100%;
justify-content:space-between;
margin: 0px;

}

.subasTitle{
color:white;
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
}

.subasSubtitle{
color:white !important;
text-align:center;
margin-bottom: 5px !important;
font-size: 1em;
text-align: center;
color: white;
margin-bottom: 10px;
}

 .containerSubasCounter {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }


.containerStartSubas, .containerDate{
display:flex;
align-items:center;
width: auto;
}

.containerStartSubas{
justify-content: flex-start;
}

.containerDate {
justify-content: flex-end;
    }

.start{
color:#a5a6a9;
text-transform:uppercase;
margin-right:10px;
}


.counter {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dateTitle {
  align-self: center;
  color: white;
  text-transform:uppercase;
}


.internCounter1 {
    color: white;
    margin-right: 5px;
}

.internCounter2{
color:white;
margin-right: 0px;

}


.containerBetweenColumns{
height: 10px;
display:flex;
align-items:center;
justify-content:center;
}

.betweenColumns{
    height: 100%;
    width: 2px;
    background: #00a0dd;
    margin: 0 5px;
}


                                  /*  BOTON INSCRIBIRSE   */

.contenedorInscribirse{
display:flex;
height:100%;
margin-bottom:5px;
}

.botonInscribirse{
  width: 100%;
  height: 100%;
  padding: 1%;
  border: #00b383;
  transition: all 0.3s;
  background: #00CC96;
  color:white;
  text-transform: uppercase;
  letter-spacing: 2px;

}

.botonInscribirse:hover {
  background: #00b383;
  color: white;
  letter-spacing: 2px;
}


                                 /* LOTES CARDS */


/*CONTENIDO*/

.colorGarantia{
color: #030406 !important;
}

.garantiaAzul{
background-color: #DAF2FC !important;
border-color: #DAF2FC !important;
}

.warranty{
    font-weight: 600;
    font-style: normal;
}

.reservoirTxt{
color:#b1b1b1 !important;
font-weight:700;
 text-align: right;
}

.nameTxt{
 font-family: "Poppins", serif;
 font-weight: 400;
 font-style: normal;
 color: #4b4b4b;
}

/*CARDS*/

.row{
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction:row;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    align-items:center;
    }

    .mb-4-evento{
    margin-bottom: 0rem;

    }


                                        /*  FILTRO  */

        /* acordion Filtros anterior */
        #accordionthree{
        display: none;
        }

        /*boton filtros */

        .fixed-bottom-button {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            background-color: #01A0DD;
            box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .btn{
        align-items: center !important;
        justify-content: center !important;
        padding: 0 16px;
        gap: 10px;
        border: none;
        background: #01A0DD;
        color: white;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-family: "Poppins", serif;
        font-weight: 500;
        font-style: normal;
        height: 60px;
        }

        .btn-outline-secondary:hover{
        border: none;
        background-color: #01A0DD;
        color: white;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-family: "Poppins", serif;
        font-weight: 500;
        font-style: normal;
        height: 60px;
       }

       .btn .setting-btn {
           display: inline-flex;
           align-items: center;
           justify-content: center;
           flex-shrink: 0;
       }

       /* From Uiverse.io by vinodjangid07*/
       .setting-btn {
         width: 40px;
         height: 25px;
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         gap: 3px;
         border-radius: 7px;
         cursor: pointer;
         border: none;
       }

       .bars {
         width: 50%;
         height: 1px;
         background-color: rgb(229, 229, 229);
         display: flex;
         align-items: center;
         justify-content: center;
         position: relative;
         border-radius: 2px;
       }
       .bars::before {
         content: "";
         width: 4px;
         height: 4px;
         background-color: #01A0DD;
         position: absolute;
         border-radius: 50%;
         border: 1.5px solid white;
         transition: all 0.3s;
         box-shadow: 0px 0px 5px white;
       }
       .bars1::before {
         transform: translateX(-4px);
       }
       .bars2::before {
         transform: translateX(4px);
       }
       .setting-btn:hover .bars1::before {
         transform: translateX(4px);
       }
       .setting-btn:hover .bars2::before {
         transform: translateX(-4px);
       }

 .filters_column{
 display: flex;
 flex-direction: row;
 width: 100%;
 }

 .filters_width{
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 width: 100%;  /*el tamaño para que se ajuste tanto a nivel de los filtros como los filtros como tal */

 }

#contFiltros {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

#contFiltros.show {
    display: block;
    max-height: 500px; /* Ajusta según el contenido */
}


        /*  Titulo   */

#card-title{
color: #030406 !important;
text-transform: uppercase;
letter-spacing: 2px;
text-align: center;
}


        /*Input Buscar*/

/* From Uiverse.io by alexruix */
.group {
 display: flex;
 line-height: 28px;
 align-items: center;
 position: relative;
 max-width: 100%;
 margin: 15px 0px 15px;
}

.input {
 width: 100%;
 height: 40px;
 line-height: 28px;
 padding: 0 1rem;
 padding-left: 2.5rem;
 border: 2px solid transparent;
 border-radius: 8px;
 outline: none;
 background-color: #f3f3f4;
 color: #0d0c22;
 transition: .3s ease;
}

.input::placeholder {
 color: #9e9ea7;
}

.input:focus, input:hover {
 outline: none;
 border-color: #01A0DD;
 background-color: #fff;
 box-shadow: 0 0 0 4px rgb(1 160 221 / 10%);
}

.icon {
 position: absolute;
 left: 1rem;
 fill: #9e9ea7;
 width: 1rem;
 height: 1rem;
}

        /* Filtros/Categorias  */

.accordionFilter{
overflow: hidden;
background: #fff;
margin-top:20px;
margin-bottom:auto;
}


.label-accordionFilter, .content-accordionFilter{
padding: 14px 20px;
}

.label-accordionFilter{
display:block;
color: black;
font-weight:500;
cursor:pointer;
position: relative;
transition: background 0.1s;
}

.label-accordionFilter:hover{
background: rgba(0, 0, 0, 0.1);
}

.label-accordionFilter::after{
content: " ";
position: absolute;
top:50%;
transform: translateY(-50%);
right:20px;
width: 20px;
height: 20px;
background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImZlOmFycm93LWRvd24iPgo8cGF0aCBpZD0iVmVjdG9yIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMgMy41TDYgNi41TDkgMy41TDEwIDQuNUw2IDguNUwyIDQuNUwzIDMuNVoiIGZpbGw9ImJsYWNrIi8+CjwvZz4KPC9zdmc+Cg==');
background-size: contain;
transition: transform 0.4s;

}

.content-accordionFilter{
background: #ffffff;
line-height: 1.6;
font-size: 0.85em;
display: none;

}

.input-accordionFilter{
display: none;

}

.input-accordionFilter:checked ~ .content-accordionFilter {
  display: block;
}

.input-accordionFilter:checked ~ .label-accordionFilter::after {
  transform: translateY(-50%) rotate(0.5turn);
   border: none;

}

.input-accordionFilter:not(:checked) + .label-accordionFilter {
    border: 1px solid #E9E9E9;
}

.link-filters{
padding: 0px 20px 14px 30px;
}

small{
margin-left: 8px;
}
            / *FILTRO TIPO */

.cardsTypeContainer{
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
}

.card-list .card-item{
user-select: none;
width: 150px;
display: block;
background: white;
padding: 10px;
list-style:none;
text-decoration: none;
text-align: center;
border: 1px solid transparent;
border-radius: 12px;
box-shadow: 2px 2px 6px #ddd;
transition: 0.2s ease;
}

.card-item:hover{
border-color: #029EDC;
}

.card-link:hover{
cursor: grabbing;
}

.card-image{
width: 100%;
}

.car-type{
color: black;
margin: 0;
}

.card-wrapper{
padding: 0 0 10px;
overflow:hidden;
}

.card-wrapper .swiper-pagination-bullet{
height: 9px;
width: 9px;
opacity: 0.5;
background: #00a0dd;
}

.card-wrapper .swiper-pagination-bullet-active{
opacity: 1;
}

.card-wrapper .swiper-slide-button{
color: #e5e5e5;
margin-top: -35px;
}


                 /*  FILTRO MARCA   */

.sub_brand{
padding-bottom: 5px;
font-size: 12px;
}


       /*  FILTRO PRECIO  */

.container_range-bar{
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
}

.container_range-slider{
width: 177%;
}

.container-go{
width: 6%;
display: flex;
}

.go{
padding: 1px 7px;
user-select: none;
cursor: pointer;
border-radius: 360px;
border: 2px solid #4985e91f;
margin-left: 15px;
}


.go:hover, .go:active{
color: white;
background-color: #00a0dd;
border-radius: 25px;

}


 #range-slider{
 height: 5px;
 position: relative;
 background-color: #e1e9f6;
 border-radius: 2px;
 box-shadow: none;
 transition: none;
 }


 #range-selected{
 height: 100%;
 left: 30%;
 right: 30%;
 position: absolute;
 border-radius: 5px;
 background-color: #00a0dd;
 }

 #range-input{
 position: relative;
 box-shadow: none;
 transition: none;
 }

#range-input input{
position: absolute;
width: 100%;
height: 5px;
top: -7px;
background: none;
pointer-events: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
}


#range-input input::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 4px solid #fff;
  background-color: #00a0dd;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
  -webkit-appearance: none;
}

#range-input input::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 4px solid #fff;
  background-color: #00a0dd;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
  -moz-appearance: none;
}

#range-slider:hover,
#range-input:hover,
#range-input input:hover {
  box-shadow: none;
}


#range-price {
  margin: 30px 0;
  width: 65%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color:#A3A3A3;
}

#range-price label {
  margin: 0;
}
.input-wrapper{
position: relative;
width: 100%;
}

#range-price input {
  width: 100%;
  padding-inline: 0.5em;
  padding-block: 0.7em;
  padding: 3px;
  box-sizing: border-box;
  outline: none;
  border: none;
  color:#A3A3A3;
  background-color: transparent;
  font-weight: 500;
  box-shadow: none;
  position: relative;
}

.input-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(221, 221, 221, 0.39);
  bottom: 0;
  left: 0;
}

#range-price .input-border{
position: absolute;
 background: #049eed;
 width: 0%;
 height: 1px;
 bottom: 0;
 left: 0;
 margin-left: 0;
 transition: 0.3s;
}

#range-price input:hover + .input-border {
  width: 100%;
}

#range-price input:focus + .input-border {
  width: 100%;
}

#range-price input:focus{
color: #049edd;
}


#range-price .division {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin: 0 10px;
}

#range-price .min-range {
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
width: 45%;
}

#range-price .max-range{
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
width: 45%;
margin-left: 0;
}

#range-price .minus{
margin-right: 2px;
}

#range-price span{
user-select: none;
cursor: pointer;
padding: 0 6px;
background-color: #4985e01f;
border-radius: 360px;
}

#range-price span:hover{
color: white;
background-color: #00a0dd;
border-radius: 25px;
}

#range-price .division p{
margin: 0;
align-content: center;
}

#content-filter{
display: inline;
}

