.productsContent {
  position: relative;
  width: 100%;
  margin: 40px auto;
  height: auto;
  overflow: hidden;
  margin-bottom: 0;
}

#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;
}

#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;
}

.educationSection {
  display: grid;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 84%;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
}
.educationSection a {
  width: 100%;
}
.educationSectionMobile {
  display: none;
}

.educationDesktopBanner {
  /* max-width: 30%; */
  height: auto;
  width: 100%;
}

#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;
      line-height: 50px;
      background-color: #ffc733;
      color: #096dd3;
      font-weight: 500;
      font-size: 22px;
      cursor: pointer;
      transition: all .2s ease-out;
      -moz-transition: all .2s ease-out;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
  }
  
  #buyProduct:hover {
      background-color: #f5be2c;
  } */

#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 {
  visibility: hidden;
}

.slick-dots li {
  width: auto !important;
}

.imgB {
  height: auto;
  margin-bottom: 70px;
  margin-top: 65px;
  width: 100%;
}

.imgBMobile {
  display: none;
}

#noOcaContainer {
  width: 80%;
  /* margin-left: 10%; */
  /* margin-top: 25px; */
  /* height: fit-content; */
  display: flex;
  /* height: 100px; */
  margin: 0 auto;
  height: inherit;
}

#txtNoOca {
  width: 50%;
  /* position: relative; */
  /* float: left; */
  /* margin-top: 0px; */
  height: fit-content;
  margin-top: 20px;
}

#noOcaTitle {
  /* position: relative; */
  width: 90%;
  color: white;
  font-weight: 500;
  font-size: 41px;
  /* float: left; */
  line-height: 31px;
  margin-bottom: 12px;
  height: 31px;
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
}

#noOcaText {
  /* position: relative; */
  color: #0570d4;
  font-size: 24px;
  line-height: 23px;
  font-weight: 500;
  width: 65%;
  /* float: right; */
  margin-left: 21%;
  min-width: 390.58px;
  max-width: 436.58px;
}

#noOcaButton {
  display: block;
  text-align: center;
  background: #ffffff;
  color: #096dd3;
  font-weight: 500;
  font-size: 17px;
  line-height: 33px;
  cursor: pointer;
}

#noOcaBlue {
  width: 100%;
  display: flex;
  margin: 0 auto;
  background-repeat: no-repeat;
  margin-bottom: 0;
}

#noOcaBlue img {
  width: 100%;
}

#nuestrosDestacados {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #006dd1;
  height: 30px;
  margin-bottom: 0;
  margin-top: 40px;
}

/*<<<<<<<<<<<<Galeria>>>>>>>>>>>>>*/

.img-container {
  width: 80px;
  height: 75px;
  display: block;
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 90%;
  margin: auto !important;
}

#galeria {
  height: 550px;
}

.gal {
  position: relative;
  float: left;
  margin: 0 10px;
  background-color: #ffffff;
  aspect-ratio: 1 / 1;
  height: auto;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gal img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.txtGal {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  width: 100%;
  max-width: 150px;
  color: #555555;
  margin: 0 auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0 !important;
}

.flecha {
  background-image: url(/files/Index/flechaDer.svg);
  position: absolute;
  height: 86px;
  width: 35px;
  background-size: 97%;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 90%;
  margin-top: -230px;
}

.flecha.flechaIzquierda {
  transform: rotateY(180deg);
  margin-left: 8%;
  margin-top: 162px;
}

.flecha.flechaIzquierdaCat {
  top: 150%;
  transform: translateY(-50%) rotateY(180deg);
  left: -82%;
}

.flecha.flechaDerechaCat {
  top: 150%;
  transform: translateY(-50%);
  right: 8%;
}

.categorias {
  width: 80%;
  position: relative;
  margin: auto;
}

/* .categorias .slick-list {
  padding-left: 25%;
}
 */
.productosDestacados {
  width: 79%;
  position: relative;
  margin: auto;
}

.codigo {
  color: #016ed3;
}

.slick-dots li button:before {
  opacity: 1;
  background-color: #badcf7;
  border-radius: 50px;
  height: 10px;
  width: 10px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #006dd2;
  border-radius: 50px;
  height: 10px;
  width: 10px;
}

#txtBannerLow {
  height: fit-content;
  width: 50%;
  margin-top: 32.5px;
}

@media screen and (max-width: 768px) {
  #productsContent {
    width: 95%;
  }

  .educationSection {
    display: none;
  }

  .educationSectionMobile {
    display: block;
    width: 100%;
  }

  .educationMobileBanner {
    height: auto;
    margin-right: 6px;
    margin-left: 6px;
  }
  .slick-dots {
    top: 175px;
    width: 75%;
    margin-left: 12.5%;
    background-color: rgba(0 0 0 / 8%);
    height: 7px;
    border-radius: 20px;
    margin-top: 25px;
    position: unset;
  }
  .slick-dots li button:before {
    width: 28px;
    height: 7px;
    color: transparent;
    opacity: 1;
    font-size: 0px;
    z-index: 10;
    background-color: transparent;
    border-radius: 50px;
  }
  #imgPortada .slick-dots {
    top: 210px;
    background-color: transparent;
  }
  #imgPortada .slick-dots li {
    /* margin: 6px; */
  }
  #imgPortada .slick-dots li button:before {
    opacity: 1;
    background-color: #badcf7;
    border-radius: 50px;
    height: 10px;
    width: 10px;
  }
  #imgPortada .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #006dd2;
    border-radius: 50px;
    height: 10px;
    width: 10px;
  }
  .product {
    width: calc(50% - 4px);
    margin-left: 2px;
    margin-right: 2px;
  }
  .imgB {
    display: none;
  }
  .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #006dd2;
    border-radius: 50px;
    height: 7px;
    width: 28px;
  }
  .imgBMobile {
    display: block;
    margin: 0 auto;
    height: auto;
    margin-bottom: 0;
    margin-top: 65px;
    width: 100%;
  }
  #noOcaContainer {
    width: 100%;
    margin-left: 0%;
    height: 100%;
  }
  #txtBannerLow {
    margin-top: 19px;
    width: 60%;
  }
  #txtNoOca {
    margin-top: 0;
    height: 100%;
  }
  #noOcaTitle {
    width: 71%;
    font-size: 20px;
    margin-top: 11px;
    line-height: 1;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    margin-top: 11px;
    height: fit-content;
  }
  #noOcaText {
    color: #096dd3;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    margin-left: 16%;
    text-align: left;
    float: none;
    width: 76%;
    min-width: 0;
  }
  #noOcaButton {
    float: none;
    height: 30px;
    line-height: 34px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 15px;
  }
  #noOcaBlue {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    background-size: 100%;
    background-image: url(/files/Index/banner_3_11.b.jpg);
  }
  .categorias {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .flecha {
    display: none;
  }
  .flecha.flechaIzquierda {
    display: none;
  }
  .flecha.flechaIzquierdaCat {
    display: none;
  }
  .flecha.flechaDerechaCat {
    display: none;
  }
  .categoryText {
    font-size: 12px;
  }
  #nuestrosDestacados {
    margin-bottom: 0px;
    height: auto;
    font-size: 18px;
  }
  #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;
  }
  .productosDestacados {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 20px;
  }
  .flechaIzquierdaCat {
    display: none;
  }
  .flechaDerechaCat {
    display: none;
  }
  .img-container {
    margin-top: 20px;
    width: 70px;
  }
  .productsContent {
    margin-top: 0;
  }
}

@media screen and (max-width: 361px) {
  #nuestrosDestacados {
    height: 31px;
  }
}
