.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 10px;
  margin-left: 15%;
  list-style: none;
}
*, ::after, ::before {
  box-sizing: border-box;
}



.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 100px;
  height: 100px;
  padding: 0;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: ;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid #000;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;

  transition: opacity .6s ease;
}

/*GALERIA DE FOTOS*/



.carousel-indicators-2 [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 150px;
  height: 150px;
  padding: 0;
  margin: 5px;
  text-indent: ;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid red;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  transition: opacity .6s ease;
}


.carousel-indicators-i [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 10px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid #000;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  transition: opacity .6s ease;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 0;
  align-items: center;
}

.scroller {
  width: 100%;
  height: 170px;
  overflow-y: scroll;
  scrollbar-width: thin;
}

@media (max-width:1380px) {
	.carousel-indicators-2 [data-bs-target] {
	  width: 100px;
	  height: 100px;
	}
	.scroller {
	  height: 110px;
	}
}

@media (max-width:350px) {
	.carousel-indicators-2 [data-bs-target] {
		margin: 2px;
	  width: 45px;
	  height: 45px;
	}
	.scroller {
	  height: 50px;
	}
}
