body {
    font-family: "Outfit", sans-serif;
    color: #494949;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .font-h {
  font-family: "Cal Sans", sans-serif;
  color: #4ebab8;
}

.text-white-important {
    color: white !important;
}

.openMenuMobile {
    position: absolute;
    display: grid !important;
    right: 0;
    top: 50px;
    background-color: #00bba7;
    width: 50%;
    padding: 20px;
    margin: 8px 17px;
    z-index: 1;
    box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.5);
}

.active-hotel {
    width: 18rem;
    height: 24rem;
}