/*
==============================
Page: All
Section: Slick Slider
==============================
*/

.slick-dots {
  text-align: center;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 21;
}
.slick-dots li {
  display: inline-block;
  margin-right: 8px;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots li button {
    border-color: #0072CE;    
    background-color: #EEEEEE;
    border-radius: 100%;
    font-size: 0px;
    border-width: 1px;
    border-style: solid;
    color: #EEEEEE;
    height: 7px;
    padding: 0;
    width: 7px;
}
.slick-dots li button:hover {
    cursor: pointer;
}
.slick-dots li.slick-active button {
    background-color: #0072CE;
    border-color: #0072CE;
    font-size: 0px;
}
.flechas-slider-master-single{
  position: relative;  
  cursor: pointer;
}
@media(min-width:992px){
  .flechas-slider-master-single{
    position: absolute;
    width: 104%;
    top: 50%;    
    left: -2%;
    right: 0%;
    cursor: pointer;
  }
  .slick-dots li button {
    border-color: #0072CE;    
    background-color: #EEEEEE;
    border-radius: 100%;
    font-size: 0px;
    border-width: 1px;
    border-style: solid;
    color: #EEEEEE;
    height: 10px;
    padding: 0;
    width: 10px;
  }
}
