/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 21 2025 | 15:37:11 */
  #section-rv2 {
    display: none;
  }
.dots-white {
  position: absolute;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.dots-white li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 25px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.dots-white li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 35px;
  height: 35px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.dots-white li button:before {
  content: "•";
  font-size: 50px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
 
  color: #CECECE;
}

.dots-white .slick-active button:before {

	    color: #87BB3F;
}



    .slider-manual-prev,
    .slider-manual-next {
        background-color: #fff;
        border: none;
        cursor: pointer;
        padding: 5px 10px;
    }


button.slick-prev-rv.pull-left.slick-arrow {
    cursor: pointer;
    background: #87BB3F !important;
    border-radius: 50%;
    border: none;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -39px;
    left: 0;
    width: 40px;
    height: 40px;
}

button.slick-next-rv.pull-right.slick-arrow {
    cursor: pointer;
    background: #87BB3F !important;
    border-radius: 50%;
    border: none;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -39px;
    left: 62px;
    width: 40px;
    height: 40px;
}
i.icon-rv {
    color: white;
    font-size: 20px;
}
i.icon-rv2 {
    color: #196936;
    font-size: 20px;
}

    .slider-manual-prev2,
    .slider-manual-next2 {
        background-color: #fff;
        border: none;
        cursor: pointer;
        padding: 5px 10px;
    }
.contenedor-btn-prev.slick-arrow {
    cursor: pointer;
    /* border-radius: 50%; */
    border: none;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 175px;
    height: 100%;
    z-index: 9999;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgb(255 255 255 / 0%) 100%);
}

 
button.slick-prev-rv2.pull-left, button.slick-next-rv2.pull-right

 {
    cursor: pointer;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #196936;
    display: flex
;
    align-items: center;
    justify-content: center;
       width: 40px;
    height: 40px;
    z-index: 99999;
}
.contenedor-btn-next.slick-arrow {
    cursor: pointer;
    /* border-radius: 50%; */
    border: none;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 175px;
    height: 100%;
    z-index: 9999;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
button.slick-next-rv2.pull-right.slick-arrow

 {
    cursor: pointer;
    background: #EC0127 !important;
    border-radius: 50%;
    border: none;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 79px;
    width: 40px;
    height: 40px;
    z-index: 99999;
}
@media only screen and (max-width: 768px) {
	.contenedor-btn-prev.slick-arrow {
    width: 57px;
}
	.contenedor-btn-next.slick-arrow {
    width: 57px;
}
	
	button.slick-prev-rv2.pull-left, button.slick-next-rv2.pull-right {
    width: 34px;
    height: 34px;
}
}