@charset "utf-8";
/* CSS Document */

.row1 > .column {
	padding: 0 0px;
}
.row1:after {
	content: "";
	display: table;
	clear: both;
}
.column {
	overflow: hidden;
	float: left;
	width: 60px;
	height: 60px;
	margin-left: 0.95%;
	margin-bottom: 5px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-vertical-align: middle;
	vertical-align: middle;
	align-items: center;
	background: #000;

}
/* The Modal (background) */
.modal {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-vertical-align: middle;
	vertical-align: middle;
	align-items: center;
	display: none;
	position: fixed;
	z-index: 1000000;
	padding-top: 100px;
	top: 0px;
	width: 75%;
    max-width: 1280px;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.80);
}
/* Modal Content */
.modal-content {
	position: absolute;
	margin: auto 20%;
	width: 60%;
}
/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}
.close:hover, .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}
.mySlides {
	display: none;
}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
.prev {
	left: 0;
	border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
.centrador {
	width: 83.33%;
	height: 100%;
	margin: auto;
}
.demo_container {
	margin-top: 20px;
	position: absolute;
	background-color: #61106d;
	padding: 20px 0px;
	width: 100%;
	max-width: 1280px;

	left: 0px;
}
.demo {
	opacity: 0.6;
}
img.demo {
	height: 100%;
	width: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-vertical-align: middle;
	vertical-align: middle;
	align-items: center;
}
.active, .demo:hover {
	opacity: 1;
}
img.hover-shadow {
	transition: 0.3s
}
.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}





@media only screen and (max-width: 500px) {
/* For mobile phones: */

.modal {
	width: 100%;
}

.modal-content {
margin: 0px;
	width: 100%;
}
.prev, .next {
	display: none
}
	.demo_container {
	overflow: scroll;
}
}


@media (min-width : 500px ) and (max-width : 900px ) {

.modal {
	width: 100%;
}
	.modal-content {
margin: 0px;
	width: 100%;
}

}
@media (min-width : 900px ) and (max-width :1024px ) {

.modal {
	width: 75%;
}
.modal-content {
margin: 0px;
	width: 100%;
}
	
}

@media (min-width : 1024px ) {

.modal {
	width: 100%;
}
	.demo_container {
	margin-top: 20px;
	position: absolute;
	background-color: #61106d;
	padding: 20px 0px;
width: 1280px;
	left: -255px;
}

}
