.chameleon_slider.rotador {
  width: 100% !important;
  height: auto !important;
  margin: 30px auto;
}

.chameleon_slider.rotador .main_panel,
.chameleon_slider.rotador .main_panel .items_wrapper,
.chameleon_slider.rotador .main_panel .items_wrapper .item_container,
.chameleon_slider.rotador .main_panel .items_wrapper .item_container>img {
  position: relative;
  width: 100% !important;
  height: auto !important;
}

.chameleon_slider.rotador .main_panel .items_wrapper .item_container {
  display: none;
}

.chameleon_slider.rotador .main_panel .items_wrapper .item_container.new_item {
  display: block;
}

.chameleon_slider.rotador .main_panel .items_wrapper .item_container>img {
  border-radius: 20px;
}

.chameleon_slider.rotador .thumb_wrapper {
  position: relative;
  width: 100% !important;
  height: auto !important;
  margin: 20px auto;
  bottom: auto !important;
  left: 0 !important;
}

.chameleon_slider.rotador .thumb_wrapper .thumb_window,
.chameleon_slider.rotador .thumb_wrapper .thumb_window .thumb_container,
.chameleon_slider.rotador .thumb_wrapper .thumb_window .thumb_container ul {
  height: auto !important;
  top: auto !important;
  background: none;
}

.chameleon_slider.rotador .thumb_wrapper .thumb_window .thumb_container ul li::before,
.chameleon_slider.rotador .pagination .pages_container li::before {
  content: none;
}

.chameleon_slider.rotador .thumb_wrapper .thumb_window .thumb_container ul {
  display: flex;
  justify-content: center;
}

.chameleon_slider.rotador .thumb_wrapper .thumb_window .thumb_container ul li {
  padding: 3px;
  border-radius: 10px;
  border: 1px solid #B9B9B9;
}

.chameleon_slider.rotador .thumb_wrapper .thumb_window .thumb_container ul li.on {
  border-color: #006633;
}

.chameleon_slider.rotador .thumb_wrapper .thumb_window .thumb_container ul li img {
  border-radius: 7px;
}

.chameleon_slider.rotador .pagination {
  position: relative;
  width: 100% !important;
  height: auto !important;
  margin: 0;
  justify-content: center;
}

.chameleon_slider.rotador .pagination .pages_container {
  width: auto !important;
  height: auto !important;
}

.chameleon_slider.rotador .pagination .pages_container li {
  margin: 0 5px;
  background: #c4c4c4;
  border-radius: 50%;
}

.chameleon_slider.rotador .pagination .pages_container li:hover,
.chameleon_slider.rotador .pagination .pages_container li.current {
  background: #006633;
}

.chameleon_slider.rotador .thumb_wrapper .navigation.horizontal {
  height: 33px;
  width: 33px;
  border-radius: 50%;
  background-size: 35px !important;
  background-position: center !important;
  top: calc(50% - 16px);
}

.chameleon_slider.rotador .thumb_wrapper .navigation.horizontal.prev {
  background: url('/Portals/cens/skins/cens/images/arrow-left.svg') no-repeat #fff;
}

.chameleon_slider.rotador .thumb_wrapper .navigation.horizontal.next {
  background: url('/Portals/cens/skins/cens/images/arrow-right.svg') no-repeat #fff;
}