.body{
    align-items: center;
    display: flex;
    justify-content: center; 
    max-width: 1800px;
    margin: auto;
}

.super-buscador__contenedor{
    height: 80%;
    width: 100%;
    background-color: #F5F5F5;
    line-height: 1;
    min-height: 100vh;
    /* max-width: 1400px; */

}
#lista-busqueda{
    justify-content: center;
    padding-left: 0;
    width: unset;
    align-content: flex-start;
}

.super-buscador__cabecera{
    padding: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.super-buscador__barra{
    width: 95%;
    height: 50px;

}
.super-buscador__cuerpo{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    width: 100%;
}
.super-buscador__columna{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.resultados__titulo{
    font-size:  14px;
    color: black;
    padding: 0.5rem;
    margin: 0.5rem;


}
.resultados__titulo:hover{
    text-decoration: none !important;

}
.resultados__ficha:hover{
    text-decoration: none !important;

}

.resultados__imagen {
    width: 100%;
    height: 100%;
    object-fit: contain;
    text-decoration: none;
    min-height: 180px; /*para que cuando no son cuadradas la haga un poco mas alta*/
    padding: 3px;
}



.resultados__ficha{

    background-color: white;
    margin: 0.25rem;
    display: flex;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    z-index: 1;
    text-decoration: none;
    padding: 0;
    border-width: 1px !important;
    border-color: rgb(212 212 212) !important;
    border: solid;
    
}
.sugerencia{
    color : rgb(255, 81, 81);
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.resultados__precio_referencia{
    padding: 0.5rem;
}
.resultados__referencia{
    margin-top: 0rem;
    font-size: 10px;
    color: black;
    display: inline-block;
    float: right;
    padding-top: 8px;
    
}
.resultados__precio{
    color: black;
    text-align: center;
    margin-top: auto;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    margin-left: 0.5rem;
    font-weight: 500;
    font-family: "Roboto Condensed" , Arial, Helvetica, sans-serif;
}

.resultados__stock{
    margin: auto;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    margin: 10px;
    text-align: center;
}
.resultados__variante{
    border-color:rgb(165, 165, 165);
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
    color: black;
    text-align: center;
    width: fit-content;
    padding: 0.25rem;
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 4px;
    background-color: white;
}

.filtros__limpiar{
    margin: auto;
    border-radius: 20px;
    padding: 6px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #585858;
    color: white;
    cursor: pointer;
}
.filtros__subcontenedor{
    margin-top: 12px;
    margin-bottom: 12px;
    overflow: hidden;
}
.filtros__subcontenedor--corto{
    max-height: 200px;
}
.filtros__subcontenedor--largo{
    max-height: 600px;
    overflow-y: auto;
}
.filtros__buscador{
    margin-bottom: 10px;
    padding: 3px;
    padding-left: 10px;
    font-size: 9px;
    width: 60%;
    border-radius: 10px;
    border-color: rgb(165, 165, 165);
    border-style: solid;
    border-width: 1px;
}
.filtros__titulo{
    flex: 1 1 auto;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    padding-top: 5px;
    border-top: rgb(165, 165, 165) 2px solid;
}
.filtros__linea{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: baseline;
    width: 100%;
    padding: 0 8px;
    margin: 0 0 4px 0;
    color: var(--df-neutral-high-contrast, #2c333a);
    font-weight: normal;
    user-select: none;
}
.filtros__linea--boton{
    cursor: pointer;
}
.filtros__linea--arbol{
    
}

.filtros__cruz{
    font-weight: bolder;
    font-size: 20px;
    width: 8px;
    user-select: none;
    cursor: pointer;
}
.filtros__texto{
    flex: 1 1 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    overflow: hidden;
    margin-left: 10px;    
}
.filtrar--boton:hover{
    background-color: #fff200;
    border-radius: 10px;
    padding-left: 10px;
    font-weight: 500;
    cursor: pointer;
}

.filtros__texto--marcado{
    background-color: #fff200;
    border-radius: 10px;
    padding-left: 10px;
    font-weight: 500;
}
.filtrar--checkbox{
    cursor: pointer;
}
.filtros__ver-mas{
    background-color: inherit;
    border-style: none;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}
.arbol__contenedor-hijas{
    padding-left: 8px;
}
.datos__contenedor{
    background-color: transparent;
    color: black;
    display: flex;
    width: 87%;
    justify-content: space-between;
    border-radius: 16px;

}
.datos__info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 10px;
    margin-bottom: 0.5rem;
    border-radius: 10px;
    padding: 5px;
}
.datos__filtros{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 10px;
    color: black;
    margin-bottom: 10px;
}
.datos__filtro{
    margin: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: lightgrey;
    border-radius: 20px;
    padding: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #fff200;
}
.datos__filtro p, .datos__filtro svg{
    margin: auto;
}
.filtro__cruz{
    width: 14px;
    height: 14px;
    margin-left: 12px;
    cursor: pointer;
}
.super-buscador__cruz{
    background-color: #ffffff;
    color: #747474;
    height: 3rem;
    width: 3rem;
    font-size: 35px;
}
.datos__orden__busqueda{
    display: inline-flex;
    justify-content: center;
}

.datos__orden__desplegable{
    padding: 5px 10px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    border-radius: 3px;
}
.filtros__boton-mostrar{
    background: #fff200;
    color: black;
    position: fixed;
    bottom: 10px;
    transform: translateX(-50%);
    left: 50%;
    font-size: 20px;
    z-index: 999;
}
.panel__visibilidad{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    background-color: rgba(0, 0, 0, 0.233);
    z-index: 99;
}
.divCabecenarNodo{

}
.cabecera__logo{
    background-color: white;
    padding: 0.5rem;
    display: flex;
    border-bottom: black;
    border-bottom-width: 10px;
    border-bottom-style: solid;
}
.cabecera__sticky{
    position: -webkit-sticky;   /*required for Safari*/
	position: sticky;
	top: 0; /*required as well.*/
    z-index: 99;
}
.cabecera__logo__img{
    height: 35px;
    margin: 5px;
    
}
.cabecera__logo__text{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    display: flex;
    margin: auto;
}



/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  }
  
  /* Tooltip text */
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
   
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }



/* ESTO SE EJECUTA CUANDO SE ESTÁ VIENDO EN EL MOVIL -768px */
.filtros__contenedor{
    border-radius: 16px;
    overflow: scroll;
    padding: 1rem;
    position: fixed;
    top: 10px;
    z-index: 99;
    width: 95%;
    background-color: #e6e4e4;
    line-height: 20px;
    height: calc(100% - 20px);
    min-height: calc(100% - 20px);
    word-wrap: break-word;
}


/* ESTO SE EJECUTA CUANDO SE ESTÁ VIENDO EN EL ORDENADOR */
@media (min-width: 768px) {
    .collapse.dont-collapse-sm {
      display: block;
      visibility: visible;
      width: 360px;
      height: fit-content;
      padding: 24px;
      line-height: 20px;
      background-color: e6e4e4;
      position: unset;
      z-index: 98;
      margin: 10px;
      overflow: hidden;
    }
    .hide{
        display: none;
    }
    .datos__filtro{
        font-size: 14px;
    }
    .datos__info{
        font-size: 14px;
        margin-bottom: 0.5rem;
        padding-right: 1rem;
    }
    .cabecera__logo__text{
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-size: 20px;
        display: flex;
        margin: auto;
    }
    .cabecera__logo__img {
        height: 60px;
        margin: 5px;
    }
}

