body {
  background: none;
}
h1 {
  font-size: 3rem;
}
h2.breadcrum {
  font-family: 'Gillroy', sans-serif;
  font-size: 1rem;
}

/*SWIPER*/
.photos-container {
  display: flex;
  flex-wrap: wrap;
}
.swiper-container {
  width: 100%;
}
.swiper-slide {
  width: auto;
  cursor: pointer;
}
.photos-side {
  font-size: 1.5rem;
  width: 100%;
}
.img_thumb {
  height: 400px;
  width: auto;
}

li.nivel2 {
  margin-left: 20px;
  list-style-type: circle;
}

#small-dialog-disclaimer {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 500px;
	margin: 40px auto;
	position: relative;
  border-radius: 15px 15px 15px 0;
}
.disclaimer-content {
  max-height: 60vh;
  overflow-y: auto;
  padding-right: 10px;
  overflow-y: auto;
}

@media (min-width: 768px) {
  .swiper-container {
    flex: 0 0 80%;
  }
  .photos-side {
    flex: 0 0 20%;
  }
}