.hover-img {
  height: 210px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(168, 168, 168, 0.1);
  position: relative;
}
.hover-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hover-img .unido-icon {
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
  transition: all 1s;
  transition-delay: 0.1s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  visibility: hidden;
}
.hover-img .hover-default {
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  height: 157px;
  transition: all 1s;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.hover-img .hover-default .hover-content .small {
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.hover-img .hover-default .hover-title {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 14px;
}
.hover-img .hover-default p {
  font-size: 12px;
  color: #676767;
  line-height: 15px;
}
.hover-img .hover-default .unido-link {
  color: #1a1a1a;
  text-decoration: none;
  text-transform: uppercase;
}
.hover-img:hover .hover-default {
  cursor: pointer;
}
.hover-img:hover .unido-icon {
  -webkit-transform: translateX(0rem);
          transform: translateX(0rem);
  visibility: visible;
}

.hover-default-icon {
  background: #E7F5FB;
}

.hover-icon {
  height: 223px;
}
.hover-icon .icon-wrapper {
  position: absolute;
  padding-left: 15px;
  top: 15%;
}
.hover-icon .icon-wrapper .svg-icon {
  z-index: 1;
  position: absolute;
}
.hover-icon .icon-wrapper .svg-icon img {
  -o-object-fit: unset;
     object-fit: unset;
  height: 52px;
  width: 52px !important;
  max-width: unset;
}

.hover-light-icon {
  background: #EFF8ED;
}
