.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
	display: inline-block;
}

.mySlides {
  display: none;
     
}

.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
	margin-right: 70px;
    width: auto;
    margin-top: -27px;
    padding: 16px;
    color: #222428;
    font-weight: bold;
    font-size: 30px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0
}

.prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
	margin-left: 70px;
    width: auto;
    margin-top: -27px;
    padding: 16px;
    color: #222428;
    font-weight: bold;
    font-size: 30px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0
}

.next {
    right: -50px;
    border-radius: 3px 3px 3px 3px
}

.prev {
    left: -50px;
    border-radius: 3px 3px 3px 3px;
}

	@media screen and (max-width: 736px) {
		
.next {
    right: -75px;
    border-radius: 3px 3px 3px 3px
}

.prev {
    left: -75px;
    border-radius: 3px 3px 3px 3px;
}		
		}

.prev:hover,
.next:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease;
	display: none;
}

.active,
.dot:hover {
    background-color: #222222;
}

.slider {
	width: 100%;
	margin: auto;
	overflow: hidden;
	border: 0px;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	display:block;
	line-height:0;
}

.slider ul {

	padding: 0;
	max-width: 100%;
	height: 100%; /*alto del div*/
	text-align: center;
	margin-left: 0;
	line-height:0;
	margin-bottom: 0;
}

.slider li {
	width: 100%;
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

.slider img {
	padding: 0;
	width: 100%;
	margin-bottom: 0;
}