.jrow > .jcolumn {
  padding: 0 7px;
}

.jrow:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.jcolumn {
  float: left;
  width: 25%;
  margin-bottom: 12px;
}
.jcolumn img{
	width: 100%;
	vertical-align: top;
	border-radius: 30px;
	opacity: 0.6;
	cursor: pointer;
}
.jcolumn img:hover{
	opacity: 1;
}
/* The Modal (background) */
.jmodal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.jmodal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 1200px;
}

/* The Close Button */
.jclose {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  z-index: 9999;
  font-weight: bold;
}

.jclose:hover,
.jclose:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.jmySlides {
  display: none;
}
.jmySlides img{
	width: 100%;
	vertical-align: top;
}
/* Next & previous buttons */
.jprev,
.jnext {
  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: 40px;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0, 0.3);
}

/* Position the "next button" to the right */
.jnext {
  right: 8px;
}
.jprev {
  left: 8px;
}

/* On hover, add a black background color with a little bit see-through */
.jprev:hover,
.jnext:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.jnumbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.jcaption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.jdemo {
  opacity: 0.6;
}

.jactive,
.jdemo:hover {
  opacity: 1;
}

img.jhover-shadow {
  transition: 0.3s;
}

.jhover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.menugaleria{
    margin-bottom: 50px;
}
.menugaleria a{
	background: #fff;
	border-radius: 20px;
	padding: 10px 20px;
	color: #000;
	margin-right: 20px;
	display: inline-block;
}
.menugaleria a.active,
.menugaleria a:hover{
	background: #ed2e30;
	color: #fff;
}