.ova_por_slide.por_element .ovapor-item {
  position: relative;
  overflow: hidden;
}
.ova_por_slide.por_element .ovapor-item:hover .content-item {
  top: calc(100% - 150px);
}
.ova_por_slide.por_element .ovapor-item:hover > a:before {
  display: none;
}
.ova_por_slide.por_element .ovapor-item:hover > a:after {
  height: 100%;
}
.ova_por_slide.por_element .ovapor-item > a {
  display: block;
  position: relative;
  z-index: 1;
}
.ova_por_slide.por_element .ovapor-item > a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #202b5d;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.ova_por_slide.por_element .ovapor-item > a:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
  z-index: 1;
}
.ova_por_slide.por_element .ovapor-item .number-gallery {
  display: inline-flex;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 1px 15px 1px 15px;
  border-radius: 50px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}
.ova_por_slide.por_element .ovapor-item .number-gallery span {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  display: inline-block;
  margin-left: 6px;
}
.ova_por_slide.por_element .ovapor-item .number-gallery svg {
  width: 18px;
}
.ova_por_slide.por_element .ovapor-item .content-item {
  position: absolute;
  top: calc(100% - 75px);
  left: 15px;
  margin-left: 10px;
  transition: 0.4s;
  z-index: 3;
}
.ova_por_slide.por_element .ovapor-item .content-item .category {
  margin-bottom: 1px;
}
.ova_por_slide.por_element .ovapor-item .content-item .category span, .ova_por_slide.por_element .ovapor-item .content-item .category a {
  font-size: 16px;
  line-height: 24px;
  color: #ccc;
}
.ova_por_slide.por_element .ovapor-item .content-item .title {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 19px;
}
.ova_por_slide.por_element .ovapor-item .content-item .title a {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}
.ova_por_slide.por_element .ovapor-item .content-item .readmore {
  padding-top: 2px;
}
.ova_por_slide.por_element .ovapor-item .content-item .readmore a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
}
.ova_por_slide.por_element .ovapor-item .content-item .readmore a svg {
  width: 26px;
  color: #404040;
  height: 26px;
}
.ova_por_slide.por_element .ovapor-item .content-item .readmore a:hover svg {
  color: #fff;
}
.ova_por_slide.por_element .swiper.swiper-loading .swiper-wrapper {
  opacity: 0;
  visibility: hidden;
}
.ova_por_slide.por_element .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.ova_por_slide.por_element .button-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 62px;
}
.ova_por_slide.por_element .button-dots.swiper-pagination-bullets {
  width: 100% !important;
  left: 50% !important;
  transform: translate(0, -50%) !important;
}
.ova_por_slide.por_element .button-dots .swiper-pagination-bullet {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #D1D1D6;
  border-radius: 30px;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_por_slide.por_element .button-dots .swiper-pagination-bullet.swiper-pagination-bullet-active, .ova_por_slide.por_element .button-dots .swiper-pagination-bullet:hover {
  width: 12px;
  border-radius: 5px;
  opacity: 1;
  background-color: #FF3514;
}
.ova_por_slide.por_element .button-nav {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_por_slide.por_element .button-nav.button-prev {
  left: -25px;
}
.ova_por_slide.por_element .button-nav.button-next {
  right: -25px;
}
.ova_por_slide.por_element .button-nav:focus {
  outline: none;
}
.ova_por_slide.por_element .button-nav i {
  display: flex;
  font-size: 26px;
  color: #42516d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_por_slide.por_element .button-nav:hover i {
  color: #ff3514;
}
@media screen and (max-width: 768px) {
  .ova_por_slide.por_element .button-nav {
    display: none;
  }
}
.ova_por_slide.por_element:hover .button-nav {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.3s;
}