.landing_hotels>div {
  margin-top: 100px !important;
}
.cta-circuitos{
  color: #fff;
  background-color: #005098;
  border-color: #005098;
  border-radius: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: lato-bold;
  transition: all .2s ease-out;
  cursor: pointer;
  font-size: 15px;
  white-space: nowrap;
  padding: .5rem 1rem;
}