/* CLEAR */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

/* BASE */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* LINKS */

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

/* TYPOGRAPHY */

@font-face {
  font-family: "Font Awesome";
  src: url("../fonts/Awesome.eot");
  src: url("../fonts/Awesome.eot?#iefix") format("embedded-opentype"), url("../fonts/Awesome.woff") format("woff"), url("../fonts/Awesome.ttf") format("truetype"), url("../fonts/Awesome.svg#Awesome") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*@font-face {
      font-family: 'Filson Pro';
      src: url('../fonts/FilsonProBook.eot');
      src: url('../fonts/FilsonProBook.eot?#iefix') format('embedded-opentype'),
          url('../fonts/FilsonProBook.woff') format('woff'),
          url('../fonts/FilsonProBook.ttf') format('truetype'),
          url('../fonts/FilsonProBook.svg#FilsonProBook') format('svg');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'Filson Pro';
      src: url('../fonts/FilsonProBold.eot');
      src: url('../fonts/FilsonProBold.eot?#iefix') format('embedded-opentype'),
          url('../fonts/FilsonProBold.woff') format('woff'),
          url('../fonts/FilsonProBold.ttf') format('truetype'),
          url('../fonts/FilsonProBold.svg#FilsonProBold') format('svg');
      font-weight: 600;
      font-style: normal;
  }*/
@font-face {
    font-family: 'Termina';
    src: url('../fonts/Termina-Bold.woff2') format('woff2'),
        url('../fonts/Termina-Bold.woff') format('woff'),
        url('../fonts/Termina-Bold.ttf') format('truetype'),
        url('../fonts/Termina-Bold.svg#Termina-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina';
    src: url('../fonts/Termina-Regular.woff2') format('woff2'),
        url('../fonts/Termina-Regular.woff') format('woff'),
        url('../fonts/Termina-Regular.ttf') format('truetype'),
        url('../fonts/Termina-Regular.svg#Termina-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong, .strong {
  font-weight: bold;
}

dfn, em, .em {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

*, p {
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  word-break: none;
}

body h1, body h2, body h3, body h4, body h5, body p {
  word-wrap: normal !important;
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important;
}

pre {
  margin: 0;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

q:before, q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/* LISTS */

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

menu {
  padding: 0 0 0 40px;
}

ol, ul {
  padding: 0;
  list-style-type: none;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

/* EMBEDDED CONTENT */

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* FIGURES */

figure {
  margin: 0;
}

/* FORMS */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* TABLES */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement, .ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf, .comment-respond {
  zoom: 1;
}

.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}

.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/* MOBILE GRID STYLES */

@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}

/* PORTRAIT TABLET TO LANDSCAPE */

@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}

/* LANDSCAPE TO SMALL DESKTOP */

@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}

/* BOX SIZING */

.last-col {
  float: right;
  padding-right: 0 !important;
}

/* IMPORTING MODULES */

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/* BUTTON DEFAULTS */

.blue-btn, .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: white;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}

.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  color: white;
  text-decoration: none;
}

.blue-btn:active, .comment-reply-link:active, #submit:active {
  top: 1px;
}

.blue-btn, .comment-reply-link, #submit {
  background-color: #2980b9;
}

.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  background-color: #2574a8;
}

.blue-btn:active, .comment-reply-link:active, #submit:active {
  background-color: #2472a4;
}

/* INPUTS */

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #001429;
  border-radius: 3px;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  width: 100%;
  /*max-width: 400px;*/
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}

input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="color"]:focus, input[type="color"]:active, select:focus, select:active, textarea:focus, textarea:active, .field:focus, .field:active {
  background-color: #384177;
}

input[type="text"].error, input[type="text"].is-invalid, input[type="password"].error, input[type="password"].is-invalid, input[type="datetime"].error, input[type="datetime"].is-invalid, input[type="datetime-local"].error, input[type="datetime-local"].is-invalid, input[type="date"].error, input[type="date"].is-invalid, input[type="month"].error, input[type="month"].is-invalid, input[type="time"].error, input[type="time"].is-invalid, input[type="week"].error, input[type="week"].is-invalid, input[type="number"].error, input[type="number"].is-invalid, input[type="email"].error, input[type="email"].is-invalid, input[type="url"].error, input[type="url"].is-invalid, input[type="search"].error, input[type="search"].is-invalid, input[type="tel"].error, input[type="tel"].is-invalid, input[type="color"].error, input[type="color"].is-invalid, select.error, select.is-invalid, textarea.error, textarea.is-invalid, .field.error, .field.is-invalid {
  color: #e43f46;
  border-color: #e43f46;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFW…7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}

input[type="text"].success, input[type="text"].is-valid, input[type="password"].success, input[type="password"].is-valid, input[type="datetime"].success, input[type="datetime"].is-valid, input[type="datetime-local"].success, input[type="datetime-local"].is-valid, input[type="date"].success, input[type="date"].is-valid, input[type="month"].success, input[type="month"].is-valid, input[type="time"].success, input[type="time"].is-valid, input[type="week"].success, input[type="week"].is-valid, input[type="number"].success, input[type="number"].is-valid, input[type="email"].success, input[type="email"].is-valid, input[type="url"].success, input[type="url"].is-valid, input[type="search"].success, input[type="search"].is-valid, input[type="tel"].success, input[type="tel"].is-valid, input[type="color"].success, input[type="color"].is-valid, select.success, select.is-valid, textarea.success, textarea.is-valid, .field.success, .field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: white;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}

input[type="text"][disabled], input[type="text"].is-disabled, input[type="password"][disabled], input[type="password"].is-disabled, input[type="datetime"][disabled], input[type="datetime"].is-disabled, input[type="datetime-local"][disabled], input[type="datetime-local"].is-disabled, input[type="date"][disabled], input[type="date"].is-disabled, input[type="month"][disabled], input[type="month"].is-disabled, input[type="time"][disabled], input[type="time"].is-disabled, input[type="week"][disabled], input[type="week"].is-disabled, input[type="number"][disabled], input[type="number"].is-disabled, input[type="email"][disabled], input[type="email"].is-disabled, input[type="url"][disabled], input[type="url"].is-disabled, input[type="search"][disabled], input[type="search"].is-disabled, input[type="tel"][disabled], input[type="tel"].is-disabled, input[type="color"][disabled], input[type="color"].is-disabled, select[disabled], select.is-disabled, textarea[disabled], textarea.is-disabled, .field[disabled], .field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}

input[type="password"] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  line-height: 1.5em;
}

select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

/*FLEX GRID CLASSES*/

.fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fx-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fx-center-top {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fx-center-bottom {
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fx-rw {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-flow: row wrap;
}

.fx-cl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  -ms-flex-flow: column;
}

.fx-space {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fx-left {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fx-right {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cover {
  background-size: cover !important;
}

/* GENERAL STYLES */

body {
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #545454;
  -webkit-font-smoothing: antialiased;
}

/* LINK STYLES */

a, a:visited {
  color: #545454;
}

a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #111111;
}

a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/* ONDAWEB WORDPRESS BODY CLASSES */

label.error {
  color: red;
  position: absolute;
  margin-left: -23px;
  margin-top: 9px;
}

/**
ANIMAÇÕES
**/

.animate {
  overflow: hidden;
}

.fadeInRight {
  position: relative;
  right: 100px;
  opacity: 0;
  -webkit-transition: 0.6s 0.8s;
  transition: 0.6s 0.8s;
}

.fadeInLeft {
  position: relative;
  left: 100px;
  opacity: 0;
  -webkit-transition: 0.6s 0.8s;
  transition: 0.6s 0.8s;
}

.animate h2.page-title, .animate h1.page-title, .animate h2, .animate h3, .animate h1, .animate img, .animate a {
  bottom: -30px;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.animate p {
  bottom: -50px;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.fadeInUp {
  bottom: -50px;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.box-link:nth-child(2), .time-1 {
  -webkit-transition-delay: 0.4s;
  /* Safari */
  transition-delay: 0.4s;
}

.box-link:nth-child(3), .time-2 {
  -webkit-transition-delay: 0.6s;
  /* Safari */
  transition-delay: 0.6s;
}

.box-link:nth-child(4), .time-3 {
  -webkit-transition-delay: 0.8s;
  /* Safari */
  transition-delay: 0.8s;
}

.box-link:nth-child(5), .time-4 {
  -webkit-transition-delay: 1s;
  /* Safari */
  transition-delay: 1s;
}

.box-link:nth-child(6), .time-5 {
  -webkit-transition-delay: 1.2s;
  /* Safari */
  transition-delay: 1.2s;
}

.box-link:nth-child(7), .time-6 {
  -webkit-transition-delay: 1.4s;
  /* Safari */
  transition-delay: 1.4s;
}

.box-link:nth-child(8), .time-7 {
  -webkit-transition-delay: 1.6s;
  /* Safari */
  transition-delay: 1.6s;
}

/**
END ANIMAÇÕES
**/

#menu-principal {}

#menu-principal li {}

#menu-principal li a {
  color: #000;
}

#menu-principal li.current-menu-item a, #menu-principal li a:hover {
  color: #333;
  text-decoration: none;
}

.copyright {
  text-align: center;
}

.copyright img {
  position: relative;
  top: 3px;
}

ul.bxslider {
  margin: 0px;
}

/* GENERAL SETTINGS */

a, input, select {
  outline: none !important;
  text-decoration: none !important;
}

.swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
    background-color: #fff !important;
    border: 2px solid #384177 !important;
    outline: none;
    opacity: unset !important;
}

.swiper-pagination-bullet-active {
  background: #384177 !important;
}

/* COMPONENTS */

.section-title, #image-text-component text h1 {
    font-size: 34px;
    font-family: "Termina", sans-serif;
    color: #1B144B;
    margin: 0px;
    position: relative;
    padding: 0.5em 0 0;
    text-align: center;
}
h1.section-title:before, #image-text-component text h1:before {
    content: '';
    display: inline-block;
    width: 100px;
    position: absolute;
    top: 0;
    height: 2px;
    background: #FF4678;
    left: calc(50% - 50px);
}

.right-arrow {
    background-image: url(../images/arrow-icon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    z-index: 2;
    position: absolute;
    right: 35px;
    bottom: 35px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.right-arrow:hover {
  right: 25px;
}

#image-text-component .wrap>div {
  min-height: 400px;
}

#image-text-component .text-container, .img-container {
  width: 47%;
}

#image-text-component .img-container {
    height: 700px;
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
}

.home #image-text-component .img-container {
  background-size: cover;
}

#image-text-component .video {
  width: 47%;
  height: 314px;
  border-radius: 20px;
  overflow: hidden;
}

#image-text-component .text-container h1 {
  margin: 0px;
}

section#video {
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#image-text-component text {
  width: 100%;
}

/* #image-text-component .wrap>div {
    padding: 1em;
} */

/* Forms component */

#form-template {
  margin-top: 120px;
  margin-bottom: 120px;
}

#form-template .form-call {
  width: 30%;
}

#form-template .form {
  width: 70%;
  background-color: rgba(217, 225, 226, 0.3);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 30px;
}

#form-template .form-call p {
  width: 70%;
}

#form-template .form-col {
  width: 48%;
}

#form-template input, textarea, select {
  width: 100%;
  background-color: #ffff !important;
  border-radius: 20px;
  color: #001429;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
  outline: none;
  border: 1px solid #e6e6e6;
}

#form-template textarea {
  height: 170px;
  resize: none;
  padding-top: 5px;
  padding-left: 10px;
}

#form-template label {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  color: #001429;
  line-height: 123%;
  margin-left: 10px;
}

#form-template input[type="checkbox"] {
  width: auto !important;
}

#form-template input[type="button"], #form-template input[type="submit"] {
  width: 35px;
  height: 35px;
  border-radius: 0px;
  border: none;
  background: none !important;
  background: url(../images/btn-arrow.png) no-repeat !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 40px;
}

#form-template .form-submit {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-path {
  margin-top: 15px;
  margin-left: 15px;
}

/* HEADER */

.home .header {
  position: fixed;
  width: 100%;
  height: 91px;
  z-index: 9999;
}

.header {
  position: fixed;
  width: 100%;
  height: 90px;
  border-bottom: 1px solid rgb(143, 143, 143, 0.1);
  background-color: #fff;
  z-index: 9999;
}

#inner-header {
  height: 100%;
}

#logo {
  margin: 0px !important;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-call p {
  text-align: justify !important;
  width: 73% !important;
}

.header .sub-menu li a {
  width: fit-content !important;
}

.header .sub-menu li a:hover {
  border-bottom: 1px solid !important;
}

#logo a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header nav {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header #menu-principal li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 35px;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.header #menu-principal li:hover {
  overflow: visible;
}

.header #menu-principal li a {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  z-index: 99999999;
}

.header #menu-principal li a::after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
  width: 0;
  height: 530px;
  top: 50%;
  left: 50%;
  opacity: 0;
  background: #FF4678;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.header #menu-principal li a:hover:after {
  width: 100%;
  opacity: 1;
}

.header #menu-principal li a {
  padding: 0px;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-family: "Maven Pro", sans-serif;
  color: #001429;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header #menu-principal li:hover a {
  color: #fff;
}

.header #menu-item-118 {
  background: #FF4678;
  margin-left: 1.5em !important;
}

.header #menu-item-118 a {
  color: #fff !important;
}

.header #menu-item-118 .sub-menu a {
  color: #001429 !important;
}

.header {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.fixed {
  background-color: #fff !important;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.fixed li a {
  color: #001429 !important;
}

.fixed li a:hover {
  color: #fff !important;
}

.fixed li:hover a {
  color: #fff !important;
}

.header .sub-menu {
  top: 33px !important;
  background-color: #fff !important;
  width: 180px;
  box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
  border: none !important;
  padding-top: 12px;
  padding-bottom: 15px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: 0.3s;
  opacity: 0 !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  visibility: hidden !important;
}

.header li:hover .sub-menu {
  visibility: visible !important;
  opacity: 1 !important;
}

.header .sub-menu li {
  width: 100% !important;
  height: auto !important;
  margin-left: 0px !important;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
}

.header .sub-menu li a {
  color: #000 !important;
  font-size: 14px;
  border: 1px solid transparent;
  padding: 0px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  text-align: center;
}

.header .sub-menu li a::after {
  content: " ";
  display: none;
}

.header .current-menu-item {
  background: #FF4678;
  color: #fff !important;
}
.header .current-menu-item {
    margin: 0 1.2em !important;
}
.header .current-menu-item>a {
  background: #FF4678;
  color: #fff !important;
}

.header .sub-menu .current-menu-item {
  background: transparent !important;
}

.header .sub-menu .current-menu-item a {
  background: transparent;
}

#content {
  padding-top: 90px;
  background: url(../images/bg-home.svg) repeat center;
  background-size: 100% !important;
}

.home #content {
  padding-top: 0px;
  background: none;
}

/* PAGE HOME */

#video .wrap {
  background-color: #ececec;
  margin-bottom: 105px;
}

#video video {
  width: 100%;
}

#video .content {
  height: 100%;
  padding-bottom: 80px;
}

#video .content h1 {
  margin: 0px;
  font-size: 35px;
  font-family: "Termina", sans-serif;
  font-weight: bold;
  color: #fff;
  position: relative;
}

#about-b2b p {
  text-align: justify !important;
  line-height: 1.5;
}

#solutions {
  margin-top: 70px;
  margin-bottom: 70px;
}

#solutions h2 {
  font-family: "Termina", sans-serif;
  color: #004d59;
  margin-top: 0;
}

#solutions .section-title {
  position: relative;
}

#solutions .solutions-container {
  margin-top: 50px;
}

#solutions text p {
  width: 30%;
}

#solutions .solution {
    position: relative;
    width: 30%;
    height: 425px;
    margin: 1%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2em 3em 0;
    border-radius: 15px;
    background-image: linear-gradient(339deg, #dfdfdf, #fff);
    background-size: cover !important;
    overflow: hidden;
}

#solutions .solution .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0px;
  left: 0px;
  z-index: 1;
  border-radius: 15px;
}

#solutions .solution h1 {
    position: relative;
    font-size: 30px;
    width: 100%;
    text-align: center;
    margin: 1em 0 1.5em;
    z-index: 2;
    color: #454550;
}

#solutions .solution img {
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
  margin-bottom: 0;
  max-width: 100%;
}

#solutions .solution:hover img {
  -webkit-transform: translatey(5px);
  transform: translatey(5px);
}

#testimonials {
  margin-bottom: 80px;
}

#testimonials .swiper-container {
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 2em !important;
}

#testimonials .testimonial {
    padding: 3em 2em;
    background-color: #fff;
    margin-bottom: 2em;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    min-height: 650px;
    border-radius: 75px;
}

#testimonials .testimonial .testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
}

#testimonials .testimonial .testimonial-author .picture {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 5px solid #ff4678;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
}
.border-img {
    border: 5px solid #ff4678;
    display: inline-block;
    border-radius: 100%;
}
#testimonial .testimonial-content {
  position: relative;
}

/*#testimonials .testimonial-content::before {
  content: " ";
  display: block;
  position: absolute;
  width: 80px;
  height: 65px;
  background-image: url(../images/left-asp.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 30px;
  top: 0px;
  z-index: 1;
}

#testimonials .testimonial-content::after {
  content: " ";
  display: block;
  position: absolute;
  width: 80px;
  height: 65px;
  background-image: url(../images/right-asp.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 35px;
  bottom: 70px;
  z-index: 1;
}*/

#testimonials .testimonial-author p {
    margin-top: 15px;
    margin-bottom: 17px;
    color: #384177;
    font-size: 20px !important;
    font-weight: 600;
    width: 100%;
}
#testimonials .testimonial p {
    text-align: center !important;
    font-size: 15px;
}
#testimonials .testimonial .testimonial-author:after {
    content: '';
    display: inline-block;
    width: 150px;
    height: 2px;
    background: #ddd;
    margin: 0.5em 0;
}
.send-your-testimonial {
    width: 270px;
    height: 55px;
    border-radius: 45px;
    font-weight: 600;
    background: #384177;
}

#testimonials .send-your-testimonial a {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    transition: 0.2s;
}
#testimonials .send-your-testimonial a:hover {
    opacity: 0.6;
}
#news {
    display: inline-block;
    width: 100%;
    padding: 9em 0 12em;
    background: #f1f1f1;
    background-size: 100% !important;
}
#news .container {
    margin-top: 50px;
    position: relative;
}
#news .box-news {
    width: 32%;
    background-color: #fff;
    margin-bottom: 2em;
    box-shadow: 0 0 31px rgb(0 0 0 / 10%);
    min-height: 580px;
    position: relative;
    border-radius: 75px;
    overflow: hidden;
    transition: 0.2s;
}
#news .box-news:hover {
    background: #ddd;
}

#news .news-picture {
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#news .box-news h2 {
    margin: 0px;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #545454;
}

#news .news-content {
    padding: 2em 3em 1em;
}

#news .box-link {
    margin-top: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    text-align: right;
    left: 0;
    bottom: 15px;
}

#news .box-link a {
    font-size: 30px;
    line-height: 30px;
    color: #ff4678;
    position: relative;
    -webkit-box-align: center;
    margin: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
}

/*#news .box-link a::after {
  content: " ";
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  background-image: url(../images/box-link-arrow.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 25px;
}*/

/* PAGE SOBRE */

.h1-sobre {
    text-align: center;
    font-size: 36px;
    color: #1B144B;
    margin: 1em 0 0;
}

.page-id-41 #video-banner {
  margin-top: 16px;
}

@media (max-width: 560px) {
  .page-id-41 #video-banner {
    margin-top: 16px;
    width: 100%;
  }
}

#video-banner .sobre {
    position: relative;
    height: 100%;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}

#video-banner iframe {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
}

#video-banner .banner-content {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 130px;
}

#video-banner .banner-content>div {
  position: relative;
  z-index: 9;
}

#video-banner .banner-content h2 {
  font-size: 25px;
  font-weight: bold;
  margin: 0px;
  color: #fff;
}

#video-banner .banner-content h1 {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  margin-top: 15px;
}

#about-b2b .wrap {
  padding-top: 50px;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  color: #001429;
  line-height: 125%;
}

#values-container {
    margin-top: 2em;
    margin-bottom: 0;
    background: url(../images/bg-icos-sobre.jpg) no-repeat center top #f6f6f6;
    padding: 11em 0 3em;
}

#values-container .value {
  width: 23%;
}

#values-container .value-icon {
  width: 90px;
  height: 90px;
  margin: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#values-container .value h3 {
    font-family: 'Work Sans';
    font-weight: bold;
    color: #384177;
    text-align: center;
    font-size: 22px;
}

#values-container .value text {
  text-align: center;
}

/* PAGE SERVICES */

#services-header .section-title {
  color: #a7a8a9 !important;
  font-size: 25px !important;
  margin-top: 65px;
}

/* PAGE BLOG */

.page-template-page-blog #news {
  margin-top: 0;
}

.page-template-page-blog #news .container {
  margin-top: 40px;
}

/* INNER NEWS */

#inner-news {
  margin-top: 90px;
}

#inner-news .news-header {
  margin-top: 20px;
}

#inner-news .news-header h3, #inner-news span {
  margin: 0px;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  color: #001429;
}

#inner-news .news-header h3 {
  text-transform: uppercase;
}

.single-post #news {
  margin-top: 110px;
  margin-bottom: 110px;
}

.single-post #news .container {
  margin-top: 65px;
}

#inner-news .news-content img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}

#inner-news .news-content p {
  text-indent: 40px;
}

span.a2a_svg {
  background-color: #a7a8a9 !important;
}

#inner-news .news-content blockquote {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

#inner-news .news-content blockquote p {
  text-indent: 0px;
  color: #004d59;
}

#inner-news .news-content blockquote::before {
  content: " ";
  display: block;
  position: absolute;
  width: 80px;
  height: 65px;
  background-image: url(../images/left-asp.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: -20px;
  top: -50px;
  z-index: 1;
}

#inner-news .news-content blockquote::after {
  content: " ";
  display: block;
  position: absolute;
  width: 80px;
  height: 65px;
  background-image: url(../images/right-asp.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0px;
  bottom: -20px;
  z-index: 1;
}

/* TEMPLATE PAGE SOLUÇÕES */

#advantages .advantage {
  width: 30%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1%;
  padding-right: 1%;
}

#advantages .advantage-picture {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#advantages text {
  display: block;
  margin-top: 20px;
  min-height: 100px;
}

#advantages text p {
  margin: 0px;
}

#text-block {
  margin-top: 50px;
  margin-bottom: 50px;
}

#text-block .wrap {
  padding-left: 150px;
  padding-right: 150px;
}

#text-block h1 {
  margin: 0px;
  font-size: 35px;
  color: #004d59;
}

#text-block li {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 16px;
  color: #001429;
  margin-top: 20px;
}

#slider-section {
  width: 100%;
  height: 230px;
  margin-bottom: 70px;
}

#slider-section .wrap {
  height: 100%;
}

#slider-section .swiper-solucoes {
  height: 100%;
}

#slider-section .swiper-slide {
  background-size: 50% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* PAGE PARCEIROS */

#partiners {
  margin-top: 80px;
}

#partiners .partiner {
  align-items: center;
}

#partiners .partiner h1 {
  color: #384177;
}

#partiners .partiner p {
  font-size: 16px;
  color: #001429;
  text-align: justify;
}

#partiners text {
  width: 70%;
}

#partiners .partiner-pic {
  width: 120px;
  height: 120px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 104px;
}

article#meios-de-pagamento .partiner-pic {
  margin-top: 110px;
}

#partiners .swiper-container {
  width: 100%;
  height: 150px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#partiners .swiper-container .swiper-slide {
  background-size: 60% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.swiper-button-prev {
  background-image: url(../images/swiper-btn.svg) !important;
  transform: rotate(180deg);
}

.swiper-button-next {
  background-image: url(../images/swiper-btn.svg) !important;
}

/* SOLUÇÕES 14/05 */

#video-solucoes {
  margin-top: 50px;
  margin-bottom: 70px;
}
section#video-solucoes strong {
    color: #384177;
}
section#video-solucoes p {
    font-size: 18px;
}
/* Footer */

}

.footer-content {
  display: flex;
  justify-content: space-between;
}

.footer-title {
  position: relative;
  font-size: 25px;
  color: #1B144B !important;
  margin-bottom: 8px;
  margin-top: 30px;
  display: block;
  font-weight: 600;
  width: fit-content;
}

.info-contato {
  display: flex;
}

.info-contato>div>div {
    max-width: 295px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    padding-right: 2em;
    font-size: 15px;
}
.info-contato div img {
    margin-right: 10px;
}
.info-contato a {
  font-size: 16px;
  color: #454550;
  display: flex;
  align-items: flex-start;
  font-family: "Work Sans", sans-serif;
}
.newsletter label {
    font-size: 14px;
}
.info-contato a:hover {
  color: #384177 !important;
}

.info-contato a img {
  margin-right: 10px;
  margin-top: 5px;
}

.carreira {
  max-width: 100%;
  width: 260px;
}

.carreira p {
  font-size: 16px;
  color: #454550;
  margin: 0px;
}

.newsletter {
  max-width: 100%;
  width: 240px;
}

.newsletter .footer-title {
  pointer-events: none;
}

.newsletter .footer-title::after {
  display: none;
}

.newsletter input {
    background: #384177;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
}
.newsletter input::placeholder {
  color: #fff !important;
}

.newsletter form span {
  font-size: 14px;
}

.newsletter form button {
    background: #384177;
    border-radius: 25px;
    border: 1px solid #384177;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.footer-links .siga-nos {
    font-size: 25px;
    color: #1b144b !important;
    display: block;
    width: fit-content;
    font-weight: 600;
}

.footer-links>div {
  margin-right: 40px;
  margin-left: 40px;
  display: flex;
  align-items: center;
}

.footer-links .rede-social {
  margin-left: 5px;
  margin-right: 5px;
  display: block;
  height: 20px;
  width: auto;
}

.footer-links .rede-social img {
  height: 100%;
  width: auto;
}

section#inner-news .wrap {
  width: 730px;
}

section#inner-news .section-title {
  font-size: 30px;
  text-align: center;
  line-height: 1.2em;
}

.text-container li {
  list-style-type: disc;
  margin-left: 20px;
}

.text-container li span {
  font-family: "Lato";
}

.copyright {
  font-size: 14px;
}

img.mobile {
  display: none;
}
.j-text {
    display: none !important;
}
.j-poster {
    display: none !important;
}
h1.referral {
    display: none !important;
}
ul.juicer-feed {
    padding: 3em 0 !important;
}
.juicer-feed.modern li.feed-item {
    border: none !important;
}
p.sub-title {
    font-size: 18px;
    color: #454550;
}
.page-template-page-sobre #content {
    background: none;
}
#image-text-component text strong, #image-text-component text span {
    color: #384177 !important;
}
#image-text-component text ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #384177;
    font-size: 25px;
    margin-right: 10px;
}
.text-container text ul li {
    list-style-type: none;
    margin-left: 0;
    display: flex;
    margin-bottom: 8px;
    align-items: flex-start;
}
#image-text-component text {
    width: 100%;
    max-width: 550px;
    text-align: left;
}
.page-template-page-servicos #content {
    padding-top: 0;
    background: none;
}
div#b2b-pay {
    background: url(../images/bg-onda-bottom.png) repeat-x bottom #f1f1f1;
    padding: 5em 0 0;
}
div#b2b-hospitality {
    background: url(../images/bg-onda-top-reverso.png) repeat-x top #f1f1f1;
    padding: 12em 0 0;
    margin: -11em 0 0;
}
div#channel-manager {
    background: url(../images/bg-onda-bottom.png) repeat-x bottom #f1f1f1;
    padding-bottom: 10em;
}
div#crs-sistema-de-reservas-centralizado {
    background: #f1f1f1;
}
div#motor-de-reserva-b2c {
    background: #f1f1f1;
}
.section-service:nth-child(even) .service {
    flex-direction: row-reverse;
}
div#checkout-para-hoteis .service {
    flex-direction: initial;
}
div#checkout-para-agencias .service {
    flex-direction: row-reverse;
}
.sub-title p {
    font-size: 20px;
}
div#b2b-hospitality .img-container {
    height: 800px;
}
div#b2b-hospitality .service {
    margin: -8em 0 0;
}
div#crs-sistema-de-reservas-centralizado h1.section-title, div#motor-de-reserva-b2c h1.section-title, div#channel-manager h1.section-title, div#checkout-para-hoteis h1.section-title, div#checkout-para-agencias h1.section-title {
    display: none;
}
div#b2b-checkout .service {
    display: none;
}
div#motor-de-reserva-b2c .img-container {
    height: 800px;
}
div#motor-de-reserva-b2c .service {
    margin: -6em 0 -2em;
}
div#channel-manager .img-container {
    height: 800px;
}
div#channel-manager .service {
    margin: -6em 0 0;
}
.page-template-page-solucoes #content {
    background: #f1f1f1;
}
section.bloco-texto-solucoes text h3 {
    color: #384177;
    font-size: 20px;
}
section.bloco-texto-solucoes {
    padding: 4em 0 0;
}
section.bloco-texto-solucoes text a {
    background: #384177;
    color: #fff !important;
    font-size: 22px;
    padding: 15px 29px;
    border-radius: 70px;
    font-weight: 600;
    margin: 1em 0;
    display: inline-block;
    transition: 0.2s;
}
section.bloco-texto-solucoes text a:hover {
    background: #384177;
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
section#video-solucoes h1.section-title {
    margin-bottom: 1em;
}
.home #news {
    padding: 4em 0 3em;
}
section#social {
    padding: 4em 0 2em;
}
section#text-sobre {
    margin: 2em 0 4em;
}
.content-banner p a {
    background: #fff !important;
    color: #263471 !important;
        font-weight: 600;
}
.content-banner p a:hover {
    background: #ff4678 !important;
}
div#tab-video {
    width: 1200px;
    max-width: 100%;
}
div#tab-video video {
    max-width: 100%;
    height: auto;
}
.redes-sociais a img {
    width: 32px;
}
img.img-pci {
    width: 160px;
    position: relative;
    top: 6px;
}
div#b2b-booking {
    padding: 4em 0 0;
}
.news-content a {
    color: #ff4678;
    text-decoration: underline !important;
}











.t-white, .t-white a, .t-white h2, .t-white h1, .t-white h3, .t-white h1.page-title {
  color: #fff;
}

.center {
  text-align: center;
}

/* LAYOUT & GRID STYLES */

.wrap {
  width: 96%;
  margin: 0 auto;
}

/* H1, H2, H3, H4, H5 STYLES */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em;
  font-family: 'Termina';
}

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

h3, .h3 {
  font-size: 1.125em;
}

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* HEADER STYLES */

.header {}

#logo {
  margin: 0.75em 0;
}

p#logo img {
  max-width: 100%;
  height: auto;
  width: 300px;
}

#logo a {
  color: white;
}

/* NAVIGATION STYLES */

.nav {
  border-bottom: 0;
  margin: 0;
}

.nav li {}

.nav li a {
  display: block;
  color: black;
  text-decoration: none;
  padding: 0.75em;
}

.nav li ul.sub-menu li a, .nav li ul.children li a {
  padding-left: 30px;
}

/* POSTS & CONTENT STYLES */

#content {}

.hentry {
  border-radius: 0;
  margin-bottom: 0;
}

.hentry header {
  padding: 0;
}

.hentry footer {
  padding: 0;
}

.hentry footer p {
  margin: 0;
}

.single-title, .page-title, .entry-title {
  margin: 0;
}

.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}

.entry-content {
  padding: 0;
}

.entry-content p {
  margin: 0 0 1.5em;
}

.entry-content table {
  width: 100%;
  border: 1px solid #eaedf2;
  margin-bottom: 1.5em;
}

.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.entry-content tr {
  border-bottom: 1px solid #eaedf2;
}

.entry-content tr:nth-child(even) {
  background-color: #f8f9fa;
}

.entry-content td {
  padding: 7px;
  border-right: 1px solid #eaedf2;
}

.entry-content td:last-child {
  border-right: 0;
}

.entry-content th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}

.entry-content th:last-child {
  border-right: 0;
}

.entry-content blockquote {
  padding: 0;
  font-style: italic;
  font-size: 20px;
  max-width: 800px;
  margin: 1em auto;
}

.entry-content blockquote p {
  margin: 1em 0 !important;
}

.entry-content blockquote:before {
  content: "";
  background: url(../images/abre-aspa.png) no-repeat center center;
  display: inline-block;
  width: 100%;
  height: 32px;
}

.entry-content blockquote:after {
  content: "";
  background: url(../images/fecha-aspa.png) no-repeat center center;
  display: inline-block;
  width: 100%;
  height: 32px;
}

.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}

.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}

.entry-content iframe {
  max-width: 100%;
}

.entry-content .size-auto, .entry-content .size-full, .entry-content .size-large, .entry-content .size-medium, .entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #323944;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

.tags {
  margin: 0;
}

/* PAGE NAVI STYLES */

.pagination, .wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}

.pagination ul {
  display: inline-block;
  background-color: white;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}

.pagination li {
  padding: 0;
  margin: 10px 5px;
  width: 40px;
  border-radius: 100%;
  height: 40px;
  color: #002957;
  float: left;
  display: inline;
}

.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  font-size: 15px;
  font-weight: normal;
  display: block;
  padding: 7px 2px 10px 14px;
  color: #001b45;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid #002957;
  border-radius: 100%;
}

.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #001b45;
  color: white;
}

.pagination .current {
  cursor: default;
  color: #fff;
  background: #001b45;
}

.pagination .current:hover, .pagination .current:focus {
  cursor: default;
  color: #fff;
  background: #001b45;
}

.wp-prev-next .prev-link {
  float: left;
}

.wp-prev-next .next-link {
  float: right;
}

a.next:before {
  content: "\f054";
  font-family: "FontAwesome";
}

a.prev:before {
  content: "\f053";
  font-family: "FontAwesome";
}

.page-template-page-servicos section#image-text-component {
  margin: 5em 0 0;
}

/* COMMENT STYLES */

#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
}

.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
}

.comment .comment-author {
  padding: 7px;
  border: 0;
}

.comment .vcard {
  margin-left: 50px;
}

.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}

.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}

.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}

.comment .vcard time a:hover {
  text-decoration: underline;
}

.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}

.comment:last-child {
  margin-bottom: 0;
}

.comment .children {
  margin: 0;
}

.comment[class*="depth-"] {
  margin-top: 1.1em;
}

.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}

.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}

.comment.odd {
  background-color: white;
}

.comment.even {
  background: #f8f9fa;
}

.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

.comment-reply-link {
  font-size: 0.9em;
  float: right;
}

.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}

/* COMMENT FORM STYLES */

.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa;
}

#reply-title {
  margin: 0;
}

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}

.logged-in-as a {
  color: #545454;
}

.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em;
}

#submit {
  float: right;
  font-size: 1em;
}

#comment-form-title {
  margin: 0 0 1.1em;
}

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
  margin: 0 20px 1.1em;
}

/* SIDEBARS & ASIDES */

.widget ul li {}

.no-widgets {
  background-color: white;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

.banner-home img {
  max-width: 100%;
  height: auto;
}

.banner-home {
  padding: 89px 0 0;
  margin-bottom: 4em;
}

.home .banner-hotsite {
    height: 700px;
    position: relative;
    margin-bottom: 3em;
    background: #263471 !important;
    padding-top: 4em;
}

.home .content-banner {
    width: 570px;
    max-width: 100%;
    padding: 0 1.5em;
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 9;
}

.home .filter2 {
  background: linear-gradient( 135deg, rgb(6 83 101) 0, rgb(0 126 155 / 39%) 36%, rgb(0 130 161 / 60%) 64%, rgb(0 141 175) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#062381', endColorstr='#942fd475', GradientType=1);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.content-banner h1 {
    font-size: 36px;
    color: #fff;
    border-bottom: 2px solid #4FB1E2;
    margin: 0;
    line-height: 1.2em;
}
.img-banenr {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.img-banenr:after {
    content: '';
    background: #ff4678;
    width: 700px;
    height: 700px;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    top: -27%;
    left: -13%;
    filter: blur(100px);
}
.img-banenr img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 8;
}

.content-banner h2 {
    font-size: 44px;
    color: #fff;
    margin: 0;
    font-weight: 300;
    line-height: 1.2em;
}

.content-banner h3 {
  color: #fff;
  font-size: 20px;
  margin: 1.5em 0 0;
}

.content-banner p {
  color: #fff;
  margin: 2em 0 0;
}

.content-banner a {
  color: #fff !important;
}

.content-banner p a, a.l_default {
  border-radius: 40px;
  background: linear-gradient(45deg, #008aa5, #1db0ce);
  color: #fff;
  padding: 14px 40px 17px;
  font-size: 20px;
  display: inline-block;
  margin: 1em 0;
  transition: 0.2s;
}

.content-banner p a:hover, a.l_default:hover {
  background: linear-gradient(45deg, #015161, #1db0ce);
  color: #fff;
}

.home .tarja-branca {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 155px;
  padding: 6em 0 0;
  z-index: 7;
  opacity: 0.7;
}

.home .tarja-branca-2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 210px;
  padding: 6em 0 0;
  z-index: 9;
  opacity: 0.5;
}

.home .tarja-branca-3 {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 50px;
  padding: 0;
  z-index: 7;
  opacity: 1;
}

.content-banner h3 span {
  transition: 0.5s;
  opacity: 0;
}

.content-banner h3 span.active {
  font-size: 24px;
}

/* FOOTER STYLES */

.footer {
    clear: both;
    background-color: #fff;
    color: #454550;
}

/* LARGER MOBILE DEVICES */

@media only screen and (min-width: 481px) {
  /* NAVIGATION STYLES */
  .menu {}
  .menu ul {}
  .menu ul li {}
  .menu ul li a {}
  /* POSTS & CONTENT STYLES */
  .entry-content {}
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
}

/* TABLET & SMALLER LAPTOPS */

@media only screen and (min-width: 768px) {
  /* GENERAL STYLES */
  /* LAYOUT & GRID STYLES */
  .wrap {
    width: 960px;
    max-width: 100% !important;
  }
  /* HEADER STYLES */
  /* NAVIGATION STYLES */
  .nav {
    border: 0;
  }
  .nav ul {
    background: #323944;
    margin-top: 0;
  }
  .nav li {
    float: left;
    position: relative;
  }
  .nav li a {
    border-bottom: 0;
  }
  .nav li a:hover, .nav li a:focus {
    color: white;
    text-decoration: underline;
  }
  .nav li ul.sub-menu, .nav li ul.children {
    margin-top: 0;
    border-top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  .nav li ul.sub-menu li, .nav li ul.children li {}
  .nav li ul.sub-menu li a, .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
  }
  .nav li ul.sub-menu li:last-child a, .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li ul.sub-menu li ul, .nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  .nav li:hover>ul {
    top: auto;
    visibility: visible;
    opacity: 1;
  }
  /* SIDEBARS & ASIDES */
  .sidebar {
    margin-top: 2.2em;
  }
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /* FOOTER STYLES */
  .footer-links ul li {}
}

#shiftnav-toggle-main {
  z-index: 999999999 !important;
}

@media only screen and (min-width: 1921px) {
  .home .tarja-branca {
    background-size: 100% !important;
  }
  .home .tarja-branca-2 {
    background-size: 100% !important;
  }
  .home .tarja-branca-3 {
    background-size: 100% !important;
  }
}

/* DESKTOP */

@media only screen and (min-width: 1030px) {
  .wrap {
    width: 1200px;
    max-width: 100%;
  }
  #shiftnav-toggle-main {
    display: none;
  }
  .shiftnav-wrap {
    padding-top: 0 !important;
  }
  .shiftnav-disable-shift-body {
    padding-top: 0 !important;
  }
  div#b2b-pay .img-container {
    margin: -20px 0 0;
  }
}

/* LARGE VIEWING SIZE */

@media only screen and (max-width: 1380px) {
  #image-text-component .img-container {
    height: 600px;
    background-size: 120% !important;
  }
  div#motor-de-reserva-b2c .service {
    margin: 0;
  }
  div#motor-de-reserva-b2c .img-container {
    height: 700px !important;
    background-size: 110% !important;
  }
  div#channel-manager .img-container {
    background-size: 110% !important;
  }

}

/*Ipad*/

@media only screen and (max-width: 1024px) {
  .header #menu-principal li {
    margin-left: 0;
  }
  .header #menu-principal li a {
    padding-left: 15px;
    padding-right: 15px;
  }
  #news .box-news {
    width: 46%;
    display: inline-block;
    margin: 0 10px 2em;
  }
  .img-banenr {
    margin: 2em auto 0;
  }
  .home .content-banner {
    margin: 2em auto 0;
  }
  #news .container {
    margin-top: 50px;
    position: relative;
    display: inline-block;
    text-align: center;
  }
  div#b2b-hospitality .service {
    margin: -8em 0;
  }
  div#channel-manager .img-container {
    background-size: contain !important;
  }
}

@media only screen and (max-width: 768px) {
  .wrap {
    max-width: 95% !important;
  }
  #menu-principal {
    display: none;
  }
  #logo {
    margin: 0px auto !important;
  }
  .header nav {
    display: none !important;
  }
  #image-text-component .wrap>div {
    flex-direction: column;
    justify-content: unset;
    align-items: center;
  }
  #image-text-component .text-container, .img-container {
    width: 100%;
  }
  #image-text-component .img-container {
    height: 30vh;
  }
  #solutions text p {
    width: 100%;
  }
  #solutions .solutions-container {
    flex-direction: column;
    align-items: center;
  }
  #solutions .solution {
    width: 100%;
    text-align: center;
    height: auto;
    padding-bottom: 4em;
  }
  #news .container {
    flex-direction: column;
    align-items: center;
  }
  #news .box-news {
    width: 100%;
    margin: 0 0 1em;
  }
  #testimonials .testimonial {
    padding: 1em;
  }
  #testimonials .testimonial-content::before {
    display: none;
  }
  #testimonials .testimonial-content::after {
    display: none;
  }
  .footer-content {
    flex-direction: column;
    align-items: center;
  }
  .info-contato {
    flex-direction: column;
  }
  .newsletter {
    margin-bottom: 30px;
  }
  .footer-links {
    flex-direction: column;
    align-items: center;
  }
  .footer-links>div {
    margin-bottom: 30px;
  }
  #video-banner .banner-content {
    padding-left: 20px;
  }
  #about-b2b .wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  #values-container .wrap {
    flex-direction: column;
    align-items: center;
  }
  #values-container .value {
    width: 100%;
  }
  #image-text-component .wrap>div {
    height: auto;
  }
  #form-template .wrap {
    flex-direction: column;
    align-items: center;
  }
  #form-template .form-call {
    width: 100%;
  }
  #form-template .form {
    width: 100%;
  }
  #form-template form {
    flex-direction: column;
  }
  #form-template .form-col {
    width: 100%;
  }
  #advantages .wrap {
    flex-direction: column;
  }
  #advantages .advantage {
    width: 100%;
    margin-bottom: 20px;
  }
  #text-block .wrap {
    padding: 0px;
  }
  #partiners {
    margin-top: 0px;
  }
  #partiners .partiner-content {
    flex-direction: column;
    align-items: center;
  }
  #partiners text {
    width: 100%;
  }
  .page-template-page-blog #news {
    margin-top: 0px;
  }
  #inner-news {
    margin-top: 40px;
  }
  #inner-news .news-content img {
    max-width: 100%;
    height: auto;
  }
  #image-text-component .video {
    width: 100%;
  }
  #inner-news .news-header h3, #inner-news span {
    font-size: 12px;
  }
  .news-content {
    padding: 0 1.5em;
  }
  .single-post #news {
    padding: 0 1.5em;
  }
  .testimonial-content {
    padding: 0 1.5em;
  }
  section#video {
    height: auto;
  }
  .service.fx {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .section-service {
    padding: 4em 1.5em !important;
  }
  #image-text-component .img-container {
    height: 300px !important;
    background-size: contain !important;
  } 
  div#b2b-pay {
    padding-bottom: 12em !important;
    margin-bottom: -5em;
  }
  .sub-title p {
    font-size: 16px;
  }
  div#b2b-hospitality {
    margin: -5em 0 0;
    padding: 10em 1.5em 0 !important;
  }
  div#b2b-hospitality .service {
    margin: 0;
  }
  div#crs-sistema-de-reservas-centralizado {
    padding: 0 1.5em!important;
  }
  div#motor-de-reserva-b2c .img-container {
    height: 300px !important;
    background-size: contain !important;
  }
  div#motor-de-reserva-b2c {
    padding: 2em 1.5em 4em !important;
  }
  div#channel-manager {
    padding-bottom: 10em !important;
    margin-bottom: -5em;
  }
  div#b2b-checkout {
    padding: 4em 1.5em 0 !important;
  }
  div#checkout-para-agencias {
    padding: 0 1.5em 4em !important;
  }
  div#checkout-para-hoteis {
    padding: 0 1.5em !important;
  }
  #solutions .solution img {
    max-width: 95%;
    width: 340px;
  }
  .home #news {
    padding: 4em 1em 3em;
  }
}

/*IPHONE 6, Galaxy S5, Nexus 5X*/

@media only screen and (max-width: 667px) {
  article#meios-de-pagamento .partiner-pic {
    margin-top: 2em;
  }
  #partiners .partiner-pic {
    margin-top: 2em;
  }
  p#logo img {
    width: 230px;
  }
  .home .header {
    height: 65px;
  }
  .home .content-banner h2 {
    font-size: 28px;
  }
  .content-banner h3 {
    font-size: 16px;
  }
  #news .news-picture {
    height: 200px;
    background-size: contain;
    background-color: #adacaa;
  }
  #video-banner {
    height: 200px;
  }
  #about-b2b .wrap {
    padding-top: 25px;
  }
  #video-solucoes p {
    font-size: 18px;
  }
  img.mobile {
    display: inline-block;
  }
  video.desktop {
    display: none;
  }
  p.sub-title {
    font-size: 16px;
  }
  #values-container {
    margin-top: -2em;
    padding: 9em 0 3em;
  }
  section#about-b2b {
    padding: 0 1em;
  }
  .h1-sobre {
    font-size: 35px;
  }
  #advantages text {
    min-height: auto;
    padding: 0 1em;
  }
  section.bloco-texto-solucoes text a {
    font-size: 18px;
  }
  .img-banenr img {
    visibility: hidden;
  }
  .content-banner h1 {
    font-size: 21px;
  }
  .home .banner-hotsite {
    height: 580px;
    padding-top: 4.5em;
  }
  .section-title, #image-text-component text h1 {
    font-size: 28px;
  }
  #testimonials .swiper-container {
    padding: 1em !important;
  }
  #video-banner .sobre {
        background-size: 100%;
  }
}

@media only screen and (max-width: 414px) {}

@media only screen and (min-width: 376px) and (max-width: 667px) {}

/*IPHONE 4s, 5*/

@media only screen and (max-width: 320px) {}

@media only screen and (min-width: 321px) and (max-width: 568px) {}

@media only screen and (max-width: 568px) {}

/*CUSTOMIZE SHIFNAV*/

#shiftnav-toggle-main {
  background: #384177;
  color: #fff;
  outline: none;
}

.shiftnav.shiftnav-skin-standard-dark, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu {
  background: #384177;
  color: #fff;
  padding-top: 10px;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item>.shiftnav-target {
  display: block;
  color: #fff;
  border: none !important;
  text-shadow: none;
  font-size: 14px;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu {
    color: #fff;
    background: #30396d;
    padding: 1em 1.5em;
}

.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item>.shiftnav-target:hover, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active>.shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition>.shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item>.shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu>li.shiftnav-sub-accordion.current-menu-ancestor>.shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu>li.shiftnav-sub-shift.current-menu-ancestor>.shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item>.shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item>.shiftnav-target:hover {
  color: #fff;
  background: #18a9c6;
  border: none !important;
}

#shiftnav-toggle-main .shiftnav-toggle-burger, #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before {
  padding: 10px 15px !important;
}

/*.shiftnav, .shiftnav-inner {
  height: auto !important;
}*/
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target {
    padding: 4px 23px;
}
.shiftnav nav.shiftnav-nav {
    padding-bottom: 6em !important;
}

/* RETINA (2x RESOLUTION DEVICES) */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {}

/* PRINT STYLESHEET*/

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
    outline: none;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none;
  }
}

#b2b-checkout .text-container {
  width: 100%;
  text-align: center;
}

#image-text-component text h2 {
    margin-top: 0;
    font-weight: 600;
    font-size: 25px;
}

#texto-destaque {
  margin-bottom: 4rem;
  position: relative;
}

#texto-destaque .text-container {
  margin: 0 auto;
}

#texto-destaque p {
  font-size: 36px;
  font-family: "Termina", sans-serif;
  font-weight: bold;
  color: #004d59;
  margin: 0px;
}

#texto-destaque span {
  font-size: 36px;
  font-family: "Termina", sans-serif;
  font-weight: bold;
  color: #004d59;
  margin: 0px;
}

#texto-destaque:after {
  content: '';
  width: 150px;
  height: 3px;
  position: absolute;
  background-color: #004d59;
  left: calc(50% - 75px);
  bottom: -10px;
}

#precos-article-header h2 {
  font-family: "Termina", sans-serif;
  color: #004d59;
  margin-top: 0;
}

#slider-section h2 {
  font-family: "Termina", sans-serif;
  color: #004d59;
  margin-top: 0;
}

#foto-texto-sobre {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  #about-b2b {
    width: 47.5%;
  }
  #video-banner {
    width: 50%;
  }
}