.shell{
    padding:80px 0;
  }
  .bits-cp-product{
    background:#fff;
    padding:15px;
    border-radius:6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    position:relative;
    margin:20px auto;
    height:500px ;
  }
  .bits-cp-img{
    position:absolute;
    top:5px;
    left:50%;
    transform:translate(-50%);
    -webkit-transform:translate(-50%);
    -ms-transform:translate(-50%);
    -moz-transform:translate(-50%);
    -o-transform:translate(-50%);
    -khtml-transform:translate(-50%);
    width: 100%;
    padding: 15px;
    transition: all 0.2s ease-in-out;
  }
  .bits-cp-img img{
    width:100%;
    transition: all 0.2s ease-in-out;
    border-radius:6px;
  }
  .bits-cp-product:hover .bits-cp-img{
    top:-40px;
  }
  .bits-cp-product:hover .bits-cp-img img{
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  }
  .bits-cp-text{
    padding-top:100%;
  }
  .bits-cp-text .category{
    text-align:center;
    font-size:12px;
    font-weight:bold;
    padding:5px;
    margin-bottom:45px;
    position:relative;
    transition: all 0.2s ease-in-out;
  }
  .bits-cp-text .category > *{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
      
  }
  .bits-cp-text .category > span{
    padding: 12px 30px;
    border: 1px solid #313131;
    background:#212121;
    color:#fff;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    border-radius:27px;
    transition: all 0.05s ease-in-out;
    
  }
  .bits-cp-product:hover .bits-cp-text .category > span{
    border-color:#ddd;
    box-shadow: none;
    padding: 11px 28px;
  }
  .bits-cp-product:hover .bits-cp-text .category{
    margin-top: 0px;
  }
  .bits-cp-text .title-product{
    text-align:center;
  }
  .bits-cp-text .title-product h3{

    font-size:16px;
    font-weight:bold;
    margin:16px auto;
    width:100%;
    color: #676262;
    height:40px;

    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;     /* Sólo WebKit -NO DOCUMENTADO */

    -ms-hyphens: auto;          /* Guiones para separar en sílabas */
    -moz-hyphens: auto;         /*  depende de lang en <html>      */
    -webkit-hyphens: auto;
    hyphens: auto;

  }
  .description-prod p{
    margin:0;
    font-size:11px;
    color: #000000;
    text-align: justify;
    font-weight: 900;
    opacity: .9;
  }
  /* Truncate */
  .bits-cp-text .description-prod {
    text-align:center;
    width: 100%;
    height:85px;
    overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    margin-bottom:10px;
  }
  .card-footer{
    padding: 15px 0 5px;
    border-top: 1px solid #ddd;
    background-color:transparent;
  }

  
  .button-bits {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 10px 10px;
    gap: 8px;
    height: 40px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 5px;
  }

  .button-bits .w-100{
    width: 100%;
  }

  .button-bits .w-150px{
    width: 150px;
  }
  
  .red {
    background: #ff2849;
  }

  .black {
    background: #181717;
  }

  .lable {
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    font-family: sans-serif;
    letter-spacing: 1px;
  }
  
  .red:hover {
    background: #c40f2a;
  }

  .black:hover {
    background: #2b2929
  }
  
  .button-bits:hover .svg-icon {
    animation: flickering 2s linear infinite;
  }
  
  @keyframes flickering {
    0% {
      opacity: 1;
    }
  
    50% {
      opacity: 1;
    }
  
    52% {
      opacity: 1;
    }
  
    54% {
      opacity: 0;
    }
  
    56% {
      opacity: 1;
    }
  
    90% {
      opacity: 1;
    }
  
    92% {
      opacity: 0;
    }
  
    94% {
      opacity: 1;
    }
  
    96% {
      opacity: 0;
    }
  
    98% {
      opacity: 1;
    }
  
    99% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }


  @media screen and (max-width: 991px) {
    .bits-cp-product{
      margin:40px auto;
    }
    .bits-cp-product .bits-cp-img{
    top:-40px;
  }
  .bits-cp-product .bits-cp-img img{
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  }
    .bits-cp-product .bits-cp-text .category > span{
    border-color:#ddd;
    box-shadow: none;
    padding: 11px 28px;
  }
  .bits-cp-product .bits-cp-text .category{
    margin-top: 0px;
  }

  }

  /*- 18 06 2024 -*/
  
.blog-slider {
  width: 90%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}

.portfolio-slider__img {
  width: 250px;
  flex-shrink: 0;
  height: 350px;
  box-shadow: 4px 13px 30px 1px rgba(26, 25, 25, 0.5);
  border-radius: 20px;
  overflow: hidden;
}

.portfolio-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.portfolio-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: all 0.3s;
}


@media screen and (max-width: 768px) {
  .portfolio-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .portfolio-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .portfolio-slider__img {
    height: 270px;
  }
}

.blog-slider__content {
  padding-right: 0px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  transform: translateY(25px);
  transition: all 0.4s;
}

.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}

@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
/*20 06 2024*/
.hex-content img { 
  position: relative;
  width: 120px;
  height: 120px;
  padding: 10px 10px 10px 10px;
}