/*!
Theme Name: Odin
Author URI: http://wpod.in/
Description: Odin main stylesheet.
Author: the Odin team
Author URI: http://wpod.in/#colaboradores
*/ /*!
* Bootstrap v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.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,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  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%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased !important;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
body.dark-theme {
  color: #ccc;
  background: #333;
}
body.dark-theme * {
  color: #ccc !important;
}
body.dark-theme section.diferenciais,
body.dark-theme section.blog,
body.dark-theme main.blog,
body.dark-theme section.novidades .box-gradient,
body.dark-theme section.missao,
body.dark-theme section.depoimentos,
body.dark-theme section.gradiente {
  background: #282828;
}
body.dark-theme section.eventos .row-events > .reference:first-child > .box-eventos {
  background: #4f4f4f !important;
}
body.dark-theme .color-black {
  color: #ccc !important;
}
body.dark-theme section.diferenciais .title-section {
  border-left: 4px solid #fff;
}
body.dark-theme .search-form-menu input {
  background: none;
}
body.dark-theme .btn-bordered,
body.dark-theme .btn-bordered.bordered-blue {
  border: 1px solid #ccc;
}
body.dark-theme .btn-bordered:hover,
body.dark-theme .btn-bordered.bordered-blue:hover {
  border-color: transparent;
}
body.dark-theme .main-menu > ul > li > a,
body.dark-theme .btn-bordered,
body.dark-theme .btn-bordered.bordered-blue,
body.dark-theme .title-standard,
body.dark-theme .section-title,
body.dark-theme section.noticias .small-article,
body.dark-theme section.diferenciais .title,
body.dark-theme section.diferenciais .title-section {
  color: #ccc;
}
body.dark-theme .main-menu svg path,
body.dark-theme section.novidades .mail {
  fill: #ccc;
}
.bg-cinza {
  background: #f2f2f2;
}
*:focus {
  outline: none;
}
ul,
p {
  margin: 0;
}
html.menu-opened {
  overflow: hidden;
}
main,
main:focus,
.carousel-main,
.carousel-main:focus {
  outline: none;
}
ul,
li {
  list-style: none;
  padding: 0;
}
a,
a:hover,
input[type="submit"] {
  transition: 350ms ease-in-out;
  text-decoration: none;
}
[data-dropdown] {
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
main.interna {
  color: #888888;
}
.slick-arrow:before,
.slick-next:before,
.slick-next:before {
  display: none !important;
}
.acessibilidade h4 {
  color: #1a1a1d;
  font-size: 2.4rem;
  line-height: 30px;
}
.content_html h3,
.content_html h4,
.content_html h5,
.leitura-padrao h3,
.leitura-padrao h4,
.leitura-padrao h5 {
  color: #1a1a1d;
}
.content_html p,
.leitura-padrao p {
  font-size: 1.6rem;
}
.content_html h2,
.leitura-padrao h2 {
  font-size: 3.2rem;
  line-height: 35px;
  color: #1a1a1d;
  font-weight: 300;
}
.content_html img {
  max-width: 100%;
  height: auto;
}
section.depo-listagem:before {
  background-color: #3379d7;
  content: "";
  left: 0;
  bottom: 5px;
  width: 100%;
  position: absolute;
  height: 44%;
}
section.missao {
  background: url("../images/caminho.svg") center;
  background-size: cover;
  min-height: 345px;
  color: #004f9e;
}
section.missao h3 {
  font-size: 2.4rem;
}
section.missao p {
  font-size: 1.6rem;
  line-height: 30px;
}
section.palavra-presidente {
  font-size: 1.6rem;
  color: #888888;
}
section.palavra-presidente .frase {
  font-weight: 300;
  font-style: italic;
  line-height: 21px;
}
section.palavra-presidente img {
  border-radius: 50%;
}
iframe {
  max-width: 100%;
}
section.gradiente {
  background: transparent linear-gradient(270deg, #70b6ec 0%, #1f5ac8 100%) 0% 0%;
  padding: 80px 0;
  font-size: 1.6rem;
}
section.gradiente p {
  line-height: 30px;
}
section.call-to-action {
  background-image: linear-gradient(to right, #1145b6 0%, #3379d7 100%);
  padding: 29px 0;
}
section.call-to-action.acoes-internacionais {
  background-image: linear-gradient(to right, #ec7964 0%, #bb4530 100%);
}
section.call-to-action.isae-inova {
  background: #333333;
  background-image: none;
}
section.call-to-action h2 {
  font-size: 3.2rem;
  line-height: 35px;
}
section.call-to-action .btns > a {
  padding: 8px 25px;
  font-size: 1.2rem;
}
section.call-to-action .btns > a:first-child {
  background-color: #f7a600;
}
section.call-to-action .btns > a:last-child {
  background-color: #ffffff;
  color: #033689;
}
section.call-to-action .btns.btns-acoes-internacionais > a:first-child,
section.call-to-action .btns.btns-inova > a:first-child {
  background-color: #083aa0;
}
section.call-to-action .btns.btns-acoes-internacionais > a:last-child,
section.call-to-action .btns.btns-inova > a:last-child {
  background-color: #fff;
}
.alignnone {
  margin: 20px 0;
  display: inline-block;
}
.linha {
  width: 11px;
  background: #033689;
  border-radius: 1px;
  height: 2px;
  margin-right: 5px;
}
.title-accordion {
  color: #1f5ac8;
  font-size: 1.6rem;
}
.title-accordion img {
  transition: 350ms;
}
.title-accordion.active img {
  transform: rotate(180deg);
}
.content-accordion {
  display: none;
  padding: 0 20px;
}
.lista-customizacao p {
  line-height: 30px;
}
.lista-customizacao .item {
  border-top: 2px solid #70b6ec;
  padding: 25px 15px 75px 15px;
  color: #033689;
}
.lista-customizacao .item p.titulo-lista {
  line-height: 45px;
}
.term-gba .breadcrumb {
  background-image: linear-gradient(to left, #096, #2e7d32) !important;
}
.breadcrumb.tipo-curso-1 {
  background-image: linear-gradient(to left, #096, #2e7d32) !important;
}
.term-online .breadcrumb,
.term-online.breadcrumb {
  background-image: linear-gradient(to left, #a9da88, #8bc34a) !important;
}
.breadcrumb {
  background: #333333;
  min-height: 125px;
  padding: 15px 0;
}
.breadcrumb.programas-internacionais,
.breadcrumb.internacionais {
  background-image: linear-gradient(to left, #ec7964, #bb4530);
}
.breadcrumb.acoes-internacionais {
/*   background-image: linear-gradient(to left, #000, #000); */
}
.breadcrumb.bg-blue {
  background-image: linear-gradient(270deg, #1145b6 0%, #033689 100%);
}
.breadcrumb.bg-blue {
  background-image: linear-gradient(270deg, #1145b6 0%, #033689 100%);
}
.breadcrumb.periodicos {
  background-image: linear-gradient(270deg, #9c27b0 0%, #6006a4 100%);
}
.breadcrumb.in-company {
  background-image: linear-gradient(270deg, #005662 0%, #006b7b 100%);
}
.breadcrumb.corpo_docente,
.breadcrumb .corpo-docente,
.breadcrumb.mestrado {
  background-image: linear-gradient(270deg, #960 0%, #4e342e 100%);
}
.breadcrumb.corpo-docente {
  background-image: linear-gradient(270deg, #960 0%, #4e342e 100%) !important;
}

.breadcrumb .lines {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-size: cover !important;
}
.breadcrumb h2 {
  letter-spacing: 1px;
  font-size: 4rem;
  font-weight: 300;
  color: #fff;
}
.breadcrumb-list span a {
  color: #1a1a1d;
}
.breadcrumb-list .breadcrumbs > span {
  color: #1a1a1d;
  padding: 0 2.5px;
  color: #3379d7;
  font-size: 1rem;
}
.breadcrumb-list .breadcrumbs > span a {
  padding: 0 2.5px;
}
.breadcrumb-list .breadcrumbs > span :not(:first-child) {
  margin-left: 5px;
}
.flight {
  font-weight: 300;
}
.fbold {
  font-weight: 700;
}
.fsemibold {
  font-weight: 600;
}
.fnormal {
  font-weight: 400;
}
.f14 {
  font-size: 1.4rem;
}
.f16 {
  font-size: 1.6rem;
}
.f12 {
  font-size: 1.2rem;
}
.f8 {
  font-size: 0.8rem;
}
.f10 {
  font-size: 1rem;
}
.f18 {
  font-size: 1.8rem;
}
.f24 {
  font-size: 2.4rem;
}
.f32 {
  font-size: 3.2rem;
}
.color-black {
  color: #000000;
}
.color-black-2 {
  color: #1a1a1d;
}
.color-white {
  color: #fff;
}
.color-azul {
  color: #033689;
}
.section-title {
  font-size: 3.2rem;
  line-height: 35px;
  color: #1a1a1d;
  font-weight: 300;
}
.links-list a {
  padding: 4px 30px;
  border: 1px solid #1f5ac8;
  color: #1f5ac8;
  background: transparent;
  margin-top: 10px;
}
.links-list a:not(:first-child) {
  margin-left: 15px;
}
.links-list a.active {
  background: #1f5ac8;
  color: #fff;
}
.links-list a:hover {
  background: #1f5ac8;
  color: #fff;
}
.checkbox-box {
  width: 31px;
  height: 31px;
  border: 1px solid #1f5ac8;
  margin-top: 15px;
}
.checkbox-box svg {
  width: 30px;
}
.checkbox-box svg path:last-child {
  fill: #fff;
}
.checkbox-box.active {
  background: #1f5ac8;
}
.btn-bordered {
  display: inline-block;
  padding: 6px 26px;
  text-align: center;
  font-size: 1.2rem;
  color: #e4eefc;
  font-weight: 600;
}
.btn-bordered.bordered-blue {
  border: 1px solid #033689;
  color: #033689;
}
.btn-bordered.bordered-blue.with-bg {
  background: #033689;
  color: #fff;
}
.btn-bordered.bordered-blue:hover {
  background: #033689;
  color: #fff;
}
.btn-bordered.bordered-white {
  border: 1px solid #e4eefc;
}
.btn-bordered.bordered-white:hover {
  background: #e4eefc;
}
.btn-bordered.bordered-white:hover,
.btn-bordered.bordered-white:active,
.btn-bordered.bordered-white:focus {
  color: #083aa0;
}
.btn-bordered.bordered-white:active,
.btn-bordered.bordered-white:focus {
  background: #eff4ff;
}
.thumb-img {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: 500ms;
}
.sub-menu {
  position: absolute;
  top: 100%;
  z-index: 99;
  padding: 16px;
  display: none;
  transform: translateY(19%);
  right: 6px;
  min-width: 115px;
}
.sub-menu ul > li {
  display: block;
}
.sub-menu:before {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  right: 15px;
  top: 0;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0) translateY(-50%);
  background: inherit;
  z-index: -1;
}
.top-bar {
  padding: 8px;
  background-color: #333;
  font-size: 1rem;
}
.top-bar a {
  color: #f2f2f2;
}
.top-bar .first-menu ul > li:last-child {
  font-size: 1.1rem;
}
.top-bar .second-menu > ul > li + li {
  margin-left: 25px;
}
.top-bar .second-menu .sub-menu {
  background: #333;
}
.top-bar .second-menu .sub-menu ul > li + li {
  margin-top: 15px;
}
.title-standard {
  font-size: 2rem;
  line-height: 30px;
  color: #1a1a1d;
}
.menu-icon {
  width: 18px;
  height: 2px;
  background-color: #4d4d4d;
  display: block;
  position: relative;
  border-radius: 40px;
  float: right;
}
.menu-opened .hidden-effect {
  opacity: 0;
  pointer-events: none;
}
.hidden-effect {
  transition: all 0.5s;
}
.menu-icon:before,
.menu-icon:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #4d4d4d;
  border-radius: 40px;
  position: absolute;
  right: 0;
  width: 18px;
  transition: 0.2s all cubic-bezier(0.4, -0.1, 0, 1.1);
}
.menu-icon:before {
  margin-top: -5px;
}
.menu-icon:after {
  margin-top: 5px;
  width: 9px;
}
.menu-opened .menu-icon {
  height: 0;
  transition: 0;
}
.menu-block {
  height: 24px;
  -webkit-transition: 0.2s all cubic-bezier(0.4, -0.1, 0, 1.1);
  transition: 0.2s all cubic-bezier(0.4, -0.1, 0, 1.1);
}
.menu-opened .menu-icon:after {
  width: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 0;
}
.menu-opened .menu-icon:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 0;
}
.menu-opened .nav-menu-mobile {
  transform: translateX(0);
  pointer-events: all;
}
.nav-menu-mobile {
  position: fixed;
  pointer-events: none;
  position: fixed;
  top: 86px;
  left: 0;
  height: 100%;
  width: 280px;
  transform: translateX(-100%);
  z-index: 9998;
  background: #f2f2f2;
  padding: 25px 20px;
  transition: 350ms ease-in-out;
  padding-bottom: 120px;
  overflow: auto;
}
.nav-menu-mobile .menu-item-has-children > a.active:after {
  transform: rotate(180deg);
}
.nav-menu-mobile .sub-menu {
  position: static;
  transform: none;
}
.nav-menu-mobile .sub-menu li > a {
  font-size: 1.4rem;
}
.nav-menu-mobile ul > li + li,
.nav-menu-mobile .menu {
  margin-top: 30px;
}
.nav-menu-mobile ul > li > {
  font-size: 1.8rem;
  line-height: 24px;
}
.nav-menu-mobile ul > li.menu-item-has-children > a:after {
  transition: 350ms ease-in-out;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 5px;
  background: url(../images/arrow-menu.svg) no-repeat center center;
}
.nav-menu-mobile ul > li > a {
  color: #4d4d4d;
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
}
.nav-menu-mobile ul > li > a.f12 {
  font-size: 1.2rem;
}
.nav-menu-mobile ul > li > a.active {
  color: #1f5ac8;
}
.nav-menu-mobile ul > li:last-child ul > li > a {
  font-size: 1.2rem;
}
.nav-menu-mobile div.search {
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: 10px;
  font-size: 1.2rem;
  max-width: 255px;
  display: flex;
  flex: 1;
  border-bottom: 1px solid #4d4d4d;
}
.nav-menu-mobile input {
  outline: none;
  border: none;
  color: #333;
  display: flex;
  padding-right: 10px;
  background: transparent;
}
.main-menu {
  min-height: 128px;
}
.main-menu svg > path:first-child {
  fill: #666;
}
.main-menu .sub-menu {
  padding: 26px 30px;
  background: #033689;
  left: 0;
  transform: none;
  top: 140%;
}
.main-menu .sub-menu:before {
  right: auto;
  left: 35px;
}
.main-menu .sub-menu li > a {
  color: #fff;
  font-size: 1.6rem;
}
.main-menu .sub-menu li + li {
  margin-top: 13px;
}
.main-menu svg {
  margin-left: 5px;
  width: 15px;
}
.main-menu > ul > li + li {
  margin-left: 20px;
}
.main-menu > ul > li > a {
  color: #666;
  display: flex;
  align-items: center;
}
.main-menu > ul > li > a.active {
  color: #1f5ac8;
}
.main-menu > ul > li > a:hover {
  text-decoration: none;
}
.main-menu > ul > li {
  padding-bottom: 7px;
  position: relative;
}
.main-menu > ul > li.menu-item-has-children > a:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 5px;
  background: url(../images/arrow-menu.svg) no-repeat center center;
}
.main-menu > ul > li:first-child .sub-menu,
.main-menu > ul > li:nth-child(2) .sub-menu {
  min-width: 285px;
}
.main-menu > ul > li:nth-child(3) .sub-menu,
.main-menu > ul > li:nth-child(5) .sub-menu {
  min-width: 250px;
}
.main-menu > ul > li:nth-child(4) .sub-menu {
  min-width: 197px;
}
.menu-block-container {
  padding-left: 35px;
}
.search-form-menu {
  margin-left: 20px;
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: 7px;
  font-size: 1.2rem;
  max-width: 255px;
  display: flex;
  flex: 1;
  border-bottom: 1px solid #4d4d4d;
}
.search-form-menu input {
  outline: none;
  border: none;
  color: #333;
  display: flex;
  padding-right: 10px;
}
.search-form-menu input::placeholder {
  color: #999999;
}
.search-form-menu input + img,
.search-form-menu input + svg {
  cursor: pointer;
  z-index: 10;
  position: relative;
}
section.slide .slick-dots,
section.depoimentos .slick-dots,
section.vantagens-alumni .slick-dots {
  position: absolute;
  z-index: 5;
  bottom: 15px;
  width: 100%;
  text-align: center;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
section.slide .slick-dots li,
section.depoimentos .slick-dots li,
section.vantagens-alumni .slick-dots li {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 1px solid #70b6ec;
  transition: 250ms;
}
section.slide .slick-dots svg path,
section.depoimentos .slick-dots svg path,
section.vantagens-alumni .slick-dots svg path {
  fill: #fff;
}
section.slide .slick-dots li + li,
section.depoimentos .slick-dots li + li,
section.vantagens-alumni .slick-dots li + li {
  margin-left: 5px;
}
section.slide .slick-dots li button,
section.depoimentos .slick-dots li button,
section.vantagens-alumni .slick-dots li button {
  display: none;
}
section.slide .slick-dots li.slick-active,
section.depoimentos .slick-dots li.slick-active,
section.vantagens-alumni .slick-dots li.slick-active {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #3379d7;
}
section.slide {
  height: 377px;
  overflow: hidden;
}
section.slide .thumb-img {
  height: 377px;
}
section.slide .text-slide {
  max-width: 58.59375%;
  padding: 42px 78px 42px 180px;
  width: 750px;
  min-height: 208px;
  border-radius: 0px 20px 20px 0px;
}
section.slide .text-slide.bg-blue {
  background: transparent linear-gradient(270deg, #4e9ae3 0%, #1145b6 100%) 0% 0% no-repeat;
}
section.slide .text-slide.bg-blue .title-slide {
  color: #e4eefc;
}
section.slide .text-slide.bg-dark {
  background: transparent linear-gradient(270deg, #4d4d4d 0%, #333 100%) 0% 0% no-repeat;
  color: #ffffff;
}
section.slide .text-slide.bg-dark .btn-bordered {
  color: #fff;
  border: 1px solid #fff;
}
section.slide .text-slide.bg-dark .btn-bordered:hover {
  background: #fff;
  color: #333;
}
section.slide .text-slide.bg-white {
  background: transparent linear-gradient(270deg, #fff 0%, #e4eefc 100%) 0% 0% no-repeat;
  color: #1145b6;
}
section.slide .text-slide.bg-white .btn-bordered {
  border: 1px solid #1145b6;
  color: #1145b6;
}
section.slide .text-slide.bg-white .btn-bordered:hover {
  background: #1145b6;
  color: #fff;
}
section.slide .title-slide {
  letter-spacing: 0.84px;
  font-size: 2.8rem;
  line-height: 38px;
}
section.diferenciais .slick-track,
section.parcerias .slick-track {
  display: flex;
  align-items: center;
}
section.diferenciais .slick-next:before,
section.diferenciais .slick-prev:before,
section.parcerias .slick-next:before,
section.parcerias .slick-prev:before {
  display: none;
}
section.diferenciais .slick-prev,
section.parcerias .slick-prev {
  left: -35px;
}
section.diferenciais .slick-next svg,
section.parcerias .slick-next svg {
  transform: rotate(-180deg);
}
section.diferenciais {
  background: #fafafa;
  min-height: 112px;
  padding: 18px 0;
}
section.diferenciais .title-section {
  line-height: 22px;
  color: #1f5ac8;
  padding: 8px;
  height: 78px;
  border-left: 4px solid #1f5ac8;
}
section.diferenciais .title {
  font-size: 1.8rem;
  line-height: 25px;
  font-weight: 300;
  color: #1a1a1d;
}
section.quem-somos {
  color: #666666;
}
section.quem-somos .section-title {
  margin: 80px 0 60px 0;
}
section.quem-somos p {
  line-height: 25px;
}
section.noticias .thumb {
  height: 290px;
  overflow: hidden;
}
section.noticias .thumb:hover .thumb-img {
  transform: scale(1.1);
}
section.noticias .desc-noticia {
  background: rgba(0, 54, 112, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 14px 50px;
  color: white;
}
section.noticias .small-article {
  color: #000000;
  display: block;
}
section.noticias .small-article + .small-article {
  margin-top: 20px;
}
section.blog,
main.blog {
  background: #fafafa;
}
section.blog .box-texto-blog,
main.blog .box-texto-blog {
  background: #f2f2f2;
  padding: 15px 12px;
}
section.blog .destaque-blog,
main.blog .destaque-blog {
  height: 350px;
}
section.blog .thumb,
main.blog .thumb {
  height: 145px;
  overflow: hidden;
}
section.blog .box-blog:hover .thumb-img,
main.blog .box-blog:hover .thumb-img {
  transform: scale(1.2);
}
section.blog .category,
main.blog .category {
  color: #999999;
}
section.eventos .box-eventos {
  height: 100%;
  background-color: #f2f2f2;
  padding: 25px 15px 20px 15px;
  transition: all 250ms;
}
section.eventos .box-eventos:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.07);
  transform: translateY(-10px);
}
section.eventos .box-eventos:hover a,
section.eventos .box-eventos:hover .dia-evento,
section.eventos .box-eventos:hover .horario-evento,
section.eventos .box-eventos:hover .titulo-evento,
section.eventos .box-eventos:hover .dia-evento > span {
  color: #fff;
}
section.eventos .dia-evento {
  font-size: 4.6rem;
  line-height: 30px;
  color: #1a1a1d;
}
section.eventos .dia-evento > span {
  line-height: 30px;
  color: #666;
}
section.eventos .titulo-evento {
  font-size: 1.8rem;
  line-height: 25px;
  font-weight: 300;
  color: #1a1a1d;
}
section.eventos .horario-evento {
  color: #999;
}
section.eventos .row-events > .reference:first-child > .box-eventos {
  border-top: 6px solid #033689;
}
section.eventos .row-events > .reference:first-child > .box-eventos:hover {
  background: #033689;
}
section.eventos .row-events > .reference:nth-child(2) > .box-eventos {
  border-top: 6px solid #3379d7;
}
section.eventos .row-events > .reference:nth-child(2) > .box-eventos:hover {
  background: #3379d7;
}
section.eventos .row-events > .reference:nth-child(3) > .box-eventos {
  border-top: 6px solid #70b6ec;
}
section.eventos .row-events > .reference:nth-child(3) > .box-eventos:hover {
  background: #70b6ec;
}
section.eventos .row-events > .reference:nth-child(4) > .box-eventos {
  border-top: 6px solid #f7a600;
}
section.eventos .row-events > .reference:nth-child(4) > .box-eventos:hover {
  background: #f7a600;
}
.carousel-depoimentos-cursos .slick-track {
  display: flex !important;
  align-items: center;
}
section.coordenador-curso {
  padding: 40px 0;
  background: #f2f2f2;
}
section.coordenador-curso h4.f24 {
  color: #033689;
}
section.disciplinas-curso,
section.cursos-relacionados {
  padding: 40px 0;
}
section.info-bar {
  padding: 10px 0;
  background: #f2f2f2;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: 250ms;
  z-index: 1000;
}
section.info-bar.fixed-info {
  position: static;
  padding: 25px 0;
}
section.info-bar .title-bloco {
  color: #083aa0;
}
section.info-bar p {
  font-size: 1.5rem;
}
section.info-bar svg {
  width: 16px;
  height: 16px;
}
.box-image-depoimento {
  width: 164px;
  height: 164px;
  border-radius: 50%;
  border: 1px solid #9accf3;
}
.box-image-depoimento > .thumb-img {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  transition: 250ms;
}
.box-image-depoimento:hover > .thumb-img {
  height: 100%;
  width: 100%;
}
section.depoimentos {
  min-height: 190px;
  background-color: #fafafa;
}
section.depoimentos .carousel-depoimentos .slick-dots li button {
  display: none;
}
section.depoimentos p {
  color: #1a1a1d;
}
section.depoimentos .slick-dots {
  bottom: 0px;
}
section.depoimentos span.fsemibold {
  color: #033689;
}
section.novidades .box-gradient {
  background: transparent linear-gradient(270deg, #4e9ae3 0%, #1f5ac8 100%) 0% 0% no-repeat;
  min-height: 190px;
}
section.novidades.novidades-interna .box-gradient {
  background: #fafafa;
}
section.novidades.novidades-interna p {
  color: #202020;
}
section.novidades.novidades-interna svg path {
  fill: #f2f2f2;
}
section.novidades.novidades-interna .box-form .item-label:active,
section.novidades.novidades-interna .box-form .item-label:focus,
section.novidades.novidades-interna .box-form input:focus ~ .item-label,
section.novidades.novidades-interna .box-form input:valid ~ .item-label {
  color: #666666;
}
section.novidades.novidades-interna .box-form .item-label {
  color: #666;
}
section.novidades.novidades-interna .box-form input {
  border-bottom: 1px solid #4d4d4d;
  color: #666;
}
section.novidades.novidades-interna .btn-bordered {
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
}
section.novidades.novidades-interna .btn-bordered:hover {
  color: #fff;
  background: #4d4d4d;
}
section.novidades .mail {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-25%, -50%);
}
section.novidades svg path {
  fill: #70b6ec;
}
section.novidades svg {
  width: 142px;
}
section.novidades p {
  font-size: 2.1rem;
}
section.novidades .btn-bordered:hover {
  color: #1f5ac8;
}
.form-contato input,
.form-contato textarea {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background: #fff;
  border-bottom: 2px solid #999999;
  padding: 11px;
}
.form-contato label span {
  color: red;
}
.form-contato .wpcf7-character-count {
  display: block;
  text-align: right;
}
.box-form.saiba-mais .item-label:focus,
.box-form.saiba-mais input:focus ~ .item-label,
.box-form.saiba-mais input:valid ~ .item-label,
.box-form.saiba-mais .item-label,
.box-form.saiba-mais input {
  color: #083aa0;
}
.box-form.saiba-mais input::placeholder {
  color: #083aa0;
}
.box-form.saiba-mais input {
  border-bottom: 2px solid #083aa0;
}
.box-form .item-label:active,
.box-form .item-label:focus,
.box-form input:focus ~ .item-label,
.box-form input:valid ~ .item-label {
  font-size: 1rem;
  left: 0;
  top: -15px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: #fff;
}
.box-form .item-label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  margin-bottom: 0;
  z-index: 1;
  cursor: text;
  color: #70b6ec;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.box-form input {
  background: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #e4eefc;
  padding: 10px;
  width: 100%;
  color: #70b6ec;
}
.box-form input:focus,
.box-form input:active {
  background: none;
}
.lince-input {
  position: relative;
}
.carousel-diferenciais-alumni .slick-prev {
  left: -50px;
}
footer {
  background: #333;
  padding: 60px 0;
  font-size: 1.2rem;
}
footer ul > li + li {
  margin-top: 15px;
}
footer #menu-principal-2 > li > a {
  margin-bottom: 30px;
  display: block;
  color: #fff;
  font-weight: 600;
}
footer .sub-menu {
  position: static;
  padding: 0;
  display: block;
  min-width: unset;
  transform: none;
}
footer ul > li > a {
  color: #ccc;
}
footer ul > li > a:hover {
  opacity: 0.8;
  color: #ccc;
}
footer .title-footer,
footer .mb-40 {
  margin-bottom: 40px;
}
footer .social-icons > a + a {
  margin-left: 25px;
}
footer .social-icons svg path {
  fill: #999;
}
footer .social-icons svg {
  width: 14px;
  height: 14px;
}
.line-footer {
  background: #202020;
  padding: 8px 0;
  color: #999999;
  font-size: 1rem;
}
.carousel-agenda {
  height: 410px;
  overflow: hidden;
}
.carousel-agenda .thumb-img {
  height: 410px;
}
.carousel-agenda .slick-arrow {
  z-index: 100;
}
.carousel-agenda .slick-arrow img {
  width: 23px;
  max-width: none;
}
.carousel-agenda .slick-prev {
  left: 15px;
  width: auto;
  height: auto;
}
.carousel-agenda .slick-next {
  right: 15px;
  width: auto;
  height: auto;
}
.carousel-agenda .slick-next img {
  transform: rotate(-180deg);
}
section.beneficios-locacao {
  background: #3379d7;
  color: #fff;
  width: calc(100% - 80px);
  padding: 50px 0;
  font-size: 1.6rem;
  border-radius: 0 10px 10px 0;
}
section.beneficios-locacao .box-locacao {
  padding: 22px 10px;
  transition: 350ms;
  height: 100%;
}
section.beneficios-locacao .box-locacao img,
section.beneficios-locacao .box-locacao p {
  transition: 350ms;
}
section.beneficios-locacao .box-locacao:hover {
  background: #1f5ac8;
}
section.beneficios-locacao .box-locacao:hover img {
  transform: scale(1.1);
}
.page-biblioteca h5 {
  color: #1a1a1d;
  margin-top: 15px;
}
.page-biblioteca .box-biblioteca {
  border-radius: 20px;
  padding: 100px 50px;
  min-height: 394px;
  background: #083aa0;
}
.page-biblioteca .box-biblioteca.bg-azul-marinho {
  background: #3379d7;
  min-height: 469px;
}
.page-biblioteca .box-biblioteca.bg-azul-claro {
  background: #70b6ec;
  min-height: 469px;
}
.carousel-categorias {
  display: flex;
}
.carousel-categorias .slick-prev,
.carousel-categorias .slick-next {
  position: static;
  transform: none;
}
.carousel-categorias .slick-list {
  margin: 0 40px;
}
.carousel-categorias .item a {
  color: #333333;
}
.carousel-categorias .item a:hover,
.carousel-categorias .item a.active {
  color: #083aa0;
}
.carousel-categorias .categorias-item {
  color: #bebebe;
}
.carousel-categorias .slick-next svg {
  transform: rotate(-180deg);
}
.carousel-categorias .slick-track .item + .item {
  margin-left: 35px;
}
.diferenciais-solucoes {
  background: #083aa0;
  padding: 60px 0 90px;
}
.box-oficinas {
  padding: 45px 55px;
  background: #f2f2f2;
}
.box-oficinas p.f18 {
  color: #1858a8;
  line-height: 22px;
}
.vantagens-alumni {
  background-image: linear-gradient(180deg, #4e9ae3 0%, #3379d7 100%);
  padding: 60px 0 90px;
}
.vantagens-alumni p.f16 {
  color: #cae2f9;
  font-size: 13px;
  line-height: inherit !important;
}
.vantagens-alumni .slick-prev svg,
.vantagens-alumni .slick-next svg {
  width: 20px;
  height: 20px;
}
.vantagens-alumni .slick-prev svg path,
.vantagens-alumni .slick-next svg path {
  fill: #fff;
}
.vantagens-alumni .slick-next svg {
  transform: rotate(-180deg);
}
.vantagens-alumni .slick-dots {
  bottom: 0;
  transform: translateY(80px);
}
.vantagens-alumni .f24 {
  line-height: 30px;
}
.carousel-fotos .slick-next svg {
  transform: rotate(-180deg);
}
.carousel-fotos svg {
  width: 22px;
  height: 42px;
}
.carousel-fotos svg path {
  fill: #70b6ec;
}
.depoimento-alumni {
  background: #eff4ff;
  padding: 50px 0;
}
.carousel-videos {
  display: flex;
  align-items: center;
}
.carousel-videos .slick-list {
  margin: 0 30px;
}
.carousel-videos .slick-prev,
.carousel-videos .slick-next {
  position: static;
  width: 43px;
}
.carousel-videos .slick-prev img,
.carousel-videos .slick-next img {
  height: 43px;
}
.carousel-videos .slick-next img {
  transform: rotate(-180deg);
}
.downloads .box {
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.contatos .box {
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.link-area {
  padding: 5px;
  border: 1px solid #1f5ac8;
  color: #1f5ac8;
}
.link-area .checkbox-box {
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-categoria {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding: 14px;
  font-size: 1.6rem;
  margin-top: 15px;
}
.link-categoria:hover {
  color: #f9f9f9;
  opacity: 0.88;
}
.listagem-cursos-box {
  background-color: #f2f2f2;
  padding: 30px 0;
  margin-top: 15px;
  padding-left: 15px;
}
.listagem-cursos-box .titulo-cursos-box {
  color: #1858a8;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  section.novidades p {
    font-size: 1.4rem;
    line-height: 30px;
  }
  .row-mobile {
    margin: 0 !important;
    padding: 30px 0 !important;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  section.info-bar .title-bloco {
    font-size: 1.2rem;
  }
  section.novidades.novidades-interna .box-gradient {
    padding: 60px 0;
  }
  section.novidades.novidades-interna .box-gradient .box-form {
    margin-top: 40px !important;
  }
  section.novidades.novidades-interna .box-gradient .lince-input {
    margin-top: 30px;
  }
  .top-bar {
    padding: 5px;
  }
  .main-menu {
    min-height: unset;
    padding: 10px 0;
  }
  section.slide {
    height: auto;
  }
  section.slide .thumb-img {
    background: none !important;
    height: auto;
  }
  section.slide .text-slide {
    width: 100%;
    max-width: 100%;
    padding: 35px 15px 60px 15px;
    border-radius: 0;
  }
  section.diferenciais .carousel-diferenciais .slick-prev,
  section.diferenciais .carousel-diferenciais .slick-next {
    position: static;
    transform: none;
  }
  section.diferenciais .carousel-diferenciais .slick-list {
    margin: 0 20px;
  }
  section.diferenciais .carousel-diferenciais .item br {
    display: none;
  }
  .title-section br {
    display: none;
  }
  section.quem-somos .col-md-5 {
    padding: 0;
  }
  section.quem-somos .col-md-5 img {
    height: 120px;
    object-fit: cover;
  }
  section.quem-somos .section-title {
    margin: 30px 0;
  }
  section.blog .thumb {
    height: 84px;
    width: 100%;
  }
  section.blog .col-4 {
    padding-right: 0;
  }
  section.blog .title-standard {
    font-size: 1.4rem;
    line-height: 20px;
  }
  section.noticias .col-md-9 {
    padding: 0;
  }
  section.noticias .desc-noticia {
    padding: 20px 15px 10px 15px;
    font-size: 1.2rem;
    line-height: 19px;
  }
  section.noticias .desc-noticia > div:first-child {
    max-width: 70%;
  }
  section.noticias .desc-noticia span {
    display: block;
    font-size: 1rem;
  }
  .row-events {
    display: flex;
    flex-wrap: nowrap;
    margin: 0px;
    align-items: center;
  }
  .row-events .slick-list {
    width: 80%;
    margin: auto;
  }
  .row-events .slick-prev,
  .row-events .slick-next {
    position: static;
    transform: none;
  }
  .row-events .slick-next svg {
    transform: rotate(-180deg);
  }
  section.depoimentos .carousel-depoimentos {
    padding-bottom: 30px;
  }
  section.novidades .box-gradient {
    padding: 30px 0;
  }
  section.novidades .mail {
    position: absolute;
    top: 65%;
    left: 0;
    transform: translate(-50%, -50%);
  }
  section.parcerias .carousel-parcerias {
    display: flex;
    align-items: center;
  }
  section.parcerias .carousel-parcerias .slick-slide img {
    margin: auto;
    width: 60px;
  }
  section.parcerias .carousel-parcerias .slick-list {
    width: 80%;
    margin: auto;
  }
  section.parcerias .carousel-parcerias .slick-prev,
  section.parcerias .carousel-parcerias .slick-next {
    position: static;
    transform: none;
  }
  section.parcerias .carousel-parcerias .slick-next svg {
    transform: rotate(-180deg);
  }
  footer {
    padding: 33px 0 0 0;
    display: flex;
    align-items: center;
  }
  .line-footer {
    padding: 15px 0;
  }
  .breadcrumb .lines {
    max-width: unset;
    width: 100%;
    background-position: right !important;
  }
  .institucional .content_html img {
    height: 185px;
    object-fit: cover;
    width: 100%;
  }
  .institucional .col-md-4 {
    padding: 0;
  }
  .content_html br {
    display: none;
  }
  section.missao img {
    display: block;
    margin: auto;
    width: 90px;
  }
  section.gradiente img {
    width: 70px;
  }
  .links-list a {
    flex: 0 0 47%;
    text-align: center;
    font-weight: 700;
  }
  section.eventos .checkbox-box {
    margin-top: 0;
  }
  .links-list a:not(:first-child) {
    margin-left: 0;
  }
  .carousel-agenda .thumb-img,
  .carousel-agenda {
    height: 250px;
  }
  section.beneficios-locacao {
    width: calc(100% - 20px);
  }
  .carousel-beneficios .slick-slide img {
    margin: auto;
  }
  .carousel-beneficios .slick-prev {
    left: 15px;
  }
  .carousel-beneficios .slick-next {
    right: 15px;
  }
  .carousel-beneficios .slick-next svg {
    transform: rotate(-180deg);
  }
  .carousel-beneficios .slick-next,
  .carousel-beneficios .slick-prev {
    width: 13.37px;
    height: 25px;
  }
  .carousel-beneficios .slick-next svg,
  .carousel-beneficios .slick-prev svg {
    width: 13.37px;
    height: 25px;
  }
  .carousel-beneficios .slick-next svg path,
  .carousel-beneficios .slick-prev svg path {
    fill: #fff;
  }
  .page-biblioteca .col-md-5 {
    padding: 0;
  }
  .page-biblioteca .box-biblioteca.bg-azul-marinho,
  .page-biblioteca .box-biblioteca.bg-azul-claro,
  .page-biblioteca .box-biblioteca {
    min-height: unset;
  }
  .page-biblioteca .box-biblioteca {
    border-radius: 0 20px 20px 0;
    max-width: 290px;
    padding: 35px 20px;
  }
  .page-biblioteca .box-biblioteca h4.f24 {
    font-size: 1.6rem;
    margin: 25px 0;
  }
  .box-oficinas {
    padding: 35px 20px;
  }
  section.blog .destaque-blog,
  main.blog .destaque-blog {
    height: 270px;
  }
  main.blog.interna .col-md-6 {
    padding: 0;
  }
  main.blog .thumb {
    flex: 1;
    height: auto;
  }
  main.blog .box-texto-blog {
    flex: 1;
  }
  main.blog .box-texto-blog .title-standard {
    font-size: 1.4rem;
    line-height: 20px;
  }
  section.call-to-action .btns > a {
    font-size: 1.1rem;
  }
  section.call-to-action h2 {
    font-size: 2.6rem;
  }
  .lista-customizacao .item p.titulo-lista {
    font-size: 2.1rem;
  }
  .lista-customizacao .item p.titulo-lista br {
    display: none;
  }
  .lista-customizacao .item {
    padding: 15px 0;
  }
  section.depoimentos h3.f32 {
    font-size: 2.1rem;
    line-height: 35px;
  }
  section.depoimentos h4.f24 {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .section-title {
    font-size: 2.1rem;
    line-height: 30px;
  }
  .section-title br {
    display: none;
  }
  .page-alumni .col-md-4 {
    padding: 0;
  }
  .page-alumni .img-mobile {
    height: 120px;
    object-fit: cover;
    width: 100%;
    max-width: unset;
  }
  .galeria-alumni .slick-prev {
    left: 30px;
    z-index: 13821938;
  }
  .galeria-alumni .slick-next {
    right: 30px;
    z-index: 13821938;
  }
  .link-categoria {
    font-size: 1.2rem;
    display: inline-block;
    width: 49%;
  }
  .box-text {
    min-height: unset !important;
  }
  section.depo-listagem:before {
    height: 85%;
  }
  section.info-bar {
    position: static;
    padding-bottom: 30px;
  }
  section.cursos-relacionados {
    padding-bottom: 0;
  }
}
.page-id-517 .page_title{
  margin-top: 20px;
}
.page-id-517 p{
  padding-top: 20px;
}
.conteudo_corpo_docente{
  background: #fafafa;
}
.conteudo_corpo_docente h5{
  color: #888;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}
.show_mobile{
  display: none;
}

.lista-customizacao .item p.titulo-lista{
  font-weight: 500;
  color: #043789 !important;
}
.btn_active{
  background: #033689 !important;
  color: #fff !important;
}
.hide{
  display: none !important;
}

.breadcrumb.perspectivacao{
	    background: rgb(237 125 49) !important;
}

.breadcrumb.biblioteca{
	    background: rgb(141 31 173) !important;
}
#wpcf7-f304-o1 > form > div.row > div.col-12.text-right > input{
border: 1px solid #033689;
    color: #033689;
    width: 130px; float: right;
}


.pagination {
	margin: 35px 0;
  width: 100%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.page-numbers {
  color: #333333;
	margin: 0 10px 0 0;
}

.page-numbers:hover {
  color: #4054b2;
/*   text-decoration: underline; */
}
.pagination-wrap {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}
.pagination-wrap .page-numbers{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.pagination-wrap .page-numbers li {
  margin:0 6px;
}
.pagination-wrap a {
  color: #333333;
  font-weight: 500;
}

.pagination-wrap a:hover {
  color: #4054b2;
/*   text-decoration: underline; */
}



































@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

.banner-initial{
    position: relative;
    height: 540px;
    width: 100%;
}
.container-banner-initial{
    width: 50%;
    height: 32vh;
    position: absolute;
    top: 18vh;
    border-radius: 0px 30px 30px 0px;
    background-color: #FFFFFF;
}
.title-banner{
    font-size: max(2.2vw, 18px);
    font-family: "Open Sans";
    color: #1145B6;
    position: relative;
    top: 8vh;
    left: 10%;
}
.align-buttons{
    display: flex;
    position: absolute;
    top: 22vh;
    width: 65%;
    left: 10%;
    height: 45px;
}
#Download-report{
    font-family: "Open Sans";
    border: none;
    border-radius: 2px;
    width: 45%;
    height: 45px;
    color: white;
    background-color: #1145B6;
    font-weight: 600;
}
#Download-indicators{
    position: relative;
    font-family: "Open Sans";
    left: 5%;
    border: none;
    font-weight: 600;
    border-radius: 2px;
    width: 45%;
    color: #1145B6;
    height: 45px;
    border: 2px solid #1145B6;
    background-color: transparent;
}
.two-section{
    width: 100%;
    height: 790px;
}
.location-page{
    position: relative;
    width: 30%;
    top: 5vh;
    left: 5%;
    height: 40px;
}
.text-location-page{
    font-family: "Open Sans";
    font-size: max(.95vw, 12px);
}
.Title-section{
    position: relative;
    width: 30%;
    left: 5%;
    height: 50px;
    top: 8vh;
}
.Title-two-section{
    font-family: "Open Sans";
    font-weight: 200;
    font-size: max(1.8vw, 15px);
}
.Paragraph-two-section{
    position: relative;
    width: 70%;
    height: 290px;
    top: 15vh;
    left: 15%;
}
.Text-Paragraph-two-section{
    font-family: "Open Sans";
    font-weight: 200;
    font-size: max(1.1vw, 15px);
}
.flex-container-images{
    display: flex;
    position: relative;
    width: 80%;
    left: 11%;
    height: 250px;
    top: 15vh;
}
.images-flex{
    width: 25%;
    height: 240px;
    margin: 10px;
}
.three-section{
    width: 100%;
    display: flex;
    height: 500px;
    background-color: #F2F2F2;
}
.image-three-section{
    width: 25%;
    height: 500px;
}
.container-text{
    position: relative;
    width: 60%;
    left: 10%;
    height: 500px;
}
.container-text-three-section{
    font-family: 'Open Sans';
    font-size: max(1.9vw, 15px);
    font-weight: 200;
    position: relative;
    left: 5%;
    top: 13vh; 
}
    
.container-paragraph-three-section{
    position: relative;
    width: 70%;
    left: 5%;
    top: 19vh;
    font-family: "Open Sans";
    font-size: max(.95vw, 15px);
}
.four-section{
    width: 100%;
    height: 700px;
}
.Title-four-section{
    font-family: "Open Sans";
    font-weight: 200;
    font-size: max(1.8vw, 15px);
}
.flex-container-icons-one{
    display: flex;
    width: 80%;
    left: 10%;
    height: 250px;
    position: relative;
    top: 10vh;
}
.flex-container-icons-two{
    display: flex;
    width:75%;
    left: 10%;
    height: 250px;
    position: relative;
    top: 15vh;
}
.img_text-icons{
    margin: 10px;
    width: 25%;
    height: 240px;
}
.image-icon{
    position: relative;
    left: 10%;
    top: 3vh;
    width: 80px;
    height: 80px;
}
.flex-container-title-icons{
    font-family: "Open Sans";
    position: relative;
    top: 4vh;
    left: 10%;
    font-size: max(1vw, 12px);
    font-weight: bolder;
    color: #083AA0;
    width: 80%;
}
.five-section{
    width: 100%;
    height: 400px;
}
.container-image{
    width: 100%;
    height: 400px;
    background-color: rgb(100,100,100);
}
.six-section{
    height: 700px;
    width: 100%;
}
.Title-six-section{
    font-family: "Open Sans";
    font-weight: 200;
    font-size: max(1.8vw, 15px);
}
.Paragraph-six-section{
    position: relative;
    width: 70%;
    height: 290px;
    top: 15vh;
    left: 15%;
}
.Text-Paragraph-six-section{
    font-family: "Open Sans";
    font-weight: 200;
    font-size: max(1.1vw, 15px);
}
.seven-section{
    display: flex;
    width: 100%;
    height: 600px;
    background-color: #F2F2F2;
}
.image-seven-section{
    position: relative;
    width: 25%;
    height: 600px;
}
.icon-image-seven-section{
    position: absolute;
    width: 210px;
    height: 210px;
    top: 165px;
    left: 25%;
}
.container-seven-section{
    width: 50%;
    left: 15%;
    position: relative;
    height: 600px;
}
.title-seven-section{
    position: relative;
    top: 5vh;
    font-family: "Open Sans";
    font-weight: 200;
    font-size: max(2vw, 15px);
}
.Paragraph-seven-section{
    position: relative;
    top: 10vh;
    font-family: "Open Sans";
    width: 85%;
    font-size: max(1vw, 12px);
}
.eight-section{
    position: relative;
    display: flex;
    width: 100%;
    height: 150px;
    background-color: #005662;
}
.title-eight-section{
    position: absolute;
    top: 4vh;
    left: 10%;
    font-size: max(2vw, 12px);
    font-weight: 300;
    font-family: "Open Sans";
    color: white;

}
.buttons-eight-section{
    display: flex;
    width: 40%;
    left: 50%;
    position: absolute;
    height: 50px;
    top: 6vh;
}
#button-more-info{
    border: none;
    width: 45%;
    font-family: "Open Sans";
    color: white;
    font-size: max(.9vw, 12px);
    font-weight: bolder;
    height: 50px;
    border-radius: 3px;
    background-color: #083AA0;
}
#button-Contact{
    width: 45%;
    position: relative;
    left: 10%;
    font-weight: 600;
    font-family: "Open Sans";
    color: black;
    font-size: max(.9vw, 12px);
    border-radius: 3px;
    border: none;
    background-color: #FFFFFF;
}
.nine-section{
    width: 100%;
    height: 400px;
}
.Title-nine-section{
    position: relative;
    top: 5vh;
    font-family: "Open Sans";
    font-weight: 200;
    font-size: max(2vw, 15px);
}
.Paragraph-nine-section{
    position: relative;
    width: 70%;
    height: 290px;
    top: 15vh;
    left: 15%;
}
.Text-Paragraph-nine-section{
    font-family: "Open Sans";
    font-weight: 200;
    font-size: max(1.1vw, 15px);
}
.ten-section{
    background-color: #F2F2F2;
    display: flex;
    width: 100%;
    height: 600px;
}
.img-ten-section{
    height: 600px;
    width: 25%;
}
.Paragraph-download-reports{
    width: 40%;
    left: 15%;
    position: relative;
}
.title-download-reports{
    font-family: "Open Sans";
    font-weight: 200;
    position: relative;
    top: 15vh;
    font-size: max(2vw, 15px);
}
.buttons-download-reports{
    position: relative;
    width: 80%;
    display: flex;
    height: 60px;
    top: 20vh;
}
#button-download{
    width: 48%;
    background-color: #1145B6;
    border-radius: 2px;
    border: none;
    font-weight: 400;
    color: white;
    font-family: "Open Sans";
    font-size: max(1vw, 12px);
}
#button-indicators{
    position: relative;
    left: 4%;
    width: 48%;
    border: 3px solid #1145B6;
    border-radius: 2px;
    font-weight: 400;
    color: #1145B6;
    font-family: "Open Sans";
    font-size: max(1vw, 12px);
}
.eleven-section{
    width: 100%;
    height: 600px;
}
.Title-eleven-section{
    position: relative;
    top: 8vh;
    font-family: "Open Sans";
    font-weight: 200;
    font-size: max(2vw, 15px);
}
.Paragraph-eleven-section{
    position: relative;
    width: 70%;
    height: 290px;
    top: 25vh;
    left: 15%;
}
.Text-Paragraph-eleven-section{
    font-family: "Open Sans";
    font-weight: 200;
    font-size: max(1.1vw, 15px);
}
.years-line-one{
    display: flex;
    position: relative;
    left: 10%;
    width: 80%;
    height: 110px;
}
.years-item{
    position: relative;
    width: 25%;
    height: 100px;
    margin: 10px;
}
.years-line-two{
    display: flex;
    position: relative;
    position: relative;
    left: 10%;
    width: 80%;
    height: 110px;
}
.img-container{
    position: relative;
    width: 40%;
    left: 30%;
    border: 3px solid #0A089A;
    border-radius: 3px;
    height: 60px;
    top: 20px;
}
.years-text{
    position: relative;
    font-family: "Open Sans";
    font-size: max(1.5vw, 15px);
    color: #0A089A;
    font-weight: bold;
    top: 1.2vh;
    text-align: center;
}
.footer{
    position: relative;
    display: flex;
    width: 100%;
    height: 600px;
    background-color: #333333;
}
.container-links-one{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 16.6%;
    top: -2vh;
    height: 440px;
    margin: 30px;
}
.list-title{
    font-family: "Open Sans";
    font-size: max(1.1vw, 13px);
    color: white;
    font-weight: 500;
}
.footer-links{
    position: relative;
    top: 2vh;
    list-style: none;
}
.links-footer{
    margin: 5px;
    font-family: "Open Sans";
    font-size: max(.9vw, 13px);
    color: white;
}
.icons-socials{
    display: flex;
    left: -6%;
    width: 100%;
    position: relative;
    height: 70px;
}
.socials-icons{
    width: 33.3%;
    height: 60px;
    margin: 10px;
}
.finally-footer{
    display: flex;
    width: 100%;
    height: 50px;
    background-color: #202020;
}
.img-brand-footer{
    position: relative;
    border: 1px solid white;
    width: 10%;
    left: 5%;
    height: 50px;
}
.copyrigth{
    display: flex;
    width: 40%;
    height: 50px;
    left: 10%;
    position: relative;
}
.copyrigth-text{
    position: absolute;
    top: 1.5vh;
    font-family: "Open Sans";
    color: white;
    font-size: max(.9vw, 10px);
}
.location{
    display: flex;
    width: 40%;
    height: 50px;
    left: 10%;
    position: relative;
}
.location-text{
    position: absolute;
    top: 1.5vh;
    font-family: "Open Sans";
    color: white;
    font-size: max(.9vw, 10px);
}
.title-banner_r{
    display: none;
}
.align-buttons_r{
    display: none;
}
.location-page_r{
    display: none;        
}
.footer_r{
    display: none;
}
@media only screen and (max-width: 990px){
    .banner-initial{
        position: relative;
        height: 450px;
        width: 100%;
    }
    .container-banner-initial{
        display: none;
        width: 50%;
        height: 32vh;
        position: absolute;
        top: 18vh;
        border-radius: 0px 30px 30px 0px;
        background-color: #FFFFFF;
    }
    .banner-img{
        display: none;
    }
    .banner-initial{
        background-color: #E4EEFC;
    }
    .location-page{
        display: none;
    }
    .location-page_r{
        display: block;
        position: relative;
        left: 5%;
        top: 5vh;
    }
    .align-buttons_r{
        display: flex;
        width: 80%;
        position: relative;
        top: 30vh;
        left: 10%;
    }
    .title-banner_r{
        display: block;
        font-size: max(7vw, 18px);
        font-family: "Open Sans";
        color: #1145B6;
        position: relative;
        top: 10vh;
        left: 10%;
    }
    .title-banner{
        display: block;
        font-size: max(2.2vw, 18px);
        font-family: "Open Sans";
        color: #1145B6;
        position: relative;
        top: 8vh;
        left: 10%;
    }
    .align-buttons{
        display: flex;
        position: absolute;
        top: 22vh;
        width: 65%;
        left: 10%;
        height: 45px;
    }
    #Download-report{
        font-family: "Open Sans";
        border: none;
        border-radius: 2px;
        width: 45%;
        height: 45px;
        color: white;
        background-color: #1145B6;
        font-weight: 600;
    }
    #Download-indicators{
        position: relative;
        font-family: "Open Sans";
        left: 5%;
        border: none;
        font-weight: 600;
        border-radius: 2px;
        width: 45%;
        color: #1145B6;
        height: 45px;
        border: 2px solid #1145B6;
        background-color: transparent;
    }
    .two-section{
        width: 100%;
        height: 1500px;
    }
    .location-page{
        position: relative;
        width: 30%;
        top: 5vh;
        left: 5%;
        height: 40px;
    }
    .text-location-page{
        font-family: "Open Sans";
        font-size: max(.95vw, 12px);
    }
    .Title-section{
        position: relative;
        width: 80%;
        left: 5%;
        height: 50px;
        top: 8vh;
    }
    .Title-two-section{
        font-family: "Open Sans";
        font-weight: 200;
        font-size: max(6vw, 15px);
    }
    .Paragraph-two-section{
        position: relative;
        width: 70%;
        height: 290px;
        top: 15vh;
        left: 15%;
    }
    .Text-Paragraph-two-section{
        font-family: "Open Sans";
        font-weight: 200;
        font-size: max(1.1vw, 15px);
    }
    .flex-container-images{
        display: flex;
        flex-direction: column;
        position: relative;
        width: 80%;
        left: 11%;
        height: 500px;
        top: 15vh;
    }
    .images-flex{
        position: relative;
        top: 20vh;
        width: 80%;
        height: 240px;
        margin: 40px;
    }
    .three-section{
        width: 100%;
        display: flex;
        flex-direction: column;
        height: 1100px;
        background-color: #F2F2F2;
    }
    .image-three-section{
        width: 100%;
        height: 500px;
    }
    .container-text{
        position: relative;
        width: 80%;
        left: 15%;
        height: 500px;
    }
    .container-text-three-section{
        font-family: 'Open Sans';
        font-size: max(4vw, 15px);
        font-weight: 400;
        position: relative;
        left: 5%;
        top: 13vh; 
    }
        
    .container-paragraph-three-section{
        position: relative;
        left: 5%;
        top: 18vh;
        font-family: "Open Sans";
        font-size: max(1.5vw, 15px);
    }
    .four-section{
        width: 100%;
        height: 900px;
    }
    .Title-four-section{
        font-family: "Open Sans";
        font-weight: 400;
        position: relative;
        left: 80px;
        font-size: max(4vw, 15px);
    }
    .flex-container-icons-one{
        flex-direction: column;
        width: 80%;
        left: 10%;
        height: 250px;
        position: relative;
        top: 10vh;
    }
    .flex-container-icons-two{
        display: flex;
        flex-direction: column;
        width:75%;
        left: 10%;
        height: 250px;
        position: relative;
        top: 30vh;
    }
    .img_text-icons{
        position: relative;
        display: flex;
        top: 2vh;
        margin: 10px;
        width: 100%;
        height: 240px;
    }
    .image-icon{
        position: relative;
        left: 10%;
        top: 3vh;
        width: 80px;
        height: 80px;
    }
    .flex-container-title-icons{
        font-family: "Open Sans";
        position: relative;
        top: 7vh;
        left: 10%;
        font-size: max(1vw, 12px);
        font-weight: bolder;
        color: #083AA0;
        width: 80%;
    }
    .five-section{
        width: 100%;
        height: 400px;
    }
    .container-image{
        width: 100%;
        height: 400px;
        background-color: rgb(100,100,100);
    }
    .six-section{
        height: 700px;
        width: 100%;
    }
    .Title-six-section{
        font-family: "Open Sans";
        font-weight: 200;
        font-size: max(1.8vw, 15px);
    }
    .Paragraph-six-section{
        position: relative;
        width: 70%;
        height: 290px;
        top: 15vh;
        left: 15%;
    }
    .Text-Paragraph-six-section{
        font-family: "Open Sans";
        font-weight: 200;
        font-size: max(1.1vw, 15px);
    }
    .seven-section{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 1300px;
        background-color: #F2F2F2;
    }
    .image-seven-section{
        position: relative;
        width: 100%;
        height: 600px;
    }
    .icon-image-seven-section{
        position: absolute;
        width: 210px;
        height: 210px;
        top: 165px;
        left: 25%;
    }
    .container-seven-section{
        width: 50%;
        left: 15%;
        position: relative;
        height: 600px;
    }
    .title-seven-section{
        position: relative;
        top: 5vh;
        font-family: "Open Sans";
        font-weight: 200;
        font-size: max(4vw, 15px);
    }
    .Paragraph-seven-section{
        position: relative;
        top: 10vh;
        left: 20%;
        font-family: "Open Sans";
        width: 100%;

        font-size: max(1vw, 12px);
    }
    .eight-section{
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 150px;
        background-color: #005662;
    }
    .title-eight-section{
        position: absolute;
        top: 2vh;
        left: 10%;
        font-size: max(5vw, 12px);
        font-weight: 300;
        font-family: "Open Sans";
        color: white;
    
    }
    .buttons-eight-section{
        display: flex;
        width: 50%;
        left: 10%;
        position: absolute;
        height: 40px;
        top: 12vh;
    }
    #button-more-info{
        border: none;
        width: 50%;
        font-family: "Open Sans";
        color: white;
        font-size: max(.8vw, 12px);
        font-weight: bolder;
        height: 40px;
        border-radius: 3px;
        background-color: #083AA0;
    }
    #button-Contact{
        width: 45%;
        position: relative;
        left: 10%;
        font-weight: 600;
        font-family: "Open Sans";
        color: black;
        font-size: max(.8vw, 12px);
        border-radius: 3px;
        border: none;
        background-color: #FFFFFF;
    }
    .nine-section{
        width: 100%;
        height: 400px;
    }
    .Title-nine-section{
        position: relative;
        top: 5vh;
        font-family: "Open Sans";
        font-weight: 200;
        font-size: max(2vw, 15px);
    }
    .Paragraph-nine-section{
        position: relative;
        width: 70%;
        height: 290px;
        top: 15vh;
        left: 15%;
    }
    .Text-Paragraph-nine-section{
        font-family: "Open Sans";
        font-weight: 200;
        font-size: max(1.1vw, 15px);
    }
    .ten-section{
        background-color: #F2F2F2;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 900px;
    }
    .img-ten-section{
        height: 550px;
        width: 100%;
    }
    .Paragraph-download-reports{
        width: 40%;
        left: 15%;
        position: relative;
    }
    .title-download-reports{
        font-family: "Open Sans";
        font-weight: 200;
        position: relative;
        top: 15vh;
        font-size: max(4vw, 15px);
    }
    .buttons-download-reports{
        position: relative;
        width: 100%;
        display: flex;
        height: 60px;
        top: 20vh;
    }
    #button-download{
        width: 50%;
        background-color: #1145B6;
        border-radius: 2px;
        border: none;
        font-weight: 400;
        color: white;
        font-family: "Open Sans";
        font-size: max(1vw, 12px);
    }
    #button-indicators{
        position: relative;
        left: 4%;
        width: 50%;
        border: 3px solid #1145B6;
        border-radius: 2px;
        font-weight: 400;
        color: #1145B6;
        font-family: "Open Sans";
        font-size: max(1vw, 12px);
    }
    .eleven-section{
        width: 100%;
        height: 1200px;
    }
    .Title-eleven-section{
        position: relative;
        top: 8vh;
        font-family: "Open Sans";
        font-weight: 200;
        font-size: max(2vw, 15px);
    }
    .Paragraph-eleven-section{
        position: relative;
        width: 70%;
        height: 290px;
        top: 25vh;
        left: 15%;
    }
    .Text-Paragraph-eleven-section{
        font-family: "Open Sans";
        font-weight: 200;
        font-size: max(1.1vw, 15px);
    }
    .years-line-one{
        display: flex;
        flex-direction: column;
        position: relative;
        left: 10%;
        width: 100%;
        height: 110px;
    }
    .years-item{
        position: relative;
        width: 60%;
        left: 10%;
        height: 100px;
        margin: 10px;
    }
    .years-line-two{
        display: flex;
        flex-direction: column;
        position: relative;
        top: 28vh;
        left: 10%;
        width: 100%;
        height: 110px;
    }
    .img-container{
        position: relative;
        width: 40%;
        left: 30%;
        border: 3px solid #0A089A;
        border-radius: 3px;
        height: 60px;
        top: 20px;
    }
    .years-text{
        position: relative;
        font-family: "Open Sans";
        font-size: max(3vw, 15px);
        color: #0A089A;
        font-weight: bold;
        top: 1.2vh;
        text-align: center;
    }
    .footer{
        display: none;
    }
    .footer_r{
        width: 100%;
        height: 250px;
        background-color: #333333;
        display: flex;
    }
    .container-links-one{
        display: flex;
        flex-direction: column;
        position: relative;
        width: 40%;
        margin: 5%;
        top: -5vh;
        height: 300px;
        margin: 30px;
    }
    .container-links-two{
        display: flex;
        flex-direction: column;
        position: relative;
        width: 40%;
        margin: 5%;
        top: -5vh;
        height: 300px;
        margin: 30px;
    }
    .list-title{
        font-family: "Open Sans";
        font-size: max(1.1vw, 13px);
        color: white;
        font-weight: 500;
    }
    .footer-links{
        position: relative;
        top: 10vh;
        list-style: none;
    }
}
    .footer-links-two{
        position: relative;
        top: 10vh;
        list-style: none;
    }
    .links-footer{
        position: relative;
        top: 12vh;
        position: relative;
        font-family: "Open Sans";
        font-size: max(.9vw, 13px);
        color: white;
    }
    .icons-socials{
        display: flex;
        left: -6%;
        width: 100%;
        position: relative;
        height: 70px;
    }
    .socials-icons{
        width: 33.3%;
        height: 60px;
        margin: 10px;
    }
    .finally-footer{
        display: flex;
        width: 100%;
        height: 50px;
        background-color: #202020;
    }
    .img-brand-footer{
        position: relative;
        border: 1px solid white;
        width: 10%;
        left: 5%;
        height: 50px;
    }
    .copyrigth{
        display: flex;
        width: 40%;
        height: 50px;
        left: 10%;
        position: relative;
    }
    .copyrigth-text{
        position: absolute;
        top: 1.5vh;
        font-family: "Open Sans";
        color: white;
        font-size: max(.9vw, 10px);
    }
    .location{
        display: flex;
        width: 40%;
        height: 50px;
        left: 10%;
        position: relative;
    }
    .location-text{
        position: absolute;
        top: 1.5vh;
        font-family: "Open Sans";
        color: white;
        font-size: max(.9vw, 10px);
    }
    
}
   