.contenedor {
  width: 100%;
  margin: 0 auto; 
}

.blink-slider {
  position: relative;
  width: 100%;
  height: auto;
}

.blink-view {
  position: relative;
  width: 100%;
  height: auto;
}

.blink-view .viewSlide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.blink-view .viewSlide:first-child {
  position: relative;
}

.blink-view .viewSlide img.fullImg {
  width: 100%; height: auto;
}

.blink-control {
  position: absolute;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  bottom: 40px;
  left: 40%;
  right: 40%;
  z-index: 999;
  border:none;
}

.blink-control .button {
width:50px;
height:50px;
  margin: 0; padding: 13px 21px;
  border:none !important;
  border-radius: 0;
  font-weight: 600;
  background: #514F4C;
  color: #FFF;
  cursor:pointer;
}

.blink-control .button:hover {
  color: #FFF;
  background: #027A82;
  border:none;
}

.blink-control .button:focus {
  border:none !important;
}

.blink-items {
  flex-flow: row nowrap;
  align-items: center;
  margin: 0 8px; padding: 0;
}

.blink-items .viewItem {
  display: inline-block;
  width: 18px; height: 18px;
  margin: 0 4px;
  background: #FFF;
  border: 0px solid #d3d3d3;
  border-radius: 0;
  list-style-type: none;
  -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}

.blink-items .viewItem.active {
  background: #037882;
}