@charset "UTF-8";
/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.row.reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.col-xs,
.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 {
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  -webkit-flex-basis: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  -webkit-flex-basis: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  -webkit-flex-basis: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  -webkit-flex-basis: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  -webkit-flex-basis: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  -webkit-flex-basis: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  -webkit-flex-basis: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  -webkit-flex-basis: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

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

.first-xs {
  -webkit-order: -1;
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.last-xs {
  -webkit-order: 1;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

@media only screen and (min-width: 48em) {
  .col-sm,
  .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 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }

  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

  .start-sm {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-sm {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }

  .end-sm {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-sm {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }

  .middle-sm {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }

  .bottom-sm {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }

  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

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

  .first-sm {
    -webkit-order: -1;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }

  .last-sm {
    -webkit-order: 1;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }
@media only screen and (min-width: 62em) {
  .col-md,
  .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 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }

  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }

  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }

  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }

  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

  .start-md {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-md {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }

  .end-md {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-md {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }

  .middle-md {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }

  .bottom-md {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }

  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

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

  .first-md {
    -webkit-order: -1;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }

  .last-md {
    -webkit-order: 1;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }
@media only screen and (min-width: 97rem) {
  .col-lg,
  .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 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }

  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

  .start-lg {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-lg {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }

  .end-lg {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-lg {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }

  .middle-lg {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }

  .bottom-lg {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }

  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

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

  .first-lg {
    -webkit-order: -1;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }

  .last-lg {
    -webkit-order: 1;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

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

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

body {
  background: #000;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
  body.no-scrollable {
    overflow: hidden; }

#app {
  min-height: 100vh;
  overflow: hidden; }

.container {
  padding: 30px 25px;
  min-height: calc(100vh - 184px);
  box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    .container {
      padding: 30px 10px; } }

.relative {
  position: relative; }

.flex {
  display: flex;
  flex-wrap: wrap; }
  .flex.nowrap {
    flex-wrap: nowrap; }
  .flex.column {
    flex-flow: column; }
  .flex.top {
    align-content: flex-start;
    align-items: flex-start; }
  .flex.middle {
    align-items: center;
    align-content: center; }
  .flex.center {
    justify-content: center; }
  .flex.right {
    justify-content: flex-end; }
    .flex.right p {
      text-align: right; }
  .flex.between {
    justify-content: space-between; }
  .flex p {
    flex: 0 0 100%; }

.block {
  display: block; }

.home {
  color: #fff;
  background: linear-gradient(135deg, #3b4c96 0%, #00bbff 100%); }
  .home > .container,
  .home > header {
    background: rgba(255, 255, 255, 0);
    color: #fff; }
    .home > .container nav > ul > li a,
    .home > header nav > ul > li a {
      color: rgba(255, 255, 255, 0.85); }
      .home > .container nav > ul > li a:hover,
      .home > header nav > ul > li a:hover {
        color: #fff; }
    .home > .container nav > ul > li ul li a,
    .home > header nav > ul > li ul li a {
      color: #4c4c4c !important; }

.home .outline {
  background: #fff;
  border-radius: 2px;
  color: #fff; }

.empty {
  padding-bottom: 20px; }

.link {
  color: #fff;
  text-decoration: underline; }

.float {
  float: right; }

.overflow-x {
  overflow-x: auto;
  width: 100%; }

.width {
  width: 100%; }

.buttons {
  display: inline-block;
  cursor: pointer;
  margin: 18px 5px; }

form {
  margin-top: 31px; }

label {
  line-height: 1.2em;
  padding: 5px 0 2px 0;
  margin-top: 5px;
  display: block; }

header {
  width: 100%;
  justify-content: center;
  display: flex;
  padding: 0 10px;
  box-sizing: border-box;
  color: #ffffffcc;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.25); }
  @media only screen and (max-width: 768px) {
    header {
      position: relative;
      z-index: 102;
      display: flex;
      justify-content: space-between; }
      header a {
        z-index: 100; } }
  header nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px; }
    @media only screen and (max-width: 768px) {
      header nav {
        padding-right: 0px;
        padding-left: 0px; } }
    header nav a.flag {
      display: inline-block;
      height: 15px;
      width: 30px;
      padding: 0;
      background-repeat: no-repeat;
      background-position: right;
      margin: 0 0 0 5px;
      transition: .2s all;
      background-size: contain;
      text-indent: -999em;
      flex: 1 1 48%; }
      @media only screen and (max-width: 768px) {
        header nav a.flag {
          height: 30px;
          flex-basis: 60px;
          margin-top: 30px;
          background-position: center; } }
      header nav a.flag.pt {
        background-image: url("/dist/images/br-flag.jpg"); }
      header nav a.flag.en {
        background-image: url("/dist/images/en-flag.jpg"); }
      header nav a.flag.es {
        background-image: url("/dist/images/es-flag.jpg"); }
    header nav .data {
      flex: 1 1 30%; }
      @media only screen and (max-width: 768px) {
        header nav .data {
          margin-top: 30px; } }
    @media only screen and (max-width: 768px) {
      header nav {
        right: 100vw;
        opacity: 0;
        transition: .5s all;
        flex: 0 0 100%;
        position: fixed;
        display: block;
        pointer-events: none; }
        header nav ul {
          display: block;
          width: 100vw;
          height: 100vh;
          padding-top: 80px;
          z-index: 100; }
          header nav ul li {
            width: 100%;
            padding: 0;
            margin: 0; }
            header nav ul li a {
              width: 100%;
              padding: 0;
              margin: 0;
              text-align: center; } }
    @media only screen and (max-width: 768px) {
      header nav.show {
        right: 0;
        opacity: 1;
        pointer-events: all; } }
  header .all-menu {
    flex: 1 1 100%; }
    header .all-menu ul {
      display: flex;
      margin: 0;
      padding: 0;
      align-items: center;
      align-content: center;
      justify-content: flex-end;
      flex: 1 1 100%; }
      @media only screen and (max-width: 768px) {
        header .all-menu ul {
          margin: 0;
          padding: 0;
          align-items: center;
          align-content: center;
          justify-content: flex-end;
          display: flex;
          flex-wrap: inherit;
          flex: none; } }
      header .all-menu ul .menu {
        display: flex;
        flex-wrap: wrap; }
        @media only screen and (max-width: 768px) {
          header .all-menu ul .menu {
            display: flex;
            justify-content: center; } }
        header .all-menu ul .menu li {
          display: flex;
          justify-content: center;
          align-items: center;
          align-content: center;
          position: relative; }
          @media only screen and (max-width: 768px) {
            header .all-menu ul .menu li {
              display: flex;
              justify-content: center;
              align-items: center;
              align-content: center;
              flex: 0 0 108%;
              /* background-position: center; */
              /* display: flex; */
              flex-wrap: inherit;
              position: inherit;
              text-align: center; } }
          header .all-menu ul .menu li:hover ul {
            opacity: 1;
            pointer-events: all; }
          header .all-menu ul .menu li a {
            line-height: 70px;
            padding: 0 5px;
            transition: .3s all;
            color: #1c377a; }
            @media only screen and (max-width: 768px) {
              header .all-menu ul .menu li a {
                line-height: 70px;
                padding: 0 5px;
                transition: .3s all;
                color: #1c377a;
                margin-right: 0px; } }
            header .all-menu ul .menu li a.active {
              box-shadow: 0 1px 0 0 #fff, inset 0 -1px 0 0 #fff; }
            header .all-menu ul .menu li a.outline {
              background: #fff;
              border-radius: 2px; }
            header .all-menu ul .menu li a:hover {
              color: #fff; }
          header .all-menu ul .menu li > ul {
            display: block;
            opacity: 0;
            pointer-events: none;
            position: absolute;
            top: 64px;
            left: 0;
            transition: all .3s;
            background: #fff;
            z-index: 99;
            box-shadow: 0 10px 30px rgba(25, 25, 25, 0.15), 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 2px 0 0 #fff;
            border-radius: 1px;
            padding: 2px 0 0 0; }
            @media only screen and (max-width: 768px) {
              header .all-menu ul .menu li > ul {
                opacity: 0;
                pointer-events: none;
                position: none;
                top: 64px;
                left: 0;
                transition: all .3s;
                box-shadow: none;
                border-radius: 1px;
                padding: 2px 0 0;
                width: 100%;
                height: auto;
                transition: all .3s;
                position: inherit;
                display: none;
                background: #edead9;
                box-shadow: 0 1px #cccccc; }
                header .all-menu ul .menu li > ul.show-products {
                  display: block; } }
            header .all-menu ul .menu li > ul:after {
              bottom: 100%;
              left: 15px;
              border: solid transparent;
              content: " ";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none;
              border-color: rgba(255, 255, 255, 0);
              border-bottom-color: #fff;
              border-width: 9px;
              margin-left: -9px; }
            header .all-menu ul .menu li > ul li {
              padding: 0;
              margin: 0; }
              header .all-menu ul .menu li > ul li a {
                line-height: 30px;
                padding: 8px 12px;
                margin: none;
                white-space: nowrap;
                margin: 0;
                text-align: left;
                width: 100%;
                box-sizing: border-box;
                transition: .3s all;
                border-radius: 1px; }
                @media only screen and (max-width: 768px) {
                  header .all-menu ul .menu li > ul li a {
                    text-align: center; } }
                header .all-menu ul .menu li > ul li a:hover {
                  background: #f0f0f0; }
      header .all-menu ul .sub-menu ul {
        display: none;
        float: left; }
        header .all-menu ul .sub-menu ul li {
          display: none; }
          header .all-menu ul .sub-menu ul li:hover {
            display: block;
            position: relative;
            float: none; }
    header .all-menu .open-profile {
      color: #fff;
      top: 56px;
      position: absolute;
      background: #fff;
      display: flex;
      flex-flow: column;
      box-shadow: 0 10px 30px rgba(25, 25, 25, 0.15), 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 2px 0 0 #fff;
      z-index: 100;
      align-items: baseline;
      padding: 0;
      border-radius: 1px;
      right: 10px;
      width: calc(100% - 20px); }
      header .all-menu .open-profile:after {
        bottom: 100%;
        right: 15px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 48, 166, 0);
        border-bottom-color: #2a4a9d;
        border-width: 9px;
        right: 10px; }
      header .all-menu .open-profile .ico-close {
        color: #1c377a;
        position: absolute;
        right: 22px;
        bottom: 96px;
        font-size: 20px;
        cursor: pointer; }
      header .all-menu .open-profile li {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        position: relative;
        padding: 0;
        width: 100%;
        color: #1c377a; }
        header .all-menu .open-profile li a {
          line-height: 28px;
          padding: 8px 12px;
          white-space: nowrap;
          margin: 0;
          text-align: left;
          width: 100%;
          transition: .3s all;
          border-radius: 1px; }
        header .all-menu .open-profile li i {
          color: #ccc;
          position: absolute; }
      header .all-menu .open-profile .options-profile {
        padding: 35px; }
  @media only screen and (max-width: 768px) {
    header i {
      position: fixed;
      z-index: 200;
      top: 18px;
      right: 5px;
      padding: 5px;
      background: #f0f0f0;
      border-radius: 3px;
      color: #fff;
      background: #002173; } }
  header h1.logo {
    flex: 0 0 130px;
    width: 130px;
    height: 60px;
    background: url("https://themediatrade.com/img/logo.410f0c1a.svg");
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999em;
    padding: 0;
    margin: 0;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px; }
    @media only screen and (max-width: 768px) {
      header h1.logo {
        z-index: 102; } }
  header .profile-info {
    border: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    background: #1c377a;
    border-radius: 3px;
    margin: 10px;
    /* height: calc(100% - 20px); */
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: flex-start;
    /* flex-direction: column; */
    padding: 0 10px;
    line-height: 17px;
    min-width: 200px; }
    @media only screen and (max-width: 768px) {
      header .profile-info {
        border: 1px solid rgba(0, 0, 0, 0.25);
        position: relative;
        overflow: hidden;
        background: #1c377a;
        border-radius: 3px;
        margin: 10px;
        display: flex;
        justify-content: flex-start;
        padding: 0 10px;
        line-height: 24px;
        min-width: 200px;
        font-size: 24px;
        justify-content: center;
        width: 100%;
        padding: 16px; } }
    header .profile-info .ico {
      align-items: center; }
      header .profile-info .ico i {
        font-style: normal;
        font-size: 28px;
        color: #fff; }
    header .profile-info .profile-name span {
      margin-left: 10px;
      font-size: .83em;
      font-weight: 700;
      letter-spacing: normal;
      color: #fff; }
      @media only screen and (max-width: 768px) {
        header .profile-info .profile-name span {
          margin-left: 0px; } }
    header .profile-info .profile-perfil {
      width: auto;
      display: inline-block;
      font-size: 13px;
      font-weight: 100;
      line-height: 1em;
      margin-right: 5px;
      color: #001240; }
      header .profile-info .profile-perfil small {
        margin-left: 10px;
        font-size: .83em;
        font-weight: 700;
        letter-spacing: normal;
        color: #fff; }
        @media only screen and (max-width: 768px) {
          header .profile-info .profile-perfil small {
            font-size: 1em;
            font-weight: 700;
            letter-spacing: normal;
            color: #fff; } }
      header .profile-info .profile-perfil span {
        color: #fff;
        opacity: 0.9; }
        @media only screen and (max-width: 769px) {
          header .profile-info .profile-perfil span {
            font-size: 17px;
            color: #fff; } }
    header .profile-info .ico-less {
      font-size: 16px;
      color: #fff;
      position: absolute;
      right: 2px;
      top: 0;
      padding: 10px;
      cursor: pointer; }
  header .perfil {
    flex: 1 1 50%; }
  header em {
    color: #1c377a; }

@font-face {
  font-family: "mediatrade";
  src: url("../fonts/mediatrade.eot");
  src: url("../fonts/mediatrade.eot#iefix") format("embedded-opentype"), url("../fonts/mediatrade.ttf") format("truetype"), url("../fonts/mediatrade.woff") format("woff"), url("../fonts/mediatrade.svg?#mediatrade") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "mediatrade" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ico-search:before {
  content: ""; }

.ico-social-linkedin:before {
  content: ""; }

.ico-social-facebook:before {
  content: ""; }

.ico-location:before {
  content: ""; }

.ico-flag:before {
  content: ""; }

.ico-speaker_notes:before {
  content: ""; }

.ico-apps:before {
  content: ""; }

.ico-border_color:before {
  content: ""; }

.ico-mode_edit:before {
  content: ""; }

.ico-arrow_back:before {
  content: ""; }

.ico-share:before {
  content: ""; }

.ico-error:before {
  content: ""; }

.ico-error_outline:before {
  content: ""; }

.ico-play_circle_filled:before {
  content: ""; }

.ico-play_circle_outline:before {
  content: ""; }

.ico-message:before {
  content: ""; }

.ico-phone:before {
  content: ""; }

.ico-contact_phone:before {
  content: ""; }

.ico-textsms:before {
  content: ""; }

.ico-mail_outline:before {
  content: ""; }

.ico-add:before {
  content: ""; }

.ico-add_box:before {
  content: ""; }

.ico-markunread:before {
  content: ""; }

.ico-report:before {
  content: ""; }

.ico-attach_file:before {
  content: ""; }

.ico-attach_money:before {
  content: ""; }

.ico-monetization_on:before {
  content: ""; }

.ico-cloud_download:before {
  content: ""; }

.ico-cloud_upload:before {
  content: ""; }

.ico-security:before {
  content: ""; }

.ico-grid_on:before {
  content: ""; }

.ico-navigate_before:before {
  content: ""; }

.ico-navigate_next:before {
  content: ""; }

.ico-picture_as_pdf:before {
  content: ""; }

.ico-style:before {
  content: ""; }

.ico-timelapse:before {
  content: ""; }

.ico-expand_less:before {
  content: ""; }

.ico-expand_more:before {
  content: ""; }

.ico-more_vert:before {
  content: ""; }

.ico-do_not_disturb_alt:before {
  content: ""; }

.ico-group_add:before {
  content: ""; }

.ico-notifications:before {
  content: ""; }

.ico-notifications_none:before {
  content: ""; }

.ico-notifications_off:before {
  content: ""; }

.ico-notifications_active:before {
  content: ""; }

.ico-people_outline:before {
  content: ""; }

.ico-person:before {
  content: ""; }

.ico-person_add:before {
  content: ""; }

.ico-done:before {
  content: ""; }

.ico-help:before {
  content: ""; }

.ico-highlight_off:before {
  content: ""; }

.ico-info:before {
  content: ""; }

.ico-info_outline:before {
  content: ""; }

.ico-lock_open:before {
  content: ""; }

.ico-lock_outline:before {
  content: ""; }

.ico-power_settings_new:before {
  content: ""; }

.ico-print:before {
  content: ""; }

.ico-question_answer:before {
  content: ""; }

.ico-room:before {
  content: ""; }

.ico-settings:before {
  content: ""; }

.ico-thumbs_up_down:before {
  content: ""; }

.ico-today:before {
  content: ""; }

.ico-trending_up:before {
  content: ""; }

.ico-verified_user:before {
  content: ""; }

.ico-view_agenda:before {
  content: ""; }

.ico-view_carousel:before {
  content: ""; }

.ico-visibility:before {
  content: ""; }

.ico-help_outline:before {
  content: ""; }

.ico-fingerprint:before {
  content: ""; }

.ico-date_range:before {
  content: ""; }

.ico-record_voice_over:before {
  content: ""; }

.ico-timeline:before {
  content: ""; }

.ico-watch_later:before {
  content: ""; }

.ico-pan_tool:before {
  content: ""; }

.ico-free_breakfast:before {
  content: ""; }

.ico-twitter:before {
  content: ""; }

.ico-facebook:before {
  content: ""; }

.ico-facebook-f:before {
  content: ""; }

.ico-linkedin:before {
  content: ""; }

.ico-youtube:before {
  content: ""; }

.ico-instagram:before {
  content: ""; }

.ico-skype:before {
  content: ""; }

.ico-whatsapp:before {
  content: ""; }

input, textarea, select {
  transition: all 0.0s;
  position: relative;
  display: inline-block;
  width: 100%;
  border: none;
  box-shadow: inset 0 -1px 0 0 #c0c0c0;
  color: #4c4c4c;
  padding: 10px 5px;
  box-sizing: border-box;
  margin: 0;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  outline: none;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }
  @media (max-width: 767px) {
    input, textarea, select {
      box-shadow: 0 1px 0 0 #c0c0c0; } }
  input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
    background-color: #ffffff !important; }
  input::placeholder, textarea::placeholder, select::placeholder {
    font-size: 1em;
    font-family: 'PT Sans'; }
  input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus, select:hover, select:active, select:focus {
    outline: none; }
  input.valid, textarea.valid, select.valid {
    -webkit-box-shadow: inset 0 -1px 0 0 #c0c0c0;
    box-shadow: inset 0 -1px 0 0 #c0c0c0; }
    input.valid:hover, input.valid:active, input.valid:focus, textarea.valid:hover, textarea.valid:active, textarea.valid:focus, select.valid:hover, select.valid:active, select.valid:focus {
      -webkit-box-shadow: inset 0 -1px 0 0 #a7a7a7;
      box-shadow: inset 0 -1px 0 0 #a7a7a7; }
  input.invalid, textarea.invalid, select.invalid {
    -webkit-box-shadow: inset 0 -1px 0 0 #f33a3a;
    box-shadow: inset 0 -1px 0 0 #f33a3a; }
    input.invalid:hover, input.invalid:active, input.invalid:focus, textarea.invalid:hover, textarea.invalid:active, textarea.invalid:focus, select.invalid:hover, select.invalid:active, select.invalid:focus {
      -webkit-box-shadow: inset 0 -1px 0 0 #ec0e0e;
      box-shadow: inset 0 -1px 0 0 #ec0e0e; }
  input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:active, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, select:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s; }

textarea {
  padding: 10px 5px;
  line-height: 1.5;
  resize: none;
  width: 100%; }

.select {
  background: #fff;
  box-shadow: 0 1px 1px 0 #c0c0c0;
  position: relative;
  border-radius: 1px; }
  .select:after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #ccc transparent transparent transparent;
    pointer-events: none; }
  .select:before {
    width: 20px;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background: #fff;
    content: '';
    pointer-events: none;
    transition: .3s all; }
  .select:hover:before {
    border-color: #aaa transparent transparent transparent; }
  .select select {
    font-size: 14px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    height: 100%;
    width: 100%;
    cursor: pointer;
    outline: none;
    padding-right: 20px;
    padding-left: 5px;
    border: 1px solid #c0c0c0;
    border-radius: 1px;
    transition: .3s all;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .select select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000; }
    .select select::-ms-expand {
      display: none; }
    .select select:active, .select select:focus {
      border-color: #fff; }

.input-file {
  background: #fff;
  box-shadow: 0 1px 1px 0 #c0c0c0 !important;
  position: relative;
  border-radius: 1px;
  font-size: 14px;
  box-shadow: none;
  background: 0 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  outline: 0;
  padding-right: 20px;
  padding-left: 5px;
  border: 1px solid silver;
  border-radius: 1px;
  transition: .3s all;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-top: 8px;
  padding-bottom: 8px; }
  .input-file:active, .input-file:focus {
    border-color: #fff; }

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .select select {
    padding-right: 0; }
  .select:after, .select:before {
    display: none; } }
.radio-input {
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
  line-height: 12px; }
  .radio-input input[type=radio] {
    display: none; }
    .radio-input input[type=radio]:checked + label:before {
      content: "\2022";
      color: #fff;
      font-size: 25px;
      text-align: center;
      line-height: 12px; }
  .radio-input label {
    font-size: 0.875em;
    font-weight: bold;
    position: relative;
    display: inline-block; }
    .radio-input label:before {
      content: '';
      display: inline-block;
      width: 15px;
      height: 15px;
      border: 2px solid #f0f0f0;
      background: #ffffff;
      border-radius: 50%;
      margin-right: 8px; }

.input-cheboxes {
  display: flex;
  justify-content: space-between; }
  .input-cheboxes .input-checkbox {
    flex-direction: column; }
    .input-cheboxes .input-checkbox span {
      padding-top: 5px;
      display: block;
      width: 100%; }

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: #c0c0c0;
  border-radius: 20px; }
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none; }
  input[type=range]:focus {
    outline: none; }
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 2px solid #ffffff;
    width: 15px;
    height: 15px;
    margin-top: -3px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }
    input[type=range]::-webkit-slider-thumb:active {
      box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25); }
  input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    border: 2px solid #ffffff;
    width: 15px;
    height: 15px;
    margin-top: -3px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }
    input[type=range]::-moz-range-thumb:active {
      box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25); }
  input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    border: 2px solid #ffffff;
    width: 15px;
    height: 15px;
    margin-top: -3px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }
    input[type=range]::-ms-thumb:active {
      box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25); }
  input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent; }
  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    border: none;
    cursor: pointer; }
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 8px;
    border: none;
    cursor: pointer; }
  input[type=range]::-ms-track {
    width: 100%;
    height: 8px;
    border: none;
    cursor: pointer; }
  input[type=range]::-moz-range-progress {
    background-color: #4c4c4c; }

table {
  width: 100%;
  border-collapse: collapse; }
  table.center tbody td:not(:first-child),
  table.center tbody th:not(:first-child) {
    text-align: center !important; }
  table thead {
    font-size: .83em; }
    table thead th {
      padding: 5px 10px;
      background: #1c377a;
      color: #fff;
      border: 1px solid #172e65;
      position: relative; }
      table thead th.asc, table thead th.desc {
        background: #f2f2f2; }
        table thead th.asc:before, table thead th.desc:before {
          position: absolute;
          font-family: "mediatrade" !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          right: 5px; }
      table thead th.asc:before {
        content: ""; }
      table thead th.desc:before {
        content: ""; }
  table tbody {
    font-size: .83em; }
    table tbody th {
      padding: 5px;
      background: #212121;
      color: #4c4c4c;
      font-weight: bold;
      border-bottom: 1px solid #c0c0c0;
      text-align: left; }
      table tbody th:first-child {
        text-align: left;
        border-right: 1px solid #2e2e2e; }
    table tbody .total th {
      background: #ffffff;
      color: #707070; }
    table tbody td {
      transition: .3s all;
      padding: 5px;
      color: #4c4c4c;
      border-bottom: 1px solid #2e2e2e;
      text-align: center; }
      table tbody td:first-child {
        text-align: right;
        border-right: 1px solid #2e2e2e; }
    table tbody .tr-close td {
      display: none; }

.--info-mouseover {
  padding: 10px;
  display: none;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  position: absolute;
  white-space: nowrap; }

.--info-trigger {
  border-radius: 50%;
  padding: 3px;
  min-width: 13px;
  height: 13px;
  display: inline-block;
  color: #fff;
  background: #1c377a; }

.--info-trigger:hover .--info-mouseover {
  display: block; }

@font-face {
  font-family: 'PT Sans';
  src: url("../../dist/fonts/PTS55F-webfont.eot");
  src: url("../../dist/fonts/PTS55F-webfont.eot?#iefix") format("embedded-opentype"), url("../../dist/fonts/PTS55F-webfont.woff") format("woff"), url("../../dist/fonts/PTS55F-webfont.ttf") format("truetype"), url("../../dist/fonts/PTS55F-webfont.svg#pt_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url(https://fonts.gstatic.com/s/ptsans/v8/fhNmDCnjccoUYyU4ZASaLVKPGs1ZzpMvnHX-7fPOuAc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }
/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url(https://fonts.gstatic.com/s/ptsans/v8/BJVWev7_auVaQ__OU8Qih1KPGs1ZzpMvnHX-7fPOuAc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url(https://fonts.gstatic.com/s/ptsans/v8/oysROHFTu1eTZ74Hcf8V-VKPGs1ZzpMvnHX-7fPOuAc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url(https://fonts.gstatic.com/s/ptsans/v8/CWlc_g68BGYDSGdpJvpktgLUuEpTyoUstqEm5AMlJo4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }
/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url(https://fonts.gstatic.com/s/ptsans/v8/kTYfCWJhlldPf5LnG4ZnHAsYbbCjybiHxArTLjt7FRU.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }
/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url(https://fonts.gstatic.com/s/ptsans/v8/g46X4VH_KHOWAAa-HpnGPgsYbbCjybiHxArTLjt7FRU.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url(https://fonts.gstatic.com/s/ptsans/v8/hpORcvLZtemlH8gI-1S-7gsYbbCjybiHxArTLjt7FRU.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url(https://fonts.gstatic.com/s/ptsans/v8/0XxGQsSc1g4rdRdjJKZrNAzyDMXhdD8sAj6OAJTFsBI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }
/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local("PT Sans Italic"), local("PTSans-Italic"), url(https://fonts.gstatic.com/s/ptsans/v8/GpWpM_6S4VQLPNAQ3iWvVYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }
/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local("PT Sans Italic"), local("PTSans-Italic"), url(https://fonts.gstatic.com/s/ptsans/v8/7dSh6BcuqDLzS2qAASIeuoX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local("PT Sans Italic"), local("PTSans-Italic"), url(https://fonts.gstatic.com/s/ptsans/v8/DVKQJxMmC9WF_oplMzlQqYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local("PT Sans Italic"), local("PTSans-Italic"), url(https://fonts.gstatic.com/s/ptsans/v8/PIPMHY90P7jtyjpXuZ2cLJBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }
/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: local("PT Sans Bold Italic"), local("PTSans-BoldItalic"), url(https://fonts.gstatic.com/s/ptsans/v8/lILlYDvubYemzYzN7GbLkA7aC6SjiAOpAWOKfJDfVRY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }
/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: local("PT Sans Bold Italic"), local("PTSans-BoldItalic"), url(https://fonts.gstatic.com/s/ptsans/v8/lILlYDvubYemzYzN7GbLkBdwxCXfZpKo5kWAx_74bHs.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: local("PT Sans Bold Italic"), local("PTSans-BoldItalic"), url(https://fonts.gstatic.com/s/ptsans/v8/lILlYDvubYemzYzN7GbLkIjoYw3YTyktCCer_ilOlhE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: local("PT Sans Bold Italic"), local("PTSans-BoldItalic"), url(https://fonts.gstatic.com/s/ptsans/v8/lILlYDvubYemzYzN7GbLkBampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }
/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans Narrow"), local("PTSans-Narrow"), url(https://fonts.gstatic.com/s/ptsansnarrow/v7/UyYrYy3ltEffJV9QueSi4ZEk0SAHyDN38O8i9vCnTn4.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }
/* cyrillic */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans Narrow"), local("PTSans-Narrow"), url(https://fonts.gstatic.com/s/ptsansnarrow/v7/UyYrYy3ltEffJV9QueSi4TBlyDWpEJYVQuuPQMv_c-4.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* latin-ext */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans Narrow"), local("PTSans-Narrow"), url(https://fonts.gstatic.com/s/ptsansnarrow/v7/UyYrYy3ltEffJV9QueSi4awvjhBeOB25B0pWmvErI1g.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans Narrow"), local("PTSans-Narrow"), url(https://fonts.gstatic.com/s/ptsansnarrow/v7/UyYrYy3ltEffJV9QueSi4SXGGgjhbil4nYG1ct5o924.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }
/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Narrow Bold"), local("PTSans-NarrowBold"), url(https://fonts.gstatic.com/s/ptsansnarrow/v7/Q_pTky3Sc3ubRibGToTAYtUWWqxCFjd5cEd_RrOHL6Y.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }
/* cyrillic */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Narrow Bold"), local("PTSans-NarrowBold"), url(https://fonts.gstatic.com/s/ptsansnarrow/v7/Q_pTky3Sc3ubRibGToTAYupmode525gDTwNyPqZGNXY.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* latin-ext */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Narrow Bold"), local("PTSans-NarrowBold"), url(https://fonts.gstatic.com/s/ptsansnarrow/v7/Q_pTky3Sc3ubRibGToTAYtglsoc-tKu3skzGCjmMb84.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Narrow Bold"), local("PTSans-NarrowBold"), url(https://fonts.gstatic.com/s/ptsansnarrow/v7/Q_pTky3Sc3ubRibGToTAYkBqNlhjGh6uyjdvfMwxzYs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #4c4c4c; }

h3 {
  font-size: 1.250em;
  font-weight: bold;
  margin: 0;
  line-height: 1; }

h2 {
  font-size: 2em;
  font-weight: bold;
  line-height: 1; }
  @media only screen and (max-width: 768px) {
    h2 {
      font-size: 1.875em;
      font-weight: bold;
      line-height: 1;
      margin: 0 0 10px 0;
      display: flex;
      justify-content: center; } }
  h2 small {
    display: block;
    font-size: 0.467em;
    color: #c0c0c0;
    padding-top: 8px; }

h1 {
  font-family: 'PT Sans Narrow';
  letter-spacing: 1px;
  font-size: 3em;
  font-weight: bolder;
  padding-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    h1 {
      font-family: 'PT Sans Narrow';
      text-transform: none;
      letter-spacing: 1px;
      font-size: 3em;
      font-weight: bolder;
      padding-bottom: 20px;
      display: flex;
      justify-content: center; } }
  h1 small {
    display: block;
    color: #fff;
    font-size: 0.5em;
    padding-top: 5px; }
    h1 small:before {
      width: 50px;
      height: 2px;
      background: #fff;
      display: block;
      content: "";
      margin: 0 0 5px; }

a {
  color: inherit;
  font-weight: bold;
  text-decoration: none; }
  a.link-light-gray {
    background: #f2f2f2;
    border-radius: 3px;
    padding: 5px 8px;
    margin: 5px 0;
    transition: .3s all; }
    a.link-light-gray:hover {
      background: #e2e2e2; }

p {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.2em; }
  p.info {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.75);
    font-size: .83em;
    padding: 3px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    border-radius: 3px; }
    p.info i {
      font-size: 1.1em;
      margin-right: 1px; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

.text-green {
  color: #3bae71; }

.text-discount {
  color: #3bae71; }

.text-decoration-none {
  font-style: normal; }

.negative-number {
  color: #f33a3a; }

.positive-number {
  color: #3bae71; }

.bread-link {
  display: flex;
  height: 49px; }
  .bread-link li a {
    position: relative;
    padding: 5px 5px 5px 0; }
  .bread-link li:not(:last-child) a:after {
    content: " / ";
    color: #ccc;
    font-size: .83em;
    font-weight: normal; }

.badge {
  background: #fff;
  border: none;
  border-radius: 10px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 19px;
  padding: 0 9px;
  margin: 0 2px;
  -webkit-font-smoothing: antialiased; }

.alert-info {
  background: #ffffcc;
  padding: 7px !important;
  border-radius: 3px;
  border: 1px solid #ee9; }

.button {
  transition: all .2s;
  background: #1c377a;
  border: none;
  border-radius: 1px;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 14px 30px;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box; }
  .button i {
    font-size: 12px; }
  .button:hover, .button:focus {
    background: #172e65;
    outline: none; }
  .button.view {
    padding-left: 15px;
    padding-right: 15px;
    color: #4c4c4c;
    background: #fff; }
    .button.view:hover {
      background: #d3d3d3; }
  .button.link {
    background: rgba(0, 0, 0, 0.05);
    border: none;
    color: #4c4c4c;
    white-space: nowrap; }
    .button.link:hover {
      background: rgba(0, 0, 0, 0.15); }
    .button.link:disabled {
      background: #fff;
      color: #d3d3d3; }
  .button.outline {
    border: solid 2px #fff;
    background: none;
    color: #fff; }
    .button.outline:disabled {
      background: #fff;
      border: solid 2px #d3d3d3;
      color: #d3d3d3; }
  .button:active {
    background: #f2f2f2;
    outline: none; }
  .button.full {
    display: block;
    width: 100%;
    margin: 18px 0; }
  .button.button-lg {
    padding-left: 110px;
    padding-right: 110px; }
  .button.button-sm {
    padding: 10px 20px;
    font-size: 0.750em; }
  .button.button-xs {
    padding: 2px 5px;
    font-size: .75em; }
  .button.center-button {
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .button:disabled, .button.disabled {
    color: rgba(255, 255, 255, 0.5); }
  .button.white {
    background: #ffffff; }
    .button.white:hover, .button.white:focus {
      background: #ebebeb;
      outline: none; }
    .button.white:active {
      background: #f2f2f2;
      outline: none; }
  .button.orange {
    background: #fb6e52; }
    .button.orange:hover, .button.orange:focus {
      background: #ebebeb;
      outline: none; }
    .button.orange:active {
      background: #fa5939;
      outline: none; }
  .button.blue {
    background: #2dbdfd; }
    .button.blue:hover, .button.blue:focus {
      background: #ebebeb;
      outline: none; }
    .button.blue:active {
      background: #14b5fd;
      outline: none; }
  .button.green {
    background: #3bae71; }
    .button.green:hover, .button.green:focus {
      background: #ebebeb;
      outline: none; }
    .button.green:active {
      background: #359b65;
      outline: none; }
  .button.gray {
    background: #c0c0c0; }
    .button.gray:hover, .button.gray:focus {
      background: #ebebeb;
      outline: none; }
    .button.gray:active {
      background: #b3b3b3;
      outline: none; }
  .button.red {
    background: #f33a3a; }
    .button.red:hover, .button.red:focus {
      background: #ebebeb;
      outline: none; }
    .button.red:active {
      background: #f22222;
      outline: none; }

fieldset {
  border: 1px solid #212121;
  background: #f8f8f8;
  border-radius: 3px;
  margin: 0 -5px 5px;
  padding: 5px; }
  fieldset legend {
    font-weight: bold;
    letter-spacing: 1px; }

.form-input {
  margin: 0 0 6px 0;
  position: relative;
  width: 100%; }
  @media (max-width: 767px) {
    .form-input {
      margin: 0; } }
  .form-input label {
    font-size: 0.75em;
    font-weight: bold;
    width: 100%;
    color: #4c4c4c; }
    .form-input label:before {
      content: '';
      color: #fff; }
  .form-input input {
    transition: .3s all;
    box-shadow: inset 0 -1px 0 #d8d8d8; }
    .form-input input:active, .form-input input:focus {
      box-shadow: inset 0 -1px 0 #fff; }
  .form-input input[type=radio] {
    box-shadow: none;
    width: auto;
    transition: none; }
    .form-input input[type=radio] ~ label {
      width: auto; }
  .form-input .uri-preview {
    font-size: .83em;
    padding: 5px 3px 3px 3px; }
  .form-input:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 32px;
    height: 12px;
    width: 12px;
    margin: 0;
    z-index: 9; }

.input-group {
  display: flex;
  flex-wrap: nowrap; }
  .input-group input {
    margin-left: 3px; }
    .input-group input:first-child {
      margin-left: 0; }

.input-group .form-input {
  margin-left: 3px; }
  .input-group .form-input:first-child {
    margin-left: 0; }
  .input-group .form-input input {
    margin-left: 0; }

.input-checkbox {
  display: flex;
  align-items: center;
  margin: 7px 0;
  position: relative; }
  .input-checkbox label {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    left: 0;
    background: #ffffff;
    border-radius: 3px;
    border: 2px solid #c6c6c6;
    transition: all 0.2s; }
    .input-checkbox label.disabled, .input-checkbox label:disabled {
      opacity: .25;
      cursor: not-allowed; }
      .input-checkbox label.disabled:after, .input-checkbox label:disabled:after {
        color: #999; }
      .input-checkbox label.disabled:hover, .input-checkbox label:disabled:hover {
        border-color: rgba(51, 51, 51, 0.5); }
    .input-checkbox label:after {
      font-family: 'mediatrade-icons';
      content: '\e905';
      position: absolute;
      top: 1px;
      left: 3px;
      font-size: 0.738em;
      color: #3bae71;
      background: transparent;
      opacity: 0;
      transition: all 0.2s; }
    .input-checkbox label:hover {
      border-color: rgba(59, 174, 113, 0.5); }
  .input-checkbox span {
    display: inline-block;
    font-size: 0.875em;
    font-weight: normal;
    padding-left: 10px;
    color: #4c4c4c !important; }
  .input-checkbox input[type=checkbox] {
    visibility: hidden; }
    .input-checkbox input[type=checkbox]:checked + label {
      border-color: rgba(59, 174, 113, 0.5); }
    .input-checkbox input[type=checkbox]:checked + label:after {
      opacity: 1; }

.input-radio {
  display: flex;
  align-items: center;
  margin: 7px 0;
  position: relative; }
  .input-radio span {
    position: relative;
    z-index: 0;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    cursor: pointer;
    background: #fafafa;
    box-shadow: inset 0 0 0 1px #ccc;
    border-radius: 10px;
    padding: 5px;
    color: #fff;
    line-height: 1;
    transition: all 0s;
    display: flex;
    justify-content: center;
    align-items: center; }
    .input-radio span:after {
      content: '';
      width: 10px;
      height: 10px;
      border-radius: 5px;
      background: #fff;
      display: block;
      opacity: 0; }
  .input-radio label {
    padding-left: 10px;
    margin: 5px; }
  .input-radio input[type=radio] {
    opacity: 0;
    z-index: 1;
    width: 20px;
    height: 20px;
    position: absolute; }
    .input-radio input[type=radio]:disabled:checked + label {
      background: #777;
      color: #fff; }
    .input-radio input[type=radio]:checked + span {
      box-shadow: inset 0 0 10px 20px #fff;
      color: rgba(255, 255, 255, 0.5); }
    .input-radio input[type=radio]:checked + span:after {
      opacity: 1; }

.input-radiobox {
  display: flex;
  align-items: center;
  margin: 7px 0;
  position: relative; }
  .input-radiobox label {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    left: 0;
    background: #ffffff;
    border-radius: 9px;
    border: 2px solid #c6c6c6;
    transition: all 0.2s; }
    .input-radiobox label:after {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 2px;
      left: 2px;
      background: #3bae71;
      opacity: 0;
      transition: all 0.2s; }
    .input-radiobox label:hover {
      border-color: rgba(59, 174, 113, 0.5); }
  .input-radiobox span {
    display: inline-block;
    font-size: 0.875em;
    font-weight: normal;
    padding-left: 10px;
    color: #4c4c4c !important; }
  .input-radiobox input[type=radio] {
    visibility: hidden; }
    .input-radiobox input[type=radio]:checked + label {
      border-color: rgba(59, 174, 113, 0.5); }
    .input-radiobox input[type=radio]:checked + label:after {
      opacity: 1; }
    .input-radiobox input[type=radio]:disabled:checked + label {
      border-color: rgba(51, 51, 51, 0.5);
      cursor: not-allowed; }
    .input-radiobox input[type=radio]:disabled:checked + label:after {
      opacity: 1; }

.checkbox-button {
  display: flex;
  align-items: center;
  margin: 0;
  position: relative; }
  .checkbox-button label {
    width: auto;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    left: 0;
    background: #3bae71;
    border-radius: 3px;
    padding: 5px;
    color: #fff;
    line-height: 1;
    transition: all 0.2s; }
    .checkbox-button label:hover {
      background: #359b65; }
    .checkbox-button label.checked {
      background: #f33a3a; }
      .checkbox-button label.checked:hover {
        background: #f22222; }
  .checkbox-button input[type=radio] {
    visibility: hidden; }
    .checkbox-button input[type=radio]:checked + label {
      color: rgba(255, 255, 255, 0.5); }
    .checkbox-button input[type=radio]:disabled:checked + label {
      background: #777;
      color: #fff; }

.checkboxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .checkboxes .two-columns {
    flex: 0 0 50%; }
  .checkboxes .three-columns {
    flex: 0 0 33.33%; }
  .checkboxes .four-columns {
    flex: 0 0 25%; }
  .checkboxes .five-columns {
    flex: 0 0 20%; }

.radioboxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .radioboxes .radiobox {
    box-sizing: border-box;
    padding-right: 5px; }
  .radioboxes.radioboxes-inline {
    flex-wrap: nowrap; }
    .radioboxes.radioboxes-inline .input-radiobox {
      flex: 0 0 28%;
      padding-right: 10px; }
      .radioboxes.radioboxes-inline .input-radiobox span {
        padding-left: 5px; }

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px; }
  .switch input {
    display: none; }
    .switch input:checked + .slider {
      background-color: #3bae71; }
      .switch input:checked + .slider:before {
        -webkit-transform: translateX(13px);
        -ms-transform: translateX(13px);
        transform: translateX(13px); }
    .switch input:focus + .slider {
      box-shadow: 0 0 1px #3bae71; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: .4s;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15); }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 13px;
      width: 13px;
      left: 2px;
      bottom: 2px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }
    .switch .slider.round {
      border-radius: 17px;
      margin: 0; }
      .switch .slider.round:before {
        border-radius: 50%; }
  .switch.green-red .slider {
    background-color: #f33a3a; }
  .switch.switch-option input:checked + .slider {
    background-color: #fff; }
  .switch.switch-option input:focus + .slider {
    box-shadow: 0 0 1px #fff; }
  .switch.switch-option .slider {
    background: #fff; }

.fade-transition {
  transition: all .4s ease;
  overflow: hidden;
  visibility: visible; }

.content.fade-transition {
  transition-delay: .4s; }

.fade-enter, .fade-leave {
  opacity: 0;
  visibility: hidden; }

.messagealert-transition {
  transition: all .4s ease;
  overflow: hidden;
  visibility: visible; }

.content.messagealert-transition {
  transition-delay: .4s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.messagealert-enter, .messagealert-leave {
  opacity: 0.8;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.modal-transition {
  transition: all .4s ease;
  overflow: hidden;
  visibility: visible; }

.content.modal-transition {
  transition-delay: .4s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  padding-bottom: 0; }

.modal-enter, .modal-leave {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  padding-bottom: 50px; }

.expand-transition {
  transition: all .5s;
  height: auto; }

/* .expand-enter defines the starting state for entering */
/* .expand-leave defines the ending state for leaving */
.expand-enter, .expand-leave {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  overflow: hidden; }

.accordion-transition {
  display: table-row; }

.accordion-enter, .accordion-leave {
  display: none; }

.preloader {
  width: 40px;
  height: 40px;
  background: #fff;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    background: #fff; }
  25% {
    background: white; }
  50% {
    transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    background: #fff; }
  75% {
    background: #cccccc; }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    background: #fff; } }
.panel {
  display: flex;
  align-items: flex-start;
  align-content: stretch;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 177px); }
  @media only screen and (max-width: 768px) {
    .panel {
      display: block; } }
  .panel .side {
    flex: 0 0 250px;
    padding-top: 40px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .panel .side {
        justify-content: center;
        display: flex;
        padding-top: 0; } }
    .panel .side ul {
      width: 250px; }
      @media only screen and (max-width: 768px) {
        .panel .side ul {
          width: auto; } }
      @media only screen and (max-width: 768px) {
        .panel .side ul li {
          padding-bottom: 15px; } }
      .panel .side ul li a {
        display: block;
        padding: 7px 15px;
        font-weight: normal;
        color: #999;
        transition: .3s all;
        box-shadow: -1px 0 0 0 #212121; }
        @media only screen and (max-width: 768px) {
          .panel .side ul li a {
            display: block;
            padding: 7px 15px;
            font-weight: normal;
            color: #999;
            transition: .3s all;
            box-shadow: none; } }
        .panel .side ul li a:hover {
          color: #fff; }
        .panel .side ul li a.v-link-active {
          font-weight: bold;
          color: #fff;
          box-shadow: -2px 0 0 0 #fff; }
          @media only screen and (max-width: 768px) {
            .panel .side ul li a.v-link-active {
              box-shadow: none;
              font-weight: bold;
              color: #fff; } }
    .panel .side.fixed ul {
      position: fixed;
      top: 0; }
  .panel .panel-content {
    flex: 1 1 50%;
    flex-basis: calc(100vw - 300px); }
    .panel .panel-content .filters select {
      width: 120px; }
    .panel .panel-content .filters .select {
      margin-bottom: 10px; }

.carousel {
  width: 100%;
  height: auto;
  display: block;
  position: relative; }
  .carousel figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: .3s all; }
    .carousel figure img {
      width: 100%; }
    .carousel figure.current {
      position: relative;
      z-index: 0;
      opacity: 1; }
  .carousel nav {
    pointer-events: none;
    width: 100%;
    position: absolute;
    display: flex;
    z-index: 2; }
    .carousel nav a {
      pointer-events: all;
      transition: .3s all; }
    .carousel nav.direct {
      top: 50%;
      justify-content: space-between;
      margin-top: -16px; }
      .carousel nav.direct a {
        color: #fff;
        font-size: 2em;
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
        .carousel nav.direct a:hover {
          text-decoration: none;
          text-shadow: 0 0 1px white, 0 0 5px white; }
    .carousel nav.dots {
      bottom: 0;
      justify-content: center; }
      .carousel nav.dots a {
        display: block;
        width: 16px;
        height: 16px;
        margin: 0 3px 15px 3px;
        border-radius: 8px;
        background: #fff;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3); }
        .carousel nav.dots a:hover {
          box-shadow: 0 0 1px 2px white; }
        .carousel nav.dots a.current {
          background: #fff; }

.footer {
  background: #e6e6e6;
  bottom: 0;
  padding: 25px;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  box-sizing: border-box; }
  .footer .footer-menu {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    padding-top: 10px; }
    @media only screen and (max-width: 768px) {
      .footer .footer-menu {
        display: block;
        text-align: center; } }
    .footer .footer-menu li {
      margin: 0 5px 0 0; }
      @media only screen and (max-width: 768px) {
        .footer .footer-menu li {
          margin-top: 15px; } }
      .footer .footer-menu li.border {
        width: 1px;
        border-left: 1px solid #fff;
        margin-left: 2px; }
      .footer .footer-menu li a {
        padding: 10px;
        color: rgba(255, 255, 255, 0.75);
        transition: .3s all;
        font-weight: normal;
        font-size: 1.0625em; }
        @media only screen and (max-width: 768px) {
          .footer .footer-menu li a {
            width: 100%; } }
        .footer .footer-menu li a i {
          margin-right: 1px; }
        .footer .footer-menu li a:hover, .footer .footer-menu li a:active {
          color: #fff;
          text-decoration: underline; }

.footer-bottom {
  background: #1c377a;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #ffffff; }
  .footer-bottom > * {
    padding: 5px 25px 5px; }
  .footer-bottom .copyright {
    text-align: left;
    flex: 1 1 2%;
    font-size: .83em;
    padding: 10px; }
  .footer-bottom a {
    white-space: nowrap;
    padding: 10px;
    color: rgba(255, 255, 255, 0.75);
    transition: .3s all;
    font-size: 16px; }
    .footer-bottom a:hover {
      color: #fff;
      text-decoration: underline; }
  .footer-bottom .footer-icons {
    list-style: none;
    display: flex; }
    .footer-bottom .footer-icons li {
      margin: 0 5px 0 0;
      padding: 0; }
    .footer-bottom .footer-icons a {
      width: 28px;
      height: 28px;
      justify-content: center;
      flex-wrap: wrap;
      display: flex;
      align-items: center;
      background: #2f6498;
      border-radius: 14px;
      box-sizing: border-box;
      text-decoration: none;
      color: #fff; }
      .footer-bottom .footer-icons a .linkedin {
        background: #0077b5; }
  .footer-bottom address {
    line-height: 32px;
    font-size: .83em;
    cursor: pointer; }

.home-page {
  height: 100%;
  position: relative; }
  .home-page .title-text {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: #707070; }
    @media only screen and (max-width: 769px) {
      .home-page .title-text {
        text-align: center; } }
  .home-page h2 {
    font-weight: normal;
    color: #4c4c4c; }
    @media only screen and (max-width: 769px) {
      .home-page h2 {
        text-align: center; } }
  .home-page .know {
    padding: 10px; }
  .home-page .text {
    padding-top: 5px; }
    @media only screen and (max-width: 768px) {
      .home-page .text {
        padding-right: 25px;
        justify-content: center; } }
  .home-page .text-cda h1,
  .home-page .text-cda h2,
  .home-page .text-cda p,
  .home-page .text-cda a {
    color: #fb6e52; }
  @media only screen and (max-width: 768px) {
    .home-page .text-cda {
      padding-right: 25px;
      justify-content: center; } }
  .home-page .text-cdm h1,
  .home-page .text-cdm h2,
  .home-page .text-cdm p,
  .home-page .text-cdm a {
    color: #7f9ebb; }
  @media only screen and (max-width: 768px) {
    .home-page .text-cdm {
      padding-right: 25px;
      justify-content: center; } }
  .home-page p {
    font-size: 1.12em;
    line-height: 1.5em;
    font-weight: normal;
    text-align: justify;
    color: #707070; }
    @media only screen and (max-width: 768px) {
      .home-page p {
        text-align: center;
        font-size: 1.12em;
        line-height: 1.5em;
        font-weight: normal;
        color: #002173; } }
  .home-page a {
    font-size: 0.9375em;
    line-height: 23px;
    color: #f2f2f2;
    border-radius: 3px;
    transition: .2s all;
    font-weight: none; }
    @media only screen and (max-width: 768px) {
      .home-page a {
        margin-top: 12px; } }
    .home-page a:hover, .home-page a:active {
      color: #cccccc;
      text-decoration: underline; }
  .home-page .slide {
    opacity: 0;
    transition: all .3s;
    position: absolute;
    pointer-events: none;
    top: 0;
    transform: translateX(300px); }
    .home-page .slide.active {
      opacity: 1;
      position: relative;
      pointer-events: all;
      transform: translateX(0px); }
  .home-page .carousel img {
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.3); }
  .home-page .navigations .know-home {
    margin-top: 10px;
    margin-bottom: 10px; }
  .home-page .navigations .btn {
    display: flex;
    flex-flow: initial; }
    @media only screen and (max-width: 768px) {
      .home-page .navigations .btn {
        flex-flow: inherit; } }
  .home-page .navigations .navigate:last-child.active {
    box-shadow: 0 0 1px 2px #7f9ebb;
    text-decoration: none; }
    .home-page .navigations .navigate:last-child.active img {
      -webkit-filter: grayscale(0%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(0%); }
    .home-page .navigations .navigate:last-child.active span {
      opacity: 0; }
    .home-page .navigations .navigate:last-child.active .bg {
      opacity: 0; }
  .home-page .navigations .navigate {
    padding: 0 10px;
    margin-right: 10px;
    box-shadow: inset 0px 2px 0 0 #fff, 0px 1px 3px rgba(0, 0, 0, 0.5);
    position: relative;
    background: #fff;
    overflow: hidden;
    border-radius: 3px; }
    @media only screen and (max-width: 768px) {
      .home-page .navigations .navigate {
        margin-bottom: 12px; } }
    .home-page .navigations .navigate:hover {
      text-decoration: none; }
    .home-page .navigations .navigate .bg {
      opacity: 0; }
      .home-page .navigations .navigate .bg i {
        text-shadow: 0 1px 0 transparent, 0 -1px 0 transparent;
        transform: translateX(5px); }
    .home-page .navigations .navigate.initial img {
      -webkit-filter: grayscale(0%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(0%); }
    .home-page .navigations .navigate.active {
      box-shadow: 0 0 1px 2px #fa4420;
      text-decoration: none; }
      .home-page .navigations .navigate.active img {
        -webkit-filter: grayscale(0%);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(0%); }
      .home-page .navigations .navigate.active span {
        opacity: 0; }
      .home-page .navigations .navigate.active .bg {
        opacity: 0; }
    .home-page .navigations .navigate > * {
      position: relative;
      z-index: 1; }
    .home-page .navigations .navigate .bg {
      position: absolute;
      transition: .3s all;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #f3f3f3;
      background: linear-gradient(180deg, #f3f3f3 0%, #e0e0e0 100%); }
    .home-page .navigations .navigate span {
      height: 100%;
      border-right: 1px solid #fff;
      background: rgba(0, 0, 0, 0.1);
      flex: 0 0 1px;
      margin: 0 5px;
      display: block;
      transition: .3s all; }
    .home-page .navigations .navigate img {
      height: 40px;
      margin: 15px 5px 15px 0;
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%); }
    .home-page .navigations .navigate i {
      transition: .3s all;
      font-size: 2em;
      color: #4c4c4c;
      text-shadow: 0 1px 0 #fff, 0 -1px 0 rgba(0, 0, 0, 0.3); }

.canais .canaldomidia {
  color: #fa4420;
  transition: none; }
.canais .canaldoanuncio {
  color: #7f9ebb;
  transition: none; }
.canais .themedia {
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .canais .themedia {
      margin-top: 12px; } }
@media only screen and (max-width: 768px) {
  .canais .video {
    margin-top: 12px; } }
@media only screen and (max-width: 768px) {
  .canais .links {
    margin-top: 12px;
    text-align: center; } }

.heading {
  justify-content: space-between; }
  .heading span {
    display: flex;
    align-items: flex-start;
    align-content: flex-end; }
    .heading span a {
      padding: 3px;
      display: flex;
      justify-content: center;
      width: 15px;
      height: 15px;
      transition: .3s all; }
      .heading span a.font-big {
        font-size: 16px; }
      .heading span a.font-small {
        font-size: 11px; }
      .heading span a.active {
        box-shadow: inset 0 -2px 0 0 #fff;
        color: #fff; }
      .heading span a:hover {
        color: #fff; }
      .heading span a:last-child {
        padding-left: 8px;
        border-left: 1px solid #ccc;
        margin-left: 5px; }

.font-big p, .font-big li, .font-big table {
  transition: 0s all;
  font-size: 1.2em; }

.font-small p, .font-small li, .font-small table {
  transition: 0s all;
  font-size: 0.83em; }

.modal {
  cursor: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: rgba(12, 12, 12, 0.32);
  overflow: auto;
  color: #4c4c4c;
  z-index: 10001; }
  .modal h3 .label {
    font-size: .63em;
    padding-bottom: 15px;
    padding-top: 0;
    margin-top: -5px; }
  .modal .modal-wrapper {
    transition: all 0.5s;
    border-radius: 1px;
    position: relative;
    max-width: 376px;
    padding: 45px 82px;
    margin: 75px 0;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(25, 25, 25, 0.15), 0 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 10001; }
    @media only screen and (min-width: 320px) and (max-width: 425px) {
      .modal .modal-wrapper {
        margin: 30px auto;
        padding: 20px;
        min-width: 270px;
        max-width: 320px; } }
    .modal .modal-wrapper .close {
      position: absolute;
      top: 6px;
      right: 12px;
      font-size: 1.785em;
      cursor: pointer; }
      .modal .modal-wrapper .close:hover {
        color: #7f7f7f; }
    .modal .modal-wrapper .button {
      font-size: 0.95em; }
    .modal .modal-wrapper .modal-container, .modal .modal-wrapper .modal-header, .modal .modal-wrapper .modal-body {
      display: block;
      width: 100%; }
      .modal .modal-wrapper .modal-container .frame, .modal .modal-wrapper .modal-header .frame, .modal .modal-wrapper .modal-body .frame {
        width: 100%;
        height: 250px;
        overflow-y: auto;
        text-align: justify; }
        .modal .modal-wrapper .modal-container .frame .two-cols, .modal .modal-wrapper .modal-header .frame .two-cols, .modal .modal-wrapper .modal-body .frame .two-cols {
          box-sizing: border-box;
          padding: 0;
          font-size: .83em;
          -webkit-column-count: 2;
          -moz-column-count: 2;
          column-count: 2; }
          .modal .modal-wrapper .modal-container .frame .two-cols ol, .modal .modal-wrapper .modal-header .frame .two-cols ol, .modal .modal-wrapper .modal-body .frame .two-cols ol {
            margin-bottom: 20px;
            padding-left: 20px; }
            .modal .modal-wrapper .modal-container .frame .two-cols ol li, .modal .modal-wrapper .modal-header .frame .two-cols ol li, .modal .modal-wrapper .modal-body .frame .two-cols ol li {
              list-style: decimal;
              padding-left: 5px;
              font-weight: bold; }
              .modal .modal-wrapper .modal-container .frame .two-cols ol li ol, .modal .modal-wrapper .modal-header .frame .two-cols ol li ol, .modal .modal-wrapper .modal-body .frame .two-cols ol li ol {
                padding-top: 10px; }
                .modal .modal-wrapper .modal-container .frame .two-cols ol li ol li, .modal .modal-wrapper .modal-header .frame .two-cols ol li ol li, .modal .modal-wrapper .modal-body .frame .two-cols ol li ol li {
                  font-weight: normal;
                  padding-bottom: 5px; }
      .modal .modal-wrapper .modal-container small, .modal .modal-wrapper .modal-header small, .modal .modal-wrapper .modal-body small {
        font-weight: normal;
        font-weight: 1em; }
      .modal .modal-wrapper .modal-container h2, .modal .modal-wrapper .modal-header h2, .modal .modal-wrapper .modal-body h2 {
        line-height: 0.9;
        margin: 0 0 9px 0; }
      .modal .modal-wrapper .modal-container p, .modal .modal-wrapper .modal-header p, .modal .modal-wrapper .modal-body p {
        line-height: 20px;
        padding-top: 5px;
        margin-top: 0; }
    .modal .modal-wrapper .modal-footer {
      width: 100%;
      font-size: 0.813em; }
      .modal .modal-wrapper .modal-footer p {
        padding-top: 0; }
      .modal .modal-wrapper .modal-footer .remove {
        font-size: 16px;
        font-weight: bold;
        color: #f33a3a; }
  .modal.modal-sm .modal-wrapper {
    padding: 30px 35px;
    min-width: 260px; }
  .modal.modal-xg .modal-wrapper {
    width: 100%;
    max-width: 1080px;
    padding: 40px 60px; }
    @media (max-width: 767px) {
      .modal.modal-xg .modal-wrapper {
        padding: 20px 30px; } }
    .modal.modal-xg .modal-wrapper .modal-header h2 small {
      padding-top: 18px;
      font-size: 0.6em; }
    @media (max-width: 767px) {
      .modal.modal-xg .modal-wrapper .modal-header h2 {
        font-size: 1em; } }
  .modal.modal-xxl .modal-wrapper {
    width: 100%;
    margin-left: 50px;
    margin-right: 50px;
    max-width: 100%;
    padding: 45px 35px; }
  .modal.modal-xxl .modal-filters {
    display: flex; }
    .modal.modal-xxl .modal-filters > * {
      margin-right: 10px; }
  .modal.modal-xxl .table {
    font-size: 14px; }
    .modal.modal-xxl .table label {
      white-space: nowrap;
      display: flex;
      align-items: center; }
      .modal.modal-xxl .table label input {
        padding-top: 3px;
        padding-bottom: 3px;
        margin-left: 5px; }
  .modal.modal-lg .modal-wrapper {
    width: 100%;
    max-width: 900px;
    padding: 45px 60px; }
    .modal.modal-lg .modal-wrapper .modal-header h2 small {
      padding-top: 18px;
      font-size: 0.6em; }
    @media (max-width: 767px) {
      .modal.modal-lg .modal-wrapper .modal-header h2 {
        font-size: 1em; } }
  .modal.modal-md .modal-wrapper {
    width: 100%;
    max-width: 480px;
    padding: 40px 80px; }
    .modal.modal-md .modal-wrapper .modal-header h2 small {
      padding-top: 18px;
      font-size: 0.6em; }

body.modal-open {
  overflow-y: hidden; }

.subscribe {
  font-size: .83em;
  display: flex;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
  flex-wrap: wrap; }
  .subscribe h2 {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 5px; }
  .subscribe ::placeholder {
    color: #9a9a9a; }
  .subscribe input {
    width: 160px;
    background-color: #cccccc;
    display: flex;
    margin: 0 5px 0px 0;
    border-bottom: none;
    transition: .3s all;
    color: #fff;
    box-shadow: none; }
    @media only screen and (max-width: 768px) {
      .subscribe input {
        width: 100%; } }
    .subscribe input:active, .subscribe input:focus {
      background-color: #bfbfbf;
      box-shadow: 0 0 1px 2px #fff; }
  @media only screen and (max-width: 768px) {
    .subscribe .email {
      margin-top: 12px; } }
  @media only screen and (max-width: 768px) {
    .subscribe .btn {
      margin-top: 12px; } }
  .subscribe .message {
    position: absolute; }
    .subscribe .message p {
      display: flex;
      position: absolute;
      white-space: nowrap;
      background: #f00;
      color: white;
      top: 75px;
      padding: 5px;
      border-radius: 1px;
      left: -123px;
      display: none; }
      @media only screen and (max-width: 768px) {
        .subscribe .message p {
          display: flex;
          position: absolute;
          white-space: nowrap;
          background: red;
          color: #fff;
          top: 138px;
          padding: 5px;
          border-radius: 1px;
          left: -80px;
          display: none; } }

.page > *:not(.side) p {
  padding: 0 0 12px 0;
  text-align: justify;
  line-height: 1.5; }
.page > *:not(.side) li {
  text-align: justify;
  line-height: 1.5; }

.--cap-table-cell {
  border-radius: 7px;
  /* box-shadow: inset 0 0 10px #000; */
  /* padding: 15px; */
  border: 3px solid #000; }

.--cap-table-cell {
  display: flex;
  align-items: end; }
  .--cap-table-cell .--text {
    padding: 5px;
    color: #ffffff99; }
    .--cap-table-cell .--text.--size-1 {
      font-size: 36px; }
    .--cap-table-cell .--text.--size-2 {
      font-size: 28px; }
    .--cap-table-cell .--text.--size-3 {
      font-size: 24px; }
    .--cap-table-cell .--text.--size-4 {
      font-size: 22px; }
    .--cap-table-cell .--text.--size-5 {
      font-size: 20px; }
    .--cap-table-cell .--text .--num {
      font-size: .83em;
      font-weight: bold; }

.captable * {
  box-sizing: border-box; }

.contact .contato .write-message {
  margin-left: 5px;
  margin-bottom: 13px; }
.contact .contato input {
  padding-top: 2px; }
.contact .contato .button {
  font-size: 0.856em;
  margin-top: 7px;
  margin-bottom: 2px; }
.contact strong {
  line-height: 2.000em; }
@media only screen and (max-width: 768px) {
  .contact .btn {
    margin-top: 12px; } }
@media only screen and (max-width: 768px) {
  .contact .adress {
    margin-bottom: 12px; } }

.cards {
  background: #f0f0f0;
  width: 100vw;
  margin-left: -25px;
  margin-right: -25px;
  padding: 0 10px;
  box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    .cards {
      background: #f0f0f0;
      margin-left: -25px;
      margin-right: -25px;
      padding: 0 10px;
      box-sizing: border-box;
      width: auto; } }
  .cards .card {
    justify-content: space-between;
    flex-basis: calc(25% - 50px);
    padding: 10px;
    background: #fff;
    margin: 15px;
    border-radius: 3px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); }
    @media only screen and (max-width: 768px) {
      .cards .card {
        width: 100%;
        flex-basis: inherit;
        text-align: center; } }
    .cards .card img {
      width: 100%; }

.team .team-header img {
  width: 100%; }
.team li {
  list-style: none; }
  .team li a {
    width: 28px;
    height: 28px;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    background: #2f6498;
    border-radius: 14px;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff; }
    .team li a .linkedin {
      background: #0077b5; }
.team .card img {
  width: 100%;
  filter: grayscale(0.9);
  transition: .3s all; }
.team .card:hover img {
  filter: grayscale(0.15); }

@media only screen and (max-width: 768px) {
  .tabs ul.tabs-menu {
    align-items: center; } }
.tabs ul.tabs-menu li {
  list-style: none;
  margin-right: 20px; }
  .tabs ul.tabs-menu li a {
    transition: .3s all;
    display: block;
    padding-bottom: 15px; }
    .tabs ul.tabs-menu li a.active {
      font-weight: bold;
      color: #fff;
      box-shadow: 0 2px 0 0 #fff; }
      @media only screen and (max-width: 768px) {
        .tabs ul.tabs-menu li a.active {
          font-weight: bold;
          color: #fff;
          box-shadow: none; } }
    .tabs ul.tabs-menu li a:hover {
      color: #fff;
      text-decoration: none; }
.tabs .tabs-content {
  padding-top: 15px;
  border-top: 1px solid #212121; }

.posts {
  width: 100%;
  position: relative; }
  .posts a {
    float: right;
    color: #fff; }
  .posts p {
    line-height: 1.5em;
    padding-top: 10px; }
  .posts.unique-post .post:nth-child(1) {
    height: 410px; }
  .posts.double-posts {
    column-count: 2;
    column-gap: 10px; }
    .posts.double-posts .post {
      height: 410px; }
  .posts.multi-posts {
    column-count: 2;
    column-gap: 10px; }
    .posts.multi-posts .post {
      height: 200px; }
      .posts.multi-posts .post:nth-child(1) {
        height: 410px; }
  .posts .post {
    background: #fff;
    flex-basis: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    background-size: cover;
    display: flex;
    align-items: stretch;
    align-content: stretch;
    white-space: nowrap;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    break-inside: avoid;
    /* IE 10+ */ }
    .posts .post .post-content {
      flex-basis: 100%;
      padding: 10px;
      display: flex;
      align-items: flex-end;
      align-content: flex-end;
      flex-wrap: wrap;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent); }
      .posts .post .post-content > * {
        color: #fff;
        flex-basis: 100%; }
      .posts .post .post-content h1 {
        cursor: pointer;
        font-size: 2em;
        white-space: normal; }
    .posts .post h4 {
      align-self: flex-start; }
    .posts .post img {
      height: 100%;
      width: auto; }

.post-single p {
  line-height: 1.5em;
  padding: 0 5px 5px 0; }

@media only screen and (max-width: 768px) {
  .work-with-us .btn {
    margin-bottom: 12px;
    margin-top: 12px; } }
.work-with-us img {
  width: 101%;
  height: 89%; }
  @media only screen and (max-width: 768px) {
    .work-with-us img {
      width: 100%; } }
.work-with-us .modal {
  text-align: center;
  word-spacing: 2px; }

@media only screen and (max-width: 768px) {
  .list-page h1 {
    text-transform: none;
    display: flex;
    justify-content: center; } }
@media only screen and (max-width: 768px) {
  .list-page .tabs .tabs-menu {
    justify-content: center;
    display: block;
    text-align: center; } }
.list-page .tabs .tabs-content .search {
  position: relative;
  max-width: 300px; }
  @media only screen and (max-width: 769px) {
    .list-page .tabs .tabs-content .search {
      flex-basis: 100%;
      max-width: none; } }
  .list-page .tabs .tabs-content .search input {
    width: 100%;
    background: #fff;
    margin-bottom: 7px;
    padding-right: 20px;
    box-shadow: none;
    border: 1px solid #212121;
    background: #fcfcfc; }
    .list-page .tabs .tabs-content .search input:focus {
      background: #fff; }
  .list-page .tabs .tabs-content .search i {
    font-size: 18px;
    position: absolute;
    top: 12px;
    right: 0; }
.list-page .tabs .tabs-content .totalizer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1 1 10%; }
  @media only screen and (max-width: 768px) {
    .list-page .tabs .tabs-content .totalizer {
      margin-left: auto;
      flex-wrap: wrap;
      text-align: center;
      justify-content: center;
      margin-bottom: 12px; } }
  .list-page .tabs .tabs-content .totalizer span {
    padding: 0 5px 0 10px; }
  @media only screen and (max-width: 768px) {
    .list-page .tabs .tabs-content .totalizer {
      margin-left: auto;
      flex-wrap: wrap; } }
.list-page .tabs .pagination {
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 768px) {
    .list-page .tabs .pagination {
      display: -webkit-box;
      align-items: center;
      display: flex;
      flex-direction: inherit; } }
.list-page .tabs li {
  margin-top: 15px;
  margin-right: 15px; }
  @media only screen and (max-width: 768px) {
    .list-page .tabs li {
      margin-right: 30px;
      margin-top: 30px; } }
  .list-page .tabs li.active, .list-page .tabs li:hover {
    color: #fff;
    text-decoration: underline; }
    .list-page .tabs li.active a, .list-page .tabs li:hover a {
      transition: .3s all; }

.response {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column-reverse;
  z-index: 10002; }
  .response .message {
    border-radius: 3px;
    color: #fff;
    display: flex;
    margin: 10px 10px 10px 0;
    align-items: stretch;
    align-content: stretch;
    padding: 0 0 0 10px; }
    .response .message.success {
      background: #3bae71; }
    .response .message.error {
      background: #f33a3a; }
    .response .message ul {
      padding: 10px; }
      .response .message ul li {
        display: flex; }
        .response .message ul li > i {
          color: rgba(0, 0, 0, 0.25);
          font-size: 1.2em; }
    @media only screen and (max-width: 768px) {
      .response .message {
        position: fixed;
        top: 329px;
        right: 39px;
        padding: 10px;
        background: green;
        border-radius: 3px;
        color: #fff; } }
  .response .close {
    padding: 5px;
    color: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center; }
    .response .close i {
      font-size: 1.5em; }

.cov-vue-date {
  width: 100%; }
  .cov-vue-date .date-pickbox input {
    box-sizing: border-box;
    padding-right: 10px;
    padding-bottom: 15px; }

.datepicker-overlay {
  background: rgba(178, 178, 178, 0.8);
  z-index: 9999;
  padding: 50px 0;
  height: 100vh;
  box-sizing: border-box;
  overflow-y: visible; }
  .datepicker-overlay .cov-date-body {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    border-radius: 5px;
    background: transparent;
    box-shadow: rgba(0, 0, 0, 0.09) 0 10px 30px;
    min-height: 480px;
    overflow-y: auto; }
    .datepicker-overlay .cov-date-body .cov-date-monthly {
      background: #fb6e52; }
    .datepicker-overlay .cov-date-body .cov-date-box {
      color: #4c4c4c; }
      .datepicker-overlay .cov-date-body .cov-date-box .day {
        color: #4c4c4c; }
        .datepicker-overlay .cov-date-body .cov-date-box .day.passive-day {
          color: #b2b2b2; }
          .datepicker-overlay .cov-date-body .cov-date-box .day.passive-day.unavailable {
            color: #a0a0a0; }
        .datepicker-overlay .cov-date-body .cov-date-box .day.unavailable {
          color: #c0c0c0; }
        .datepicker-overlay .cov-date-body .cov-date-box .day:hover {
          border-radius: 3px; }
        .datepicker-overlay .cov-date-body .cov-date-box .day.checked {
          background: #3bae71;
          color: #fff; }
        .datepicker-overlay .cov-date-body .cov-date-box .day.week-selection {
          background: rgba(234, 234, 234, 0.9);
          color: #4c4c4c;
          border-radius: 0; }
          .datepicker-overlay .cov-date-body .cov-date-box .day.week-selection:last-child {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px; }
            .datepicker-overlay .cov-date-body .cov-date-box .day.week-selection:last-child:hover {
              border-top-right-radius: 3px;
              border-bottom-right-radius: 3px; }
          .datepicker-overlay .cov-date-body .cov-date-box .day.week-selection:first-child {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px; }
            .datepicker-overlay .cov-date-body .cov-date-box .day.week-selection:first-child:hover {
              border-top-right-radius: 3px;
              border-bottom-right-radius: 3px; }
        .datepicker-overlay .cov-date-body .cov-date-box .day.week-checked {
          background: rgba(59, 174, 113, 0.9);
          color: #fff; }
          .datepicker-overlay .cov-date-body .cov-date-box .day.week-checked:last-child {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px; }
          .datepicker-overlay .cov-date-body .cov-date-box .day.week-checked:first-child, .datepicker-overlay .cov-date-body .cov-date-box .day.week-checked.checked {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px; }
      .datepicker-overlay .cov-date-body .cov-date-box span {
        background: #3bae71; }
    .datepicker-overlay .cov-date-body .button-box {
      padding-bottom: 15px; }
      .datepicker-overlay .cov-date-body .button-box span {
        transition: all .2s;
        border: none;
        border-radius: 3px;
        color: #fff;
        font-size: 1em;
        font-weight: 700;
        line-height: 1;
        padding: 14px 30px;
        background: #b2b2b2; }
        .datepicker-overlay .cov-date-body .button-box span:hover, .datepicker-overlay .cov-date-body .button-box span:active {
          background: #9c9c9c;
          outline: 0; }
        .datepicker-overlay .cov-date-body .button-box span:last-child {
          background: #3bae71; }
          .datepicker-overlay .cov-date-body .button-box span:last-child:hover, .datepicker-overlay .cov-date-body .button-box span:last-child:active {
            background: #359b65;
            outline: 0; }

#canvas-holder {
  width: 100%;
  margin-top: 50px;
  text-align: center; }

#chartjs-tooltip {
  opacity: 1;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  border-radius: 3px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px; }

.text-orange {
  color: #fb6e52 !important; }

.text-white {
  color: #ffffff; }

.text-green {
  color: #3bae71; }

.text-blue {
  color: #fff; }

.text-red {
  color: #f33a3a; }

.text-light-gray {
  color: #3a4a4a; }

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

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

.font-small {
  font-size: 0.750em; }

.quotation .option-list,
.radio-options span {
  color: #fafafa; }

i {
  font-style: italic; }

@media print {
  header nav,
  .heading span a,
  .subscribe {
    display: none !important;
    opacity: 0; } }
.kpi-details .modal-header h3 {
  color: #333; }

.reset {
  color: #555; }
  .reset p {
    font-size: .83em;
    line-height: 1.5; }
  .reset ul {
    padding-top: 5px;
    padding-bottom: 8px; }
    .reset ul li {
      list-style: disc;
      font-size: .83em;
      line-height: 1.5; }
  .reset b {
    font-weight: bold; }
  .reset table td {
    border: 1px solid #ddd; }
  .reset table th {
    background: #fafafa; }

.home .outline, .link, .home header ul li a:hover {
  color: #fff; }

.home header ul li ul li a {
  color: #4c4c4c; }
  .home header ul li ul li a:hover {
    color: #fff; }

@media only screen and (max-width: 768px) {
  .hide-mobile {
    display: none !important; } }

.only-mobile {
  display: none !important; }
  @media only screen and (max-width: 768px) {
    .only-mobile {
      display: block !important; }
      .only-mobile.flex {
        display: flex !important; } }

@media only screen and (max-width: 768px) {
  .min-tables-mobile {
    min-width: 720px; } }

@media only screen and (max-width: 768px) {
  .margin-top-mobile {
    margin-top: 12px; } }

@media only screen and (max-width: 768px) {
  .margin-bottom-mobile {
    margin-bottom: 12px; } }

@media only screen and (max-width: 768px) {
  .margin-top-bottom-mobile {
    margin-top: 12px;
    margin-bottom: 12px; } }

@media only screen and (max-width: 768px) {
  .bottom-line {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.25); } }

@media only screen and (max-width: 768px) {
  .text-align-mobile {
    text-align: center; } }

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