.productoDestacado {
  background-color: #ffffff;
  margin-left: 15px;
  margin-right: 15px;
  height: auto;
  margin-left: initial;
  width: 20%;
  margin-bottom: 30px;
  margin-top: 0px;
  transition: margin-top 0.2s ease-out;
  -moz-transition: margin-top 0.2s ease-out;
  -webkit-transition: margin-top 0.2s ease-out;
  -o-transition: margin-top 0.2s ease-out;
  border-bottom: 5px solid white;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
  min-height: 356px;
  position: relative;
}

.productoDestacado.slick-slide {
  margin-right: 10px;
  margin-left: 10px;
  min-height: 356px;
}

.productoDestacado:hover {
  border-bottom: 5px solid #ffcc25;
}

.productoDestacado img:not(.justlazy-spinner) {
  width: 80% !important;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 40px;
  height: 160px;
  object-fit: contain;
}

.titProductoDestacado {
  color: #016ed3;
  font-weight: 500;
  font-size: 19px;
  line-height: 19px;
  margin-top: 20px;
}

.borderLine {
  width: 90%;
  margin: auto;
  height: 100%;
  display: flex;
}

.txtProducto {
  width: 100%;
}

.productOcaCode {
  position: relative;
  font-weight: 300;
  color: #8c8c8d;
  font-size: 15px;
  height: 15px;
  margin-bottom: 10px;
}

.desProductoDestacado {
  display: block;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  color: #8c8c8d;
}

.txtMetraje {
  display: flex;
  width: 100%;
  margin-left: 5%;
}

.btnVerMas {
  display: none;
}

.btnVerMenos {
  display: none;
}

.metraje {
  margin-top: 4px;
}

#productSectionMobile {
  display: none;
}

#productSectionDesktop {
  display: block;
}

.rightBorderMobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .productoDestacado {
    margin: 0 auto;
    height: fit-content;
    width: calc(50% - 1px);
    margin-bottom: 1px;
    margin-top: 0px;
    min-height: 300px;
    box-shadow: none;
    -webkit-transition: none;
    border: none;
    -o-transition: none;
    padding: 10px 0;
  }
  .productoDestacado.slick-slide {
    margin-right: 15px;
    margin-left: 15px;
  }
  .productoDestacado img:not(.justlazy-spinner) {
    margin-top: 5px;
    margin-bottom: 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .titProductoDestacado {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 7px;
  }
  .borderLine {
    min-height: 90px;
  }
  .txtProducto {
    margin-left: 6%;
    margin-right: 6%;
  }
  .desProductoDestacado {
    font-size: 14px;
    line-height: 18px;
  }
  .productOcaCode {
    font-weight: 400;
    font-size: 12px;
    height: 13.8px;
    margin-bottom: 5px;
  }
  .txtMetraje {
    display: flex;
    width: 100%;
    margin-left: 5%;
    font-size: 18px;
    margin-top: 13px !important;
  }
  .descuento {
    margin-left: 10%;
  }
  .productsGroup {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: auto;
    max-height: 936px;
    height: auto;
  }
  .productsGroupThree {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: auto;
    height: 220px;
  }
  .productsGroupFive {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: auto;
    height: 480px;
  }
  .mobileViewFin {
    display: none;
  }
  #productSectionDesktop {
    display: none;
  }
  #productSectionMobile {
    display: block;
  }
  .productoDestacado:hover {
    border-bottom: none;
  }
  .rightBorderMobile {
    border-right: 1px solid rgba(0 0 0 / 8%);
    display: block;
  }
  .bottomBorderMobile {
    border-bottom: 1px solid rgba(0 0 0 / 8%);
  }
  .btnVerMas {
    background-color: #016ed3;
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    display: block;
    margin: auto;
    width: 95%;
    height: 30px;
    margin-top: 15px;
    margin-bottom: 8px;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
  }
  .btnVerMenos {
    display: none;
    background-color: #016ed3;
    color: white;
    font-size: 16px;
    line-height: 32.4px;
    font-weight: 600;
    text-align: center;
    margin: auto;
    margin-left: 5%;
    width: 90%;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 8px;
  }
  .horizontalProducts article {
    display: flex;
  }
  .horizontalProducts img:not(.justlazy-spinner) {
    width: 36% !important;
    margin-bottom: 2px;
    margin-left: 5%;
    margin-top: 0;
  }
  .horizontalProducts .productsGroup {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: auto;
    height: auto;
  }
  .horizontalProducts .productoDestacado {
    width: 100%;
  }
  .horizontalProducts .borderLine {
    width: 58%;
  }
  .horizontalProducts .desProductoDestacado {
    font-size: 16px;
    line-height: 20px;
  }
  .horizontalProducts .txtMetraje {
    display: flex;
    width: 100%;
    margin-left: 5%;
    font-size: 18px;
    margin-top: 13px !important;
  }
  .horizontalProducts .descuento {
    margin-left: 10%;
  }
  .horizontalProducts .titProductoDestacado {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 15px;
  }
  .horizontalProducts .btnVerMas {
    display: none;
  }
  .horizontalProducts .productsGroupThree {
    height: auto;
  }
  .horizontalProducts .productsGroupFive {
    height: auto;
  }
  .horizontalProducts .productsGroup {
    height: auto;
  }
  .horizontalProducts .productsGroup.sevenProducts {
    height: 738px;
  }
}
