.swiper-container {
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  border: 1px solid black;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: black;
}
.pagination {
  display: flex;
  justify-content: space-around;
  margin-top: -112px;
  margin-bottom: 64px;
}
.swiper-pagination {
  align-self: center;
  padding-bottom: 25px;
}
.swiper-pagination-bullets {
  display: flex;
  width: 82px;
  justify-content: space-between;
}
.swiper-next {
  margin-right: 20%;
}
.swiper-prev {
  margin-left: 20%;
}
.swiper-next,
.swiper-prev {
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 24px;
}
.manta .unactive-navigation {
  opacity: 0.2;
  cursor: default;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}
.tabulation_container {
  display: flex;
  justify-content: center;
}
.manta .tab {
  border-bottom: 2px solid #006192;
  min-width: 184px;
  text-align: center;
  color: #006192;
  cursor: pointer;
  padding: 5px;
  font-size: 18px;
}
.manta .activetab {
  font-weight: bold;
  border-bottom: 4px solid #006192;
}
.manta .imgarea {
  max-width: 644px;
  align-self: center;
  padding-top: 64px;
}
.manta img {
  max-height: 644px;
  width: 506px;
}

.manta .titlearea {
  color: #414141;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 12px;
}

.manta .textarea {
  align-self: center;
  max-width: 287px;
  color: #414141;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 48px;
}
.manta .hotspot::before {
  content: " ";
}
.manta .hotspot {
  height: 24px;
  width: 24px;
  border: 1px solid #007ab3;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(65, 65, 65, 0.5);
  border-radius: 100%;
  position: relative;
  display: block;
  cursor: pointer;
}
.manta .inner-cercle {
  position: absolute;
  margin-left: 50%;
  margin-top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background-color: rgba(0, 122, 179, 0.2);
  transition: all 0.1s ease;
}
.manta .active-hotspot .inner-cercle {
  background-color: rgba(0, 122, 179, 1);
  height: 20px;
  width: 20px;
}
