/* GENERALES */
.swiper-button-next, .swiper-button-prev {
  color: #999;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  color: #666;
}

/* INICIO */
.inicio.swiper {
  width:100%;
  height:100%;
  /* box-shadow:0px 0px 20px black;
  border-radius:100% */
}
.inicio .swiper-wrapper {
  padding:0;
  margin:0;
}
.inicio .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.inicio .swiper-zoom-container {
  max-height: 520px;
}
.inicio .swiper-slide img {
  /* transform: scale(0.8); */
  /* box-shadow:0px 0px 20px black; */
}
.inicio .swiper-title {
  margin: 0 auto;
  /* font-size:1.2em; */
  font-weight: bold;
  text-align: center;
  /* box-shadow:0px -10px 10px gray; */
}

/* TESTIMONIO */
.testimonio.swiper {
  width:100%;
  max-width: 800px;
  height: 90%;
  max-height:640px;
  /* border: 1px solid red; */
  /* box-shadow:0px 0px 20px black; */
  /* border-radius:100% */
}
.testimonio.swiper .swiper-wrapper {
  padding:0;
  margin:0;
}
.testimonio.swiper .swiper-slide {
  display: grid;
  grid-template-rows: auto auto;
  justify-content: center;
  align-items: center;
}
.testimonio.swiper .swiper-zoom-container {
  height: 85%;
  max-height: 540px;
}
.testimonio.swiper .swiper-slide img {
  /* transform: scale(0.8); */
  /* border: 1px solid blue; */
  /* box-shadow:0px 0px 20px black; */
}
.testimonio.swiper .swiper-title {
  margin: 0 auto;
  font-size:1.2em;
  font-weight: bold;
  text-align: center;
  /* border: 1px solid orange; */
  /* box-shadow:0px -10px 10px gray; */
}

/* FOTO */
.foto.swiper {
  width:100%;
  max-width: 800px;
  height: 90%;
  max-height:640px;
  /* border: 1px solid red; */
  /* box-shadow:0px 0px 20px black; */
  /* border-radius:100% */
}
.foto.swiper .swiper-wrapper {
  padding:0;
  margin:0;
}
.foto.swiper .swiper-slide {
  display: grid;
  grid-template-rows: auto auto;
  justify-content: center;
  align-items: center;
}
.foto.swiper .swiper-zoom-container {
  height: 85%;
  max-height: 540px;
}
.foto.swiper .swiper-slide img {
  /* transform: scale(0.8); */
  /* border: 1px solid blue; */
  /* box-shadow:0px 0px 20px black; */
}
.foto.swiper .swiper-title {
  margin: 0 auto;
  font-size:1.2em;
  font-weight: bold;
  text-align: center;
  /* border: 1px solid orange; */
  /* box-shadow:0px -10px 10px gray; */
}

/* collage */
.collage.swiper {
  width:100%;
  max-width: 800px;
  height: 90%;
  max-height:640px;
  /* border: 1px solid red; */
  /* box-shadow:0px 0px 20px black; */
  /* border-radius:100% */
}
.collage.swiper .swiper-wrapper {
  padding:0;
  margin:0;
}
.collage.swiper .swiper-slide {
  display: grid;
  grid-template-rows: auto auto;
  justify-content: center;
  align-items: center;
}
.collage.swiper .swiper-zoom-container {
  height: 85%;
  max-height: 540px;
}
.collage.swiper .swiper-slide img {
  /* transform: scale(0.8); */
  /* border: 1px solid blue; */
  /* box-shadow:0px 0px 20px black; */
}
.collage.swiper .swiper-title {
  margin: 0 auto;
  font-size:1.2em;
  font-weight: bold;
  text-align: center;
  /* border: 1px solid orange; */
  /* box-shadow:0px -10px 10px gray; */
}
