@charset "UTF-8";
/*!
Theme Name: MZiQ - B3 RI
Author: MZ Group
Author URI: http://mziq.com/
Description: MZiQ CMS Theme for B3 RI website.
Version: 1.0
License: GNU General Public License v2 or later

One and only theme for IR Website for B3 RI
*/
@font-face {
  font-family: "Mulish";
  src: url("./fonts/Mulish-BoldItalic.woff2") format("woff2"), url("Mulish-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("./fonts/Mulish-ExtraBoldItalic.woff2") format("woff2"), url("./fonts/Mulish-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("./fonts/Mulish-BlackItalic.woff2") format("woff2"), url("./fonts/Mulish-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("./fonts/Mulish-MediumItalic.woff2") format("woff2"), url("./fonts/Mulish-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("./fonts/Mulish-ExtraLightItalic.woff2") format("woff2"), url("./fonts/Mulish-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("./fonts/Mulish-SemiBoldItalic.woff2") format("woff2"), url("./fonts/Mulish-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("./fonts/Mulish-Black.woff2") format("woff2"), url("./fonts/Mulish-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("./Mulish-LightItalic.woff2") format("woff2"), url("./Mulish-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("./fonts/Mulish-Italic.woff2") format("woff2"), url("./fonts/Mulish-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("./fonts/Mulish-Bold.woff2") format("woff2"), url("./fonts/Mulish-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("./fonts/Mulish-ExtraBold.woff2") format("woff2"), url("./fonts/Mulish-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("./fonts/Mulish-Light.woff2") format("woff2"), url("./fonts/Mulish-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("./fonts/Mulish-Medium.woff2") format("woff2"), url("./fonts/Mulish-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("./fonts/Mulish-SemiBold.woff2") format("woff2"), url("./fonts/Mulish-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("./fonts/Mulish-Regular.woff2") format("woff2"), url("./fonts/Mulish-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("./fonts/Mulish-ExtraLight.woff2") format("woff2"), url("./fonts/Mulish-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  background-color: #fff;
  position: relative;
  font: 16px "Mulish";
  color: #414042;
  line-height: inherit;
}

button,
input,
select,
textarea {
  font: 16px "Mulish";
  color: #414042;
  line-height: inherit;
}

button,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
input,
li,
ol,
p,
select,
table,
td,
textarea,
ul {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

fieldset {
  border: 0;
}

img {
  border: 0;
  display: block;
}

li {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.admin-bar nav {
  padding-top: 32px;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.container {
  margin: 0 auto;
  position: relative;
}

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

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

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

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

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

.padding-20 {
  padding: 20px;
}

.container-v {
  height: 100%;
}

.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(img/icon-sprite.png) no-repeat;
}

.icon-search {
  width: 32px;
  height: 32px;
  background-position: -215px -99px;
}

.icon-external {
  width: 48px;
  height: 48px;
  background-position: -387px -90px;
}

.icon-html {
  background-position: -81px -25px;
  width: 32px;
  height: 48px;
}

.icon-mp3,
.icon-mp4 {
  width: 32px;
  height: 48px;
  background-position: -331px -25px;
}
.icon-mp3.on,
.icon-mp4.on {
  width: 32px;
  height: 48px;
  background-position: -131px -25px;
}

.icon-pdf {
  width: 32px;
  height: 48px;
  background-position: -381px -25px;
}
.icon-pdf.on {
  width: 32px;
  height: 48px;
  background-position: -181px -25px;
}

.icon-xls {
  width: 32px;
  height: 48px;
  background-position: -430px -25px;
}
.icon-xls.on {
  width: 32px;
  height: 48px;
  background-position: -231px -25px;
}

.icon-xlsx {
  width: 32px;
  height: 48px;
  background-position: -231px -25px;
}
.icon-xlsx.on {
  width: 32px;
  height: 48px;
  background-position: -231px -25px;
}

.icon-contact {
  width: 64px;
  height: 64px;
  background-position: -77px -159px;
}

.icon-alert {
  width: 64px;
  height: 64px;
  background-position: -3px -159px;
}

.icon-chart {
  width: 64px;
  height: 64px;
  background-position: -83px -82px;
}

.icon-calendar {
  width: 64px;
  height: 64px;
  background-position: -5px -82px;
}

.icon-close {
  width: 48px;
  height: 48px;
  background-position: -252px -89px;
  text-indent: -9999px;
}

template {
  display: none;
}

.clear {
  clear: both;
}

.no-scroll {
  overflow: hidden;
}

.reference-only,
.sidenav-disabled-only,
.sm-only,
.xs-hide {
  display: none;
}

.fancybox-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 120;
  display: none;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -moz-transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

main {
  display: block;
}
main fieldset {
  min-width: 100%;
}
main .chart fieldset {
  min-width: auto;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

table tr.show {
  display: table-row !important;
}

.cke_editable .hide {
  display: block !important;
}
.cke_editable table tr.hide {
  display: table-row !important;
}

::-moz-selection,
::selection {
  background: rgba(0, 49, 118, 0.25);
}

.checkbox-label {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  border: 1px solid #ccc;
  padding: 2px;
}
.checkbox-label input {
  visibility: hidden;
}
.checkbox-label input:after {
  visibility: visible;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ccc;
  opacity: 0;
  -webkit-transition: opacity 0.05s linear;
  -o-transition: opacity linear 0.05s;
  -moz-transition: opacity linear 0.05s;
  transition: opacity 0.05s linear;
  content: "";
}
.checkbox-label input:checked:after {
  opacity: 1;
}

.fancybox-overlay,
.ui-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 4;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -moz-transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fancybox-overlay.in,
.ui-backdrop.in {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

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

*:focus {
  outline: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.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. */
}

.ui-top {
  border-bottom: 1px solid #E3E5E7;
}
.ui-top .top-container {
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ui-top .top-container .top-navigation .fa-bars {
  color: #002C63;
}
.ui-top .top-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ui-top .investor-relations {
  padding-left: 50px;
  font: 600 22.5px montserrat, sans-serif;
  color: #003176;
}
@media screen and (min-width: 992px) {
  .ui-top .investor-relations {
    padding-left: 24px;
  }
}
.ui-top .nav-trigger {
  padding: 11px 0 9px 42px;
  font: 600 22px montserrat, sans-serif;
  color: #00afe9;
  text-transform: uppercase;
  position: relative;
}
.ui-top .nav-trigger .icon-menu,
.ui-top .nav-trigger .icon-search {
  position: absolute;
}
.ui-top .nav-trigger .icon-menu {
  top: 4px;
  left: 38px;
  font-size: 40px;
}
.ui-top .nav-trigger .icon-search {
  top: 8px;
  left: 0;
}

.ui-nav {
  width: 450px;
}
.ui-nav .nav-close {
  right: 40px;
}
.ui-nav .menu-search {
  padding-left: 40px;
  padding-right: 40px;
}
.ui-nav .icon-search {
  left: 40px;
}
.ui-nav .menu > .menu-item {
  transition: 0.5s;
}
.ui-nav .menu > .menu-item > a {
  display: block;
  padding-right: 24px;
  position: relative;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 1023px) {
  .ui-nav .menu > .menu-item > a {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.ui-nav .menu > .menu-item:not(.-external) > a:before {
  top: 34px;
  width: 26px;
  height: 2px;
}
.ui-nav .menu > .menu-item:not(.-external) > a:after {
  top: 23px;
  width: 2px;
  height: 26px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -moz-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.ui-nav .menu-item:not(.menu-item-has-children) a:hover {
  text-decoration: underline;
}
.ui-nav .menu-item.external a:after {
  content: "";
  color: #003176;
  position: absolute;
  right: 19px !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
}
.ui-nav .menu-item.-state--active {
  padding-bottom: 0;
}
.ui-nav .menu-item:not(.-external) a:before {
  right: 0;
}
.ui-nav .menu-item:not(.-external) a:after {
  right: 12px;
}
.ui-nav .menu-item.-external .icon-external {
  right: 40px;
}
.ui-nav .sub-menu {
  padding-left: 54px;
  padding-right: 54px;
  position: relative;
}
.ui-nav .sub-menu .after {
  content: "";
  height: calc(100% + 1px);
  width: 40px;
  background-color: #f0f0f0;
  position: absolute;
  left: 100%;
  border-bottom: 1px solid #e1e1e1;
  top: 0;
}
.ui-nav .sub-menu .before {
  content: "";
  height: calc(100% + 1px);
  width: 40px;
  background-color: #f0f0f0;
  position: absolute;
  right: 100%;
  border-bottom: 1px solid #e1e1e1;
  top: 0;
}
.ui-nav .menu-spotlight {
  padding-left: 40px;
  padding-right: 40px;
}

.ui-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: 9px;
  background-color: #f9f9f9;
  overflow-y: scroll;
  z-index: 5;
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -moz-transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.2s, -moz-transform cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), -o-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.ui-nav.active {
  transform: translate(0);
}
.ui-nav .search-input::-webkit-input-placeholder {
  font-weight: 500;
  color: #003475;
}
.ui-nav .search-input::-moz-placeholder {
  font-weight: 500;
  color: #003475;
}
.ui-nav .search-input:-ms-input-placeholder {
  font-weight: 500;
  color: #003475;
}
.ui-nav .search-input::placeholder {
  font-weight: 500;
  color: #003475;
}
.ui-nav.-state--active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.ui-nav .menu-header {
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}
.ui-nav .menu-title {
  font: 700 28px montserrat, sans-serif;
  color: #00afe9;
  text-transform: uppercase;
}
.ui-nav .nav-close {
  position: absolute;
  top: 18px;
}
.ui-nav .menu-search {
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
}
.ui-nav .search-input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #003475;
  padding: 12px 0 12px 44px;
  background-color: transparent;
  outline: 0;
}
.ui-nav .search-input::-webkit-input-placeholder,
.ui-nav .search-input::-moz-placeholder,
.ui-nav .search-input:-ms-input-placeholder,
.ui-nav .search-input::placeholder {
  font-weight: 500;
  color: #003475;
}
.ui-nav .icon-search {
  position: absolute;
  top: 24px;
  left: 50px;
  pointer-events: none;
}
.ui-nav .menu-content {
  padding-bottom: 40px;
}
.ui-nav .menu-item {
  font: 500 18px montserrat, sans-serif;
  color: #003475;
  cursor: pointer;
  position: relative;
}
.ui-nav .menu-item span {
  display: block;
  padding: 24px 50px 24px 0;
  border-bottom: 1px solid #e1e1e1;
}
.ui-nav .menu-item-has-children:not(.-external) a:after, .ui-nav .menu-item-has-children:not(.-external) a:before {
  position: absolute;
  background-color: #003176;
  display: block;
  content: "";
}
.ui-nav .menu-item.-external a {
  display: block;
}
.ui-nav .menu-item.-external a .icon-external {
  position: absolute;
  top: 13px;
}
.ui-nav .menu-item.-external a:hover {
  text-decoration: underline;
}
.ui-nav .menu-item.-state--active:after {
  opacity: 0;
}
.ui-nav .sub-menu {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #f0f0f0;
  font-size: 16px;
  display: none;
}
.ui-nav .sub-menu a {
  display: block;
  padding: 9px 0;
  font: 16px "Mulish";
  color: #414042;
}
.ui-nav .sub-menu a:hover {
  text-decoration: underline;
}
.ui-nav .search-result a {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 12px 9px 12px 44px;
  position: relative;
}
.ui-nav .search-result a i {
  position: absolute;
  top: 9px;
  left: 9px;
}
.ui-nav .search-result a.-state--selected {
  background-color: rgba(0, 49, 118, 0.1);
}
.ui-nav.-mode--navigation .menu-spotlight, .ui-nav.-mode--search .menu-content {
  display: none;
}

.quote-up {
  color: #25bd82 !important;
}

.quote-down {
  color: #f03c45 !important;
}

.ui-quotes {
  padding: 36px 0 64px 72px;
  font: 500 16px montserrat, sans-serif;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ui-quotes .quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 12px 2px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ui-quotes .quote + .quote {
  border-left: 3px solid #00b0e6;
  padding-left: 15px;
}
.ui-quotes .quote-change-percent,
.ui-quotes .quote-price,
.ui-quotes .quote-title {
  padding-right: 9px;
}
.ui-quotes .quotes-button {
  position: absolute;
  top: 20px;
  right: 0;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  padding: 15px;
  background-color: #ffd862;
  color: #002c63;
}
.ui-quotes .quotes-button:hover {
  text-decoration: underline;
}

.ui-home.-state--chart-active .ui-quotes .quotes-button {
  background-color: #fff;
  color: #00afe9;
}

.ui-quotes .disclaimer {
  position: absolute;
  top: 72px;
  left: 72px;
  font-size: 12px;
  color: #cbcbcb;
}
.ui-quotes .icon-quotes {
  position: absolute;
  top: 28px;
  left: 10px;
  width: 30px;
  height: 30px;
  background-position: -218px -173px;
}

.quote-change-arrow:before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}
.quote-change-arrow.arrow-up:before {
  border-width: 0 9px 9px;
  border-color: transparent transparent #0a0;
}
.quote-change-arrow.arrow-down:before {
  border-width: 9px 9px 0;
  border-color: #a00 transparent transparent;
}

.infoinvest-dc .dc-control form {
  display: block;
}
.infoinvest-dc .dc-control h3 {
  margin-top: 0;
}
.infoinvest-dc .dc-control .field-input {
  display: inline-block;
  width: 95%;
  padding-left: 0 !important;
  margin-right: 10px;
  margin-top: 20px;
}
.infoinvest-dc .dc-control .field-input + .field-input {
  padding-left: 18px;
}
.infoinvest-dc .dc-result .-special-event {
  font-style: italic;
  color: rgba(65, 64, 66, 0.333);
}

.banner-destaque {
  width: 100%;
  height: 240px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .banner-destaque {
    height: 350px;
  }
}
.banner-destaque .container {
  height: 100%;
}
.banner-destaque .container .bloco {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .banner-destaque .container .bloco {
    flex-direction: column;
  }
}
.banner-destaque .container .bloco .destaque-titulo {
  font-size: 25px;
  color: #fff;
  padding-right: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .banner-destaque .container .bloco .destaque-titulo {
    font-size: 13px;
    border-right: none;
    padding-right: none;
    margin-top: 35px;
  }
}
.banner-destaque .container .bloco .destaque-txt {
  padding: 10px 10px 10px 50px;
}
@media (max-width: 768px) {
  .banner-destaque .container .bloco .destaque-txt {
    padding: unset;
    font-size: 14px;
  }
}
.banner-destaque .container .bloco .destaque-txt span,
.banner-destaque .container .bloco .destaque-txt p,
.banner-destaque .container .bloco .destaque-txt a,
.banner-destaque .container .bloco .destaque-txt li {
  color: #fff;
  text-align: justify;
}

.panels .main {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .panels .main {
    flex-direction: column;
  }
}
.panels .main .panel {
  width: 24%;
  height: 270px;
  border-radius: 6px;
  border: 1px solid #e3e5e7;
  box-shadow: 0px 3px 3px rgba(102, 110, 122, 0.1);
}
@media (max-width: 768px) {
  .panels .main .panel {
    width: 100%;
    margin-bottom: 20px;
  }
}
.panels .main .panel .panel-header {
  background: #f6f6f7;
  padding: 21px 24px;
}
.panels .main .panel .panel-header h1 {
  color: #40444d;
  font-size: 18px;
}
.panels .main .panel .panel-content {
  padding: 15px;
}
.panels .main .panel .panel-content .js-load-content {
  position: relative;
}
.panels .main .panel .panel-content ul {
  position: relative;
}
.panels .main .panel .panel-content ul li {
  margin-bottom: 20px;
}
.panels .main .panel .panel-content ul li a div.title {
  color: #0063de;
  font-size: 15px;
  line-height: 150%;
}
.panels .main .panel .panel-content ul li a span {
  color: #666e74;
}
.panels .main .panel .panel-content ul li a i {
  width: 24px;
  height: 24px;
}
.panels .main .panel .panel-content.ultimas-atualizacoes {
  overflow-y: scroll;
  height: 200px;
  margin: 0 6px;
  /* width */
  /* Track */
  /* Handle */
}
.panels .main .panel .panel-content.ultimas-atualizacoes::-webkit-scrollbar {
  width: 5px;
}
.panels .main .panel .panel-content.ultimas-atualizacoes::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #666e74;
  border-radius: 10px;
}
.panels .main .panel .panel-content.ultimas-atualizacoes::-webkit-scrollbar-thumb {
  background: #0063de;
  border-radius: 10px;
}
.panels .main .panel .panel-content.get-to-know a {
  display: flex;
  width: 100%;
}
.panels .main .panel .panel-content.get-to-know a i {
  margin-right: 15px;
}
.panels .main .panel .panel-content.investor-kit a {
  display: flex;
  margin-bottom: 20px;
}
.panels .main .panel .panel-content.investor-kit a .title {
  color: #0063de;
  font-size: 15px;
  line-height: 150%;
}
.panels .main .panel .panel-content.investor-kit a i {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

.tools {
  background: #f6f6f7;
  width: 100%;
  height: 96px;
  margin-top: 10px;
}
.tools .container {
  height: 100%;
}
.tools .container ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  .tools .container ul {
    flex-direction: column;
  }
}
.tools .container ul li {
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.tools .container ul li .icone {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.tools .container ul li .link {
  text-decoration: none;
  color: #0063de;
  text-transform: uppercase;
  font-size: 16px;
}

.modal-tour {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 5;
}

.tour-start {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 270px;
  width: 640px;
  background: #fff;
  box-shadow: 0px 3px 3px rgba(102, 110, 122, 0.1);
  border-radius: 3px;
  z-index: 5;
  padding: 30px;
}
.tour-start h3 {
  color: textColor;
  margin-bottom: 20px;
  font-family: Mulish;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 110%;
}
.tour-start p {
  color: #4A4A4A;
  font-family: Mulish;
  font-style: normal;
  font-weight: normal;
  font-size: 13.5px;
  line-height: 22px;
}
.tour-start .painel {
  width: 300px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 30px;
}
.tour-start .painel div {
  width: 130px;
  border-radius: 100px;
  font-size: 16px;
  padding: 10px;
  cursor: pointer;
}
.tour-start .painel div.iniciar {
  display: flex;
  background: #ffd862;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #002c63;
  font-size: 12px;
  align-items: center;
  justify-content: center;
}
.tour-start .painel div.pular {
  color: #0063de;
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.tour-step {
  display: none;
  position: absolute;
  width: 190px;
  padding: 20px;
  background: #40444d;
  box-shadow: 0px 6px 6px rgba(102, 110, 122, 0.1);
  border-radius: 3px;
  z-index: 6;
}
.tour-step:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #40444d;
  top: 5px;
  right: 98%;
}
.tour-step .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.tour-step p {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.tour-step .painel {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.tour-step .painel .step {
  color: #fff;
  font-size: 14px;
}
.tour-step .painel .prev {
  width: 36px;
  height: 36px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #fff;
}
.tour-step .painel .next {
  width: 36px;
  height: 36px;
  background: #ffd862;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 20px;
}
.tour-step.step-1 {
  top: 0;
  left: 65%;
}
.tour-step.step-2 {
  top: 27%;
  left: 77%;
}
.tour-step.step-3 {
  top: 56%;
  left: 70%;
}
.tour-step.step-4 {
  top: 83%;
  left: 75%;
}
.tour-step.step-5 {
  top: 82%;
  left: 45%;
}
.tour-step.step-6 {
  top: -40%;
  left: 70%;
}
.tour-step.step-7 {
  top: -3%;
  left: 84%;
}
.tour-step.step-8 {
  top: 53%;
  left: 54%;
}
.tour-step.step-9 {
  top: 26%;
  left: 65%;
}
.tour-step.step-10 {
  top: 84%;
  left: 69%;
}
.tour-step.step-11 {
  top: 37%;
  left: 63%;
}
@media (min-width: 1400px) {
  .tour-step.step-11:lang(pt) {
    left: 61%;
  }
  .tour-step.step-11:lang(en) {
    left: 59%;
  }
}
.tour-step.step-12 {
  top: 34%;
  left: 61%;
}

.internal .chart .tbPrices .tbPrices__column .value {
  font-size: 17px;
}
.internal .hero-a {
  background-image: url(img/internas/01.jpg);
}
.internal .hero-b {
  background-image: url(img/internas/02.jpg);
}
.internal .hero-c {
  background-image: url(img/internas/03.jpg);
}
.internal .hero-d {
  background-image: url(img/internas/04.jpg);
}
.internal .hero-e {
  background-image: url(img/internas/05.jpg);
}
.internal .ui-page-header {
  height: 150px;
}
.internal .accordion__item {
  margin: 18px 0;
  background: #fff;
}
.internal .accordion__item .accordion__item__header {
  padding: 24px 50px;
  padding-right: 84px;
  background-color: #f0f0f0;
  font: 22px montserrat, arial, helvetica, sans-serif;
  color: #003176;
  cursor: pointer;
  position: relative;
}
.internal .accordion__item .accordion__item__header:after {
  content: "+";
  position: absolute;
  right: 20px;
}
.internal .accordion__item .accordion__item__header p {
  margin: 0;
}
.internal .accordion__item .accordion__item__header.active + .accordion__item__content {
  max-height: 100%;
  padding: 6px 50px 32px;
  overflow: auto;
}
@media (max-width: 640px) {
  .internal .accordion__item .accordion__item__header.active + .accordion__item__content {
    padding: 6px 15px 32px;
  }
}
.internal .accordion__item .accordion__item__content {
  position: relative;
  max-height: 0;
  padding: 0 50px;
  background-color: #f9f9f9;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  overflow: hidden;
}
@media (max-width: 640px) {
  .internal .accordion__item .accordion__item__content {
    padding: 0 15px;
    overflow: scroll;
  }
}
.internal .accordion__item .accordion-header.active .arrow:before {
  background-position: -28px 1px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.internal .accordion__item .accordion-body {
  padding: 10px 20px;
  position: relative;
  border-bottom: 1px dotted #cbcbcb;
  background: #f8f7f7;
  display: none;
}
.internal .accordion__item .accordion-body p:first-child {
  margin-top: 0;
}
.internal .fancybox-overlay {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.internal .ui-notification {
  display: none;
}
.internal .ui-notification .content-body h2:first-child {
  margin-top: 10px;
}
.internal .ui-notification .ui-content {
  margin-top: 0;
  padding-top: 0;
}
.internal .ui-notification.cortina {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.8);
  z-index: 150;
  overflow: auto;
}
.internal .sidenav-on .ui-notification.cortina {
  z-index: 99;
}
.internal .ui-notification .header {
  padding: 30px 0 20px;
  border-bottom: 2px solid #003176;
}
.internal .ui-notification .header img {
  margin: 0 auto;
  width: auto;
}
.internal .ui-notification .header .logo {
  height: 32px;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-image: url(https://cdn.infoinvest.com.br/resources/randon/1img/rapt/logo.png);
}
.internal .ui-notification .body {
  height: auto;
  overflow: hidden;
  -webkit-transition: height 0.2s linear;
  -o-transition: height linear 0.2s;
  -moz-transition: height linear 0.2s;
  transition: height 0.2s linear;
}
.internal .ui-notification .body .ui-content {
  padding: 10px;
  display: block;
  margin: 0 auto;
}
.internal .ui-notification .body .ui-content p + p, .internal .ui-notification .body .ui-content p:last-child {
  margin-bottom: 0;
}
.internal .ui-notification .body .ui-content table + p {
  margin-bottom: 0;
  margin-top: 2em;
}
.internal .ui-notification .body .ui-content table td {
  padding: 5px;
}
.internal .ui-notification .body .last-updated {
  display: none;
}
.internal .ui-notification.out .body {
  height: 0 !important;
}
.internal .ui-notification.out .title i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.internal .ui-notification.popup .container {
  width: auto;
}
.internal .ui-notification.popup .body {
  padding: 0 20px;
}
.internal .ui-notification .title {
  height: 37px;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #003176;
}
.internal .ui-notification .title i {
  position: absolute;
  top: 1px;
  color: #fff;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform linear 0.2s;
  -moz-transition: transform linear 0.2s, -moz-transform linear 0.2s;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear, -moz-transform 0.2s linear, -o-transform 0.2s linear;
}
.internal .ui-notification .title .arrow-1 {
  left: 30px;
}
.internal .ui-notification .title .arrow-2 {
  right: 30px;
}
.internal .ui-notification.popup .title {
  display: none;
}
.internal .notification-placeholder {
  height: 37px;
  display: none;
}
.internal .fixed-notification-on .notification-placeholder {
  display: block;
}
.internal .ui-content {
  font-size: 18px;
  padding: 30px 0;
  line-height: 1.5;
}
.internal .ui-content .content-body {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .internal .ui-content .content-body {
    padding: 0 44px;
  }
}
.internal .ui-content .content-body .container {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .internal .ui-content .content-body .container {
    padding: 0 16px;
  }
}
.internal .ui-content .last-updated {
  margin-top: 44px;
  font-size: 12px;
  color: #aaa;
  text-align: right;
}
.internal .ptb .ui-content .last-updated time {
  text-transform: lowercase;
}
.internal .content-body.cke_editable {
  max-width: 1024px;
  margin: 0 auto;
  padding: 16px;
}
.internal .ui-mobile-viewer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  overflow: hidden;
  z-index: 6;
  display: none;
}
.internal .ui-mobile-viewer.in {
  display: block;
}
.internal .ui-mobile-viewer .viewer {
  position: fixed;
  top: 56px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.internal .ui-mobile-viewer .window {
  padding: 0 1em 2em;
}
.internal .ui-mobile-viewer .content-body {
  width: 1024px;
}
.internal .ui-mobile-viewer .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  padding-left: 12px;
  background-color: #f1f1f1;
  font-size: 16px;
  line-height: 56px;
  -webkit-box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.2);
}
.internal .ui-mobile-viewer .back:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  margin-right: 8px;
  font-size: 14px;
  content: "";
}
.internal .ui-drawer {
  position: fixed;
  bottom: 0;
  right: 24px;
  min-width: 220px;
  font-size: 14px;
  z-index: 5;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.internal .ui-drawer .drawer-header {
  height: 36px;
  background-color: #333;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.internal .ui-drawer .drawer-title {
  padding: 9px 12px;
}
.internal .ui-drawer .drawer-toggle {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
}
.internal .ui-drawer .drawer-toggle span {
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  display: block;
  height: 2px;
  background-color: #fff;
  opacity: 0.4;
}
.internal .ui-drawer .drawer-toggle:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.internal .ui-drawer .drawer-toggle:hover span {
  opacity: 1;
}
.internal .ui-drawer.state-open .drawer-toggle span {
  top: auto;
  bottom: 7px;
}
.internal .ui-drawer .drawer-content {
  max-height: 350px;
  padding: 12px;
  background-color: #fff;
  overflow: auto;
  position: relative;
  display: none;
}
.internal .ui-drawer.state-active {
  display: block;
}
.internal .ui-downloads {
  width: 400px;
  font-size: 0.95em;
  display: none;
}
.internal .ui-downloads .drawer-content {
  padding-bottom: 18px;
}
.internal .ui-downloads .download-control {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
}
.internal .ui-downloads .download-all {
  display: inline-block;
  height: 32px;
  margin-bottom: 12px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 0 18px 0 40px;
  background-color: #003176;
  font-size: 1.1em;
  color: #fff;
  line-height: 32px;
  position: relative;
}
.internal .ui-downloads .download-all i {
  position: absolute;
  top: 1px;
  left: 12px;
  font-size: 20px;
  line-height: 32px;
}
.internal .ui-downloads .downloads-list {
  padding-top: 12px;
}
.internal .ui-downloads .downloads-file {
  display: table;
  width: 100%;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -moz-transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.internal .ui-downloads .downloads-file .file-remove,
.internal .ui-downloads .downloads-file .file-size {
  display: table-cell;
  padding: 2px 0;
  vertical-align: middle;
}
.internal .ui-downloads .downloads-file .file-title {
  display: table-cell;
  padding: 2px 0;
  vertical-align: middle;
}
.internal .ui-downloads .downloads-file .file-title a:hover {
  text-decoration: underline;
}
.internal .ui-downloads .downloads-file .file-size {
  width: 64px;
  padding-right: 9px;
  text-align: right;
  color: rgba(65, 64, 66, 0.75);
}
.internal .ui-downloads .downloads-file .file-remove {
  width: 20px;
  padding: 3px 0 0;
  color: rgba(65, 64, 66, 0.32);
  text-align: right;
}
.internal .ui-downloads .downloads-file .file-remove i {
  font-size: 18px;
}
.internal .ui-downloads .downloads-file .file-remove a:hover {
  color: #c00;
}
.internal .ui-downloads .downloads-file.highlight {
  background-color: rgba(0, 49, 118, 0.2);
}
.internal .ui-downloads .loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: none;
}
.internal .ui-downloads .loading i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  line-height: 32px;
}
.internal .content-body h2,
.internal .content-body h3 {
  margin-top: 2em;
  font-family: "Mulish";
  color: #003176;
}
.internal .content-body h2 {
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
}
.internal .content-body h3 {
  font-size: 21px;
}
.internal .ui-content header {
  font-weight: 500;
  font-family: "Mulish";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.internal .ui-content header h1 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.internal .ui-content header .breadcrumb {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (max-width: 1024px) {
  .internal .ui-content header .breadcrumb {
    display: none !important;
  }
}
.internal .ui-content h1 {
  margin-top: 44px;
  margin-bottom: 18px;
  padding: 0 44px;
  font-size: 40px;
  color: #003176;
  line-height: 1.2;
  position: relative;
  font-family: "Mulish";
  font-weight: 500;
}
.internal .ui-content h1:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 7px;
  background-color: #003176;
  content: "";
}
.internal .ui-content .breadcrumb {
  padding: 36px 44px;
  background-color: #f9f9f9;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.internal .ui-content .breadcrumb li {
  position: relative;
}
.internal .ui-content .breadcrumb li a,
.internal .ui-content .breadcrumb li strong {
  font-family: "Mulish";
  font-weight: 500;
}
.internal .ui-content .breadcrumb li:first-child {
  display: none;
}
.internal .ui-content .breadcrumb li:last-child {
  padding-left: 45px;
}
.internal .ui-content .breadcrumb li:last-child:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -4px;
  left: 15px;
  font-size: 20px;
  color: #00afe9;
  content: "";
}
.internal .ui-content .breadcrumb li.no-breadcrumb {
  padding-left: 0;
}
.internal .ui-content .breadcrumb li.no-breadcrumb:before {
  display: none;
}
.internal .content-body a {
  color: #003176;
}
.internal .content-body a.fa {
  font-size: 0;
}
.internal .content-body a.fa:before {
  font-size: 15px;
}
.internal .content-body ol,
.internal .content-body p,
.internal .content-body table,
.internal .content-body ul {
  margin-top: 1em;
}
.internal .content-body a:hover {
  text-decoration: underline;
}
.internal .content-body .page-historico {
  border: 1px solid #ececec;
  padding: 20px;
  margin: 20px 0;
  background: #f9f9f9;
}
.internal .content-body .page-historico .bx-viewport {
  padding-bottom: 60px;
}
.internal .content-body .page-historico ul {
  padding: 0;
}
.internal .content-body .page-historico ul li {
  margin: 0;
  padding-bottom: 40px;
}
.internal .content-body .page-historico .pager li {
  display: inline-block;
  margin: 3px;
}
.internal .content-body .page-historico .pager li.slick-active a {
  background-color: #00afe9;
  color: #fff;
}
.internal .content-body .page-historico .pager a {
  border: 2px solid #00afe9;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 15px;
  background-color: transparent;
  font-weight: 600;
  font-size: 1em;
  font-family: "Mulish";
  color: #00afe9;
  cursor: pointer;
  text-decoration: none;
}
.internal .content-body .page-historico .pager a:first-child {
  margin-left: 0;
}
.internal .content-body .page-historico li:before {
  display: none;
}
.internal .content-body .page-historico h2,
.internal .content-body .page-historico p {
  margin-top: 0;
}
.internal .content-body ol,
.internal .content-body ul {
  padding-left: 36px;
}
.internal .content-body ol li {
  margin-top: 0.25em;
}
.internal .content-body ul li {
  margin-top: 0.25em;
  position: relative;
}
.internal .content-body ul > li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  position: absolute;
  top: 10px;
  left: -24px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #414042;
  content: "";
}
.internal .content-body ul.list-unstyled > li:before {
  display: none;
}
.internal .content-body ol.decimal li,
.internal .content-body ol li {
  list-style-type: decimal;
}
.internal .content-body ol.lower-roman li {
  list-style-type: lower-roman;
}
.internal .content-body ol.upper-roman li {
  list-style-type: upper-roman;
}
.internal .content-body ol.lower-alpha li {
  list-style-type: lower-alpha;
}
.internal .content-body ol.upper-alpha li {
  list-style-type: upper-alpha;
}
.internal .content-body table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
}
.internal .content-body table td,
.internal .content-body table th {
  padding: 12px 35px 12px 18px;
  background-color: #f9f9f9;
}
.internal .content-body table td.icone,
.internal .content-body table th.icone {
  width: 65px;
  text-align: center;
}
.internal .content-body table td.icone img,
.internal .content-body table th.icone img {
  display: inline-block;
}
.internal .content-body table td.icone.off img,
.internal .content-body table th.icone.off img {
  opacity: 0.4;
}
.internal .content-body table td.data,
.internal .content-body table th.data {
  width: 140px;
  color: #00afe9;
}
@media (max-width: 640px) {
  .internal .content-body table td.data,
.internal .content-body table th.data {
    width: 100px;
  }
}
.internal .content-body table td.link,
.internal .content-body table th.link {
  padding-right: 30px;
}
.internal .content-body table td.link a,
.internal .content-body table th.link a {
  font: 18px montserrat, arial, helvetica, sans-serif;
  text-decoration: none;
}
.internal .content-body table tbody tr:nth-child(odd) td,
.internal .content-body table tbody tr:nth-child(odd) th {
  background-color: #f0f0f0;
}
.internal .content-body table th,
.internal .content-body table thead td {
  font-weight: 600;
  color: #003176;
  text-align: left;
  text-transform: uppercase;
}
.internal .content-body table .row-total .right {
  text-align: right;
}
.internal .content-body table.table-center {
  width: auto;
  margin: 0 auto;
}
.internal .content-body table caption {
  padding: 10px;
  font-size: 11px;
  color: #333;
  text-align: left;
  caption-side: bottom;
}
.internal .content-body table.-density--compact {
  font-size: 16px;
}
.internal .accordion + .accordion,
.internal .ui-panel + .ui-panel {
  margin-top: 15px;
}
.internal .accordion .accordion-header,
.internal .ui-panel .panel-header {
  padding: 24px 84px 24px 25px;
  position: relative;
}
.internal .accordion .accordion-header {
  cursor: pointer;
}
.internal .content-body .accordion + .accordion {
  margin-top: 15px;
}
.internal .content-body .accordion .accordion-header {
  position: relative;
  padding: 24px 50px;
  padding-right: 84px;
  font: 22px montserrat, arial, helvetica, sans-serif;
  color: #003176;
  cursor: pointer;
  background-color: #f0f0f0;
}
.internal .content-body .accordion .accordion-header h2 {
  margin: 12px 0;
}
.internal .content-body .accordion .accordion-header:before {
  position: absolute;
  background-color: #003176;
  display: block;
  content: "";
  top: 50%;
  right: calc(52px/1.3);
  width: 26px;
  height: 2px;
  transform: translateY(-50%);
}
.internal .content-body .accordion .accordion-header:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 52px;
  width: 2px;
  height: 26px;
  transform: translateY(-50%);
  background-color: #003176;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -moz-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.internal .content-body .accordion .accordion-header.active::after {
  opacity: 0;
}
.internal .content-body .accordion .accordion-body {
  padding: 6px 50px 32px;
  display: none;
}
.internal .content-body.cke_editable .accordion-header {
  cursor: auto;
}
.internal .content-body.cke_editable .accordion-body {
  display: block;
}
.internal .content-body .targetAccordion {
  text-decoration: underline;
}
.internal .content-body .targetAccordion:before {
  position: absolute;
  right: 60px;
  width: 20px;
  height: 20px;
  background-color: #003176;
  color: #fff;
  line-height: 20px;
  text-align: center;
  content: "+";
}
.internal .content-body .targetAccordion.active {
  color: #003176;
}
.internal .content-body .targetAccordion.active:before {
  content: "-";
}
.internal .ui-document {
  margin-top: 1em;
  background-color: #f0f0f0;
  position: relative;
}
.internal .ui-document .document-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.internal .ui-document .document-date {
  color: #00afe9;
}
.internal .ui-document .document-type {
  width: 50px;
  padding-right: 18px;
  position: relative;
}
.internal .ui-document .document-type .icon {
  position: absolute;
  top: -9px;
  left: 0;
}
.internal .ui-document .document-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.internal .ui-document .document-title a {
  font: 18px montserrat, arial, helvetica, sans-serif;
  text-decoration: none;
}
.internal .ui-document .document-title a:hover {
  text-decoration: underline;
}
.internal .ui-document .document-title.in-portuguese:after {
  display: inline-block;
  margin-left: 2px;
  content: "(*)";
}
.internal .ui-document .document-description {
  padding-left: 6px;
  position: relative;
  z-index: 2;
}
.internal .ui-document .document-description i {
  font-size: 21px;
  color: rgba(65, 64, 66, 0.25);
  cursor: pointer;
}
.internal .ui-document .document-description i:hover {
  color: rgba(65, 64, 66, 0.35);
}
.internal .ui-document .document-description .description {
  -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 28px;
  left: -114px;
  width: 260px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 9px;
  background-color: #fff;
  font-size: 0.9em;
  z-index: 2;
  display: none;
}
.internal .ui-document .document-description .description p {
  margin: 0;
  position: relative;
  z-index: 2;
}
.internal .ui-document .document-description .description:before {
  -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  top: -9px;
  left: 50%;
  display: block;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  z-index: -1;
}
.internal .ui-document .document-description .description:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 32px;
  height: 18px;
  margin-left: -16px;
  background-color: #fff;
  content: "";
  z-index: 1;
}
.internal .ui-document .document-description:hover .description {
  display: block;
}
.internal .ui-document .document-actions {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.internal .ui-document .document-actions .actions-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.internal .ui-document .document-actions .add-to-downloads-button,
.internal .ui-document .document-actions .download-button,
.internal .ui-document .document-actions .share-sheet {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.internal .ui-document .document-actions .add-to-downloads-button {
  padding: 0 9px 0 32px;
  color: #003176;
  text-decoration: none;
}
.internal .ui-document .document-actions .add-to-downloads-button .added {
  color: #003176;
  display: none;
}
.internal .ui-document .document-actions.added-file .add {
  display: none;
}
.internal .ui-document .document-actions.added-file .added {
  display: block;
}
.internal .ui-document .document-actions .download-button {
  width: 64px;
  color: #003176;
  text-decoration: none;
}
.internal .ui-document.type-link .document-actions {
  padding-right: 15px;
}
.internal .ui-document .share-sheet {
  overflow: hidden;
  width: 30px;
}
.internal .ui-document .share-sheet:hover {
  width: auto;
}
.internal .ui-document .share-sheet .share-buttons {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.internal .ui-document .share-sheet .share-placeholder {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  right: 0;
  color: #003176;
  opacity: 1;
}
.internal .ui-document .share-sheet .share-placeholder i {
  font-size: 21px;
}
.internal .ui-document .share-sheet .share-buttons {
  font-size: 18px;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.internal .ui-document .share-sheet .share-buttons ul {
  margin-top: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.internal .ui-document .share-sheet .share-buttons li:before {
  display: none;
}
.internal .no-touch .ui-document .share-sheet:hover .share-placeholder,
.internal .touch .ui-document .share-sheet.active .share-placeholder {
  opacity: 0;
}
.internal .no-touch .ui-document .share-sheet:hover .share-buttons,
.internal .touch .ui-document .share-sheet.active .share-buttons {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  position: relative;
  z-index: 1;
  background: #f0f0f0;
}
.internal .ui-document .share-sheet a {
  display: block;
  padding: 0 8px;
}
.internal .content-body img {
  max-width: 100%;
}
.internal .content-body .float-left {
  float: left;
  margin: 1em 2em 1em 0;
}
.internal .content-body .float-center .cke_image_resizer_wrapper,
.internal .content-body .float-center img {
  display: block;
  margin: 1em auto 0;
}
.internal .content-body .float-right {
  float: right;
  margin: 1em 0 1em 2em;
}
.internal .content-body figcaption {
  font-size: 11px;
  color: #333;
}
.internal .content-body .field {
  margin-bottom: 1em;
}
.internal .content-body input[type=date], .internal .content-body input[type=email], .internal .content-body input[type=number], .internal .content-body input[type=password], .internal .content-body input[type=tel], .internal .content-body input[type=text] {
  width: 100%;
  border: 0;
  padding: 17px 15px;
  background-color: #f9f9f9;
  font-size: 18px;
}
.internal .content-body #g-recaptcha-0 {
  margin-bottom: 20px;
}
.internal .content-body select,
.internal .content-body textarea {
  width: 100%;
  border: 0;
  padding: 17px 15px;
  background-color: #f9f9f9;
  font-size: 18px;
}
.internal .content-body input[type=date]:focus, .internal .content-body input[type=email]:focus, .internal .content-body input[type=number]:focus, .internal .content-body input[type=password]:focus, .internal .content-body input[type=tel]:focus, .internal .content-body input[type=text]:focus {
  border-color: rgba(0, 0, 0, 0.32);
  outline: 0;
}
.internal .content-body select:focus,
.internal .content-body textarea:focus {
  border-color: rgba(0, 0, 0, 0.32);
  outline: 0;
}
.internal .content-body input[type=date].error, .internal .content-body input[type=email].error, .internal .content-body input[type=number].error, .internal .content-body input[type=password].error, .internal .content-body input[type=tel].error, .internal .content-body input[type=text].error {
  border-color: #e6242a !important;
}
.internal .content-body select.error,
.internal .content-body textarea.error {
  border-color: #e6242a !important;
}
.internal .content-body input[type=date]::-webkit-input-placeholder, .internal .content-body input[type=email]::-webkit-input-placeholder, .internal .content-body input[type=number]::-webkit-input-placeholder, .internal .content-body input[type=password]::-webkit-input-placeholder, .internal .content-body input[type=tel]::-webkit-input-placeholder, .internal .content-body input[type=text]::-webkit-input-placeholder {
  font-style: italic;
  color: rgba(65, 64, 66, 0.5);
}
.internal .content-body select::-webkit-input-placeholder,
.internal .content-body textarea::-webkit-input-placeholder {
  font-style: italic;
  color: rgba(65, 64, 66, 0.5);
}
.internal .content-body input[type=date]::-moz-placeholder, .internal .content-body input[type=email]::-moz-placeholder, .internal .content-body input[type=number]::-moz-placeholder, .internal .content-body input[type=password]::-moz-placeholder, .internal .content-body input[type=tel]::-moz-placeholder, .internal .content-body input[type=text]::-moz-placeholder {
  font-style: italic;
  color: rgba(65, 64, 66, 0.5);
}
.internal .content-body select::-moz-placeholder,
.internal .content-body textarea::-moz-placeholder {
  font-style: italic;
  color: rgba(65, 64, 66, 0.5);
}
.internal .content-body input[type=date]:-ms-input-placeholder, .internal .content-body input[type=email]:-ms-input-placeholder, .internal .content-body input[type=number]:-ms-input-placeholder, .internal .content-body input[type=password]:-ms-input-placeholder, .internal .content-body input[type=tel]:-ms-input-placeholder, .internal .content-body input[type=text]:-ms-input-placeholder {
  font-style: italic;
  color: rgba(65, 64, 66, 0.5);
}
.internal .content-body select:-ms-input-placeholder,
.internal .content-body textarea:-ms-input-placeholder {
  font-style: italic;
  color: rgba(65, 64, 66, 0.5);
}
.internal .content-body input[type=date]::placeholder, .internal .content-body input[type=email]::placeholder, .internal .content-body input[type=number]::placeholder, .internal .content-body input[type=password]::placeholder, .internal .content-body input[type=tel]::placeholder, .internal .content-body input[type=text]::placeholder {
  font-style: italic;
  color: rgba(65, 64, 66, 0.5);
}
.internal .content-body select::placeholder,
.internal .content-body textarea::placeholder {
  font-style: italic;
  color: rgba(65, 64, 66, 0.5);
}
.internal .content-body select {
  padding: 18px 15px;
}
.internal .content-body textarea {
  height: 200px;
  max-height: 500px;
  resize: vertical;
}
.internal .content-body div.error {
  margin-top: 2px;
  font-size: 11px;
  color: #e6242a;
}
.internal .content-body .select-wrapper {
  position: relative;
}
.internal .content-body .select-wrapper select {
  padding-right: 56px;
  -webkit-appearance: none;
}
.internal .content-body .select-wrapper:before {
  font-family: "Mulish";
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 2px;
  right: 6px;
  display: block;
  font-size: 40px;
  color: #00afe9;
  content: "keyboard_arrow_down";
  pointer-events: none;
}
.internal .content-body ul.form {
  padding: 0;
}
.internal .content-body ul.form li:before {
  display: none;
}
.internal .content-body .field-captcha {
  margin-top: 3em;
}
.internal .content-body .field-captcha:after {
  display: block;
  clear: both;
  content: "";
}
.internal .content-body .field-captcha p {
  margin-bottom: 0.1em;
}
.internal .content-body .field-captcha .error {
  float: left;
  display: inline-block;
  margin-left: 15px;
  padding-top: 18px;
}
.internal .content-body .captcha-challenge {
  float: left;
  display: table;
  width: 150px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: -webkit-linear-gradient(60deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.01)) 50%;
  background: -moz- oldlinear-gradient(60deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.01)) 50%;
  background: -o-linear-gradient(60deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.01)) 50%;
  background: linear-gradient(30deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.01)) 50%;
  font-size: 24px;
  overflow: hidden;
  -webkit-user-select: none;
  color: #003176;
}
.internal .content-body .captcha-challenge > span {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.internal .content-body .captcha-challenge > span > span {
  display: inline-block;
  -webkit-transform: skew(35deg, -20deg) perspective(12px) rotateX(-12deg) rotate(6deg) translateX(10px);
  -moz-transform: skew(35deg, -20deg) perspective(12px) rotateX(-12deg) rotate(6deg) translateX(10px);
  transform: skew(35deg, -20deg) perspective(12px) rotateX(-12deg) rotate(6deg) translateX(10px);
}
.internal .content-body .captcha-response {
  float: left;
  width: 140px !important;
  margin: 0 0 0 15px;
  text-align: center;
  text-transform: uppercase;
}
.internal .content-body .box-senha p {
  margin-top: 0;
  position: relative;
  top: -3px;
}
.internal .content-body .form .info {
  margin-top: 2em;
}
.internal .content-body .form .final-info {
  margin-top: 3em;
  padding-left: 0;
}
.internal .content-body .form .action {
  margin-top: 4em;
}
.internal .content-body .form .final-info + .action {
  margin-top: 1em;
}
.internal .content-body .form .form-response {
  margin-top: 1em;
  font-weight: 700;
  color: #001c43;
}
.internal .content-body .cadastro .personal-data {
  padding-bottom: 3em;
}
.internal .content-body .subscription-mailing li {
  display: inline-block;
  margin-right: 10px;
}
.internal .content-body .checkbox-mask,
.internal .content-body .radio-mask {
  width: 18px;
  height: 18px;
  border: 1px solid #aaa;
  padding: 2px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
}
.internal .content-body .checkbox-mask .pin,
.internal .content-body .radio-mask .pin {
  width: 12px;
  height: 12px;
  opacity: 0;
  -webkit-transition: all 0.05s linear;
  -o-transition: all linear 0.05s;
  -moz-transition: all linear 0.05s;
  transition: all 0.05s linear;
  background-color: #00afe9;
}
.internal .content-body .checkbox-mask input,
.internal .content-body .radio-mask input {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  outline: 0;
  opacity: 0;
  z-index: 1;
  -webkit-appearance: none;
}
.internal .content-body .checkbox-mask.active .pin {
  opacity: 1;
}
.internal .content-body .radio-mask {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.internal .content-body .radio-mask.active .pin {
  opacity: 1;
}
.internal .content-body .radio-mask .pin {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.internal .content-body .btn {
  display: inline-block;
  border: 0;
  border: 2px solid #00afe9;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  padding: 10px 35px;
  background-color: transparent;
  font-weight: 600;
  font-size: 18px;
  font-family: "Mulish";
  color: #00afe9;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.internal .content-body .btn:hover {
  background: #00afe9;
  color: #fff;
}
.internal .content-body .btn-primary,
.internal .content-body .btn-submit,
.internal .content-body .btn-sucess {
  background-color: #00afe9;
  color: #fff;
}
.internal .earnings table td:not(:first-child) {
  text-align: center;
}
.internal .earnings i {
  opacity: 0.9;
}
.internal .earnings .link-document i {
  opacity: 1;
}
.internal .earnings .div-year-nav ul {
  width: 100%;
  border: 1px solid #e3e3e3;
  border-width: 0 1px;
  padding: 0 9px;
  white-space: nowrap;
  overflow-x: auto;
  height: 65px;
}
.internal .calendar h2 {
  margin-top: 32px;
  margin-bottom: 9px;
}
.internal .calendar .text ul li:before {
  display: none;
}
.internal .calendar .text .panel {
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  position: relative;
}
.internal .calendar .text .panel .panel-body {
  padding: 0 18px 15px;
}
.internal .calendar .datepicker {
  display: none;
}
.internal .calendar .labels {
  display: none;
  margin-top: 9px;
  margin-left: 25px;
}
.internal .calendar .labels li {
  float: left;
  width: auto;
  margin: 5px 18px 5px 0;
  padding-left: 16px;
  font-size: 0.857em;
  color: #77787d;
  line-height: 15px;
  white-space: nowrap;
  position: relative;
}
.internal .calendar .labels .calendar-label {
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.internal .calendar .content-body ul {
  padding: 0;
  margin: 0;
}
.internal .calendar .content-body ul.year-nav {
  margin: 10px 0;
}
.internal .calendar .content-body .year-nav li {
  display: inline-block;
  margin-left: 10px;
}
.internal .calendar .content-body .year-nav li:first-child {
  margin-left: 0;
}
.internal .calendar .content-body .year-nav li.active a {
  background-color: #f37021;
  color: #fff;
  border-bottom: 3px solid #ca5a1b;
  padding: 5px 10px;
}
.internal .calendar .fa-calendar-o,
.internal .calendar .fa-map-marker {
  margin-right: 5px;
}
.internal .calendar .fa-clock-o {
  margin-left: 10px;
}
.internal .calendar-label.default-event,
.internal .has-event.eventos span {
  background: #1073ff !important;
  color: #fff !important;
}
.internal .calendar-label.earnings-release,
.internal .has-event.divulgacao-de-resultados span {
  background: #000710 !important;
  color: #fff;
}
.internal .calendar-label.conference-call,
.internal .has-event.teleconferencia-de-resultados span {
  background: #003176 !important;
  color: #fff;
}
.internal .calendar-label.multiple-events {
  border: 2px solid #1073ff !important;
}
.internal .has-event.multiple-events span {
  position: relative;
}
.internal .has-event.multiple-events span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #1073ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
  content: "";
}
.internal .calendar-pdf {
  margin: 15px 0;
  border: solid #f2f2f2;
  border-width: 1px 0;
  padding: 4px;
}
.internal .calendar-pdf a {
  display: block;
  padding: 6px;
  text-align: center;
  text-decoration: none;
}
.internal .calendar-pdf a:hover {
  text-decoration: underline;
}
.internal .event-info.panel .panel-header {
  padding: 10px 60px 2px 18px;
}
.internal .event-info .title {
  font-weight: 500;
  color: #003176;
}
.internal .event-info .export {
  position: absolute;
  top: 12px;
  right: 20px;
}
.internal .event-info .export ul {
  margin: 0;
  padding-left: 0;
  font-size: 1em;
}
.internal .event-info .export ul li {
  float: left;
  margin-left: 9px;
  list-style: none;
}
.internal .event-info .export ul li a {
  color: #666;
}
.internal .event-info .info i {
  width: 16px;
  margin-right: 4px;
  text-align: center;
}
.internal .event-info .info i.fa-clock-o {
  margin-left: 12px;
}
.internal .event-info .info ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.internal .event-info .info li {
  list-style: none;
}
.internal .event-info .info .date .date {
  display: inline-block;
  padding-left: 9px;
}
.internal .calendar .past-events-trigger {
  text-align: center;
}
.internal .calendar .past-events {
  margin-top: 32px;
  display: none;
}
.internal .datepicker .popover {
  font-size: 0.857em;
}
.internal .datepicker .popover .popover-title {
  padding: 6px 9px;
  font-size: 0.857em;
  text-align: center;
}
.internal .datepicker .popover .popover-content {
  padding: 9px;
}
.internal .calendar-popover {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.internal .calendar-popover .single-event {
  text-align: center;
}
.internal .calendar-popover li {
  display: table-row;
}
.internal .calendar-popover li .info,
.internal .calendar-popover li .time {
  display: table-cell;
  padding-right: 6px;
  padding-bottom: 9px;
}
.internal .calendar-popover li:last-child .info,
.internal .calendar-popover li:last-child .time {
  padding-bottom: 0;
}
.internal .calendar-popover li .time {
  text-align: right;
  white-space: nowrap;
}
.internal .calendar-popover li .info .title {
  font-weight: 700;
}
.internal .calendar-popover li .info i {
  margin-right: 6px;
}
.internal .ptb .calendar .human-date {
  text-transform: lowercase;
}
.internal .tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.internal .tab-content > .active {
  display: block;
  visibility: visible;
}
.internal .fn-calendar-load-past-events {
  margin-top: 20px;
}
.internal .datepicker {
  position: relative;
}
.internal .datepicker .quarter-name {
  height: 40px;
  font-weight: 700;
  font-size: 1.429em;
  color: #003176;
  line-height: 40px;
  text-align: center;
}
.internal .datepicker .datepicker-header {
  position: relative;
}
.internal .datepicker .datepicker-header h2 {
  text-align: center;
}
.internal .datepicker-controls {
  position: static;
}
.internal .datepicker-controls a {
  position: absolute;
  top: 32px;
  left: 0;
  width: 40px;
  height: 40px;
  font-size: 1.429em;
  color: #003176;
  line-height: 40px;
  text-align: center;
}
.internal .datepicker-controls .next {
  left: auto;
  right: 0;
}
.internal .datepicker .datepicker-sheet .calendar {
  padding-bottom: 9px;
}
.internal .datepicker .datepicker-sheet .datepicker-days {
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 6px 9px;
  background: #fff;
}
.internal .datepicker .datepicker-days table {
  width: 100%;
  border-collapse: collapse;
}
.internal .datepicker .datepicker-days table thead {
  border-bottom: 1px solid #ddd;
}
.internal .datepicker .datepicker-days table thead th {
  font-weight: 400;
}
.internal .datepicker .datepicker-days table thead .datepicker-switch {
  padding: 6px 0 12px;
  font-size: 1.286em;
}
.internal .datepicker .datepicker-days table thead .dow {
  padding: 2px 0 9px;
  font-size: 0.857em;
  color: #bbb;
}
.internal .datepicker .datepicker-days table tbody td {
  width: 14.3%;
  cursor: default;
}
.internal .datepicker .datepicker-days table tbody tr:first-child td {
  padding-top: 9px;
}
.internal .datepicker .datepicker-days table tbody td span {
  display: block;
  width: 26px;
  height: 26px;
  margin: 1px auto;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  font-size: 0.857em;
  line-height: 26px;
  text-align: center;
}
.internal .datepicker .datepicker-days table tbody td.weekend span {
  color: #bbb;
}
.internal .calendar-popover li {
  margin-top: 9px;
}
.internal .calendar-popover li:first-child {
  margin-top: 0;
}
.internal .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.internal .popover.top {
  margin-top: -10px;
}
.internal .popover.right {
  margin-left: 10px;
}
.internal .popover.bottom {
  margin-top: 10px;
}
.internal .popover.left {
  margin-left: -10px;
}
.internal .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 1em;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.internal .popover-content {
  padding: 9px 14px;
}
.internal .popover .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
}
.internal .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
}
.internal .popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.internal .popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.internal .popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.internal .popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.internal .popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.internal .popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.internal .popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.internal .popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.internal .ui-year-nav {
  padding-top: 24px;
  padding-left: 0 !important;
  padding-bottom: 44px;
}
.internal .ui-year-nav ul {
  padding-left: 12px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.internal .ui-year-nav ul li {
  margin: 0 !important;
  padding: 0 12px;
  text-align: center;
}
.internal .ui-year-nav ul li:before {
  display: none !important;
}
.internal .ui-year-nav ul a {
  padding: 4px 4px 18px;
  font: 600 22px montserrat, arial, helvetica, sans-serif;
  color: rgba(65, 64, 66, 0.5);
  text-decoration: none !important;
  position: relative;
}
.internal .ui-year-nav .-state--active,
.internal .ui-year-nav .active {
  color: #414042;
}
.internal .ui-bottom .policies li a.active {
  display: none;
}
.internal .ui-year-nav .-state--active:before,
.internal .ui-year-nav .active:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 10px;
  background-color: #00afe9;
  content: "";
}
.internal .ui-year-nav .bx-wrapper {
  position: relative;
}
.internal .ui-year-nav .bx-viewport {
  position: relative;
  z-index: 2;
}
.internal .ui-year-nav .bx-controls {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.internal .ui-year-nav .bx-controls a {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  border: 0;
  color: #003176;
  text-align: center;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity linear 0.2s;
  -moz-transition: opacity linear 0.2s;
  transition: opacity 0.2s linear;
}
.internal .ui-year-nav .bx-controls a i {
  line-height: 32px;
}
.internal .ui-year-nav .bx-prev {
  left: -32px;
}
.internal .ui-year-nav .bx-next {
  right: -32px;
}
.internal .tooltip,
.internal .ui-year-nav .disabled {
  opacity: 0;
}
.internal .tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  filter: alpha(opacity=0);
}
.internal .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.internal .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.internal .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.internal .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.internal .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.internal .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.internal .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.internal .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.internal .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.internal .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.internal .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.internal .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.internal .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.internal .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.internal .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.internal .file-manager .forms.select,
.internal .evento-realizado .forms.select,
.internal .results-center .forms.select {
  padding: 0;
  overflow: hidden;
  border: 2px solid #003176;
  border-radius: 25px;
  position: relative;
  width: 85px;
  margin-bottom: 30px;
  float: right;
}
.internal .file-manager .forms.select::before,
.internal .evento-realizado .forms.select::before,
.internal .results-center .forms.select::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #003176;
  border-bottom: 2px solid #003176;
  transform: rotate(45deg);
}
.internal .file-manager .forms.select select,
.internal .evento-realizado .forms.select select,
.internal .results-center .forms.select select {
  background: transparent;
  width: 100%;
  padding: 5px 30px 5px 10px;
  margin: 0;
  color: #003176;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}
.internal .file-manager {
  clear: both;
}
.internal .file-manager table tr {
  border-bottom: 15px solid #fff;
}
.internal .file-manager table tr td {
  background-color: #f0f0f0;
}
.internal .file-manager table tr td.data {
  text-align: right;
  width: 130px;
}
@media (max-width: 640px) {
  .internal .file-manager table tr td.data {
    width: 100px;
  }
}
.internal .file-manager table tr td.link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 73px;
}
@media (max-width: 640px) {
  .internal .file-manager table tr td.link {
    padding-right: 20px;
  }
}
.internal .file-manager table tr td.link i {
  margin-right: 20px;
}
.internal .file-manager table tr td a:hover {
  text-decoration: underline;
}

.stockinfo-chart ul {
  padding-left: 0 !important;
}
.stockinfo-chart ul li:before {
  display: none !important;
}

.wp-content.agenda .calendarDownload {
  display: block;
  width: 100%;
  margin: 0 0 12px 0;
  padding: 18px 22px;
  color: #003176;
  text-align: center;
  border-radius: 4px;
  border: 1px solid rgba(74, 74, 74, 0.5);
  background-color: #FFF;
}

.internal .search h3 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.internal .search .buttons {
  margin-top: 20px;
}
.internal .search .searchContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 576px) {
  .internal .search .searchContainer {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.internal .search .searchContainer .tableSearch {
  border-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.internal .search .searchContainer .tableSearch tr td {
  padding: 5px 0;
  border-bottom: 0;
}
.internal .search .searchContainer .tableSearch tr td.date {
  width: 110px;
  text-align: center;
}
.internal .search .searchContainer .tableSearch tr td.text i {
  padding: 0 5px;
  font-size: 13px;
  color: #00afe9;
  vertical-align: middle;
}
.internal .search .searchContainer .tableSearch tr td.icone {
  width: 50px;
  text-align: center;
  line-height: 0;
  height: initial;
}
.internal .search .searchContainer .tableSearch tr td.icone img {
  display: inline-block;
}
.internal .search .searchContainer .scrollSearchFiles {
  overflow: auto;
}
.internal .search .searchContainer .searchFiles {
  min-width: 380px;
}
.internal .search .searchContainer .circle {
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.internal .search .searchContainer .resultList {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding: 0 30px;
}
.internal .search .searchContainer .resultList:first-child:after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  right: -1.5px;
  top: 0;
  background: #ddd;
}
@media (max-width: 576px) {
  .internal .search .searchContainer .resultList {
    padding: 0;
  }
  .internal .search .searchContainer .resultList:first-child:after {
    display: none;
  }
}

.select__multiple--options {
  height: 60px;
}

.page-id-64 .last-updated,
.page-id-66 .last-updated {
  display: none;
}

.hasScroll {
  display: none;
  position: fixed;
  bottom: 0;
  background-color: white;
  font-size: 1em;
  z-index: 3;
}

.container-page-cobertura {
  margin-bottom: 60px;
}
.container-page-cobertura .list-button {
  display: flex;
}
.container-page-cobertura .list-button li {
  padding: 1px 11px 4px 14px;
}
.container-page-cobertura .list-button li.active {
  border-bottom: solid 3px #43a6e3;
}
.container-page-cobertura .list-button li:hover {
  border-bottom: solid 3px #43a6e3;
}
.container-page-cobertura .list-button li:before {
  display: none !important;
}
.container-page-cobertura .list-button li a {
  font-family: montserrat, arial, helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.container-page-cobertura .list-button li a:hover {
  text-decoration: none !important;
}
.container-page-cobertura .highcharts-axis-labels text,
.container-page-cobertura .highcharts-yaxis-labels text {
  font-size: 16px !important;
}

.content-video-youtube {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}
.content-video-youtube .titulo-video {
  text-align: center;
  padding-bottom: 15px;
}

/* POPUP HOME */
#popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(34, 34, 34, 0.4);
}
#popup p.last-updated {
  display: none;
}
@media (max-width: 767px) {
  #popup {
    display: none;
  }
}
#popup .box-msg {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 680px;
  background: white;
  z-index: 9999;
  padding: 15px 30px 60px 30px;
  color: #67666b;
  border-radius: 15px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#popup .box-msg a {
  color: #003176;
}
#popup .box-msg a:hover {
  text-decoration: underline;
}
#popup .box-msg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #003176;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media (max-width: 767px) {
  #popup .box-msg {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 767px;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 336px) {
  #popup .box-msg {
    padding: 20px 2px;
    top: 20px;
  }
}
#popup .box-msg .close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 30px;
  height: 30px;
  padding: 0 5px;
  color: #003176;
  font-size: 26px;
  border-radius: 62px;
  background: transparent;
  font-family: "Mulish";
  text-align: center;
  overflow: hidden;
  line-height: 1em;
  font-style: normal;
  cursor: pointer;
}
#popup .box-msg .close:hover {
  opacity: 0.8;
}
#popup .box-msg h2 {
  color: #003176;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 0 !important;
  margin: 5px 0 20px;
}
#popup .box-msg h3 {
  color: #003176;
  position: relative;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0 !important;
  margin: 5px 0 15px;
}
#popup .box-msg p {
  color: #67666b;
  font-size: 14px;
  line-height: 1.4em;
  margin: 5px 0;
}
#popup .box-msg table {
  width: 100%;
  border-width: 0 !important;
  margin: -9px 0px 34px 0;
}
#popup .box-msg table td {
  padding: 0px 30px 4px !important;
  vertical-align: middle;
  position: relative;
  border-color: transparent !important;
  background-color: transparent !important;
  font-size: 13px;
  line-height: 1.7em;
  text-align: center;
}
#popup .box-msg table td:nth-of-type(1)::after {
  position: absolute;
  content: "";
  width: 0px;
  background-color: #003176;
  height: 130px;
  top: 50%;
  right: 0;
  margin-top: -48px;
}
#popup .box-msg table td h3 {
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #003176;
}
#popup .box-msg table td h3::before {
  display: none;
}
#popup .box-msg table td span {
  display: block;
}
#popup .box-msg table td p {
  font-size: 13px;
  line-height: 1.7em;
  padding: 5px 0;
}
#popup .box-msg table td h4 {
  color: white;
  font-size: 14px;
  margin: 15px 0 5px;
  padding: 5px 15px;
  text-align: center;
  background-color: white;
  border-radius: 4px;
  color: #fff;
  width: 200px;
}
#popup .box-msg table td a {
  color: #67666b;
  border: 1px solid black;
  padding: 5px;
  border-radius: 25px;
  text-decoration: none;
}

/* POPUP FALE COM RI */
#popup-faleComRi {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(34, 34, 34, 0.4);
}
#popup-faleComRi p.last-updated {
  display: none;
}
@media (max-width: 767px) {
  #popup-faleComRi {
    display: none;
  }
}
#popup-faleComRi .box-msg {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 680px;
  background: white;
  z-index: 9999;
  padding: 15px 30px 60px 30px;
  color: #67666b;
  border-radius: 15px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#popup-faleComRi .box-msg a {
  color: #003176;
}
#popup-faleComRi .box-msg a:hover {
  text-decoration: underline;
}
#popup-faleComRi .box-msg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #003176;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media (max-width: 767px) {
  #popup-faleComRi .box-msg {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 767px;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 336px) {
  #popup-faleComRi .box-msg {
    padding: 20px 2px;
    top: 20px;
  }
}
#popup-faleComRi .box-msg .close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 30px;
  height: 30px;
  padding: 0 5px;
  color: #003176;
  font-size: 26px;
  border-radius: 62px;
  background: transparent;
  font-family: "Mulish";
  text-align: center;
  overflow: hidden;
  line-height: 1em;
  font-style: normal;
  cursor: pointer;
}
#popup-faleComRi .box-msg .close:hover {
  opacity: 0.8;
}
#popup-faleComRi .box-msg h2 {
  color: #003176;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 0 !important;
  margin: 5px 0 20px;
}
#popup-faleComRi .box-msg h3 {
  color: #003176;
  position: relative;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0 !important;
  margin: 5px 0 15px;
}
#popup-faleComRi .box-msg p {
  color: #67666b;
  font-size: 14px;
  line-height: 1.4em;
  margin: 5px 0;
}
#popup-faleComRi .box-msg table {
  width: 100%;
  border-width: 0 !important;
  margin: -9px 0px 34px 0;
}
#popup-faleComRi .box-msg table td {
  padding: 0px 30px 4px !important;
  vertical-align: middle;
  position: relative;
  border-color: transparent !important;
  background-color: transparent !important;
  font-size: 13px;
  line-height: 1.7em;
  text-align: center;
}
#popup-faleComRi .box-msg table td:nth-of-type(1)::after {
  position: absolute;
  content: "";
  width: 0px;
  background-color: #003176;
  height: 130px;
  top: 50%;
  right: 0;
  margin-top: -48px;
}
#popup-faleComRi .box-msg table td h3 {
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #003176;
}
#popup-faleComRi .box-msg table td h3::before {
  display: none;
}
#popup-faleComRi .box-msg table td span {
  display: block;
}
#popup-faleComRi .box-msg table td p {
  font-size: 13px;
  line-height: 1.7em;
  padding: 5px 0;
}
#popup-faleComRi .box-msg table td h4 {
  color: white;
  font-size: 14px;
  margin: 15px 0 5px;
  padding: 5px 15px;
  text-align: center;
  background-color: white;
  border-radius: 4px;
  color: #fff;
  width: 200px;
}
#popup-faleComRi .box-msg table td a {
  color: #67666b;
  border: 1px solid black;
  padding: 5px;
  border-radius: 25px;
  text-decoration: none;
}

#popup-mobile {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(34, 34, 34, 0.4);
}
@media (max-width: 767px) {
  #popup-mobile {
    display: block;
  }
}
#popup-mobile .box-msg {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 300px;
  background: white;
  z-index: 9999;
  padding: 15px 24px;
  color: #67666b;
  border-radius: 15px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#popup-mobile .box-msg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #003176;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media (max-width: 767px) {
  #popup-mobile .box-msg {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
#popup-mobile .box-msg .close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 31px;
  height: 29px;
  padding: 0 5px;
  color: #003176;
  font-size: 26px;
  border-radius: 62px;
  background: transparent;
  font-family: "Mulish";
  text-align: center;
  overflow: hidden;
  line-height: 1em;
  font-style: normal;
  cursor: pointer;
}
#popup-mobile .box-msg .close:hover {
  opacity: 0.8;
}
#popup-mobile .box-msg .close::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
#popup-mobile .box-msg #main-popup {
  padding-top: 0px !important;
}
#popup-mobile .box-msg h2 {
  color: white;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 0 !important;
  margin: 5px 0 20px;
}
#popup-mobile .box-msg h3 {
  color: #039be5;
  position: relative;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0 !important;
  margin: 5px 0 15px;
}
#popup-mobile .box-msg h4 {
  margin: 15px 0;
}
#popup-mobile .box-msg p {
  color: #67666b;
  font-size: 14px;
  line-height: 1.4em;
  margin: 5px 0;
}
#popup-mobile .box-msg table {
  width: 100%;
  border-width: 0 !important;
  margin: -9px 0px 34px 0;
}
#popup-mobile .box-msg table td {
  padding: 0px 30px 4px !important;
  vertical-align: top;
  position: relative;
  border-color: transparent !important;
  background-color: transparent !important;
  font-size: 13px;
  line-height: 1.7em;
  text-align: center;
}
#popup-mobile .box-msg table td h3 {
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #039be5;
}
#popup-mobile .box-msg table td h3::before {
  display: none;
}
#popup-mobile .box-msg table td p {
  font-size: 13px;
  line-height: 1.7em;
  padding: 5px 0;
}
#popup-mobile .box-msg table td h4 {
  color: white;
  font-size: 14px;
  margin: 15px 0 5px;
  padding: 5px 15px;
  text-align: center;
  background-color: white;
  border-radius: 4px;
  color: #fff;
  width: 200px;
}
#popup-mobile .box-msg table td a {
  display: block;
  color: #67666b;
  border: 1px solid #000;
  padding: 5px;
  margin: 5px 0;
  text-align: center;
  border-radius: 25px;
}

/* calendar & datepicker */
.ui-helper-hidden-accessible {
  display: none;
}

.agenda .datepicker {
  position: relative;
  z-index: 0;
  display: table;
  width: 100%;
  margin: 0 auto;
}
.agenda .datepicker .nav-event {
  position: absolute;
  top: 125px;
  text-indent: -9000px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 9;
}
.agenda .datepicker .nav-event.prev {
  background: url(img/icons/arrow-left.png) no-repeat center 0;
  left: -35px;
}
.agenda .datepicker .nav-event.next {
  background: url(img/icons/arrow-right.png) no-repeat center 0;
  right: -35px;
}
.agenda .datepicker .ui-datepicker-header .ui-datepicker-title {
  background: #003176;
  color: #fff;
  font-size: 20px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.agenda .datepicker table.ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
  margin-bottom: 20px;
  text-align: center;
}
.agenda .datepicker table.ui-datepicker-calendar thead {
  background: transparent;
  border: none !important;
}
.agenda .datepicker table.ui-datepicker-calendar thead tr {
  padding: 0;
  float: none;
  border: 0;
}
.agenda .datepicker table.ui-datepicker-calendar thead tr th {
  padding: 8px 0;
  color: #000;
  border: none !important;
}
.agenda .datepicker table.ui-datepicker-calendar tbody {
  background: transparent;
}
.agenda .datepicker table.ui-datepicker-calendar tbody tr {
  background: transparent;
}
.agenda .datepicker table.ui-datepicker-calendar tbody tr td {
  width: 14.3%;
  cursor: default;
  height: 27px;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  border: none !important;
}
.agenda .datepicker table.ui-datepicker-calendar tbody tr td span {
  color: #000;
  display: block;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  min-width: 20px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 0;
}
.agenda .datepicker table.ui-datepicker-calendar tbody tr td.has-event {
  background: #003176;
}
.agenda .datepicker table.ui-datepicker-calendar tbody tr td.has-event span {
  color: white;
}
.agenda #legenda_eventos {
  width: 100%;
  margin: 20px auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.agenda #legenda_eventos .legenda_texto {
  margin-right: 10px;
}
.agenda #legenda_eventos .legenda_item {
  margin: 5px 15px 5px 0;
  position: relative;
}
.agenda #legenda_eventos .legenda_item .label {
  padding: 5px 0 5px 22px;
  font-size: 16px;
}
.agenda #legenda_eventos .legenda_item .cor {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 6px;
}
.agenda #legenda_eventos .legenda_item .cor-01 {
  color: white;
  background-color: #003176 !important;
  opacity: 1;
  filter: Alpha(Opacity=50);
}
.agenda #legenda_eventos .legenda_item .cor-02 {
  color: white;
  background-color: #00696e !important;
}
.agenda #legenda_eventos .legenda_item .cor-03 {
  color: white;
  background-color: #685bc7 !important;
}
.agenda #legenda_eventos .legenda_item .cor-04 {
  color: white;
  background-color: #00c7b1 !important;
}
.agenda #legenda_eventos .legenda_item .cor-05 {
  color: white;
  background-color: #d7d7d2 !important;
}
.agenda #legenda_eventos .legenda_item .cor-05 span {
  color: black;
}
.agenda h2 {
  margin-top: 1rem;
}
.agenda .table-calendario {
  margin-top: 0;
}
.agenda .table-calendario thead th {
  text-align: left;
}
.agenda .table-calendario tbody td:last-child img {
  max-width: 38px;
  display: inline-block;
  margin-right: 15px;
}
.agenda .evento-realizado {
  margin-top: 25px;
}
.agenda .evento-realizado .col-sm-6 {
  display: flex;
  align-items: center;
}
.agenda .evento-realizado .col-sm-6:nth-child(1) {
  justify-content: flex-start;
}
.agenda .evento-realizado .col-sm-6:nth-child(2) {
  justify-content: flex-end;
}
.agenda .evento-realizado__header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.agenda .datepicker .ui-datepicker-header {
  width: 100%;
  top: 0;
  height: 100%;
}
.agenda .datepicker .ui-datepicker-header h2 {
  text-align: center;
  display: none;
}
.agenda #content h2.quarter-name {
  display: none;
}
.agenda .datepicker .ui-datepicker-header .ui-datepicker-prev,
.agenda .datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 21px;
  margin-top: -10px;
  display: none;
}
.agenda .datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: -30px;
}
.agenda .datepicker .ui-datepicker-header .ui-datepicker-next {
  right: -30px;
}
.agenda .datepicker .ui-datepicker-header .ui-datepicker-prev span,
.agenda .datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
.agenda #data .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 5px;
  text-transform: uppercase;
}
.agenda .datepicker .ui-datepicker-unselectable {
  padding: 0 !important;
  text-align: center;
  height: 35px;
}
.agenda .datepicker .ui-datepicker-inline {
  border-collapse: separate;
  display: table !important;
  margin: 0 auto;
  width: 100% !important;
  min-height: 310px;
  padding: 0;
}
.agenda .datepicker .ui-datepicker-group {
  display: table-cell;
  vertical-align: top;
  padding: 0 12px 0;
  position: relative;
  width: 33.3%;
}
.agenda .datepicker table thead th:first-child {
  text-align: center !important;
}
.agenda .datepicker table thead .datepicker-switch {
  border: 1px solid #94795d;
  padding: 6px 0;
  font-size: 18px;
  background: #94795d;
  text-align: center;
  color: #fff;
  font: normal 15px/25px;
}
.agenda .datepicker .datepicker-days table tbody td.empty span {
  background: none;
}
.agenda .calendar-popover li {
  margin-top: 9px;
}
.agenda .calendar-popover li:first-child {
  margin-top: 0;
}
.agenda .arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.agenda .arrow.top {
  top: -16px;
  bottom: auto;
}
.agenda .arrow.left {
  left: 20%;
}
.agenda .arrow:after {
  content: "";
  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);
}
.agenda .arrow.top:after {
  bottom: -20px;
  top: auto;
}
.agenda .ui-helper-hidden-accessible {
  display: none;
}
.agenda .lista_eventos {
  color: #ff0000;
  width: 100%;
  border-top: 1px dashed #d0d0d0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.agenda .lista_eventos a,
.agenda .lista_eventos a:hover {
  text-decoration: none;
  color: #ff0000;
}
.agenda .CAL_Proximo_Evento {
  width: 100%;
}
.agenda .CAL_Proximo_Evento_Esquerda_Topo {
  background-image: url("/images/bg_left.gif");
  background-repeat: repeat-y;
  background-position: left;
}
.agenda .CAL_Proximo_Evento_Direita_Topo {
  background-image: url("/images/bg_right.gif");
  background-repeat: repeat-y;
  background-position: right;
}
.agenda .CAL_Proximo_Evento_Rodape {
  background-image: url("/images/bg_bot.gif");
}
.agenda .CAL_Eventos,
.agenda .CAL_proximo_evento_div {
  display: table;
}
.agenda .CAL_Proximo_Evento a,
.agenda .CAL_Eventos a {
  font-family: "Mulish";
  color: #2a2222;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  background: #94795d;
  display: block;
  width: 32px;
  height: 32px;
}
.agenda .CAL_Eventos .line {
  width: 100%;
  background-image: url("/images/linha_dupla.gif");
  background-repeat: repeat-x;
  margin-top: 10px;
  margin-left: -15px;
  margin-right: 15px;
  font-size: 1px;
  height: 20px;
}
.agenda .CAL_titulo {
  font-size: 14px;
  font-weight: bold;
  color: #003366;
}
.agenda #proximo_evento_link {
  font-size: 11px;
  text-decoration: none;
}
.agenda #proximo_evento_link:hover {
  font-size: 11px;
  text-decoration: none;
}
.agenda #proximo_evento_link:visited {
  font-size: 11px;
  text-decoration: none;
}
.agenda .box_evento {
  padding-left: 15px;
}
.agenda .legenda_eventos {
  display: none;
  border: 1px solid #e1e1e1;
  width: 180px;
  white-space: nowrap;
  padding: 5px;
  display: none;
  position: absolute;
  background: #ffffff;
}
.agenda .legenda_eventos table td {
  white-space: nowrap;
}
.agenda .rodape_calendario {
  text-align: left;
}
.agenda .btn_legenda {
  text-align: left;
}
.agenda .btn_legenda .label {
  font-family: "Mulish";
  color: #0054a6;
  font-size: 10px;
  text-decoration: none;
}
.agenda .conteudo-agenda-interna #main {
  padding: 0 !important;
}
.agenda #WzTtDiV {
  z-index: 999999999 !important;
}
.agenda .fn-calendar-load-past-events {
  margin-top: 20px;
}
.agenda .todo-conteudo-evento {
  display: table-row;
  vertical-align: middle;
  height: 45px;
}
.agenda .todo-conteudo-evento .CAL_data,
.agenda .todo-conteudo-evento .imagem-calendario,
.agenda .todo-conteudo-evento .nome-evento-agenda {
  color: #000;
  padding: 0px 5px;
  font: normal 17px/19px;
  display: table-cell;
  vertical-align: middle;
  min-height: 50px;
}
.agenda .todo-conteudo-evento .nome-evento-agenda {
  padding-left: 15px;
}
.agenda .CAL_data {
  margin-right: 10px;
  min-width: 150px;
}
.agenda .CAL_local {
  font-size: 14px;
  line-height: 16px;
}
.agenda #proximo_evento_data,
.agenda #hora_proximo_evento,
.agenda #proximo_evento_link,
.agenda #proximo_evento_local {
  color: #000;
}
.agenda #proximo_evento_titulo,
.agenda .CAL_TITULO_DO_EVENTO {
  font-size: 14px;
  font-weight: bold;
}
.agenda #content h2#prox_eventos,
.agenda #content h2.eventos_passados {
  margin: 20px 0;
}
.agenda .seta_topo a {
  padding: 0 0 0 7px;
  font-size: 11px;
  color: #747474 !important;
  text-decoration: none !important;
}
.agenda .seta_topo {
  background: url("/images/top.png") no-repeat 604px center;
  margin: 24px 0 6px 0;
  text-align: right;
}
.agenda .box_calendario_evento_corporativo {
  padding: 2px;
  text-align: center;
  margin: 0 auto;
}
.agenda .box_calendario_evento_corporativo img {
  float: left;
  margin: 0;
}
.agenda .box_calendario_evento_corporativo a {
  text-decoration: none;
  line-height: 25px;
}
.agenda .box_calendario_evento_corporativo .glyphicon-calendar:before {
  display: none;
}
.agenda .box_calendario_evento_corporativo .glyphicon-calendar {
  background: url("/images/glyphicons_045_calendar.png") no-repeat;
  background-color: #94795d;
  float: left;
  height: 24px;
  width: 23px;
  position: relative;
  left: 95px;
}
.agenda .bloco-calendar {
  width: 620px;
  margin: 0 auto;
}
.agenda .iframe-calendario {
  width: 90%;
  margin: 0 auto;
}
.agenda .bg-top-favoritos {
  top: 4px;
}
.agenda .attachments {
  margin-left: 9px;
  margin-top: 5px;
}
.agenda #content .attachments a {
  font-size: 11px;
  line-height: 22px;
  color: #4d8e4a;
}
.agenda .attachments img {
  float: left;
  margin-right: 4px;
}
.agenda .datepicker .datepicker-header .prev,
.agenda .datepicker .datepicker-header .next {
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .agenda #div_calendar .ui-datepicker-group {
    width: 50%;
  }
  .agenda #div_calendar .ui-datepicker-group-last {
    display: none;
  }
}
@media (max-width: 680px) {
  .agenda #div_calendar .ui-datepicker-group {
    width: 100%;
  }
  .agenda #div_calendar .ui-datepicker-group-middle {
    display: none;
  }
}
@media (max-width: 540px) {
  .agenda .datepicker .ui-datepicker-inline {
    padding: 0;
  }
  .agenda .datepicker .nav-event {
    z-index: 9;
    width: 45px;
  }
  .agenda .datepicker .nav-event.prev {
    left: 0;
  }
  .agenda .datepicker .nav-event.next {
    right: 0;
  }
  .agenda .datepicker .nav-event:hover {
    background-position: center 0;
  }
  .agenda #legenda_eventos {
    padding: 0 2px;
  }
}

.ui-tooltip,
.arrow:after {
  background: #fff;
  border: 1px solid #e6e6e6;
}

.ui-tooltip {
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  color: #2a2222;
  box-shadow: 0 0 7px #a8a8a8;
  padding: 10px;
}

.ui-tooltip h5 {
  color: #791903;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
  margin: 0;
}

.ui-widget ul {
  list-style: none;
  padding-left: 0;
}

.year-nav-carousel {
  height: 55px;
  overflow: hidden;
  padding: 0 20px !important;
}
.year-nav-carousel .currentYear {
  pointer-events: none;
}
.year-nav-carousel .currentYear li a.active {
  color: #414042 !important;
  position: relative;
}
.year-nav-carousel .currentYear li a.active:before {
  position: absolute;
  bottom: -10px;
  right: 0;
  display: block;
  height: 10px;
  background-color: #00afe9;
  content: "";
  width: 30px;
}
.year-nav-carousel li {
  width: 75px;
  margin-left: 0;
  text-align: center;
}
.year-nav-carousel li a {
  cursor: pointer;
  color: rgba(65, 64, 66, 0.5) !important;
  font-size: 22px;
  font-weight: 600;
  font-family: "Mulish";
}
.year-nav-carousel li a:hover {
  color: #000;
  text-decoration: none !important;
}
.year-nav-carousel li a:hover:after {
  background-color: #000;
}
.year-nav-carousel .owl-nav button {
  position: relative;
  font-size: 0;
  background: transparent;
  border: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  border-right: 4px solid black;
  border-bottom: 4px solid black;
  top: 12px;
}
.year-nav-carousel .owl-nav button.owl-prev {
  transform: rotate(130deg);
  left: 5px;
}
.year-nav-carousel .owl-nav button.owl-next {
  transform: rotate(-45deg);
  right: 5px;
}
.year-nav-carousel .owl-nav .disabled {
  opacity: 0.5;
  pointer-events: none;
}
.year-nav-carousel .owl-dots {
  display: none;
}

#no-files {
  display: none;
}

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
  clear: both;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

@media (max-width: 1024px) {
  #wpadminbar {
    display: none !important;
  }

  .ui-bottom .bottom-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .ui-bottom .bottom-container > a {
    margin-top: 6px;
  }
}
.ui-bottom .policies a.active {
  display: none;
}
.ui-bottom img {
  max-width: 125px;
}
@media (max-width: 768px) {
  .ui-bottom img {
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .container {
    width: 819.2px;
    width: 972.8px;
  }

  .row {
    display: table;
    width: 100%;
  }
  .row .col {
    display: table-cell;
    vertical-align: top;
  }

  ul.inline:after {
    display: block;
    clear: both;
    content: "";
  }
  ul.inline li {
    float: left;
  }

  .xs-only {
    display: none !important;
  }

  .sm-only,
.xs-hide {
    display: block;
  }

  .sm-hidden {
    display: none;
  }

  .sidenav-disabled-only {
    display: block;
  }

  .sidenav-enabled-only {
    display: none !important;
  }

  .sm-only {
    display: none;
  }

  .sm-hidden {
    display: block;
  }

  .ui-top {
    padding-top: 4px;
  }
  .ui-top .top-container {
    padding: 24px 0 18px;
    padding: 10px 0;
  }
  .ui-top .top-title .ui-logo img {
    width: 55px;
    position: relative;
    top: -3px;
  }

  .ui-nav .menu-header {
    padding-left: 40px;
    padding-right: 40px;
  }

  .ui-bottom {
    padding: 10px 0 24px;
    font-size: 14px;
    padding: 24px 0 14px;
  }
  .ui-bottom a {
    color: #003176;
  }
  .ui-bottom a:hover {
    text-decoration: underline;
  }
  .ui-bottom .bottom-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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;
  }
  .ui-bottom .indices {
    max-width: 600px;
    padding-right: 32px;
    display: none;
  }
  .ui-bottom .indices img {
    max-width: 100%;
  }
  .ui-bottom .policies ul {
    margin-top: 20px;
  }
  .ui-bottom .policies ul li {
    display: inline-block;
  }
  .ui-bottom .policies ul li a.active {
    display: none;
  }
  .ui-bottom .policies ul li + li {
    margin-left: 6px;
    border-left: 1px solid #003176;
    padding-left: 6px;
  }

  .ui-quotes {
    font-size: 16px;
    padding: 15px 0 35px 72px;
  }
  .ui-quotes .quotes-button {
    padding: 10px 18px;
    top: 15px;
  }
  .ui-quotes .disclaimer {
    top: 42px;
  }

  .infoinvest-dc .dc-control .field-input {
    width: 45%;
  }

  .ui-home .home-row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ui-home .content,
.ui-home .main {
    padding-bottom: 18px;
  }
  .ui-home .panel .panel-header {
    padding: 20px;
  }
  .ui-home .panel .panel-header h1,
.ui-home .panel .panel-header ul {
    font: 500 16px montserrat, sans-serif;
  }
  .ui-home .panel .panel-header li a {
    padding: 20px;
  }

  .content-body .accordion .accordion-header h2 {
    margin: 0;
  }
  .content-body .accordion .accordion-header:before {
    right: 40px;
  }
  .content-body .accordion .accordion-header:after {
    right: 52px;
  }

  .ui-document .document-header {
    padding-right: 220px;
  }
  .ui-document .document-date {
    width: 120px;
    padding-right: 18px;
    text-align: right;
  }
  .ui-document .document-title {
    position: relative;
    z-index: 1;
  }
  .ui-document .share-sheet {
    position: relative;
  }

  .content-body .input-wrapper {
    margin: 10px 0;
  }
  .content-body .input-wrapper label {
    display: inline-block;
    width: 20%;
    padding: 18px 5px 0;
    vertical-align: top;
  }
  .content-body .input-wrapper input,
.content-body .input-wrapper textarea,
.content-body .input-wrapper select {
    display: inline-block;
    width: 79% !important;
    vertical-align: middle;
  }
  .content-body .input-wrapper .form .action,
.content-body .input-wrapper .form .info {
    padding-left: 20%;
  }
  .content-body .input-wrapper .text-mailer {
    margin-top: 40px;
    font-size: 15px;
  }

  .calendar .datepicker,
.calendar .labels {
    display: block;
    padding-top: 32px;
  }

  .datepicker-controls a {
    max-width: 90px;
  }

  .datepicker .datepicker-sheet {
    display: table;
    border-collapse: separate;
  }
  .datepicker .datepicker-sheet .calendar {
    display: table-cell;
    padding: 0 2px;
  }
  .datepicker .datepicker-sheet .calendar:first-child {
    padding-left: 0;
    padding-right: 4px;
  }
  .datepicker .datepicker-sheet .calendar:last-child {
    padding-left: 4px;
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1024px;
  }

  .ui-bottom {
    padding: 24px 0 14px;
  }
  .ui-bottom .bottom-container {
    -webkit-box-pack: end;
    -webkit-justify-content: space-between;
    -moz-box-pack: end;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .ui-bottom .policies {
    padding-top: 0;
    margin: 0 auto;
  }

  .ui-quotes .quote {
    padding-right: 18px;
  }
  .ui-quotes .quote + .quote {
    padding-left: 18px;
  }
  .ui-quotes .quote-change-percent,
.ui-quotes .quote-price,
.ui-quotes .quote-title {
    padding-right: 13px;
  }

  .infoinvest-dc .dc-control form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .infoinvest-dc .dc-control h3 {
    font-size: 19px;
  }
  .infoinvest-dc .dc-control .field-input {
    width: auto;
    padding-left: 18px !important;
    margin: 0;
  }
  .infoinvest-dc .dc-control .field-input:first-child {
    padding-left: 0 !important;
  }
  .infoinvest-dc .dc-control .field-input + .field-input.dc-end-date > input, .infoinvest-dc .dc-control .field-input + .field-input.dc-start-date > input {
    width: 190px;
  }
  .infoinvest-dc .dc-control .field-input + .field-input.dc-amount > input {
    width: 210px;
  }
  .infoinvest-dc .dc-control .dc-submit {
    padding-top: 30px;
    padding-left: 12px !important;
  }
  .infoinvest-dc .dc-control .dc-submit .btn {
    padding: 15px 28px;
  }

  .ui-home .content,
.ui-home .main {
    padding-bottom: 24px;
  }

  .ui-home .charts .panel {
    height: 380px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1224px;
  }

  .ui-top .top-container {
    padding: 24px 0 18px;
  }
  .ui-top .top-title .ui-logo img {
    width: auto;
    top: auto;
  }

  .ui-bottom {
    padding: 10px 0 24px;
  }

  .ui-quotes {
    padding: 36px 0 64px 72px;
  }
  .ui-quotes .quote {
    padding-right: 32px;
  }
  .ui-quotes .quote + .quote {
    padding-left: 32px;
  }
  .ui-quotes .quote-change-percent,
.ui-quotes .quote-price,
.ui-quotes .quote-title {
    padding-right: 18px;
  }
  .ui-quotes .quotes-button {
    padding: 15px 24px;
    top: 20px;
  }
  .ui-quotes .disclaimer {
    top: 72px;
  }

  .infoinvest-dc .dc-control h3 {
    font-size: 22px;
  }
  .infoinvest-dc .dc-control .field-input + .field-input.dc-amount > input, .infoinvest-dc .dc-control .field-input + .field-input.dc-end-date > input, .infoinvest-dc .dc-control .field-input + .field-input.dc-start-date > input {
    width: auto;
  }
  .infoinvest-dc .dc-control .dc-submit {
    padding-left: 32px !important;
  }

  .ui-home .news .panel-header li a {
    padding-left: 21px;
    padding-right: 21px;
  }
}
@media (max-width: 1023px) {
  .container {
    padding: 0 16px;
  }

  .ui-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.2);
    z-index: 3;
  }
  .ui-top .investor-relations {
    padding-left: 50px;
    font-size: 14px !important;
  }

  body.home.fixed-notification-on .ui-top {
    top: 35px;
  }
  body.home.scroll .ui-top {
    top: 0;
  }

  .ui-top .ui-logo img {
    position: absolute;
    top: 7px;
    left: 12px;
    height: 40px;
  }
  .ui-top .nav-trigger {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 24px;
    padding: 13px 9px 0 45px;
  }
  .ui-top .nav-trigger .icon-menu,
.ui-top .nav-trigger .icon-search {
    top: 12px;
    font-size: 32px;
  }

  .ui-nav {
    width: 90% !important;
    -webkit-box-shadow: 5px 0 2px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 0 2px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 0 2px -3px rgba(0, 0, 0, 0.2);
    -webkit-overflow-scrolling: touch;
  }
  .ui-nav .menu-header {
    padding-left: 16px;
    padding-right: 16px;
  }
  .ui-nav .nav-close {
    right: 16px;
  }
  .ui-nav .menu-search {
    padding-left: 16px;
    padding-right: 16px;
  }
  .ui-nav .icon-search {
    left: 16px;
  }
  .ui-nav .menu-item {
    font-size: 18px;
  }
  .ui-nav .menu-item:not(.-external):before {
    right: 28px;
  }
  .ui-nav .menu-item:not(.-external):after {
    right: 40px;
  }
  .ui-nav .menu-item.-external .icon-external {
    right: 16px;
  }
  .ui-nav .sub-menu {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ui-nav .menu-spotlight {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ui-bottom {
    padding: 15px 0;
    background-color: #003176;
    color: #fff;
    text-align: center;
  }
  .ui-bottom #adminbar {
    display: none !important;
  }
  .ui-bottom .indices {
    display: none;
  }
  .ui-bottom .policies li {
    padding: 6px;
  }

  body.fixed-notification-on.scroll {
    padding-top: 19px;
  }

  .ui-notification.popup .body {
    padding: 0;
  }
  .ui-notification .title .arrow-1 {
    left: 10px;
  }
  .ui-notification .title .arrow-2 {
    right: 10px;
  }

  .ui-content {
    font-size: 16px;
  }
  .ui-content .content-body {
    padding: 0 14px;
  }

  .ui-quotes {
    display: none !important;
  }

  .content-body h2 {
    font-size: 22px;
  }
  .content-body h3 {
    font-size: 19px;
  }

  .ui-content h1 {
    font-size: 29px;
    padding: 0 44px;
  }
  .ui-content .breadcrumb {
    padding: 16px 14px;
    font-size: 14px;
  }

  .content-body table.new_checkbox {
    font-size: 14px;
  }
  .content-body table td,
.content-body table th {
    padding: 12px 8px;
  }

  .accordion .accordion-header,
.ui-panel .panel-header {
    padding: 15px 84px 15px 15px;
  }

  .content-body .accordion .accordion-header {
    padding: 10px 84px 10px 5px;
  }
  .content-body .accordion .accordion-header:before {
    right: 16px;
  }
  .content-body .accordion .accordion-header:after {
    right: 28px;
  }

  .disclosure .content-body .accordion .accordion-body {
    padding: 0 5px;
  }

  .ui-document .document-header {
    padding: 18px 32px 18px 16px;
    display: block;
  }
  .ui-document .document-date {
    padding-bottom: 0;
    display: inline-block;
  }
  .ui-document .document-type {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -6px;
  }
  .ui-document .document-title {
    margin-top: 14px;
    text-align: left;
  }
  .ui-document .document-title a {
    font: 16px montserrat, arial, helvetica, sans-serif;
  }
  .ui-document .document-actions .add-to-downloads-button,
.ui-document .document-actions .download-button {
    display: none;
  }
  .ui-document .document-description {
    display: none;
  }
  .ui-document .share-sheet {
    position: absolute;
    top: 5px;
    right: 10px;
  }

  .content-body .form .action,
.content-body .form .info {
    text-align: center;
  }

  .ui-year-nav {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .ui-top .nav-trigger span {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-viewer {
    display: block;
    max-width: 100%;
    height: 180px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }
  .mobile-viewer:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 95px 0 0;
    background: rgba(242, 242, 242, 0.9);
    font-size: 18px;
    text-align: center;
    z-index: 1;
  }

  .ptb .mobile-viewer:before {
    content: "Expandir conteúdo";
  }

  .enu .mobile-viewer:before {
    content: "Expand content";
  }

  .mobile-viewer:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 64px 0 0;
    font-size: 18px;
    color: #666;
    text-align: center;
    content: "";
    z-index: 2;
  }

  .tour-start {
    width: 100%;
  }

  .tour-step:before {
    border-left: 10px solid transparent;
    border-bottom: 15px solid #40444D;
    border-right: 10px solid transparent;
    right: unset;
    top: unset;
    bottom: 98%;
    left: 5px;
  }
  .tour-step.step-1 {
    top: 22%;
    left: 0%;
  }
  .tour-step.step-2 {
    top: 53%;
    left: 0;
  }
  .tour-step.step-3 {
    top: 79%;
    left: 0;
  }
  .tour-step.step-4 {
    top: 110%;
    left: 0;
  }
  .tour-step.step-5 {
    top: 25%;
    left: 0;
  }
  .tour-step.step-6 {
    top: 112%;
    left: 0;
  }
  .tour-step.step-7 {
    top: -12%;
    left: 0;
  }
  .tour-step.step-8 {
    top: 25%;
    left: 0;
  }
  .tour-step.step-9 {
    top: 55%;
    left: 0;
  }
  .tour-step.step-10 {
    top: 82%;
    left: 0;
  }
  .tour-step.step-11 {
    top: 100%;
    left: 0;
  }
  .tour-step.step-12 {
    top: 73%;
    left: 5%;
  }
}
