.box-img {
  width: 100%;
  height: 600px;
  background: #eee;
}

.object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 35% 40%;
}

.imgCarrosselHome {
  height: 600px !important;
}

.boxIcones {
  padding: 10px;
  border-radius: 20px;
  transition: ease-out 0.2s;

  h3 {
    margin-bottom: 0;
    overflow: hidden;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.1s;
  }

  &:hover {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);

    h3 {
      color: #143b5c;
      font-weight: 600;
    }
  }
}

@media (max-width: 991px) {
  .box-img,
  .imgCarrosselHome {
    height: 180px !important;
    margin: 0 !important;
  }
}
