.productsContent {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}

#categories {
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #0d6dd3;
  height: 52px;
}

.category {
  position: relative;
  float: left;
  width: calc(100% / 4);
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

strong {
  font-weight: 500;
}

#categories[data-site-id="3"] .category {
  width: calc(100% / 5);
}

#categories[data-site-id="4"] .category {
  width: calc(100% / 5);
}

#categories[data-site-id="5"] .category {
  width: calc(100% / 5);
}

#categories[data-site-id="6"] .category {
  width: calc(100% / 5);
}

#categories[data-site-id="11"] .category {
  width: calc(100% / 5);
}

#categories[data-site-id="12"] .category {
  width: calc(100% / 3);
}

.categoryText {
  font-weight: 300;
  color: #0d6dd3;
  width: 100%;
  text-align: center;
  font-size: 20px;
  height: 25px;
  line-height: 30px;
}

.selectedCategory,
.category:hover {
  border-bottom: 3px solid #0d6dd3;
}

.selectedCategory .categoryText,
.category:hover .categoryText {
  font-weight: 500;
  color: #0d6dd3;
}

.category:not(.lastCategory) .categoryText {
  border-right: 1px solid #0d6dd3;
}

#productsDiv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 50px;
}

.product {
  position: relative;
  float: left;
  width: calc(25% - 8px);
  height: auto;
  overflow: hidden;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 20px;
  cursor: pointer;
  padding-top: 10px;
}

.productContainer {
  position: relative;
  width: calc(100% - 2px);
  top: 0px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  border: 1px solid #cccccc;
  border-radius: 11px;
}

.product:hover .productContainer {
  top: -10px;
}

.productImg {
  position: relative;
  width: calc(100% - 24px);
  height: 200px;
  margin-left: 12px;
  margin-top: 12px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.productTitle {
  position: relative;
  margin-top: 13px;
  margin-left: 12px;
  color: #096dd3;
  font-size: 16px;
  font-weight: 500;
  height: 32px;
}

b {
  font-weight: 500;
}

.productDescription {
  position: relative;
  margin-top: 5px;
  margin-left: 12px;
  font-size: 15px;
  line-height: 16px;
  color: #666666;
  min-height: 65px;
}

#productsDiv.productsDivSite2 .productDescription {
  height: 115px;
}

#productsDiv.productsDivSite3 .productDescription {
  height: 115px;
}

#productsDiv.productsDivSite4 .productDescription {
  height: 115px;
}

#productsDiv.productsDivSite9 .productDescription,
#productsDiv.productsDivSite10 .productDescription {
  height: 130px;
}

.productSeparator {
  position: relative;
  width: calc(100% - 24px);
  margin-left: 12px;
  height: 1px;
  background-color: #e2e2e2;
  margin-top: 10px;
  margin-bottom: 10px;
}

.productMetros {
  position: relative;
  margin-left: 12px;
  font-size: 20px;
  font-weight: 500;
  color: #096dd3;
  margin-bottom: 10px;
}

.productMetrosNumber {
  font-size: 26px;
}

#selectedProduct {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
}

#selectedProductImageContainer {
  position: relative;
  float: left;
  width: 400px;
  height: 400px;
  border: 1px solid #cccccc;
  border-radius: 11px;
}

#selectedProductImage {
  position: relative;
  width: 380px;
  height: 380px;
  margin-top: 10px;
  margin-left: 10px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

#selectedProductInfo {
  position: relative;
  float: left;
  width: calc(100% - 580px);
  margin-left: 50px;
}

#selectedProductTitle {
  position: relative;
  width: 100%;
  font-size: 22px;
  color: #096dd3;
  font-weight: 500;
  margin-top: 10px;
}

#selectedProductDescription {
  position: relative;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #717171;
}

#selectedProductBuyDiv {
  position: relative;
  width: 100%;
  margin-top: 50px;
  height: 45px;
}

#selectedProductMeters {
  position: relative;
  float: left;
  width: calc(100% - 151px);
  height: 43px;
  font-weight: 500;
  color: #096dd3;
  font-size: 25px;
  border: 1px solid #cccccc;
  line-height: 52px;
}

#selectedProductMeters .productMetrosNumber {
  margin-left: 15px;
  font-size: 32px;
  margin-right: 5px;
}

#buyProduct {
  position: relative;
  display: block;
  /*float: left;*/
  height: 100%;
  /*width: 149px;*/
  text-align: center;
  background-color: #ffc733;
  color: #096dd3;
  font-weight: 500;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  padding: 5px 0;
}

#buyProduct:hover {
  background-color: transparent;
  border: 1px solid #ffc733;
}

#otherProductsSeparator {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #2b6dcb;
  margin-bottom: 15px;
}

#otherProductsTitle {
  position: relative;
  margin-left: 15px;
  font-weight: 600;
  color: #2c6ccb;
  margin-bottom: 15px;
  font-size: 20px;
}

.productMetrosDiscount {
  position: relative;
  float: right;
  font-size: 18px;
  margin-top: 6px;
  margin-right: 8px;
  color: #016cd2;
  font-weight: 900;
}

.productId {
  position: relative;
  margin-left: 12px;
  font-weight: 300;
  color: #0d6dd3;
  font-size: 14px;
  height: 14px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>Jero<<<<<<<<<<<<<<<<<<<<<<<<*/

#imgPortada {
  height: 31vw;
  background-image: url("/files/index/portada.png");
  background-size: 100%, auto;
  background-repeat: no-repeat;
}

#imgB {
  height: 31vw;
  background-image: url("/files/index/prestamoLight.png");
  background-size: 100%, auto;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

#noOcaContainer {
  width: 70%;
  margin-left: 15%;
}

#txtNoOca {
}

#noOcaTitle {
  position: relative;
  width: 100%;
  color: white;
  font-weight: 700;
  font-size: 23px;
}

#noOcaText {
  position: relative;
  color: white;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
}

#noOcaButton {
  position: relative;
  float: left;
  display: block;
  height: 43px;
  width: 180px;
  text-align: center;
  background: #ffcc25;
  color: #096dd3;
  font-weight: 500;
  font-size: 21px;
  line-height: 45px;
  cursor: pointer;
  margin-right: 5%;
}

#noOcaButton:hover {
  background: #f1bd2c;
}

#noOcaBlue {
  position: relative;
  float: left;
  width: 100%;
  background: #076dd3;
  margin-top: 10px;
  margin-bottom: 25px;
  height: auto;
}

#nuestrosDestacados {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #006dd1;
  height: 30px;
  margin-bottom: 0;
}

/*<<<<<<<<<<<<Galeria>>>>>>>>>>>>>*/

.img-container {
  width: fit-content;
  display: block;
  margin: 0 auto;
}

#galeria {
  height: 550px;
}

.gal {
  position: relative;
  float: left;
  margin-right: 50px;
  margin-bottom: 50px;
  background-color: #ffffff;
}

.gal img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.gal.slick-slide {
  height: 200px;
}

.txtGal {
  font-size: 19px;
  text-align: center;
  font-weight: 400;
  width: 93%;
  color: #8c8c8d;
}

.flechaIzquierda {
  background-image: url(/files/productosDestacados/flechaIzq.png);
  position: absolute;
  float: left;
  height: 86px;
  width: 40px;
  top: 50%;
  transform: translateY(-50%) rotateY(0deg) !important;
  left: 7%;
  margin-top: 0 !important;
  margin-left: 0 !important;
}

.flechaDerecha {
  background-image: url(/files/productosDestacados/flechaDer.png);
  position: absolute;
  height: 86px;
  width: 40px;
  top: 50%;
  transform: translateY(-50%);
  right: 7%;
}

.categorias {
  width: 80%;
  position: relative;
  float: left;
  margin-left: 10%;
  height: 200px;
}

.productosDestacados {
  width: 80%;
  position: relative;
  margin: auto;
}

.productoDestacado {
  background-color: #ffffff;
  margin: 0 auto;
  height: 244px;
  margin-left: initial;
}

.borderLine {
  border-top: none;
}

.txtProducto {
  margin-left: 5%;
}
.stockRow {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.textStock {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  height: 30%;
}
.stockTrue {
  background-color: rgba(151, 215, 0, 0.15);
  color: #97d700;
}
.stockFalse {
  background-color: rgba(255, 134, 116, 0.15);
  color: #ff8674;
}
@media screen and (max-width: 768px) {
  #productsContent {
    width: 95%;
  }
  .product {
    width: calc(50% - 4px);
    margin-left: 2px;
    margin-right: 2px;
  }
  .categoryText {
    font-size: 12px;
  }
  #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;
  }
}

/*<<<<<<<<<<Jero ProductSel>>>>>>>>*/

.productoSeleccionado {
  width: 70%;
  margin-left: 15%;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  margin-top: 40px;
}

.btnVolver {
  color: #006dd2;
  margin-left: 1.5%;
  font-size: 18px;
  font-weight: 400;
  background-image: url(/files/productoSel/volver.svg);
  background-repeat: no-repeat;
  width: 3%;
  background-position-y: 23%;
  margin-top: 15px;
}

#txtVolver {
  margin-left: 65%;
}

.imgProductoGrande {
  width: 48%;
  margin-left: 3%;
  float: left;
  position: relative;
}

#prodDescription {
  width: 37%;
  margin-left: 58%;
  margin-right: 7%;
  position: relative;
}

.descuento {
  margin-left: 10%;
}

.descuentoSel {
  font-size: 18px;
  line-height: 20.7px;
  font-weight: 700;
  background-color: #016ed3;
  color: #ffffff;
  width: fit-content;
  padding: 0.7%;
}

.metrajeSel {
  background-color: #f2f2f2;
  color: #8c8c8d;
  font-size: 16px;
  font-weight: 400;
  padding: 17px 20px 15px 20px;
}

.desProductoDestacadoSel {
  background-color: #f2f2f2;
  color: #8c8c8d;
  font-size: 16px;
  font-weight: 400;
  padding: 17px 20px 15px 20px;
  color: #8c8c8d;
}

.desProductoDestacado {
  color: #8c8c8d;
  width: 100%;
}

.canjear {
  background-color: #ffcc25;
  color: #016ed3;
  border: 1px solid #ffcc25;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  padding: 3%;
  padding-top: 0%;
  cursor: pointer;
  overflow: hidden;
  padding-bottom: 0%;
}

#txtCanjear {
  height: 35px;
  line-height: 38px;
  font-size: 20px;
}

#descripcionLarga {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 16.6px;
  margin-bottom: 33px;
}

#legalesCont {
  border-bottom: 0.5px solid #016ed3;
  color: #016ed3;
}

#legalesContB {
  border-bottom: 0.5px solid #016ed3;
  color: #016ed3;
  margin-bottom: 11px;
}

.stockContainer {
  border-bottom: 0.5px solid #016ed3;
  margin-bottom: 10px;
  border-top: 0.5px solid #016ed3;
  padding-top: 12px;
  display: block !important;
}

#showStockDiv {
  margin-bottom: 10px;
}

.txtLeg {
  font-size: 16px;
  font-weight: 500;
  line-height: 17.25px;
  width: 43%;
  position: relative;
}

.containerStockContainer{
  display: flex;
}

.titProductoDestacado {
  color: #016ed3;
  font-weight: 500;
  font-size: 19px;
  line-height: 19px;
}

.productoSelDestacado {
  color: #016ed3;
  font-weight: 500;
  font-size: 31px;
  line-height: 35.65px;
  margin-bottom: 10px;
}

.codigoSel {
  color: #016ed3;
  font-size: 18px;
  font-weight: 400;
  line-height: 19.7px;
  border-bottom: 0.5px solid #016ed3;
  width: fit-content;
}

.codigo {
  color: #016ed3;
}

.metraje {
}

.txtRespuesta {
  font-size: 20px;
  font-weight: 400;
  color: #8c8c8d;
  width: 90%;
}

.txtRespuestaHide {
  display: none;
}

.cruzPregunta {
  background-image: url(/files/preguntasFrecuentes/mas.svg);
  width: 50%;
  background-repeat: no-repeat;
  display: block;
  background-position-x: right;
}

.menosPregunta {
  background-image: url(/files/preguntasFrecuentes/menos.svg);
  width: 50%;
  background-repeat: no-repeat;
  display: block;
  background-position-x: right;
}

.cruzInfo {
  background-image: url(/files/preguntasFrecuentes/mas.svg);
  width: 53%;
  background-repeat: no-repeat;
  display: block;
  background-position-x: right;
  height: 13px;
  position: relative;
  background-size: contain;
  cursor: pointer;
}

.menosInfo {
  background-image: url(/files/preguntasFrecuentes/menos.svg);
  width: 53%;
  background-repeat: no-repeat;
  display: block;
  background-position-x: right;
  height: 4px;
  position: relative;
  /* float: left; */
  background-size: 8%;
}

.txtMasInfo {
  display: none;
}

.txtMasInfo.open {
  display: block;
  color: #555555;
  /* margin-bottom: 10px; */
  font-size: 15px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.titMasInfo {
  display: none;
}

.titMasInfo.open {
  display: block;
}

#txtLegal {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #8c8c8d;
  font-size: 14px;
}

#titLegales {
}

@media screen and (max-width: 768px) {
  .productoSeleccionado {
    width: 90%;
    margin-left: 5%;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    margin-top: 23px;
  }
  .btnVolver {
    color: #006dd2;
    margin-left: 6%;
    font-size: 18px;
    font-weight: 400;
    background-image: url(/files/productoSel/volver.svg);
    background-repeat: no-repeat;
    width: 3%;
    background-position-y: 23%;
    margin-top: 15px;
  }
  #txtVolver {
    margin-left: 130%;
  }
  .imgProductoGrande {
    width: 100%;
    margin-left: 0%;
    border-bottom: 1px solid #016ed3;
  }
  #prodDescription {
    width: 90%;
    margin-left: 5%;
  }
  .descuento {
    margin-left: 10%;
  }
  .descuentoSel {
    font-size: 18px;
    line-height: 20.7px;
    font-weight: 700;
    background-color: #016ed3;
    color: #ffffff;
    width: fit-content;
    padding: 0.7%;
  }
  .metrajeSel {
    padding: 3%;
    background-color: #f2f2f2;
    color: #8c8c8d;
    font-size: 16px;
    font-weight: 400;
    line-height: 31.4px;
    padding-left: 2%;
    height: 26px;
  }
  .desProductoDestacadoSel {
    padding: 3%;
    background-color: #f2f2f2;
    color: #8c8c8d;
    font-size: 16px;
    line-height: 31.4px;
    padding-left: 2%;
    height: 26px;
  }
  .desProductoDestacado {
    color: #8c8c8d;
    width: 100%;
  }
  .canjear {
    background-color: #ffcc25;
    color: #016ed3;
    border: 1px solid #ffcc25;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    padding: 3%;
    padding-top: 3.5%;
    /* display: block; */
    overflow: hidden;
  }
  .canjear:hover {
    background-color: #016ed3;
    color: #ffcc25;
    border: 1px solid #016ed3;
  }
  #txtCanjear {
  }
  #descripcionLarga {
    color: #555555;
    font-size: 15px;
    font-weight: 400;
    line-height: 16.6px;
  }
  #txtLeg {
    font-size: 15px;
    font-weight: 600;
    line-height: 17.25px;
    /* margin-left: 10%; */
  }
  #masLeg {
    font-size: 15px;
    font-weight: 400;
    line-height: 17.25px;
    margin-left: 77%;
    margin-right: 4%;
  }
  .titProductoDestacado {
    color: #016ed3;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
  }
  .productoSelDestacado {
    color: #016ed3;
    font-weight: 500;
    font-size: 31px;
    line-height: 35.65px;
    margin-bottom: 10px;
  }
  .codigoSel {
    color: #016ed3;
    font-size: 18px;
    font-weight: 400;
    line-height: 19.7px;
    border-bottom: 0.5px solid #016ed3;
    width: fit-content;
  }
  .codigo {
    color: #016ed3;
  }
  .txtMetraje {
    /* display: flex; */
    justify-content: left;
    width: 100%;
    margin-left: 6%;
    font-size: 18px;
    margin-top: 13px !important;
  }
  .metraje {
  }
  .txtRespuesta {
    font-size: 20px;
    font-weight: 400;
    color: #8c8c8d;
    width: 90%;
  }
  .txtRespuestaHide {
    display: none;
  }
  .cruzPregunta {
    background-image: url(/files/preguntasFrecuentes/mas.svg);
    width: 50%;
    background-repeat: no-repeat;
    display: block;
    background-position-x: right;
  }
  .menosPregunta {
    background-image: url(/files/preguntasFrecuentes/menos.svg);
    width: 50%;
    background-repeat: no-repeat;
    display: block;
    background-position-x: right;
  }
  .productosDestacados {
    width: 100%;
  }
  .flechaIzquierda {
    display: none !important;
  }
  .flechaDerecha {
    display: none !important;
  }
  #nuestrosDestacados {
    width: 80%;
    margin-left: 10%;
    font-size: 18px;
  }
  .img-container {
    margin-top: 20px;
    width: 70px;
  }
  .productsGroup {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: auto;
    height: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .productoSeleccionado {
    width: 80%;
    margin-left: 10%;
  }
}
