@charset "UTF-8";
/* ========================================================================== Normalize.scss settings ========================================================================== */
/** Includes legacy browser support IE6/7  Set to false if you want to drop support for IE6 and IE7 */
/* Base ========================================================================== */
/** 1. Set default font family to sans-serif. 2. Prevent iOS and IE text size adjust after device orientation change, without disabling user zoom. 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
body { margin: 0; }

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

/** 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Prevents modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background-color: transparent; }

/** Improve readability of focused elements when they are also in an active/hover state. */
a:active, a:hover { outline: 0; }

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari and Chrome. */
dfn { font-style: italic; }

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Addresses styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* Embedded content ========================================================================== */
/** 1. Remove border when inside `a` element in IE 8/9/10. 2. Improves image quality when scaled in IE 7. */
img { border: 0; }

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure { margin: 1em 40px; }

/** Address differences between Firefox and other browsers. */
hr { box-sizing: content-box; height: 0; }

/** Contain overflow in all browsers. */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. 4. Improves appearance and consistency in all browsers. */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button { overflow: visible; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. 4. Removes inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input { line-height: normal; }

/** 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. Known issue: excess padding remains in IE 6. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ box-sizing: content-box; /* 2 */ }

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. 3. Corrects text not wrapping in Firefox 3. 4. Corrects alignment displayed oddly in IE 6/7. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea { overflow: auto; }

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup { font-weight: bold; }

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

.row { box-sizing: border-box; margin: 0 auto; width: 100%; display: -webkit-flex; display: -ms-flexbox; display: flex; flex: 0 1 auto; flex-direction: row; flex-wrap: wrap; }

.row.reverse { flex-direction: row-reverse; }

.row.natural-height { align-items: flex-start; }

.row.flex-column { flex-direction: column; }

.col { box-sizing: border-box; flex-grow: 1; flex-basis: 0; max-width: 100%; padding: 1rem; }

.col.reverse { flex-direction: column-reverse; }

.first { order: -1; }

.last { order: 1; }

.align-start { align-self: flex-start; }

.align-end { align-self: flex-end; }

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

.align-baseline { align-self: baseline; }

.align-stretch { align-self: stretch; }

.container { padding: 0 2.5rem; }
@media only screen and (min-width: 65rem) { .container { max-width: 960px; margin: 0px auto; } }
@media only screen and (min-width: 91rem) { .container { max-width: 960px; margin: 0px auto; } }
@media only screen and (max-width: 40rem) { .container { padding: 0 1rem; } }

.col-xs { box-sizing: border-box; flex-grow: 1; flex-basis: 0; max-width: 100%; padding: 1rem; }

.col-xs-1 { box-sizing: border-box; flex-basis: 8.3333333333%; max-width: 8.3333333333%; padding: 1rem; }

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

.col-xs-2 { box-sizing: border-box; flex-basis: 16.6666666667%; max-width: 16.6666666667%; padding: 1rem; }

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

.col-xs-3 { box-sizing: border-box; flex-basis: 25%; max-width: 25%; padding: 1rem; }

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

.col-xs-4 { box-sizing: border-box; flex-basis: 33.3333333333%; max-width: 33.3333333333%; padding: 1rem; }

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

.col-xs-5 { box-sizing: border-box; flex-basis: 41.6666666667%; max-width: 41.6666666667%; padding: 1rem; }

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

.col-xs-6 { box-sizing: border-box; flex-basis: 50%; max-width: 50%; padding: 1rem; }

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

.col-xs-7 { box-sizing: border-box; flex-basis: 58.3333333333%; max-width: 58.3333333333%; padding: 1rem; }

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

.col-xs-8 { box-sizing: border-box; flex-basis: 66.6666666667%; max-width: 66.6666666667%; padding: 1rem; }

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

.col-xs-9 { box-sizing: border-box; flex-basis: 75%; max-width: 75%; padding: 1rem; }

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

.col-xs-10 { box-sizing: border-box; flex-basis: 83.3333333333%; max-width: 83.3333333333%; padding: 1rem; }

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

.col-xs-11 { box-sizing: border-box; flex-basis: 91.6666666667%; max-width: 91.6666666667%; padding: 1rem; }

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

.col-xs-12 { box-sizing: border-box; flex-basis: 100%; max-width: 100%; padding: 1rem; }

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

.row.start-xs { justify-content: flex-start; }

.row.center-xs { justify-content: center; }

.row.end-xs { justify-content: flex-end; }

.row.top-xs { align-items: flex-start; }

.row.middle-xs { align-items: center; }

.row.bottom-xs { align-items: flex-end; }

.row.around-xs { justify-content: space-around; }

.row.between-xs { justify-content: space-between; }

.first-xs { order: -1; }

.last-xs { order: 1; }

@media only screen and (min-width: 41rem) { .col-sm { box-sizing: border-box; flex-grow: 1; flex-basis: 0; max-width: 100%; padding: 1rem; }
  .col-sm-1 { box-sizing: border-box; flex-basis: 8.3333333333%; max-width: 8.3333333333%; padding: 1rem; }
  .col-sm-offset-1 { margin-left: 8.3333333333%; }
  .col-sm-2 { box-sizing: border-box; flex-basis: 16.6666666667%; max-width: 16.6666666667%; padding: 1rem; }
  .col-sm-offset-2 { margin-left: 16.6666666667%; }
  .col-sm-3 { box-sizing: border-box; flex-basis: 25%; max-width: 25%; padding: 1rem; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-4 { box-sizing: border-box; flex-basis: 33.3333333333%; max-width: 33.3333333333%; padding: 1rem; }
  .col-sm-offset-4 { margin-left: 33.3333333333%; }
  .col-sm-5 { box-sizing: border-box; flex-basis: 41.6666666667%; max-width: 41.6666666667%; padding: 1rem; }
  .col-sm-offset-5 { margin-left: 41.6666666667%; }
  .col-sm-6 { box-sizing: border-box; flex-basis: 50%; max-width: 50%; padding: 1rem; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-7 { box-sizing: border-box; flex-basis: 58.3333333333%; max-width: 58.3333333333%; padding: 1rem; }
  .col-sm-offset-7 { margin-left: 58.3333333333%; }
  .col-sm-8 { box-sizing: border-box; flex-basis: 66.6666666667%; max-width: 66.6666666667%; padding: 1rem; }
  .col-sm-offset-8 { margin-left: 66.6666666667%; }
  .col-sm-9 { box-sizing: border-box; flex-basis: 75%; max-width: 75%; padding: 1rem; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-10 { box-sizing: border-box; flex-basis: 83.3333333333%; max-width: 83.3333333333%; padding: 1rem; }
  .col-sm-offset-10 { margin-left: 83.3333333333%; }
  .col-sm-11 { box-sizing: border-box; flex-basis: 91.6666666667%; max-width: 91.6666666667%; padding: 1rem; }
  .col-sm-offset-11 { margin-left: 91.6666666667%; }
  .col-sm-12 { box-sizing: border-box; flex-basis: 100%; max-width: 100%; padding: 1rem; }
  .col-sm-offset-12 { margin-left: 100%; }
  .row.start-sm { justify-content: flex-start; }
  .row.center-sm { justify-content: center; }
  .row.end-sm { justify-content: flex-end; }
  .row.top-sm { align-items: flex-start; }
  .row.middle-sm { align-items: center; }
  .row.bottom-sm { align-items: flex-end; }
  .row.around-sm { justify-content: space-around; }
  .row.between-sm { justify-content: space-between; }
  .first-sm { order: -1; }
  .last-sm { order: 1; } }
@media only screen and (min-width: 65rem) { .col-md { box-sizing: border-box; flex-grow: 1; flex-basis: 0; max-width: 100%; padding: 1rem; }
  .col-md-1 { box-sizing: border-box; flex-basis: 8.3333333333%; max-width: 8.3333333333%; padding: 1rem; }
  .col-md-offset-1 { margin-left: 8.3333333333%; }
  .col-md-2 { box-sizing: border-box; flex-basis: 16.6666666667%; max-width: 16.6666666667%; padding: 1rem; }
  .col-md-offset-2 { margin-left: 16.6666666667%; }
  .col-md-3 { box-sizing: border-box; flex-basis: 25%; max-width: 25%; padding: 1rem; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-4 { box-sizing: border-box; flex-basis: 33.3333333333%; max-width: 33.3333333333%; padding: 1rem; }
  .col-md-offset-4 { margin-left: 33.3333333333%; }
  .col-md-5 { box-sizing: border-box; flex-basis: 41.6666666667%; max-width: 41.6666666667%; padding: 1rem; }
  .col-md-offset-5 { margin-left: 41.6666666667%; }
  .col-md-6 { box-sizing: border-box; flex-basis: 50%; max-width: 50%; padding: 1rem; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-7 { box-sizing: border-box; flex-basis: 58.3333333333%; max-width: 58.3333333333%; padding: 1rem; }
  .col-md-offset-7 { margin-left: 58.3333333333%; }
  .col-md-8 { box-sizing: border-box; flex-basis: 66.6666666667%; max-width: 66.6666666667%; padding: 1rem; }
  .col-md-offset-8 { margin-left: 66.6666666667%; }
  .col-md-9 { box-sizing: border-box; flex-basis: 75%; max-width: 75%; padding: 1rem; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-10 { box-sizing: border-box; flex-basis: 83.3333333333%; max-width: 83.3333333333%; padding: 1rem; }
  .col-md-offset-10 { margin-left: 83.3333333333%; }
  .col-md-11 { box-sizing: border-box; flex-basis: 91.6666666667%; max-width: 91.6666666667%; padding: 1rem; }
  .col-md-offset-11 { margin-left: 91.6666666667%; }
  .col-md-12 { box-sizing: border-box; flex-basis: 100%; max-width: 100%; padding: 1rem; }
  .col-md-offset-12 { margin-left: 100%; }
  .row.start-md { justify-content: flex-start; }
  .row.center-md { justify-content: center; }
  .row.end-md { justify-content: flex-end; }
  .row.top-md { align-items: flex-start; }
  .row.middle-md { align-items: center; }
  .row.bottom-md { align-items: flex-end; }
  .row.around-md { justify-content: space-around; }
  .row.between-md { justify-content: space-between; }
  .first-md { order: -1; }
  .last-md { order: 1; } }
@media only screen and (min-width: 91rem) { .col-lg { box-sizing: border-box; flex-grow: 1; flex-basis: 0; max-width: 100%; padding: 1rem; }
  .col-lg-1 { box-sizing: border-box; flex-basis: 8.3333333333%; max-width: 8.3333333333%; padding: 1rem; }
  .col-lg-offset-1 { margin-left: 8.3333333333%; }
  .col-lg-2 { box-sizing: border-box; flex-basis: 16.6666666667%; max-width: 16.6666666667%; padding: 1rem; }
  .col-lg-offset-2 { margin-left: 16.6666666667%; }
  .col-lg-3 { box-sizing: border-box; flex-basis: 25%; max-width: 25%; padding: 1rem; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-4 { box-sizing: border-box; flex-basis: 33.3333333333%; max-width: 33.3333333333%; padding: 1rem; }
  .col-lg-offset-4 { margin-left: 33.3333333333%; }
  .col-lg-5 { box-sizing: border-box; flex-basis: 41.6666666667%; max-width: 41.6666666667%; padding: 1rem; }
  .col-lg-offset-5 { margin-left: 41.6666666667%; }
  .col-lg-6 { box-sizing: border-box; flex-basis: 50%; max-width: 50%; padding: 1rem; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-7 { box-sizing: border-box; flex-basis: 58.3333333333%; max-width: 58.3333333333%; padding: 1rem; }
  .col-lg-offset-7 { margin-left: 58.3333333333%; }
  .col-lg-8 { box-sizing: border-box; flex-basis: 66.6666666667%; max-width: 66.6666666667%; padding: 1rem; }
  .col-lg-offset-8 { margin-left: 66.6666666667%; }
  .col-lg-9 { box-sizing: border-box; flex-basis: 75%; max-width: 75%; padding: 1rem; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-10 { box-sizing: border-box; flex-basis: 83.3333333333%; max-width: 83.3333333333%; padding: 1rem; }
  .col-lg-offset-10 { margin-left: 83.3333333333%; }
  .col-lg-11 { box-sizing: border-box; flex-basis: 91.6666666667%; max-width: 91.6666666667%; padding: 1rem; }
  .col-lg-offset-11 { margin-left: 91.6666666667%; }
  .col-lg-12 { box-sizing: border-box; flex-basis: 100%; max-width: 100%; padding: 1rem; }
  .col-lg-offset-12 { margin-left: 100%; }
  .row.start-lg { justify-content: flex-start; }
  .row.center-lg { justify-content: center; }
  .row.end-lg { justify-content: flex-end; }
  .row.top-lg { align-items: flex-start; }
  .row.middle-lg { align-items: center; }
  .row.bottom-lg { align-items: flex-end; }
  .row.around-lg { justify-content: space-around; }
  .row.between-lg { justify-content: space-between; }
  .first-lg { order: -1; }
  .last-lg { order: 1; } }
@media only screen and (min-width: 121rem) { .col-xl { box-sizing: border-box; flex-grow: 1; flex-basis: 0; max-width: 100%; padding: 1rem; }
  .col-xl-1 { box-sizing: border-box; flex-basis: 8.3333333333%; max-width: 8.3333333333%; padding: 1rem; }
  .col-xl-offset-1 { margin-left: 8.3333333333%; }
  .col-xl-2 { box-sizing: border-box; flex-basis: 16.6666666667%; max-width: 16.6666666667%; padding: 1rem; }
  .col-xl-offset-2 { margin-left: 16.6666666667%; }
  .col-xl-3 { box-sizing: border-box; flex-basis: 25%; max-width: 25%; padding: 1rem; }
  .col-xl-offset-3 { margin-left: 25%; }
  .col-xl-4 { box-sizing: border-box; flex-basis: 33.3333333333%; max-width: 33.3333333333%; padding: 1rem; }
  .col-xl-offset-4 { margin-left: 33.3333333333%; }
  .col-xl-5 { box-sizing: border-box; flex-basis: 41.6666666667%; max-width: 41.6666666667%; padding: 1rem; }
  .col-xl-offset-5 { margin-left: 41.6666666667%; }
  .col-xl-6 { box-sizing: border-box; flex-basis: 50%; max-width: 50%; padding: 1rem; }
  .col-xl-offset-6 { margin-left: 50%; }
  .col-xl-7 { box-sizing: border-box; flex-basis: 58.3333333333%; max-width: 58.3333333333%; padding: 1rem; }
  .col-xl-offset-7 { margin-left: 58.3333333333%; }
  .col-xl-8 { box-sizing: border-box; flex-basis: 66.6666666667%; max-width: 66.6666666667%; padding: 1rem; }
  .col-xl-offset-8 { margin-left: 66.6666666667%; }
  .col-xl-9 { box-sizing: border-box; flex-basis: 75%; max-width: 75%; padding: 1rem; }
  .col-xl-offset-9 { margin-left: 75%; }
  .col-xl-10 { box-sizing: border-box; flex-basis: 83.3333333333%; max-width: 83.3333333333%; padding: 1rem; }
  .col-xl-offset-10 { margin-left: 83.3333333333%; }
  .col-xl-11 { box-sizing: border-box; flex-basis: 91.6666666667%; max-width: 91.6666666667%; padding: 1rem; }
  .col-xl-offset-11 { margin-left: 91.6666666667%; }
  .col-xl-12 { box-sizing: border-box; flex-basis: 100%; max-width: 100%; padding: 1rem; }
  .col-xl-offset-12 { margin-left: 100%; }
  .row.start-xl { justify-content: flex-start; }
  .row.center-xl { justify-content: center; }
  .row.end-xl { justify-content: flex-end; }
  .row.top-xl { align-items: flex-start; }
  .row.middle-xl { align-items: center; }
  .row.bottom-xl { align-items: flex-end; }
  .row.around-xl { justify-content: space-around; }
  .row.between-xl { justify-content: space-between; }
  .first-xl { order: -1; }
  .last-xl { order: 1; } }
.col-gutter-lr { padding: 0 1rem; }

.col-no-gutter { padding: 0; }

@font-face { font-family: 'Gotham'; src: url("fonts/gotham-medium/Gotham-Medium.eot"); src: url("fonts/gotham-medium/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/gotham-medium/Gotham-Medium.woff2") format("woff2"), url("fonts/gotham-medium/Gotham-Medium.woff") format("woff"), url("fonts/gotham-medium/Gotham-Medium.ttf") format("truetype"), url("fonts/gotham-medium/Gotham-Medium.svg#Gotham-Medium") format("svg"); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Gotham Book'; src: url("fonts/gotham-book/Gotham-Book.eot"); src: url("fonts/gotham-book/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("fonts/gotham-book/Gotham-Book.woff2") format("woff2"), url("fonts/gotham-book/Gotham-Book.woff") format("woff"), url("fonts/gotham-book/Gotham-Book.ttf") format("truetype"), url("fonts/gotham-book/Gotham-Book.svg#Gotham-Book") format("svg"); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Gotham Bold'; src: url("fonts/gotham-bold/Gotham-Bold.eot"); src: url("fonts/gotham-bold/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/gotham-bold/Gotham-Bold.woff2") format("woff2"), url("fonts/gotham-bold/Gotham-Bold.woff") format("woff"), url("fonts/gotham-bold/Gotham-Bold.ttf") format("truetype"), url("fonts/gotham-bold/Gotham-Bold.svg#Gotham-Bold") format("svg"); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Gotham Light'; src: url("fonts/gotham-light/Gotham-LightItalic.eot"); src: url("fonts/gotham-light/Gotham-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/gotham-light/Gotham-LightItalic.woff2") format("woff2"), url("fonts/gotham-light/Gotham-LightItalic.woff") format("woff"), url("fonts/gotham-light/Gotham-LightItalic.ttf") format("truetype"), url("fonts/gotham-light/Gotham-LightItalic.svg#Gotham-LightItalic") format("svg"); font-weight: 300; font-style: italic; font-display: swap; }
*, *:after, *::before { box-sizing: border-box; outline-color: transparent; }

a { text-decoration: none; }

a { position: relative; padding: 0.213rem 0; }
a:hover { opacity: 1; filter: blur(0); color: inherit !important; }

h2 { font-family: "Gotham Book", "Arial"; font-size: 1.625rem; line-height: 1.3076923077rem; text-transform: uppercase; color: #000000; }
@media only screen and (min-width: 65rem) { h2 { margin-top: 0.625rem; font-family: "Gotham Book", "Arial"; font-size: 1.625rem; line-height: 1.3076923077rem; } }

p { font-family: "Gotham Book", "Arial"; color: #000000; }

img { display: block; max-width: 100%; }

.btn { display: inline-block; text-transform: uppercase; font-family: "Gotham Book", "Arial"; font-size: 0.875rem; line-height: 1.4285714286rem; padding: 0.455rem 3.8rem; color: #FFFFFF; font-weight: normal !important; background: #000000; cursor: pointer; transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1); text-decoration: none !important; border: 1px solid rgba(0, 0, 0, 0.5); letter-spacing: 2px; }
.btn:hover { opacity: 1; filter: blur(0); color: #000000; background: #FFFFFF; }

.btn-2 { display: inline-block; text-transform: uppercase; font-family: "Gotham Bold", "Arial Black"; font-size: 0.875rem; line-height: 1.4285714286rem; padding: 0.8rem 2.5rem; color: #FFFFFF; background: #000000; cursor: pointer; transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1); text-decoration: none !important; }
.btn-2:hover { opacity: 1; filter: blur(0); color: #FFFFFF; }
.btn-2::before { position: absolute; content: ""; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; background: #FFE400; transform: scaleX(0); transform-origin: right; transition: transform 0.5s; }
.btn-2:hover::before { transform: scaleX(1); transform-origin: left; }

.login-btn { transform: translate(0px, -1px); padding: 0.678rem 1rem; }

.btn-1 { text-transform: uppercase; font-family: "Gotham Book", "Arial"; padding: 10px 20px; color: #001622; background: transparent; cursor: pointer; transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1); text-decoration: none !important; border: 1px solid rgba(31, 27, 27, 0.5); }
.btn-1:hover { background: #1f1b1b !important; color: #FFFFFF !important; transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1); border: 1px solid rgba(255, 255, 255, 0.5); }

:not(output):-moz-ui-invalid { box-shadow: transparent 0px 0px 0px 0px; }

form input, form textarea, form select { width: 100%; border: 1px solid #000000; background: #FFFFFF; padding: 0.813rem; color: #001622; margin-bottom: 1.5rem; margin-right: 0.313rem; text-align: center; font-family: "Gotham Light", Arial; font-size: 1rem; line-height: 1.5rem; }

.disabled { cursor: not-allowed !important; }

.textarea { height: 172px; transition: height 0.15s cubic-bezier(0.4, 0, 0.2, 1); }

.form-input { border-bottom: 1px solid rgba(0, 0, 0, 0.8) !important; }
.form-input-container { display: flex; align-items: center; position: relative; --top: 15px; --left: 5px; --color: #383838; --font-size: 1rem; --padding-tag: .33rem; font-family: "Gotham Book", "Arial"; }
.form-input-label { cursor: text; position: absolute; top: var(--top); left: var(--left); color: var(--color); font-size: var(--font-size); padding-right: var(--padding-tag); padding-left: var(--padding-tag); background: #fff; transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1); }
.form-input-caracteres { cursor: text; position: absolute; top: 111px; left: 244px; font-size: 14px !important; color: var(--color); font-size: var(--font-size); padding-right: var(--padding-tag); padding-left: var(--padding-tag); background: #ffff; transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1); }
@media only screen and (min-width: 41rem) { .form-input-caracteres { left: 160px; } }
@media only screen and (max-width: 40rem) { .form-input-caracteres { left: 127px; } }
.form-input:focus { --color: #fec901; outline: 0; border-width: 1px; }
.form-input:focus + .form-input-label, .form-input:focus .form-input-caracteres { --top: -10px; --left: 5px; --color: #fec901; --font-size: .85rem; --padding-tag: .33rem; letter-spacing: 1px; }
.form-input:focus + .form-input-caracteres { --color: #fec901; }
.form-input:not([value=""]):not(:focus):invalid { border-width: 1px; --color: #d50000; }
.form-input:not([value=""]):not(:focus):invalid + .form-input-label { --top: -10px; --left: 5px; --color: #d50000; --font-size: .85rem; letter-spacing: 1px; }
.form-input:not([value=""]):not(:focus):valid { border-width: 1px; --color: #009E55; }
.form-input:not([value=""]):not(:focus):valid + .form-input-label { --top: -10px; --left: 5px; --color: #009E55; --font-size: .85rem; letter-spacing: 1px; }

/* Cor do fundo input ao selecionar um dado ativo no navegador (autocomplete)*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus { -webkit-text-fill-color: #000000; -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset; transition: background-color 5000s ease-in-out 0s; }

.js [data-anime="direita"] { opacity: 0; transform: translate3d(-100px, 0, 0); transition: .5s ease-out; }
.js [data-anime="direita"].animate { opacity: 1; transform: translate3d(0, 0, 0); }
@media only screen and (max-width: 40rem) { .js [data-anime="direita"] { opacity: 1; transform: translate3d(0, 0, 0); transition: .5s ease-out; }
  .js [data-anime="direita"].animate { opacity: 1; transform: translate3d(0, 0, 0); } }

.js [data-anime="esquerda"] { opacity: 0; transform: translate3d(50px, 0, 0); transition: .5s ease-out; }
.js [data-anime="esquerda"].animate { opacity: 1; transform: translate3d(0, 0, 0); }
@media only screen and (max-width: 40rem) { .js [data-anime="esquerda"] { opacity: 1; transform: translate3d(0, 0, 0); transition: .5s ease-out; }
  .js [data-anime="esquerda"].animate { opacity: 1; transform: translate3d(0, 0, 0); } }

.js [data-anime="cima"] { opacity: 0; transform: translate3d(0, -50px, 0); transition: .5s ease-out; }
.js [data-anime="cima"].animate { opacity: 1; transform: translate3d(0, 0, 0); }
@media only screen and (max-width: 40rem) { .js [data-anime="cima"] { opacity: 1; transform: translate3d(0, 0, 0); transition: .5s ease-out; }
  .js [data-anime="cima"].animate { opacity: 1; transform: translate3d(0, 0, 0); } }

.js [data-anime="baixo"] { opacity: 0; transform: translate3d(0, 50px, 0); transition: .5s ease-out; }
.js [data-anime="baixo"].animate { opacity: 1; transform: translate3d(0, 0, 0); }
@media only screen and (max-width: 40rem) { .js [data-anime="baixo"] { opacity: 1; transform: translate3d(0, 0, 0); transition: .5s ease-out; }
  .js [data-anime="baixo"].animate { opacity: 1; transform: translate3d(0, 0, 0); } }

.inverso { filter: invert(1); }

.paginacao { display: flex; justify-content: center; align-items: center; }
.paginacao ul { display: flex; justify-content: center; padding: 0 0px 25px 0; }
.paginacao ul li { margin: 0 5px; padding: 10px; width: 30px; height: 30px; border: 1px solid #000000; border-radius: 100%; display: flex; justify-content: center; align-items: center; }
.paginacao ul li:hover { background-color: #3a3a3a; }
.paginacao ul li:hover a { color: #f2f2f2; }
.paginacao ul li:nth-child(7), .paginacao ul li:nth-child(1) { padding: 0; width: auto; height: auto; border: none; }
.paginacao ul li:nth-child(7):hover, .paginacao ul li:nth-child(1):hover { background-color: transparent; }
.paginacao ul li:nth-child(7):hover a, .paginacao ul li:nth-child(1):hover a { color: #f2f2f2; }
.paginacao ul li:nth-child(5) { cursor: text; border: none; }
.paginacao ul li:nth-child(5):hover { background-color: transparent; }
.paginacao ul li:nth-child(5):hover a { color: #000000; }
.paginacao ul li a { font-family: "Gotham Book", "Arial"; color: #000000; }
.paginacao ul li a img { width: 30px; height: 30px; filter: invert(0.8); }

/*Floating Whatsapp*/
a.floatingWhatsapp { position: fixed; right: 15px; bottom: 40px; width: 58px; height: 58px; background-position: center; background-repeat: no-repeat; background-size: 100%; z-index: 999; transition: 0.8s; }
@media only screen and (min-width: 65rem) { a.floatingWhatsapp { bottom: 15px; } }

.paginacao { margin-bottom: 20px; }
.paginacao li { padding: 15px !important; background-color: #1f1b1b; margin: 10px 5px !important; position: relative; transition: .3s; }
.paginacao li:hover { background-color: #001622; transform: translate3d(0, -6px, 0); }
.paginacao li.ativo { background-color: #001622; transform: translate3d(0, -6px, 0); }
.paginacao li a { top: 0; left: 0; right: 0; bottom: 0; position: absolute; color: #FFFFFF; text-align: center; margin-top: 3px; }

@media only screen and (max-width: 40rem) { .hide-xs { display: none; opacity: 0; } }

@media only screen and (min-width: 65rem) { .hide-md { display: none; opacity: 0; } }

@media only screen and (min-width: 41rem) { .hide-sm { display: none; opacity: 0; } }

@media only screen and (min-width: 91rem) { .hide-lg { display: none; opacity: 0; } }

@media only screen and (min-width: 65rem) { .show-md { display: flex; opacity: 1; } }

.esconder { opacity: 0; transition: 1s; }

.mostra { opacity: 1; transition: 1s; }

.hide-desktop { display: inherit; }
@media only screen and (min-width: 65rem) { .hide-desktop { display: none; } }

@keyframes fadeInEsquerda { 0% { transform: translate3d(-200px, 0px, 0); opacity: 0; }
  100% { transform: translate3d(0px, 0px, 0); } }
@keyframes fadeInDireita { 0% { transform: translate3d(200px, 0px, 0); opacity: 0; }
  100% { transform: translate3d(0px, 0px, 0); } }
@keyframes zeroACem { 0% { transform: scale(0); opacity: 0; }
  100% { transform: scale(1); opacity: 1; } }
@keyframes fadeInCima { 0% { transform: translate3d(0px, -100px, 0); opacity: 0; }
  100% { transform: translate3d(0px, 0px, 0); opacity: 1; } }
@keyframes fadeInBaixo { 0% { transform: translate3d(0px, 100px, 0); opacity: 0; }
  100% { transform: translate3d(0px, 0px, 0); opacity: 1; } }
@keyframes fadeInBaixoDois { 0% { transform: translate3d(0px, 0px, 0); opacity: 1; }
  100% { transform: translate3d(0px, 0px, 0); opacity: 1; } }
@keyframes animate-bubbles-circle { 0% { -webkit-transform: scale(1); transform: scale(1); }
  50% { -webkit-transform: scale(1.1); transform: scale(1.1); }
  100% { -webkit-transform: scale(1); transform: scale(1); } }
@keyframes up { 0% { transform: translate3d(200px, 0px, 0); opacity: 0; }
  50% { transform: translate3d(0, 0px, 0); opacity: 0.5; }
  100% { filter: brightness(1.2); opacity: 1; } }
@keyframes zom { 0% { transform: scale(0); opacity: 0; }
  50% { transform: scale(0.5); opacity: 0.5; }
  100% { transform: scale(1); opacity: 1; } }
@keyframes up2 { 0% { transform: translate3d(-200px, 0px, 0); opacity: 0; }
  50% { transform: translate3d(0, 0px, 0); opacity: 0.5; }
  75% { filter: brightness(1.2); opacity: 1; } }
@keyframes up3 { 0% { transform: translate3d(0, -200px, 0); opacity: 0; }
  50% { transform: translate3d(0, 0px, 0); opacity: 0.5; }
  75% { filter: brightness(1.2); opacity: 1; }
  100% { filter: brightness(1); } }
@keyframes onda { 0% { background-position: 0; }
  100% { background-position: 1360px; } }
@keyframes onda-reversa { 0% { background-position: 1360px; }
  100% { background-position: 0; } }
@keyframes text-flicker { 0% { opacity: 0.1; text-shadow: 0px 0px 29px #f21616; }
  2% { opacity: 1; text-shadow: 0px 0px 29px #f21616; }
  8% { opacity: 0.1; text-shadow: 0px 0px 29px #f21616; }
  9% { opacity: 1; text-shadow: 0px 0px 29px #f21616; }
  12% { opacity: 0.1; text-shadow: 0px 0px #f21616; }
  20% { opacity: 1; text-shadow: 0px 0px 29px #f21616; }
  25% { opacity: 0.3; text-shadow: 0px 0px 29px #f21616; }
  30% { opacity: 1; text-shadow: 0px 0px 29px #f21616; }
  70% { opacity: 0.7; text-shadow: 0px 0px 29px #f21616; }
  72% { opacity: 0.2; text-shadow: 0px 0px 29px #f21616; }
  77% { opacity: .9; text-shadow: 0px 0px 29px #f21616; }
  100% { opacity: .9; text-shadow: 0px 0px 29px #f21616; } }
@keyframes border-flicker { 0% { opacity: 0.1; -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); }
  2% { opacity: 1; -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); }
  4% { opacity: 0.1; -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); }
  8% { opacity: 1; -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); }
  70% { opacity: 0.7; -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); }
  100% { opacity: 1; -webkit-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); -moz-box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); box-shadow: 0px 0px 78px 4px rgba(16, 134, 232, 0.73); } }
@keyframes letter-flicker { 0% { opacity: 0.1; text-shadow: 0px 0px 29px #f21616; }
  2% { opacity: 0.1; text-shadow: 0px 0px 29px #f21616; }
  4% { opacity: 1; text-shadow: 0px 0px 29px #f21616; }
  19% { opacity: 1; text-shadow: 0px 0px 29px #f21616; }
  21% { opacity: 0.1; text-shadow: 0px 0px 29px #f21616; }
  23% { opacity: 1; text-shadow: 0px 0px 29px #f21616; }
  80% { opacity: 1; text-shadow: 0px 0px 29px #f21616; }
  83% { opacity: 0.4; text-shadow: 0px 0px 29px #f21616; }
  87% { opacity: 1; text-shadow: 0px 0px 29px #f21616; } }
@keyframes rodar { 0% { transform: rotateY(0deg); }
  30% { transform: rotateY(45deg); }
  60% { transform: rotateY(0deg); }
  100% { transform: rotateY(-45deg); } }
@keyframes legenda { 0% { opacity: 0; -webkit-transform: translate3d(0, 120%, 1px) rotate(8deg); transform: translate3d(0, 120%, 1px) rotate(8deg); }
  100% { opacity: 1; -webkit-transform: translate3d(0, 0%, 0px) rotate(0deg); transform: translate3d(0, 0%, 0px) rotate(0deg); } }
@keyframes bg { 0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1); opacity: 0; } }
@keyframes bg-up { 0% { background-position-y: 0%; }
  50% { background-position-y: 100%; }
  100% { background-position-y: 0%; } }
@keyframes setaCima { 0% { transform: translateY(0px); }
  50% { transform: translateY(10px); }
  100% { transform: translateY(0px); } }
@keyframes setas { 0% { transform: translateX(0px); }
  100% { transform: translateX(8px); } }
@keyframes setasR { 0% { transform: translateX(0px); }
  50% { transform: translateX(-10px); }
  100% { transform: translateX(0px); } }
@keyframes rotate-div { 0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg); -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% { transform: perspective(120px) rotateX(0deg) rotateY(40deg); -webkit-transform: perspective(120px) rotateX(0deg) rotateY(40deg); }
  100% { transform: perspective(120px) rotateX(0deg) rotateY(-40deg); -webkit-transform: perspective(120px) rotateX(0deg) rotateY(-40deg); } }
@keyframes cor-anime { 0% { background: #05aba1; background: -moz-linear-gradient(left, #05aba1 0%, #066665 100%); background: -webkit-linear-gradient(left, #05aba1 0%, #066665 100%); background: linear-gradient(to right, #05aba1 0%, #066665 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05aba1', endColorstr='#066665',GradientType=1 ); }
  50% { transform: perspective(120px) rotateX(0deg) rotateY(40deg); -webkit-transform: perspective(120px) rotateX(0deg) rotateY(40deg); }
  100% { transform: perspective(120px) rotateX(0deg) rotateY(-40deg); -webkit-transform: perspective(120px) rotateX(0deg) rotateY(-40deg); } }
.menu { position: fixed !important; width: 100%; height: 75px; top: 0; z-index: 100; transition: .3s linear; background-color: #FFFFFF; -webkit-box-shadow: 0px 0px 10px #d3d1ce; -moz-box-shadow: 0px 0px 10px #d3d1ce; box-shadow: 0px 0px 10px #d3d1ce; }
@media only screen and (min-width: 65rem) { .menu { height: 75px; } }

.logomarca { display: none; transition: 1s; position: relative; width: 100%; }
@media only screen and (min-width: 65rem) { .logomarca { display: inline-block; } }
.logomarca img { transition: 1s; width: 170px; }
.logomarca a { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.logomarca a::before { background: transparent; }

.logomarca-mobile { display: inline-block; padding: 1.5rem 0; transition: 1s; position: relative; }
@media only screen and (min-width: 65rem) { .logomarca-mobile { display: none; padding: 0.813rem; } }
.logomarca-mobile img { transition: 1s; width: 160px; display: inline-block; }
@media only screen and (min-width: 41rem) { .logomarca-mobile img { width: 170px; } }
.logomarca-mobile a { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.logomarca-mobile a::before { background: transparent; }

.faixa-menu { height: 50px; transition: .3s; background-color: #1f1b1b; color: #FFFFFF; display: none; }
@media only screen and (min-width: 65rem) { .faixa-menu { display: block; }
  .faixa-menu .flex-faixa { height: 50px; display: flex; justify-content: space-between; align-items: center; padding: 0 1rem; }
  .faixa-menu .flex-faixa a { color: #FFFFFF; font-weight: 500; font-family: "Gotham Book", "Arial"; padding: 0.313rem 0; position: relative; transition: all .3s; }
  .faixa-menu .flex-faixa a:hover { opacity: 1; filter: blur(0); color: #FFE400; }
  .faixa-menu .flex-faixa p { color: #FFFFFF; font-weight: 500; font-family: "Gotham Book", "Arial"; transition: all .3s; } }

.mobile-btn { display: block; color: #001622; width: 28px; height: 28px; border-top: 4px solid; margin: 25px 10px 0 0; float: right; position: relative; cursor: pointer; -webkit-backface-visibility: hidden; }
@media only screen and (min-width: 65rem) { .mobile-btn { display: none; } }
.mobile-btn::after, .mobile-btn::before { content: ''; display: block; height: 4px; margin-top: 6px; background: currentColor; position: relative; transition: transform .3s ease; }
.mobile-btn.active { border-top-color: transparent; z-index: 999; }
.mobile-btn.active::after { margin-top: 0px; top: 2px; transform: rotate(45deg); color: #FFFFFF; }
.mobile-btn.active::before { margin-top: 0px; top: 6px; transform: rotate(135deg); color: #FFFFFF; }

@media only screen and (min-width: 65rem) { .flex-menu { display: flex; justify-content: space-between; align-items: center; height: 75px; } }
.mobile-menu { opacity: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.98); height: 100vh; transform: translate3d(100%, 0px, 0px); transition: .7s; }
.mobile-menu.active { opacity: 1; transform: translate3d(0px, 0px, 0px); }
@media only screen and (min-width: 65rem) { .mobile-menu { display: flex; justify-content: space-between; flex-direction: row; position: relative; height: auto; width: 100%; background: transparent; opacity: 1; transform: translate3d(0px, 0px, 0px); } }
.mobile-menu ul { transition: .5s ease; padding: 0; }
@media only screen and (min-width: 65rem) { .mobile-menu ul { display: flex; width: 100%; justify-content: flex-end; } }
.mobile-menu ul span { display: none; padding: 0 10px; color: #000000; }
@media only screen and (min-width: 65rem) { .mobile-menu ul span { display: block; position: relative; top: 20px; } }
.mobile-menu ul li { text-align: center; color: #FFFFFF; list-style: none; margin: 0.625rem 0; letter-spacing: 2.5px; }
@media only screen and (min-width: 41rem) { .mobile-menu ul li { margin: 0.625rem 0; } }
@media only screen and (min-width: 65rem) { .mobile-menu ul li { margin: .5rem 0; } }
.mobile-menu ul li a { font-family: "Gotham Book", "Arial"; font-size: 0.875rem; line-height: 1.4285714286rem; color: #FFFFFF; text-decoration: none; padding: 0.8rem 2rem; font-weight: normal; text-transform: uppercase; transition: 0.5s; display: block; position: relative; }
@media only screen and (min-width: 41rem) { .mobile-menu ul li a { font-family: "Gotham Book", "Arial"; font-size: 0.875rem; line-height: 1.4285714286rem; padding: 0.625rem 2.3rem; } }
@media only screen and (min-width: 65rem) { .mobile-menu ul li a { color: #000000; font-family: "Gotham Book", "Arial"; font-size: 0.875rem; line-height: 1.4285714286rem; padding: 0.625rem 0; margin: 0 0.625rem; } }
@media only screen and (min-width: 91rem) { .mobile-menu ul li a { color: #000000; font-family: "Gotham Book", "Arial"; font-size: 0.875rem; line-height: 1.4285714286rem; padding: 0.625rem 0; margin: 0 0.625rem; } }
.mobile-menu ul li a:hover { opacity: 1; filter: blur(0); color: #FFFFFF !important; }
@media only screen and (min-width: 65rem) { .mobile-menu ul li a:hover { color: #000000 !important; } }
.mobile-menu ul li a.active { opacity: 1; filter: blur(0); }
.mobile-menu ul li a.active::before { transform: scaleX(1); transform-origin: left; }
.mobile-menu .caixa-social { display: flex; justify-content: center; }
.mobile-menu .caixa-social .logo-social::before { background: transparent; }
.mobile-menu .caixa-social .logo-social img { filter: grayscale(0) brightness(1); transition: .3s; margin: 0 auto; }
@media only screen and (min-width: 65rem) { .mobile-menu .caixa-social .logo-social img { filter: grayscale(1) brightness(0); } }

.menu-scroll { transition: .3s linear !important; }
.menu-scroll .mobile-menu { flex-direction: row; justify-content: space-between; transition: .5s ease; }
.menu-scroll .mobile-menu .logomarca { display: flex; transition: .5s ease; }
.menu-scroll .mobile-menu .logomarca a { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.menu-scroll .mobile-menu ul { justify-content: flex-end; transition: .5s ease; }
.menu-scroll .mobile-menu ul li a { transition: .5s ease; }

footer { width: 100%; height: 65px; background-color: #FFFFFF; -webkit-box-shadow: 0px 0px 10px #d3d1ce; -moz-box-shadow: 0px 0px 10px #d3d1ce; box-shadow: 0px 0px 10px #d3d1ce; padding-top: 0.625rem; }
@media only screen and (min-width: 41rem) { footer { height: 75px; } }
footer .desenvolvido-legulas { text-align: center; transform: translate3d(0px, 0px, 0px); }
@media only screen and (min-width: 65rem) { footer .desenvolvido-legulas { transform: translate3d(0px, -13px, 0px); } }
footer .desenvolvido-legulas a { color: #000000; font-family: "Gotham Book", "Arial"; font-size: 0.75rem; line-height: 1.3333333333rem; font-size: 0.6rem; }
@media only screen and (min-width: 65rem) { footer .desenvolvido-legulas a { font-size: 0.6rem; } }
footer .hide-mobile { display: none; }
@media only screen and (min-width: 65rem) { footer .hide-mobile { display: inline-block; } }
footer .hide-desktop { display: inline-block; }
@media only screen and (min-width: 65rem) { footer .hide-desktop { display: none; } }
footer .flex-rodape { display: flex; justify-content: center; align-items: center; }
@media only screen and (min-width: 65rem) { footer .flex-rodape { justify-content: space-evenly; } }
footer .flex-rodape .flex { display: flex; align-items: center; }
footer .flex-rodape .flex a::before { background: transparent; }
footer .flex-rodape .flex img { margin-right: 0; width: 15px; }
@media only screen and (min-width: 65rem) { footer .flex-rodape .flex img { width: 165px; margin-right: 0.313rem; } }
footer h3 { color: #000000; font-family: "Gotham", Arial; font-size: 0.75rem; line-height: 1.5rem; font-size: 0.6rem; text-transform: uppercase; letter-spacing: 2.2px; }
footer h4 { color: #000000; margin: 0; text-align: center; padding-bottom: 0.625rem; border-bottom: 1px solid rgba(242, 242, 242, 0.3); font-family: "Gotham", Arial; font-size: 0.75rem; line-height: 1.5rem; }
footer h4 a { font-family: "Gotham", Arial; font-size: 0.75rem; line-height: 1.5rem; }
@media only screen and (min-width: 65rem) { footer h4 { text-align: left; } }
footer a { color: #000000; font-family: "Gotham Bold", "Arial Black"; font-size: 0.75rem; line-height: 1.5rem; font-size: 0.68rem; margin-right: 0.625rem; letter-spacing: 0.5px; font-weight: bold; position: relative; }
@media screen and (max-width: 359px) { footer a { font-size: 0.57rem; } }
@media only screen and (min-width: 41rem) { footer a { font-size: 0.75rem; } }
footer .rodape-conteudo ul { margin: 0; padding: 0; max-height: 150px; width: 90%; display: flex; flex-direction: column; flex-wrap: wrap; align-content: space-between; }
footer .rodape-conteudo ul li { padding: 0; list-style: none; margin: 0.200rem 0; }
footer .rodape-conteudo ul li a { font-family: "Gotham Book", "Arial"; font-size: 0.75rem; line-height: 1.3333333333rem; color: #FFFFFF; text-transform: uppercase; }
footer .rodape-conteudo .flex-centro { display: flex; justify-content: center; align-items: center; height: 70px; }
@media only screen and (min-width: 65rem) { footer .rodape-conteudo .flex-centro { height: 150px; } }
footer .rodape-conteudo .fale-conosco { margin: 0.625rem auto 0 auto; max-width: 300px; display: flex; justify-content: space-evenly; flex-direction: row; align-items: center; }
@media only screen and (min-width: 65rem) { footer .rodape-conteudo .fale-conosco { justify-content: space-between; flex-direction: row; align-items: center; width: 90%; } }
footer .rodape-conteudo .fale-conosco h5 a { font-family: "Gotham Book", "Arial"; font-size: 1.25rem; line-height: 1.7rem; font-size: 1.15rem; font-weight: bold; }
@media only screen and (min-width: 65rem) { footer .rodape-conteudo .pd-footer { padding-left: 2rem; } }

.home .banner { width: 100%; min-height: 800px; position: relative; background-position: 75% !important; }
@media only screen and (min-width: 65rem) { .home .banner { background-position: center !important; } }
.home .banner .banner-principal { background-position: 70%; }
@media only screen and (min-width: 65rem) { .home .banner .banner-principal { background-size: cover; background-position: center center; } }
@media only screen and (min-width: 91rem) { .home .banner .banner-principal { background-size: cover; background-position: 50% 38%; } }
.home .banner .legenda { position: absolute; top: 55%; left: 50%; transform: translate(-50%, -50%); max-width: 430px; width: 90%; }
@media only screen and (min-width: 41rem) { .home .banner .legenda { top: 50%; } }
.home .banner .legenda img { width: 300px; margin: 0 auto; }
@media only screen and (min-width: 65rem) { .home .banner .legenda img { width: 400px; } }
.home .banner .texto { margin-top: 60px; }
@media only screen and (min-width: 65rem) { .home .banner .texto { margin-top: 90px; } }
.home .banner .texto p { font-family: "Gotham Book", "Arial"; font-size: 1rem; line-height: 1.5rem; color: #000000; text-align: center; }
.home .conteudo p { font-family: "Gotham Book", "Arial"; width: 80%; margin-top: 0.625rem; }
.home .conteudo .flex-conteudo { display: flex; }
.home .conteudo .flex-conteudo h2 { font-family: "Gotham Bold", "Arial Black"; font-size: 1.625rem; line-height: 1.5384615385rem; position: relative; margin-bottom: 0.313rem; padding-bottom: 0; font-weight: bold; }
.home .conteudo .flex-conteudo h2::before { position: absolute; content: ""; top: -1rem; left: 0; z-index: -1; width: 100%; height: 3px; background: #FFE400; transform: scaleX(0.4); transform-origin: left; transition: transform 0.3s; }
.home .conteudo .flex-conteudo h3 { font-family: "Gotham Book", "Arial"; font-size: 1.25rem; line-height: 1.7rem; margin: 0.625rem 0 0 0; }
.home .conteudo .flex-conteudo img { margin: 0 2rem; }
.home .conteudo .container-conteudo { position: relative; }
.home .conteudo .container-conteudo img { margin: 0 auto; }
@media only screen and (min-width: 41rem) { .home .conteudo .container-conteudo { position: absolute; top: -141px; } }
.home .banner-rodape { position: relative; }
.home .banner-rodape::after { content: ''; background-color: #f2f2f2; position: absolute; bottom: -70px; width: 100%; height: 300px; z-index: -1; transform: skewY(-4deg); }
@media only screen and (min-width: 41rem) { .home .banner-rodape::after { bottom: -117px; } }
.home .banner-rodape .centralizado { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.home .banner-rodape .texto-centralizado { text-align: center; }
.home .banner-rodape .texto-centralizado h2 { font-family: "Gotham Book", "Arial"; font-size: 1.25rem; line-height: 1.7rem; text-transform: uppercase; }

.erro { margin-top: 200px; }
.erro h1 { font-family: "Gotham Book", "Arial"; font-size: 1.25rem; line-height: 1.7rem; text-align: center; color: #000000; }
.erro h2 { font-family: "Gotham Book", "Arial"; font-size: 1rem; line-height: 1.5rem; text-align: center; color: #000000; }
.erro .erro-btn { display: flex; justify-content: center; flex-wrap: wrap; }
.erro .erro-btn a { margin-top: 1rem; }
@media only screen and (min-width: 41rem) { .erro .erro-btn a { margin-top: 0; } }

.portifolio { margin-top: 7rem; }
@media only screen and (min-width: 65rem) { .portifolio { margin-top: 9rem; } }
.portifolio h1 { font-family: "Gotham Book", "Arial"; font-size: 1.625rem; line-height: 1.3076923077rem; letter-spacing: 4px; text-transform: uppercase; font-weight: normal; text-align: center; }
@media screen and (max-width: 359px) { .portifolio h1 { font-size: 1.4rem; } }
.portifolio .itens-portifolio ul { margin-top: 2rem; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; padding-left: 0; }
@media only screen and (min-width: 65rem) { .portifolio .itens-portifolio ul { margin-top: 4.063rem; } }
.portifolio .itens-portifolio ul li { position: relative; list-style: none; margin: 0.413rem; transition: .3s; background-color: #000000; overflow: hidden; width: 100%; }
@media only screen and (min-width: 41rem) { .portifolio .itens-portifolio ul li { max-width: 345px; } }
@media only screen and (min-width: 65rem) { .portifolio .itens-portifolio ul li { max-width: 278px; } }
.portifolio .itens-portifolio ul li img { width: 100%; object-fit: cover; transition: .3s; height: 260px; }
@media only screen and (min-width: 65rem) { .portifolio .itens-portifolio ul li img { width: 285px; height: 231px; } }
.portifolio .itens-portifolio ul li:hover img { transform: scale(1.1); opacity: 0.3; }
.portifolio .itens-portifolio ul li a { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.portifolio .itens-portifolio ul li a::before { background: transparent; }

.projeto { margin-top: 7rem; }
@media only screen and (min-width: 65rem) { .projeto { margin-top: 9rem; } }
.projeto .titulo { font-family: "Gotham Bold", "Arial Black"; font-size: 1.5rem; line-height: 1.6666666667rem; text-transform: none; text-align: center; }
@media only screen and (min-width: 65rem) { .projeto .titulo { font-family: "Gotham Bold", "Arial Black"; font-size: 1.625rem; line-height: 1.5384615385rem; } }
@media screen and (max-width: 359px) { .projeto .titulo { font-size: 1.15rem; } }
.projeto .conteudo { margin-top: 2rem; }
@media only screen and (min-width: 65rem) { .projeto .conteudo { margin-top: 4.063rem; } }
.projeto .conteudo p { text-align: center; }
.projeto .conteudo img { margin: 0.625rem 0; }
.projeto .conteudo .flex-projeto { margin: 3.5rem 0; display: flex; justify-content: space-between; align-items: center; }
.projeto .conteudo .flex-projeto a { color: #000000; text-transform: uppercase; font-family: "Gotham Book", "Arial"; font-size: 0.75rem; line-height: 1.3333333333rem; }
@media only screen and (min-width: 41rem) { .projeto .conteudo .flex-projeto a { letter-spacing: 1px; font-family: "Gotham Book", "Arial"; font-size: 0.875rem; line-height: 1.4285714286rem; } }
.projeto .slider-projeto { display: flex; justify-content: space-between; padding-left: 0; }
.projeto .slider-projeto li { list-style: none; position: relative; }
.projeto .slider-projeto li img { width: 100%; object-fit: cover; height: 266px; }
@media only screen and (min-width: 41rem) { .projeto .slider-projeto li img { max-width: 285px; } }
.projeto .slider-projeto li a { position: absolute; left: 0; right: 0; bottom: 0; top: 0; }
.projeto .slider-projeto li a::before { background: transparent; }
.projeto .link-topo { text-align: center; margin: 3.5rem 0; }
.projeto .topo { color: #000000; text-transform: uppercase; font-family: "Gotham Book", "Arial"; font-size: 0.875rem; line-height: 1.4285714286rem; letter-spacing: 1px; position: relative; }
.projeto .topo:hover { opacity: 1; filter: blur(0); }
.projeto .topo::before { position: absolute; content: ""; bottom: 3px; left: 0; z-index: -1; width: 100%; height: 1px; background: rgba(0, 0, 0, 0.6); transform: scaleX(1); transform-origin: right; transition: transform 0.3s; }

.contato { margin-top: 7rem; }
@media only screen and (min-width: 65rem) { .contato { margin-top: 9rem; } }
.contato h1 { font-family: "Gotham Book", "Arial"; font-size: 1.625rem; line-height: 1.3076923077rem; letter-spacing: 4px; text-transform: uppercase; font-weight: normal; text-align: center; }
@media screen and (max-width: 359px) { .contato h1 { font-size: 1.4rem; } }
.contato .titulo { font-family: "Gotham Bold", "Arial Black"; font-size: 1.625rem; line-height: 1.5384615385rem; text-align: center; text-transform: none; margin: 2rem 0; }
@media only screen and (min-width: 65rem) { .contato .titulo { margin: 4rem 0; } }
@media screen and (max-width: 359px) { .contato .titulo { font-size: 1.15rem; } }
.contato .contato-centro { justify-content: center; display: flex; flex-direction: column; align-items: center; }
.contato form { max-width: 550px; margin: 0 auto; }
.contato .flex-whats { margin: 2rem 0; display: flex; justify-content: center; align-items: center; flex-direction: column; }
@media only screen and (min-width: 65rem) { .contato .flex-whats { margin: 3rem 0; } }
.contato .flex-whats .icone-whatsapp::before { background: transparent !important; }
.contato .flex-whats .icone-whatsapp img { transition: .3s; width: 35px; }
.contato .flex-whats img { margin-bottom: 0.8rem; }
.contato .flex-whats p { margin: 0; font-family: "Gotham Book", "Arial"; font-size: 1rem; line-height: 1.5rem; font-size: 0.9rem; color: #000000; letter-spacing: 1px; }
@media only screen and (min-width: 41rem) { .contato .flex-whats p { font-size: 1rem; } }
@media screen and (max-width: 359px) { .contato .flex-whats p { font-size: 0.8rem; } }
.contato .flex-whats a { color: #000000; font-family: "Gotham Bold", "Arial Black"; padding: 0 !important; }

.messageBox { display: flex; justify-content: space-between; align-items: center; padding: 20px 15px; text-align: center; margin-bottom: 10px; color: #FFF; position: fixed; z-index: 999; top: 80%; left: 5%; transition: .7s ease-out; transform: translate3d(0, 0, 0); max-width: 400px; min-width: 300px; font-family: "Gotham Book", "Arial"; font-size: 1rem; line-height: 1.5rem; }
.messageBox.error { background: #D22121; }
.messageBox.messageBox.success { background: #389F5C; }
.messageBox img { cursor: pointer; width: 22px; }

/* 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; margin: 0 auto; }
.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("./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; font-display: swap; }
/* Arrows */
.slick-prev { 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; opacity: .4; border: none; outline: none; background-image: url("../img/icones/flecha-esquerda.svg"); background-size: 100%; }
.slick-prev:hover, .slick-prev:focus { opacity: 1; outline: none; background-image: url("../img/icones/flecha-esquerda-hover.svg"); }
.slick-prev:hover:before, .slick-prev:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before { opacity: 0.25; }
.slick-prev:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-display: swap; }

.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; opacity: .4; border: none; outline: none; background-image: url("../img/icones/flecha-direita.svg"); background-size: 100%; }
.slick-next:hover, .slick-next:focus { outline: none; background-image: url("../img/icones/flecha-direita-hover.svg"); opacity: 1; }
.slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-next.slick-disabled:before { opacity: 0.25; }
.slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-display: swap; }

.slick-prev { left: -50px; z-index: 2; display: none !important; }
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content: ""; }
[dir="rtl"] .slick-prev:before { content: ""; }

.slick-next { right: -50px; }
[dir="rtl"] .slick-next { left: -25px; right: auto; }
.slick-next:before { content: ""; }
[dir="rtl"] .slick-next:before { content: ""; }

/* Dots */
.slick-dots { position: absolute; bottom: 10px; 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; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 12px; width: 12px; outline: none; line-height: 0px; font-size: 0px; color: #f2f2f2; opacity: .5; 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: 0px; left: 0; content: "•"; width: 15px; height: 15px; font-family: "slick"; font-display: swap; font-size: 12px; line-height: 20px; text-align: center; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: #1f1b1b; opacity: .8 !important; }

/*# sourceMappingURL=style.css.map */
