
.carousel-item {
  height: 100vh;
  min-height: 300px;
  
}
  .carousel-inner img {
      width: 100%;
      height: auto;

  }
.item01{
    background: url("../img/banner/01.jpg") no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.item02{
    background: url("../img/banner/02.jpg") no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.item03{
    background: url("../img/banner/03.jpg") no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item04{
    background: url("../img/banner/04.jpg") no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* redefinición del navbar*/

.navbar .nav-link {
        color: #eee
        
        }
.navbar .nav-link:hover{
    color: #fff;
}