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

.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: #717171;
}

.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 {
	display: flex;
	padding: 0;
	width: 400%;
	height: 100%; /*alto del div*/
	text-align: center;
	animation: cambio 20s infinite alternate linear;
	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;
}

@media screen and (max-width: 736px) {

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

		}

@keyframes cambio {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}

.productos {
	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;
}

.productos ul {
	display: flex;
	padding: 0;
	width: 100%;
	height: 100%; /*alto del div*/
	text-align: center;
	margin-left: 0;
	line-height:0;
	margin-bottom: 0;
}

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

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

@media screen and (max-width: 736px) {

			.productos img{
				width: 100%;
				padding: 0;
			}

		}

/** LIGHTBOX **/

.thumbnail {
  	max-width: 100%;
	padding: 6px;

}

@media screen and (max-width: 736px) {

			.thumbnail {
 				max-width: 100%;

}

		}

.italic { font-style: italic; }
.small { font-size: 0.8em; }

/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 90%;
	margin-top: 1em;
	
}

.lightbox iframe {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2em;
}

@media screen and (max-width: 736px) {

			.lightbox img {
			/** Pad the lightbox image */
			max-width: 90%;
			max-height: 90%;
			margin-top: 5em;

}

.lightbox iframe {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 5em;
}

		}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}
