.productsContent {
  position: relative;
  width: 100%;
  margin: 40px auto;
  height: auto;
  overflow: hidden;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>Jero<<<<<<<<<<<<<<<<<<<<<<<<*/

.container {
  width: 95%;
  margin: 40px auto;
}
.contBreadCrumbs {
  width: 86%;
  margin-top: 6px;
  display: flex;
  align-items: center;
}
.titPersonal {
  color: #006dd2;
  font-size: 15px;
  line-height: 17px;
  width: fit-content;
  position: relative;
  float: left;
  top: 1px;
}
.titPersonal.bold {
  font-weight: 500;
}
.flechaBreadcrumbs {
  background-image: url(/files/Index/flechaBread.svg);
  height: 13px;
  width: 25px;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  background-size: contain;
  background-position-x: center;
}
#contentCatMobile {
  display: none;
}
.btnFiltroC {
  background-image: url(/files/cuidadoPersonal/filtro.svg);
  background-color: #006dd2;
  background-repeat: no-repeat;
  background-position: 15% 45%;
  color: #ffffff;
  border-radius: 25px 25px 25px 25px;
  width: 120px;
  cursor: pointer;
  background-size: 13%;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#txtFiltro {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  left: 10px;
}
.productsContent > .productosDestacados {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.productosDestacados.flex-parent {
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.productosDestacados .productoDestacado {
  width: 100%;
  margin-bottom: 0;
}
.filtroDesplegable.open {
  right: 0;
}
.filtroDesplegable {
  display: block;
  position: fixed;
  top: 80px;
  padding-top: 10px;
  right: -330px;
  z-index: 1;
  overflow: auto;
  background-color: #ffffff;
  width: 330px;
  color: #006dd2;
  font-size: 18px;
  font-weight: 400;
  height: calc(100vh - 90px);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
  -webkit-transition: right 0.2s ease-in-out;
  -moz-transition: right 0.2s ease-in-out;
  -o-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}
#titFiltro {
  border-bottom: 0.5px solid #016ed3;
  position: relative;
  height: 70px;
}
#txtTitFiltro {
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 20px;
  margin-top: 38px;
  margin-bottom: 20px;
}
#btnCruzFiltro {
  position: absolute;
  top: calc(50% - -2px);
  right: 15px;
  background-image: url(/files/cuidadoPersonal/cruz.svg);
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  cursor: pointer;
  background-position: center;
}
#opFiltro {
  width: 80%;
  margin-left: 10%;
  margin-top: 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 25.3px;
  color: #58585a;
  overflow: hidden;
}
.filterTitle {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
  color: #016ed3;
}
#category-select {
  margin-bottom: 20px;
  background-image: url(/files/cuidadoPersonal/flechaFiltro.png);
  background-repeat: no-repeat;
  background-position: 93% 50%;
  background-size: 4px;
  width: 100%;
  position: relative;
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  border: 1px solid #cdcdcd;
  border-radius: 100px;
}
#filterSubcategoryRow {
  display: none;
}
#subCategory {
  margin-bottom: 30px;
  background-image: url(/files/cuidadoPersonal/flechaFiltro.png);
  background-repeat: no-repeat;
  background-position: 93% 50%;
  background-size: 4px;
  width: 100%;
  position: relative;
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  border: 1px solid #cdcdcd;
}
.selSubCat {
  width: 100%;
  margin-bottom: 30px;
  padding: 5%;
  background-image: url(/files/cuidadoPersonal/flechaFiltro.png);
  background-repeat: no-repeat;
  background-position: 96% 47%;
  margin-top: 20px;
}
#slider-range {
  width: 100%;
}
#amount {
  width: 90%;
  margin-top: 30px;
}
#btnFiltrar {
  text-align: center;
  background-color: #016ed3;
  color: #ffffff;
  width: 140px;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 0;
  height: 23px;
  padding: 2%;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  border: 1px solid #016ed3;
  border-radius: 100px;
}
#btnFiltrar:hover {
  background-color: transparent;
  border: 1px solid #016ed3;
  color: #016ed3;
}
.slider-labels {
  margin-top: 10px;
}
.productosDestacados .flex-parent {
  justify-content: space-between;
  align-items: center;
}

/* 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;
}

.caption {
  font-size: 12px;
  width: 50%;
  float: left;
  margin-top: 15px;
}

.col-xs-6.text-right.caption {
  text-align: end;
}

.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 0.3s;
  transition: left 0.3s, top 0.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: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #016ed3;
}

/* Styling;
 */

.noUi-background {
  background: #d6d7d9;
}

.noUi-connect {
  background: #016ed3;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: w-resize;
}

.row {
  width: 100%;
}

.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 #727272;
  border: 8px solid rgba(114, 114, 114, 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;
}

.noProducts {
  display: block;
  color: #006dd2;
  margin: auto;
  font-size: 22px;
  font-weight: 500;
}

.metros {
  flex-direction: column !important;
}

#viajesGaleria {
  visibility: hidden;
  margin-top: 40px;
}

#viajesGaleria .slick-slide {
  margin: 0 10px;
}

#viajesGaleria.solo-una-slide .slick-track {
  display: flex !important;
  width: 100% !important;
  justify-content: center;
  transform: none !important;
}

#viajesGaleria.solo-una-slide .slick-slide {
  width: 100% !important;
  flex: 1 0 100%;
  max-width: 100%;
}


#viajesTitle{
  color: #016ed3;
  font-weight: 500;
  font-size: 30px;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #productsContent {
    width: 95%;
  }

  #viajesGaleria {
    margin-top: 0;
  }

  #viajesGaleria .slick-slide {
    margin: 0 5px;
  }

  .product {
    width: calc(50% - 4px);
    margin-left: 2px;
    margin-right: 2px;
  }
  #txtFiltro {
    margin-left: 0;
    font-size: 13px;
    font-weight: 400;
  }
  .categoryText {
    font-size: 12px;
  }
  #contBtnFiltro {
    width: 37%;
  }
  #selectedProductImageContainer {
    width: 90vw;
    height: 90vw;
  }
  #selectedProductImage {
    height: 88vw;
    width: 88vw;
    margin-left: 1vw;
    margin-top: 1vw;
  }
  #selectedProductInfo {
    position: relative;
    float: left;
    width: 90vw;
    margin-left: 2vw;
    margin-top: 5px;
  }
  #selectedProductBuyDiv {
    margin-top: 25px;
  }
  .productImg {
    width: calc(100% - 6px);
    margin-left: 3px;
    margin-top: 3px;
    height: 46vw;
  }
  .productMetrosNumber {
    font-size: 22px;
  }
  .productMetros {
    font-size: 18px;
    height: 40px;
  }
  .productMetrosDiscount {
    font-size: 17px;
    position: relative;
    float: none;
    margin-top: 4px;
  }
  #productsDiv.productsDivSite9 .productDescription,
  #productsDiv.productsDivSite10 .productDescription {
    height: 150px;
  }
  .titPersonal {
    width: 90%;
    margin-right: 0%;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 300;
  }
  #contentCatMobile {
    display: block;
    width: 56%;
  }
  #titCategoriaMobile {
    display: block;
    width: fit-content;
    margin-right: 0%;
    font-size: 23px;
    margin-top: 10px;
    color: #006dd2;
    font-weight: 600;
    margin-left: 2%;
  }
  .btnFiltroC {
    width: 95%;
    float: right;
    margin-right: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0 12px 0;
  }
  .filtroDesplegable {
    display: block;
    position: fixed;
    top: 60px;
    right: -330px;
    z-index: 1;
    overflow: auto;
    background-color: #ffffff;
    width: 300px;
    color: #006dd2;
    font-size: 18px;
    font-weight: 400;
    height: calc(100vh - 88px);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
  }
  .titPersonal.breadCrumbsText {
    display: none;
  }
  .titPersonal.breadCrumbsText.bold {
    display: block;
  }
  .flechaBreadcrumbs {
    display: none;
  }
  .productosDestacados.flex-parent {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .productosDestacados.flex-parent {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .productosDestacados.flex-parent {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
