/*
* 2009-2023 Webimpacto Consulting SL
*
* NOTICE OF LICENSE
*
*  @author    Webimpacto Consulting SL <info@webimpacto.es>
*  @copyright 2009-2023 Webimpacto Consulting SL
*  @license   Property of Webimpacto Consulting SL. Non redistributable.
*/

#wim_homeslider .swiper-slide img{
    width: 100%;
}

.swiper-pagination-bullet-active {
    background: #ff6f00;
}
.swiper-button-prev{
	background: transparent !important;
	color:#ff6f00;
} 
.swiper-button-next{
	background: transparent !important;
	color:#ff6f00;
} 

.homeslider_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("homeslider.gif") no-repeat left top;
  margin-top: -45px;
}

.homeslider_nav:active {
  opacity: 1.0;
}

.homeslider_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
@media (max-width: 768px) {
  #wim_homeslider {
    overflow: hidden;
  }
}