/*===============Propiedades Globales================*/

.carousel-item {
    height: 85vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .card {
    transition: all 0.3s;
  }
  .card:hover {
    transform: scale(1.15);
  }
  