.sliderTitleContainer {
  width: calc(45% - 2px);
  text-align: left;
  margin: 0px auto;
  color: #00326c;
  height: auto;
  float: left;
  line-height: 42px;
  padding-top: 4px;
  letter-spacing: 0.03em;
  font-size: 20px;
  font-weight: 300;
  margin-left: 5%;
}

.sliderTitleContainerVerMas {
  width: calc(8% - 2px);
  text-align: right;
  margin: 0px auto;
  color: #00326c8a;
  height: auto;
  float: right;
  line-height: 42px;
  padding-top: 4px;
  letter-spacing: 0.03em;
  font-size: 17px;
  font-weight: lighter;
  margin-right: 5%;
}

.sliderTitleContainerVerMas:hover {
  color: #00326c;
}

.titleLine {
  background-color: #cfcbba;
  width: fit-content;
  margin: 0px auto;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 23px;
}

.sliderGroupContainer {
  width: 1100px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
}
.sliderGroupContainer {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
  height: auto;
  overflow: hidden;
}

#productosFijosContainer .sliderGroupContainer {
}

.sliderGroupSliderContainer {
  display: block;
  position: relative;
  width: 95%;
  left: 2.5%;
  margin: 0 auto;
  float: left;
}

#productosFijosContainer .sliderGroupSliderContainer {
}

.sliderGroupContainer .slick-track {
  padding-top: 5px;
}

.slick-arrow:hover {
  opacity: 0.8;
}

#productosFijosContainer .productSlide {
}

.sliderLeftArrow {
  position: absolute;
  height: 36px;
  width: 13px;
  top: 51%;
  z-index: 1;
  cursor: pointer;
  background-image: url(../../files/slickArrow.svg);
  background-size: contain;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  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;
}
.sliderLeftArrow:not(.slick-disabled):hover,
.sliderRightArrow:not(.slick-disabled):hover {
  opacity: 0.8 !important;
}

.sliderRightArrow {
  display: block;
  position: absolute;
  right: 1.5%;
  top: 48%;
  z-index: 1;
  height: 34px;
  width: 13px;
  background-size: contain;
  background-image: url(../../files/slickArrow.svg);
  background-repeat: no-repeat;
  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;
}

#productosFijosContainer .sliderRightArrow {
  /* top: calc(100% - 50px); */
}
#productosFijosContainer .sliderLeftArrow {
  /* top: calc(100% - 50px); */
}

.slick-arrow.slick-hidden {
  display: flex;
}

@media screen and (max-width: 768px) {
  .titleLine {
    margin-top: 0px;
    font-size: 15px;
    height: 18px;
    line-height: 18px;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 4px;
    text-align: center;
    font-weight: 500;
  }

  .sliderGroupContainer {
    width: 100%;
    margin-top: 0px;
    height: auto;
    margin-bottom: 0px;
  }

  .sliderGroupSliderContainer {
    width: 90%;
    margin-left: 4%;
    margin-right: 5%;
    margin-top: 20px;
    margin-bottom: 6%;
    height: auto;
  }

  .productSlide .productViewContainer {
    width: 95%;
    margin: 0;
    margin-left: 2.5%;
    height: auto;
  }

  .sliderContainer {
    width: 100%;
  }

  .sliderRightArrow {
    top: 116px;
    height: 23px;
    right: 0px;
    z-index: 1;
    background-size: contain;
  }

  .sliderLeftArrow {
    top: 115px;
    height: 40px;
    left: 0px;
    z-index: 1;
    background-size: contain;
    height: 22px;
  }

  .sliderGroupContainer .slick-track {
    padding-top: 0px;
    height: auto;
  }

  .sliderTitleContainer {
    margin-top: 0px;
    font-size: 15px;
    line-height: 26px;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 53px);
    height: 27px;
    margin-left: auto;
  }

  .subtitleHome {
    font-size: 24px;
    margin-top: 5px;
  }

  .sliderContainer .productViewBottom {
    height: auto;
  }

  .productViewTop {
    overflow: hidden;
    height: 150px !important;
    width: 100%;
    margin-top: 4px;
    margin-right: auto;
    margin-left: auto;
  }
  .sliderTitleContainerVerMas {
    display: none;
  }

  .buyContainer {
    margin-top: 35% !important;
  }
}
