.ova_por_slider_2 .portfolio {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
.ova_por_slider_2 .portfolio:hover .info {
  height: 100%;
}
.ova_por_slider_2 .portfolio .img {
  display: block;
  width: 100%;
  height: 430px;
  object-position: center;
  object-fit: cover;
}
.ova_por_slider_2 .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.ova_por_slider_2 .owl-dots .owl-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 2px;
  width: 21px;
  padding: 0;
  background: transparent;
  border-color: transparent;
  height: 21px;
}
.ova_por_slider_2 .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  background: var(--heading);
  display: block;
  border-radius: inherit;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
}
.ova_por_slider_2 .owl-dots .owl-dot.active {
  border: 1px solid var(--primary);
}
.ova_por_slider_2 .owl-dots .owl-dot.active span {
  opacity: 1;
  background: var(--primary);
}
.ova_por_slider_2 .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.9s linear;
}
.ova_por_slider_2 .info-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 40px 30px;
  width: calc(100% - 35px);
  background: var(--primary);
}
.ova_por_slider_2 .categories {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}
.ova_por_slider_2 .categories a {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.ova_por_slider_2 .categories a:hover {
  text-decoration: underline;
}
.ova_por_slider_2 .title {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
}
.ova_por_slider_2 .title:hover {
  text-decoration: underline;
}
.ova_por_slider_2 .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s linear;
}
.ova_por_slider_2 .icon:hover {
  transform: rotate(-45deg);
}
.ova_por_slider_2 .icon i {
  display: inline-flex;
  font-size: 16px;
  line-height: 1;
  color: var(--heading);
}