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,
q:before, q:after {
  content: "";
  content: none;
}

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

/*!
 * Bootstrap Grid v4.0.0-beta.3 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 5px;
}

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

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

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

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

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 993px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(8.333333% - 10px);
    flex: 0 0 calc(8.333333% - 10px);
    max-width: calc(8.333333% - 10px);
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(16.666667% - 10px);
    flex: 0 0 calc(16.666667% - 10px);
    max-width: calc(16.666667% - 10px);
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333333% - 10px);
    flex: 0 0 calc(33.333333% - 10px);
    max-width: calc(33.333333% - 10px);
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(41.666667% - 10px);
    flex: 0 0 calc(41.666667% - 10px);
    max-width: calc(41.666667% - 10px);
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(58.333333% - 10px);
    flex: 0 0 calc(58.333333% - 10px);
    max-width: calc(58.333333% - 10px);
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(66.666667% - 10px);
    flex: 0 0 calc(66.666667% - 10px);
    max-width: calc(66.666667% - 10px);
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(75% - 10px);
    flex: 0 0 calc(75% - 10px);
    max-width: calc(75% - 10px);
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(83.333333% - 10px);
    flex: 0 0 calc(83.333333% - 10px);
    max-width: calc(83.333333% - 10px);
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(91.666667% - 10px);
    flex: 0 0 calc(91.666667% - 10px);
    max-width: calc(91.666667% - 10px);
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 10px);
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: calc(8.333333% - 10px);
  }
  .offset-md-2 {
    margin-left: calc(16.666667% - 10px);
  }
  .offset-md-3 {
    margin-left: calc(25% - 10px);
  }
  .offset-md-4 {
    margin-left: calc(33.333333% - 10px);
  }
  .offset-md-5 {
    margin-left: calc(41.666667% - 10px);
  }
  .offset-md-6 {
    margin-left: calc(50% - 10px);
  }
  .offset-md-7 {
    margin-left: calc(58.333333% - 10px);
  }
  .offset-md-8 {
    margin-left: calc(66.666667% - 10px);
  }
  .offset-md-9 {
    margin-left: calc(75% - 10px);
  }
  .offset-md-10 {
    margin-left: calc(83.333333% - 10px);
  }
  .offset-md-11 {
    margin-left: calc(91.666667% - 10px);
  }
}
@media (min-width: 1280px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

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

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

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.header {
  z-index: 20;
  background-color: #ECE5C7;
  height: 116px;
}
.header .logo {
  text-align: center;
  margin-top: 20px;
}
.header .logo .img {
  display: inline-block;
  vertical-align: middle;
}
.header .logo .description {
  display: inline-block;
  vertical-align: middle;
  font-family: "Rubik Mono One", sans-serif;
  font-size: 20px;
}
.header .logo .description a {
  text-decoration: none;
  color: #354259;
}
.header .navigation {
  margin-top: 30px;
}
.header .navigation ul {
  margin-top: 10px;
  font-family: "Dosis", sans-serif;
  font-size: 18px;
}
.header .navigation ul li {
  display: inline-block;
  padding: 15px;
  cursor: pointer;
  border-radius: 5px;
}
.header .navigation ul li:hover {
  background-color: #CDC2AE;
}
@media (max-width: 992px) {
  .header .navigation {
    background-color: #354259;
    display: none;
  }
  .header .navigation ul {
    margin-top: 10px;
    font-family: "Dosis", sans-serif;
    font-size: 18px;
    color: #fff;
  }
  .header .navigation ul li {
    display: block;
    padding: 15px;
    cursor: pointer;
    border-radius: 0;
  }
  .header .navigation ul li:hover {
    background-color: #CDC2AE;
  }
}
@media (min-width: 992px) {
  .header .navigation {
    display: block;
  }
}
.header .menu-toggle {
  position: relative;
  display: none;
  float: right;
  margin-top: 40px;
}
.header .menu-toggle img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .header .menu-toggle {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    margin-right: 60px;
  }
}
@media (max-width: 992) {
  .header .logo .img {
    margin-top: 100%;
    display: inline-block;
  }
  .header .logo .description {
    display: inline-block;
    font-family: "Rubik Mono One", sans-serif;
    color: #354259;
    display: flex;
  }
  .header .navigation ul {
    margin-top: 8px;
    font-family: "Dosis", sans-serif;
    font-size: 15px;
  }
  .header .navigation ul li {
    display: inline-block;
    padding: 15px;
    cursor: pointer;
    border-radius: 5px;
  }
  .header .navigation ul li:hover {
    background-color: #CDC2AE;
  }
}
@media (max-width: 992px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}

.carrousel {
  background-color: #C2DED1;
}
.carrousel .description {
  margin-top: 100px;
  padding: 20px;
}
.carrousel .description h1 {
  font-family: "Rubik Mono One", sans-serif;
  font-size: 50px;
  color: #354259;
}
.carrousel .description p {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
}
.carrousel .description .botao-principal {
  font-size: 30px;
  border-radius: 5px;
  width: 100%;
  padding: 15px;
  margin-top: 35px;
  cursor: pointer;
  background-color: #354259;
  color: #CDC2AE;
  border: none;
}
.carrousel .description .botao-principal:hover {
  background-color: #414d62;
}
.carrousel .img {
  padding: 20px;
}
.carrousel .img img {
  max-width: 650px;
}
@media (max-width: 1200px) {
  .carrousel .img {
    padding: 20px;
  }
  .carrousel .img img {
    width: 400px;
  }
  .carrousel .description {
    margin-top: 50px;
    padding: 20px;
  }
  .carrousel .description h1 {
    font-family: "Rubik Mono One", sans-serif;
    font-size: 50px;
    color: #354259;
  }
  .carrousel .description p {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .carrousel .img {
    text-align: center;
    padding: 20px;
  }
  .carrousel .img img {
    width: 500px;
  }
  .carrousel .description {
    margin-top: 50px;
    padding: 20px;
  }
  .carrousel .description h1 {
    font-family: "Rubik Mono One", sans-serif;
    font-size: 45px;
    color: #354259;
  }
  .carrousel .description p {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
  }
}
@media (max-width: 855px) {
  .carrousel .img {
    padding: 20px;
  }
  .carrousel .img img {
    width: 500px;
  }
}
@media (max-width: 768px) {
  .carrousel .img {
    padding-left: 0%;
  }
  .carrousel h1 {
    font-family: "Rubik Mono One", sans-serif;
    font-size: 30px;
    color: #354259;
  }
  .carrousel p {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .carrousel {
    margin-top: 116px;
  }
}

.map .map-info {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  width: 20px;
  height: 20px;
}
.map .map-info a {
  color: #91C483;
}

footer {
  min-height: 260px;
  width: 100%;
  background-color: #ECE5C7;
  margin-top: 10px;
}
footer .info-footer {
  padding: 0px;
  text-align: center;
}
footer .info-footer img {
  width: 35%;
}
footer .titulos-parca {
  margin-bottom: 20px;
  padding-top: 10px;
  font-family: "Rubik Mono One", sans-serif;
  color: #354259;
  font-size: 20px;
}
footer .ufsc_logo {
  margin-top: -20px;
}

.map {
  width: 100%;
  padding-top: 70%;
  z-index: 0;
}

.modal {
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: scroll;
}
.modal .modal-content-mapa {
  display: block;
  width: 95%;
  height: 95%;
  background-color: #fff;
  border-radius: 20px;
  margin: auto;
  margin-top: 50px;
  padding: 30px;
}
.modal .modal-content-mapa .map {
  height: 97%;
  width: 100%;
  padding: 50px;
}

.modal-content {
  width: 400px;
  height: auto;
  background-color: #fff;
  border-radius: 20px;
  margin: auto;
  margin-top: auto;
  padding: 30px;
}
.modal-content hr {
  border: none;
  height: 2px;
  background-color: black;
}

#modal-site .modal-content {
  height: 250px;
}
#modal-site hr {
  border: 1px solid black;
  background: black;
}
#modal-site #site-exibir {
  text-align: center;
  min-height: 50px;
}
#modal-site #site-exibir a {
  display: block;
  margin-top: 10px;
  font-size: 22px;
  width: 200px;
  background: #91C483;
  padding: 10px;
  text-decoration: none;
  margin-left: 20%;
  color: #ECE5C7;
}
#modal-site #site-exibir a:hover {
  background: #4c783f;
  color: #d6ca95;
}

.modal-header {
  text-align: center;
}
.modal-header h2 {
  margin-top: -30px;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #354259;
}
.modal-header p {
  margin-top: 25px;
  font-family: "Dosis", sans-serif;
  font-size: 22px;
}

.modal-button-close {
  position: relative;
  top: -20px;
  left: 330px;
  cursor: pointer;
  background: #354259;
  color: #CDC2AE;
  border: none;
  width: 30px;
  height: 30px;
  font-size: 22px;
}
.modal-button-close:hover {
  background-color: #414d62;
  box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.6);
}

.modal .modal-content .titulo-modal {
  font-family: "Rubik Mono One", sans-serif;
  font-size: 20px;
  color: #354259;
}
.modal #mapa-interacao-corpo p {
  font-family: "Rubik Mono One", sans-serif;
  font-size: 15px;
  color: #354259;
}
.modal #mapa-interacao-corpo p span {
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  color: black;
}
.modal .modal-footer {
  font-family: "Rubik Mono One", sans-serif;
  font-size: 15px;
  color: #354259;
}
.modal .modal-footer button {
  border: none;
  border-radius: 5px;
  width: 100%;
  display: block;
  background-color: #40506b;
}
.modal .modal-footer button:hover {
  cursor: pointer;
  background-color: #40506b;
  box-shadow: 2px 2px 10px #535353;
}
.modal .modal-footer button:active {
  background-color: #4f5e77;
}
.modal .modal-footer button:active:hover {
  box-shadow: 2px 2px 10px #535353;
}
.modal .modal-footer button a {
  padding: 10px;
  font-family: "Dosis", sans-serif;
  text-decoration: none;
  color: #cacfb8;
  font-size: 18px;
  display: block;
  width: 100%;
  height: 100%;
}

.modal-filtro hr {
  border: solid 1px #354259;
  background: #354259;
}
.modal-filtro p {
  font-family: "Dosis", sans-serif;
  font-size: 25px;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #CDC2AE;
}
.modal-filtro a {
  text-align: center;
  text-decoration: none;
  background: #485a79;
  color: #CDC2AE;
  border: none;
  width: 100%;
  height: 50px;
  margin-top: 4px;
  padding: 15px;
}
.modal-filtro a:hover {
  background-color: #414d62;
}
.modal-filtro button {
  cursor: pointer;
  background: #485a79;
  color: #CDC2AE;
  border: none;
  width: 100%;
  height: 50px;
  margin-top: 4px;
}
.modal-filtro button:hover {
  background-color: #414d62;
}
.modal-filtro .closebtn {
  margin-left: 97%;
  height: auto;
  width: auto;
  font-size: 20px;
}
.modal-filtro .alinhar {
  text-align: center;
}
.modal-filtro .alinhar button {
  margin-right: 15%;
}
.modal-filtro #ver-mapa {
  margin-top: 100px;
}
.modal-filtro .filtro-selecao {
  background-color: #414d62;
  padding: 10px;
}
.modal-filtro form {
  text-align: center;
  color: #C2DED1;
  padding: 10px;
}
.modal-filtro form a {
  display: block;
}
.modal-filtro form label {
  font-size: 25px;
}
.modal-filtro form select {
  margin-top: 10px;
  cursor: pointer;
  box-shadow: none;
  border-radius: 7px;
  height: 40px;
  width: 99%;
  padding: 5px;
  font-size: 16px;
  font-family: "Dosis", sans-serif;
}

#filtro {
  cursor: pointer;
  background: #475368;
  position: fixed;
  bottom: 25px;
  right: 25px;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  text-align: center;
  z-index: 10;
}
#filtro img {
  margin-top: 23px;
  width: 30px;
}
#filtro:hover {
  background: #5a6880;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

#parceiros #titulo_parceiros {
  display: inline-block;
  font-family: "Rubik Mono One", sans-serif;
  font-size: 22px;
  color: #354259;
  margin-top: 20px;
}
#parceiros .parceiro {
  text-align: center;
  height: 10%;
  border-radius: 5px;
  padding: 50px 20px;
  /*&:hover
  {          
      cursor:pointer;
      .parceiro-nome
      {                                
          transition: 0.9;
          visibility: visible;
          opacity: 1;
          border-radius: 5px;
      }

  }*/
}
#parceiros .parceiro img {
  max-width: 60%;
}
#parceiros .parceiro .parceiro-nome {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 20%;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  background-color: #FFF;
  padding: 30px;
  font-size: 15px;
  font-family: "Rubik Mono One", sans-serif;
}
@media (max-width: 768px) {
  #parceiros .parceiro img {
    max-width: 40%;
    margin-top: 10%;
  }
}

.website-explaining .informacoes-textuais p {
  font-family: "Dosis", sans-serif;
  font-size: 30px;
  margin-top: 20%;
  text-align: justify;
}
.website-explaining .informacoes-textuais .button_redirect {
  display: block;
  font-family: "Dosis", sans-serif;
  font-size: 24px;
  margin-top: 50px;
  text-align: center;
  padding: 15px;
  border: none;
  border-radius: 5px;
  color: #354259;
  background-color: #C2DED1;
  text-decoration: none;
}
.website-explaining .informacoes-textuais .button_redirect:hover {
  cursor: pointer;
  background-color: rgb(247, 178, 88);
  color: #40506b;
  box-shadow: 2px 2px 10px #535353;
}
.website-explaining .informacoes-textuais .button_redirect:active {
  background-color: gb(243, 170, 74);
}
.website-explaining .informacoes-textuais .button_redirect:active:hover {
  box-shadow: 2px 2px 10px #535353;
}
.website-explaining .imagem .img {
  text-align: center;
}
.website-explaining .imagem .img img {
  max-width: 350px;
  margin-top: 10%;
}

.user .menu-avatar0 {
  padding: 9%;
  padding-right: 1%;
  background-color: rgb(203, 218, 231);
  border-radius: 35px;
  margin-top: 5%;
  margin-bottom: 5%;
}
.user .menu-avatar0 .name-user {
  text-align: center;
  font-size: 25px;
  font-family: "Kanit", sans-serif;
  color: "Rubik Mono One", sans-serif;
  position: absolute;
  top: 15%;
}
.user .menu-avatar0 .descricao {
  font-size: 20px;
  font-family: "Kanit", sans-serif;
  color: "Rubik Mono One", sans-serif;
  position: absolute;
  left: 3%;
}
.user .menu-avatar0 .img-user {
  width: 75px;
  position: absolute;
  left: 5%;
  top: 5%;
}
.user .menu-avatar1 {
  padding: 9%;
  padding-right: 1%;
  background-color: rgb(203, 218, 231);
  border-radius: 35px;
  margin-top: 5%;
  margin-bottom: 5%;
}
.user .menu-avatar1 .qtde-alunos {
  text-align: center;
  font-size: 30px;
  font-family: "Kanit", sans-serif;
  color: "Rubik Mono One", sans-serif;
  position: absolute;
  top: 40%;
  right: 3%;
}
.user .menu-avatar1 .titulo-alunos {
  font-size: 35px;
  font-family: "Kanit", sans-serif;
  color: "Rubik Mono One", sans-serif;
  position: absolute;
  right: 3%;
}
.user .menu-avatar1 .img-alunos {
  width: 75px;
  position: absolute;
  left: 5%;
  top: 5%;
}
.user .menu-avatar2 {
  padding: 9%;
  padding-right: 1%;
  background-color: rgb(203, 218, 231);
  border-radius: 35px;
  margin-top: 5%;
  margin-bottom: 5%;
}
.user .menu-avatar2 .qtde-cursos {
  text-align: center;
  font-size: 30px;
  font-family: "Kanit", sans-serif;
  color: "Rubik Mono One", sans-serif;
  position: absolute;
  top: 40%;
  right: 8%;
}
.user .menu-avatar2 .titulo-cursos {
  font-size: 35px;
  font-family: "Kanit", sans-serif;
  color: "Rubik Mono One", sans-serif;
  position: absolute;
  right: 3%;
}
.user .menu-avatar2 .img-cursos {
  width: 75px;
  position: absolute;
  left: 5%;
  top: 5%;
}
.user .menu-avatar3 {
  padding: 9%;
  padding-right: 1%;
  background-color: rgb(203, 218, 231);
  border-radius: 35px;
  margin-top: 5%;
  margin-bottom: 5%;
}
.user .menu-avatar3 .qtde-campus {
  text-align: center;
  font-size: 30px;
  font-family: "Kanit", sans-serif;
  color: "Rubik Mono One", sans-serif;
  position: absolute;
  top: 40%;
  right: 8%;
}
.user .menu-avatar3 .titulo-campus {
  font-size: 35px;
  font-family: "Kanit", sans-serif;
  color: "Rubik Mono One", sans-serif;
  position: absolute;
  right: 3%;
}
.user .menu-avatar3 .img-campus {
  width: 75px;
  position: absolute;
  left: 5%;
  top: 5%;
}

.body-dashboard {
  background-color: rgb(228, 235, 241);
}

.wrapper {
  width: 100%;
}
.wrapper #sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 999;
  background: aliceblue;
  transition: all 0.3s;
  padding: 20px;
}
.wrapper #sidebar .menu-principal .dropdown1 {
  position: relative;
}
.wrapper #sidebar .menu-principal .dropdown2 {
  position: relative;
}
.wrapper #sidebar .menu-principal .dropdown3 {
  position: relative;
}
.wrapper #sidebar .menu-principal .dropdown4 {
  position: relative;
}
.wrapper #sidebar .menu-principal .section {
  font-size: 25px;
  margin-bottom: 25%;
  margin-top: 10%;
  font-family: "Kanit", sans-serif;
  color: "Rubik Mono One", sans-serif;
}
.wrapper #sidebar .menu-principal .item {
  font-size: 18px;
  margin-top: 5%;
}
.wrapper #sidebar .menu-principal .item .titulo-menu {
  font-size: 20px;
  margin-bottom: 10%;
  margin-top: 20%;
  font-family: "Kanit", sans-serif;
  color: #17a2b8;
}
.wrapper #sidebar .menu-principal .item a {
  display: block;
  text-decoration: none;
  font-family: "Kanit", sans-serif;
  margin-top: 14px;
  color: #354259;
}
.wrapper #sidebar .menu-principal .item a .img-right {
  width: 14px;
  float: right;
  padding-top: 3px;
}
.wrapper #sidebar .menu-principal .item a:hover {
  background-color: #e4e2e2;
}
.wrapper #sidebar .menu-principal .item a:hover a {
  color: #17a2b8;
}
.wrapper #sidebar .menu-principal .item a .img-left {
  width: 17px;
  float: left;
  padding-top: 1px;
  margin-right: 20px;
  opacity: 50%;
}
.wrapper #sidebar .menu-principal .item .sub-menu {
  margin-bottom: 40px;
}
.wrapper #sidebar .menu-principal .item .sub-menu .item-sub-menu {
  font-size: 14px;
  margin-left: 50px;
  font-family: "Kanit", sans-serif;
  color: #354259;
  margin-top: 2px;
}
.wrapper #sidebar .logo-dashboard {
  text-align: center;
}
.wrapper #sidebar .logo-dashboard img {
  width: 35%;
}

.formularios .img-dropdown {
  width: 25px;
  float: right;
  opacity: 70%;
}
.formularios .form {
  padding: 2%;
}
.formularios .form .label {
  font-size: 20px;
  font-family: "Kanit", sans-serif;
  color: "Rubik Mono One", sans-serif;
  opacity: 70%;
}
.formularios .form input {
  padding: 10px;
  border-radius: 5px;
}
.formularios .form select {
  border: none;
  border-radius: 7px;
  height: 40px;
  box-shadow: 1px 1px 3px rgb(165, 165, 165);
  width: 100%;
  font-family: "Roboto", sans-serif;
  padding: 5px;
  font-size: 16px;
}
.formularios .form select:focus {
  outline: none;
}
.formularios .form .titulo {
  font-size: 25px;
  font-family: "Kanit", sans-serif;
  color: "Rubik Mono One", sans-serif;
  margin-top: 2%;
  margin-bottom: 1%;
  opacity: 70%;
}
.formularios .dropdown-adm-campus1 {
  font-size: 25px;
  margin: 1%;
  padding: 1%;
  font-family: "Kanit", sans-serif;
  color: aliceblue;
  position: relative;
  background-color: #17a2b8;
  border-radius: 5px;
}
.formularios:hover {
  cursor: pointer;
}
.formularios .dropdown-adm-campus2 {
  font-size: 25px;
  margin: 1%;
  padding: 1%;
  font-family: "Kanit", sans-serif;
  color: aliceblue;
  position: relative;
  background-color: #17a2b8;
  border-radius: 5px;
}
.formularios:hover {
  cursor: pointer;
}
.formularios .dropdown-adm-campus3 {
  font-size: 25px;
  margin: 1%;
  padding: 1%;
  font-family: "Kanit", sans-serif;
  color: aliceblue;
  position: relative;
  background-color: #17a2b8;
  border-radius: 5px;
}
.formularios:hover {
  cursor: pointer;
}
.formularios .dropdown-adm-campus4 {
  font-size: 25px;
  margin: 1%;
  padding: 1%;
  font-family: "Kanit", sans-serif;
  color: aliceblue;
  position: relative;
  background-color: #17a2b8;
  border-radius: 5px;
}
.formularios:hover {
  cursor: pointer;
}
.formularios .dropdown-adm-cursos-1 {
  font-size: 25px;
  margin: 1%;
  padding: 1%;
  font-family: "Kanit", sans-serif;
  color: aliceblue;
  position: relative;
  background-color: #17a2b8;
  border-radius: 5px;
}
.formularios:hover {
  cursor: pointer;
}
.formularios .dropdown-adm-cursos1 {
  font-size: 25px;
  margin: 1%;
  margin-bottom: 1%;
  padding: 1%;
  font-family: "Kanit", sans-serif;
  color: aliceblue;
  position: relative;
  background-color: #17a2b8;
  border-radius: 5px;
}
.formularios:hover {
  cursor: pointer;
}
.formularios .dropdown-adm-cursos2 {
  font-size: 25px;
  margin: 1%;
  padding: 1%;
  font-family: "Kanit", sans-serif;
  color: aliceblue;
  position: relative;
  background-color: #17a2b8;
  border-radius: 5px;
}
.formularios:hover {
  cursor: pointer;
}
.formularios .dropdown-adm-instituicao1 {
  font-size: 25px;
  margin: 1%;
  padding: 1%;
  font-family: "Kanit", sans-serif;
  color: aliceblue;
  position: relative;
  background-color: #17a2b8;
  border-radius: 5px;
}
.formularios:hover {
  cursor: pointer;
}
.formularios .dropdown-adm-instituicao2 {
  font-size: 25px;
  margin: 1%;
  padding: 1%;
  font-family: "Kanit", sans-serif;
  color: aliceblue;
  position: relative;
  background-color: #17a2b8;
  border-radius: 5px;
}
.formularios:hover {
  cursor: pointer;
}
.formularios .dropdown-adm-instituicao3 {
  font-size: 25px;
  margin: 1%;
  padding: 1%;
  font-family: "Kanit", sans-serif;
  color: aliceblue;
  position: relative;
  background-color: #17a2b8;
  border-radius: 5px;
}
.formularios:hover {
  cursor: pointer;
}
.formularios .dropdown-adm-instituicao4 {
  font-size: 25px;
  margin: 1%;
  padding: 1%;
  font-family: "Kanit", sans-serif;
  color: aliceblue;
  position: relative;
  background-color: #17a2b8;
  border-radius: 5px;
}
.formularios:hover {
  cursor: pointer;
}

.button-adm {
  margin-top: 25px;
  border: none;
  border-radius: 5px;
  background: aliceblue;
  font-size: 20px;
  color: #17a2b8;
  font-family: "Kanit", sans-serif;
}
.button-adm:hover {
  cursor: pointer;
  background-color: #17a2b8;
  color: aliceblue;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.295);
}
.button-adm:active {
  background-color: #148fa1;
  padding-bottom: 2px;
}
.button-adm:active:hover {
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.295);
}

.login_admin {
  text-align: center;
  margin-top: 18%;
}
.login_admin img {
  margin-left: 50px;
  width: 50px;
  margin-bottom: 15px;
}
.login_admin div {
  margin-bottom: 10px;
}
.login_admin div input {
  width: 200px;
  box-shadow: none;
  padding: 3px;
  height: 20px;
  border-radius: 0%;
  border: 1px solid black;
}
.login_admin div input:focus {
  border-radius: 3px;
  border: 2px solid black;
}
.login_admin label {
  margin-right: 15px;
}

button {
  width: 270px;
}

.mensagem_alerta {
  display: block;
  text-align: center;
  margin-top: 25px;
}

.alerta-erro {
  background: rgba(255, 0, 0, 0.493);
  padding: 15px;
  font-size: 25px;
  display: block;
  display: inline;
  font-family: "Dosis", sans-serif;
}

.infos {
  text-align: center;
}
.infos .info-titulos {
  display: inline-block;
  font-family: "Rubik Mono One", sans-serif;
  font-size: 20px;
  color: #354259;
  margin-top: 20px;
  margin-bottom: 20px;
}
.infos .background-instituicoes {
  height: 300px;
  background-color: #EFF5F5;
  padding: 20px;
  margin-top: 10px;
  border-radius: 10px;
}
.infos .background-instituicoes:hover {
  box-shadow: 2px 2px 10px #535353;
}
.infos .background-instituicoes:nth-child(odd) {
  background-color: #D6E4E5;
}
.infos .background-instituicoes img {
  max-width: 100px;
}
.infos .background-instituicoes .info {
  margin-top: 20px;
}
.infos .background-instituicoes .info .subtitulo {
  font-family: "Dosis", sans-serif;
  font-size: 24px;
  color: #354259;
  text-align: left;
  text-align: center;
}
.infos .background-instituicoes .info .subtitulo #redirec-site:hover {
  cursor: pointer;
}

.cards .collapsible {
  margin-top: 20px;
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-family: "Oxygen", monospace, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}
.cards .collapsible:hover, .cards .collapsible:active {
  background-color: rgba(204, 204, 204, 0.8);
}
.cards .content {
  background: rgb(204, 204, 204);
  border-radius: 0px 0px 25px 25px;
  padding: 10px;
}
.cards .card {
  margin-top: 5px;
  border-radius: 25px;
  min-height: 270px;
  text-align: center;
}
.cards .card h4 {
  font-family: "Oxygen", monospace, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 16 px;
  color: #ccfe15;
  padding-top: 10px;
  text-shadow: 0px 2px 1px #4c6100;
}
.cards .card .icon img {
  margin-top: 10px;
  max-width: 55px;
}
.cards .card p {
  color: rgb(255, 255, 255);
  text-shadow: -1px 1px 0px rgb(65, 65, 65);
  max-height: 30px;
  font-size: 18px;
  font-family: "Overpass Mono", monospace;
  line-height: 16 px;
  text-align: center;
  margin-top: 10px;
  line-height: 18px;
}
.cards .card .card-header {
  text-transform: uppercase;
  min-height: 30px;
  max-height: 30px;
}
.cards .card .card-section {
  min-height: 25px;
}
.cards .card .card-footer {
  margin-top: 90px;
}
.cards .card .card-footer button {
  margin-top: 10px;
  margin-bottom: 5px;
  width: 100%;
  display: block;
  padding: 4px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  background: #48c0c6;
  box-shadow: 0 4px 0 #2a575c;
}
.cards .card .card-footer button:hover {
  background: #8fecec;
  box-shadow: 0 2px 0 #2a575c;
}
.cards .card .card-footer button :active {
  background: #8fecec;
  box-shadow: 0 0 0 transparent;
  position: relative;
  top: 2px;
}
.cards .card .card-footer button a {
  font-size: 15px;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  line-height: 24px;
  color: rgb(232, 226, 226);
  text-decoration: none;
  display: block;
  width: 100%;
}
.cards .c1 {
  background: #598eb7;
}
.cards .c2 {
  background: #406882;
}
.cards .c3 {
  background: #5b8fa3;
}
.cards .c4 {
  background: #5a8ca8;
}

.footeringresso {
  bottom: 0%;
  position: absolute;
  width: 100%;
}

.button_redirect {
  display: block;
  font-family: "Dosis", sans-serif;
  font-size: 30px;
  margin-top: 50px;
  text-align: center;
  padding: 2%;
  border: none;
  border-radius: 5px;
  color: #354259;
  background-color: rgb(243, 170, 74);
  text-decoration: none;
}
.button_redirect:hover {
  cursor: pointer;
  background-color: rgb(247, 178, 88);
  color: #40506b;
  box-shadow: 2px 2px 10px #535353;
}
.button_redirect:active {
  background-color: gb(243, 170, 74);
}
.button_redirect:active:hover {
  box-shadow: 2px 2px 10px #535353;
}

html,
body {
  height: 100%;
}

.wrapper {
  min-height: 70%;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.foco {
  z-index: -1;
}

input[type=text] {
  border: none;
  border-radius: 7px;
  height: 40px;
  box-shadow: 1px 1px 3px rgb(165, 165, 165);
  width: 100%;
  font-family: "Roboto", sans-serif;
  padding: 5px;
  font-size: 16px;
}
input[type=text]:focus {
  outline: none;
}

.body-dashboard {
  height: auto;
}

@media (max-width: 1200px) {
  body #carrousel_content h1 {
    font-size: 25px;
  }
  body #carrousel_content img {
    width: 250px;
  }
  body .header {
    position: relative;
  }
  body .imagem img {
    width: 250px;
  }
  body footer {
    margin-top: 0px;
  }
  body .info-footer {
    width: auto;
  }
  body .info-footer img {
    width: 80px;
    margin-right: 50px;
  }
  body .modal {
    margin-top: auto;
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */