.titleH {
  color: #01558c;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 7.9px;
}

.nn {
  max-width: 460px;
}

.textH {
  color: #01558c;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.gradient-text {
  background: linear-gradient(90deg, #03547e, #01558c, #0699d6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hospedaje-shadow {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
}

/*to button */

.buttonText {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

/*Boton effecto*/
.btn-20,
.btn-20 *,
.btn-20 :after,
.btn-20 :before,
.btn-20:after,
.btn-20:before {
  border: 0 solid;
  box-sizing: border-box;
}

.btn-20 {
  -webkit-tap-highlight-color: transparent;
  background-color: #f07f1e;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  margin: 0;
  padding: 0;
  width: 134px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-20:disabled {
  cursor: default;
}

.btn-20:-moz-focusring {
  outline: auto;
}

.btn-20 [hidden] {
  display: none;
}

.btn-20 {
  border-radius: 99rem;
  overflow: hidden;
  padding: 0.8rem 3rem;
  position: relative;
}

.btn-20 span {
  mix-blend-mode: luminosity;
}

.btn-20:before {
  background: linear-gradient(90deg, #03547e 0%, #01558c 51%, #0699d6 100%);
  content: '';
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skew(0deg) translateX(-20%);
  transition: transform 0.2s ease;
  width: 120%;
}

.btn-20:hover:before {
  transform: skew(-45deg) translateX(75%);
}

/*//////////////////////////////////////*/

@media (max-width: 991px) {
  .nt {
    display: flex;
    flex-direction: column;
  }

  .nn {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }

  .titleH {
    padding-top: 30px;
  }

  .btn-20 {
    margin: 0 auto;
    width: 168px;
    height: 34px;
  }
}
