@import url(vars.css?v=1667594961554);

@import url(reset.css?v=1667594961554);

@import url(header.css?v=1667594961554);

@import url(menu.css?v=1667594961554);

@import url(../assets/fonts/fonts.css?v=1667594961554);

@import url(footer.css?v=1667594961554);

@import url(slideshow.css?v=1667594961554);

@import url(home.css?v=1667594961554);

@import url(counters.css?v=1667594961554);

@import url(personalizacao.css?v=1667594961554);

@import url(comunicacao.css?v=1667594961554);

@import url(clientes.css?v=1667594961554);

@import url(pacotes.css?v=1667594961554);

@import url(contactos.css?v=1667594961554);

@import url(media_queries.css?v=1667594961554);

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../assets/images/preloader.gif?v=1667594961554") center no-repeat #fff;
  background-size: 70px 70px;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
  width: 70px;
  height: 1px;
  float: left;
  margin-left: 5px;
  top: 5px;
}

#content.hidden,
#footer.hidden,
#header.hidden {
  display: none;
}

* {
  font-family: Montserrat,sans-serif!important;
}

html {
  position: relative;
  min-height: 100%;
  overflow-y: scroll;
}

body {
  position: relative;
  height: 100%;
  width: 100%;
}

body * {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.grid-page:after,
.grid:after,
.pagination:after,
.titles:after,
.width-100:after,
.width-25:after,
.width-30:after,
.width-33:after,
.width-45:after,
.width-50:after,
.width-55:after,
.width-70:after,
.width-75:after,
.width-80:after,
body:after {
  content: "";
  display: block;
  clear: both;
}

#content {
  position: relative;
  margin-top: -60px;
  bottom: -60px;
}

.container {
  width: 1000px;
  margin: auto;
  padding: 200px 0;
  position: relative;
}

.background {
  width: 100%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-33 {
  width: 33.33%;
}

.width-45 {
  width: 45%;
}

.width-50 {
  width: 50%;
}

.width-55 {
  width: 55%;
}

.width-70 {
  width: 70%;
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80%;
}

.width-100 {
  width: 100%;
}

.center,
.left {
  float: left;
}

.right {
  float: right;
}

img {
  max-width: 100%;
}

.inline-block {
  display: inline-block;
}

.relative {
  position: relative;
}

.auto {
  width: auto!important;
  margin: auto;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-justify {
  text-align: justify;
  text-justify: inter-word;
}

.v-align-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.v-align-center.left {
  left: 0;
}

.v-align-center.right {
  right: 0;
}

.v-align-bottom {
  position: absolute;
  bottom: 0;
}

.light {
  font-weight: 300!important;
}

.normal {
  font-weight: 400!important;
}

.semi-bold {
  font-weight: 600!important;
}

.bold {
  font-weight: 700!important;
}

.extra-bold {
  font-weight: 800!important;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.white {
  color: #fff!important;
}

.blue {
  color: #1524af!important;
}

.light-blue {
  color: #13e1d5!important;
}

.light-gray {
  color: #ebeaef!important;
}

.gray {
  color: #808183!important;
}

.gray-2 {
  color: #303133!important;
}

.gradient {
  background: var(--gradient-background)!important;
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent!important;
}

.pink {
  color: var(--pink-color)!important;
}

.bg-orange {
  background: #fd944b!important;
}

.bg-pink {
  background: var(--pink-color)!important;
}

.bg-white {
  background: #fff!important;
}

.bg-blue {
  background: #1524af!important;
}

.bg-light-blue {
  background: #13e1d5!important;
}

.bg-light-gray {
  background: #ebeaef!important;
}

.bg-gray {
  background: #808183!important;
}

.bg-gray-2 {
  background: #303133!important;
}

.bg-gradient {
  background: var(--gradient-background)!important;
}

.description {
  color: #808184;
  font-size: 16px;
  font-family: raleway!important;
  font-weight: 500;
  line-height: 22px;
  margin-top: 30px;
}

a.btn {
  border: 1px solid var(--pink-color);
  background: #fff;
  color: var(--pink-color);
  padding: 10px 25px;
  display: inline;
  float: left;
  border-radius: 7px;
  text-transform: uppercase;
  letter-spacing: .7px;
  font-size: 13px;
  margin-left: 9px;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

a.btn:first-of-type {
  margin-left: 0;
}

a.btn.active,
a.btn:hover {
  background: var(--gradient-background);
  color: #fff;
}