
#navegacion {
    background-color: #bbef6e !important;
}

#footer {
    background-color: #bbef6e !important;
}

.btn-salon {
  background-color: #bbef6e;
}

#navegacion img {
    width: 120px;
  
}

#mainCarrucel {
    position: relative;
}

#mainCarrucel .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    
}

#somos, #encuentranos, body {
    background-color: #ffffb3;
}

#mainCarrucel .overlay .container,
#mainCarrucel .overlay .row {
   height: 100%;
}


.carousel-item img {
    height: 300px;
    object-fit: cover;
    filter: grayscale(75%);
}
