.jumbo {
    background-color: #94331D;
    width: 100%;
}

menu-propidades{
    align-items: flex-end;
    align-content: flex-end;
}

.display-1{
    background-color: #94331D;
}

/* carousel-inner{
    height:600px ;
}

@media screen and (min-width: 480px) {
    carousel-inner {
      height: 200px;
  }
} */

/* .filtro { //ACA PODEMOS FILTRAR EL COLOR DE LAS IMAGENES EN ESCALA DE GRIS
    filter: grayscale(100%); 
    } */

    .whatsapp {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        right: 40px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        z-index: 100;
    }
    
    .whatsapp-icon {
        margin-top: 13px;
    }
    