.bk-celeste{
    background-color: rgb(180, 237, 255);
}
 h4{
    margin: 5%;
 }
.margin{
    margin: 2%;
}
body{
    background-color: rgb(241, 219, 255);
}
/* Carrusel */

.carousel{
    max-width:900px;
    margin:auto;
}

.carousel-item img{
    height:500px;
    object-fit:cover;
    border-radius:10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-color:rgba(0,0,0,0.5);
    border-radius:50%;
    padding:20px;
}

.carousel-indicators button{
    width:12px;
    height:12px;
    border-radius:50%;
}
div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}