.cv_3foto_links .btn.fx-01 {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.cv_3foto_links .btn.fx-01::before {
  content: "";
  position: absolute;
  transition: inherit;
  z-index: -1;
}
.cv_3foto_links .btn.fx-01::before {
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #fff;
}
.cv_3foto_links .btn.fx-01:hover::before {
  top: 0;
  height: 100%;
}

.cv_3foto_links-top {
  overflow: hidden;
}
.cv_3foto_links-top > div {
  overflow: auto;
  height: 100%;
  padding-right: 30px;
  margin-right: -30px;
}

.cv_3foto_links-bg {
  padding-bottom: 145%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cv_3foto_links-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    z-index: -1;
  }
}
.cv_3foto_links-btn {
  border: 1px solid #fff;
  color: inherit;
  border-radius: 4px;
  font-size: 12px;
  line-height: 100%;
  padding: 0.5rem 1.5rem;
}
.cv_3foto_links-btn:active, .cv_3foto_links-btn:focus, .cv_3foto_links-btn:hover {
  color: black;
}
.cv_3foto_links-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media (max-width: 767px) {
  .cv_3foto_links-content {
    opacity: 1;
    position: static;
  }
}
.cv_3foto_links-top {
  font-size: 12px;
  line-height: 150%;
}
.cv_3foto_links-top * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.cv_3foto_links-top h2 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .cv_3foto_links .item.col-md-4 + .col-md-4 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cv_3foto_links .item > .position-relative {
    z-index: 1;
  }
}
.item:hover .cv_3foto_links-content {
  opacity: 1;
}
.cv_3foto_links [class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.cv_3foto_links .position-relative {
  position: relative;
}
.cv_3foto_links .row {
  margin-left: -10px;
  margin-right: -10px;
}
.cv_3foto_links .py-3, .cv_3foto_links.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.cv_3foto_links .px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
@media (min-width: 992px) {
  .cv_3foto_links .p-lg-3 {
    padding: 3rem 3rem !important;
  }
}
/*# sourceMappingURL=front.css.map */
