@charset "UTF-8";
/*!
Theme Name: MZiQ - Vinci Crédito Infra Master
Author: Lucas Alves - MZ Group
Author URI: https://www.mzgroup.com/
Description: MZiQ CMS Theme for Vinci Crédito Infra website.
Version: 1.0
License: GNU General Public License v2 or later

One and only theme for IR Website for Vinci Crédito Infra
*/
*,
*::before,
*::after {
  outline: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html.contrast {
  filter: grayscale(100%);
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.admin-bar {
  min-height: calc(100vh - 46px);
}
@media (min-width: 780px) {
  body.admin-bar {
    min-height: calc(100vh - 32px);
  }
}

@media print {
  body {
    zoom: 0.8;
  }
  body.admin-bar .header {
    top: auto !important;
  }
}
body,
input,
textarea,
button {
  font-family: "Myriad Pro", sans-serif;
  font-size: 16px;
}

p {
  color: #4D4D4D;
  font-size: 16px;
  font-weight: 400;
  font-family: "Myriad Pro", sans-serif;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
}

h1, h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  h1, h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

h3, h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 37px;
}

h5, h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
}

a {
  color: #002FA7;
  text-decoration: none;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}

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

*::-webkit-scrollbar-track {
  background-color: #4d4d4d !important;
}

*::-moz-scrollbar-track {
  background-color: #4d4d4d !important;
}

*::-ms-scrollbar-track {
  background-color: #4d4d4d !important;
}

*::-o-scrollbar-track {
  background-color: #4d4d4d !important;
}

*::-webkit-scrollbar {
  width: 9px !important;
  height: 9px !important;
  -webkit-transition: 0.377s all;
  -moz-transition: 0.377s all;
  -ms-transition: 0.377s all;
  -o-transition: 0.377s all;
  transition: 0.377s all;
}

*::-moz-scrollbar {
  width: 9px !important;
  height: 9px !important;
  -webkit-transition: 0.377s all;
  -moz-transition: 0.377s all;
  -ms-transition: 0.377s all;
  -o-transition: 0.377s all;
  transition: 0.377s all;
}

*::-ms-scrollbar {
  width: 9px !important;
  height: 9px !important;
  -webkit-transition: 0.377s all;
  -moz-transition: 0.377s all;
  -ms-transition: 0.377s all;
  -o-transition: 0.377s all;
  transition: 0.377s all;
}

*::-o-scrollbar {
  width: 9px !important;
  height: 9px !important;
  -webkit-transition: 0.377s all;
  -moz-transition: 0.377s all;
  -ms-transition: 0.377s all;
  -o-transition: 0.377s all;
  transition: 0.377s all;
}

*::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 47, 167, 0.75) !important;
}

*::-moz-scrollbar-thumb:hover {
  background: rgba(0, 47, 167, 0.75) !important;
}

*::-ms-scrollbar-thumb:hover {
  background: rgba(0, 47, 167, 0.75) !important;
}

*::-o-scrollbar-thumb:hover {
  background: rgba(0, 47, 167, 0.75) !important;
}

*::-webkit-scrollbar-thumb:active {
  background: #002fa7 !important;
}

*::-moz-scrollbar-thumb:active {
  background: #002fa7 !important;
}

*::-ms-scrollbar-thumb:active {
  background: #002fa7 !important;
}

*::-o-scrollbar-thumb:active {
  background: #002fa7 !important;
}

*::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(0, 47, 167, 0.15) !important;
}

*::-moz-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(0, 47, 167, 0.15) !important;
}

*::-ms-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(0, 47, 167, 0.15) !important;
}

*::-o-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(0, 47, 167, 0.15) !important;
}

*::-webkit-scrollbar-button:increment:end, *::-webkit-scrollbar-button:decrement:start {
  height: 9px;
  background-color: rgba(0, 47, 167, 0.5);
  -webkit-transition: 0.377s all;
  -moz-transition: 0.377s all;
  -ms-transition: 0.377s all;
  -o-transition: 0.377s all;
  transition: 0.377s all;
}
*::-webkit-scrollbar-button:increment:end:active, *::-webkit-scrollbar-button:decrement:start:active {
  background-color: #002fa7;
}
*::-webkit-scrollbar-button:increment:end:disabled, *::-webkit-scrollbar-button:decrement:start:disabled {
  background-color: rgba(0, 47, 167, 0.2);
}

*::-webkit-scrollbar-button:increment:end {
  border-radius: 0 0 9px 9px;
  background-position: center;
  background-size: contain;
  background-image: url(img/arrow_scroll_down.svg);
}

*::-webkit-scrollbar-button:decrement:start {
  border-radius: 9px 9px 0 0;
  background-position: center;
  background-size: contain;
  background-image: url(img/arrow_scroll_up.svg);
}

#file-indicator {
  display: none;
  margin: 5px 0;
}

#file-name {
  color: #4D4D4D;
}

/* =WordPress Core
-------------------------------------------------------------- */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.hiddenToggle {
  position: fixed;
  top: 50%;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  pointer-events: none;
}

.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: 1170px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*
 * Bootstrap Grid v4.3.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)
 */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (max-width: 1199px) {
  .d-none-mobile {
    display: none !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.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;
  }
}
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 20px 0;
}
table thead tr {
  background: transparent !important;
}
table thead th {
  padding: 20px 10px;
  background: #002FA7;
  color: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 1;
}
table tr {
  background: #fff;
}
table tr td {
  line-height: 21px;
  color: #4D4D4D;
  padding: 20px 10px;
  font-size: 16px;
  font-weight: 400;
}
table.table-indices {
  border-collapse: collapse;
}
table.table-indices th {
  font-weight: 400;
}
table.table-indices tbody tr {
  border: 0.6px solid #4D4D4D;
}
table.table-indices tbody tr td {
  background: #fff !important;
}
table.tb-central th {
  text-align: center;
  padding: 20px 22px;
  font-weight: 400;
}
table.tb-central th.ano {
  text-align: left;
}
table.tb-central td {
  border-bottom: 1px solid #4D4D4D;
  padding: 16px 18px;
}
table.tb-central td.icone {
  width: 150px;
}
table.tb-central td.icone img {
  display: block;
  margin: auto;
}
table.tb-central td.icone:not(.off) img {
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
table.tb-central td.icone:not(.off) img:hover {
  opacity: 0.5;
}
table.tb-central td.icone.off img {
  filter: grayscale(100%);
  opacity: 0.5;
  cursor: not-allowed;
}
table.table-arquivos thead tr th.data {
  width: 184px;
}
table.table-arquivos thead tr th.icone {
  width: 184px;
}
table.table-arquivos thead tr th.link {
  text-align: left;
}
table.table-arquivos td.data {
  width: 100px;
  text-align: center;
}
table.table-arquivos td.icone {
  text-align: center;
  width: 48px;
}
table.table-arquivos td.icone > a {
  width: 28px;
  min-width: 28px;
}
table.table-arquivos td.icone > a,
table.table-arquivos td.icone > a img {
  display: block;
}
table.table-arquivos td.link a {
  color: #4D4D4D;
  text-decoration: none;
}
table.table-arquivos td.icons {
  width: 40px;
}
table.table-arquivos td.icons i {
  color: #4D4D4D;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  cursor: pointer;
  padding-right: 30px;
}
table.table-arquivos td.icons i:hover {
  opacity: 0.5;
}
table.table-arquivos td.icons span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(img/icons/icon-download.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
table.Tfunds {
  border-spacing: 0px 8px;
}
table.Tfunds td {
  background: #002FA7;
  font-size: 14px;
}
table.Tfunds td.icons span {
  background: none !important;
  display: inline;
  border: 1px solid #FFFFFF;
  padding: 14px 25px;
}
table.Tfunds * {
  color: #fff !important;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.searchPopup__form {
  display: flex;
}
.searchPopup__form > form {
  width: 253px;
  height: 48px;
  position: relative;
  display: flex;
  align-items: center;
}
.searchPopup__form > form input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  padding: 15px 8px;
  color: #4D4D4D;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 0 19px;
}
.searchPopup__form > form input::-webkit-input-placeholder {
  color: rgba(77, 77, 77, 0.5019607843);
}
.searchPopup__form > form input::-moz-input-placeholder {
  color: rgba(77, 77, 77, 0.5019607843);
}
.searchPopup__form > form input::-ms-input-placeholder {
  color: rgba(77, 77, 77, 0.5019607843);
}
.searchPopup__form > form input::-o-input-placeholder {
  color: rgba(77, 77, 77, 0.5019607843);
}
.searchPopup__form > form input::input-placeholder {
  color: rgba(77, 77, 77, 0.5019607843);
}
.searchPopup__form > form button {
  background: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.searchPopup__form > form button:hover {
  opacity: 0.5;
}
.searchPopup__form > form button > svg {
  display: block;
}
.searchPopup__close {
  cursor: pointer;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.searchPopup__close:hover {
  opacity: 0.5;
}

.search .searchContent tr td:first-child {
  width: 30px;
  padding-left: 30px;
}
.search .circle {
  width: 10px;
  height: 10px;
  background: #002FA7;
  border-radius: 50%;
  margin: auto;
}
.search .icon {
  width: 19px;
  height: 17px;
  background-image: url("img/download-search.svg");
  background-size: 100% 100%;
  margin: 0 auto;
}
.search .icon-pdf {
  width: 23px;
  height: 28px;
  background-image: url("img/icon-pdf-search.svg");
  background-size: 100% 100%;
  margin: 0 auto;
}
.search .table-search tr th {
  border-radius: 5px;
  text-align: center;
  background: #fff;
  color: #000;
  font-weight: 400;
  font-size: 20px;
  border-bottom: 1px solid #D5D7D8;
  border-radius: 0;
}
.search .table-search tr td {
  height: 70px;
  border-bottom: 1px solid #D5D7D8;
}
.search .table-search tr td a {
  font-weight: 400;
  color: #4D4D4D;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  display: block;
  text-decoration: none;
}
.search .table-search tr td a:hover {
  opacity: 0.5;
}
.search .table-search tr td a span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}
.search button {
  border-radius: 0;
  font-weight: 400;
  padding: 10px 25px;
}
.search button.files-prev {
  background: #fff;
  border: 1px solid #002FA7;
  color: #002FA7;
}

.btn {
  text-decoration: none;
  display: block;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  padding: 12px 25px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  /*--------------------------------------------------------------
  ## Tamanhos
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Cores da fonte
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Cores de fundo
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Efeitos
  --------------------------------------------------------------*/
}
.btn--lg {
  width: 200px;
}
.btn--md {
  width: 165px;
}
.btn--sm {
  width: 105px;
}
.btn--white {
  color: white;
}
.btn--black {
  color: black;
}
.btn--primaryColor {
  color: #002FA7;
}
.btn--secondaryColor {
  color: #4D4D4D;
}
.btn--tertiaryColor {
  color: #002FA7;
}
.btn--bgWhite {
  background: white;
  border: 2px solid white;
}
.btn--bgWhite.btn--tertiaryColor {
  border-color: #002FA7;
}
.btn--bgBlack {
  background: black;
  border: 2px solid black;
}
.btn--bgClear {
  background: #fff;
  border: 1px solid #002FA7;
}
.btn--bgDisabled {
  background: #F2F2F2;
  border: 2px solid #F2F2F2;
}
.btn--bgPrimaryColor {
  background: #002FA7;
  border: 2px solid #002FA7;
}
.btn--bgSecondaryColor {
  background: #4D4D4D;
  border: 2px solid #4D4D4D;
}
.btn--bgTertiaryColor {
  background: #002FA7;
  border: 2px solid #002FA7;
}
.btn:disabled {
  cursor: no-drop;
}
.btn:hover {
  opacity: 0.8;
}

.custom_form {
  max-width: 100%;
  margin: 0 auto;
}
.custom_form--talkir {
  width: 433px;
  display: flex;
  flex-direction: column;
}
.custom_form--talkir fieldset {
  order: 1;
}
.custom_form--talkir .terms {
  order: 2;
}
.custom_form--talkir .btnsContact {
  order: 4;
  gap: 20px;
}
.custom_form--talkir .recaptcha {
  order: 3;
}
.custom_form--talkir .recaptcha .g-recaptcha {
  margin-top: 10px;
  margin-bottom: 10px !important;
}
.custom_form--mailing {
  width: 433px;
}
.custom_form label {
  display: block;
  color: #4D4D4D;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}
.custom_form label.error {
  color: #ff6767;
  display: none;
}
.custom_form label.termos {
  text-align: left;
}
.custom_form label.termos label {
  padding-left: 5px;
  display: inline;
}
.custom_form .terms {
  display: flex;
  align-items: center;
}
.custom_form .terms .input-check {
  margin: 0 10px 0 0;
}
@media (min-width: 1200px) {
  .custom_form .terms .input-check {
    margin: 0 10px 0 0;
  }
}
.custom_form .terms label {
  margin-bottom: -2px !important;
}
.custom_form .terms label, .custom_form .terms label * {
  margin: 0;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
}
.custom_form .text {
  padding: 6px;
  height: 90px;
  border: 0.3px solid #666666;
  overflow: auto;
}
.custom_form .text p {
  font-size: 14px;
  line-height: 18px;
}
.custom_form fieldset {
  padding: 0;
  border: 0;
  margin-bottom: 20px;
}
.custom_form .file-person {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: #F6F6F6;
}
.custom_form .file-person__text {
  font-size: 16px;
  line-height: 1;
  color: #454545;
  font-weight: 400;
}
.custom_form .file-person__btn {
  padding: 8px 15px;
  background: #F6F6F6;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  color: #9E9E9E;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  border-radius: 50px;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  cursor: pointer;
}
.custom_form .file-person__btn:hover {
  opacity: 0.5;
}
.custom_form .file-person .wpcf7-form-control-wrap {
  display: none;
}
.custom_form input[type=text],
.custom_form input[type=email],
.custom_form input[type=phone],
.custom_form textarea,
.custom_form select {
  font-size: 16px;
  line-height: 24px;
  outline: none;
  color: #4D4D4D;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 18px;
  font-weight: 400;
  border: 1px solid #4D4D4D;
}
.custom_form input[type=text]::-webkit-input-placeholder,
.custom_form input[type=email]::-webkit-input-placeholder,
.custom_form input[type=phone]::-webkit-input-placeholder,
.custom_form textarea::-webkit-input-placeholder,
.custom_form select::-webkit-input-placeholder {
  color: #4D4D4D;
}
.custom_form input[type=text]::-moz-input-placeholder,
.custom_form input[type=email]::-moz-input-placeholder,
.custom_form input[type=phone]::-moz-input-placeholder,
.custom_form textarea::-moz-input-placeholder,
.custom_form select::-moz-input-placeholder {
  color: #4D4D4D;
}
.custom_form input[type=text]::-ms-input-placeholder,
.custom_form input[type=email]::-ms-input-placeholder,
.custom_form input[type=phone]::-ms-input-placeholder,
.custom_form textarea::-ms-input-placeholder,
.custom_form select::-ms-input-placeholder {
  color: #4D4D4D;
}
.custom_form input[type=text]::-o-input-placeholder,
.custom_form input[type=email]::-o-input-placeholder,
.custom_form input[type=phone]::-o-input-placeholder,
.custom_form textarea::-o-input-placeholder,
.custom_form select::-o-input-placeholder {
  color: #4D4D4D;
}
.custom_form input[type=text]::input-placeholder,
.custom_form input[type=email]::input-placeholder,
.custom_form input[type=phone]::input-placeholder,
.custom_form textarea::input-placeholder,
.custom_form select::input-placeholder {
  color: #4D4D4D;
}
.custom_form select:not([multiple]) {
  -webkit-appearance: none;
  background-image: url(img/arrow_select.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}
.custom_form select[multiple] {
  height: 130px;
}
.custom_form textarea {
  resize: none;
  height: 118px;
}
.custom_form button {
  text-align: center;
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}
.custom_form button.send {
  min-width: 89px;
  padding: 10px 10px;
}
.custom_form button.clear {
  margin-right: 0 !important;
}
@media (min-width: 576px) {
  .custom_form button {
    min-width: 160px;
    padding: 10px 24px;
  }
}

.admin-bar .c-header {
  top: 46px;
}
@media (min-width: 780px) {
  .admin-bar .c-header {
    top: 32px;
  }
}
@media (max-width: 778px) {
  .admin-bar .c-header {
    top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 779px) {
  .admin-bar .c-header__navigation {
    top: 46px;
    height: 540px;
    overflow-y: auto;
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .admin-bar .c-header__navigation {
    top: 200px;
    height: 540px;
    overflow-y: auto;
  }
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: linear-gradient(180deg, rgb(0, 36, 55) 0%, rgba(0, 36, 55, 0) 100%);
  padding: 0 0 20px;
}
@media (max-width: 778px) {
  .c-header {
    position: relative;
  }
}
@media (min-width: 1199px) {
  .c-header .container > div {
    width: 100%;
  }
}
.c-header__bgWhite {
  background: #fff;
}
.c-header__bgBlue {
  background: #002FA7;
}
@media (max-width: 1199px) {
  .c-header__bgBlue {
    background: #fff;
    padding: 20px 0;
  }
}
.c-header__accessibility:not(.c-header__top__navigation) {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .c-header__accessibility:not(.c-header__top__navigation) {
    gap: 0 20px;
  }
}
.c-header__accessibility:not(.c-header__top__navigation) > li + li {
  margin-left: 4px;
}
.c-header__accessibility > li.accessibility-btn,
.c-header__accessibility > li.accessibility-btn * {
  line-height: 1;
  color: #4d4d4d;
  font-size: 14px;
}
.c-header__accessibility > li.accessibility-btn a {
  display: flex;
  align-items: center;
}
.c-header__accessibility > li.accessibility-btn svg {
  margin-right: 5px;
}
.c-header__accessibility > li.fontToggle,
.c-header__accessibility > li.fontToggle * {
  line-height: 1;
  color: #4d4d4d;
}
.c-header__accessibility > li.fontToggle span {
  transition: all 0.3s;
  cursor: pointer;
}
.c-header__accessibility > li.fontToggle span.js-increase {
  font-size: 14px;
}
.c-header__accessibility > li.fontToggle span.js-decrease {
  font-size: 10px;
}
.c-header__accessibility > li.fontToggle span + span {
  margin-left: 4px;
}
.c-header__accessibility > li.fontToggle span:hover {
  opacity: 0.5;
}
.c-header__top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 1200px) {
  .c-header__top {
    justify-content: space-between;
  }
}
.c-header__top__navigation {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.c-header__top__navigation.active {
  opacity: 1;
  pointer-events: unset;
}
@media (min-width: 1200px) {
  .c-header__top__navigation > li + li {
    margin-left: 26px;
  }
}
@media (max-width: 1199px) {
  .c-header__top__navigation > li.accessibility {
    display: none;
  }
}
.c-header__top__search {
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  background: white;
  top: 0;
  right: 0;
  margin: 12px 0 0;
}
@media (max-width: 1199px) {
  .c-header__top__search {
    display: none !important;
  }
}
.c-header__top__search.active {
  pointer-events: unset;
  opacity: 1;
}
.c-header__top__menu > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #fff;
}
.c-header__top__menu > ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}
.c-header__searchOuterMobile {
  padding: 0 0 0 15px !important;
  transition: all 0.3s;
  position: relative;
  background: white;
  margin: 12px 0 0;
}
@media (min-width: 1200px) {
  .c-header__searchOuterMobile {
    display: none !important;
  }
}
.c-header__searchOuterMobile.active {
  pointer-events: unset;
  opacity: 1;
}
.c-header__searchOuterMobile .searchPopup__close {
  display: none;
}
.c-header__bottom {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .c-header__bottom {
    justify-content: right;
  }
}
.c-header__mobileActions {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.c-header__mobileActions > li {
  display: flex;
  align-items: center;
}
.c-header__mobileActions > li + li {
  margin-left: 16px;
}
.c-header__logo {
  display: flex;
  align-items: center;
  gap: 0 30px;
  min-width: 130px;
  padding: 14px 10px 10px;
  position: relative;
}
.c-header__logo::before {
  content: "";
  position: absolute;
  background: #4d4d4d;
  width: 0.2px;
  height: 32px;
  left: 135px;
}
@media (max-width: 1199px) {
  .c-header__logo::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .c-header__logo {
    flex-direction: column;
  }
}
.c-header__logo > img {
  display: block;
  width: 110px;
}
.c-header__logo > span {
  font-size: 20px;
  color: #4d4d4d;
}
.c-header__language > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 0;
}
.c-header__language > ul li,
.c-header__language > ul li * {
  color: #4d4d4d;
  line-height: 1;
}
.c-header__language > ul li a {
  font-weight: 400;
  font-size: 14px;
}
.c-header__language > ul li a.active {
  display: none;
}
.c-header__search svg {
  display: block;
  cursor: pointer;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.c-header__search svg:hover {
  opacity: 0.5;
}
.c-header__logout {
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.c-header__logout svg:hover {
  opacity: 0.5;
}
.c-header__logout:hover,
.c-header__logout:hover * {
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
@media (min-width: 1200px) {
  .c-header__navigation > nav > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    padding-top: 12px;
  }
  .c-header__navigation > nav > ul > li {
    position: relative;
    padding: 0 36px;
  }
  .c-header__navigation > nav > ul > li:hover > ul {
    opacity: 1;
    pointer-events: initial;
  }
  .c-header__navigation > nav > ul > li + li {
    margin-left: 36px;
  }
  .c-header__navigation > nav > ul > li > a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    opacity: 1;
    position: relative;
    font-weight: 400;
    white-space: nowrap;
    padding-bottom: 10px;
    text-align: left;
  }
  .c-header__navigation > nav > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 0%);
    padding: 12px 24px;
    list-style-type: none;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    min-width: 100%;
    width: 210px;
    padding-top: 15px;
  }
  .c-header__navigation > nav > ul > li > ul:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 10px;
    right: 0;
    background: #25282a;
    width: 210px;
    height: 100%;
    border-top: 2px solid #002FA7;
  }
  .c-header__navigation > nav > ul > li > ul li {
    text-align: left;
  }
  .c-header__navigation > nav > ul > li > ul li + li {
    margin-top: 12px;
  }
  .c-header__navigation > nav > ul > li > ul li a {
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    position: relative;
    text-align: left;
  }
  .c-header__navigation > nav > ul > li > ul li a:hover {
    color: #002FA7;
    opacity: 0.6;
  }
}
@media (max-width: 1199px) {
  .c-header__navigation {
    width: 100%;
    position: fixed;
    top: 0;
    right: -100vw;
    background: #fff;
    padding: 30px 16px;
    height: 100%;
    overflow: auto;
    transition: all 0.3s;
  }
  .c-header__navigation.active {
    right: 0;
  }
  .c-header__navigation__mobileClose {
    position: absolute;
    top: 16px;
    right: 10px;
  }
  .c-header__navigation > nav > ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .c-header__navigation > nav > ul > li + li {
    margin-top: 16px;
  }
  .c-header__navigation > nav > ul > li > a {
    font-size: 16px;
    line-height: 1;
    color: #4d4d4d;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
  }
  .c-header__navigation > nav > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .c-header__navigation > nav > ul > li > ul li + li {
    margin-top: 4px;
  }
  .c-header__navigation > nav > ul > li > ul li a {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    position: relative;
    padding-left: 15px;
  }
}

.c-footer {
  background: #4D4D4D;
  width: 100%;
  padding: 20px 0;
}
.c-footer > .container {
  max-width: 1280px;
}
.c-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 34px 6px 16px;
}
@media (max-width: 992px) {
  .c-footer__top {
    flex-direction: column;
    gap: 18px 0;
    padding: 12px 34px 30px 16px;
  }
}
.c-footer__menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 36px 0;
  margin-bottom: 20px;
  border-top: 1px solid #fff;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .c-footer__menu {
    align-items: center;
  }
  .c-footer__menu * {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .c-footer__menu {
    flex-direction: row;
  }
}
@media (max-width: 992px) {
  .c-footer__menu {
    padding: 40px 10px 0;
  }
}
.c-footer__menu > div + div {
  margin-top: 16px;
}
@media (min-width: 1200px) {
  .c-footer__menu > div + div {
    margin-left: 8px;
    margin-top: 0;
  }
}
.c-footer__menu nav > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .c-footer__menu nav > ul {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.c-footer__menu nav > ul > li + li {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .c-footer__menu nav > ul > li + li {
    margin-left: 0;
  }
}
.c-footer__menu nav > ul > li > a {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  opacity: 1;
}
@media (max-width: 992px) {
  .c-footer__menu nav > ul > li > a {
    font-size: 20px;
    margin: 20px 0;
  }
}
.c-footer__menu nav > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.c-footer__menu nav > ul > li > ul li + li {
  margin-top: 8px;
  max-width: 140px;
}
@media (max-width: 1199px) {
  .c-footer__menu nav > ul > li > ul li + li {
    max-width: 100%;
  }
}
.c-footer__menu nav > ul > li > ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s;
  opacity: 1;
}
.c-footer__menu nav > ul > li > ul li a:hover {
  color: #002FA7;
}
.c-footer__logo {
  width: 98px;
}
.c-footer__editor {
  text-align: center;
}
@media (min-width: 1200px) {
  .c-footer__editor {
    text-align: left;
  }
}
.c-footer__editor * {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}
.c-footer__social > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.c-footer__social > ul > li + li {
  margin-left: 16px;
}
@media (min-width: 1200px) {
  .c-footer__social > ul > li + li {
    margin-left: 35px;
  }
}
.c-footer__social > ul > li > a {
  display: block;
}
.c-footer__social > ul > li > a > img {
  display: block;
  width: 29px;
}
.c-footer__desclaimer__top > img {
  width: 100px;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .c-footer__desclaimer__top > img {
    margin-right: 68px;
  }
}
.c-footer__desclaimer__editor * {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}
@media (max-width: 1199px) {
  .c-footer__desclaimer__editor * {
    margin-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .c-footer__desclaimer__editor * {
    font-size: 14px;
    line-height: 21px;
  }
}
.c-footer__copy {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .c-footer__copy {
    flex-direction: row;
  }
}
@media (max-width: 992px) {
  .c-footer__copy {
    gap: 15px 0;
    align-items: flex-start;
    padding-left: 10px;
  }
}
@media (max-width: 1199px) {
  .c-footer__copy {
    align-items: center;
  }
}
.c-footer__copy > span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .c-footer__copy > span {
    margin-bottom: 0;
    text-align: left;
  }
}
.c-footer__copy > a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}
.c-footer__copy > a b {
  font-weight: 700;
}

.wpml-ls-statics-footer {
  display: none !important;
}

body.admin-bar .pageLogin {
  min-height: calc(100vh - 32px);
}
@media (max-width: 782px) {
  body.admin-bar .pageLogin {
    min-height: 100vh;
  }
}

.pageLogin {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: linear-gradient(145deg, #4d4d4d 50%, #babcbe 50%);
}
.pageLogin * {
  font-family: "Axiforma", sans-serif !important;
}
@media (max-width: 782px) {
  .pageLogin {
    min-height: 100vh;
  }
}
@media (min-width: 782px) {
  .pageLogin {
    min-height: 100vh;
  }
}
.pageLogin .language {
  position: absolute;
  top: 5%;
  right: 12px;
  display: block;
}
@media (min-width: 1200px) {
  .pageLogin .language {
    top: 8%;
    right: 8%;
  }
}
.pageLogin .language ul {
  display: flex;
  list-style-type: none;
}
.pageLogin .language ul li {
  background: #002FA7;
  padding: 5px 10px;
}
.pageLogin .language ul li:first-of-type {
  padding-left: 17px;
}
.pageLogin .language ul li:last-of-type {
  padding-right: 17px;
}
.pageLogin .language ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: white;
  position: relative;
}
.pageLogin .language ul li.divisor {
  color: white;
  padding: 5px 0;
}
.pageLogin__box {
  width: 100%;
  max-width: 546px;
  text-align: center;
}
.pageLogin__box .logo {
  margin-bottom: 20px;
  width: 250px;
}
.pageLogin__box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: white;
  margin-bottom: 32px;
}
.pageLogin__box form {
  background: white;
  padding: 44px 56px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1215686275);
}
.pageLogin__box form > h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  color: black;
  text-align: center;
  margin-bottom: 30px;
}
.pageLogin__box form.forgotPass {
  padding-top: 85px;
}
.pageLogin__box form label {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: white;
}
.pageLogin__box form input {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  border: solid 1px #000000;
  border-radius: 0;
  padding: 10px 27px;
  background: white;
  margin-bottom: 16px;
  width: 100%;
}
.pageLogin__box form input::placeholder {
  color: rgba(0, 0, 0, 0.5019607843);
}
.pageLogin__box form input.last-child {
  margin-bottom: 24px;
}
.pageLogin__box form button {
  border-radius: 0;
  margin: 16px auto 0;
}
.pageLogin__box form .g-recaptcha > div {
  margin: auto;
}
.pageLogin__box form.register .messagePassword {
  margin: 16px 0 0 0;
}
.pageLogin__box form.register .messagePassword * {
  color: black;
}
.pageLogin__box form.register .messagePassword p {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  text-decoration: none;
  transition-duration: 0.144s;
}
.pageLogin__box form.register .messagePassword p:not(.invalid) {
  max-height: 0;
  opacity: 0;
  margin-bottom: 0;
}
.pageLogin__box form .forgot,
.pageLogin__box form .register {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin-top: 16px;
  color: black;
  display: block;
  text-align: center;
  margin-bottom: 1.5rem;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.pageLogin__box form .forgot:hover,
.pageLogin__box form .register:hover {
  opacity: 0.7;
}
.pageLogin__box .alert {
  display: none;
  font-family: "Montserrat";
  padding: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1215686275);
  color: black;
  background: white;
  margin: 0 0 16px;
}
.pageLogin__box .alert.success {
  background: green;
  color: white;
}
.pageLogin__box .alert.error {
  background: red;
  color: white;
}
.pageLogin__box .alert.empty, .pageLogin__box .alert.email-invalid, .pageLogin__box .alert.repeat-pass, .pageLogin__box .alert.invalid-user, .pageLogin__box .alert.different-pass, .pageLogin__box .alert.invalid-pass {
  background: orange;
  color: white;
}
.pageLogin .popup-forgot {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.pageLogin .popup-forgot__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
  overflow: auto;
  background: #fff;
  padding: 32px;
}
.pageLogin .popup-forgot__box > svg {
  position: absolute;
  top: 4px;
  right: 4px;
  transition: all 0.3s;
  cursor: pointer;
}
.pageLogin .popup-forgot__box > svg:hover {
  opacity: 0.5;
}
.pageLogin .popup-forgot__box .custom_form {
  max-width: 100%;
}
.pageLogin .loginFooter {
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .pageLogin .loginFooter {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.pageLogin .loginFooter > .container {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  .pageLogin .loginFooter > .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
}
.pageLogin .loginFooter > .container a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  color: black;
  flex-basis: 33.3333333333%;
}

.page-template-ra-forgot-password .pageLogin__box form.forgotPass {
  padding-top: 30px;
}
.page-template-ra-forgot-password .backhome {
  padding-top: 30px !important;
}
@media (max-width: 992px) {
  .page-template-ra-forgot-password .backhome {
    margin-bottom: 20px;
  }
}
.page-template-ra-forgot-password .pageLogin .loginFooter {
  bottom: 20px;
}

#page-restricted-area form {
  margin-bottom: 20px;
}
#page-restricted-area form label:not([for=fano]) {
  position: relative;
  background-color: #4D4D4D;
  border: 1px solid #4D4D4D;
  border-radius: 50px;
  padding: 15px 0px;
}
#page-restricted-area form label:not([for=fano]) i {
  position: absolute;
  right: 15px;
  top: 12px;
  color: white;
  cursor: pointer;
}
#page-restricted-area form label:not([for=fano]) select {
  background-color: transparent;
  border: none;
  color: #fff;
  font-style: normal;
  cursor: pointer;
  font-weight: 400;
  line-height: 26px;
  padding: 10px 40px 10px 20px;
  width: 113px;
  text-align: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}
#page-restricted-area form label:not([for=fano]) select option {
  color: black;
}

.contentTabs__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  list-style: none;
  padding: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .contentTabs__nav {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contentTabs__nav li {
  text-align: center;
  font-family: "Myriad Pro", sans-serif;
  font-size: 18px;
  line-height: 130%;
  color: #002FA7;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  height: 48px;
  border: 1px solid #002FA7;
  cursor: pointer;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  padding: 0 20px;
  white-space: nowrap;
}
.contentTabs__nav li:hover, .contentTabs__nav li.active {
  color: white;
  background: #002FA7;
}
@media (max-width: 767px) {
  .contentTabs__nav li:nth-child(2) {
    border-top: 0;
    border-bottom: 0;
  }
}
.contentTabs__item {
  display: none;
}
.contentTabs__item.active {
  display: block;
}
.contentTabs__item .table-arquivos {
  table-layout: fixed;
  min-width: 550px;
  width: auto;
}
@media screen and (min-width: 544px) {
  .contentTabs__item .table-arquivos {
    width: 100%;
    min-width: none;
    table-layout: auto;
  }
}
.contentTabs__item__press {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.contentTabs__item__press a {
  margin: 15px 0;
  text-decoration: none;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.contentTabs__item__press a:nth-child(4n) {
  margin-right: 0;
}
@media (min-width: 1025px) {
  .contentTabs__item__press a {
    max-width: 264px;
  }
}
.contentTabs__item__videos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contentTabs__item__videos .video {
  width: calc(50% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
}
.contentTabs__item__videos .video .title {
  display: block;
  margin-top: 5px;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
}

.fundsInternal__scroller {
  margin-bottom: 75px;
}
@media (max-width: 1146px) {
  .fundsInternal__scroller {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.fundsInternal__tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-around;
  border-bottom: 0.7px solid #4D4D4D;
  margin-bottom: 10px;
  min-width: 1146px;
}
@media (max-width: 1146px) {
  .fundsInternal__tabs {
    justify-content: flex-start;
    border-bottom: none;
  }
}
.fundsInternal__tabs > div {
  margin-right: 50px;
  padding-bottom: 30px;
  cursor: pointer;
  border-bottom: 4px solid transparent;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.fundsInternal__tabs > div a {
  font-family: "Myriad Pro", sans-serif;
  font-size: 18px;
  line-height: 130%;
  color: #4D4D4D;
  text-decoration: none;
}
.fundsInternal__tabs > div:last-child {
  margin-right: 0;
}
.fundsInternal__tabs > div:hover, .fundsInternal__tabs > div.active {
  border-color: #002FA7;
}
.fundsInternal__tabs > div:hover a, .fundsInternal__tabs > div.active a {
  color: #002FA7;
  opacity: 1;
}
@media (max-width: 1146px) {
  .fundsInternal__tabs > div {
    border-bottom: none !important;
  }
}
.fundsInternal__title {
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .fundsInternal__resume {
    padding-right: 50px;
    position: relative;
  }
  .fundsInternal__resume:before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    background: #c8cdcf;
  }
}
.fundsInternal__infos {
  padding-top: 30px;
}
.fundsInternal__infos ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fundsInternal__infos ul li {
  font-size: 15px;
  line-height: 150%;
  color: #8D9091 !important;
  margin-bottom: 16px !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}
.fundsInternal__infos ul li::before {
  display: none;
}
.fundsInternal__infos ul li:last-child {
  margin-bottom: 0;
}
.fundsInternal__infos ul li span {
  font-family: "Myriad Pro", sans-serif;
  color: #002FA7;
  font-weight: bold;
}
.fundsInternal__infos .fund_disclaimer p {
  font-size: 8px;
  line-height: normal;
}
.fundsInternal__chart {
  padding: 50px 0;
}
.fundsInternal__chart .titleQuotes {
  border-bottom: 0.3px solid #3773D6;
  padding-bottom: 34px;
  font-size: 24px;
}
.fundsInternal__chart__header {
  margin-bottom: 15px;
}
.fundsInternal__chart__title {
  font-family: "Myriad Pro", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #000000;
}
.fundsInternal__chart__rangeSelector {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.fundsInternal__chart__rangeSelector li {
  font-family: "Myriad Pro", sans-serif;
  font-size: 13px;
  line-height: 130%;
  color: #000000;
  border-bottom: 2px solid #8d9091;
  margin-right: 16px;
  cursor: pointer;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.fundsInternal__chart__rangeSelector li:hover, .fundsInternal__chart__rangeSelector li.active {
  border-color: #ab8433;
}
.fundsInternal__chart__rangeSelector li:last-child {
  margin-right: 0;
}
.fundsInternal__disclaimer {
  padding-top: 85px;
  padding-bottom: 85px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.fundsInternal__disclaimer > a {
  background: #002FA7;
  padding: 15px 45px;
  font-family: "Myriad Pro", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  text-align: center;
  color: white;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.fundsInternal__disclaimer > a:hover {
  opacity: 0.75;
}
.fundsInternal__disclaimer__modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  z-index: 5;
}
.fundsInternal__disclaimer__modal.active {
  display: flex;
}
.fundsInternal__disclaimer__modal.active:before {
  display: block;
}
.fundsInternal__disclaimer__modal:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fundsInternal__disclaimer__modal__dialog {
  background: white;
  width: 100%;
  max-width: 1146px;
  z-index: 1;
}
.fundsInternal__disclaimer__modal__dialog__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  padding: 15px;
}
@media (min-width: 576px) {
  .fundsInternal__disclaimer__modal__dialog__header {
    padding: 35px;
  }
}
.fundsInternal__disclaimer__modal__dialog__header__close {
  cursor: pointer;
}
.fundsInternal__disclaimer__modal__dialog__content {
  max-height: 350px;
  overflow-y: scroll;
  padding: 15px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (min-width: 576px) {
  .fundsInternal__disclaimer__modal__dialog__content {
    padding: 50px;
  }
}
.fundsInternal__disclaimer__modal__dialog__content::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
.fundsInternal__disclaimer__modal__dialog__content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.fundsInternal__disclaimer__modal__dialog__content::-webkit-scrollbar-thumb {
  background: #002FA7;
}
.fundsInternal__disclaimer__modal__dialog__content::-webkit-scrollbar-thumb:hover {
  background: #002FA7;
}
.fundsInternal__disclaimer__modal__dialog__footer {
  background: #002FA7;
  padding: 20px 0;
  text-align: center;
}
.fundsInternal__disclaimer__modal__dialog__footer p {
  font-family: "Myriad Pro", sans-serif;
  font-size: 14px;
  line-height: 150%;
  color: white;
  margin: 0;
}
.fundsInternal__documents__title {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #002FA7;
  margin-bottom: 96px;
}
.fundsInternal__documents .table-arquivos {
  table-layout: fixed;
  min-width: 750px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .fundsInternal__documents .table-arquivos {
    width: 100%;
    min-width: none;
    table-layout: auto;
  }
}

table.table-funds {
  border-collapse: separate;
  border-spacing: 0 8px !important;
}
table.table-funds thead th {
  background: #002FA7;
  white-space: nowrap;
  font-weight: 400;
  padding: 20px 10px !important;
}
table.table-funds tbody .linha-title {
  opacity: 0;
  height: 47px;
  user-select: none;
}
table.table-funds tbody tr {
  border: 0.6px solid #4d4d4d;
}

.funds__tablesHeader, .funds__category {
  margin-bottom: 48px;
}
.funds__category table tr.fundInfo:not(.opened) {
  display: none;
}
.funds__category table tr.fundInfo td {
  background: #f6f6f6;
}
.funds__category table tr.fundInfo td span {
  display: block;
}
.funds__category table tr.fundInfo td span.fundoInfo--title {
  font-family: "Myriad Pro", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: black;
  margin-bottom: 5px;
}
.funds__category table tr.fundInfo td span.fundInfo--value {
  font-family: "Myriad Pro", sans-serif;
  font-size: 15px;
  color: #4D4D4D;
  margin-bottom: 13px;
}
.funds__category table td {
  max-width: 59px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.funds__category table td.icons img {
  cursor: pointer;
  transition: 0.5s all;
}
.funds__category table td.icons img:hover {
  opacity: 0.75;
}
.funds__category table td.icons img.opened {
  transform: rotate(-180deg);
}
.funds__category table td.icons img:first-child {
  margin-right: 15px;
}
.funds__arrow {
  width: 100%;
  height: 32px;
  position: relative;
}
@media (max-width: 767px) {
  .funds__arrow {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .funds__arrow {
    display: none;
  }
}
.funds__arrow svg {
  position: absolute;
  right: 8px;
  width: 18px;
  height: auto;
  animation: movingArrow infinite 1s linear;
  transition: 300ms;
}
.funds__arrow svg path {
  fill: #002FA7;
}
.funds.listFunds {
  overflow: auto;
}
.funds.listFunds table {
  border-spacing: 0;
}
.funds.listFunds table.table-indices {
  border-collapse: separate;
  border-spacing: 0 8px;
}
.funds.listFunds table.table-indices thead th {
  padding: 15px;
}
.funds.listFunds table.table-indices tbody td {
  padding: 15px;
  text-align: left;
  border-top: 0.6px solid #4D4D4D;
  border-bottom: 0.6px solid #4D4D4D;
}
.funds.listFunds table.table-indices tbody td:first-of-type {
  border-left: 0.6px solid #4D4D4D;
}
.funds.listFunds table.table-indices tbody td:last-of-type {
  border-right: 0.6px solid #4D4D4D;
}
.funds.listFunds table .linha-fundo {
  border: 1px solid rgba(77, 77, 77, 0.6);
}
.funds.listFunds table .linha-fundo td {
  padding: 15px;
  color: #000;
  font-weight: 400;
  border-top: 0.6px solid #4D4D4D;
  border-bottom: 0.6px solid #4D4D4D;
}
.funds.listFunds table .linha-fundo td:first-of-type {
  border-left: 0.6px solid #4D4D4D;
}
.funds.listFunds table .linha-fundo td:last-of-type {
  border-right: 0.6px solid #4D4D4D;
}
.funds.listFunds table .linha-fundo td.title span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  display: block;
}
.funds.listFunds table .linha-fundo td.icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.funds.listFunds table .linha-fundo td.icons .actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.funds.listFunds table .linha-fundo td.icons .actions .fa {
  display: inline-block;
  width: 20px;
  cursor: pointer;
  text-align: center;
}
.funds.listFunds table .linha-fundo td.icons .actions .fa:before {
  font-size: 25px;
}
.funds.listFunds table .linha-fundo td.icons .actions .fa-angle-up {
  display: none;
}
.funds.listFunds table .linha-fundo.active td.icons .actions .fa {
  display: none;
}
.funds.listFunds table .linha-fundo.active td.icons .actions .fa-angle-up {
  display: inline-block;
}
.funds.listFunds table .accordion-fundo {
  display: none;
}
.funds.listFunds table .accordion-fundo.active {
  display: table-row;
}
.funds.listFunds table .accordion-fundo.active .box {
  padding: 10px 0;
}
.funds.listFunds table .accordion-fundo.active .content {
  height: auto;
  height: initial;
  padding: 15px 13px;
}
.funds.listFunds table .accordion-fundo.active .grafico .tableChart {
  display: none;
  transition: 2.5s;
  height: 0;
  overflow: hidden;
}
.funds.listFunds table .accordion-fundo.active .grafico .btns,
.funds.listFunds table .accordion-fundo.active .grafico .footer {
  display: none;
}
.funds.listFunds table .accordion-fundo.active .grafico #container-chart {
  overflow: initial !important;
}
.funds.listFunds table .accordion-fundo td {
  background-color: #f6f6f6;
}
.funds.listFunds table .accordion-fundo .box {
  padding: 0;
}
.funds.listFunds table .accordion-fundo .content {
  padding: 0;
  height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.funds.listFunds table .accordion-fundo .text {
  float: left;
  width: 45%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.funds.listFunds table .accordion-fundo .text .fundos {
  min-width: 50%;
  max-width: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.funds.listFunds table .accordion-fundo .text .fundos .item {
  display: inline-block;
  width: 100%;
  list-style: none;
  padding-right: 15px;
  margin-bottom: 20px;
}
.funds.listFunds table .accordion-fundo .text .fundos .item:before {
  display: none;
}
.funds.listFunds table .accordion-fundo .text .fundos .item h3 {
  color: #002FA7;
  font-family: "Myriad Pro", sans-serif;
  font-style: normal;
  line-height: 130%;
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 700;
}
.funds.listFunds table .accordion-fundo .text .fundos .item p {
  color: #8D9091;
  font-family: "Myriad Pro", sans-serif;
  font-style: normal;
  line-height: 130%;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}
.funds.listFunds table .accordion-fundo .text .fundos.taxas .item:first-child {
  margin-bottom: 0;
}
.funds.listFunds table .accordion-fundo .text .fundos.taxas .item h2 {
  color: #000000;
  font-family: "Myriad Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0 0 4px;
  font-size: 17px;
}
.funds.listFunds table .accordion-fundo .text .fundos.taxas .item h3 {
  font-size: 15px;
}
.funds.listFunds table .accordion-fundo .btn {
  background-color: #002FA7;
  color: #ffffff !important;
  display: inline-block;
  text-decoration: none !important;
  border-radius: 0;
  padding: 15px 40px;
  font-weight: 400;
}
.funds.listFunds table .separator td {
  background-color: transparent;
  padding: 4px;
}
.funds.listFunds .grafico {
  float: left;
  width: 55%;
}
.funds.listFunds .grafico .titleChart {
  color: #002FA7;
  font-family: "Myriad Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 4px;
  font-size: 17px;
}
.funds.listFunds .grafico .highcharts-container {
  width: 629px;
}
.funds.listFunds .renderChart {
  position: relative;
}
@media (min-width: 768px) {
  .funds.listFunds .dropFilter {
    position: absolute;
    top: -25px;
    right: 10px;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .funds.listFunds .dropFilter {
    margin: 20px 0;
  }
}
.funds.listFunds .dropFilter .select {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  z-index: 1;
  border: 1px solid #696969;
}
.funds.listFunds .dropFilter .select .angle {
  position: absolute;
  top: 12px;
  right: 10px;
  fill: #002FA7;
}
.funds.listFunds .dropFilter .select .filter {
  font-family: "Myriad Pro", sans-serif;
  font-style: normal;
  color: #444444;
  position: relative;
  cursor: pointer;
  padding: 10px 20px 10px 10px;
  display: block;
  font-size: 13px;
}
.funds.listFunds .dropFilter .select .bg-dropFilter {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8;
  display: none;
}
.funds.listFunds .dropFilter .select .bg-dropFilter.open {
  display: block;
}
.funds.listFunds .dropFilter .select__list {
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 0;
  width: 100%;
  padding: 0;
  margin: 1px 0 0;
  z-index: 9;
}
.funds.listFunds .dropFilter .select__list::-webkit-scrollbar {
  width: 0;
}
.funds.listFunds .dropFilter .select__list.open {
  height: auto;
  max-height: 240px;
  overflow: auto;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.funds.listFunds .dropFilter .select__list .item {
  margin: 0;
  padding: 10px;
  width: 100%;
  color: #444444;
  cursor: pointer;
  border-bottom: 1px solid #d4d4d4;
  background-color: #ffffff;
  font-size: 13px;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.funds.listFunds .dropFilter .select__list .item:before {
  display: none;
}
.funds.listFunds .dropFilter .select__list .item:hover, .funds.listFunds .dropFilter .select__list .item.active {
  background-color: #444444;
  color: #ffffff;
}
.funds.listFunds .dropFilter .select__list .item:last-child {
  border-bottom: none;
}
.funds.listFunds.listFundsInternal {
  display: inline-block;
  width: 100%;
  border: 1px solid #EFEFEF;
  box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 60px 35px 0px;
  margin-top: 26px;
}
.funds.listFunds.listFundsInternal .grafico {
  width: 100%;
}
.funds.listFunds.listFundsInternal .grafico h3 {
  margin-bottom: 0;
}
.funds.listFunds.listFundsInternal h3 {
  font-size: 24px;
}
.funds .nota_fundos p {
  margin-top: 15px;
  display: block;
  font-size: 12px;
}

@keyframes movingArrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.admin-bar .pageHome__banner {
  margin-top: -46px;
}
@media (min-width: 780px) {
  .admin-bar .pageHome__banner {
    margin-top: 80px;
  }
}

.pageHome__banner {
  position: relative;
  width: 100%;
  z-index: 1;
  height: 56vh;
}
.pageHome__banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(1.61deg, rgba(77, 77, 77, 0.56) -2.1%, rgba(77, 77, 77, 0) 47.67%);
  z-index: 2;
}
.pageHome__banner > svg {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.3s;
  cursor: pointer;
}
.pageHome__banner > svg:hover {
  opacity: 0.5;
}
.pageHome__banner__slick {
  position: relative;
  z-index: 1;
}
.pageHome__banner__slick,
.pageHome__banner__slick * {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.pageHome__banner__item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pageHome__banner__item__editor {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.pageHome__banner__item__editor,
.pageHome__banner__item__editor * {
  height: auto !important;
}
.pageHome__banner__item__editor > .container > div {
  max-width: 460px;
}
.pageHome__banner__item__editor > .container > div * {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}
.pageHome__banner__item__editor > .container > div h1,
.pageHome__banner__item__editor > .container > div h2,
.pageHome__banner__item__editor > .container > div h3 {
  font-size: 32px;
  line-height: 39px;
}
.pageHome__quickaccess {
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1199px) {
  .pageHome__quickaccess {
    padding: 0 16px;
  }
}
.pageHome__quickaccess__box a {
  display: flex;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.0509803922);
  background: #fff;
  border: 0.2px solid #D5D7D8;
  width: 207px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 10px;
  transition: all 0.6s;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .pageHome__quickaccess__box a {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
}
.pageHome__quickaccess__box a:hover {
  background: #4D4D4D;
  border-color: #002FA7;
  opacity: 1;
}
.pageHome__quickaccess__box a:hover span {
  color: #fff;
}
.pageHome__quickaccess__box a:hover img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(76%) saturate(5500%) hue-rotate(225deg) brightness(88%) contrast(104%);
}
.pageHome__quickaccess__box a img {
  height: 28px;
}
.pageHome__quickaccess__box a span {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding-left: 20px;
  color: #4D4D4D;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .pageHome__quickaccess__box a span {
    padding-left: 0;
  }
}
.pageHome__firstPart {
  position: relative;
  background: #FCFCFD;
}
.pageHome__firstPart::before {
  content: "";
  position: absolute;
  background-image: url(img/before_home.png);
  width: 150px;
  height: 156px;
  right: 0;
  bottom: 0;
}
.pageHome__firstPart::after {
  content: "";
  position: absolute;
  background-image: url(img/after_home.png);
  width: 110px;
  height: 220px;
  left: 0;
  bottom: 40%;
}
@media (max-width: 992px) {
  .pageHome__firstPart::after {
    width: 60px;
    height: 114px;
    bottom: 60%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.pageHome__firstPart .js-home-firstSection .slick-dots li button {
  background: #BABCBE;
  border: none;
}
.pageHome__firstPart .js-home-firstSection .slick-dots li.slick-active button {
  background: #000000;
}
.pageHome__firstPart__imageText {
  margin-bottom: 30px;
  padding: 100px 0 60px;
}
@media (max-width: 1199px) {
  .pageHome__firstPart__imageText {
    flex-direction: column;
  }
}
.pageHome__firstPart__imageText img {
  max-width: 520px;
}
.pageHome__firstPart__imageText .content {
  padding: 60px 90px 0 50px;
}
@media (max-width: 1199px) {
  .pageHome__firstPart__imageText .content {
    padding: 30px 10px 0 10px;
  }
}
.pageHome__firstPart__imageText .content h2 {
  font-size: 24px;
  line-height: 29px;
  color: #000;
}
.pageHome__firstPart__imageText .content p {
  font-size: 14px;
  color: #4D4D4D;
  line-height: 21px;
}
.pageHome__firstPart__spreadsheet {
  padding: 100px 0 60px;
}
@media (max-width: 1199px) {
  .pageHome__firstPart__spreadsheet {
    padding: 90px 20px 60px;
  }
}
.pageHome__firstPart__spreadsheet .block {
  gap: 0 50px;
  justify-content: center;
}
@media (max-width: 1199px) {
  .pageHome__firstPart__spreadsheet .block {
    flex-direction: column;
    gap: 50px 0;
  }
}
.pageHome__firstPart__spreadsheet .block a {
  max-width: 305px;
  padding: 32px 30px 20px 26px;
  border: 0.2px solid #b6b6b6;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0784313725);
}
@media (max-width: 1199px) {
  .pageHome__firstPart__spreadsheet .block a {
    max-width: 100%;
  }
}
.pageHome__firstPart__spreadsheet .block a .date {
  font-size: 14px;
  color: #000;
}
.pageHome__firstPart__spreadsheet .block a .title {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.pageHome__firstPart__spreadsheet .block a .text {
  font-size: 14px;
  line-height: 21px;
}
.pageHome__firstPart__spreadsheet .update {
  margin: 50px auto;
  display: block;
  color: #fff;
  background: #002FA7;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 12px 0;
  width: 188px;
}
.pageHome__reports {
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  min-height: 555px;
}
@media (max-width: 1199px) {
  .pageHome__reports {
    padding: 20px;
  }
}
.pageHome__reports::before {
  content: "";
  position: absolute;
  background-image: url(img/relatorios_back.png);
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pageHome__reports .group {
  max-width: 950px;
}
.pageHome__reports .group h3 {
  color: #fff;
  padding-left: 30px;
}
.pageHome__reports .group .d-flex {
  justify-content: space-around;
  gap: 10px 20px;
}
@media (max-width: 1199px) {
  .pageHome__reports .group .d-flex {
    flex-direction: column;
  }
}
.pageHome__reports .group .d-flex a {
  opacity: 1;
}
.pageHome__reports .group .d-flex a:hover .block {
  background: #4D4D4D;
}
.pageHome__reports .group .d-flex a:hover .block p {
  color: #fff;
}
.pageHome__reports .group .d-flex a .block {
  display: flex;
  align-items: center;
  justify-content: stretch;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 16px;
  gap: 0 15px;
}
@media (max-width: 1199px) {
  .pageHome__reports .group .d-flex a .block {
    min-width: 300px;
  }
  .pageHome__reports .group .d-flex a .block p {
    font-size: 13px;
  }
}
.pageHome__reports .group .d-flex a .block p {
  color: #000;
  margin-bottom: 0;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pageHome__reports .group .viewall {
  display: block;
  text-decoration: underline;
  margin: 50px auto 0;
  color: #fff;
  text-align: center;
  width: 159px;
}

.pageDirectors .container > div + div {
  margin-top: 70px;
}
.pageDirectors__table {
  margin: 0;
}
.pageDirectors__table tr:not(.item-accordion):not(.disabled).active td {
  border-bottom-color: transparent;
}
.pageDirectors__table tr td {
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.pageDirectors__table tr td:first-child {
  width: 25px;
  max-width: 25px;
  min-width: 25px;
  padding-right: 0;
}
.pageDirectors__table tr td:first-child.active > img:last-child {
  display: block;
}
.pageDirectors__table tr td:first-child.active > img:first-child {
  display: none;
}
.pageDirectors__table tr td:first-child > img {
  cursor: pointer;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.pageDirectors__table tr td:first-child > img:hover {
  opacity: 0.5;
}
.pageDirectors__table tr td:first-child > img:last-child {
  display: none;
}
.pageDirectors__table tr td:nth-child(2) {
  font-size: 18px;
  line-height: 1;
  color: #12857D;
  font-family: "Myriad Pro", sans-serif;
}
.pageDirectors__table tr.item-accordion td {
  padding: 0;
  background: #FAFAFA;
}
.pageDirectors__table tr.item-accordion td > div {
  padding: 0 10px;
}
.pageDirectors__table tr.item-accordion.disabled td {
  border-bottom: 1px solid transparent;
}

.internal-banner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 366px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px 0 30px;
}
@media (max-width: 767px) {
  .internal-banner {
    min-height: 200px;
  }
}
.internal-banner > .container {
  position: relative;
  z-index: 3;
}
.internal-banner h1 {
  display: block;
  color: #fff;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
}
.internal-banner #breadcrumbs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #fff;
}
.internal-banner #breadcrumbs li, .internal-banner #breadcrumbs li * {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: inline;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .internal-banner #breadcrumbs li, .internal-banner #breadcrumbs li * {
    font-size: 16px;
    line-height: 24px;
    padding: 0 4px;
  }
}
.internal-banner #breadcrumbs li a {
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.internal-banner #breadcrumbs li a:hover {
  opacity: 0.5;
}

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

.wpContent {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .wpContent {
    padding: 30px 0;
  }
}
.wpContent .wpContent {
  padding: 0 !important;
}
.wpContent .container .container {
  padding: 0 !important;
}
.wpContent--text {
  margin: 30px 0;
}
.wpContent--faqs {
  margin: 30px 0;
}
.wpContent--tabs {
  margin: 30px 0;
}
.wpContent--hlArea {
  margin: 45px 0;
}
.wpContent--stockinfo .graph {
  width: 100%;
}
.wpContent--stockinfo .graph ~ .graph {
  margin-top: 40px;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll {
  min-width: 1048px;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices * {
  font-family: "Myriad Pro", sans-serif;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices .historyTickerIdentification {
  display: none;
  padding: 10px 18px;
  margin: 0 0 6px 0;
  color: #FFF;
  font-family: "Myriad Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  border: none;
  background-color: #4D4D4D;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm {
  position: relative;
  margin: 0;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline {
  position: relative;
  width: 100%;
  margin: 0 0 44px 0;
  padding: 18px 0 0 0;
  display: flex;
  flex-direction: row;
  float: none;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline > div:not(.last) {
  position: relative;
  display: inline-block;
  width: auto;
  float: none;
  margin: 0 32px 0 0;
  padding: 0;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline > div:not(.last) label {
  margin: 0;
  float: none;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline > div:not(.last) input {
  margin: 0;
  padding: 12px 42px 9px 14px;
  max-width: 248px;
  width: 100%;
  height: auto;
  float: none;
  color: rgba(77, 77, 77, 0.75);
  font-family: "Myriad Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  border: 1px solid #4D4D4D;
  border-radius: 3px;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline > div:not(.last)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  background-image: url("img/stockinfoCalendar.svg");
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline .last {
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline .last .info {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  margin: 0 0 0 18px;
  float: none;
  color: #4D4D4D;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline .btn {
  float: none;
  border: none;
  background-color: #002FA7;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline .btn-export {
  position: absolute;
  right: 0;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices .table__history {
  margin: 0;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices .table__history thead tr th {
  font-size: 14px;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices .table__history tbody tr td {
  min-width: 104px;
  font-size: 14px;
}
.wpContent--stockinfo .graph .chart .tbPrices .tbPrices__title {
  display: block;
  padding: 10px 18px;
  margin: 0 0 6px 0;
  color: #FFF;
  font-family: "Myriad Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  border: none;
  background-color: #002FA7;
}
.wpContent--stockinfo .graph .chart .tbPrices .tbPrices__price span, .wpContent--stockinfo .graph .chart .tbPrices .tbPrices__column span {
  font-family: "Myriad Pro", sans-serif;
  font-weight: 400;
}
.wpContent--stockinfo .graph .chart .btns input {
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px 6px !important;
  padding: 10px 24px;
  color: #4D4D4D;
  font-family: "Myriad Pro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 14px;
  border-radius: 6px;
  background-color: #EBEBEB;
}
@media (min-width: 1200px) {
  .wpContent--stockinfo .graph .chart .btns input:nth-child(3) {
    margin-right: 64px !important;
  }
}
.wpContent--stockinfo .graph .chart .btns input.active {
  color: #FFF;
  background-color: #002FA7;
}
.wpContent--hoverBox {
  padding: 48px 0;
}
.wpContent--hoverBox .container {
  display: flex;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .wpContent--hoverBox .container {
    flex-direction: row;
    justify-content: center;
  }
}
.wpContent--hoverBox .container .hoverBox {
  position: relative;
  display: block;
  width: 100%;
  max-width: 360px;
  padding: 48px 16px;
  margin: 0 25px;
  cursor: pointer;
  transition-duration: 0.377s;
  background-color: #4D4D4D;
}
.wpContent--hoverBox .container .hoverBox, .wpContent--hoverBox .container .hoverBox * {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}
.wpContent--hoverBox .container .hoverBox a {
  color: #002FA7;
  filter: brightness(2);
}
.wpContent--hoverBox .container .hoverBox a:hover {
  text-decoration: underline;
}
.wpContent--hoverBox .container .hoverBox::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  width: 80%;
  height: 1px;
  background-color: #FFF;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpContent--hoverBox .container .hoverBox::after {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 80%;
  height: 1px;
  background-color: #FFF;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpContent--hoverBox .container .hoverBox:focus .cover, .wpContent--hoverBox .container .hoverBox:focus-within .cover {
  opacity: 0;
  pointer-events: none;
}
.wpContent--hoverBox .container .hoverBox .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 16px;
  opacity: 1;
  background-color: #002FA7;
  transition-duration: 0.377s;
}
.wpContent--hoverBox .container .hoverBox .cover::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  width: 80%;
  height: 1px;
  background-color: #FFF;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpContent--hoverBox .container .hoverBox .cover::before {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 80%;
  height: 1px;
  background-color: #FFF;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpContent--hoverBox .container .hoverBox .cover .title {
  display: block;
  margin-bottom: 12px;
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}
.wpContent--hoverBox .container .hoverBox .cover .icon {
  display: block;
  width: 100px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
}
.wpContent--dynamicMap .row .map svg {
  width: 100%;
  height: auto;
}
.wpContent--dynamicMap .row .map svg text {
  display: flex;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  font-family: "Myriad Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
  stroke-width: 1px;
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  fill: #FFF;
}
.wpContent--dynamicMap .row .map svg > path {
  position: relative;
  transition-duration: 0.144s;
}
.wpContent--dynamicMap .row .map svg > path[initials] {
  fill: #4d4d4d;
}
.wpContent--dynamicMap .row .map svg > path[initials]:hover {
  fill: rgba(77, 77, 77, 0.75);
}
.wpContent--dynamicMap .row .map svg > path.active {
  fill: #002FA7;
}
.wpContent--dynamicMap .row .map svg > path.active:hover {
  fill: rgba(0, 47, 167, 0.75);
}
.wpContent--dynamicMap .row .contents {
  display: flex;
  flex-direction: column;
}
.wpContent--dynamicMap .row .contents .stateContent {
  width: 100%;
  max-height: 0;
  padding: 0 27px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  transition-duration: 0.377s;
  transition-timing-function: ease-out;
  background-color: #FFF;
  box-shadow: 0px 0px 4px #0071AD;
  border-radius: 4px;
}
.wpContent--dynamicMap .row .contents .stateContent.active {
  max-height: 512px;
  padding: 30px 27px;
  margin: 16px 0;
  opacity: 1;
  pointer-events: all;
}
.wpContent #print {
  position: fixed;
  top: 64%;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #002FA7;
  background-color: #002FA7;
  background-image: url("img/print.svg");
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.144s;
}
.wpContent #print:hover {
  background-color: rgba(0, 47, 167, 0.5);
}
.wpContent #print:active {
  transform: scale(1.1);
}
.wpContent ul:not(.cd-timeline-navigation):not(.tbPrices) {
  list-style: none;
  padding: 0;
}
.wpContent ul:not(.cd-timeline-navigation):not(.tbPrices) li {
  color: #4D4D4D;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 19px;
}
.wpContent ul:not(.cd-timeline-navigation):not(.tbPrices) li:before {
  content: "";
  background: #4D4D4D;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.wpContent .forms.select {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  margin-bottom: 55px;
}
.wpContent .forms.select select {
  width: auto;
  height: 48px;
  margin: 0;
  padding: 0 15px 0 23px;
  width: 108px;
  color: #4D4D4D;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-weight: 400;
  border: 1px solid #4D4D4D;
  background: #fff;
  background-image: url(img/arrow_select.svg);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-size: 13px;
  transition: 0.144s;
}
.wpContent .contact h5 {
  margin-bottom: 8px;
}
.wpContent .contact .g-recaptcha {
  margin-bottom: 20px;
  top: 302px !important;
}
.wpContent .contact .success-box {
  background-color: #002FA7;
  border-radius: 10px;
  padding: 20px 0;
  text-align: center;
  color: white;
  display: none;
  width: 100%;
  margin: auto;
  max-width: 600px;
}
.wpContent .contact .fail-box {
  max-width: 600px;
  width: 100%;
  display: none;
  margin: 24px auto;
  padding: 20px 0;
  text-align: center;
  color: #FFABAB;
  border: 2px solid #FFABAB;
  border-radius: 10px;
  background-color: #FFF;
}
.wpContent .resumeHeader span {
  width: 50%;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #4D4D4D;
}
.wpContent .hlArea {
  padding: 35px 0;
  background: #002FA7;
  text-align: center;
  position: relative;
}
.wpContent .hlArea__editor {
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin: 0 auto;
}
.wpContent .hlArea__editor h1, .wpContent .hlArea__editor h2, .wpContent .hlArea__editor h3, .wpContent .hlArea__editor h4, .wpContent .hlArea__editor h5, .wpContent .hlArea__editor h6 {
  color: #4D4D4D;
  font-weight: 600;
}
.wpContent .hlArea__editor p {
  color: white;
}
.wpContent .tabs__nav {
  padding-left: 0;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.wpContent .tabs__nav li {
  cursor: pointer;
  padding-left: 0;
  padding: 10px;
  margin-bottom: 0 !important;
  border: 1px solid #eee;
  min-width: 120px;
  text-align: center;
  border-bottom: 0;
  color: #4D4D4D;
}
.wpContent .tabs__nav li::before {
  display: none;
}
.wpContent .tabs__nav li.active {
  background-color: #002FA7;
  color: white;
}

@media print {
  .internal-banner {
    display: none;
  }
  .wpContent #print {
    display: none;
  }
  .wpContent .forms, .wpContent .forms.select {
    display: none;
  }
}
.pageStockinfo, .pageStockinfo * {
  font-family: "Myriad Pro", sans-serif !important;
}
.pageStockinfo h2 {
  font-family: "Myriad Pro", sans-serif !important;
  font-size: 22px;
  line-height: 1;
  color: #4D4D4D;
}
@media (min-width: 1200px) {
  .pageStockinfo h2 {
    font-size: 30px;
  }
}
.pageStockinfo__grafico .tbPrices {
  margin-bottom: 60px !important;
  border-bottom: none !important;
}
@media (max-width: 1199px) {
  .pageStockinfo__grafico .tbPrices {
    display: flex;
    flex-direction: column;
  }
  .pageStockinfo__grafico .tbPrices > li {
    width: 100% !important;
  }
}
.pageStockinfo__grafico .tbPrices__title {
  background: #4D4D4D !important;
  padding: 20px 10px !important;
  margin-bottom: 10px !important;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pageStockinfo__grafico .tbPrices__title > span {
  font-family: "Myriad Pro", sans-serif !important;
}
.pageStockinfo__grafico .tbPrices__title, .pageStockinfo__grafico .tbPrices__title * {
  color: #fff;
  font-size: 16px !important;
  line-height: 1 !important;
  margin: 0 !important;
  font-weight: 400 !important;
}
@media (max-width: 991px) {
  .pageStockinfo__grafico .tbPrices__title, .pageStockinfo__grafico .tbPrices__title * {
    font-size: 14px !important;
  }
}
.pageStockinfo__grafico .tbPrices__title .dateReference, .pageStockinfo__grafico .tbPrices__title .dateReference * {
  font-size: 14px !important;
}
@media (max-width: 991px) {
  .pageStockinfo__grafico .tbPrices__title .dateReference, .pageStockinfo__grafico .tbPrices__title .dateReference * {
    font-size: 10px !important;
  }
}
.pageStockinfo__grafico .tbPrices__title .dateReference span {
  display: block;
}
.pageStockinfo__grafico .tbPrices__price {
  height: auto !important;
  margin-bottom: 0 !important;
  padding: 20px 10px !important;
  border: none !important;
  background: transparent !important;
}
@media (max-width: 1199px) {
  .pageStockinfo__grafico .tbPrices__price {
    border-bottom: 0.5px solid #D3DAD6 !important;
  }
}
.pageStockinfo__grafico .tbPrices__price .price {
  font-size: 27px !important;
  line-height: 32px !important;
  margin-bottom: 12px;
  color: #434343 !important;
  letter-spacing: 1px;
  font-weight: 700;
}
.pageStockinfo__grafico .tbPrices__price .variation, .pageStockinfo__grafico .tbPrices__price .variation * {
  font-size: 19px !important;
  line-height: 23px !important;
  font-weight: 700;
}
.pageStockinfo__grafico .tbPrices__column {
  height: auto !important;
  border: none !important;
  padding-left: 0;
}
@media (max-width: 1199px) {
  .pageStockinfo__grafico .tbPrices__column {
    text-align: center;
  }
}
.pageStockinfo__grafico .tbPrices__column > div {
  padding: 20px 10px;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
@media (max-width: 1199px) {
  .pageStockinfo__grafico .tbPrices__column > div {
    border-bottom: 0.5px solid #D3DAD6 !important;
  }
}
.pageStockinfo__grafico .tbPrices__column > div, .pageStockinfo__grafico .tbPrices__column > div * {
  font-size: 15px;
  line-height: 1;
}
.pageStockinfo__grafico .tbPrices__column > div span {
  height: auto !important;
  line-height: 1 !important;
  margin-left: 0 !important;
  font-weight: 400 !important;
}
.pageStockinfo__grafico .tbPrices__column > div span.label {
  font-family: "Myriad Pro", sans-serif !important;
}
.pageStockinfo__grafico .btns {
  margin-top: 50px !important;
  margin-left: 0 !important;
  margin-bottom: 80px;
}
.pageStockinfo__grafico .btns > input {
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  background: transparent !important;
  color: #4D4D4D !important;
  font-size: 16px !important;
  line-height: 1 !important;
  padding: 9px 15px !important;
  font-family: "Myriad Pro", sans-serif !important;
  transition: all 0.3s !important;
  border-radius: 30px;
  border: 1px solid #001D48;
}
@media (min-width: 992px) {
  .pageStockinfo__grafico .btns > input {
    padding: 9px 25px !important;
  }
}
.pageStockinfo__grafico .btns > input:hover {
  opacity: 0.5;
}
.pageStockinfo__grafico .btns > input.active {
  background: #4D4D4D !important;
  color: #fff !important;
}
.pageStockinfo__grafico .btns > input.active:hover {
  opacity: 1 !important;
}
.pageStockinfo__grafico .btns > input:nth-child(3) {
  margin-right: 75px !important;
}
.pageStockinfo__grafico .btns > input:last-child {
  margin-right: 0 !important;
}
.pageStockinfo__grafico .table-footer {
  display: none;
}
.pageStockinfo__historico .historyTickerIdentification {
  display: none;
}
.pageStockinfo__historico #historyForm .form-inline {
  margin: 0 0 34px !important;
  display: flex;
  align-items: flex-end;
  width: 1120px;
}
.pageStockinfo__historico #historyForm .form-inline > div.first {
  margin-right: 30px;
}
.pageStockinfo__historico #historyForm .form-inline > div:not(.last) {
  display: flex;
  align-items: center;
}
.pageStockinfo__historico #historyForm .form-inline > div:not(.last) label {
  color: #4D4D4D;
  font-size: 16px !important;
  margin: 0 10px 0 0 !important;
  line-height: 1 !important;
  white-space: nowrap;
}
.pageStockinfo__historico #historyForm .form-inline > div:not(.last) input {
  background: #FAFAFA;
  margin: 0 !important;
  width: 137px;
  min-width: 137px;
  border: none;
  border-bottom: 0.5px solid #001D48 !important;
  border-radius: 0 !important;
  color: #4D4D4D !important;
}
.pageStockinfo__historico #historyForm .form-inline > div.last {
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.pageStockinfo__historico #historyForm .form-inline > div.last button {
  background: #1741A2;
  color: #fff;
  font-family: "Myriad Pro", sans-serif !important;
  padding: 10px 40px;
  border-radius: 30px;
  border: none !important;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1;
}
.pageStockinfo__historico #historyForm .form-inline > div.last a {
  display: none;
}
.pageStockinfo__historico #historyForm .form-inline > div.last label {
  font-size: 12px !important;
  line-height: 1 !important;
  color: #434343 !important;
  margin-left: 22px;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.pageStockinfo__historico #historyForm .form-inline > #btnExportToExcel {
  margin-left: 180px;
  background: #1741A2;
  color: #fff;
  font-family: "Myriad Pro", sans-serif !important;
  padding: 10px 40px;
  border-radius: 30px;
  border: none !important;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1;
}
.pageStockinfo__historico .table__history {
  min-width: 1120px;
}
.pageStockinfo__historico .table__history tr th {
  border: none;
  background: none;
  padding: 20px 10px;
  color: #4D4D4D;
  font-size: 16px;
  line-height: 1;
  border-bottom: 1px solid #4D4D4D;
  border-radius: 0 !important;
}
.pageStockinfo__historico .table__history tr:last-child td {
  border-bottom: 1px solid #4D4D4D !important;
}
.pageStockinfo__historico .table__history tr td {
  border-color: #4D4D4D;
  padding: 20px 10px;
  color: #000;
  font-size: 13px;
  line-height: 1;
  border-bottom: none;
}
.pageStockinfo__historico .table__history tfoot {
  display: none;
}

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 45px;
  z-index: 2;
  top: -12px;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0;
  overflow: hidden;
  top: 0;
}
.cd-horizontal-timeline .events-wrapper::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 12px;
  height: 100%;
  width: 50px;
}
.cd-horizontal-timeline .events-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 12px;
  height: 100%;
  width: 50px;
  left: 0;
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient(right, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to left, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0));
}
.cd-horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: -240px;
  top: 6px;
  height: 6px;
  background: #4D4D4D;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  z-index: 2;
}
.cd-horizontal-timeline .filling-line {
  position: absolute;
  z-index: 2;
  left: -75px;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #12857D;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

#texto .cd-horizontal-timeline .events a {
  text-decoration: none;
  position: absolute;
  top: 0;
  padding: 15px;
  z-index: 2;
  width: 150px;
  border-left: 1.5px solid #4D4D4D;
  font-size: 20px;
  line-height: 1;
  color: #4D4D4D;
  font-family: "Myriad Pro", sans-serif;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
#texto .cd-horizontal-timeline .events a.selected, #texto .cd-horizontal-timeline .events a:hover {
  color: #000;
}
#texto .cd-horizontal-timeline .events a.selected {
  color: #002FA7;
  border-left-color: #002FA7;
}

.cd-horizontal-timeline .events a::after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -5px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid #12857D;
  background-color: #12857D;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  opacity: 0;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #002FA7;
  border-color: #002FA7;
  opacity: 1;
}

.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  opacity: 1;
}

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 15px auto;
  }
}
#texto .cd-timeline-navigation li {
  list-style-type: none;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 22px;
  height: 24px;
  transform: translateY(-100%);
}
#texto .cd-timeline-navigation li:first-of-type {
  left: 0;
}
#texto .cd-timeline-navigation li:last-of-type {
  right: 0;
}

.cd-timeline-navigation {
  position: relative;
  z-index: 2;
}

.cd-timeline-navigation a {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  height: inherit;
  width: inherit;
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  content: "";
  position: absolute;
  height: inherit;
  width: inherit;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(img/cd-arrow.svg) no-repeat;
  background-size: 12px;
  background-position: 50% 1px;
  margin-bottom: -3px;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #39cdef;
}

.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 50% -24px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  height: auto !important;
  width: 100%;
  margin: 2em auto;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
  z-index: 1;
}
.cd-horizontal-timeline > .events-content > ol > li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@media (max-width: 1199px) {
  .cd-horizontal-timeline > .events-content > ol > li {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1200px) {
  .cd-horizontal-timeline > .events-content > ol > li {
    height: 255.97px;
  }
}

#texto .cd-horizontal-timeline .events-content ol li .scroll ul li {
  padding-left: 20px;
  position: relative;
  display: block;
}
#texto .cd-horizontal-timeline .events-content ol li .scroll ul li ul li::before {
  content: "";
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 14px;
  background: #002FA7;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.cd-horizontal-timeline .events-content li {
  background: #F4F4F4;
  margin: 0;
  min-height: 300px;
}
@media (max-width: 991px) {
  .cd-horizontal-timeline .events-content li {
    overflow-y: auto;
  }
}
.cd-horizontal-timeline .events-content li > div {
  height: auto !important;
}
@media (min-width: 992px) {
  .cd-horizontal-timeline .events-content li > div {
    height: 100% !important;
  }
}
.cd-horizontal-timeline .events-content li.selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content em {
  font-style: italic;
}
.cd-horizontal-timeline .events-content em::before {
  display: none;
  content: "- ";
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
#texto .events-content,
.cd-horizontal-timeline .timeline {
  margin: 0 auto;
}

#texto .events-content ol {
  list-style: none;
  border-bottom: 6px solid #ebebeb;
  margin: 0;
  padding-left: 0;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
#texto .events-content h2 {
  font-family: "Myriad Pro", sans-serif;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  #texto .events-content h2 {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  #texto .events-content p {
    font-size: 14px;
  }
}
#texto .scroll {
  float: left;
  width: 100%;
  overflow: auto;
  max-height: 225px;
  padding-right: 15px;
}
#texto .events-content .info-img {
  overflow: hidden;
  height: inherit;
  padding-left: 0;
  padding-right: 0;
}
#texto .events-content .info-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#texto .cd-horizontal-timeline .events-content ol li .scroll ul li ul li ul li::before {
  background: #ccc;
}

.info-txt {
  background: #FAFAFA;
  padding: 10px 15px;
  height: inherit;
}
@media (min-width: 1200px) {
  .info-txt {
    padding: 15px 40px;
  }
}
@media (min-width: 992px) {
  .info-txt {
    overflow-y: auto;
  }
}

@media (max-width: 767px) {
  #texto .events-content ol {
    height: auto;
  }
  .cd-horizontal-timeline .timeline {
    top: -12px;
  }
  #texto .scroll {
    max-height: 500px;
    padding-right: 0;
  }
  #texto .events-content .info-img {
    position: relative;
  }
}
.page-template-carta .wpContent {
  padding: 92px 0 140px;
}

.pageCartas > div + div {
  margin-top: 66px;
}
.pageCartas__item {
  width: 750px;
  max-width: 100%;
}
.pageCartas__item.disabled {
  display: none;
}
.pageCartas__item__date {
  display: flex;
  align-items: center;
  color: #9E9E9E;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 11px;
}
.pageCartas__item__date svg {
  margin-right: 9px;
}
.pageCartas__item__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 15px;
}
.pageCartas__item__resume {
  color: #454545;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 23px;
}
.pageCartas__item__link {
  display: flex;
  align-items: center;
}
.pageCartas__item__link div {
  width: 490px;
  height: 9px;
  background: linear-gradient(89.99deg, #F78E23 0.01%, #FFFFFF 100%);
  margin-right: 12px;
  max-width: 100%;
}
.pageCartas__item__link a {
  font-size: 15px;
  white-space: nowrap;
  line-height: 1;
  color: #4D4D4D;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.pageCartas__item__link a svg {
  margin-left: 5px;
}
.pageCartas__btnVerMais {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 250px !important;
}
.pageCartas__btnVerMais svg {
  margin-right: 8px;
}
.pageCartas--single__link {
  margin-top: 100px;
}
.pageCartas--single__link a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageCartas--single__link a svg {
  margin-right: 13px;
}

.page-template-historico .main > .wpContent {
  overflow: hidden;
}

.pageHistorico__editor {
  padding: 77px 0;
  position: relative;
  width: 100%;
}
.pageHistorico__editor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: #002FA7;
}
.pageHistorico__editor h1, .pageHistorico__editor h2, .pageHistorico__editor h3, .pageHistorico__editor h4, .pageHistorico__editor h5, .pageHistorico__editor h6 {
  font-weight: 300;
}
.pageHistorico__editor h1 b, .pageHistorico__editor h1 strong, .pageHistorico__editor h2 b, .pageHistorico__editor h2 strong, .pageHistorico__editor h3 b, .pageHistorico__editor h3 strong, .pageHistorico__editor h4 b, .pageHistorico__editor h4 strong, .pageHistorico__editor h5 b, .pageHistorico__editor h5 strong, .pageHistorico__editor h6 b, .pageHistorico__editor h6 strong {
  font-weight: 700;
}
.pageHistorico__historia {
  padding: 30px 0 90px;
  overflow: hidden;
}
.pageHistorico__historia__title {
  margin-bottom: 90px;
}
.pageHistorico__historia__box {
  background-repeat: no-repeat;
  background-size: contain;
}
.pageHistorico__historia__container {
  position: relative;
}
.pageHistorico__historia__container svg {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  cursor: pointer;
  z-index: 1;
}
.pageHistorico__historia__container svg:hover {
  opacity: 0.5;
}
.pageHistorico__historia__container svg.prev {
  left: 0;
}
@media (min-width: 576px) {
  .pageHistorico__historia__container svg.prev {
    left: -20px;
  }
}
.pageHistorico__historia__container svg.next {
  right: 0;
}
@media (min-width: 576px) {
  .pageHistorico__historia__container svg.next {
    right: -20px;
  }
}
@media (min-width: 768px) {
  .pageHistorico__historia__container svg {
    display: block;
  }
}
.pageHistorico__historia__item {
  padding: 0 5px;
}
.pageHistorico__historia__item.invert > div {
  flex-direction: column-reverse;
}
.pageHistorico__historia__item.invert > div > h3 {
  top: calc(100% + 10px);
  bottom: initial;
}
.pageHistorico__historia__item.invert > div > div {
  border-top: none;
  border-bottom: 20px solid #002FA7;
  margin-top: 20px;
}
.pageHistorico__historia__item.invert > div > div::before {
  background-image: url("data:image/svg+xml,%3Csvg width='3' height='152' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath transform='rotate(-90 0 152)' fill='url(%23a)' d='M0 152h152v3H0z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='76' y1='152' x2='146.154' y2='152' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23002437'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.pageHistorico__historia__item.invert > div > div > p {
  margin-top: 0;
  margin-bottom: 10px;
}
.pageHistorico__historia__item > div {
  display: flex;
  flex-direction: column;
  position: relative;
}
.pageHistorico__historia__item > div > h3 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0;
  font-weight: 700;
  color: #4D4D4D;
  text-align: center;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  width: 100%;
}
.pageHistorico__historia__item > div > div {
  border-top: 20px solid #002FA7;
  padding-left: 8px;
  position: relative;
  min-height: 150px;
}
.pageHistorico__historia__item > div > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='3' height='152' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath transform='rotate(90 3 0)' fill='url(%23a)' d='M3 0h152v3H3z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='79' y1='0' x2='149.154' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23002437'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.pageHistorico__historia__item > div > div > p {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 11px;
  color: #002FA7;
  line-height: 13px;
  letter-spacing: 1px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .pageHistorico__historia {
    overflow: unset;
  }
}

.page-template-como-investir .wpContent {
  padding: 80px 0;
  background: #002FA7;
}

.pageComo-investir__newCliente {
  padding: 28px 15px;
  text-align: center;
  border: 3px solid #F78E23;
  color: #fff;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  display: block;
  margin-bottom: 80px;
}
@media (min-width: 1200px) {
  .pageComo-investir__newCliente {
    display: inline-block;
    padding: 28px 64px;
    font-size: 36px;
    line-height: 50px;
  }
}
.pageComo-investir__cliente {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .pageComo-investir__cliente {
    flex-direction: row;
  }
}
.pageComo-investir__cliente > h2 {
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
}
@media (min-width: 1200px) {
  .pageComo-investir__cliente > h2 {
    margin-right: 30px;
  }
}
.pageComo-investir__cliente__link {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .pageComo-investir__cliente__link {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.pageComo-investir__cliente__link > a {
  padding: 15px 40px;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
}
.pageComo-investir__cliente__link > span {
  font-size: 18px;
  line-height: 22px;
  margin-top: 14px;
  color: #fff;
}
@media (min-width: 1200px) {
  .pageComo-investir__cliente__link > span {
    text-align: right;
  }
}
.pageComo-investir__logos {
  margin: 80px 0;
}
.pageComo-investir__logos > div {
  margin-bottom: 35px;
  text-align: center;
}
@media (min-width: 1200px) {
  .pageComo-investir__logos > div {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}
.pageComo-investir__titulo {
  margin-top: 100px;
  margin-bottom: 20px;
}
.pageComo-investir__titulo h1, .pageComo-investir__titulo h2, .pageComo-investir__titulo h3, .pageComo-investir__titulo h4, .pageComo-investir__titulo h5, .pageComo-investir__titulo h6 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}
@media (min-width: 1200px) {
  .pageComo-investir__titulo h1, .pageComo-investir__titulo h2, .pageComo-investir__titulo h3, .pageComo-investir__titulo h4, .pageComo-investir__titulo h5, .pageComo-investir__titulo h6 {
    font-size: 36px;
    line-height: 50px;
  }
}
.pageComo-investir__titulo h1, .pageComo-investir__titulo h1 *, .pageComo-investir__titulo h2, .pageComo-investir__titulo h2 *, .pageComo-investir__titulo h3, .pageComo-investir__titulo h3 *, .pageComo-investir__titulo h4, .pageComo-investir__titulo h4 *, .pageComo-investir__titulo h5, .pageComo-investir__titulo h5 *, .pageComo-investir__titulo h6, .pageComo-investir__titulo h6 * {
  font-weight: 600;
}
.pageComo-investir__titulo h1 b, .pageComo-investir__titulo h1 strong, .pageComo-investir__titulo h2 b, .pageComo-investir__titulo h2 strong, .pageComo-investir__titulo h3 b, .pageComo-investir__titulo h3 strong, .pageComo-investir__titulo h4 b, .pageComo-investir__titulo h4 strong, .pageComo-investir__titulo h5 b, .pageComo-investir__titulo h5 strong, .pageComo-investir__titulo h6 b, .pageComo-investir__titulo h6 strong {
  color: #4D4D4D;
}
.pageComo-investir__tituloInferior {
  border: 3px solid #4D4D4D;
  padding: 15px;
  text-align: center;
  width: 900px;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .pageComo-investir__tituloInferior {
    padding: 0px 15px;
  }
}
.pageComo-investir__tituloInferior * {
  margin: 0;
}
.pageComo-investir__tituloInferior h1, .pageComo-investir__tituloInferior h2, .pageComo-investir__tituloInferior h3, .pageComo-investir__tituloInferior h4, .pageComo-investir__tituloInferior h5, .pageComo-investir__tituloInferior h6 {
  font-size: 30px;
  line-height: 40px;
  color: #004A71;
}
@media (min-width: 1200px) {
  .pageComo-investir__tituloInferior h1, .pageComo-investir__tituloInferior h2, .pageComo-investir__tituloInferior h3, .pageComo-investir__tituloInferior h4, .pageComo-investir__tituloInferior h5, .pageComo-investir__tituloInferior h6 {
    font-size: 36px;
    line-height: 50px;
  }
}
.pageComo-investir__tituloInferior h1, .pageComo-investir__tituloInferior h1 *, .pageComo-investir__tituloInferior h2, .pageComo-investir__tituloInferior h2 *, .pageComo-investir__tituloInferior h3, .pageComo-investir__tituloInferior h3 *, .pageComo-investir__tituloInferior h4, .pageComo-investir__tituloInferior h4 *, .pageComo-investir__tituloInferior h5, .pageComo-investir__tituloInferior h5 *, .pageComo-investir__tituloInferior h6, .pageComo-investir__tituloInferior h6 * {
  font-weight: 400;
}
.pageComo-investir__tituloInferior h1 b, .pageComo-investir__tituloInferior h1 strong, .pageComo-investir__tituloInferior h2 b, .pageComo-investir__tituloInferior h2 strong, .pageComo-investir__tituloInferior h3 b, .pageComo-investir__tituloInferior h3 strong, .pageComo-investir__tituloInferior h4 b, .pageComo-investir__tituloInferior h4 strong, .pageComo-investir__tituloInferior h5 b, .pageComo-investir__tituloInferior h5 strong, .pageComo-investir__tituloInferior h6 b, .pageComo-investir__tituloInferior h6 strong {
  color: #fff;
}

.page-template-canal-denuncia .col-md-5 {
  border-left: 1px solid #002FA7;
}
.page-template-canal-denuncia .form form div, .page-template-canal-denuncia .form form h2 {
  opacity: 0;
}
@media (min-width: 900px) {
  .page-template-canal-denuncia .form .basisDivs > div {
    width: 47%;
  }
}
.page-template-canal-denuncia .form p.question span {
  color: red;
}
.page-template-canal-denuncia .form input[type=text],
.page-template-canal-denuncia .form input[type=email],
.page-template-canal-denuncia .form input[type=tel],
.page-template-canal-denuncia .form textarea,
.page-template-canal-denuncia .form select {
  max-width: 100%;
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid #002FA7;
  padding: 12px;
}
.page-template-canal-denuncia .form select {
  color: #4D4D4D;
}
.page-template-canal-denuncia .form .wpcf7-list-item.first {
  margin-left: 0;
}
.page-template-canal-denuncia .form textarea {
  max-height: 130px;
}
.page-template-canal-denuncia .searchByProtocol h2, .page-template-canal-denuncia .searchByProtocol input, .page-template-canal-denuncia .searchByProtocol button, .page-template-canal-denuncia .searchByProtocol p {
  opacity: 0;
}
.page-template-canal-denuncia .searchByProtocol input {
  border: none;
  outline: none;
  border-bottom: 1px solid #002437;
  padding: 12px;
  margin-bottom: 15px;
}
.page-template-canal-denuncia .popupRequire, .page-template-canal-denuncia .popupProtocol {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.4);
}
.page-template-canal-denuncia .popupRequire .contentBox, .page-template-canal-denuncia .popupProtocol .contentBox {
  width: 500px;
  height: 300px;
  position: relative;
  background-color: white;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 600px) {
  .page-template-canal-denuncia .popupRequire .contentBox, .page-template-canal-denuncia .popupProtocol .contentBox {
    height: 500px;
  }
}
.page-template-canal-denuncia .popupRequire .contentBox h3, .page-template-canal-denuncia .popupProtocol .contentBox h3 {
  color: #002FA7;
}
.page-template-canal-denuncia .popupRequire .contentBox #mensagem, .page-template-canal-denuncia .popupProtocol .contentBox #mensagem {
  max-height: 119px;
  overflow: auto;
}
@media (max-width: 600px) {
  .page-template-canal-denuncia .popupRequire .contentBox #mensagem, .page-template-canal-denuncia .popupProtocol .contentBox #mensagem {
    max-height: 250px;
  }
}
.page-template-canal-denuncia .popupRequire .contentBox .close, .page-template-canal-denuncia .popupProtocol .contentBox .close {
  position: absolute;
  right: 15px;
  top: 10px;
  color: black;
  font-size: 26px;
  cursor: pointer;
  font-weight: 600;
}
.page-template-canal-denuncia .popupRequire.active, .page-template-canal-denuncia .popupProtocol.active {
  display: flex;
}
.page-template-canal-denuncia .carregando {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.portfolio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.portfolio__numeros {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.portfolio__numeros .numeros {
  width: 100%;
  height: 277px;
  display: block;
  z-index: 15;
  position: relative;
  overflow: hidden;
}
.portfolio__numeros .numeros .grafismobig {
  position: absolute;
  width: 181px;
  top: 0;
  left: 30px;
}
.portfolio__numeros .numeros__value {
  position: absolute;
  top: 20px;
  left: 0;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  color: #000;
  margin: 0;
  width: 50px;
  text-align: right;
}
.portfolio__numeros .numeros__value--2 {
  top: 110px;
  left: 40px;
}
.portfolio__numeros .numeros__value--3 {
  top: 200px;
  left: 81px;
}
.portfolio__numeros .numeros__text {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  position: absolute;
  top: 24px;
  left: 92px;
  margin: 0;
}
.portfolio__numeros .numeros__text--2 {
  top: 114px;
  left: 134px;
}
.portfolio__numeros .numeros__text--3 {
  top: 202px;
  left: 173px;
}
.portfolio__numeros .numeros__text span {
  margin-left: 10px;
}
.portfolio__mapa {
  position: relative;
  max-width: 690px;
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .portfolio__mapa {
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .portfolio__mapa {
    min-width: 690px;
  }
}
.portfolio__mapa .pins {
  overflow: auto;
  width: 32%;
}
.portfolio__mapa .pins .pin__estado {
  position: relative;
}
.portfolio__mapa .pins .pin__estado svg {
  cursor: pointer;
  display: none;
}
.portfolio__mapa .pins .pin__estado .listItens {
  display: none;
  position: absolute;
  width: 320px;
  padding-left: 120px;
  left: 100%;
  bottom: -14px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.portfolio__mapa .pins .pin__estado .listItens .itemTitle {
  position: relative;
  margin-bottom: 5px;
}
.portfolio__mapa .pins .pin__estado .listItens .itemTitle:last-child {
  margin-bottom: 0;
}
.portfolio__mapa .pins .pin__estado .listItens .itemTitle .title {
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  padding: 8px 15px;
  display: block;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.31);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.31);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.31);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.31);
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}
.portfolio__mapa .pins .pin__estado .listItens .itemTitle .title:hover {
  opacity: 0.75;
}
.portfolio__mapa .pins .pin__estado:hover svg {
  cursor: pointer;
}
.portfolio__mapa .pins .pin__estado:hover svg path {
  fill: #ffffff;
}
.portfolio__mapa .pins .pin__estado:hover .listItens {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.portfolio__mapa .pins .conteudoModal {
  display: none;
}
.portfolio__mapa svg path {
  position: relative;
}
.portfolio__mapa svg path.circle {
  fill: #66ccff;
}
.portfolio__mapa svg text {
  fill: #fff;
  font: 12px Arial-BoldMT, sans-serif;
  cursor: pointer;
  text-shadow: 1px 1px 2px black;
}
.portfolio__mapa svg a {
  text-decoration: none;
}
.portfolio__mapa svg a.estado path {
  fill: #b0b3b6;
}
.portfolio__mapa svg a.estado path.circle {
  display: none;
}
.portfolio__mapa svg a.estado text {
  display: none;
}
.portfolio__mapa svg a.estado.ativo path {
  fill: #4a4a49;
}
.portfolio__mapa svg a:hover {
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
}
.portfolio__mapa svg a:hover path {
  fill: #4a4a49 !important;
}
.portfolio__mapa svg a:hover path.circle {
  fill: #4a4a49 !important;
}
.portfolio__table thead tr th {
  text-align: center;
  padding: 20px;
}
.portfolio__table tbody tr {
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.portfolio__table tbody tr:hover {
  background: #f0f5f8;
}
.portfolio__table tbody tr td {
  text-align: center;
}
.portfolio__table tbody tr td a {
  line-height: 1;
  color: #002FA7;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  width: 210px;
  gap: 10px;
  text-align: left;
}
.portfolio__table tbody tr td a svg {
  width: 15px;
  height: 15px;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.portfolio__table tbody tr td a span {
  max-width: 180px;
}
.portfolio__popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.portfolio__popup__content {
  padding: 15px;
  width: 100%;
  height: 100%;
}
.portfolio__popup__box {
  width: 1100px;
  max-width: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
  position: relative;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .portfolio__popup__box {
    padding: 30px 40px;
  }
}
.portfolio__popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  width: 25px;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
@media (min-width: 576px) {
  .portfolio__popup__close {
    top: 30px;
    right: 30px;
    width: auto;
  }
}
.portfolio__popup__close:hover {
  opacity: 0.5;
}
.portfolio__popup .cri {
  font-weight: 700;
  font-size: 24px;
  line-height: 41px;
  display: block;
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .portfolio__popup .image {
    min-width: 327px;
    width: 327px;
    margin-right: 20px;
  }
}
.portfolio__popup .image > img {
  display: block;
}
@media (min-width: 992px) {
  .portfolio__popup .image > img {
    width: 100%;
  }
}
.portfolio__popup .titulo {
  font-weight: 700;
  width: 145px;
  margin-right: 15px;
  font-size: 17px;
}

.popupModalMapa {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  z-index: 999999;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.popupModalMapa.active {
  top: 0;
}
.popupModalMapa .fundoModal {
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popupModalMapa .modalContainer {
  max-width: 1110px;
  width: 100%;
  max-height: calc(100vh - 60px);
  padding: 30px;
  margin: 0 auto;
  overflow: auto;
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
}
.popupModalMapa .modalContainer .closeModal {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  background: url(img/icons/icon-close-modal.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.popupModalMapa .modalContainer .closeModal:hover {
  opacity: 0.5;
}
.popupModalMapa .bodyModal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.popupModalMapa .bodyModal h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  color: #3babe2;
  width: 100%;
}
.popupModalMapa .bodyModal .slide {
  padding-top: 5px;
  min-width: 45%;
  max-width: 45%;
  width: 100%;
}
.popupModalMapa .bodyModal .slide .destaque {
  width: 100%;
  display: block;
}
.popupModalMapa .bodyModal .slide .list {
  overflow: auto;
  margin: 0;
  padding: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.popupModalMapa .bodyModal .slide .list::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.popupModalMapa .bodyModal .slide .list::-moz-scrollbar {
  width: 0;
  height: 0;
}
.popupModalMapa .bodyModal .slide .list::-ms-scrollbar {
  width: 0;
  height: 0;
}
.popupModalMapa .bodyModal .slide .list::-o-scrollbar {
  width: 0;
  height: 0;
}
.popupModalMapa .bodyModal .slide .list li {
  margin: 10px 10px 0 0 !important;
  max-width: 200px;
  min-width: 200px;
  cursor: pointer;
}
.popupModalMapa .bodyModal .slide .list li:before {
  display: none;
}
.popupModalMapa .bodyModal .slide .list li img {
  width: 100%;
  height: 85px;
}
.popupModalMapa .bodyModal .slide .list li:hover, .popupModalMapa .bodyModal .slide .list li.active {
  opacity: 0.5;
}
.popupModalMapa .bodyModal .text {
  padding: 0 80px 0 30px;
  min-width: 55%;
  max-width: 55%;
  width: 100%;
}
.popupModalMapa .bodyModal .text table {
  border-bottom: 0.5px solid #4d4d4f;
  margin: 0 0 23px;
}
.popupModalMapa .bodyModal .text table tr {
  background-color: transparent;
}
.popupModalMapa .bodyModal .text table tr td {
  padding-left: 0;
  color: #4a4a49;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}
.popupModalMapa .bodyModal .text p {
  color: #4a4a49;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 25px;
}
.popupModalMapa .bodyModal .text p:last-child {
  margin-bottom: 0;
}

.wault {
  width: 200px;
  height: 200px;
  background: #f3f3f3;
  color: #000;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}
.wault .number {
  font-size: 45px;
  font-weight: bold;
}

@media (max-width: 575px) {
  #chartContainer1,
#chartContainer2,
#chartContainer3,
#chartContainer4,
#idadeAtivos,
#tipoParticipacao {
    overflow: auto !important;
  }
}

@media (max-width: 767px) {
  #chartContainer1 > div, #chartContainer2 > div {
    overflow-x: scroll !important;
  }
}

.page-id-9926 .popupModalMapa .bodyModal .slide {
  min-width: 100%;
  max-width: 100%;
}
.page-id-9926 .popupModalMapa .bodyModal .slide img {
  object-fit: contain;
}

.about .sectionTitle {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  color: #002FA7;
  display: block;
  margin-bottom: 55px;
}
.about__firstSection {
  margin-bottom: 150px;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .about__firstSection {
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) {
  .about__firstSection {
    min-height: 280px;
  }
}
.about__firstSection h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 17px;
  color: #FFF;
  display: block;
  margin-bottom: 4px;
}
.about__firstSection h1 {
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  color: #FFF;
  font-weight: bold;
  display: block;
  margin-bottom: 14px;
  max-width: 397px;
}
.about__firstSection p {
  margin-bottom: 25px;
  color: #FFF;
}
.about__firstSection a {
  display: block;
  width: 100%;
  max-width: 168px;
  min-height: 42px;
  background: #002FA7;
  border-radius: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.about__firstSection .bg-gray {
  position: relative;
  z-index: 1;
  background: #4D4D4D !important;
  padding-left: 52px;
  max-width: 700px;
  height: 350px;
}
@media (max-width: 992px) {
  .about__firstSection .bg-gray {
    min-height: 450px;
    padding: 10px 18px;
  }
}
.about__firstSection .bg-gray:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  background: #4D4D4D;
}
@media (max-width: 767px) {
  .about__firstSection .bg-gray:before {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .about__firstSection .bg-gray:before {
    width: 700px;
  }
}
.about__firstSection .bg-gray::after {
  content: "";
  position: absolute;
  top: 0;
  left: 679px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 350px 175px 0 20px;
  border-color: #4D4D4D transparent transparent transparent;
}
@media (max-width: 1199px) {
  .about__firstSection .bg-gray::after {
    display: none;
  }
}
.about__firstSection .bg-team {
  position: relative;
  bottom: 30px;
  max-width: 458px;
}
@media (max-width: 767px) {
  .about__firstSection .bg-team {
    width: 100%;
    bottom: 0;
  }
}
.about__firstSection .bg-team > img {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .about__firstSection .bg-team > img {
    margin: 0 auto;
    width: 100%;
  }
}
.about__video {
  margin-bottom: 85px;
}
.about__video__thumbnail {
  text-align: center;
}
.about__video__thumbnail > img {
  cursor: pointer;
}
.about__video h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  color: #4D4D4D;
}
.about__video p {
  font-size: 18px;
}
.about__segments {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.about__segments li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  min-height: 77px;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #4D4D4D;
  text-transform: uppercase;
}
.about__segments li:nth-child(1) {
  background: #f2f2f2;
}
.about__segments li:nth-child(2) {
  background: #d8d8d8;
}
.about__segments li:nth-child(3) {
  background: #bfbfbf;
}
.about__segments li:nth-child(4) {
  background: #a5a5a5;
  color: white;
}
.about .highlights {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about .highlights li {
  font-size: 20px;
  line-height: 30px;
  color: #4D4D4D;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.about .highlights li img {
  margin-right: 20px;
  max-width: 35px;
}
.about__team {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.about__team li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: calc(25% - 25px);
  margin-right: 25px;
  margin-bottom: 40px;
  min-height: 100px;
  background: #d8d8d8;
  cursor: pointer;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.about__team li:hover, .about__team li.active {
  background: #a5a5a5;
}
.about__team li span {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #4D4D4D;
  text-transform: uppercase;
}
.about__team li span:last-child {
  margin-bottom: 0;
}
.about__team__resumes {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 999;
  padding: 15px;
}
.about__team__resumes__item {
  display: none;
  width: 100%;
  max-width: 750px;
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  background: white;
  border: 1px solid black;
  padding: 20px;
}
.about__team__resumes__item img {
  cursor: pointer;
}

/*--------------------------------------------------------------
# BIG NUMBERS
--------------------------------------------------------------*/
.nossosnumeros {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  min-height: 300px;
  display: block;
  z-index: 9;
  position: relative;
  overflow: hidden;
}
.nossosnumeros--title {
  line-height: 29px;
  color: #002FA7;
}
.nossosnumeros .grafismonumeros {
  position: relative;
  z-index: -1;
}
.nossosnumeros .grafismobig {
  position: absolute;
  width: 29%;
  top: 15px;
  left: 32%;
}
@media (max-width: 992px) {
  .nossosnumeros .grafismobig {
    width: 34%;
    left: 12%;
  }
}
.nossosnumeros__value.bignumber1 {
  position: absolute;
  text-align: right;
  top: 35px;
  left: 0;
}
@media (min-width: 576px) {
  .nossosnumeros__value.bignumber1 {
    top: 35px;
    left: 80px;
  }
}
.nossosnumeros__value.bignumber2 {
  position: absolute;
  text-align: right;
  top: 119px;
  left: 6px;
}
@media (min-width: 576px) {
  .nossosnumeros__value.bignumber2 {
    top: 119px;
    left: 110px;
  }
}
.nossosnumeros__value.bignumber3 {
  position: absolute;
  text-align: right;
  top: 200px;
  left: 18px;
}
@media (min-width: 576px) {
  .nossosnumeros__value.bignumber3 {
    top: 195px;
    left: 120px;
  }
}
.nossosnumeros__value h5 {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #4D4D4D;
  margin: 0;
}
@media (max-width: 992px) {
  .nossosnumeros__value h5 {
    font-size: 20px;
  }
}
.nossosnumeros__text h6 {
  font-size: 16px;
  line-height: 24px;
  color: #4D4D4D;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 992px) {
  .nossosnumeros__text h6 {
    font-size: 14px;
  }
}
.nossosnumeros__text.bignumberstext {
  position: absolute;
  top: 30px;
  left: 285px;
}
@media (max-width: 992px) {
  .nossosnumeros__text.bignumberstext {
    top: 20px;
    left: 148px;
  }
}
.nossosnumeros__text.bignumberstext2 {
  position: absolute;
  top: 120px;
  left: 324px;
}
@media (max-width: 992px) {
  .nossosnumeros__text.bignumberstext2 {
    top: 100px;
    left: 180px;
  }
}
.nossosnumeros__text.bignumberstext3 {
  position: absolute;
  top: 200px;
  left: 355px;
}
@media (max-width: 992px) {
  .nossosnumeros__text.bignumberstext3 {
    top: 156px;
    left: 200px;
  }
}

@media (min-width: 576px) {
  .page-id-10838 .bignumber1,
.page-id-9944 .bignumber1 {
    top: 35px;
    left: 80px;
  }
}
@media (min-width: 576px) {
  .page-id-10838 .bignumber2,
.page-id-9944 .bignumber2 {
    top: 119px;
    left: 80px;
  }
}
@media (min-width: 576px) {
  .page-id-10838 .bignumber3,
.page-id-9944 .bignumber3 {
    top: 195px;
    left: 100px;
  }
}
@media (min-width: 576px) {
  .page-id-10838 .bignumberstext,
.page-id-9944 .bignumberstext {
    top: 54px;
    left: 310px;
  }
}
@media (min-width: 576px) {
  .page-id-10838 .bignumberstext2,
.page-id-9944 .bignumberstext2 {
    top: 136px;
    left: 340px;
  }
}
@media (min-width: 576px) {
  .page-id-10838 .bignumberstext3,
.page-id-9944 .bignumberstext3 {
    top: 206px;
    left: 385px;
  }
}

@media (min-width: 1200px) {
  .admin-bar .popupVideo button {
    top: 54px;
  }
}

.popupVideo {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 47, 167, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.popupVideo.show-popup {
  opacity: 1;
  visibility: visible;
}
.popupVideo iframe {
  max-height: 80%;
}
@media (max-width: 767px) {
  .popupVideo iframe {
    max-height: 200px;
  }
}
.popupVideo button {
  border: none;
  background: transparent;
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.popupVideo button, .popupVideo button img {
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .popupVideo button {
    top: 30%;
  }
}

.show-popup .popupVideo {
  opacity: 1;
  visibility: visible;
}

.partners {
  width: 100%;
  margin-top: 60px;
}
.partners .category {
  font-size: 30px;
  margin-top: 32px;
}
.partners .partner {
  position: relative;
  display: flex;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.partners .partner:nth-child(odd) {
  background-color: #F1F1F2;
}
.partners .partner:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 99vw;
  height: 100%;
  background-color: #F1F1F2;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .partners .partner input[name=partners]:checked + .content .line {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
.partners .partner input[name=partners]:checked + .content .box {
  max-height: 1512px;
  opacity: 1;
  padding: 32px 0;
  pointer-events: all;
}
@media (min-width: 1200px) {
  .partners .partner input[name=partners]:checked + .content .box {
    max-height: 512px;
  }
}
.partners .partner input[name=partners]:checked ~ .toggle {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.partners .partner .content {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1200px) {
  .partners .partner .content {
    width: calc(100% - 45px);
  }
}
.partners .partner .content .name {
  margin-bottom: 0;
}
.partners .partner .content .job {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 400;
}
.partners .partner .content .line {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 512px;
  padding: 12px 45px 12px 0;
  overflow: auto;
  transition-duration: 0.377s;
}
@media (min-width: 1200px) {
  .partners .partner .content .line {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
    height: 45px;
    padding: 0;
  }
}
.partners .partner .content .line span {
  display: block;
  width: 100%;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .partners .partner .content .line span {
    width: 50%;
  }
}
.partners .partner .content .box {
  display: flex;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 0;
  padding: 0;
  opacity: 0;
  overflow: auto;
  transition-duration: 0.377s;
}
@media (min-width: 1200px) {
  .partners .partner .content .box {
    flex-direction: row;
  }
}
.partners .partner .content .box .picture {
  display: block;
  margin: 0 auto 16px auto;
  width: 247px;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .partners .partner .content .box .picture {
    margin: 0 16px 0 0;
  }
}
.partners .partner .content .box .picture > img {
  max-width: 100%;
}
.partners .partner .toggle {
  position: absolute;
  top: 6px;
  right: 0;
  display: block;
  width: 45px;
  height: 45px;
  cursor: pointer;
  border-radius: 24px;
  background-image: url("img/expand-more.png");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  transition-duration: 0.377s;
}
@media (min-width: 1200px) {
  .partners .partner .toggle {
    top: 0;
  }
}
.partners .partner .toggle:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.page-template-page-mailer-unsubscribed .formRegister {
  position: relative;
  width: 431px;
  margin: 0 auto;
}
.page-template-page-mailer-unsubscribed .formRegister #g-recaptcha-0 {
  bottom: initial;
  display: initial;
  width: initial;
}
.page-template-page-mailer-unsubscribed .formRegister form#MZMailerForm .div-recaptcha {
  height: 78px;
}
.page-template-page-mailer-unsubscribed .formRegister .buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-direction: row-reverse;
  margin-top: 30px;
}
.page-template-page-mailer-unsubscribed .formRegister .buttons .send {
  background: #002FA7;
  border: none;
  color: #fff;
}
.page-template-page-mailer-unsubscribed .formRegister .buttons .clear {
  background: #fff;
  border: 1px solid #002FA7;
  color: #002FA7;
  padding: 10px 24px;
}
.page-template-page-mailer-unsubscribed .formRegister input[type=text],
.page-template-page-mailer-unsubscribed .formRegister input[type=email],
.page-template-page-mailer-unsubscribed .formRegister input[type=phone],
.page-template-page-mailer-unsubscribed .formRegister textarea,
.page-template-page-mailer-unsubscribed .formRegister select {
  margin-top: 10px;
  margin-bottom: 6px;
  background-color: #fff;
}
.page-template-page-mailer-unsubscribed .formRegister #acceptedTerm p {
  font-size: 13px;
  margin-bottom: 0px;
}
.page-template-page-mailer-unsubscribed .formRegister .g-recaptcha {
  position: absolute;
  left: 15%;
}
.page-template-page-mailer-unsubscribed #MZMailerForm {
  display: flex;
  flex-direction: column;
}
.page-template-page-mailer-unsubscribed #MZMailerForm > .field {
  order: 1;
}
.page-template-page-mailer-unsubscribed #MZMailerForm > .div-recaptcha {
  order: 3;
}
.page-template-page-mailer-unsubscribed #MZMailerForm > .buttons {
  order: 3;
}
.page-template-page-mailer-unsubscribed .mailerForm {
  display: flex;
  flex-direction: column;
}
.page-template-page-mailer-unsubscribed .mailerForm .showBlacklist,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .showBlacklist {
  display: none !important;
}
.page-template-page-mailer-unsubscribed .mailerForm .showBlacklist.show,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .showBlacklist.show {
  display: block !important;
}
.page-template-page-mailer-unsubscribed .mailerForm .hideBlacklist.hide,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .hideBlacklist.hide {
  display: none !important;
}
.page-template-page-mailer-unsubscribed .mailerForm .msg,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .msg {
  display: none;
  width: 100%;
  float: left;
  border-left: 4px solid #e6d700;
  padding: 15px;
  margin-left: 0;
  margin-bottom: 20px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.page-template-page-mailer-unsubscribed .mailerForm .msg.error,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .msg.error {
  border-left-color: #dc3232;
}
.page-template-page-mailer-unsubscribed .mailerForm .msg.register,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .msg.register {
  border-left-color: #dc3232;
}
.page-template-page-mailer-unsubscribed .mailerForm .msg.alertTerms,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .msg.alertTerms {
  border-left-color: #dc3232;
}
.page-template-page-mailer-unsubscribed .mailerForm .msg.success,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .msg.success {
  border-left-color: #00bb00;
}
.page-template-page-mailer-unsubscribed .mailerForm .msg.updated,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .msg.updated {
  border-left-color: #00bb00;
}
.page-template-page-mailer-unsubscribed .mailerForm .msg.successBlacklist,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .msg.successBlacklist {
  border-left-color: #00bb00;
}
.page-template-page-mailer-unsubscribed .mailerForm .msg.blacklist,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .msg.blacklist {
  border-left-color: #000000;
}
.page-template-page-mailer-unsubscribed .mailerForm .msg.unexpectedError,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .msg.unexpectedError {
  border-left-color: #fa8500;
}
.page-template-page-mailer-unsubscribed .mailerForm .msg.reCaptchaValidate,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .msg.reCaptchaValidate {
  border-left-color: #e6d700;
}
.page-template-page-mailer-unsubscribed .mailerForm .msg.notBlacklist,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .msg.notBlacklist {
  border-left-color: #e6d700;
}
.page-template-page-mailer-unsubscribed .mailerForm .alert,
.page-template-page-mailer-unsubscribed .mailerFormBlacklist .alert {
  display: none;
  color: #dc3232;
  width: 100%;
}

.funds {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px 0;
}
.funds .block {
  width: 540px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.funds .block img {
  max-width: 40px;
}
.funds .block .content h2 {
  color: #000;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}
.funds .block .content p {
  color: #4D4D4D;
  line-height: 24px;
}

.strategies__firstSection {
  margin-bottom: 30px;
  align-items: center;
}
.strategies__firstSection img {
  max-width: 520px;
}
.strategies__firstSection .content {
  padding: 0 90px 0 50px;
}
.strategies__firstSection .content h2 {
  font-size: 24px;
  line-height: 29px;
  color: #000;
}
.strategies__firstSection .content p {
  font-size: 14px;
  color: #4D4D4D;
  line-height: 21px;
  margin: 0;
}
@media (max-width: 992px) {
  .strategies__firstSection {
    flex-direction: column;
  }
  .strategies__firstSection .content {
    padding: 30px 10px 0 10px;
  }
}
.strategies__secondSection {
  background: #f7fdff;
  justify-content: center;
  align-items: center;
  padding: 30px 0 22px;
  margin-top: 70px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .strategies__secondSection {
    flex-direction: column;
  }
}
.strategies__secondSection .block {
  flex-direction: column;
  align-items: center;
  padding: 30px 40px;
  cursor: pointer;
}
.strategies__secondSection .block .image {
  display: none !important;
  height: 100px;
  width: 100px;
  height: 100px;
  width: 100px;
  justify-content: center;
  margin-bottom: 15px;
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(92, 211, 255, 0.2);
  border: 0.8px solid #002FA7;
}
.strategies__secondSection .block h3 {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  transition: all 0.3s;
}
.strategies__secondSection .block:hover h3 {
  color: #002FA7;
}
.strategies__lastSection {
  margin-top: 70px;
}
.strategies__lastSection .topField h1,
.strategies__lastSection .topField h2,
.strategies__lastSection .topField h3 {
  color: #000;
  font-size: 24px;
  line-height: 29px;
}
.strategies__lastSection .topField p {
  line-height: 24px;
  margin-bottom: 26px;
}
.strategies__lastSection .rectangles {
  padding: 0 36px 0;
  flex-direction: column;
  margin-bottom: 30px;
  background: #4D4D4D;
}
.strategies__lastSection .rectangles * {
  color: #fff !important;
}
.strategies__lastSection .rectangles .image {
  background: #002FA7;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
}
.strategies__lastSection .rectangles h3 {
  font-size: 20px;
  line-height: 34px;
  margin-top: 22px;
  margin-bottom: 8px;
}
.strategies__lastSection .rectangles ul li {
  padding-left: 40px !important;
}
.strategies__lastSection .rectangles ul li::before {
  background-image: url(img/check.png) !important;
  width: 18px !important;
  height: 13px !important;
  top: 4px !important;
}

.page-template-visao-geral .wpContent {
  padding: 0;
}
.page-template-visao-geral .wpContent .overview__firstSection {
  position: relative;
  margin-bottom: 30px;
  padding: 110px 0 80px;
}
@media (max-width: 1199px) {
  .page-template-visao-geral .wpContent .overview__firstSection {
    flex-direction: column-reverse;
  }
}
.page-template-visao-geral .wpContent .overview__firstSection::before {
  content: "";
  position: absolute;
  width: 497px;
  height: 595px;
  top: 0;
  right: 0;
  z-index: -1;
}
.page-template-visao-geral .wpContent .overview__firstSection img {
  max-width: 520px;
}
.page-template-visao-geral .wpContent .overview__firstSection .content {
  padding: 60px 90px 0 50px;
  max-width: 680px;
}
@media (max-width: 1199px) {
  .page-template-visao-geral .wpContent .overview__firstSection .content {
    padding: 30px 10px 0 10px;
  }
}
.page-template-visao-geral .wpContent .overview__firstSection .content * {
  color: #000;
}
.page-template-visao-geral .wpContent .overview__firstSection .content h1,
.page-template-visao-geral .wpContent .overview__firstSection .content h2 {
  font-size: 24px;
  line-height: 29px;
}
.page-template-visao-geral .wpContent .overview__firstSection .content p {
  font-size: 16px;
  line-height: 24px;
}
.page-template-visao-geral .wpContent .overview__firstSection .content__button {
  display: block;
  background: #002FA7;
  max-width: 100px;
  text-align: center;
  padding: 12px 0;
  color: #fff;
  margin-top: 36px;
}
.page-template-visao-geral .wpContent .Quotesbutton {
  display: flex;
  justify-content: center;
  background: #002FA7;
  color: #fff;
  margin: 0 auto 30px;
  max-width: 152px;
  padding: 12px 0;
}

.accordion {
  margin-top: 45px;
}
.accordion__item {
  margin-bottom: 10px;
}
.accordion__item__header {
  line-height: 16px;
  color: #4D4D4D;
  background: #fff;
  padding: 13px 45px 15px 45px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #002FA7;
}
@media (min-width: 1200px) {
  .accordion__item__header {
    font-size: 16px;
    line-height: 24px;
  }
}
.accordion__item__header::before {
  content: "";
  width: 16px;
  height: 9px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: rotate(-180deg) translateY(50%);
  transition: 0.5s all;
  background: url(img/arrow_accordion.png);
}
.accordion__item__header.active {
  background: #002FA7;
  color: #fff;
}
.accordion__item__header.active::before {
  transform: rotate(0deg) translateY(-50%);
  filter: brightness(0) invert(1);
}
.accordion__item__content {
  display: none;
  margin-top: 0;
  border: none;
  padding: 8px 0 10px 5px;
  background: #fff;
  margin-top: -5px;
}
.accordion__item__content table {
  margin: 0;
}
.accordion__item__content table tr td {
  padding: 14px 10px;
  border-bottom: 1px solid #4D4D4D;
  background: #fff !important;
}
.accordion__item__content table tr td.link a {
  display: block;
  font-size: 16px;
  line-height: 1.2;
}
.accordion__item__content table tr td.icons {
  width: 40px;
}
.accordion__item__content table tr td.icons i {
  color: #002FA7;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  cursor: pointer;
}
.accordion__item__content table tr td.icons i:hover {
  opacity: 0.5;
}

.cookieinfo > .container {
  position: fixed;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.cookieinfo > .container > div {
  background: rgba(77, 77, 77, 0.9);
  border-radius: 16px;
  padding: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .cookieinfo > .container > div {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.cookieinfo__text {
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .cookieinfo__text {
    margin-bottom: 0;
    margin-right: 50px;
  }
}
.cookieinfo__text, .cookieinfo__text * {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.cookieinfo__text * {
  margin: 0;
}
.cookieinfo__close {
  white-space: nowrap;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 767px) {
  .cookieinfo__close {
    text-align: center;
  }
}

.datepicker {
  position: relative;
  z-index: 0;
  display: table;
  width: 100%;
  margin: 0 auto;
}
.datepicker, .datepicker * {
  border: none !important;
  background: transparent !important;
}
.datepicker .nav-event {
  position: absolute;
  top: 15px;
  font-size: 0;
  cursor: pointer;
  z-index: 9;
}
.datepicker .nav-event::before {
  content: "\f0da";
  font-family: "FontAwesome";
  color: #4D4D4D;
  font-size: 30px;
}
.datepicker .nav-event.next {
  right: 15px;
}
@media (min-width: 992px) {
  .datepicker .nav-event.next {
    right: 35px;
  }
}
.datepicker .nav-event.prev {
  left: 15px;
}
@media (min-width: 992px) {
  .datepicker .nav-event.prev {
    left: 35px;
  }
}
.datepicker .nav-event.prev::before {
  content: "\f0d9";
}
.datepicker .nav-event:hover {
  opacity: 0.8;
}
.datepicker .ui-datepicker-group {
  display: table-cell;
  width: 33.3%;
  padding: 0 12px 0;
  vertical-align: top;
}
@media (max-width: 992px) {
  .datepicker .ui-datepicker-group {
    width: 50% !important;
  }
  .datepicker .ui-datepicker-group-last {
    display: none;
  }
}
@media (max-width: 768px) {
  .datepicker .ui-datepicker-group {
    width: 100% !important;
    padding: 0 !important;
  }
  .datepicker .ui-datepicker-group-middle {
    display: none;
  }
}
.datepicker .ui-datepicker-header {
  width: 100%;
}
.datepicker .ui-datepicker-header .datepicker .ui-datepicker-prev span, .datepicker .ui-datepicker-header .datepicker .ui-datepicker-next span {
  display: none;
}
.datepicker .ui-datepicker-title {
  color: #4D4D4D;
  font-size: 20px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-family: "Myriad Pro", sans-serif;
  line-height: 1;
}
.datepicker .ui-datepicker-inline {
  width: 100% !important;
  display: table !important;
  border-collapse: separate;
  margin: 0 auto;
  min-height: 310px;
  padding: 0 !important;
}
.datepicker .ui-datepicker-calendar {
  margin-top: 0;
  min-height: 265px;
}
.datepicker .ui-datepicker-calendar tr th span {
  color: #1741A2;
  font-family: "Myriad Pro", sans-serif;
  font-size: 18px;
  line-height: 1;
}
.datepicker .ui-datepicker-calendar tr td {
  background: white;
  padding: 5px;
  text-align: center;
  width: 14.3%;
  opacity: 1;
}
.datepicker .ui-datepicker-calendar tr td span {
  text-align: center;
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
}
.datepicker .ui-datepicker-calendar tr td.has-event span {
  color: #fff !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event.divulgacao-de-resultado span {
  background-color: #001D48 !important;
  border: 1px solid #001D48 !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event.webcast span {
  background-color: linear-gradient(90deg, #152243 0%, #16857C 100%) !important;
  border: 1px solid linear-gradient(90deg, #152243 0%, #16857C 100%) !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event.conferencias span {
  background-color: #12857D !important;
  border: 1px solid #12857D !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event.outros-eventos span {
  background-color: #06D89C !important;
  border: 1px solid #06D89C !important;
}
.datepicker .ui-datepicker-prev, .datepicker .ui-datepicker-next {
  display: none;
}

#legenda_eventos {
  width: 100%;
  margin: 74px 0 100px !important;
}
@media (max-width: 1199px) {
  #legenda_eventos {
    display: flex;
    flex-direction: column;
  }
}
#legenda_eventos .legenda_texto {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "Myriad Pro", sans-serif;
  color: #001D48;
}
#legenda_eventos .legenda_item {
  display: inline-block;
  margin: 5px 15px 5px 0;
  position: relative;
}
#legenda_eventos .legenda_item .cor {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
}
#legenda_eventos .legenda_item .cor-01 {
  background: #001D48;
}
#legenda_eventos .legenda_item .cor-02 {
  background: linear-gradient(90deg, #152243 0%, #16857C 100%);
}
#legenda_eventos .legenda_item .cor-04 {
  background: #12857D;
}
#legenda_eventos .legenda_item .cor-05 {
  background: #06D89C;
}
#legenda_eventos .legenda_item .label {
  color: #4D4D4D;
  font-size: 16px;
  line-height: 1;
  padding: 5px 0 5px 35px;
}

.ui-tooltip {
  position: absolute;
  z-index: 9999;
  background: white;
  border: 1px solid #e6e6e6;
  max-width: 300px;
  color: #2A2222;
  box-shadow: 0 0 7px #a8a8a8;
  padding: 0;
}
.ui-tooltip h5 {
  color: #476da6;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
  margin: 0;
}
.ui-tooltip ul {
  padding: 0;
  margin-bottom: 0;
}
.ui-tooltip ul li {
  list-style: none;
  padding: 8px 10px;
  border-top: 1px solid #e6e6e6;
  font-size: 13px;
}
.ui-tooltip .arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.ui-tooltip .arrow.top {
  top: -16px;
  bottom: auto;
}
.ui-tooltip .arrow.top:after {
  bottom: -20px;
  top: auto;
}
.ui-tooltip .arrow.left {
  left: 20%;
}
.ui-tooltip .arrow:after {
  content: "";
  background: white;
  border: 1px solid #e6e6e6;
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ui-helper-hidden-accessible {
  display: none;
}

#data .evento-futuro h2, #data .evento-realizado h2 {
  color: #4D4D4D;
  font-size: 22px;
  line-height: 1;
}
@media (min-width: 1200px) {
  #data .evento-futuro h2, #data .evento-realizado h2 {
    font-size: 30px;
  }
}

#loading {
  width: 100%;
}
#loading div {
  margin: 25px auto;
  border: 5px solid rgba(114, 114, 114, 0.2);
  border-top: 5px solid #002FA7;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* POPUP HOME */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 9999;
}
.popup__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 520px;
  background-color: #fff;
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
  overflow: auto;
  padding: 25px 15px;
  border-bottom: 28px solid #4D4D4D;
  box-shadow: 0px 0px 5px rgba(0, 37, 84, 0.51);
  border-radius: 20px 20px 0 0;
  background-image: url("img/popup-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .popup__close {
    top: 20px;
    right: 25px;
  }
}
.popup__close:hover {
  opacity: 0.5;
}
.popup__logo {
  display: block;
  margin: 0 auto 16px auto;
  width: 158px;
}
@media (min-width: 1200px) {
  .popup__logo {
    width: 227px;
  }
}
.popup main {
  text-align: center;
  width: 270px;
  max-width: 100%;
  margin: 0 auto;
}
.popup main h1, .popup main h2, .popup main h3, .popup main h4, .popup main h5, .popup main h6 {
  margin-bottom: 8px;
  color: #4D4D4D;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .popup main h1, .popup main h2, .popup main h3, .popup main h4, .popup main h5, .popup main h6 {
    font-size: 18px;
    line-height: 25px;
  }
}
.popup main p {
  color: #4D4D4D;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .popup main p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}

@media (max-width: 1199px) {
  #popup {
    display: none;
  }
}
@media (min-width: 1200px) {
  #popup_mobile {
    display: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./vendor/slick-1.9.0/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./vendor/slick-1.9.0/fonts/slick.eot");
  src: url("./vendor/slick-1.9.0/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./vendor/slick-1.9.0/fonts/slick.woff") format("woff"), url("./vendor/slick-1.9.0/fonts/slick.ttf") format("truetype"), url("./vendor/slick-1.9.0/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.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: white;
  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: "←";
}

/* Dots */
.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: 13px;
  width: 13px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 13px;
  width: 13px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 50%;
}
.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.slick-active button {
  background: white;
}

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