@charset "UTF-8";
/*
  CSS Website SBTUR 2017
  Customizações sobre o Pages
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,900");
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

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;
}

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

input {
  line-height: normal;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]: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;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 39px;
}

h2, .h2 {
  font-size: 32px;
}

h3, .h3 {
  font-size: 26px;
}

h4, .h4 {
  font-size: 19px;
}

h5, .h5 {
  font-size: 15px;
}

h6, .h6 {
  font-size: 13px;
}

p {
  margin: 0 0 10.5px;
}

.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 21px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 35px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 31px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 48px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 31px;
  line-height: 31px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 48px;
  line-height: 48px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 48px;
  line-height: 48px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 48px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 43.75px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 19px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 14.5px 15px;
  font-size: 19px;
  line-height: 21px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 68px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 21px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 15px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Mixins */
/* Variáveis do projeto */
h1, h2, h3 {
  font-family: "Montserrat", sans-serif;
  line-height: 125%;
  text-align: center;
  color: #003870;
  font-weight: 400;
}
h1 span, h2 span, h3 span {
  font-weight: 600;
}
h1 small, h2 small, h3 small {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  display: block;
  line-height: 125%;
  margin-top: 6px;
}
h1 small.subtitulo, h2 small.subtitulo, h3 small.subtitulo {
  font-size: 18px;
  color: #adadad;
}

h1 {
  font-size: 28px;
}

p {
  color: #767676;
  line-height: 170%;
}

a {
  text-decoration: none !important;
}

.font-pt-serif-caption {
  font-family: "PT Serif Caption", serif;
}

.testimonial {
  margin: auto;
  max-width: 320px;
}
.testimonial h1 {
  margin-bottom: 0;
}
.testimonial hr {
  width: 40px;
}

.btn-wider {
  width: 300px;
}

@media (max-width: 768px) {
  .btn-wider {
    width: 250px;
  }
}
.landing-numbers {
  max-width: 220px;
  margin: auto;
}

.text-giant {
  font-size: 110px;
}

.text-big {
  font-size: 50px;
}

.b-gray {
  border-color: #EAEAEA;
}

.border-top-dark-gray {
  border-color: #DDD;
}

.bg-primary {
  background-color: #003870;
}

.bg-complete {
  background-color: #26A7F1;
}

.bg-orange {
  background-color: #F9B234;
}

.bg-yellow {
  background-color: #DEDB00;
}

.bg-medium-blue {
  background-color: #25a7f1;
}

.color-white, a.color-white {
  color: white;
}

.primary-color {
  color: #003870;
}

.complete-color {
  color: #26A7F1;
}

.color-medium-blue {
  color: #25a7f1;
}

.color-medium-gray {
  color: #9B9B9B;
}

.info-color {
  color: #999999;
}

.color-ddd {
  color: #ddd;
}

.color-dark-gray {
  color: #555555;
}

.color-light-gray {
  color: #626262;
}

.border-gray {
  border: solid 1px #999999;
}

.border-complete {
  border: solid 1px #26A7F1;
}

.border-bottom-gray {
  border-bottom: 1px solid #f0f0f0;
}

/* gradient usado na home */
.bg-landing-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#26a7f1+0,208fcf+100 */
  background: #26a7f1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #26a7f1 0%, #208fcf 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #26a7f1 0%, #208fcf 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #26a7f1 0%, #208fcf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#26a7f1", endColorstr="#208fcf",GradientType=0 );
  /* IE6-9 */
}

.bg-landing-gradient-dark {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#26a7f1+0,208fcf+100 */
  background: #26a7f1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #004B96 0%, #003870 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #004B96 0%, #003870 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #004B96 0%, #003870 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#004B96", endColorstr="#003870",GradientType=0 );
  /* IE6-9 */
}

.bg-gradient-dark-gray {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#26a7f1+0,208fcf+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #EAEAEA 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #EAEAEA 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #EAEAEA 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#EAEAEA",GradientType=0 );
  /* IE6-9 */
}

/* Override botões */
.btn-success,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.btn-success.active:focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open .dropdown-toggle.btn-success {
  background-color: #0CCB81;
  border-color: #0CCB81;
}

.btn-success.hover,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
  opacity: 0.8;
  background-color: #0CCB81;
  border-color: #0CCB81;
}

.btn-primary,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open .dropdown-toggle.btn-primary {
  background-color: #003870;
  border-color: #003870;
}

.btn-primary.hover,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
  background-color: #002447;
  border-color: #003870;
}

.btn-complete,
.btn-complete:focus,
.btn-complete.active,
.btn-complete:active,
.btn-complete.active:focus,
.btn-complete:active:focus,
.btn-complete:active:hover,
.open .dropdown-toggle.btn-complete {
  background-color: #26A7F1;
  border-color: #26A7F1;
}

.btn-complete.hover,
.btn-complete:hover,
.open .dropdown-toggle.btn-complete {
  opacity: 0.8;
  background-color: #26A7F1;
  border-color: #26A7F1;
}

.btn-complete.btn-outline {
  border-color: solid 2px #26A7F1;
  color: #26A7F1;
}

.btn-orange,
.btn-orange:focus,
.btn-orange.active,
.btn-orange:active,
.btn-orange.active:focus,
.btn-orange:active:focus,
.btn-orange:active:hover,
.open .dropdown-toggle.btn-orange {
  background-color: #F9B234;
  border-color: #F9B234;
}

.btn-orange.hover,
.btn-orange:hover,
.open .dropdown-toggle.btn-orange {
  opacity: 0.8;
  background-color: #F9B234;
  border-color: #F9B234;
}

.form-control._has_error {
  border-color: #ff1800;
}

._error-inner {
  color: #ff1800;
}

.btn-outline {
  background: none;
}
.btn-outline:hover {
  color: white;
}

.header .menu > li > .horizontal .container {
  border-right: none;
}
.header .menu > li > .horizontal .container li:last-child {
  margin-right: 0;
}

/* Header */
.bg-header .menu li:last-child {
  margin-right: 0;
}
.bg-header .menu li:last-child a {
  padding-right: 0;
  margin-right: 0;
}

/* Rodapé */
footer {
  font-weight: normal;
  /* !!! */
}
footer #logo-footer {
  margin-top: 100px;
  background-color: white;
  text-align: center;
  padding: 80px 0 80px 0;
}
footer hr {
  border-color: rgba(255, 255, 255, 0.2);
  margin: 40px 0;
}

.subscribe .form-group label {
  color: #FFF;
}

.footer-menu {
  /* Título dos grupos do menu */
}
.footer-menu ul, .footer-menu li {
  padding: 0;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.footer-menu a {
  color: white;
  cursor: pointer;
}
.footer-menu .group-title {
  text-transform: uppercase;
  color: white;
  opacity: 0.5;
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #contact-email {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #contact-email {
    font-size: 30px;
  }
}
/* Hero shot */
.vh-70 {
  height: 70vh;
}

@media (max-width: 768px) {
  .vh-70 {
    height: 100vh;
  }
}
.hero-shot {
  background-image: url("../images/Heroshot.jpg");
  background-size: cover;
  position: relative;
}
.hero-shot h1 {
  font-weight: 500;
  color: white;
  margin: auto;
  max-width: 1000px;
}
.hero-shot h4 {
  font-weight: 500;
  color: white;
  margin: auto;
  max-width: 600px;
}
.hero-shot .video-cta {
  display: block;
  padding-top: 50px;
}
.hero-shot .hero-shot-arrow {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.m-b-less-50 {
  margin-bottom: -50%;
}

#landing .phone {
  z-index: 1;
  position: relative;
}
#landing .phone img {
  z-index: 555;
}
#landing .phone .white-bar {
  z-index: -1;
  width: 100%;
  background-color: white;
  height: 50%;
  position: absolute;
  bottom: 0;
}

.destino-description-closed {
  height: 200px;
  overflow: hidden;
  padding-top: -100px;
}

.destino-description-open {
  height: auto;
  overflow: auto;
}

.sbtur-card {
  margin: auto;
  max-width: 350px;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}
.sbtur-card img {
  max-width: 100%;
}
.sbtur-card hr {
  height: 2px;
  width: 30px;
  margin-left: 0;
}

.landing-contadores {
  background-image: url("../images/bg_numeros.png");
  background-size: cover;
}

/* Header navigation*/
.header.light-solid .menu > li > a:not(.btn).active,
.header.light-solid .menu > li > a:not(.btn):hover {
  opacity: 1;
}

.header.light-solid .menu > li > a:not(.btn) {
  color: #003870;
  opacity: 0.5;
}

.header .menu li a {
  font-family: "Open Sans";
}

.main-menu {
  font-weight: 700;
  opacity: 1 !important;
}
.main-menu:focus {
  color: #003870;
}

/* triangle above dropdown menus*/
/* Dropdown menu 1 - Viajar*/
/*CSS for popup offer*/
.popup-offer {
  background-image: url(https://static.sbtur.com/static/natal2017/img/bg-tp2-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  position: fixed;
  right: -320px;
  bottom: 20px;
  z-index: 100;
  text-align: center;
  padding: 30px;
  max-width: 320px;
  transition: all 0.2s;
}
.popup-offer:after {
  position: absolute;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.16);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.popup-offer.show {
  right: 0;
  transition: all 0.3s;
}
.popup-offer p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-shadow: 2px 1px 5px rgba(21, 78, 113, 0.768627451) !important;
}
.popup-offer p span {
  font-weight: 900;
}
.popup-offer p span:first-child {
  display: block;
}
.popup-offer p.small {
  display: none;
  font-size: 14px;
}
.popup-offer a.btn-offer {
  margin-top: 15px;
  color: #fff;
  display: inline-block;
  font-weight: 900;
  border-radius: 4px;
  border: 2px solid #eb992a;
  background: #fcbd59;
  background: -moz-linear-gradient(top, #fcbd59 0%, #fe9e30 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fcbd59), color-stop(100%, #fe9e30));
  background: -webkit-linear-gradient(top, #fcbd59 0%, #fe9e30 100%);
  background: -o-linear-gradient(top, #fcbd59 0%, #fe9e30 100%);
  background: -ms-linear-gradient(top, #fcbd59 0%, #fe9e30 100%);
  background: linear-gradient(to bottom, #fcbd59 0%, #fe9e30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcbd59", endColorstr="#fe9e30", GradientType=0 );
  padding: 18px;
  text-shadow: 1px 1px 1px #a7650c !important;
  text-transform: uppercase;
}
.popup-offer a.btn-offer.cta-popup-offer-whatsapp {
  display: none;
}
.popup-offer .close-popup-offer {
  display: block;
  color: #fff;
  opacity: 0.8;
  font-weight: 600;
  font-size: 11px;
  margin-top: 8px;
  text-transform: uppercase;
  cursor: pointer;
}

.icon-close-popup-offer {
  position: absolute;
  z-index: 500;
  right: 15px;
  top: 15px;
  font-size: 18px;
  color: #fff !important;
}
.icon-close-popup-offer a {
  color: #fff;
  opacity: 0.6;
  cursor: pointer;
}
.icon-close-popup-offer a:hover {
  opacity: 1;
}

@media only screen and (max-width: 480px) {
  .popup-offer {
    right: 0;
    left: 0;
    display: block;
    bottom: -300px;
    z-index: 100;
    text-align: center;
    padding: 36px;
    width: 100%;
    max-width: 480px;
    transition: all 0.2s;
    max-height: 300px;
  }
  .popup-offer a.btn-offer {
    position: relative;
    padding-right: 48px;
  }
  .popup-offer a.btn-offer:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/icon_whatsapp.svg);
    background-size: cover;
    top: 18px;
    right: 15px;
  }
  .popup-offer a.btn-offer.cta-popup-offer {
    display: none;
  }
  .popup-offer a.btn-offer.cta-popup-offer-whatsapp {
    display: block;
  }
  .popup-offer p.small {
    display: block;
  }

  .popup-offer.show {
    bottom: 0;
    transition: all 0.3s;
  }
}
#cta-whatsapp-natal-2017 span {
  position: relative;
  margin-right: 20px;
}
#cta-whatsapp-natal-2017 span:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_whatsapp.svg);
  background-size: cover;
  top: 3px;
  right: -27px;
}

.link-primary {
  font-size: 14px;
  text-transform: none;
  color: #26A7F1;
  font-weight: 400;
}
.link-primary-bold {
  font-size: 14px;
  text-transform: none;
  color: #26A7F1;
  font-weight: 700;
}

.btn-full {
  width: 100%;
  display: block;
}

.modal-info {
  text-align: center;
}
.modal-info .title-modal {
  padding: 40px 40px 0 40px;
}
.modal-info .title-modal h1 {
  color: #003870;
  font-size: 30px;
  line-height: 40px;
}
.modal-info .title-modal h1 small {
  display: block;
}
.modal-info .text-modal {
  padding: 40px;
}
.modal-info .action-modal {
  padding: 20px 40px 20px 40px;
  border-top: 1px solid #ededed;
}

.showcase-home {
  background-image: url(https://sbtur-mkt-objetcs.s3.amazonaws.com/site/home-imagem.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.showcase-home:before {
  position: absolute;
  content: "";
  background: #000;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.showcase-home .showcase-home-flex {
  min-height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 120px 0;
}
.showcase-home h1 {
  font-weight: 500;
  color: white;
  margin: auto;
  max-width: 1000px;
  font-size: 42px;
  line-height: 125%;
  max-width: 600px;
}
.showcase-home h1 small {
  color: #fff;
  display: block;
  line-height: 150%;
  font-size: 23px;
  margin-top: 30px;
}
.showcase-home h4 {
  font-weight: 500;
  color: white;
  margin: auto;
  max-width: 600px;
}
.showcase-home .video-cta {
  display: block;
  padding-top: 50px;
}
.showcase-home .hero-shot-arrow {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.footer-gptw {
  margin-top: 15px;
}
.footer-gptw figure {
  max-width: 65px;
}
.footer-gptw h3 {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}
.footer-gptw h3 a {
  color: #00b0ff;
  font-weight: 600;
}

.gtpw-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.gtpw-section figure {
  max-width: 150px;
}
.gtpw-section p {
  font-size: 16px;
  margin-bottom: 20px;
}
.gtpw-section h3 {
  margin-top: 0;
}

.select-input-offer {
  -webkit-appearance: none;
}

footer #logo-footer {
  padding: 30px 0 30px 0;
}

.contaier-logo-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#logo-footer .contaier-logo-flex .privacidade {
  color: #bbbbbb;
}

@media only screen and (max-width: 992px) {
  .gtpw-section {
    text-align: center;
  }
  .gtpw-section figure {
    margin: 0 auto;
  }
  .gtpw-section h3 {
    margin-top: 40px;
  }
}
.form-group-lg .form-control {
  font-size: 14px;
}

.newsletter-fotter {
  background: #25a7f1;
  padding: 50px 0;
}
.newsletter-fotter h2 {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  max-width: 300px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .newsletter-fotter h2 {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.form-control.form-control-rounded {
  border-radius: 4px !important;
}

.btn {
  font-weight: bold;
  text-transform: uppercase;
  white-space: normal !important;
  word-wrap: break-word;
}

.input-group .form-control {
  padding: 25px 10px;
}
.input-group .form-control .btn {
  text-transform: uppercase;
}

.row.is-flex {
  display: flex;
  align-items: center;
}
.row.is-flex.just-cont {
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .row.is-flex {
    display: block;
  }
}

.new-footer {
  /* Medium Devices, Desktops */
  /* Small Devices, Tablets */
}
.new-footer .footer-top {
  background-color: #003870;
  position: relative;
  overflow-x: hidden;
}
.new-footer .footer-top h3 {
  color: #FFFFFF;
  opacity: 0.6;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
}
.new-footer .footer-top ul {
  list-style: none;
  padding-left: 0;
  display: inline-block;
  margin-right: 50px;
}
.new-footer .footer-top ul li {
  list-style: none;
}
.new-footer .footer-top ul li a {
  color: #FFFFFF;
  opacity: 0.8;
  font-size: 14px;
  transition: all 0.2s;
  font-weight: 400;
}
.new-footer .footer-top ul li a:hover {
  opacity: 1;
  transition: all 0.2s;
}
.new-footer .footer-top p {
  color: #fff;
  font-weight: 400;
}
.new-footer .footer-top p.phone-footer {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.new-footer .footer-top .footer-container {
  display: flex;
  flex-direction: row;
}
.new-footer .footer-top .footer-container .footer-left {
  padding: 50px 0;
  width: 65%;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.new-footer .footer-top .footer-container .footer-right {
  padding: 50px 0 60px 80px;
  width: 35%;
  float: right;
  background: #003061;
  position: relative;
}
.new-footer .footer-top .footer-container .footer-right:before {
  position: absolute;
  content: "";
  background: #003061;
  right: -1900px;
  top: 0;
  bottom: 0;
  width: 1900px;
}
.new-footer .footer-top .footer-container .footer-right .actions-footer {
  margin-top: 10px;
}
.new-footer .footer-top .footer-container .footer-right .actions-footer a {
  padding: 10px 20px;
  border-radius: 50px;
  background: #003d7a;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  transition: all 0.5s;
}
.new-footer .footer-top .footer-container .footer-right .actions-footer a:last-child {
  margin-right: 0;
}
.new-footer .footer-top .footer-container .footer-right .actions-footer a span {
  position: relative;
  width: 18px;
  height: 21px;
  display: inline-block;
  margin-right: 6px;
  top: 1px;
}
.new-footer .footer-top .footer-container .footer-right .actions-footer a:hover {
  background: #fff;
  color: #003870;
  transform: scale(1.1);
  transition: all 0.5s;
}
.new-footer .footer-top .footer-container .footer-right .actions-footer a:hover span .bg-icon-footer {
  fill: #003870;
  transition: all 0.5s;
}
.new-footer .footer-top .footer-container .badge-sbtur {
  display: inline-block;
}
.new-footer .footer-top .footer-container .badge-sbtur a {
  display: inline-block;
  margin: 0 10px;
  margin-top: 50px;
  transition: all 0.2s;
}
.new-footer .footer-top .footer-container .badge-sbtur a:nth-child(1) {
  margin-left: 0;
}
.new-footer .footer-top .footer-container .badge-sbtur a img {
  max-width: 140px;
  max-height: 90px;
}
.new-footer .footer-top .footer-container .badge-sbtur a:hover img {
  transform: scale(1.1);
  transition: all 0.2s;
}
@media only screen and (max-width: 1200px) {
  .new-footer .footer-top .footer-container .badge-sbtur a img {
    max-width: 120px;
    max-height: 70px;
  }
}
.new-footer .footer-bottom {
  background: #fff;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.new-footer .footer-bottom .footer-bottom-container {
  display: flex;
  align-items: center;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-left-container {
  display: flex;
  align-items: center;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-left-container .brand-footer-container {
  display: inline-block;
  margin-right: 30px;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-left-container .brand-footer-container img {
  width: 45px;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-left-container .address-footer-container {
  display: inline-block;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-right-container {
  display: flex;
  justify-content: flex-end;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-right-container ul.social-links, .new-footer .footer-bottom .footer-bottom-container .footer-bottom-right-container ul.social-links li {
  padding: 0;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-right-container .social-links {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-right-container .social-links li a {
  padding: 10px;
  display: block;
  transition: all 0.2s;
  position: relative;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-right-container .social-links li a .legend-social {
  position: absolute;
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
  top: 0px;
  left: calc(50% - 30px);
  opacity: 0;
  font-size: 10px;
  padding: 0px 6px;
  color: #003060;
  font-weight: bold;
  transition: all 0.2s;
  border-radius: 50px;
  transform: scale(0);
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-right-container .social-links li a figure {
  height: 22px;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-right-container .social-links li a figure svg {
  height: 22px;
  fill: #003870;
  transition: all 0.2s;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-right-container .social-links li a:hover {
  transform: scale(1.2);
  transition: all 0.2s;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-right-container .social-links li a:hover .legend-social {
  opacity: 1;
  top: -24px;
  transform: scale(1);
  transition: all 0.2s;
}
.new-footer .footer-bottom .footer-bottom-container .footer-bottom-right-container .social-links li a:hover figure svg {
  fill: #26A7F1;
  transition: all 0.2s;
}
@media only screen and (max-width: 992px) {
  .new-footer .footer-top .footer-container {
    flex-direction: column;
  }
  .new-footer .footer-top .footer-container .footer-left {
    padding: 50px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
  }
  .new-footer .footer-top .footer-container .footer-right {
    padding: 50px 0 40px 0px;
    width: 100%;
    float: none;
    background: #003061;
    position: relative;
    text-align: center;
    z-index: 2;
  }
  .new-footer .footer-top .footer-container .footer-right:before {
    z-index: -1;
    right: -1900px;
    left: -320px;
  }
}
@media only screen and (max-width: 768px) {
  .new-footer .footer-top .footer-container {
    flex-direction: column;
  }
  .new-footer .footer-top .footer-container .footer-left {
    padding: 50px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
  }
  .new-footer .footer-top .footer-container .footer-left ul {
    margin-right: 0;
  }
  .new-footer .footer-top .footer-container .footer-right {
    padding: 50px 0 40px 0px;
    width: 100%;
    float: none;
    background: #003061;
    position: relative;
    text-align: center;
    z-index: 2;
  }
  .new-footer .footer-top .footer-container .footer-right:before {
    z-index: -1;
    right: -1900px;
    left: -320px;
  }
  .new-footer .footer-bottom .footer-bottom-container {
    flex-direction: column;
  }
  .new-footer .footer-bottom .footer-bottom-container .footer-bottom-left-container {
    display: block;
    text-align: center;
  }
  .new-footer .footer-bottom .footer-bottom-container .footer-bottom-left-container .brand-footer-container {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
  }
  .new-footer .footer-bottom .footer-bottom-container .footer-bottom-left-container .address-footer-container {
    margin-bottom: 20px;
  }
}

.navbar-container {
  width: 100%;
  position: fixed;
  z-index: 10;
}

.navbar {
  height: 80px;
  border-radius: 0px !important;
  transition: all 0.4s;
  background: #fff;
}
.navbar.open {
  height: 100vh;
  background: #fff;
  transition: all 0.4s;
}
.navbar.open a.link {
  color: #25a7f1;
}
.navbar.open a.btn-inline {
  border: 2px solid #25a7f1;
  color: #25a7f1;
}
.navbar.open a.btn-inline:hover, .navbar.open a.btn-inline:focus {
  background-color: #25a7f1;
  color: #fff;
}
.navbar figure {
  width: 193px;
  top: -6px;
  position: relative;
  height: 55px;
}
.navbar figure svg {
  width: 193px;
  height: 55px;
}
.navbar .list-menu-container {
  top: 10px;
  position: relative;
}
.navbar .list-menu-container ul {
  text-align: right;
}
.navbar .list-menu-container ul li {
  margin-left: 10px;
}
.navbar .list-menu-container ul li a {
  color: #003870;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  transition: 0.2s;
  display: block;
}
.navbar .list-menu-container ul li a:before {
  position: absolute;
  content: "";
  bottom: -5px;
  width: 0px;
  height: 2px;
  background: #003870;
  left: calc(50%);
  transition: 0.2s;
}
.navbar .list-menu-container ul li a:hover, .navbar .list-menu-container ul li a:focus {
  transition: 0.2s;
}
.navbar .list-menu-container ul li a:hover:before, .navbar .list-menu-container ul li a:focus:before {
  width: 30px;
  transition: 0.2s;
  left: calc(50% - 15px);
}
.navbar .list-menu-container ul li a.login {
  color: #25a7f1;
}
.navbar .list-menu-container ul li a.login:before {
  background: #25a7f1;
}
.navbar .list-menu-container.open {
  display: block !important;
  width: 100%;
}
.navbar .list-menu-container.open ul li {
  display: block;
  text-align: center;
  padding: 0;
}
.navbar .list-menu-container.open ul li a {
  padding: 15px;
}
.navbar.scrolling {
  background-color: #fff;
  border-bottom: 0;
  transition: all 0.4s;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.navbar.scrolling .list-menu-container ul li a.link {
  color: #25a7f1;
}
.navbar .menu-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 18px;
}
@media only screen and (max-width: 1200px) {
  .navbar .list-menu-container {
    top: -8px;
  }
  .navbar .list-menu-container ul.list-inline {
    margin-bottom: 0;
  }
  .navbar .list-menu-container ul.list-inline li a {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 992px) {
  .navbar .list-menu-container {
    top: 0px;
    margin-top: 20px;
  }
  .navbar .list-menu-container ul.list-inline {
    margin-bottom: 0;
  }
  .navbar .list-menu-container ul.list-inline li {
    padding: 0px 0;
  }
}

.menu-mobile {
  text-align: right;
}
.menu-mobile .hamburger {
  display: inline-block;
  position: relative;
  height: 47px;
  width: 50px;
  cursor: pointer;
}
.menu-mobile .hamburger .container-hambuger {
  top: 15px;
  position: absolute;
  left: 15px;
}
.menu-mobile .hamburger span {
  width: 20px;
  height: 3px;
  background: #003870;
  display: block;
  border-radius: 2px;
  position: absolute;
  transition: all 0.2s;
}
.menu-mobile .hamburger span:nth-child(1) {
  top: 0px;
}
.menu-mobile .hamburger span:nth-child(2) {
  top: 7px;
}
.menu-mobile .hamburger span:nth-child(3) {
  top: 14px;
}
.menu-mobile .hamburger span:nth-child(4) {
  top: 7px;
}
.menu-mobile .hamburger.open span {
  transition: all 0.2s;
}
.menu-mobile .hamburger.open span:nth-child(1) {
  top: 7px;
  opacity: 0;
}
.menu-mobile .hamburger.open span:nth-child(2) {
  transform: rotate(45deg);
}
.menu-mobile .hamburger.open span:nth-child(3) {
  top: 7px;
  opacity: 0;
}
.menu-mobile .hamburger.open span:nth-child(4) {
  transform: rotate(-45deg);
}

.break-desktop {
  display: block;
}
@media only screen and (max-width: 992px) {
  .break-desktop {
    display: inline;
  }
}

.btn-rounded {
  border-radius: 4px !important;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 18px;
  min-width: 220px;
}

.btn {
  z-index: 1;
  overflow: hidden;
  transition: all 0.2s !important;
  display: inline-block;
  padding: 14px 30px;
}

.btn-blue {
  color: #fff;
  background-color: #25a7f1;
  border-color: #25a7f1;
}
.btn-blue:hover, .btn-blue:focus {
  color: #fff;
  background-color: #0e8dd5;
  border-color: #0e8dd5;
}
.btn-blue.btn-inline {
  border: 2px solid #25a7f1;
  background: none;
  color: #25a7f1;
}
.btn-blue.btn-inline:hover, .btn-blue.btn-inline:focus {
  background: #25a7f1;
  color: #fff;
}

.btn-white {
  color: #25a7f1;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover, .btn-white:focus {
  color: #25a7f1;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-white.btn-inline {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}
.btn-white.btn-inline:hover, .btn-white.btn-inline:focus {
  background: #fff;
  color: #25a7f1;
}

.benefit-container {
  position: relative;
  padding: 31px;
}
.benefit-container h3 {
  font-size: 18px;
  font-weight: 400;
  color: #003870;
  margin-top: 40px;
  line-height: 125%;
}
.benefit-container p {
  font-size: 14px;
}
.benefit-container .icon-benefits {
  max-height: 75px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .benefit-container:before, .benefit-container:after {
    display: none;
  }
}

.collection-sbtur {
  background-image: url(../images/background-colecao.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 120px 0px 120px 0px;
  z-index: 0;
}
.collection-sbtur h2 {
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-size: 40px;
  margin-bottom: 80px;
}
.collection-sbtur h2 small {
  display: block;
  font-size: 16px;
  color: #fff;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  line-height: 125%;
  margin-top: 40px;
}
.collection-sbtur .item-collection-container {
  text-align: center;
  padding: 0 35px;
}
.collection-sbtur .item-collection-container h3 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-top: 25px;
  line-height: 125%;
}
.collection-sbtur .item-collection-container p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}
.collection-sbtur .item-collection-container .icon-collection {
  max-height: 75px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .collection-sbtur .item-collection-container {
    margin-bottom: 60px;
  }
  .collection-sbtur .item-collection-container:last-child {
    margin-bottom: 0;
  }
}

.service {
  position: relative;
  background: #25a7f1;
  z-index: 0;
}
.service:before {
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 0.1;
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: -1;
}
.service .service-container {
  display: flex;
  align-items: center;
  align-content: center;
  padding: 100px 0;
}
.service .service-container ul.list-inline {
  text-align: center;
}
.service .service-container ul.list-inline li figure img {
  min-width: 50px;
}
.service .service-container h2 {
  color: #fff;
  font-weight: 400;
  text-align: center;
  max-width: 330px;
  font-size: 42px;
  line-height: 125%;
  margin: 0 auto;
}
.service .service-container .service-item {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 30px;
}
.service .service-container .service-item a {
  color: #fff;
  text-decoration: underline;
  text-decoration-style: dashed;
}
.service .service-container .service-item:first-child {
  margin-top: 0px;
}
.service .service-container .service-item h3 {
  font-size: 20px;
  color: #003870;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
}
.service .service-container .service-item p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}
.service .service-container .screen-50 {
  width: 50%;
  padding: 0 15px;
}
.service .service-container .title p {
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 150%;
  padding: 0 70px;
  margin: 0px 0 30px 0;
}
@media only screen and (max-width: 992px) {
  .service:before {
    display: none;
  }
  .service .service-container {
    flex-direction: column;
  }
  .service .service-container ul.list-inline {
    margin-bottom: 50px;
  }
  .service .service-container .screen-50 {
    width: 100%;
    padding: 0 15px;
  }
  .service .service-container h3, .service .service-container p {
    text-align: center;
  }
}

.destiny {
  padding: 100px 0;
}

.list-offers-model h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #003870;
  margin-bottom: 35px;
}
.list-offers-model .thumb-offers-model {
  background-image: url(../images/bg-teste-destino.jpg);
  background-position: center center;
  background-size: auto 100%;
  border-radius: 10px;
  position: relative;
  height: 280px;
  transition: all 0.2s;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
.list-offers-model .thumb-offers-model:before {
  position: absolute;
  transition: all 0.2s;
  content: "";
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
  left: 0;
  right: 0;
  bottom: 0;
  top: 60%;
  width: 100%;
}
.list-offers-model .thumb-offers-model .label-offers {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  background: #003870;
  padding: 15px 20px;
  color: #fff;
  font-weight: 700;
}
.list-offers-model .thumb-offers-model .content-offers-model {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  overflow: hidden;
  transition: all 0.2s;
}
.list-offers-model .thumb-offers-model .content-offers-model h3 {
  color: #fff;
  display: block;
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 125%;
}
.list-offers-model .thumb-offers-model .content-offers-model h3 small {
  display: block;
  color: #fff;
  font-weight: 400;
  margin-top: 5px;
  line-height: 125%;
}
.list-offers-model .thumb-offers-model .content-offers-model h3 small.type-offer {
  font-weight: 700;
  margin-bottom: 2px;
}
.list-offers-model .thumb-offers-model:hover {
  background-size: auto 120%;
  transition: all 0.2s;
}
.list-offers-model .thumb-offers-model:hover .content-offers-model {
  bottom: 0px;
  transition: all 0.2s;
}
@media only screen and (max-width: 480px) {
  .list-offers-model .thumb-offers-model {
    height: 340px;
  }
  .list-offers-model .thumb-offers-model .content-destiny-model {
    position: absolute;
    bottom: 0px;
    padding: 20px;
    overflow: hidden;
    transition: all 0.2s;
  }
  .list-offers-model .thumb-offers-model .content-destiny-model h3 {
    color: #fff;
    display: block;
  }
}

.list-blog {
  background-color: #F7F3F4;
}

.list-destiny-model h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #003870;
  margin-bottom: 35px;
}
.list-destiny-model .thumb-destiny-model {
  background-image: url(../images/bg-teste-destino.jpg);
  background-position: center center;
  background-size: auto 100%;
  border-radius: 10px;
  position: relative;
  height: 280px;
  transition: all 0.2s;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
.list-destiny-model .thumb-destiny-model:before {
  position: absolute;
  transition: all 0.2s;
  content: "";
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
  left: 0;
  right: 0;
  bottom: 0;
  top: 30%;
  width: 100%;
}
.list-destiny-model .thumb-destiny-model:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.list-destiny-model .thumb-destiny-model .content-destiny-model {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  overflow: hidden;
  transition: all 0.2s;
}
.list-destiny-model .thumb-destiny-model .content-destiny-model h3 {
  color: #fff;
  display: block;
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 125%;
  text-align: left;
}
.list-destiny-model .thumb-destiny-model .content-destiny-model h3 small {
  display: block;
  color: #fff;
  font-weight: 400;
  margin-top: 5px;
  line-height: 125%;
}
.list-destiny-model .thumb-destiny-model:hover {
  background-size: auto 120%;
  transition: all 0.2s;
}
.list-destiny-model .thumb-destiny-model:hover .content-destiny-model {
  bottom: 0px;
  transition: all 0.2s;
}
@media only screen and (max-width: 480px) {
  .list-destiny-model .thumb-destiny-model {
    height: 270px;
    background-size: cover;
  }
  .list-destiny-model .thumb-destiny-model .content-destiny-model {
    position: absolute;
    bottom: 0px;
    padding: 20px;
    overflow: hidden;
    transition: all 0.2s;
  }
  .list-destiny-model .thumb-destiny-model .content-destiny-model h3 {
    color: #fff;
    display: block;
  }
}

.menu-mobile {
  text-align: right;
  display: inline-block;
  float: right;
}

.menu-mobile .hamburger {
  display: inline-block;
  position: relative;
  height: 47px;
  width: 50px;
  cursor: pointer;
}

.menu-mobile .hamburger .container-hambuger {
  top: 15px;
  position: absolute;
  left: 15px;
}

.menu-mobile .hamburger span {
  width: 20px;
  height: 3px;
  background: #25a7f1;
  display: block;
  border-radius: 2px;
  position: absolute;
  transition: all 0.2s;
}

.menu-mobile .hamburger.open span {
  background: #25a7f1;
}

.navbar.scrolling .menu-mobile .hamburger span {
  background: #25a7f1;
}

.menu-mobile .hamburger span:nth-child(1) {
  top: 0px;
}

.menu-mobile .hamburger span:nth-child(2) {
  top: 7px;
}

.menu-mobile .hamburger span:nth-child(3) {
  top: 14px;
}

.menu-mobile .hamburger span:nth-child(4) {
  top: 7px;
}

.menu-mobile .hamburger.open span {
  transition: all 0.2s;
}

.menu-mobile .hamburger.open span:nth-child(1) {
  top: 7px;
  opacity: 0;
}

.menu-mobile .hamburger.open span:nth-child(2) {
  transform: rotate(45deg);
}

.menu-mobile .hamburger.open span:nth-child(3) {
  top: 7px;
  opacity: 0;
}

.menu-mobile .hamburger.open span:nth-child(4) {
  transform: rotate(-45deg);
}

.testimonials-container {
  background: #003870;
  padding: 80px;
  border-radius: 80px;
}
.testimonials-container h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  max-width: 530px;
  margin: 0 auto;
}
.testimonials-container article .testimonial-container {
  max-width: 330px;
  margin: 0 auto;
  padding-left: 42px;
  position: relative;
  margin-top: 50px;
}
.testimonials-container article .testimonial-container:before {
  content: "";
  position: absolute;
  background-image: url("../images/quotes.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 20px;
  top: 7px;
  left: 0px;
}
.testimonials-container article .testimonial-container .testimonial-content {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.testimonials-container article .testimonial-container .testimonial-author-container {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.testimonials-container article .testimonial-container .testimonial-author-container img {
  width: 52px;
  height: 52px;
  object-fit: cover;
}
.testimonials-container article .testimonial-container .testimonial-author-container .testimonial-author {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-left: 10px;
}
.testimonials-container article .testimonial-container .testimonial-author-container .testimonial-author span {
  font-size: 14px;
  display: block;
  color: #fff;
  font-weight: 400;
}
.testimonials-container .conteudos-depoimentos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.testimonials-container .conteudos-depoimentos article {
  margin: 0 20px;
  width: calc(33.33% - 40px);
}
@media only screen and (max-width: 991px) {
  .testimonials-container .conteudos-depoimentos article {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-container {
    padding: 50px 30px;
    border-radius: 50px;
  }
}

.list-destiny-model, .list-offers-model {
  padding: 70px 0;
  border-bottom: 1px solid #E3E3E3;
}
.list-destiny-model.last-child, .list-offers-model.last-child {
  border-bottom: none;
}

.showcase-intern {
  margin-top: 126px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  background-size: cover;
  position: relative;
  background-position: center;
}
@media only screen and (max-width: 1199px) {
  .showcase-intern {
    margin-top: 83px;
  }
}
.showcase-intern.showcase-intern-before:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  background: #fff;
}
.showcase-intern h1 {
  margin-bottom: 30px;
  margin-top: 0;
  color: #fff;
  font-weight: 600;
  font-size: 28px;
}
.showcase-intern h1 small {
  display: block;
  color: #fff;
}
.showcase-intern .header-component-container {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.showcase-intern .header-component-container .form-control {
  border: 1px solid #D3D3D3;
}
.showcase-intern .header-component-container p {
  color: #95989A;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}
.showcase-intern .header-component-container .tab-content {
  padding: 50px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.showcase-intern .header-component-container .tab-content .tab-pane {
  max-width: 550px;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .showcase-intern .header-component-container .tab-content {
    padding: 20px;
  }
}
.showcase-intern .header-component-container ul.nav-tabs {
  border-radius: 4px 4px 0 0;
}
.showcase-intern .header-component-container ul.nav-tabs li {
  width: 50%;
  text-align: center;
}
.showcase-intern .header-component-container ul.nav-tabs li:first-child {
  border-radius: 4px 0 0 0;
}
.showcase-intern .header-component-container ul.nav-tabs li:first-child a {
  border-radius: 4px 0 0 0;
}
.showcase-intern .header-component-container ul.nav-tabs li:last-child {
  border-radius: 0 4px 0 0;
}
.showcase-intern .header-component-container ul.nav-tabs li:last-child a {
  border-radius: 0 4px 0 0;
}
.showcase-intern .header-component-container ul.nav-tabs li a {
  text-transform: none;
  background-color: #EFEFEF;
  color: #95989A;
  font-weight: 400 !important;
}
.showcase-intern .header-component-container ul.nav-tabs li.active a, .showcase-intern .header-component-container ul.nav-tabs li.active a:hover, .showcase-intern .header-component-container ul.nav-tabs li.active a:focus {
  border-color: #ffffff;
  color: #25a7f1;
  background-color: #ffffff;
  font-weight: 700 !important;
}
.showcase-intern.showcase-intern-destiny {
  background: #003870;
}
.showcase-intern.showcase-intern-contact {
  background-image: url("../images/bg-hero-contato.jpg");
  padding-top: 50px;
  min-height: 430px;
}
@media only screen and (max-width: 768px) {
  .showcase-intern.showcase-intern-contact {
    padding-top: 0px;
    min-height: 280px;
  }
}
.showcase-intern.showcase-intern-gradient {
  position: relative;
}
.showcase-intern.showcase-intern-gradient:before {
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 30%;
  width: 100%;
}

.list-carousel .list-destiny-model .thumb-destiny-model {
  margin-bottom: 20px;
}

.slick-prev:before, .slick-next:before {
  color: #26A7F1 !important;
}

@media only screen and (min-width: 768px) {
  .offer-nav {
    background: #003870;
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    z-index: 4;
    text-align: center;
  }
  .offer-nav p {
    color: #fff;
    font-weight: 400;
  }
  .offer-nav p a {
    color: #128FCF;
    font-weight: 600;
  }
  .offer-nav .close-offer-nav {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0.5;
  }
  .offer-nav .close-offer-nav span {
    width: 20px;
    height: 3px;
    background: #fff;
    display: block;
    border-radius: 2px;
    position: absolute;
    transition: all 0.2s;
    top: 23px;
    left: 15px;
  }
  .offer-nav .close-offer-nav span:nth-child(1) {
    transform: rotate(45deg);
  }
  .offer-nav .close-offer-nav span:nth-child(2) {
    transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 768px) {
  .offer-nav {
    background: #002b57;
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    padding: 20px;
    min-height: 80px;
    display: flex;
    align-items: center;
    z-index: 4;
    text-align: center;
  }
  .offer-nav p {
    color: #fff;
    font-weight: 400;
  }
  .offer-nav p a {
    color: #128FCF;
    font-weight: 600;
  }
  .offer-nav .close-offer-nav {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0.5;
  }
  .offer-nav .close-offer-nav span {
    width: 20px;
    height: 3px;
    background: #fff;
    display: block;
    border-radius: 2px;
    position: absolute;
    transition: all 0.2s;
    top: 23px;
    left: 15px;
  }
  .offer-nav .close-offer-nav span:nth-child(1) {
    transform: rotate(45deg);
  }
  .offer-nav .close-offer-nav span:nth-child(2) {
    transform: rotate(-45deg);
  }
}
.container-contact {
  padding-top: 90px;
  padding-bottom: 90px;
}
.container-contact .resume-contact {
  color: #95989A;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
}
.container-contact .resume-contact small {
  display: block;
  line-height: 150%;
  font-weight: 400;
  font-size: 14px;
}
.container-contact .info-contact-container {
  max-width: 400px;
}
.container-contact .info-contact-container h3 {
  color: #003870;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 30px;
  line-height: 150%;
}
.container-contact .info-contact-container p.phone {
  color: #003870;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .container-contact .resume-contact {
    text-align: center;
  }
  .container-contact .info-contact-container {
    text-align: center;
    margin: 0 auto;
  }
  .container-contact .info-contact-container:last-child {
    margin-bottom: 40px;
  }
}

.agencies-contact {
  background: #25a7f1;
  padding-top: 90px;
  padding-bottom: 90px;
  font-weight: 400;
  text-align: center;
}
.agencies-contact h3 {
  color: #fff;
  font-weight: 400;
  font-size: 31px;
  line-height: 42px;
  margin-bottom: 40px;
}
.agencies-contact h3 small {
  display: block;
  margin-top: 30px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 25.88px;
}

.form-group ~ .form-group {
  margin-bottom: 15px;
}

.radio-options label {
  color: #626262 !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

.resume-about {
  padding: 125px 0 125px 0;
}
.resume-about p {
  font-size: 16px;
  line-height: 150%;
}
.resume-about h2 {
  color: #003870;
  font-size: 32px;
  line-height: 150%;
  max-width: 340px;
  margin: 0 auto;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 991px) {
  .resume-about {
    text-align: center;
    padding: 50px 0 100px 0;
  }
  .resume-about h2 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .resume-about h2 {
    font-size: 24px;
  }
}

.acreditamos {
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: center;
}
.acreditamos:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background-image: url("../images/bg-acreditamos.png");
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.acreditamos article {
  max-width: 348px;
  margin: 0 auto;
}
.acreditamos article h2 {
  color: #003870;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  .acreditamos:before {
    width: 100%;
    height: 240px;
  }
  .acreditamos article {
    margin-top: 270px;
    text-align: center;
  }
}

.cta-middle {
  padding: 140px 0;
  text-align: center;
}
.cta-middle h2 {
  max-width: 518px;
  color: #003870;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cta-middle {
    margin-top: 90px;
    background: #F7F5F5;
    padding: 80px 0;
  }
  .cta-middle h2 {
    font-size: 22px;
  }
}

.benefits h2 {
  font-size: 30px;
  font-weight: 400;
  color: #003870;
  text-align: left;
}
.benefits ul li {
  font-weight: 400;
  font-size: 16px;
  padding: 6px 0;
  list-style: none;
  padding-left: 0;
  position: relative;
}
.benefits ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 7px;
  transform: rotate(135deg);
  border-top: 3px solid #0090CF;
  border-right: 3px solid #0090CF;
  top: calc(50% - 5px);
  left: -23px;
}
.benefits p {
  font-weight: 400;
  font-size: 16px;
}
.benefits .img-right {
  padding: 50px 0;
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
}
.benefits .img-right:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 100%;
  background-image: url("../images/bg-como-funciona-1.png");
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.benefits .img-left {
  margin-top: 100px;
  padding: 50px 0;
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
}
.benefits .img-left:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 100%;
  background-image: url("../images/bg-como-funciona-2.png");
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .benefits .img-right {
    padding: 50px 0 0 0;
  }
  .benefits .img-right:before {
    width: 100%;
    height: 240px;
  }
  .benefits .img-left {
    padding: 0 0;
    margin-top: 0px;
  }
  .benefits .img-left:before {
    display: none;
  }
  .benefits h2 {
    padding: 25px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 70px;
  }
  .benefits p {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 20px;
  }
  .benefits p:before {
    left: 10px;
  }
  .benefits p.s3 {
    margin-top: 0;
  }
}

.what-is {
  margin: 100px 0 0 0;
}
.what-is h2 {
  font-size: 30px;
  font-weight: 400;
  color: #003870;
  text-align: left;
}
.what-is ul li {
  font-weight: 400;
  font-size: 16px;
  padding: 6px 0;
  list-style: none;
  padding-left: 0;
  position: relative;
}
.what-is ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 7px;
  transform: rotate(135deg);
  border-top: 3px solid #0090CF;
  border-right: 3px solid #0090CF;
  top: calc(50% - 5px);
  left: -23px;
}
.what-is .container-what-is {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
}
.what-is .container-what-is:before {
  position: absolute;
  content: "";
  width: 50%;
  height: calc(100% - 30px);
  background-image: url("../images/bg-como-funciona-2.png");
  top: 0;
  left: 15px;
  background-repeat: no-repeat;
  background-size: cover;
}
.what-is p {
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 991px) {
  .what-is .container-what-is {
    text-align: center;
  }
  .what-is .container-what-is:before {
    width: calc(100% - 30px);
    left: 15px;
    max-height: 270px;
  }
  .what-is h2 {
    margin-top: 310px;
    text-align: center;
  }
  .what-is p {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 20px;
    text-align: center;
  }
  .what-is p:before {
    left: 10px;
  }
  .what-is p.s3 {
    margin-top: 0;
  }
}

.how-it-works {
  padding: 100px 0;
}
.how-it-works .container-hiw {
  background: #F7F5F5;
  padding: 100px 70px;
}
.how-it-works h2 {
  font-size: 30px;
  font-weight: 400;
  color: #003870;
  text-align: center;
}
.how-it-works .container-item--hiw {
  max-width: 523px;
  padding-left: 65px;
  margin: 50px 0;
  position: relative;
  z-index: 1;
}
.how-it-works .container-item--hiw h3 {
  font-size: 20px;
  font-weight: 400;
  color: #003870;
}
.how-it-works .container-item--hiw:before {
  position: absolute;
  z-index: -1;
  color: #ebebeb;
  font-size: 155px;
  top: -60px;
  left: 20px;
  width: 238px;
  height: 200px;
  font-weight: 600;
}
.how-it-works .container-item--hiw.s1:before {
  content: "1";
}
.how-it-works .container-item--hiw.s2:before {
  content: "2";
}
.how-it-works .container-item--hiw.s3:before {
  content: "3";
}
.how-it-works .container-item--hiw.s4:before {
  content: "4";
}
@media (max-width: 991px) {
  .how-it-works .img-right {
    padding: 50px 0 0 0;
  }
  .how-it-works .img-right:before {
    width: 100%;
    height: 240px;
  }
  .how-it-works .img-left {
    padding: 0 0;
    margin-top: 0px;
  }
  .how-it-works .img-left:before {
    display: none;
  }
  .how-it-works .container-hiw {
    padding: 20px;
  }
  .how-it-works .container-hiw .container-item--hiw {
    padding-left: 30px;
  }
  .how-it-works .container-hiw .container-item--hiw:before {
    left: 0;
  }
  .how-it-works h2 {
    text-align: center;
  }
  .how-it-works p {
    max-width: 100%;
  }
  .how-it-works p:before {
    left: 10px;
  }
  .how-it-works p.s3 {
    margin-top: 0;
  }
}

.diferenciais {
  background: #F7F5F5;
  margin-top: 100px;
  padding: 115px 0;
}
.diferenciais article {
  padding: 30px;
}
.diferenciais article h2 {
  font-size: 24px;
  font-weight: 400;
  color: #003870;
  text-align: left;
}
@media (max-width: 991px) {
  .diferenciais {
    margin-top: 60px;
    padding: 60px 0;
  }
  .diferenciais article {
    text-align: center;
    padding: 30px 0;
  }
  .diferenciais article h2 {
    text-align: center;
  }
}

.highlight-financeiro {
  background: #F7F5F5;
  position: relative;
}
.highlight-financeiro:before {
  position: absolute;
  content: "";
  background: #ffffff;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.highlight-financeiro article {
  padding: 85px 20px;
  background: #25a7f1;
}
.highlight-financeiro article h2 {
  color: #fff;
  font-size: 22px;
  max-width: 460px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 768px) {
  .highlight-financeiro article {
    padding: 40px 20px;
  }
  .highlight-financeiro article h2 {
    font-size: 18px;
  }
}

.cta-bottom {
  padding: 150px 0;
}
.cta-bottom article {
  text-align: center;
}
.cta-bottom article h2 {
  font-size: 18px;
  color: #003870;
  line-height: 150%;
  font-weight: 400;
  max-width: 450px;
  text-align: center;
  margin: 0 auto;
}
.cta-bottom article p {
  max-width: 500px;
  text-align: center;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cta-bottom {
    padding: 90px 0;
  }
  .cta-bottom article h2 {
    margin-bottom: 20px;
  }
}

.ind-premiada {
  position: relative;
  margin-bottom: 60px;
}
.ind-premiada:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background-image: url("../images/bg-ind-premiada.png");
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.ind-premiada .flex-center {
  display: flex;
  align-items: center;
}
.ind-premiada h2 {
  color: #fff;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  padding: 220px 0;
}
.ind-premiada article {
  max-width: 366px;
  margin: 0 auto;
}
.ind-premiada article h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #003870;
}
@media (max-width: 991px) {
  .ind-premiada:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 250px;
    background-image: url("../images/bg-ind-premiada.png");
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .ind-premiada .flex-center {
    flex-direction: column;
  }
  .ind-premiada h2 {
    color: #fff;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    padding: 0;
    height: 250px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .ind-premiada article {
    text-align: center;
    max-width: 400px;
  }
}

.navbar .list-menu-container ul li a.active {
  color: #0090CF;
}

.navbar .list-menu-container ul li a.active:before {
  position: absolute;
  content: "";
  bottom: -5px;
  height: 2px;
  background: #0090CF;
  transition: 0.2s;
  width: 30px;
  transition: 0.2s;
  left: calc(50% - 15px);
}

.blog-home {
  background: #F7F5F5;
  padding: 100px 0px;
}
.blog-home h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #003870;
  margin-bottom: 35px;
}
.blog-home .other-posts {
  padding: 0 30px;
}
.blog-home .other-posts h3 {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  color: #003870;
  margin-top: 0;
}
.blog-home .other-posts ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.blog-home .other-posts ul li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.blog-home .other-posts ul li a {
  padding: 7px 0;
  display: block;
  color: #95989A;
  font-size: 14px;
  font-weight: 400;
}
.blog-home .other-posts ul li a:hover {
  color: #128FCF;
}
.blog-home article {
  margin-bottom: 30px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 8px;
  z-index: 0;
}
.blog-home article:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr "#000000", endColorstr="#000000", GradientType=0 );
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 8px;
  left: 0;
  top: 0;
}
.blog-home article a {
  min-height: 220px;
  padding: 30px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  z-index: 1;
  font-size: 18px;
  font-weight: 400;
}

.container-cta-footer {
  padding-top: 80px;
  padding-bottom: 80px;
}
.container-cta-footer h2 {
  font-size: 28px;
}
.container-cta-footer h5 {
  font-size: 16px !important;
}

.cta-footer {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}
.cta-footer h1 {
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 30px;
}
.cta-footer p {
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 30px;
}

#modal-bancos .text-modal .credito {
  margin-top: 50px;
}
#modal-bancos .text-modal .credito ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 30px;
}
#modal-bancos .text-modal .credito ul li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
#modal-bancos .text-modal .credito ul li img {
  width: 90px;
  padding: 0 5px;
  display: inline-block;
  max-height: 40px;
  margin-bottom: 20px;
}
#modal-bancos .text-modal .debito ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 30px;
}
#modal-bancos .text-modal .debito ul li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
#modal-bancos .text-modal .debito ul li img {
  padding: 0 5px;
  display: inline-block;
  max-height: 50px;
  max-width: 110px;
  margin-bottom: 20px;
}

.showcase-about-sbtur {
  background-image: url("../images/bg-about.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 50vh;
  display: flex;
  align-items: center;
  position: relative;
  background-attachment: fixed;
}
.showcase-about-sbtur:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
}
.showcase-about-sbtur h1 {
  font-weight: 500;
  color: white;
  margin: auto;
  text-align: center;
  font-size: 42px;
  max-width: 510px;
  line-height: 135%;
}

.container-plans {
  display: flex;
  padding: 0 50px;
  position: relative;
}
.container-plans:before {
  height: 50%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #F7F5F5;
  content: "";
  position: absolute;
  z-index: -1;
}
.container-plans .plan {
  border: 1px solid #ededed;
  padding: 30px;
  text-align: center;
  width: 25%;
  background: #fff;
}
.container-plans .plan header p {
  color: #003870;
  font-size: 26px;
  padding: 20px 0;
}
.container-plans .plan header h3 {
  color: #003870;
  font-weight: bold;
  font-size: 35px;
  padding: 0 0 20px 0;
}
.container-plans .plan header h3 small {
  color: #003870;
  font-weight: 400;
}
.container-plans .plan main ul {
  padding-left: 0;
  list-style: none;
}
.container-plans .plan main ul li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
  font-weight: 400;
}
.container-plans .plan main ul li:last-child {
  border-bottom: 0;
}
.container-plans .plan:first-child {
  background: #003870;
  position: relative;
  overflow: hidden;
}
.container-plans .plan:first-child:before {
  position: absolute;
  content: "Mais vendido";
  width: 240px;
  height: auto;
  text-transform: uppercase;
  top: 15px;
  left: -80px;
  background: #0090CF;
  line-height: 110%;
  color: #fff;
  font-weight: bold;
  transform: rotate(-45deg);
  padding: 10px 80px;
}
.container-plans .plan:first-child header p {
  color: #fff;
}
.container-plans .plan:first-child header h3 {
  color: #fff;
}
.container-plans .plan:first-child header h3 small {
  color: #fff;
}
.container-plans .plan:first-child main ul {
  padding-left: 0;
  list-style: none;
}
.container-plans .plan:first-child main ul li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #003d7a;
  font-weight: 400;
  color: #fff;
}
.container-plans .plan:first-child main ul li:last-child {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .container-plans {
    flex-direction: column;
  }
  .container-plans .plan {
    width: 100%;
  }
}

.list-plans h2 {
  font-weight: 400;
  color: #003870;
  margin-bottom: 30px;
  text-align: center;
  font-size: 26px;
}
.list-plans .container-features-plans {
  text-align: center;
  background: #F7F5F5;
  padding: 60px 100px;
  margin-bottom: 100px;
}
.list-plans .container-features-plans .row.is-flex {
  flex-flow: wrap;
  align-items: flex-start;
}
.list-plans .container-features-plans p {
  font-size: 16px;
  padding: 20px;
  position: relative;
  text-align: left;
}
.list-plans .container-features-plans p:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 7px;
  transform: rotate(135deg);
  border-top: 3px solid #0090CF;
  border-right: 3px solid #0090CF;
  top: 27px;
  left: 0px;
}

.showcase-plans {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
  color: #fff;
  display: flex;
  align-items: center;
  background-size: cover;
  position: relative;
  background-position: center;
  background-image: url("../images/bg-plans.jpg");
  margin-bottom: 100px;
}
.showcase-plans h1 {
  font-size: 33px;
  line-height: 44px;
}

.sticky {
  top: 170px;
  position: sticky;
  position: -webkit-sticky;
}

.benefits-plans .nav-pills > li > a {
  font-weight: 400 !important;
  padding: 70px 20px 20px 20px !important;
  border-radius: 4px !important;
  max-width: 130px;
  text-align: center;
}
.benefits-plans .nav-pills > li.active > a, .benefits-plans .nav-pills > li.active > a:hover, .benefits-plans .nav-pills > li.active > a:focus {
  background: #003870 !important;
  color: #fff !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
}
.benefits-plans .tab-content {
  margin-top: 30px;
  margin-bottom: 30px;
}
.benefits-plans .tab-content h2 {
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 20px;
  color: #003870;
}
.benefits-plans .tab-content h2 small {
  margin-top: 10px;
  display: block;
  font-size: 18px;
  line-height: 150%;
}
.benefits-plans .tab-content article {
  margin: 20px 0;
}
.benefits-plans .tab-content article h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  color: #003870;
}
.benefits-plans .tab-content article p {
  margin-top: 0;
}
.benefits-plans .img-left {
  margin-top: 100px;
  padding: 50px 0;
  position: relative;
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: flex-start;
}
.benefits-plans .img-left:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 100%;
  background-image: url("../images/bg-showcase-benefits.jpg");
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .benefits-plans .img-right {
    padding: 50px 0 0 0;
  }
  .benefits-plans .img-right:before {
    width: 100%;
    height: 240px;
  }
  .benefits-plans .img-left {
    padding: 0 0;
    margin-top: 0px;
  }
  .benefits-plans .img-left:before {
    display: none;
  }
}

.container-adesao {
  background: #F7F5F5;
  padding: 30px 50px;
  text-align: center;
}
.container-adesao p span.price {
  font-size: 20px;
  font-weight: 700;
  color: #25a7f1;
}
.container-adesao p span.tooltip {
  font-size: 20px;
  font-weight: 700;
  color: #25a7f1;
}

.btn-row {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.btn-row a {
  margin-right: 30px;
}
.btn-row a:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .btn-row {
    flex-direction: column;
  }
  .btn-row a {
    width: 100%;
    margin-bottom: 30px;
  }
  .btn-row a:last-child {
    margin-bottom: 0;
  }
}

.adesao-efet-helper {
  color: #128FCF !important;
  border-bottom: 2px dotted #128FCF;
  position: relative;
}

.adesao-efet-helper:hover {
  cursor: help;
}

.adesao-efet-helper:after {
  position: absolute;
  content: "Adesão é cobrada uma única vez ao se tornar membro";
  color: #5d5d5d;
  font-size: 14px;
  width: 180px;
  padding: 13px;
  line-height: 21px;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
  top: -105px;
  left: calc(50% - 90px);
  height: 92px;
  border-radius: 4px;
  z-index: -1;
  opacity: 0;
  transition: 0.2s;
  text-align: center;
  font-weight: 400;
}

.adesao-efet-helper:before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: -18px;
  z-index: -1;
  left: calc(50% - 5px);
  opacity: 0;
  transition: 0.2s;
}

.adesao-efet-helper:hover:after {
  opacity: 1;
  z-index: 1;
  transition: 0.2s;
}

.adesao-efet-helper:hover:before {
  opacity: 1;
  z-index: 3;
  transition: 0.2s;
}

.alert-success-form {
  text-align: center;
}
.alert-success-form h2 {
  color: #003870;
  font-weight: bold;
}
.alert-success-form h2 small {
  display: block;
}
.alert-success-form p {
  font-size: 16px;
  line-height: 150%;
  margin-top: 20px;
}

.modal-customer {
  text-align: center;
  padding: 0 !important;
}
.modal-customer:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-customer .modal-content {
  padding: 60px;
  position: relative;
}
.modal-customer .modal-content h4 {
  margin-top: 0;
}
.modal-customer .action-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-customer .action-container button:nth-child(1) {
  margin-right: 15px;
}
@media (max-width: 768px) {
  .modal-customer .modal-content {
    padding: 30px;
  }
  .modal-customer .modal-content h4 {
    margin-top: 0;
  }
  .modal-customer .modal-content .action-container {
    flex-direction: column;
  }
  .modal-customer .modal-content .action-container button:nth-child(1) {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.hotel-description {
  font-size: 16px;
  line-height: 175%;
  margin-top: 30px;
}

@-webkit-keyframes bounce {
  from, 2%, 6%, 8%, 10%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  4%, 5% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  7% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  9% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 2%, 6%, 8%, 10%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  4%, 5% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  7% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  9% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  2% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  3% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  4% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  5% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  6% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  8% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  2% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  3% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  4% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  5% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  6% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  8% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

.animated {
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.modal-lancamento {
  text-align: center;
  padding: 0 !important;
}
.modal-lancamento:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-lancamento .modal-content {
  border: 0;
}
.modal-lancamento .modal-content h4 {
  margin-top: 0;
}
.modal-lancamento .modal-content .modal-header {
  background: url(https://sbtur-mkt-objetcs.s3.amazonaws.com/site/pop-up-imagem.jpg);
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 0;
}
.modal-lancamento .modal-content .modal-header h1 {
  margin-top: 150px;
  background: #fff;
  padding: 30px;
  border-radius: 40px 40px 40px 0px;
  color: #3475ED;
  font-weight: 700;
  max-width: 390px;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  line-height: 130%;
  z-index: 2;
}
.modal-lancamento .modal-content .modal-header:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #16307C;
  z-index: -1;
}
.modal-lancamento .modal-content .modal-body {
  background: #16307C;
}
.modal-lancamento .modal-content .modal-footer {
  background: #16307C;
  text-align: center;
  padding: 40px 30px 50px 30px;
}
.modal-lancamento .modal-content .modal-footer p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
.modal-lancamento .modal-content .modal-footer a {
  margin-bottom: 10px;
}
.btn-new-outline-white {
  background: none;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
}
.btn-new-outline-white:hover {
  border: 2px solid #fff;
  color: #16307C;
}

.btn-new-white {
  background: #fff;
  text-transform: uppercase;
  color: #16307C;
  border: 2px solid #fff;
}
.btn-new-white:hover {
  border: 2px solid #fff;
  color: #16307C;
}

.button-close-position {
  position: absolute;
  top: 10px;
  right: 15px;
}

.reactive-ico {
  margin: 0 auto;
  padding: 0;
  height: 80px;
  width: 80px;
}
.reactive-ico img {
  width: 100%;
  height: 90%;
}

.btn-default {
  -webkit-box-shadow: inset 0px 0px 0px 2px #26A7F1;
  -moz-box-shadow: inset 0px 0px 0px 2px #26A7F1;
  box-shadow: inset 0px 0px 0px 2px #26A7F1;
  background: none;
  border: none;
  color: #26A7F1;
}
.btn-default:hover {
  background: #26A7F1;
  color: #fff;
}
.btn-default:focus {
  background: #26A7F1;
  color: #fff;
}

.btn-default-primary {
  -webkit-box-shadow: inset 0px 0px 0px 2px #003870;
  -moz-box-shadow: inset 0px 0px 0px 2px #003870;
  box-shadow: inset 0px 0px 0px 2px #003870;
  background: none;
  border: none;
  color: #003870;
}
.btn-default-primary:focus {
  background: none;
  color: #003870;
  outline: none;
}
.btn-default-primary:hover {
  background: #003870;
  color: #fff;
}

.nav-tabs > li > a {
  margin-right: 0;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.container-itens-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.container-itens-flex .item-flex {
  margin: 0 15px 50px 15px;
  width: calc(25% - 30px);
}
@media only screen and (max-width: 991px) {
  .container-itens-flex .item-flex {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .container-itens-flex .item-flex {
    width: 100%;
  }
}
.container-itens-flex .item-flex-3 {
  margin: 0 15px 50px 15px;
  width: calc(33.33% - 30px);
}
@media only screen and (max-width: 991px) {
  .container-itens-flex .item-flex-3 {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .container-itens-flex .item-flex-3 {
    width: 100%;
  }
}

.form-control {
  height: 45px;
}

label {
  margin: 0px 0px 0px 0px;
  font-size: 100%;
  color: #868686;
  font-weight: 400;
}

.full-width {
  width: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video {
  text-align: center;
  padding: 0 !important;
}
.modal-video .modal-content {
  background: none;
  box-shadow: none;
  border: 0;
}
.modal-video .modal-content .modal-header {
  padding: 0;
  border: 0;
}
.modal-video .modal-content .modal-header h1 {
  color: #fff;
  max-width: 360px;
  margin: 0 auto 20px auto;
}
.modal-video .modal-content .modal-header .close {
  color: #fff;
  text-shadow: none;
  opacity: 0.5;
}
.modal-video .modal-content .modal-header .close:focus {
  color: #fff;
}
.modal-video .modal-content .modal-body {
  padding: 0;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .modal-video .modal-content .modal-header h1 {
    text-align: left;
    margin: 0 0 20px 0;
    font-size: 18px;
    max-width: 230px;
  }
}

.btn-link {
  color: #26A7F1;
}

.float-right {
  float: right;
}

.full-payment {
  background: #003870;
  width: 100%;
  min-height: 100vh;
}
.full-payment .header-payment {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full-payment .header-payment p {
  color: #fff;
  position: relative;
}
.full-payment .header-payment p:before {
  position: absolute;
  content: "";
  background-image: url("../images/seguro.svg");
  width: 22px;
  height: 22px;
  left: -28px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .full-payment .header-payment {
    flex-direction: column;
    height: auto;
    padding: 20px;
  }
  .full-payment .header-payment p {
    margin-top: 10px;
  }
}
.full-payment .footer-payment {
  padding: 20px;
}
.full-payment .footer-payment .selos-container {
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  text-align: right;
}
.full-payment .footer-payment .selos-container img.ssl {
  max-width: 130px;
  display: inline-block;
}
.full-payment .footer-payment .selos-container img.pci {
  max-width: 100px;
  display: inline-block;
}
.full-payment .container-payment {
  height: 80vh;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.full-payment .container-payment.no-full {
  height: auto;
}
.full-payment .container-payment .left {
  width: 65%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 4px 0 0 4px;
}
.full-payment .container-payment .left .container-left {
  border-radius: 4px 0 0 4px;
  width: 100%;
  overflow-y: auto;
  padding: 80px;
}
.full-payment .container-payment .left .container-left p {
  color: #3E3E3E;
}
.full-payment .container-payment .left .container-left.disabled {
  display: none;
}
.full-payment .container-payment .left .container-left.active {
  display: block;
}
.full-payment .container-payment .left .container-step-payment {
  background: #fff;
  position: sticky;
  top: -90px;
  z-index: 1;
  width: 100%;
}
.full-payment .container-payment .left .container-step-payment .step-payment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  list-style: none;
  padding-left: 0;
  background: #fff;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
}
.full-payment .container-payment .left .container-step-payment .step-payment > li {
  width: 100%;
  text-align: center;
  list-style: none;
  pointer-events: none;
}
.full-payment .container-payment .left .container-step-payment .step-payment > li .step-container {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #CECECE;
}
.full-payment .container-payment .left .container-step-payment .step-payment > li .step-container .numero-etapa {
  border-radius: 50px;
  border: 2px solid #CECECE;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CECECE;
}
.full-payment .container-payment .left .container-step-payment .step-payment > li .step-container .nome-etapa {
  max-width: 110px;
  text-align: left;
  margin-left: 10px;
  line-height: 125%;
}
.full-payment .container-payment .left .container-step-payment .step-payment > li.active > .step-container {
  color: #26A7F1;
  border: 2px solid #26A7F1;
  font-weight: bold;
  background: rgba(38, 167, 241, 0.17);
}
.full-payment .container-payment .left .container-step-payment .step-payment > li.active > .step-container .numero-etapa {
  border: 2px solid #26A7F1;
  color: #26A7F1;
}
.full-payment .container-payment .left .footer-left {
  padding: 20px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
}
.full-payment .container-payment .left .footer-left .disabled {
  display: none;
}
.full-payment .container-payment .left .footer-left .active {
  display: flex;
}
.full-payment .container-payment .left .footer-left .footer-left-item {
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.full-payment .container-payment .left h1 {
  font-size: 22px;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 0;
  color: #333;
}
.full-payment .container-payment .left h2 {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #cecece;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #333;
}
.full-payment .container-payment .left .bandeiras-cartoes {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  margin-bottom: 10px;
}
.full-payment .container-payment .left .bandeiras-cartoes img {
  max-width: 35px;
  max-height: 18px;
  margin-right: 10px;
  position: relative;
}
.full-payment .container-payment .right {
  background: #F7F5F5;
  width: 35%;
  padding: 80px;
  border-radius: 0 4px 4px 0;
}
.full-payment .container-payment .right .container-right ul {
  list-style: none;
  padding-left: 0;
  border-bottom: 1px solid #E3E3E3;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.full-payment .container-payment .right .container-right ul li:nth-child(1) {
  font-size: 14px;
  color: #95989A;
}
@media only screen and (max-width: 991px) {
  .full-payment .container-payment {
    flex-direction: column;
    height: 100%;
  }
  .full-payment .container-payment .left {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
    max-height: 90vh;
    border-radius: 4px;
  }
  .full-payment .container-payment .left .container-step-payment .step-payment > li .step-container {
    flex-direction: column;
    height: auto;
    text-align: center;
  }
  .full-payment .container-payment .left .container-step-payment .step-payment > li .step-container .numero-etapa {
    text-align: center;
  }
  .full-payment .container-payment .left .container-step-payment .step-payment > li .step-container .nome-etapa {
    text-align: center;
    margin-left: 0;
    margin-top: 8px;
  }
  .full-payment .container-payment .left .container-left {
    padding: 40px;
  }
  .full-payment .container-payment .left .footer-left {
    padding: 15px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  }
  .full-payment .container-payment .left .footer-left .disabled {
    display: none;
  }
  .full-payment .container-payment .left .footer-left .active {
    display: flex;
  }
  .full-payment .container-payment .left .footer-left .footer-left-item {
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .full-payment .container-payment .left .footer-left .footer-left-item .btn {
    width: 100%;
  }
  .full-payment .container-payment .left .footer-left .footer-left-item .btn-link {
    order: 2;
  }
  .full-payment .container-payment .right {
    order: 0;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 4px;
  }
}
.full-payment .container-payment .sucesso-pagamento {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-payment .container-payment .sucesso-pagamento .conteudo-sucesso-pagamento {
  text-align: center;
}
.full-payment .container-payment .sucesso-pagamento .conteudo-sucesso-pagamento img {
  max-width: 80px;
}
.full-payment .container-payment .sucesso-pagamento .conteudo-sucesso-pagamento h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 8px;
}
.full-payment .container-payment .sucesso-pagamento .conteudo-sucesso-pagamento p {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .full-payment {
    height: 100%;
  }
}

.title-payment h1 {
  color: #fff;
  margin-bottom: 30px;
}

.popup-lateral {
  position: fixed;
  z-index: 1000;
  left: -250px;
  bottom: 20px;
  background: #003870;
  width: 250px;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #fff;
  text-align: center;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.popup-lateral p {
  color: #fff;
  line-height: 150%;
}
.popup-lateral p.highlight {
  font-weight: bold;
  font-size: 18px;
}
.popup-lateral .btn {
  margin-top: 20px;
  width: 100%;
}
.popup-lateral .close {
  float: none;
  width: 25px;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #bdbdbd;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  height: 25px;
  border: 2px solid #003870;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -8px;
  right: -8px;
  background: #fff;
  border-radius: 50%;
}
.popup-lateral:hover {
  transform: scale(1.04);
  transition: all 0.2s;
}
.popup-lateral.show {
  left: 20px;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s;
}
.popup-lateral.hide {
  display: none !important;
}

.popup-telefone {
  z-index: 1001;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-telefone.hide {
  display: none;
}
.popup-telefone .container-popup-telefone {
  background: #fff;
  border-radius: 4px;
  width: 100%;
  max-width: 680px;
  padding: 80px 60px 70px 60px;
  text-align: center;
}
.popup-telefone .container-popup-telefone .content-popup-telefone h2 {
  margin-top: 0;
}
.popup-telefone .container-popup-telefone .content-popup-telefone p {
  font-size: 16px;
}
.popup-telefone .container-popup-telefone .content-popup-telefone .container-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 30px;
}
.popup-telefone .container-popup-telefone .content-popup-telefone .container-buttons .btn {
  margin-bottom: 10px;
}

.popup-aviso {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-aviso .popup-aviso-container {
  background: #fff;
  width: 100%;
  max-width: 700px;
  text-align: center;
  padding: 60px;
  border-radius: 10px;
}
.popup-aviso .popup-aviso-container h1 {
  margin: 0;
  margin-bottom: 15px;
}
.popup-aviso .popup-aviso-container p {
  margin-bottom: 20px;
  font-size: 18px;
}
.popup-aviso .popup-aviso-container p span {
  font-weight: bold;
}
.popup-aviso.close {
  display: none;
}

.popup-aviso-marca {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-aviso-marca .popup-aviso-marca-container {
  background: #003870;
  width: 100%;
  max-width: 900px;
  text-align: center;
  padding: 80px;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  z-index: 0;
  margin: 0 15px;
  border-radius: 20px;
  overflow: hidden;
}
.popup-aviso-marca .popup-aviso-marca-container:before {
  position: absolute;
  content: "";
  background-image: url("../images/bg-descubra.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .popup-aviso-marca .popup-aviso-marca-container {
    padding: 90px 30px 50px 30px;
    flex-direction: column;
  }
  .popup-aviso-marca .popup-aviso-marca-container:before {
    width: 100%;
    height: 220px;
  }
}
.popup-aviso-marca .popup-aviso-marca-container .left {
  width: calc(50% - 30px);
  padding: 0 15px;
  text-align: left;
}
.popup-aviso-marca .popup-aviso-marca-container .left h1 {
  margin: 0;
  margin-bottom: 15px;
  color: #FFF;
  text-align: left;
}
.popup-aviso-marca .popup-aviso-marca-container .left p {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: left;
  color: #fff;
  line-height: 1.5;
}
.popup-aviso-marca .popup-aviso-marca-container .left p span {
  font-weight: bold;
}
.popup-aviso-marca .popup-aviso-marca-container .left .btn-default {
  color: #fff;
  margin-top: 10px;
  border: none;
}
@media only screen and (max-width: 768px) {
  .popup-aviso-marca .popup-aviso-marca-container .left {
    width: 100%;
    text-align: center;
  }
  .popup-aviso-marca .popup-aviso-marca-container .left h1 {
    font-size: 22px;
  }
  .popup-aviso-marca .popup-aviso-marca-container .left h1, .popup-aviso-marca .popup-aviso-marca-container .left p {
    text-align: center;
  }
  .popup-aviso-marca .popup-aviso-marca-container .left .btn-default {
    margin-top: 0;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .popup-aviso-marca .popup-aviso-marca-container .left .btn-default {
    margin-top: 10px;
    margin-left: 0px;
    display: block;
    width: 100%;
  }
  .popup-aviso-marca .popup-aviso-marca-container .left .btn {
    width: 100%;
  }
}
.popup-aviso-marca .popup-aviso-marca-container .right {
  width: calc(50% - 30px);
  padding: 0 15px;
}
.popup-aviso-marca .popup-aviso-marca-container .right .container-img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-aviso-marca .popup-aviso-marca-container .right .container-img figure {
  background-color: #fff;
  padding: 60px;
  border-radius: 80px 80px 80px 0;
}
.popup-aviso-marca .popup-aviso-marca-container .right .container-img figure img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .popup-aviso-marca .popup-aviso-marca-container .right {
    display: none;
  }
}
.popup-aviso-marca .popup-aviso-marca-container .top {
  width: 100%;
  padding: 0 15px;
}
.popup-aviso-marca .popup-aviso-marca-container .top .container-img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-aviso-marca .popup-aviso-marca-container .top .container-img figure {
  background-color: #fff;
  padding: 60px;
  border-radius: 80px 80px 80px 0;
  margin-bottom: 30px;
  max-width: 242px;
}
.popup-aviso-marca .popup-aviso-marca-container .top .container-img figure img {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .popup-aviso-marca .popup-aviso-marca-container .top {
    display: none;
  }
}
.popup-aviso-marca.close {
  display: none;
}

.showcase-home {
  margin-top: 126px;
  background-image: url("https://static.sbtur.com/static/assets/images/slider/banner-vendas-2.jpg");
  background-position: cover;
  background-repeat: no-repeat;
  padding: 150px 0;
}
@media only screen and (max-width: 1199px) {
  .showcase-home {
    margin-top: 83px;
  }
}
.showcase-home .content-showcase {
  background: #fff;
  border-radius: 70px;
  position: relative;
  display: inline-block;
  padding: 80px;
  max-width: 440px;
  margin-left: 30px;
}
.showcase-home .content-showcase:before {
  position: absolute;
  content: "";
  background-image: url(../images/home/mala.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #26A7F1;
  width: 110px;
  height: 100px;
  border-radius: 40px 40px 0 40px;
  top: -30px;
  left: -30px;
}
.showcase-home .content-showcase h1 {
  color: #003870;
  text-align: left;
  font-size: 26px;
  line-height: 32px;
}
.showcase-home .content-showcase p {
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .showcase-home .content-showcase {
    padding: 60px;
    border-radius: 50px;
  }
  .showcase-home .content-showcase:before {
    background-size: 40px;
    width: 90px;
    height: 80px;
    border-radius: 30px 30px 0 30px;
  }
}
@media only screen and (max-width: 479px) {
  .showcase-home .content-showcase {
    padding: 90px 40px 40px 40px;
    border-radius: 50px;
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .showcase-home .content-showcase:before {
    left: calc(50% - 40px);
    width: 90px;
    height: 80px;
    border-radius: 25px 25px 25px 0;
  }
  .showcase-home .content-showcase h1, .showcase-home .content-showcase p {
    text-align: center;
  }
}

.entenda-como-funciona {
  padding-top: 110px;
  padding-bottom: 120px;
}
.entenda-como-funciona h1 {
  max-width: 342px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 90px;
}
.entenda-como-funciona .item-como-funciona {
  text-align: center;
}
.entenda-como-funciona .item-como-funciona figure {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.entenda-como-funciona .item-como-funciona h2 {
  max-width: 152px;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 20px;
}
.entenda-como-funciona .item-como-funciona p {
  text-align: center;
}
.entenda-como-funciona .btn {
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .entenda-como-funciona .item-como-funciona {
    max-width: 280px;
    margin: 0 auto 50px auto;
  }
}
@media only screen and (max-width: 479px) {
  .entenda-como-funciona .btn {
    margin-top: 0px;
  }
}

.o-que-oferece {
  padding-top: 60px;
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}
.o-que-oferece:before {
  position: absolute;
  content: "";
  background: #26A7F1;
  width: 1920px;
  height: 100%;
  border-radius: 80px;
  top: 0;
  left: calc(50% - 140px);
}
.o-que-oferece h1 {
  text-align: left;
  margin-bottom: 40px;
  max-width: 300px;
}
.o-que-oferece .conteudo-oferece {
  position: relative;
  max-width: 410px;
}
.o-que-oferece .conteudo-oferece img {
  border-radius: 50px;
  height: 370px;
  object-fit: cover;
}
.o-que-oferece .conteudo-oferece .balao {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50px 50px 0 50px;
  padding: 35px;
  min-height: 175px;
  -webkit-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  width: calc(100% - 30px);
  position: absolute;
  right: 0;
  bottom: -30px;
}
.o-que-oferece .conteudo-oferece .balao p {
  color: #003870;
  text-align: center;
}
.o-que-oferece .conteudo-oferece .balao p span {
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .o-que-oferece {
    padding-bottom: 80px;
  }
  .o-que-oferece:before {
    left: calc(50% + 180px);
  }
  .o-que-oferece .conteudo-oferece {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .o-que-oferece h1 {
    text-align: center;
    margin: 0 auto 40px auto;
    color: #fff;
  }
  .o-que-oferece:before {
    border-radius: 0px;
    height: 100%;
    top: inherit;
    left: 0;
    bottom: 0;
  }
}

.hoteis-conveniados {
  padding-top: 180px;
  padding-bottom: 180px;
}
.hoteis-conveniados h1 {
  font-size: 28px;
  max-width: 240px;
  text-align: left;
}
.hoteis-conveniados p {
  margin-bottom: 20px;
}
.hoteis-conveniados .container-logo-hoteis {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.hoteis-conveniados .container-logo-hoteis figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  height: 100px;
}
.hoteis-conveniados .container-logo-hoteis figure img {
  max-height: 65px;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .hoteis-conveniados {
    text-align: center;
  }
  .hoteis-conveniados h1 {
    text-align: center;
    margin: 0 auto;
  }
  .hoteis-conveniados p {
    text-align: center;
  }
  .hoteis-conveniados .container-logo-hoteis {
    justify-content: center;
    margin-top: 50px;
  }
  .hoteis-conveniados .container-logo-hoteis figure {
    width: 50%;
  }
}

.destinos-hoteis {
  padding-top: 120px;
  padding-bottom: 120px;
}
.destinos-hoteis .slick-prev, .destinos-hoteis .slick-next {
  padding: 20px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid #ccc;
  border-radius: 10px;
  transition: all 0.2s;
}
.destinos-hoteis .slick-prev:before, .destinos-hoteis .slick-next:before {
  content: "";
  border: solid #26A7F1;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  top: 14px;
  position: absolute;
  left: 17px;
}
.destinos-hoteis .slick-prev:hover, .destinos-hoteis .slick-prev:focus, .destinos-hoteis .slick-next:hover, .destinos-hoteis .slick-next:focus {
  background: rgba(255, 255, 255, 0.65);
  transition: all 0.2s;
}
.destinos-hoteis .destinos-hoteis .slick-prev:hover, .destinos-hoteis .destinos-hoteis .slick-prev:focus, .destinos-hoteis .destinos-hoteis .slick-next:hover, .destinos-hoteis .destinos-hoteis .slick-next:focus {
  background: rgba(255, 255, 255, 0.65);
}
.destinos-hoteis h1 {
  text-align: center;
  max-width: 380px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.destinos-hoteis .destinos-hoteis-esquerda {
  position: relative;
}
.destinos-hoteis .destinos-hoteis-esquerda:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(153deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.462622549) 100%);
  border-radius: 80px;
  z-index: 0;
}
.destinos-hoteis .destinos-hoteis-esquerda .destino-destaque {
  border-radius: 80px;
}
.destinos-hoteis .destinos-hoteis-esquerda h2 {
  font-size: 38px;
  text-align: right;
  position: absolute;
  color: #fff;
  z-index: 3;
  width: 100%;
  padding: 40px;
  bottom: 0;
  right: 0;
  margin: 0;
  line-height: 150%;
}
.destinos-hoteis .destinos-hoteis-esquerda h2 span {
  display: block;
  font-size: 56px;
}
.destinos-hoteis .destinos-hoteis-esquerda a {
  position: absolute;
  top: -20px;
  left: -20px;
  color: #fff;
  font-size: 18px;
  padding: 40px;
  background: #26A7F1;
  border-radius: 30px 30px 0 30px;
}
.destinos-hoteis .destinos-hoteis-direita {
  text-align: center;
}
.destinos-hoteis .destinos-hoteis-direita .item-thumb-destinos {
  margin: 0 8px 30px 8px;
}
.destinos-hoteis .destinos-hoteis-direita .thumb-hoteis {
  margin: 30px 0 10px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.destinos-hoteis .destinos-hoteis-direita .thumb-hoteis a {
  transition: all 0.2s;
}
.destinos-hoteis .destinos-hoteis-direita .thumb-hoteis a img {
  border-radius: 20px;
  max-width: 115px;
}
.destinos-hoteis .destinos-hoteis-direita .thumb-hoteis a:hover {
  transform: scale(1.1);
  transition: all 0.2s;
}
@media only screen and (max-width: 1199px) {
  .destinos-hoteis .destinos-hoteis-esquerda .destino-destaque {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .destinos-hoteis .destinos-hoteis-direita .thumb-hoteis a img {
    border-radius: 20px;
    max-width: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .destinos-hoteis .destinos-hoteis-esquerda {
    margin-bottom: 30px;
  }
  .destinos-hoteis .destinos-hoteis-direita .thumb-hoteis a img {
    border-radius: 20px;
    max-width: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .destinos-hoteis .destinos-hoteis-esquerda:before {
    border-radius: 50px;
  }
  .destinos-hoteis .destinos-hoteis-esquerda .destino-destaque {
    border-radius: 50px;
  }
  .destinos-hoteis .destinos-hoteis-esquerda h2 {
    font-size: 26px;
    width: 100%;
    right: 0;
  }
  .destinos-hoteis .destinos-hoteis-esquerda h2 span {
    font-size: 38px;
  }
  .destinos-hoteis .destinos-hoteis-esquerda a {
    padding: 30px;
    font-size: 14px;
    left: 0;
    top: -15px;
  }
  .destinos-hoteis .destinos-hoteis-direita .thumb-hoteis a img {
    border-radius: 20px;
    max-width: 80px;
  }
}

.banner-beneficios, .banner-beneficios-mobile {
  margin-top: 126px;
}
@media only screen and (max-width: 1199px) {
  .banner-beneficios, .banner-beneficios-mobile {
    margin-top: 83px;
  }
}

.banner-beneficios, .banner-beneficios img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 1199px) {
  .banner-beneficios, .banner-beneficios img {
    height: 250px;
    object-fit: contain;
  }
}

.banner-beneficios-mobile, .banner-beneficios-mobile img {
  width: 100%;
  height: 380px;
  object-fit: contain;
  object-position: center;
}
@media only screen and (max-width: 479px) {
  .banner-beneficios-mobile, .banner-beneficios-mobile img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
  }
}

.explicacao-beneficios {
  padding: 100px 0;
  position: relative;
}
.explicacao-beneficios h1 {
  font-size: 28px;
  text-align: left;
}
.explicacao-beneficios img {
  border-radius: 60px 60px 60px 0;
  height: 380px;
  object-fit: cover;
  object-position: center;
}
.explicacao-beneficios .acoes-beneficios {
  margin-top: 20px;
  display: inline-block;
}
.explicacao-beneficios .acoes-beneficios a {
  margin-right: 20px;
  margin-bottom: 10px;
}
.explicacao-beneficios:before {
  position: absolute;
  content: "";
  width: calc(50% + 200px);
  height: 440px;
  background: #F7F5F5;
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .explicacao-beneficios h1, .explicacao-beneficios p {
    text-align: center;
  }
  .explicacao-beneficios img {
    margin: 0 auto;
  }
  .explicacao-beneficios .acoes-beneficios {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .explicacao-beneficios:before {
    display: none;
  }
}

.listagem-beneficios {
  padding: 0 0 100px 0;
}

.container-beneficios {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.container-beneficios .item-beneficio {
  margin: 0 15px 30px 15px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  padding: 15px;
  width: calc(33.3% - 30px);
}
.container-beneficios .item-beneficio img {
  width: 100%;
  max-width: 90px;
  object-fit: contain;
}
.container-beneficios .item-beneficio .conteudo-beneficio {
  margin-left: 15px;
}
.container-beneficios .item-beneficio .conteudo-beneficio .perc-desconto {
  font-size: 12px;
  color: #26A7F1;
  font-weight: bold;
  border: 1px solid #26A7F1;
  display: inline-block;
  padding: 6px;
  line-height: 8px;
  border-radius: 4px;
  margin-bottom: 5px;
}
.container-beneficios .item-beneficio .conteudo-beneficio .nome-servico {
  color: #95989A;
  font-size: 12px;
}
.container-beneficios .item-beneficio .conteudo-beneficio .descricao-servico {
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1199px) {
  .container-beneficios .item-beneficio {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .container-beneficios .item-beneficio {
    width: calc(33.3% - 30px);
    justify-content: center;
    flex-direction: column;
  }
  .container-beneficios .item-beneficio .conteudo-beneficio {
    margin-left: 0px;
    margin-top: 5px;
  }
  .container-beneficios .item-beneficio .conteudo-beneficio .perc-desconto {
    line-height: 14px;
    text-align: center;
  }
  .container-beneficios .item-beneficio .conteudo-beneficio .nome-servico {
    display: none;
  }
  .container-beneficios .item-beneficio .conteudo-beneficio .descricao-servico {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .container-beneficios .item-beneficio {
    width: calc(50% - 30px);
    justify-content: center;
    flex-direction: column;
  }
}

.dropdown-beneficios {
  margin-bottom: 30px;
  width: 100%;
  max-width: 270px;
}
.dropdown-beneficios .dropdown-toggle {
  position: relative;
  padding-right: 42px;
  width: 100%;
}
.dropdown-beneficios .dropdown-toggle:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  top: calc(50% - 4px);
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.dropdown-beneficios .dropdown-menu {
  width: 100%;
  background: #fff;
  display: none;
}
.dropdown-beneficios.open .dropdown-menu {
  display: flex;
  flex-direction: column;
}
.dropdown-beneficios.open .dropdown-menu a {
  padding: 10px;
  color: #626262;
  font-weight: normal;
  font-size: 14px;
}
.dropdown-beneficios.open .dropdown-menu a:hover {
  background: #F7F5F5;
}
@media only screen and (max-width: 991px) {
  .dropdown-beneficios {
    margin: 0 auto 30px auto;
  }
}

/*
  CSS for hoteis-detalhes page
*/
.bg-complete-darker {
  background-color: #208fcf;
}

/* Hoteis-*/
.page-hero {
  text-align: center;
  padding: 100px 0;
  background-size: cover;
  position: relative;
}

.page-hero h1, .page-hero h4 {
  font-weight: 500;
  color: white;
  margin: auto;
  max-width: 700px;
}

.hotel-detalhe-header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url("../images/hoteis-detalhes/dallonder_header.png");
}

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

.rounded {
  border-radius: 4px;
}

@media (max-width: 768px) {
  .show-for-md-up {
    display: none;
  }

  .text-center-for-sm-down {
    text-align: center;
  }
}
@media (min-width: 970px) {
  .b-r-for-md-up {
    border-right: 1px solid #d6d6d6;
  }
}
.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.hotel-detalhe-card {
  padding: 60px 30px;
  text-align: center;
}

.hotel-btn {
  background: #003870;
}

.hotel-link {
  text-decoration: underline;
}

/* Owl Carousel navigation*/
.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  margin-left: -20px;
  display: block !important;
}

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  right: -10px;
  display: block !important;
}

.owl-prev i, .owl-next i {
  color: #ddd;
}

@media (min-width: 800px) {
  .owl-prev {
    margin-left: -28px;
  }

  .owl-next {
    right: -20px;
  }
}
@media (min-width: 1300px) {
  .owl-prev {
    margin-left: -45px;
  }

  .owl-next {
    right: -38px;
  }
}
@media (max-width: 991px) {
  .m-t-xs-10 {
    margin-top: 10px;
  }
}
.morecontent span {
  display: none;
}

.morelink {
  display: block;
}

.vitrine-leitura-hotel {
  margin-top: 126px;
}
@media only screen and (max-width: 1199px) {
  .vitrine-leitura-hotel {
    margin-top: 83px;
  }
}
.vitrine-leitura-hotel .banner-leitura-hotel {
  margin: 60px auto 80px auto;
  padding: 100px 30px;
  border-radius: 60px 60px 60px 0;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.vitrine-leitura-hotel .banner-leitura-hotel span {
  color: #fff;
  background: #26A7F1;
  font-weight: bold;
  font-size: 12px;
  padding: 6px;
  border-radius: 4px;
}
.vitrine-leitura-hotel .banner-leitura-hotel h1 {
  font-weight: 600;
  color: #fff;
}
.vitrine-leitura-hotel .banner-leitura-hotel p {
  color: #fff;
}

.resumo-hotel {
  padding-top: 0px;
  padding-bottom: 120px;
}
.resumo-hotel img {
  border-radius: 8px;
}

.recursos-hoteis {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #F7F5F5;
}
.recursos-hoteis h3 {
  color: #003870;
  font-weight: bold;
  text-align: left;
  font-size: 16px;
}

.demo-map {
  height: 364px;
}

.informacoes-gerais, .locais-proximos {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.informacoes-gerais h3, .locais-proximos h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.endereco {
  background: #F7F5F5;
  padding: 30px;
}
.endereco p {
  text-align: center;
}

.container-hotel-category {
  display: flex;
  align-items: row;
  flex-wrap: wrap;
  margin-top: 30px;
}
.container-hotel-category .hotel-category {
  margin-left: 20px;
  width: 80px;
  text-align: center;
  margin-bottom: 20px;
}

.resume-destiny {
  padding-top: 0px;
  padding-bottom: 120px;
}
.resume-destiny h2 {
  color: #003870;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: left;
  margin-top: 0;
}
.resume-destiny .resume-destiny-content p {
  max-height: 230px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 10px;
  color: #737677;
  font-weight: 400;
}
.resume-destiny .resume-destiny-content a {
  font-weight: 400;
  cursor: pointer;
}
.resume-destiny .resume-destiny-content a span.hiden {
  display: none;
}
.resume-destiny .resume-destiny-content a span.continue {
  display: block;
}
.resume-destiny .resume-destiny-content a.reading-more span.continue {
  display: none;
}
.resume-destiny .resume-destiny-content a.reading-more span.hiden {
  display: block;
}
.resume-destiny .resume-destiny-content.open p {
  max-height: 600px;
  transition: max-height 0.2s ease-in;
}

.conversion-destiny {
  margin-left: 30px;
}
.conversion-destiny .conversion-destiny-title {
  background: #003870;
  border-radius: 4px 4px 0 0;
  padding: 20px 40px;
}
.conversion-destiny .conversion-destiny-title h3 {
  display: block;
  text-align: center;
  margin: 0 0 0 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  margin-top: 0px;
}
.conversion-destiny .conversion-destiny-content {
  padding: 20px 40px;
  border: 1px solid #E3E3E3;
  border-top: none;
  text-align: center;
}
.conversion-destiny .conversion-destiny-content p {
  margin-bottom: 0;
  font-weight: 400;
}
.conversion-destiny .conversion-destiny-content a {
  margin-top: 20px;
}
@media only screen and (max-width: 1200px) {
  .conversion-destiny {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 992px) {
  .conversion-destiny {
    margin-left: 0px;
    margin-top: 40px;
  }
}

.hotel-destiny {
  background: #F7F5F5;
  padding: 90px 0;
}
.hotel-destiny .hoteis-listagem-card {
  background: #fff;
}
.hotel-destiny h2 {
  color: #003870;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
.hotel-destiny .action-hotel-destiny p {
  font-weight: 400;
  font-style: italic;
  margin-top: 10px;
}

.offers-destiny {
  background: #003870;
  padding: 90px 0;
}
.offers-destiny h2 {
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  max-width: 550px;
  margin: 0 auto;
}
.offers-destiny h2 small {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  line-height: 125%;
  margin-top: 10px;
}
.offers-destiny .list-destiny-model {
  border-bottom: none;
  padding-bottom: 0;
}

.destiny-internacional-result {
  padding: 70px 0;
}
.destiny-internacional-result h2 {
  text-align: left;
  font-size: 28px;
  font-weight: 400;
  color: #003870;
  margin-bottom: 35px;
}
.destiny-internacional-result .list-destiny-model {
  border-bottom: none;
  padding: 0;
}

/*
  CSS for lista-ofertas page
*/
.lista-ofertas-hero {
  background-image: url("../images/heroshot_ofertas.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}
.lista-ofertas-hero h1 {
  font-weight: 500;
  color: white;
  max-width: 700px;
}

.lista-ofertas-hero-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

p {
  margin: 0px 0px 0px 0px;
  font-size: 100%;
}

label {
  margin: 0px 0px 0px 0px;
  font-size: 100%;
}

/* Dropdown boxes style */
.SumoSelect {
  width: 150px;
}

.SumoSelect > .CaptionCont {
  background-color: #26A7F1;
  color: white;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}
.SumoSelect > .CaptionCont span {
  padding: 0 0 0 0;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("../images/caret_down.png");
}

.SumoSelect > .CaptionCont > span.placeholder {
  color: white;
  font-style: normal;
}

.SumoSelect.open > .optWrapper {
  top: 40px;
  text-align: left;
  border-radius: 10px;
  color: #999999;
  box-shadow: none;
}

.SumoSelect.open > .optWrapper.multiple {
  padding-left: 0px;
}

.SumoSelect > .optWrapper > .options li.opt {
  border: none;
  padding-left: 10px;
}

/*
.sumo_categoria > .CaptionCont span {
  visibility: hidden;
}
.sumo_categoria > .CaptionCont span:after {
  content: "Categoria";
}*/
/* End dropdown boxes */
.font-size-20 {
  font-size: 20px;
}

.btn-position-relative {
  position: relative;
}

.triangle-down {
  position: absolute;
  font-size: 45%;
}

@media (max-width: 970px) {
  .text-center-for-md-down {
    text-align: center;
  }
}
.lista-ofertas-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}

.pagination .active a {
  background-color: #26A7F1;
  color: white;
}

.pagination li a {
  color: #26A7F1;
}

.max-width-500 {
  max-width: 500px;
}

/*
  CSS for oferta page
*/
.oferta-hero {
  background-image: url("http://via.placeholder.com/2000x360&text=background");
  background-repeat: no-repeat;
  background-position: top center;
}
.oferta-hero h1 {
  font-weight: 500;
  color: white;
  max-width: 700px;
}

.oferta-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}

.min-height-290 {
  min-height: 290px;
}

.min-height-140 {
  min-height: 140px;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

/* The alert close button */
.alert-closebtn {
  margin-left: 15px;
  font-weight: bold;
  opacity: 0.5;
  float: right;
  font-size: 30px;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  top: 5px;
  right: 10px;
  line-height: 30px;
}

/* When moving the mouse over the close button */
.alert-closebtn:hover {
  color: black;
}

.informa-destino {
  font-size: 16px;
}

div.images {
  position: relative;
}
div.images img.bottom {
  top: 15px;
  left: 30px;
  width: 100px;
  position: absolute;
}

div.images.cols-3 img.bottom {
  width: 80px;
}

.bs-u {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.text-shadow {
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.45);
}

.text-hint {
  top: 30px;
  left: 140px;
}

.text-hints {
  top: 10px;
  left: 125px;
}

.swiper-pagination-bullet {
  background: #FFF;
  opacity: 0.5;
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-fixed {
  position: absolute;
  top: 10%;
  z-index: 9;
  text-align: center;
}

.swiper-fixed .wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  width: 70%;
  margin: 0 auto;
}

/*
  CSS for hoteis-listagem page
*/
.hoteis-listagem-hero {
  background-image: url("../images/heroshot_hoteis_2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 2;
  position: relative;
}
.hoteis-listagem-hero h1 {
  font-weight: 500;
  color: white;
  max-width: 700px;
  font-size: 48px;
}
.hoteis-listagem-hero:before {
  content: "";
  background: #fff;
  width: 100%;
  bottom: 0px;
  left: 0;
  right: 0;
  position: absolute;
  display: block;
  z-index: -1;
  height: 120px;
}

.input-autocomplete {
  height: 55px;
  margin-bottom: 5px;
}

.container-input-autocomplete {
  position: relative;
}
.container-input-autocomplete span.twitter-typeahead {
  width: 100%;
}
.container-input-autocomplete .container-autocomplete {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  overflow-y: auto;
  z-index: 10;
  background: #fff;
  height: auto;
  max-height: 350px;
  transition: all 0.2s;
  padding: 25px;
  display: none;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.container-input-autocomplete .container-autocomplete div.list-autocomplete {
  padding-left: 0;
  list-style: none;
  color: #626262;
}
.container-input-autocomplete .container-autocomplete div.list-autocomplete span {
  margin-bottom: 14px;
}
.container-input-autocomplete .container-autocomplete div.list-autocomplete div.list-item-autocomplete {
  padding: 8px 15px;
  cursor: pointer;
}
.container-input-autocomplete .container-autocomplete div.list-autocomplete div.list-item-autocomplete:hover {
  background: #f0f0f0;
}
.container-input-autocomplete .container-autocomplete:nth-child(1) {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
}
.container-input-autocomplete .container-autocomplete > div + div {
  margin-top: 20px;
  border-top: 1px solid #ededed;
  padding-top: 25px;
}

p {
  margin: 0px 0px 0px 0px;
  font-size: 100%;
}

.hoteis-listagem-card {
  border-radius: 4px;
  border: 1px solid #ededed;
  position: relative;
}
.hoteis-listagem-card a figure {
  position: relative;
  transition: all 0.2s;
}
.hoteis-listagem-card a figure:before {
  border-radius: 4px 0 0 0;
  position: absolute;
  background: rgba(0, 57, 111, 0);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.2s;
  z-index: 1;
}
.hoteis-listagem-card a figure:after {
  position: absolute;
  top: calc(50% - 23px);
  right: calc(50% - 15px);
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background-image: url("../images/icon-magnifyingglass.svg");
  background-size: cover;
  height: 30px;
  width: 30px;
  transition: all 0.2s;
  opacity: 0;
}
.hoteis-listagem-card a:hover figure:before {
  background: rgba(0, 57, 111, 0.5);
}
.hoteis-listagem-card a:hover figure:after {
  opacity: 1;
}

.container-filtro-hoteis {
  border: none;
}
.container-filtro-hoteis h6 {
  font-size: 18px;
}
.container-filtro-hoteis .container-category-filter {
  margin-bottom: 40px;
}

/* Styles for the filter toggle switch*/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #26A7F1;
}

input:checked ~ p {
  color: #26A7F1;
}

.width-150 {
  width: 150px;
}

.slider-selected {
  color: #26A7F1;
  font-weight: 700px;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

@media (max-width: 480px) {
  .typeahead,
.tt-query,
.tt-hint {
    width: 220px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    outline: none;
  }
}
@media (min-width: 481px) and (max-width: 761px) {
  .typeahead,
.tt-query,
.tt-hint {
    width: 396px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    outline: none;
  }
}
@media (min-width: 762px) and (max-width: 991px) {
  .typeahead,
.tt-query,
.tt-hint {
    width: 396px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    outline: none;
  }
}
@media (min-width: 992px) {
  .typeahead,
.tt-query,
.tt-hint {
    width: 396px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    outline: none;
  }
}
.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 1px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-menu {
  text-align: left;
  width: 422px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
  text-align: left;
}
.tt-suggestion:hover a {
  color: white;
}

.tt-suggestion a:hover, .tt-suggestion a:focus, .tt-suggestion a:active {
  color: white;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}

#destino .typeahead {
  width: 200px;
  font-size: 16px;
  line-height: 16px;
  margin-left: -10px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  #destino .typeahead {
    width: 180px;
  }
}
#destino .tt-menu {
  width: 100%;
}

#hotel-list {
  min-height: 870px;
}

.hoteis-classificacao {
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #003870;
  z-index: 1 !important;
}

.carousel-inner > .item {
  height: 580px;
}
.carousel-inner > .item img {
  height: 580px;
  object-fit: cover;
}

.modal-reset.modal .modal-content {
  border: 0;
}
.modal-reset .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.modal-reset .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
  max-width: calc(100% - 30px);
}
.modal-reset .modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  max-width: inherit;
  /* For Bootstrap 4 - to avoid the modal window stretching full width */
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}
.modal-reset .modal-content .close {
  position: absolute;
  top: 14px;
  right: 33px;
  z-index: 2;
}

.modal-hotel .hotel-info {
  padding: 30px 30px 30px 0;
}
.modal-hotel .hotel-info h1.modal-hotel-title {
  color: #003870;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 20px;
}
.modal-hotel .hotel-info h1.modal-hotel-title small {
  display: block;
  font-weight: 300;
  margin-top: 10px;
}
.modal-hotel .hotel-info p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25px;
  max-height: 150px;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.modal-hotel .container-reserva {
  padding: 30px 0;
  border-top: 1px solid #f0f0f0;
  margin: 30px 0;
}
.modal-hotel .container-reserva h2 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #003870;
}
.modal-hotel .container-reserva .form-control.rounded {
  border-radius: 18px 0 0 18px;
}

.modal-backdrop.in {
  opacity: 0.8;
}

.checkbox-filter {
  display: block;
  padding: 4px 0px;
}
.checkbox-filter p {
  display: inline;
  position: relative;
  font-weight: 400;
  margin-left: 5px;
}
.checkbox-filter p .helper-filter-item {
  position: absolute;
  margin-left: 5px;
  font-size: 11px;
}
.checkbox-filter p .helper-filter-item a {
  color: #ccc;
}

.container-input-autocomplete-md {
  position: relative;
}
.container-input-autocomplete-md input {
  border-radius: 23px;
  height: 46px;
}
.container-input-autocomplete-md input.form-control.rounded {
  transition: all 0.2s !important;
}
.container-input-autocomplete-md input.form-control.rounded.show {
  border-radius: 23px 23px 0 0;
  transition: all 0.2s !important;
}
.container-input-autocomplete-md input.form-control.rounded.show + .container-autocomplete {
  display: block !important;
  transition: all 0.2s;
}
.container-input-autocomplete-md .container-autocomplete {
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  width: 100%;
  overflow-y: auto;
  z-index: 10;
  background: #fff;
  height: auto;
  max-height: 350px;
  transition: all 0.2s;
  padding: 15px;
  display: none;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
}
.container-input-autocomplete-md .container-autocomplete div span {
  margin-bottom: 14px;
}
.container-input-autocomplete-md .container-autocomplete div div.list-container-autocomplete {
  padding-left: 0;
  list-style: none;
}
.container-input-autocomplete-md .container-autocomplete div div.list-container-autocomplete div.list-item-autocomplete {
  padding: 8px 15px;
  cursor: pointer;
}
.container-input-autocomplete-md .container-autocomplete div div.list-container-autocomplete div.list-item-autocomplete:hover {
  background: #f0f0f0;
}

.checkbox-selected-destiny {
  margin-bottom: 10px;
  text-align: left;
  display: block;
}
.checkbox-selected-destiny .checkbox-filter {
  display: inline-block;
  margin: 0px 0px;
}

.show-more-hotels {
  margin-bottom: 40px;
}
.show-more-hotels .btn.disabled {
  border: none !important;
}

body.open-filter {
  overflow: hidden;
  height: 100%;
}

.container-mobile-filter {
  display: block;
  position: fixed;
  top: 0;
  left: 100%;
  right: 0;
  background: #fff;
  width: 100%;
  height: calc(100vh - 76px);
  z-index: 1000;
  overflow-y: auto;
  transition: all 0.2s;
}
.container-mobile-filter .content-mobile-filter {
  padding: 20px;
}
.container-mobile-filter .footer-mobile-filter {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #fff;
  border-top: 1px solid #f0f0f0;
  padding: 15px;
}
.container-mobile-filter .close {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 25px;
  z-index: 2;
  padding: 10px;
  display: none;
}
.container-mobile-filter.open {
  left: 0;
  transition: all 0.2s;
}
.container-mobile-filter.open .close {
  display: block;
}

div#autocomplete.opened .form-control.rounded {
  border-radius: 4px 4px 0 0 !important;
}

/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .modal-hotel .hotel-info {
    padding: 20px 20px 20px 20px;
  }

  .carousel-inner > .item {
    height: 300px;
  }
  .carousel-inner > .item img {
    height: 300px;
    object-fit: cover;
    width: 100%;
  }
}
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .hoteis-listagem-hero-card {
    padding: 30px;
  }

  .hoteis-listagem-hero-card h2 {
    line-height: 28px;
  }
}
/* Custom, iPhone Retina */
.vitrine-listagem-hotel {
  margin-top: 126px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #003870;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .vitrine-listagem-hotel {
    margin-top: 83px;
  }
}
.vitrine-listagem-hotel .hoteis-listagem-hero-card {
  max-width: 760px;
  margin: 0 auto;
}
.vitrine-listagem-hotel .hoteis-listagem-hero-card h1 {
  color: #fff;
}
.vitrine-listagem-hotel .hoteis-listagem-hero-card .input-group {
  max-width: 700px;
  margin: 0 auto;
}
.vitrine-listagem-hotel .hoteis-listagem-hero-card .form-control.rounded.show {
  border-radius: 30px 0 0 0;
  transition: all 0.2s !important;
}
.vitrine-listagem-hotel .hoteis-listagem-hero-card .form-control.rounded.show + .container-autocomplete {
  display: block !important;
  transition: all 0.2s;
}

.hotel-list-container {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.hotel-list-container .hoteis-listagem-card {
  width: calc(33.33% - 30px);
  margin: 0 15px 30px 15px;
  overflow: hidden;
}
.hotel-list-container .hoteis-listagem-card .thumb-hotel {
  position: relative;
}
.hotel-list-container .hoteis-listagem-card .thumb-hotel .hoteis-classificacao {
  font-size: 14px;
  text-align: center;
}
.hotel-list-container .hoteis-listagem-card .container-content-card {
  display: flex;
  align-content: space-between;
  flex-direction: column;
}
.hotel-list-container .hoteis-listagem-card .container-content-card .content-card {
  padding: 20px;
}
.hotel-list-container .hoteis-listagem-card .container-content-card .footer-card-hotel {
  padding: 0 20px 20px 20px;
}
@media only screen and (max-width: 991px) {
  .hotel-list-container .hoteis-listagem-card {
    width: calc(50% - 30px);
  }
  .hotel-list-container .hoteis-listagem-card img {
    height: 180px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 479px) {
  .hotel-list-container .hoteis-listagem-card {
    display: flex;
    flex-direction: row;
    width: calc(100% - 30px);
  }
  .hotel-list-container .hoteis-listagem-card .thumb-hotel {
    width: 130px;
    position: relative;
  }
  .hotel-list-container .hoteis-listagem-card .thumb-hotel .hoteis-classificacao {
    font-size: 14px;
    text-align: center;
  }
  .hotel-list-container .hoteis-listagem-card .container-content-card {
    width: calc(100% - 130px);
  }
  .hotel-list-container .hoteis-listagem-card img {
    height: 100%;
    object-fit: cover;
  }
}

.search-title {
  text-align: left;
  margin-top: 50px;
  margin-bottom: 30px;
}

.resultado-filtro-cidade h2 {
  text-align: left;
}

.btn-mobile-filter {
  margin-bottom: 20px;
  width: 100%;
}

.checkbox-container {
  display: flex;
  align-items: row;
  flex-wrap: wrap;
}
.checkbox-container .checkbox-item {
  margin: 0 20px;
  width: calc(50% - 40px);
}
@media only screen and (max-width: 991px) {
  .checkbox-container .checkbox-item {
    margin: 0 20px;
    width: 100%;
  }
}

.vitrine-sobre {
  margin-top: 126px;
  padding-top: 100px;
  padding-bottom: 130px;
  background: #003870;
}
@media only screen and (max-width: 1199px) {
  .vitrine-sobre {
    margin-top: 83px;
  }
}
.vitrine-sobre .container-vitrine-sobre {
  display: flex;
  justify-content: space-between;
}
.vitrine-sobre .container-vitrine-sobre .conteudo-vitrine-sobre {
  position: relative;
}
.vitrine-sobre .container-vitrine-sobre .conteudo-vitrine-sobre h1 {
  color: #fff;
  text-align: left;
  max-width: 265px;
}
.vitrine-sobre .container-vitrine-sobre .conteudo-vitrine-sobre .quem-somos {
  background: #26A7F1;
  padding: 50px;
  border-radius: 60px 60px 0 60px;
  position: absolute;
  width: 470px;
  left: 0px;
  bottom: -30px;
}
.vitrine-sobre .container-vitrine-sobre .conteudo-vitrine-sobre .quem-somos p {
  color: #fff;
  margin-top: 8px;
}
.vitrine-sobre .container-vitrine-sobre .conteudo-vitrine-sobre .quem-somos .label-title {
  color: #fff;
}
.vitrine-sobre .container-vitrine-sobre .container-img-vitrine-sobre img {
  height: 420px;
  max-width: 570px;
  object-fit: cover;
  object-position: right;
  border-radius: 80px 80px 80px 0;
}
@media only screen and (max-width: 991px) {
  .vitrine-sobre {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .vitrine-sobre .container-vitrine-sobre {
    flex-direction: column;
  }
  .vitrine-sobre .container-vitrine-sobre .conteudo-vitrine-sobre h1 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .vitrine-sobre .container-vitrine-sobre .conteudo-vitrine-sobre .quem-somos {
    position: relative;
    width: 100%;
    bottom: 0;
    border-radius: 50px 50px 0 0;
  }
  .vitrine-sobre .container-vitrine-sobre .container-img-vitrine-sobre img {
    width: 100%;
    max-width: 100%;
    border-radius: 0 0 50px 0;
    height: 320px;
  }
}

.manifesto {
  padding-top: 120px;
  padding-bottom: 120px;
}
.manifesto h1 {
  text-align: left;
  max-width: 207px;
  font-size: 24px;
  color: #003870;
}
.manifesto h1 span {
  letter-spacing: 0.6px;
}
.manifesto p {
  font-size: 17px;
  margin-bottom: 15px;
  color: #717171;
  margin-top: 8px;
}
@media only screen and (max-width: 991px) {
  .manifesto h1 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .manifesto {
    text-align: center;
  }
  .manifesto h1 {
    text-align: center;
    margin: 0 auto 40px auto;
  }
  .manifesto p {
    max-width: 480px;
    margin: 0 auto 15px auto;
  }
  .manifesto .label-title {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .manifesto p {
    max-width: 300px;
  }
}

.nosso-negocio {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../images/como-funciona/nosso-negocio.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.nosso-negocio .conteudo-nosso-negocio {
  background: #fff;
  border-radius: 80px 80px 80px 0;
  padding: 80px;
}
.nosso-negocio .conteudo-nosso-negocio h1 {
  text-align: center;
  font-size: 20px;
}
.nosso-negocio .conteudo-nosso-negocio p {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .nosso-negocio .conteudo-nosso-negocio {
    max-width: 510px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 479px) {
  .nosso-negocio .conteudo-nosso-negocio {
    padding: 50px;
  }
}

.padrao-qualidade {
  padding-top: 120px;
  padding-bottom: 120px;
}
.padrao-qualidade h1 {
  max-width: 342px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.padrao-qualidade .item-como-funciona {
  text-align: center;
}
.padrao-qualidade .item-como-funciona figure {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.padrao-qualidade .item-como-funciona h2 {
  max-width: 152px;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 20px;
}
.padrao-qualidade .item-como-funciona p {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .padrao-qualidade .item-como-funciona {
    max-width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .padrao-qualidade .btn {
    margin-top: 0px;
  }
}

.jeito-sbtur {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #003870;
}
.jeito-sbtur h1 {
  color: #fff;
  margin-bottom: 60px;
}
.jeito-sbtur .container-jeito-sbtur {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.jeito-sbtur .container-jeito-sbtur .item-jeito-sbtur {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
  align-items: center;
}
.jeito-sbtur .container-jeito-sbtur .item-jeito-sbtur h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  position: relative;
  z-index: 1;
  padding-left: 25px;
  max-width: 180px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.jeito-sbtur .container-jeito-sbtur .item-jeito-sbtur h2:before {
  position: absolute;
  content: "";
  color: #26A7F1;
  font-weight: bold;
  font-size: 90px;
  z-index: -1;
  left: 0;
}
.jeito-sbtur .container-jeito-sbtur .item-jeito-sbtur p {
  color: #fff;
  max-width: 200px;
}
.jeito-sbtur .container-jeito-sbtur .item-jeito-sbtur:nth-child(1) h2:before {
  content: "1";
}
.jeito-sbtur .container-jeito-sbtur .item-jeito-sbtur:nth-child(2) h2:before {
  content: "2";
}
.jeito-sbtur .container-jeito-sbtur .item-jeito-sbtur:nth-child(3) h2:before {
  content: "3";
}
.jeito-sbtur .container-jeito-sbtur .item-jeito-sbtur:nth-child(4) h2:before {
  content: "4";
}
.jeito-sbtur .container-jeito-sbtur .item-jeito-sbtur:nth-child(5) h2:before {
  content: "5";
}
.jeito-sbtur .container-jeito-sbtur .item-jeito-sbtur:nth-child(6) h2:before {
  content: "6";
}
@media only screen and (max-width: 991px) {
  .jeito-sbtur .container-jeito-sbtur .item-jeito-sbtur {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .jeito-sbtur .container-jeito-sbtur .item-jeito-sbtur {
    width: 100%;
  }
}

.gptw {
  padding-top: 120px;
  padding-bottom: 150px;
}
.gptw h1 {
  max-width: 290px;
  text-align: left;
  margin-bottom: 30px;
}
.gptw p {
  font-size: 16px;
  max-width: 410px;
  margin: 0 auto 20px auto;
}
.gptw .container-img-gptw {
  position: relative;
}
.gptw .container-img-gptw .foto-principal {
  max-width: calc(100% - 30px);
  border-radius: 60px;
  height: 400px;
  object-fit: cover;
}
.gptw .container-img-gptw .logo-gptw {
  background: #fff;
  border-radius: 0 50px 50px 50px;
  min-width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 50px;
  bottom: -30px;
  right: 0;
  -webkit-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
}
.gptw .container-img-gptw .logo-gptw img {
  max-width: 100px;
}
.gptw .container-img-gptw:before {
  position: absolute;
  content: "";
  background: #F7F5F5;
  border-radius: 80px;
  right: 110px;
  width: 1500px;
  height: calc(100% + 320px);
  top: -185px;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .gptw {
    padding-bottom: 40px;
  }
  .gptw h1 {
    text-align: center;
    margin: 0 auto 30px auto;
  }
  .gptw p {
    max-width: 550px;
  }
  .gptw p:nth-child(1) {
    margin-top: 60px;
  }
}

.nossas-causas {
  padding-top: 120px;
  padding-bottom: 50px;
}
.nossas-causas h1 {
  text-align: left;
  max-width: 220px;
}
.nossas-causas .container-itens-causas {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.nossas-causas .container-itens-causas .item-causa {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 380px;
  width: 100%;
  margin: 50px 0;
}
.nossas-causas .container-itens-causas .item-causa .conteudo-causa {
  background: #fff;
  padding: 30px;
  max-width: 340px;
  right: 0;
  top: calc(50% - 165px);
  -webkit-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  border-radius: 50px 50px 50px 0;
}
.nossas-causas .container-itens-causas .item-causa .conteudo-causa h2 {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.nossas-causas .container-itens-causas .item-causa:before {
  position: absolute;
  content: "";
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 380px;
  width: 460px;
  top: 0;
  z-index: -1;
  border-radius: 50px;
}
.nossas-causas .container-itens-causas .item-causa:nth-child(odd) {
  justify-content: flex-end;
}
.nossas-causas .container-itens-causas .item-causa:nth-child(odd) .conteudo-causa {
  border-radius: 50px 50px 50px 0;
}
.nossas-causas .container-itens-causas .item-causa:nth-child(odd):before {
  left: 0;
}
.nossas-causas .container-itens-causas .item-causa:nth-child(even) {
  justify-content: flex-start;
}
.nossas-causas .container-itens-causas .item-causa:nth-child(even) .conteudo-causa {
  border-radius: 50px 50px 0 50px;
}
.nossas-causas .container-itens-causas .item-causa:nth-child(even):before {
  right: 0;
}
.nossas-causas .container-itens-causas .item-causa.capitalismo-consciente:before {
  background-image: url("../images/como-funciona/capitalismo-consciente.jpg");
}
.nossas-causas .container-itens-causas .item-causa.thiago-aguiar:before {
  background-image: url("../images/como-funciona/thiago-aguiar.jpg");
}
.nossas-causas .container-itens-causas .item-causa.pe-vilson:before {
  background-image: url("../images/como-funciona/pe-vilson.jpg");
}
.nossas-causas .container-itens-causas .item-causa.cidades-invisiveis:before {
  background-image: url("../images/como-funciona/cidades-invisiveis.jpg");
}
.nossas-causas .container-itens-causas .item-causa:first-child {
  margin-top: 0;
}
.nossas-causas .container-itens-causas .item-causa:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .nossas-causas .sticky {
    position: relative;
    top: 0;
  }
  .nossas-causas h1 {
    text-align: center;
    margin: 0 auto 30px auto;
  }
  .nossas-causas h1 + p {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .nossas-causas .container-itens-causas .item-causa {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    width: 100%;
    max-width: 460px;
    margin: 50px auto 380px auto;
  }
  .nossas-causas .container-itens-causas .item-causa .conteudo-causa {
    background: #fff;
    padding: 30px;
    width: 100%;
    max-width: 460px;
    right: 0;
    top: calc(50% - 165px);
  }
  .nossas-causas .container-itens-causas .item-causa:before {
    position: absolute;
    content: "";
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 380px;
    width: 100%;
    max-width: 460px;
    top: 100%;
    z-index: -1;
    border-radius: 0 0 50px 0;
  }
  .nossas-causas .container-itens-causas .item-causa:nth-child(odd) {
    justify-content: center;
  }
  .nossas-causas .container-itens-causas .item-causa:nth-child(odd) .conteudo-causa {
    border-radius: 50px 50px 0 0;
  }
  .nossas-causas .container-itens-causas .item-causa:nth-child(odd):before {
    left: 0;
  }
  .nossas-causas .container-itens-causas .item-causa:nth-child(even) {
    justify-content: center;
  }
  .nossas-causas .container-itens-causas .item-causa:nth-child(even) .conteudo-causa {
    border-radius: 50px 50px 0 0;
  }
  .nossas-causas .container-itens-causas .item-causa:nth-child(even):before {
    right: 0;
  }
  .nossas-causas .container-itens-causas .item-causa:last-child {
    margin-bottom: 380px;
  }
}

.label-title {
  font-size: 20px;
  text-align: left;
}

.nossa-equipe {
  background-color: #F7F5F5;
  padding: 120px 0;
}
.nossa-equipe h1 {
  margin-bottom: 40px;
}
.nossa-equipe .lista-equipe {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.nossa-equipe .lista-equipe .equipe-item {
  width: 150px;
  margin: 0 15px 30px 15px;
}
.nossa-equipe .lista-equipe .equipe-item img {
  max-width: 100%;
  border-radius: 30px;
}
.nossa-equipe .lista-equipe .equipe-item h3 {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}
.nossa-equipe .lista-equipe .equipe-item p {
  text-align: center;
  line-height: 125%;
}
.nossa-equipe .lista-equipe.founders .equipe-item {
  width: 180px;
}

/*
  CSS for destinos - listagem
*/
.destinos-listagem-hero {
  background: #003870;
}
.destinos-listagem-hero h1 {
  font-weight: 500;
  color: white;
  max-width: 700px;
}

.destinos-listagem-hero-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

p {
  margin: 0px 0px 0px 0px;
  font-size: 100%;
}

.destinos-listagem-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.rounded-4px {
  border-radius: 4px;
}

.top-rounded-10px {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.btn-nopaddingtopbottom {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (min-width: 768px) {
  .hide-for-md-up {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide-for-sm-down {
    display: none;
  }
}
@media (max-width: 480px) {
  .width-xs-250 {
    width: 220px !important;
  }
}
.select-style:focus {
  background-color: #26A7F1;
}

.select-style:hover {
  cursor: pointer;
}

.b-dark-gray {
  border-color: #9B9B9B;
}

/*
  CSS for jobs page
*/
.jobs-hero {
  background-image: url("../images/heroshot_jobs.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}
.jobs-hero h1 {
  font-weight: 500;
  color: white;
  max-width: 700px;
}

.jobs-hero-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.jobs-hero-card p {
  font-size: 120%;
  color: #9B9B9B;
  font-weight: 500;
}

.jobs-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.jobs-form .form-group {
  text-align: left;
}
.jobs-form .form-group label {
  font-family: "Open Sans";
  text-transform: capitalize;
  font-size: 120%;
  font-weight: 400;
  margin-bottom: 10px;
  color: #9B9B9B;
}
.jobs-form .form-group input {
  border-radius: 20px;
}

.border-radius-50 {
  border-radius: 50%;
}

.p-gray p {
  font-size: 120%;
  color: #9B9B9B;
  font-weight: 500;
}

/*
  CSS for destino-detalhe page
*/
.destino-detalhe-hero {
  background-repeat: no-repeat;
}
.destino-detalhe-hero h1 {
  font-weight: 500;
  color: white;
  margin: auto;
  text-align: center;
}

.destino-detalhe-hero-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.destino-detalhe-hero-card p {
  font-size: 100%;
}

.bg-gradient-gray {
  background: #eeeeee;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(white, #eeeeee);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(white, #eeeeee);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(white, #eeeeee);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(white, #f2f2f2);
  /* Standard syntax (must be last) */
}

.btn-white-border {
  border-color: white;
}

.min-height-192 {
  min-height: 192px;
}

@media (min-width: 992px) and (max-width: 1169px) {
  .card-oferta {
    min-height: 175px;
  }
}
@media (min-width: 1170px) {
  .card-oferta {
    min-height: 140px;
  }
}
@media (min-width: 992px) {
  .text-left-md-up {
    text-align: left;
  }
}
.destino-description {
  font-size: 18px;
  line-height: 28px;
}

.vitrine-leitura-destino {
  margin-top: 126px;
}
@media only screen and (max-width: 1199px) {
  .vitrine-leitura-destino {
    margin-top: 83px;
  }
}
.vitrine-leitura-destino .banner-leitura-destino {
  margin: 60px auto 80px auto;
  padding: 100px 30px;
  border-radius: 60px 60px 60px 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.vitrine-leitura-destino .banner-leitura-destino:before {
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 30%;
  width: 100%;
}
.vitrine-leitura-destino .banner-leitura-destino h1 {
  font-weight: 600;
  color: #fff;
}
.vitrine-leitura-destino .banner-leitura-destino h1 small {
  display: block;
  color: #fff;
}

.hotel-list-container-destinos {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.hotel-list-container-destinos .hoteis-listagem-card {
  width: calc(25% - 30px);
  margin: 0 15px 30px 15px;
  overflow: hidden;
}
.hotel-list-container-destinos .hoteis-listagem-card .thumb-hotel {
  position: relative;
}
.hotel-list-container-destinos .hoteis-listagem-card .thumb-hotel .hoteis-classificacao {
  font-size: 14px;
  text-align: center;
}
.hotel-list-container-destinos .hoteis-listagem-card .container-content-card {
  display: flex;
  align-content: space-between;
  flex-direction: column;
}
.hotel-list-container-destinos .hoteis-listagem-card .container-content-card .content-card {
  padding: 20px;
}
.hotel-list-container-destinos .hoteis-listagem-card .container-content-card .footer-card-hotel {
  padding: 0 20px 20px 20px;
}
@media only screen and (max-width: 991px) {
  .hotel-list-container-destinos .hoteis-listagem-card {
    width: calc(33.33% - 30px);
  }
  .hotel-list-container-destinos .hoteis-listagem-card img {
    height: 180px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  .hotel-list-container-destinos .hoteis-listagem-card {
    width: calc(50% - 30px);
  }
  .hotel-list-container-destinos .hoteis-listagem-card img {
    height: 180px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 479px) {
  .hotel-list-container-destinos .hoteis-listagem-card {
    display: flex;
    flex-direction: row;
    width: calc(100% - 30px);
  }
  .hotel-list-container-destinos .hoteis-listagem-card .thumb-hotel {
    width: 130px;
    position: relative;
  }
  .hotel-list-container-destinos .hoteis-listagem-card .thumb-hotel .hoteis-classificacao {
    font-size: 14px;
    text-align: center;
  }
  .hotel-list-container-destinos .hoteis-listagem-card .container-content-card {
    width: calc(100% - 130px);
  }
  .hotel-list-container-destinos .hoteis-listagem-card img {
    height: 100%;
    object-fit: cover;
  }
}

/*
  CSS for planos-de-viagem page
*/
.vitrine-planos {
  background: #003870;
  padding: 80px 0;
  margin-top: 126px;
}
@media only screen and (max-width: 1199px) {
  .vitrine-planos {
    margin-top: 83px;
  }
}
.vitrine-planos h1 {
  color: #fff;
  margin-bottom: 60px;
}
.vitrine-planos h1 small {
  color: #fff;
}
.vitrine-planos .container-features {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 80px;
}
.vitrine-planos .container-features .container-item-feature {
  width: 33%;
  margin-bottom: 40px;
  text-align: center;
}
.vitrine-planos .container-features .container-item-feature p {
  text-align: center;
  font-size: 20px;
  color: #fff;
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
.vitrine-planos .container-features .container-item-feature p span {
  font-weight: 600;
}
.vitrine-planos .container-features .container-item-feature p:before {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  width: 16px;
  height: 10px;
  border-left: 4px solid #25a6f2;
  border-bottom: 4px solid #25a6f2;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 991px) {
  .vitrine-planos {
    padding: 60px 0;
  }
  .vitrine-planos .container-features .container-item-feature {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .vitrine-planos .container-features .container-item-feature {
    width: 100%;
  }
}

.container-plano {
  background: #fff;
  padding: 40px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 30px;
}
.container-plano h2 {
  color: #003870;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
}
.container-plano h2 span {
  font-weight: 400;
}
.container-plano .descricao-plano {
  background: #26A7F1;
  color: #fff;
  padding: 30px;
  text-align: left;
  border-radius: 60px 60px 0 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 30px;
}
.container-plano .preco-plano {
  color: #003870;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 20px;
}
.container-plano .preco-plano span {
  font-weight: 700;
  font-size: 22px;
}

.adesao {
  color: #fff;
  text-align: center;
  opacity: 0.4;
}

.vantagens-planos {
  padding: 100px 0;
}
.vantagens-planos h1 {
  margin-bottom: 60px;
}
.vantagens-planos .item-vantagem {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.vantagens-planos .item-vantagem:last-child {
  margin-bottom: 0px;
}
.vantagens-planos .item-vantagem .conteudo-item-vantagem {
  width: 50%;
}
.vantagens-planos .item-vantagem .conteudo-item-vantagem h2 {
  font-size: 20px;
}
.vantagens-planos .item-vantagem .conteudo-item-vantagem h2, .vantagens-planos .item-vantagem .conteudo-item-vantagem p {
  max-width: 270px;
  margin: 0 auto;
  text-align: left;
}
.vantagens-planos .item-vantagem.vantagem-01 {
  position: relative;
}
.vantagens-planos .item-vantagem.vantagem-01 img {
  border-radius: 60px 0 60px 60px;
}
.vantagens-planos .item-vantagem.vantagem-02 {
  position: relative;
}
.vantagens-planos .item-vantagem.vantagem-02 img {
  border-radius: 60px 60px 60px 0;
}
.vantagens-planos .item-vantagem.vantagem-02:before {
  position: absolute;
  content: "";
  width: 690px;
  height: 590px;
  background: #F7F5F5;
  border-radius: 4px;
  z-index: -1;
  left: -110px;
  top: calc(50% - 295px);
}
@media only screen and (max-width: 1199px) {
  .vantagens-planos {
    padding: 100px 0 0 0;
  }
  .vantagens-planos .item-vantagem.vantagem-01 img {
    max-width: 380px;
  }
  .vantagens-planos .item-vantagem.vantagem-02 img {
    max-width: 380px;
  }
  .vantagens-planos .item-vantagem.vantagem-02:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .vantagens-planos .item-vantagem {
    flex-direction: column;
  }
  .vantagens-planos .item-vantagem .conteudo-item-vantagem {
    width: 100%;
    order: 1;
  }
  .vantagens-planos .item-vantagem .conteudo-item-vantagem h2 {
    margin-top: 30px;
  }
  .vantagens-planos .item-vantagem .conteudo-item-vantagem p {
    margin-top: 10px;
  }
  .vantagens-planos .item-vantagem .conteudo-item-vantagem h2, .vantagens-planos .item-vantagem .conteudo-item-vantagem p {
    max-width: 600px;
    text-align: center;
  }
  .vantagens-planos .item-vantagem.vantagem-01 img {
    max-width: 100%;
  }
  .vantagens-planos .item-vantagem.vantagem-02 img {
    order: 0;
    max-width: 100%;
  }
}

.icones-vantagens-planos {
  padding-top: 120px;
  padding-bottom: 0;
  overflow: hidden;
}
.icones-vantagens-planos h1 {
  margin-bottom: 60px;
}
.icones-vantagens-planos .container-icones-vantagens {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.icones-vantagens-planos .container-icones-vantagens .icones-vantagens-conteudo {
  text-align: center;
  width: calc(25% - 15px);
  padding: 15px;
  margin-bottom: 30px;
}
.icones-vantagens-planos .container-icones-vantagens .icones-vantagens-conteudo figure {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icones-vantagens-planos .container-icones-vantagens .icones-vantagens-conteudo h3 {
  margin: 10px auto 10px auto;
  font-size: 16px;
  max-width: 150px;
}
@media only screen and (max-width: 991px) {
  .icones-vantagens-planos .container-icones-vantagens .icones-vantagens-conteudo {
    margin-bottom: 50px;
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .icones-vantagens-planos .container-borda {
    padding: 0;
  }
  .icones-vantagens-planos .container-borda:before {
    display: none;
  }
  .icones-vantagens-planos .container-icones-vantagens .icones-vantagens-conteudo {
    margin-bottom: 50px;
    width: 100%;
  }
}

.beneficios-internas {
  padding: 40px 0 120px 0;
}
.beneficios-internas .conteudo-beneficios-internas {
  background: #1f75ed;
  background: linear-gradient(180deg, #1f75ed 0%, #4db6f0 100%);
  border-radius: 60px 60px 0 60px;
  padding: 80px;
}
.beneficios-internas .conteudo-beneficios-internas h1 {
  font-size: 20px;
  color: #fff;
  text-align: left;
}
.beneficios-internas .conteudo-beneficios-internas p {
  color: #fff;
  text-align: left;
}
.beneficios-internas .beneficios-logos-internas {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.beneficios-internas .beneficios-logos-internas img {
  margin: 0 15px;
}
@media only screen and (max-width: 991px) {
  .beneficios-internas .conteudo-beneficios-internas {
    margin-bottom: 30px;
  }
  .beneficios-internas .conteudo-beneficios-internas h1 {
    font-size: 20px;
    color: #fff;
    text-align: center;
  }
  .beneficios-internas .conteudo-beneficios-internas p {
    color: #fff;
    text-align: center;
  }
}

.case-sbtur {
  padding: 120px 0 180px 0;
}
.case-sbtur .container-case-sbtur {
  position: relative;
}
.case-sbtur .container-case-sbtur .case-sbtur-conteudo {
  background: #003870;
  padding: 80px;
  border-radius: 60px 60px 60px 0;
}
.case-sbtur .container-case-sbtur .case-sbtur-conteudo .badge {
  background: #26A7F1;
  padding: 8px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.case-sbtur .container-case-sbtur .case-sbtur-conteudo h1 {
  font-size: 20px;
  color: #fff;
  text-align: left;
}
.case-sbtur .container-case-sbtur .case-sbtur-conteudo p {
  color: #fff;
  text-align: left;
}
.case-sbtur .container-case-sbtur:before {
  position: absolute;
  content: "";
  width: calc(50% + 70px);
  height: 450px;
  background-image: url(../images/case-adriane-cliente.png);
  background-position: center center;
  background-size: cover;
  left: 45px;
  top: calc(50% - 225px);
  border-radius: 60px;
}
@media only screen and (max-width: 991px) {
  .case-sbtur {
    padding: 280px 0 180px 0;
  }
  .case-sbtur .container-case-sbtur .case-sbtur-conteudo {
    padding: 50px;
    border-radius: 0 0 60px 0;
  }
  .case-sbtur .container-case-sbtur:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 280px;
    background-image: url(../images/case-adriane-cliente.png);
    background-position: center center;
    background-size: cover;
    left: 0;
    top: -280px;
    border-radius: 60px 60px 0 0;
  }
}

.modal-planos {
  text-align: center;
}
.modal-planos .modal-content {
  background: #003870;
  padding: 40px;
  border: 0;
}
.modal-planos .modal-content .modal-header {
  border: 0;
}
.modal-planos .modal-content .modal-header h1 {
  color: #fff;
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
  margin-bottom: 18px;
  font-size: 26px;
}
.modal-planos .modal-content .modal-header p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  max-width: 360px;
  margin: 0 auto;
}
.modal-planos .modal-content .modal-header .close {
  color: #fff;
  text-shadow: none;
  opacity: 0.5;
}
.modal-planos .modal-content .modal-header .close:focus {
  color: #fff;
}
.modal-planos .modal-content .modal-body {
  border: 0;
}
.modal-planos .modal-content .modal-body .container-form {
  background: #fff;
  padding: 50px;
  border-radius: 60px 60px 60px 0;
}
@media only screen and (max-width: 767px) {
  .modal-planos .modal-content {
    padding: 30px;
  }
  .modal-planos .modal-content .modal-body {
    border: 0;
  }
  .modal-planos .modal-content .modal-body .container-form {
    background: #fff;
    padding: 30px;
    border-radius: 40px 40px 40px 0;
  }
}

.cta-vantagens {
  margin-top: 40px;
  text-align: center;
}

.compre-online {
  padding: 90px 0 90px 0;
  background: #26A7F1;
  /* Extra Small Devices, Phones */
}
.compre-online img {
  border-radius: 50px;
}
.compre-online .label-compre-online {
  background: #fff;
  border-radius: 50px 50px 0 50px;
  position: absolute;
  z-index: 10;
  padding: 30px;
  color: #003870;
  font-size: 20px;
  font-weight: bold;
  top: -30px;
  left: -20px;
  max-width: 216px;
}
.compre-online h1 {
  color: #fff;
  text-align: left;
}
.compre-online h1 small {
  display: block;
  color: #fff;
  margin-bottom: 30px;
  line-height: 150%;
}
.compre-online p {
  color: #fff;
  opacity: 0.9;
  margin-bottom: 20px;
}
.compre-online a {
  margin-top: 10px;
}
.compre-online button {
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .compre-online {
    text-align: center;
  }
  .compre-online img {
    margin-top: 80px;
  }
  .compre-online .label-compre-online {
    left: 10px;
    margin-top: 30px;
  }
  .compre-online h1 {
    text-align: center;
  }
  .compre-online h1 small {
    text-align: center;
  }
  .compre-online p {
    text-align: center;
  }
}

/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/*
  CSS for Reativação page
*/
.reativacao-hero {
  margin-top: 126px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background: #003870;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  padding: 70px 0 100px 0;
}
@media only screen and (max-width: 1199px) {
  .reativacao-hero {
    margin-top: 83px;
  }
}
.reativacao-hero .container-reativacao-hero {
  position: relative;
  text-align: right;
}
.reativacao-hero .container-reativacao-hero .container-title {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  background: #fff;
  padding: 60px;
  border-radius: 70px 0 70px 70px;
  text-align: center;
  position: absolute;
  bottom: -30px;
}
.reativacao-hero .container-reativacao-hero .container-title h1 {
  color: #003870;
  font-weight: bold;
  font-size: 26px;
  line-height: 140%;
  margin-bottom: 20px;
}
.reativacao-hero .container-reativacao-hero .container-title p {
  font-size: 15px;
}
.reativacao-hero .container-reativacao-hero img {
  width: 100%;
  max-width: 680px;
  height: 450px;
  object-fit: cover;
  border-radius: 80px 80px 80px 0;
}
@media (max-width: 767px) {
  .reativacao-hero .container-reativacao-hero .container-title {
    padding: 30px;
    border-radius: 35px 35px 35px 0;
  }
}

.reativacao-hero-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.reativacao-hero-card p {
  font-size: 120%;
  color: #9B9B9B;
  font-weight: 500;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.col-centered {
  display: inline-block;
  float: none;
  height: 100%;
  /* inline-block space fix */
  margin-right: -4px;
}

.reativacao-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.reativacao-video {
  background-image: url("http://via.placeholder.com/1444x700&text=video background");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .btn-converse-xs {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .btn-reativar-xs {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .btn-converse-sm {
    font-size: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.benefits-reativacao {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F7F5F5;
}
.benefits-reativacao p {
  max-width: 215px;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .benefits-reativacao p {
    margin-bottom: 40px;
  }
}

.passo-a-passo-reativacao {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #26A7F1;
}
.passo-a-passo-reativacao p {
  color: #fff;
  text-align: center;
}

.ldm-reativacao {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ldm-reativacao h2 {
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.ldm-reativacao .reativacao-card {
  background: #003870;
  border-radius: 80px 80px 80px 0;
  padding: 70px;
}
.ldm-reativacao .reativacao-card form label {
  color: #fff;
}

.novidades-reativacao {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.novidades-reativacao:before {
  position: absolute;
  content: "";
  background: #26A7F1;
  width: 1920px;
  height: 100%;
  border-radius: 80px;
  top: 0;
  left: 50%;
}
.novidades-reativacao h1 {
  text-align: left;
  margin-bottom: 40px;
  max-width: 250px;
}
.novidades-reativacao .conteudo-oferece {
  position: relative;
  max-width: 410px;
}
.novidades-reativacao .conteudo-oferece img {
  border-radius: 50px;
  height: 370px;
  object-fit: cover;
}
.novidades-reativacao .conteudo-oferece .balao {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50px 50px 0 50px;
  padding: 35px;
  min-height: 175px;
  -webkit-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  width: calc(100% - 30px);
  position: absolute;
  right: 0;
  bottom: -30px;
}
.novidades-reativacao .conteudo-oferece .balao p {
  color: #003870;
  text-align: center;
}
.novidades-reativacao .conteudo-oferece .balao p span {
  font-weight: bold;
}
.novidades-reativacao .btn {
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .novidades-reativacao {
    padding-bottom: 80px;
  }
  .novidades-reativacao:before {
    left: calc(50% + 180px);
  }
  .novidades-reativacao .conteudo-oferece {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .novidades-reativacao {
    text-align: center;
  }
  .novidades-reativacao h1 {
    text-align: center;
    margin: 0 auto 40px auto;
    color: #fff;
  }
  .novidades-reativacao:before {
    border-radius: 0px;
    height: 100%;
    top: inherit;
    left: 0;
    bottom: 0;
  }
}

.listagem-hoteis-reativacao {
  padding-top: 100px;
  padding-bottom: 0px;
}
.listagem-hoteis-reativacao h2 {
  max-width: 350px;
  text-align: left;
  margin-bottom: 40px;
}
.listagem-hoteis-reativacao .container-hoteis-reativacao {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -15px;
}
.listagem-hoteis-reativacao .container-hoteis-reativacao .item-hotel-reativacao {
  width: 100%;
  max-width: calc(25% - 30px);
  margin: 0 15px 50px 15px;
  text-align: left;
}
.listagem-hoteis-reativacao .container-hoteis-reativacao .item-hotel-reativacao img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  margin-bottom: 20px;
}
.listagem-hoteis-reativacao .container-hoteis-reativacao .item-hotel-reativacao h3 {
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 10px;
  text-align: left;
}
.listagem-hoteis-reativacao .container-hoteis-reativacao .item-hotel-reativacao .badge-hotel {
  background: #26A7F1;
  font-size: 12px;
  font-weight: bold;
  line-height: 0;
  padding: 2px 4px;
  margin: 0;
  border-radius: 4px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .listagem-hoteis-reativacao .container-hoteis-reativacao .item-hotel-reativacao img {
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .listagem-hoteis-reativacao .container-hoteis-reativacao .item-hotel-reativacao {
    max-width: calc(33.33% - 30px);
  }
  .listagem-hoteis-reativacao .container-hoteis-reativacao .item-hotel-reativacao img {
    height: 180px;
  }
}
@media only screen and (max-width: 479px) {
  .listagem-hoteis-reativacao .container-hoteis-reativacao .item-hotel-reativacao {
    max-width: calc(50% - 30px);
  }
  .listagem-hoteis-reativacao .container-hoteis-reativacao .item-hotel-reativacao img {
    height: 140px;
  }
}

.atendimento-digital-reatiacao {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #26A7F1;
}
.atendimento-digital-reatiacao .container-atendimento-digital {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.atendimento-digital-reatiacao .container-atendimento-digital img {
  width: calc(50% - 15px);
  height: 310px;
  object-fit: cover;
  object-position: center;
  border-radius: 80px;
  margin-right: 15px;
}
.atendimento-digital-reatiacao .container-atendimento-digital .conteudo-atendimento-digital {
  width: calc(50% - 15px);
  margin-left: 15px;
}
.atendimento-digital-reatiacao .container-atendimento-digital .conteudo-atendimento-digital h3 {
  color: #fff;
  text-align: left;
}
.atendimento-digital-reatiacao .container-atendimento-digital .conteudo-atendimento-digital p {
  color: #fff;
}
.atendimento-digital-reatiacao .container-atendimento-digital .conteudo-atendimento-digital .btn {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .atendimento-digital-reatiacao .container-atendimento-digital {
    flex-direction: column;
  }
  .atendimento-digital-reatiacao .container-atendimento-digital img {
    width: 100%;
  }
  .atendimento-digital-reatiacao .container-atendimento-digital .conteudo-atendimento-digital {
    width: 100%;
    text-align: center;
  }
  .atendimento-digital-reatiacao .container-atendimento-digital .conteudo-atendimento-digital h3 {
    text-align: center;
  }
}

.descontos-exclusivos {
  padding-top: 100px;
  padding-bottom: 100px;
}
.descontos-exclusivos h1 {
  text-align: left;
}
.descontos-exclusivos p {
  margin-bottom: 20px;
}
.descontos-exclusivos .lista-descontos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.descontos-exclusivos .lista-descontos figure {
  width: calc(25% - 30px);
  margin: 0 15px;
  text-align: center;
}
.descontos-exclusivos .lista-descontos figure img {
  width: 100%;
  max-width: 89px;
}
@media only screen and (max-width: 991px) {
  .descontos-exclusivos {
    text-align: center;
  }
  .descontos-exclusivos h1 {
    text-align: center;
  }
  .descontos-exclusivos p {
    text-align: center;
  }
  .descontos-exclusivos .lista-descontos {
    margin-top: 40px;
  }
}

.listagem-hoteis-reativacao + .hoteis-conveniados {
  padding-top: 120px;
}

/*
  CSS for referral page
*/
/* Removes Bootstrap's standard grey gradient background for the slider buttons*/
#referral-carousel-left {
  background-image: none;
}

#referral-carousel-right {
  background-image: none;
}

@media (max-width: 767px) {
  .btn-indicar-xs {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .btn-indicar-sm {
    font-size: 20px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
/*
  CSS for Cobrança page
*/
.cobranca-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}

#cpf-input:focus {
  border-color: #F9B234;
  background-color: white;
}

/*
  CSS for lojas-listagem
*/
.lojas-listagem-hero {
  background-image: url("../images/heroshot_lojas.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
.lojas-listagem-hero h1 {
  font-weight: 500;
  color: white;
  max-width: 700px;
}

@media (min-width: 768px) {
  .padding-sm-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.lojas-listagem-hero-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.child-p-font-15 p {
  font-size: 17px;
}

.lojas-row-border {
  border-bottom: 1px solid lightgray;
}

.lojas-row-border:last-child {
  border-bottom: 0px;
}

@media (min-width: 992px) {
  .m-t-40-md {
    margin-top: 40px;
  }
}
.max-width-400-center {
  max-width: 400px;
  margin: 0 auto;
}

/*
  CSS for loja-detalhe
*/
.loja-detalhe-hero {
  background-image: url("http://via.placeholder.com/1440x400&text=lojas");
  background-repeat: no-repeat;
  background-position: center top;
}
.loja-detalhe-hero h1 {
  font-weight: 500;
  color: white;
  max-width: 700px;
}

.loja-detalhe-hero-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

#row-servicos-agencia ul {
  list-style: none;
  /* Remove list bullets */
  padding: 0;
  margin: 0;
}
#row-servicos-agencia li {
  text-align: left;
  font-size: 17px;
  min-height: 58px;
}
#row-servicos-agencia li p {
  display: inline;
}
#row-servicos-agencia li::before {
  font-family: FontAwesome;
  content: "";
  color: #26A7F1;
  padding-right: 10px;
  vertical-align: middle;
  font-size: 25px;
  float: left;
}

@media (min-width: 768px) {
  .p-t-sm-20 {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 480px) {
  .padding-480-0 {
    padding: 0 !important;
  }
}
/*
  CSS for Institucional page
*/
.institucional-hero {
  background-image: url("../images/quem-somos/heroshot.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}
.institucional-hero h1 {
  max-width: 900px;
}

.institucional-hero-card {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.hero-title {
  font-size: 3.5em;
}

.font-size-16 {
  font-size: 16px;
}

.line-height-15 {
  line-height: 15px;
}

/*
  CSS for login-cliente page
*/
.login-cliente {
  margin-top: 126px;
  padding-top: 60px;
  padding-bottom: 70px;
  background: #003870;
}
@media only screen and (max-width: 1199px) {
  .login-cliente {
    margin-top: 83px;
  }
}
.login-cliente h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.login-cliente h2 small {
  color: #fff;
}
.login-cliente .login-cliente-card {
  background: #fff;
  text-align: center;
  padding: 70px;
  border-radius: 80px 80px 0 80px;
  max-width: 470px;
  margin: 0 auto;
}
.login-cliente .login-cliente-card form {
  text-align: left;
  margin-bottom: 10px;
}
.login-cliente .container-links-login {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .login-cliente {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .login-cliente .login-cliente-card {
    padding: 50px;
    border-radius: 60px 60px 0 60px;
  }
}

/*
  CSS for login-hoteleiro page
*/
.login-hoteleiro {
  margin-top: 126px;
  padding-top: 60px;
  padding-bottom: 70px;
  background: #003870;
}
@media only screen and (max-width: 1199px) {
  .login-hoteleiro {
    margin-top: 83px;
  }
}
.login-hoteleiro h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.login-hoteleiro h2 small {
  color: #fff;
}
.login-hoteleiro .login-hoteleiro-card {
  background: #fff;
  text-align: center;
  padding: 70px;
  border-radius: 80px 80px 0 80px;
  max-width: 580px;
  margin: 0 auto;
}
.login-hoteleiro .login-hoteleiro-card form {
  text-align: left;
  margin-bottom: 10px;
}
.login-hoteleiro .container-links-login {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .login-hoteleiro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .login-hoteleiro .login-hoteleiro-card {
    padding: 50px;
    border-radius: 60px 60px 0 60px;
  }
}

/*
  Css Página atendimento/*
*/
.atendimento {
  border-radius: 5px;
  border: solid 1px #CCC;
}

.atendimento .default-margin {
  margin-left: 30px;
  margin-right: 30px;
}

.atendimento h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: -20px;
  padding: 0;
}

.atendimento h2.subtitle {
  line-height: 110%;
  font-size: 22px;
  font-weight: 100;
}

.atendimento .blue-box-wrapper {
  background-color: #E2EEF1;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.atendimento .agencies {
  text-align: center;
  padding: 30px;
}

.atendimento .agencies h4 {
  color: orange;
  margin-bottom: 5px;
  font-size: 18px;
}

.atendimento .agencies a {
  color: #666666;
  text-decoration: underline;
}

.atendimento .agencies a:hover {
  text-decoration: none;
}

.atendimento .nao_encontrou_title {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 60px;
}

.atendimento .nao_encontrou_title h1 {
  line-height: 100%;
  font-size: 30px;
  margin: 0px;
  color: #003870;
}

.atendimento .nao_encontrou_title h2 {
  line-height: 100%;
  font-size: 26px;
  color: #CCCCCC;
}

.atendimento .form-area {
  padding-bottom: 80px;
}
.atendimento .form-area .form-group {
  text-align: left;
}
.atendimento .form-area .form-group label {
  font-family: "Open Sans";
  text-transform: capitalize;
  font-size: 120%;
  font-weight: 400;
  margin-bottom: 10px;
  color: #9B9B9B;
}
.atendimento .form-area .form-group input {
  border-radius: 20px;
}

@media only screen and (max-width: 1000px), only screen and (max-device-width: 1000px) {
  .atendimento .default-margin {
    margin-left: 15px;
    margin-right: 15px;
  }

  .atendimento h1 {
    margin-bottom: 10px;
  }

  .atendimento .blue-box-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.vitrine-contato {
  margin-top: 126px;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .vitrine-contato {
    margin-top: 83px;
  }
}

.contato-cliente {
  overflow-x: hidden;
  padding: 150px 0;
  z-index: 1;
}
.contato-cliente .contato-cliente-container {
  position: relative;
}
.contato-cliente .contato-cliente-container:before {
  position: absolute;
  content: "";
  background: #003870;
  border-radius: 80px;
  width: 1900px;
  height: calc(100% + 300px);
  top: -150px;
  left: 300px;
  z-index: -1;
}
.contato-cliente .contato-cliente-container .contato-container {
  text-align: left;
  background: #fff;
  padding: 60px;
  border-radius: 80px 80px 0 80px;
  -webkit-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
}
.contato-cliente .contato-cliente-container .contato-container h2 {
  font-size: 22px;
  text-align: left;
}
.contato-cliente .contato-cliente-container .contato-container .central-atendimento h3, .contato-cliente .contato-cliente-container .contato-container .atendimento-agendado h3 {
  text-align: left;
  font-size: 15px;
  margin-bottom: 6px;
}
.contato-cliente .contato-cliente-container .contato-container .central-atendimento .phone, .contato-cliente .contato-cliente-container .contato-container .atendimento-agendado .phone {
  font-weight: bold;
  font-size: 17px;
  color: #464646;
}
.contato-cliente .contato-cliente-container .contato-container .central-atendimento a, .contato-cliente .contato-cliente-container .contato-container .atendimento-agendado a {
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .contato-cliente {
    background: #003870;
  }
  .contato-cliente .contato-container {
    margin-bottom: 40px;
  }
}

.container-success-form form label {
  color: #fff !important;
}
.container-success-form form .radio-options .radio-inline {
  padding-left: 11px;
}
.container-success-form form .radio-options .radio-inline ul {
  display: inline-block;
}
.container-success-form form .radio-options .radio-inline ul li {
  display: inline;
}
.container-success-form form .radio-options .radio-inline ul li:nth-child(1) {
  margin-right: 40px;
}
.container-success-form form textarea {
  height: 90px;
}

.enderecos-agencias {
  padding-top: 80px;
  padding-bottom: 80px;
}
.enderecos-agencias h1 {
  text-align: left;
  margin-bottom: 40px;
}
.enderecos-agencias .container-agencias {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0 -15px;
}
.enderecos-agencias .container-agencias .item-agencia {
  background: #fff;
  border: 1px solid #E3E3E3;
  border-top: 3px solid #003870;
  padding: 30px;
  border-radius: 4px;
  margin: 0 15px 30px 15px;
  width: calc(33.33% - 30px);
}
.enderecos-agencias .container-agencias .item-agencia .label-agencia {
  padding: 4px 8px;
  border-radius: 4px;
  color: #26A7F1;
  border: 2px solid #26A7F1;
}
.enderecos-agencias .container-agencias .item-agencia .label-agencia.matriz {
  background: #26A7F1;
  font-size: 14px;
  color: #fff;
}
.enderecos-agencias .container-agencias .item-agencia h2 {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .enderecos-agencias .container-agencias .item-agencia {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .enderecos-agencias .container-agencias .item-agencia {
    width: 100%;
  }
}

.offer-banner-destino {
  background-image: url(../images/ofertas/natal-2017/bg-banner-natal.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}
.offer-banner-destino h2 {
  color: #fff !important;
  font-weight: bold;
  font-size: 32px;
}
.offer-banner-destino p {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  line-height: 32px;
}
.offer-banner-destino p span {
  display: block;
  font-size: 16px;
}
.offer-banner-destino a {
  margin-top: 15px;
  color: #fff;
  display: inline-block;
  font-weight: 900;
  border-radius: 4px;
  border: 2px solid #eb992a;
  background: #fcbd59;
  background: -moz-linear-gradient(top, #fcbd59 0%, #fe9e30 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fcbd59), color-stop(100%, #fe9e30));
  background: -webkit-linear-gradient(top, #fcbd59 0%, #fe9e30 100%);
  background: -o-linear-gradient(top, #fcbd59 0%, #fe9e30 100%);
  background: -ms-linear-gradient(top, #fcbd59 0%, #fe9e30 100%);
  background: linear-gradient(to bottom, #fcbd59 0%, #fe9e30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcbd59", endColorstr="#fe9e30", GradientType=0 );
  padding: 18px;
  text-shadow: 1px 1px 1px #a7650c !important;
  text-transform: uppercase;
  text-align: center;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .offer-banner-destino {
    text-align: center;
  }
  .offer-banner-destino figure img {
    margin: 0 auto;
  }
}
.offer-banner-small-container {
  background-image: url(../images/ofertas/natal-2017/bg-banner-natal.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
}
.offer-banner-small-container h2 {
  color: #fff !important;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
}
.offer-banner-small-container h2 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.offer-banner-small-container p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 32px;
}
.offer-banner-small-container p span {
  display: block;
  font-size: 13px;
}
.offer-banner-small-container a {
  color: #fff;
  display: inline-block;
  font-weight: 900;
  border-radius: 4px;
  border: 2px solid #eb992a;
  background: #fcbd59;
  background: -moz-linear-gradient(top, #fcbd59 0%, #fe9e30 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fcbd59), color-stop(100%, #fe9e30));
  background: -webkit-linear-gradient(top, #fcbd59 0%, #fe9e30 100%);
  background: -o-linear-gradient(top, #fcbd59 0%, #fe9e30 100%);
  background: -ms-linear-gradient(top, #fcbd59 0%, #fe9e30 100%);
  background: linear-gradient(to bottom, #fcbd59 0%, #fe9e30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcbd59", endColorstr="#fe9e30", GradientType=0 );
  padding: 18px;
  text-shadow: 1px 1px 1px #a7650c !important;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.offer-banner-small-container .image-offer, .offer-banner-small-container .copy-offer, .offer-banner-small-container .cta-offer {
  display: inline-block;
  margin-right: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-banner-small-container .copy-offer {
  padding-left: 20px;
  padding-right: 20px;
  width: 65%;
}
.offer-banner-small-container .cta-offer {
  padding-left: 20px;
  padding-right: 20px;
  width: 30%;
}

@media only screen and (max-width: 1200px) {
  .offer-banner-small-container {
    margin-bottom: 30px;
  }
  .offer-banner-small-container h2 {
    color: #fff !important;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
  }
  .offer-banner-small-container h2 span {
    display: block;
    font-size: 15px;
    font-weight: 400;
  }
  .offer-banner-small-container .copy-offer {
    width: 60%;
  }
  .offer-banner-small-container .cta-offer {
    width: 40%;
  }
}
@media only screen and (max-width: 992px) {
  .offer-banner-small-container {
    flex-direction: column;
  }
  .offer-banner-small-container .image-offer {
    display: none;
  }
  .offer-banner-small-container .copy-offer {
    display: block !important;
    width: 90%;
  }
  .offer-banner-small-container .cta-offer {
    display: block !important;
    width: 90%;
  }
}
.navbar-container {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
}

.navbar-top {
  background: #003870;
  width: 100%;
}
.navbar-top .container-navbar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 4px;
}
.navbar-top .container-navbar-top .navbar-top-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.navbar-top .container-navbar-top .navbar-top-left p {
  color: #fff;
  font-size: 13px;
}
.navbar-top .container-navbar-top .navbar-top-left .lista-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.navbar-top .container-navbar-top .navbar-top-left .lista-social a {
  padding: 8px;
}
.navbar-top .container-navbar-top .navbar-top-left .lista-social a.icon-blog {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding-top: 11px;
}
.navbar-top .container-navbar-top .navbar-top-left .lista-social a img {
  height: 15px;
}
.navbar-top .container-navbar-top .navbar-top-right .item-navbar-top {
  color: #fff;
  margin: 0 10px;
}
.navbar-top .container-navbar-top .navbar-top-right .telefone {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.navbar-bottom {
  background: #fff;
  width: 100%;
  padding: 15px 0;
  -webkit-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
}
.navbar-bottom .container-navbar-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.navbar-bottom .container-navbar-bottom .navbar-bottom-left {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}
.navbar-bottom .container-navbar-bottom .navbar-bottom-left .brand-container {
  max-width: 190px;
  margin-right: 20px;
}
.navbar-bottom .container-navbar-bottom .navbar-bottom-left .brand-container figure {
  width: 100%;
}
.navbar-bottom .container-navbar-bottom .navbar-bottom-left .brand-container figure img {
  width: 100%;
}
.navbar-bottom .container-navbar-bottom .navbar-bottom-left .menu-principal {
  display: flex;
  flex-direction: row;
}
.navbar-bottom .container-navbar-bottom .navbar-bottom-left .menu-principal ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
.navbar-bottom .container-navbar-bottom .navbar-bottom-left .menu-principal ul li {
  padding: 0;
  position: relative;
}
.navbar-bottom .container-navbar-bottom .navbar-bottom-left .menu-principal ul li a {
  margin: 0 10px;
  color: #003870;
  font-weight: 600;
  transition: all 0.2s;
}
.navbar-bottom .container-navbar-bottom .navbar-bottom-left .menu-principal ul li a:hover {
  color: #26A7F1;
  transition: all 0.2s;
}
.navbar-bottom .container-navbar-bottom .navbar-bottom-left .menu-principal ul li a.menu-dropdown {
  position: relative;
  padding-right: 13px;
}
.navbar-bottom .container-navbar-bottom .navbar-bottom-left .menu-principal ul li a.menu-dropdown:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 5px;
  width: 7px;
  height: 7px;
  border-left: 2px solid #26A7F1;
  border-bottom: 2px solid #26A7F1;
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.navbar-bottom .container-navbar-bottom .navbar-bottom-left .menu-principal ul li a.menu-dropdown.open:before {
  top: 8px;
  transform: rotate(-225deg);
  transition: all 0.2s;
}
.navbar-bottom .container-navbar-bottom .navbar-bottom-left .menu-principal ul li .menu-principal-dropdown {
  position: absolute;
  background: #fff;
  top: 40px;
  border: 1px solid #ebecec;
  left: calc(50% - 100px);
  width: 200px;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
}
.navbar-bottom .container-navbar-bottom .navbar-bottom-left .menu-principal ul li .menu-principal-dropdown ul {
  display: flex;
  flex-wrap: wrap;
}
.navbar-bottom .container-navbar-bottom .navbar-bottom-left .menu-principal ul li .menu-principal-dropdown ul li {
  width: 100%;
  padding: 0;
}
.navbar-bottom .container-navbar-bottom .navbar-bottom-left .menu-principal ul li .menu-principal-dropdown ul li a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px;
  border-radius: 4px;
  transition: all 0.2s;
  text-align: center;
}
.navbar-bottom .container-navbar-bottom .navbar-bottom-left .menu-principal ul li .menu-principal-dropdown ul li a:hover {
  background: #F7F5F5;
  border-radius: 4px;
  transition: all 0.2s;
}
.navbar-bottom .container-navbar-bottom .navbar-bottom-left .menu-principal ul li .menu-principal-dropdown.open {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s, visibility 0.2;
}
.navbar-bottom .container-navbar-bottom .navbar-bottom-right .btn-white {
  margin-right: 10px;
}

.container-menu-mobile {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  max-height: calc(100vh - 108px);
  overflow-y: auto;
  display: none;
}
.container-menu-mobile.open {
  display: block;
}
.container-menu-mobile .menu-principal {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.container-menu-mobile .menu-principal a {
  padding: 12px;
  width: 100%;
  text-align: center;
  color: #003870;
  font-weight: 600;
  transition: all 0.2s;
  display: block;
}
.container-menu-mobile .menu-principal a:hover {
  color: #26A7F1;
  transition: all 0.2s;
}
.container-menu-mobile .menu-principal .titulo-sobre {
  color: #bfbfbf;
}
.container-menu-mobile .menu-principal ul, .container-menu-mobile .menu-principal li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.container-menu-mobile .menu-principal .itens-sobre {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  width: 100%;
  max-width: 300px;
  padding: 30px 0 20px 0;
}
.container-menu-mobile .navbar-bottom-right {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.container-menu-mobile .navbar-bottom-right a:nth-child(1) {
  margin-bottom: 10px;
}
.container-menu-mobile .navbar-top-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 0;
}
.container-menu-mobile .navbar-top-right .item-navbar-top {
  color: #fff;
  margin-bottom: 10px;
}
.container-menu-mobile .navbar-top-right .telefone {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.container-menu-mobile .navbar-top-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 30px;
}
.container-menu-mobile .navbar-top-left p {
  color: #fff;
  font-size: 13px;
}
.container-menu-mobile .navbar-top-left .lista-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.container-menu-mobile .navbar-top-left .lista-social a {
  padding: 8px;
}
.container-menu-mobile .navbar-top-left .lista-social a img {
  height: 15px;
}
.container-menu-mobile .navbar-top-left .lista-social a.icon-blog {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding-top: 11px;
}

.blue-box {
  border-radius: 60px 60px 0 60px;
  background: #003870;
}

.overflow-hidden {
  overflow: hidden;
}

.lp-showcase {
  margin-top: 81px;
  background-image: url("../images/landing-pages/viaje-mais/bg-vitrine.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 0;
}
.lp-showcase .flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lp-showcase .flex-container .left {
  width: 50%;
  margin: 0 15px;
}
.lp-showcase .flex-container .right {
  width: 50%;
  margin: 0 15px;
}
.lp-showcase .flex-container .right .contato-container {
  background-color: #fff;
  padding: 45px;
  border-radius: 60px;
}
.lp-showcase .flex-container .right .contato-container h2 {
  font-size: 16px;
  font-weight: bold;
  max-width: 310px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.lp-showcase .flex-container .right .contato-container p {
  margin-top: 20px;
  text-align: center;
  line-height: 125%;
}
.lp-showcase .content-showcase {
  max-width: 415px;
}
.lp-showcase .content-showcase h1 {
  color: #fff;
  text-align: left;
  font-size: 44px;
}
.lp-showcase .content-showcase p {
  color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .lp-showcase .content-showcase h1 {
    font-size: 34px;
  }
  .lp-showcase .content-showcase:before {
    background-size: 40px;
    width: 90px;
    height: 80px;
    border-radius: 30px 30px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .lp-showcase .flex-container {
    flex-direction: column;
  }
  .lp-showcase .flex-container .left {
    width: 100%;
  }
  .lp-showcase .flex-container .right {
    width: 100%;
  }
  .lp-showcase .content-showcase {
    margin: 0 auto;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 40px;
    max-width: 430px;
  }
  .lp-showcase .content-showcase h1 {
    text-align: center;
  }
  .lp-showcase .content-showcase p {
    text-align: center;
  }
  .lp-showcase .content-showcase:before {
    background-size: 40px;
    width: 90px;
    height: 80px;
    border-radius: 30px 30px 0 30px;
  }
}
@media only screen and (max-width: 479px) {
  .lp-showcase .content-showcase {
    border-radius: 50px;
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
  }
  .lp-showcase .content-showcase:before {
    left: calc(50% - 40px);
    width: 90px;
    height: 80px;
    border-radius: 25px 25px 25px 0;
  }
  .lp-showcase .content-showcase h1 {
    text-align: center;
  }
}

.lp-video {
  background: #003870;
  padding: 100px 0;
}
.lp-video h1 {
  color: #fff;
}

.lp-formulario {
  overflow-x: hidden;
  padding: 150px 0;
  z-index: 1;
  margin: 120px 0;
}
.lp-formulario .flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lp-formulario .flex-container .left {
  width: 50%;
}
.lp-formulario .flex-container .right {
  width: 50%;
}
.lp-formulario h1 {
  color: #fff;
  text-align: left;
  max-width: 390px;
}
.lp-formulario .contato-cliente-container {
  position: relative;
}
.lp-formulario .contato-cliente-container:before {
  position: absolute;
  content: "";
  background: #003870;
  border-radius: 80px;
  width: 1900px;
  height: calc(100% + 300px);
  top: -150px;
  right: 300px;
  z-index: -1;
}
.lp-formulario .contato-cliente-container .contato-container {
  text-align: left;
  background: #fff;
  padding: 30px;
  border-radius: 60px;
  -webkit-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
}
.lp-formulario .contato-cliente-container .contato-container h2 {
  font-size: 22px;
  text-align: left;
}
.lp-formulario .contato-cliente-container .contato-container .central-atendimento h3, .lp-formulario .contato-cliente-container .contato-container .atendimento-agendado h3 {
  text-align: left;
  font-size: 15px;
  margin-bottom: 6px;
}
.lp-formulario .contato-cliente-container .contato-container .central-atendimento .phone, .lp-formulario .contato-cliente-container .contato-container .atendimento-agendado .phone {
  font-weight: bold;
  font-size: 17px;
  color: #464646;
}
.lp-formulario .contato-cliente-container .contato-container .central-atendimento a, .lp-formulario .contato-cliente-container .contato-container .atendimento-agendado a {
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .lp-formulario {
    background: #003870;
  }
  .lp-formulario .contato-container {
    margin-bottom: 40px;
  }
}

#ldm-viaje-mais-0dc6769955c6b8d739a6 .bricks--component.bricks--component-embeddable-form, #ldm-viaje-mais-v4-c0b156302231e757929b .bricks--component.bricks--component-embeddable-form {
  padding: 30px;
  border-radius: 60px;
  -webkit-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  background: #fff;
}
#ldm-viaje-mais-0dc6769955c6b8d739a6 h2, #ldm-viaje-mais-v4-c0b156302231e757929b h2 {
  width: 280px;
  margin: 0 auto;
}
#ldm-viaje-mais-0dc6769955c6b8d739a6 h2 span, #ldm-viaje-mais-v4-c0b156302231e757929b h2 span {
  font-family: "Montserrat", sans-serif !important;
  line-height: 125% !important;
  text-align: center !important;
  color: #003870 !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
#ldm-viaje-mais-0dc6769955c6b8d739a6 button, #ldm-viaje-mais-v4-c0b156302231e757929b button {
  font-family: "Source Sans Pro", sans-serif !important;
  height: 100%;
  color: #fff !important;
  background-color: #25a7f1 !important;
  border-color: #25a7f1 !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  white-space: normal !important;
  z-index: 1 !important;
  overflow: hidden !important;
  transition: all 0.2s !important;
  display: inline-block !important;
  padding: 14px 30px !important;
  margin-bottom: 0 !important;
  text-align: center !important;
  vertical-align: middle !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  font-size: 15px !important;
  line-height: 1.428571429 !important;
  border-radius: 4px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
#ldm-viaje-mais-0dc6769955c6b8d739a6 button:hover, #ldm-viaje-mais-0dc6769955c6b8d739a6 button:focus, #ldm-viaje-mais-v4-c0b156302231e757929b button:hover, #ldm-viaje-mais-v4-c0b156302231e757929b button:focus {
  color: #fff !important;
  background-color: #0e8dd5 !important;
  border-color: #0e8dd5 !important;
}
#ldm-viaje-mais-0dc6769955c6b8d739a6 .bricks-form__field label, #ldm-viaje-mais-v4-c0b156302231e757929b .bricks-form__field label {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
}
#ldm-viaje-mais-0dc6769955c6b8d739a6 .bricks-form__field .bricks-form__input, #ldm-viaje-mais-v4-c0b156302231e757929b .bricks-form__field .bricks-form__input {
  height: 45px;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#ldm-viaje-mais-0dc6769955c6b8d739a6 .bricks-form__field .bricks-form__input:focus, #ldm-viaje-mais-v4-c0b156302231e757929b .bricks-form__field .bricks-form__input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.lp-icones-vantagens-planos {
  margin-bottom: 120px;
}

.tkp-navbar {
  text-align: center;
}
.tkp-navbar img {
  max-width: 190px;
}

.tkp-showcase {
  margin-top: 74px;
  background: #003870;
  height: calc(100vh - 74px);
}
.tkp-showcase .content-showcase {
  max-width: 580px;
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
}
.tkp-showcase .content-showcase h1 {
  color: #fff;
  text-align: center;
  font-size: 44px;
}
.tkp-showcase .content-showcase p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}

/*
  CSS for 404
*/
.big-404 {
  color: #26A7F1;
  font-size: 148px;
  font-weight: 800;
}

.ops-404 {
  color: #26A7F1;
  font-size: 88px;
  font-weight: light;
}

.text-404 {
  color: #26A7F1;
  font-size: 38px;
  font-weight: light;
}

.header-ecommerce {
  background: #fff;
  -webkit-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header-ecommerce .header-payment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 80px;
}
.header-ecommerce .header-payment img {
  max-width: 180px;
}
@media only screen and (max-width: 479px) {
  .header-ecommerce {
    padding: 15px 0;
  }
  .header-ecommerce .header-payment {
    flex-direction: column;
  }
  .header-ecommerce .header-payment img {
    max-width: 150px;
  }
}

.vitrine-ecommerce {
  padding: 120px 0 60px 0;
}
.vitrine-ecommerce h1 {
  text-align: left;
}

.selecao-plano {
  margin-bottom: 15px;
}
.selecao-plano .container-itens-plano {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 4px;
}
.selecao-plano .container-itens-plano .item-plano {
  margin-bottom: 10px;
}
.selecao-plano .container-itens-plano .item-plano input[type=radio] {
  display: none;
}
.selecao-plano .container-itens-plano .item-plano input[type=radio] + label {
  display: inline-block;
  padding: 14px 18px;
  background-color: #fff;
  border: 1px solid #cccccc;
  margin-right: 10px;
  border-radius: 4px;
}
.selecao-plano .container-itens-plano .item-plano input[type=radio]:checked + label {
  background-image: none;
  -webkit-box-shadow: 0px 0px 0px 1px #26A7F1;
  -moz-box-shadow: 0px 0px 0px 1px #26A7F1;
  box-shadow: 0px 0px 0px 1px #26A7F1;
  color: #26A7F1;
  font-weight: bold;
  border: 1px solid #26A7F1;
}
@media only screen and (max-width: 767px) {
  .selecao-plano .container-itens-plano {
    justify-content: space-between;
  }
  .selecao-plano .container-itens-plano .item-plano {
    width: calc(50% - 5px);
  }
  .selecao-plano .container-itens-plano .item-plano input[type=radio] + label {
    width: 100%;
    text-align: center;
  }
}

.resumo-ecommerce {
  margin-bottom: 60px;
  background: #003870;
  position: sticky;
  top: 150px;
  -webkit-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.3);
  border-radius: 80px 80px 80px 0;
  padding: 40px;
  text-align: center;
}
.resumo-ecommerce h3 {
  margin-bottom: 30px;
  color: #fff;
}
.resumo-ecommerce ul {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  border-bottom: 1px solid #134e8c;
  padding: 12px;
}
.resumo-ecommerce ul li {
  list-style: none;
  color: #fff;
}

.header-etapas {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 40px 0;
}
.header-etapas h3 {
  color: #cacaca;
  margin-right: 30px;
  font-size: 18px;
  text-align: left;
}
.header-etapas h3.active {
  color: #003870;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .header-etapas h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .header-etapas {
    margin-top: 30px;
  }
  .header-etapas h3 {
    margin-top: 0px;
    width: calc(50% - 0px);
    text-align: center;
    margin-right: 0;
  }
}

.container-ecommerce {
  margin-top: 80px;
}

.etapa-3-ecommerce .conteudo-regulamento {
  max-height: 70vh;
  overflow-y: auto;
}

.etapa-4-ecommerce .bandeiras-cartoes {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  margin-bottom: 10px;
}
.etapa-4-ecommerce .bandeiras-cartoes img {
  max-width: 35px;
  max-height: 18px;
  margin-right: 10px;
  position: relative;
}

.selo-seguranca {
  position: relative;
}
.selo-seguranca.white {
  color: #fff;
}
.selo-seguranca:before {
  position: absolute;
  content: "";
  background-image: url("../images/seguro.svg");
  width: 22px;
  height: 22px;
  left: -28px;
  top: 0;
}
@media only screen and (max-width: 479px) {
  .selo-seguranca {
    margin-left: 18px;
  }
}

.etapa-1-ecommerce, .etapa-2-ecommerce, .etapa-3-ecommerce, .etapa-4-ecommerce {
  margin-bottom: 60px;
}
.etapa-1-ecommerce.hide, .etapa-2-ecommerce.hide, .etapa-3-ecommerce.hide, .etapa-4-ecommerce.hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  .etapa-1-ecommerce .btn.btn-blue, .etapa-2-ecommerce .btn.btn-blue, .etapa-3-ecommerce .btn.btn-blue, .etapa-4-ecommerce .btn.btn-blue {
    width: 100%;
  }
}

.vitrine-sucesso {
  padding: 140px 0 70px 0;
  background: #003870;
  text-align: center;
}
.vitrine-sucesso img {
  max-width: 100px;
}
.vitrine-sucesso h1 {
  text-align: center;
  color: #fff;
}

.container-sucesso {
  text-align: center;
  padding: 60px 0;
}
.container-sucesso p {
  text-align: center;
  font-size: 18px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 100;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 10px;
}

.slick-prev {
  left: 25px;
}
.slick-prev:before {
  transform: rotate(135deg);
  margin-right: -6px;
}
@media (max-width: 768px) {
  .slick-prev {
    left: 10px;
  }
}

.slick-next {
  right: 25px;
}
.slick-next:before {
  transform: rotate(-45deg);
  margin-left: -6px;
}
@media (max-width: 768px) {
  .slick-next {
    right: 10px;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.showcase-slider {
  position: relative;
  z-index: 0;
  width: 100%;
}
.showcase-slider-container {
  max-height: 550px;
  overflow: hidden;
}
.showcase-slider-box {
  display: flex;
  align-items: center;
  padding: 120px 0;
}
.showcase-slider-content {
  background: #fff;
  border-radius: 70px 70px 0 70px;
  padding: 60px;
  z-index: 100;
}
.showcase-slider-content .btn {
  text-transform: uppercase;
}
.showcase-slider-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-align: left;
  color: #134173;
  margin-bottom: 10px;
}
.showcase-slider-tag {
  font-size: 13px;
  color: #25A7F2;
  border: 1px solid #25A7F2;
  display: inline-block;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 4px;
  line-height: 14px;
}
.showcase-slider-text {
  font-size: 15px;
  color: #626262;
  line-height: 20px;
  margin-bottom: 15px;
}
.showcase-slider-image {
  width: 100%;
  display: flex;
  max-height: 550px;
  height: 100%;
  object-fit: cover;
}
.showcase-slider-image-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .showcase-slider .showcase-slider-box {
    width: 90%;
    margin: 0 auto;
    padding: 90px 0;
  }
  .showcase-slider .showcase-slider-content {
    border-radius: 50px 50px 0 50px;
    padding: 40px;
  }
}
@media (max-width: 375px) {
  .showcase-slider-title {
    font-size: 20px;
    line-height: 28px;
  }
  .showcase-slider-tag {
    font-size: 10px;
  }
  .showcase-slider-text {
    font-size: 13px;
  }
  .showcase-slider-content .btn {
    font-size: 13px;
    padding: 10px;
  }
}

/*# sourceMappingURL=custom.css.map */
