.bg-linear-gradient-red{
  background: linear-gradient(
  90deg,
  #ED0130 0%,
  #E5002E 25%,
  #9A1726 61%,
  #8B1322 71%,
  #660A18 91%,
  #560714 98%
);
}

.carousel-control-next, .carousel-control-prev {
    z-index: 20;
    top: auto;
    bottom: 50% !important;
    transform: translateX(-50%) !important;
    background: #ff0033 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px !important;
    opacity:1;
}

.box-kit{
  width: 335px;
    margin: auto;
}

.box-kit p{
  line-height:16px;
}


.carousel-control-prev {
    left: 40px;
}


@media (max-width: 767.98px) {
  
      .carousel-control-next {
        right: 3px !important;
    }
        .carousel-control-prev {
        left: 40px !important;
    }
    

    
  .old-offer{
    gap:6px
  }
  
  
  
  .image-cronometro {
    width: 100px !important;
    height: 120px !important;
    top: 93px !important;
}
.banner-ifr{
  height:430px;
  min-height:430px;
}
}