/*! http://responsiveslides.com v1.55 by @viljamis */

.testimonio, .noticia {
  display:  block;
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
  }

.testimonio li, .noticia li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.testimonio li:first-child, 
.noticia li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.testimonio img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.testimonios__in .next {
  position: absolute;
  right: 0px;
  background: transparent url('../img/next.svg') no-repeat;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  text-align: center;
  top:50%;
  z-index: 9999;
}

.testimonios__in .prev {
  position: absolute;
  left: 0px;
  background: transparent url('../img/prev.svg') no-repeat;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  text-align: center;
  top:50%;
  z-index: 9999;
}
.noticias__in .next {
  position: absolute;
  right: 0;
  background: transparent url('../img/next.svg') no-repeat;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  text-align: center;
  top:50%;
  z-index: 9999;
}

.noticias__in .prev {
  position: absolute;
  left: 51%;
  background: transparent url('../img/prev.svg') no-repeat;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  text-align: center;
  top:50%;
  z-index: 9999;
}