@charset "UTF-8";
/*!
Theme Name: MZiQ - Kepler Weber RI
Author: MZ Group - Lucas Alves && Filipe Nickel
Author URI: https://www.mzgroup.com/
Description: MZiQ CMS Theme for Kepler Weber RI website.
Version: 1.0
License: GNU General Public License v2 or later

One and only theme for IR Website for Kepler Weber

*/
/* Animação */
.animate-bottom,
.animate-right,
.animate-left,
.animate-box,
.animate-top,
.animate-text,
.quotesHeader {
  visibility: hidden;
}

*,
*::before,
*::after {
  outline: 0;
  box-sizing: border-box;
}

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

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.admin-bar {
  min-height: calc(100vh - 46px);
}
@media (min-width: 780px) {
  body.admin-bar {
    min-height: calc(100vh - 32px);
  }
}
body.page-template-perguntas-faq {
  background: #FAFAFA;
}

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

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

h1 {
  font-weight: 900;
  font-size: 35px;
  line-height: 42px;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 49px;
    line-height: 59px;
  }
}

h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 35px;
    line-height: 42px;
  }
}

h3 {
  font-weight: 900;
  font-size: 23px;
  line-height: 33px;
}
@media (min-width: 1200px) {
  h3 {
    font-size: 28px;
    line-height: 38px;
  }
}

h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
}

h5 {
  font-weight: 600;
  font-size: 25px;
  line-height: 29px;
  color: #ED8B00;
}

h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
}

a {
  color: #ED8B00;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
a:hover {
  opacity: 0.6;
}

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

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

*::-webkit-scrollbar-track {
  background-color: #74676a !important;
}

*::-moz-scrollbar-track {
  background-color: #74676a !important;
}

*::-ms-scrollbar-track {
  background-color: #74676a !important;
}

*::-o-scrollbar-track {
  background-color: #74676a !important;
}

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

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

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

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

*::-webkit-scrollbar-thumb:hover {
  background: rgba(35, 31, 32, 0.75) !important;
}

*::-moz-scrollbar-thumb:hover {
  background: rgba(35, 31, 32, 0.75) !important;
}

*::-ms-scrollbar-thumb:hover {
  background: rgba(35, 31, 32, 0.75) !important;
}

*::-o-scrollbar-thumb:hover {
  background: rgba(35, 31, 32, 0.75) !important;
}

*::-webkit-scrollbar-thumb:active {
  background: #231f20 !important;
}

*::-moz-scrollbar-thumb:active {
  background: #231f20 !important;
}

*::-ms-scrollbar-thumb:active {
  background: #231f20 !important;
}

*::-o-scrollbar-thumb:active {
  background: #231f20 !important;
}

*::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(35, 31, 32, 0.15) !important;
}

*::-moz-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(35, 31, 32, 0.15) !important;
}

*::-ms-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(35, 31, 32, 0.15) !important;
}

*::-o-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(35, 31, 32, 0.15) !important;
}

*::-webkit-scrollbar-button:increment:end, *::-webkit-scrollbar-button:decrement:start {
  height: 9px;
  background-color: rgba(35, 31, 32, 0.5);
  -webkit-transition: 0.377s all;
  -moz-transition: 0.377s all;
  -ms-transition: 0.377s all;
  -o-transition: 0.377s all;
  transition: 0.377s all;
}
*::-webkit-scrollbar-button:increment:end:active, *::-webkit-scrollbar-button:decrement:start:active {
  background-color: #231f20;
}
*::-webkit-scrollbar-button:increment:end:disabled, *::-webkit-scrollbar-button:decrement:start:disabled {
  background-color: rgba(35, 31, 32, 0.2);
}

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

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

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

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

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

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

/*
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 20px 0;
}
table thead th {
  padding: 20px 10px;
  background: #fff;
  color: #ED8B00;
  text-align: left;
  border-bottom: 1px solid #d5d7d8;
}
table tr td {
  padding: 15px 10px;
  border-bottom: 1px solid #d5d7d8;
}
table.tb-central th {
  text-align: center;
}
table.tb-central th.ano {
  text-align: left;
}
table.tb-central td.icone {
  width: 150px;
}
table.tb-central td.icone img {
  display: block;
  margin: auto;
}
table.tb-central td.icone:not(.off) img {
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
table.tb-central td.icone:not(.off) img:hover {
  opacity: 0.5;
}
table.tb-central td.icone.off img {
  filter: grayscale(100%);
  opacity: 0.5;
  cursor: not-allowed;
}
table.table-arquivos thead tr th.data {
  width: 184px;
}
table.table-arquivos thead tr th.icone {
  width: 184px;
}
table.table-arquivos thead tr th.link {
  text-align: left;
}
table.table-arquivos tr:nth-child(odd) {
  background: #f2f2f2;
}
table.table-arquivos tr td {
  border-bottom: 0px solid #d5d7d8;
}
table.table-arquivos tr td.data {
  width: 100px;
  text-align: center;
}
table.table-arquivos tr td.icone {
  text-align: center;
  width: 48px;
}
table.table-arquivos tr td.icone > a {
  width: 28px;
  min-width: 28px;
}
table.table-arquivos tr td.icone > a,
table.table-arquivos tr td.icone > a img {
  display: block;
}
table.table-arquivos tr td.link a {
  color: #2D2926;
  text-decoration: none;
}
table.table-arquivos tr td.icons {
  display: flex;
  justify-content: end;
}
table.table-arquivos tr td.icons .fa-download {
  background: url(img/icon-download.png) no-repeat center center;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  cursor: pointer;
  overflow: hidden;
}
table.table-arquivos tr td.icons .fa-download::before {
  display: none;
}
table.table-arquivos tr td.icons .fa-link {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
}
table.table-calendario {
  margin-top: 0;
}
table.table-calendario thead th {
  text-align: left;
  border-bottom: 0px solid #d5d7d8;
}
table.table-calendario thead th .eventos {
  width: 380px;
}
table.table-calendario tr:nth-child(odd) {
  background: #f2f2f2;
}
table.table-calendario tr td {
  height: 60px;
  border-bottom: 0px solid #d5d7d8;
  color: #2d2926;
}
table.table-calendario tr td:last-child img {
  max-width: 27px;
  max-height: 20px;
  margin-right: 15px;
}
table.table-calendario tr td:last-child a:last-child img {
  margin-right: 0;
}
table.table-search tr th {
  text-align: center;
}
table.table-search tr td {
  height: 80px;
}
table.table-search tr td .circle {
  width: 12px;
  height: 12px;
  background: #231F20;
  border-radius: 50%;
  margin: auto;
}
table.table-search tr td a {
  display: block;
}
table.table-search tr td a span {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}

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

.paginationContainer {
  display: flex;
  align-items: center;
}
.paginationContainer button {
  cursor: pointer;
  border: none;
  background: transparent;
  margin: 0 10px;
  color: black;
}
.paginationContainer button.active {
  font-weight: bold;
}
.paginationContainer button.hide {
  display: none;
}

.searchPopup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(35, 31, 32, 0.5);
  z-index: 999;
}
.searchPopup__form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 477px;
  max-width: calc(100% - 50px);
  display: flex;
}
.searchPopup__form > form {
  width: 100%;
  background: #fff;
  height: 48px;
  position: relative;
  border-radius: 5px;
}
.searchPopup__form > form input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  padding: 15px 8px;
  color: #929292;
  font-size: 15px;
  line-height: 1;
  border-radius: 0 6px 6px 0;
}
.searchPopup__form > form input::-webkit-input-placeholder {
  color: #929292;
}
.searchPopup__form > form input::-moz-input-placeholder {
  color: #929292;
}
.searchPopup__form > form input::-ms-input-placeholder {
  color: #929292;
}
.searchPopup__form > form input::-o-input-placeholder {
  color: #929292;
}
.searchPopup__form > form input::input-placeholder {
  color: #929292;
}
.searchPopup__form > form button {
  background: transparent;
  padding: 0;
  border: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  width: 50px;
  height: 100%;
  background: #ED8B00;
  border-radius: 0 5px 5px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.searchPopup__form > form button svg {
  width: 62%;
}
.searchPopup__form > form button:hover {
  opacity: 0.5;
}
.searchPopup__form > form button > svg {
  display: block;
}
.searchPopup__close {
  min-width: 48px;
  min-height: 48px;
  cursor: pointer;
  margin-left: 15px;
  border-radius: 5px;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.searchPopup__close:hover {
  opacity: 0.5;
}

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

.custom_form label:not(.label-check) {
  font-size: 14px;
}
.custom_form label:not(.label-check).error {
  color: #ff6767;
  display: none;
}
.custom_form label:not(.label-check).termos {
  text-align: left;
}
.custom_form label:not(.label-check).termos label {
  padding-left: 5px;
  display: inline;
}
.custom_form .terms {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
}
.custom_form .terms .input-check {
  margin: 0 10px 0 0;
}
.custom_form .terms label, .custom_form .terms label * {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
.custom_form .text {
  padding: 6px;
  height: 90px;
  border: 0.3px solid #D8DFE5;
  overflow: auto;
  border-radius: 5px;
}
.custom_form .text p {
  font-size: 14px;
  line-height: 18px;
}
.custom_form fieldset {
  padding: 0;
  border: 0;
  margin-bottom: 20px;
}
.custom_form input[type=text],
.custom_form input[type=email],
.custom_form input[type=phone],
.custom_form textarea,
.custom_form select {
  outline: none;
  width: 100%;
  margin-bottom: 0;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #D8DFE5;
  border-radius: 5px;
}
.custom_form input[type=text]::-webkit-input-placeholder,
.custom_form input[type=email]::-webkit-input-placeholder,
.custom_form input[type=phone]::-webkit-input-placeholder,
.custom_form textarea::-webkit-input-placeholder,
.custom_form select::-webkit-input-placeholder {
  color: #2D2926;
}
.custom_form input[type=text]::-moz-input-placeholder,
.custom_form input[type=email]::-moz-input-placeholder,
.custom_form input[type=phone]::-moz-input-placeholder,
.custom_form textarea::-moz-input-placeholder,
.custom_form select::-moz-input-placeholder {
  color: #2D2926;
}
.custom_form input[type=text]::-ms-input-placeholder,
.custom_form input[type=email]::-ms-input-placeholder,
.custom_form input[type=phone]::-ms-input-placeholder,
.custom_form textarea::-ms-input-placeholder,
.custom_form select::-ms-input-placeholder {
  color: #2D2926;
}
.custom_form input[type=text]::-o-input-placeholder,
.custom_form input[type=email]::-o-input-placeholder,
.custom_form input[type=phone]::-o-input-placeholder,
.custom_form textarea::-o-input-placeholder,
.custom_form select::-o-input-placeholder {
  color: #2D2926;
}
.custom_form input[type=text]::input-placeholder,
.custom_form input[type=email]::input-placeholder,
.custom_form input[type=phone]::input-placeholder,
.custom_form textarea::input-placeholder,
.custom_form select::input-placeholder {
  color: #2D2926;
}
.custom_form input[type=text]:focus,
.custom_form input[type=email]:focus,
.custom_form input[type=phone]:focus,
.custom_form textarea:focus,
.custom_form select:focus {
  border-color: #ED8B00;
}
.custom_form select[multiple] {
  height: 60px;
}
.custom_form textarea {
  resize: none;
  height: 118px;
}
.custom_form button {
  min-width: 160px;
  margin-right: 20px;
}

.admin-bar .header {
  top: 46px;
}
@media (min-width: 780px) {
  .admin-bar .header {
    top: 32px;
  }
}
@media (max-width: 779px) {
  .admin-bar .header__navigation {
    top: 46px;
    height: calc(100% - 46px);
  }
}
@media (max-width: 1199px) {
  .admin-bar .header__navigation {
    top: 32px;
    height: calc(100% - 32px);
  }
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 10px 0;
  background: #231F20;
}
.header__top {
  margin-bottom: 0;
}
.header__top > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__top__navigation {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .header__top__navigation > li + li {
    margin-left: 24px;
    display: none;
  }
}
.header__top__navigation .institucional {
  margin-bottom: 4px;
}
@media (max-width: 1199px) {
  .header__top__navigation .institucional {
    position: relative;
    left: -63px;
  }
}
.header__top__navigation .institucional a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  margin-right: -10px;
  font-weight: 700;
  background: #ed8b00;
  padding: 8px;
  border-radius: 5px;
  text-decoration: underline;
  display: block;
}
.header__top__title {
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
@media (min-width: 1200px) {
  .header__top__title {
    font-size: 16px;
  }
}
.header__top__menu > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #fff;
}
.header__top__menu > ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}
.header__bottom > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .header__bottom > .container {
    justify-content: flex-start;
  }
}
.header__mobileActions {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.header__mobileActions > li {
  display: flex;
  align-items: center;
}
.header__mobileActions > li + li {
  margin-left: 16px;
}
.header__logo > img {
  display: block;
}
.header .acessibilidade {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header .acessibilidade {
    padding-bottom: 9px;
    border-bottom: 1px solid #fff;
    margin-bottom: 16px;
  }
}
.header .acessibilidade > li + li {
  margin-left: 16px;
}
@media (min-width: 1200px) {
  .header .acessibilidade > li + li {
    margin-left: 24px;
  }
}
.header .acessibilidade__inAndDeCrease {
  display: flex;
  align-items: center;
}
.header .acessibilidade__inAndDeCrease > span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 0 5px;
  line-height: 1;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .header .acessibilidade__inAndDeCrease > span {
    font-size: 14px;
  }
}
.header .acessibilidade__inAndDeCrease > span:hover {
  opacity: 0.5;
}
.header .acessibilidade__inAndDeCrease > span.active {
  font-weight: 700;
}
.header .acessibilidade__inAndDeCrease > span.active:hover {
  opacity: 1;
}
.header .acessibilidade__inAndDeCrease > span:first-child {
  padding-left: 0;
}
.header .acessibilidade__inAndDeCrease > span:last-child {
  padding-right: 0;
  border-left: 1px solid #fff;
}
.header .acessibilidade__contrast {
  display: flex;
  align-items: center;
}
.header .acessibilidade__contrast, .header .acessibilidade__link {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
.header .acessibilidade__contrast > svg, .header .acessibilidade__link > svg {
  margin-top: -2px;
}
.header .acessibilidade__contrast > span, .header .acessibilidade__link > span {
  display: block;
  line-height: 1;
  font-size: 10px;
  font-weight: 700;
  margin-left: 8px;
}
@media (min-width: 1200px) {
  .header .acessibilidade__contrast > span, .header .acessibilidade__link > span {
    font-size: 14px;
  }
}
.header__language > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .header__language > ul {
    margin-top: -3px;
  }
}
@media (max-width: 1199px) {
  .header__language > ul li:last-child a {
    border-left: 2px solid #fff;
  }
}
@media (min-width: 1200px) {
  .header__language > ul li + li a {
    border-left: 2px solid #fff;
  }
  .header__language > ul li:first-child a {
    padding-left: 0;
  }
  .header__language > ul li:last-child a {
    padding-right: 0;
  }
}
.header__language > ul li a {
  padding: 3px 5px 0;
  color: #fff;
  text-decoration: none;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  display: block;
}
.header__language > ul li a:lang(en):not(.active) {
  border-left: 2px solid #fff !important;
  padding-left: 11px !important;
}
@media (min-width: 1200px) {
  .header__language > ul li a {
    color: #fff;
    padding: 3px 10px 0;
  }
}
.header__language > ul li a.active {
  display: none;
  color: #74676a;
}
.header__language > ul li a.active:hover {
  opacity: 1;
}
.header__search svg {
  display: block;
  cursor: pointer;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  fill: #fff;
}
@media (min-width: 1200px) {
  .header__search svg {
    fill: #fff;
  }
}
.header__search svg:hover {
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .header__navigation > nav > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .header__navigation > nav > ul:hover .sub-menu {
    opacity: 1;
    pointer-events: initial;
    border-left: 0.5px solid white;
    background: transparent;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .header__navigation > nav > ul:hover .sub-menu:before {
    content: "";
    position: absolute;
    width: 100%;
    min-height: 325px;
    background: rgb(226, 226, 226);
    left: 0;
    margin: 0;
    top: 0;
    z-index: -1;
  }
  .header__navigation > nav > ul > li {
    position: relative;
    padding: 0 15px;
    display: flex;
    align-items: center;
    min-height: 80px;
  }
  .header__navigation > nav > ul > li:before {
    content: "";
    position: absolute;
    background: #cbcbcd;
    width: 0.5px;
    height: 54px;
    right: 0;
    top: 11px;
  }
  .header__navigation > nav > ul > li:first-child a, .header__navigation > nav > ul > li:last-child a {
    padding: 22px 0;
  }
  .header__navigation > nav > ul > li:hover > ul:before {
    content: "";
    position: absolute;
    width: 100%;
    min-height: 325px;
    background: #fff !important;
    left: 0;
    margin: 0;
    top: 0;
    z-index: -1;
  }
  .header__navigation > nav > ul > li:hover > a:after {
    content: "";
    position: absolute;
    width: 126%;
    height: 3px;
    bottom: 5px;
    left: -15px;
    background: #ED8B00;
  }
  .header__navigation > nav > ul > li:first-child:after {
    content: "";
    position: absolute;
    background: #cbcbcd;
    width: 0.5px;
    height: 54px;
    left: 0;
    top: 11px;
  }
  .header__navigation > nav > ul > li > a {
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 13px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 118px;
    font-size: 14px;
    line-height: 130%;
    opacity: 1;
    position: relative;
    font-weight: 700;
    min-height: 62px;
  }
  .header__navigation > nav > ul > li > ul {
    position: absolute;
    top: 83%;
    left: 50%;
    transform: translate(-50%, 0%);
    background: #e2e2e2;
    padding: 0;
    list-style-type: none;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    min-width: 100%;
    min-height: 325px;
  }
  .header__navigation > nav > ul > li > ul li {
    padding: 3px 12px;
  }
  .header__navigation > nav > ul > li > ul li:hover {
    background: #ED8B00;
  }
  .header__navigation > nav > ul > li > ul li:hover > a {
    color: #fff;
  }
  .header__navigation > nav > ul > li > ul li + li {
    margin-top: 8px;
  }
  .header__navigation > nav > ul > li > ul li a {
    color: #2D2926;
    font-size: 12px;
    line-height: 1;
    white-space: inherit;
    text-decoration: none;
  }
}
@media (max-width: 1199px) {
  .header__navigation {
    width: 280px;
    max-width: 100%;
    position: fixed;
    top: 0;
    right: -500px;
    background: #231F20;
    padding: 30px 16px;
    height: 100%;
    overflow: auto;
    transition: all 0.3s;
  }
  .header__navigation.active {
    right: 0;
  }
  .header__navigation__mobileClose {
    position: absolute;
    top: 16px;
    right: 10px;
  }
  .header__navigation > nav > ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .header__navigation > nav > ul > li + li {
    margin-top: 16px;
  }
  .header__navigation > nav > ul > li > a {
    font-size: 16px;
    line-height: 1;
    color: #74676a;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
  }
  .header__navigation > nav > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .header__navigation > nav > ul > li > ul li + li {
    margin-top: 4px;
  }
  .header__navigation > nav > ul > li > ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    position: relative;
  }
  .header__navigation__mobileBottom .social-media {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #fff;
    display: flex;
    align-items: center;
  }
  .header__navigation__mobileBottom .social-media li + li {
    margin-left: 16px;
  }
  .header__navigation__mobileBottom .social-media li a {
    display: block;
  }
  .header__navigation__mobileBottom .politica-privacidade {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
  }
  .header__navigation__mobileBottom .politica-privacidade li + li::before {
    content: " - ";
  }
  .header__navigation__mobileBottom .politica-privacidade li,
.header__navigation__mobileBottom .politica-privacidade li * {
    display: inline;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
  }
  .header__navigation__mobileBottom .poweredMZ {
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
  }
  .header__navigation__mobileBottom .poweredMZ b {
    font-weight: 700;
  }
}

.footer {
  margin-top: auto;
  background: #231F20;
  width: 100%;
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.footer__bottom {
  position: relative;
  padding: 0;
}
.footer__bottom > .container {
  padding-top: 20px !important;
}
.footer__bottom > .container .footerLeft .textSocial {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding-top: 8px;
}
.footer__bottom > .container .footerLeft .social-media {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  padding-left: 0;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .footer__bottom > .container .footerLeft .social-media {
    justify-content: center;
  }
}
.footer__bottom > .container .footerLeft .social-media li {
  list-style: none;
}
.footer__bottom > .container p {
  color: #fff !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.footer__sitemap {
  display: none;
  width: 100%;
  background: #231F20;
  position: absolute;
  bottom: 100%;
  left: 0;
}
@media (max-width: 1199px) {
  .footer__sitemap {
    display: none !important;
  }
}
.footer__sitemap > .container {
  position: relative;
}
.footer__sitemap > .container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background: #fff;
}
.footer__sitemap nav > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.footer__sitemap nav > ul > li + li {
  margin-left: 80px;
}
.footer__sitemap nav > ul > li > a {
  font-size: 16px;
  line-height: 1;
  color: #74676a;
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  opacity: 1;
}
.footer__sitemap nav > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer__sitemap nav > ul > li > ul li + li {
  margin-top: 8px;
}
.footer__sitemap nav > ul > li > ul li a {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s;
  opacity: 1;
}
.footer__sitemap nav > ul > li > ul li a:hover {
  color: #74676a;
}
.footer__sitemap .politica-privacidade {
  margin: 22px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.footer__sitemap .politica-privacidade li + li::before {
  content: " - ";
}
.footer__sitemap .politica-privacidade li,
.footer__sitemap .politica-privacidade li * {
  display: inline;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
}
.footer__sitemap .social-media {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.footer__sitemap .social-media > li + li {
  margin-left: 18px;
}
.footer__sitemap .social-media > li a,
.footer__sitemap .social-media > li a img {
  display: block;
}
.footer__btnMap {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
.footer__selos .item {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__selos .item img {
  margin: 0 auto;
}
.footer .poweredMZ {
  font-size: 10px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  margin-top: 6px;
}
@media (min-width: 1200px) {
  .footer .poweredMZ {
    font-size: 14px;
    margin-top: 0;
  }
}
.footer .poweredMZ:hover {
  opacity: 0.5;
}

.header_investorDay {
  padding: 4px 50px !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-top: 43px !important;
  padding-bottom: 43px !important;
  background: #231f20;
}
.header_investorDay .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
@media (min-width: 1200px) {
  .header_investorDay .container {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .header_investorDay nav {
    display: block;
  }
}
.header_investorDay nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 0;
}
@media (max-width: 1199px) {
  .header_investorDay nav ul.menu {
    position: absolute;
    bottom: -93px;
    left: 50%;
    transform: translateX(-50%);
    width: 101vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #231f20;
    gap: 0;
  }
}
.header_investorDay nav ul.menu li {
  position: relative;
  padding: 0 15px;
}
.header_investorDay nav ul.menu li:before {
  content: "";
  position: absolute;
  background: #cbcbcd;
  width: 0.5px;
  height: 54px;
  right: 0;
  top: 4px;
}
@media (max-width: 1199px) {
  .header_investorDay nav ul.menu li:before {
    display: none;
  }
}
.header_investorDay nav ul.menu li:first-child:after {
  content: "";
  position: absolute;
  background: #cbcbcd;
  width: 0.5px;
  height: 54px;
  left: 0;
  top: 4px;
}
@media (max-width: 1199px) {
  .header_investorDay nav ul.menu li:first-child:after {
    display: none;
  }
}
.header_investorDay nav ul.menu li a {
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 13px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 118px;
  font-size: 14px;
  line-height: 130%;
  opacity: 1;
  position: relative;
  font-weight: 700;
  min-height: 62px;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .header_investorDay nav ul.menu li a {
    font-size: 12px;
  }
}
.header_investorDay nav ul.menu li a::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.header_investorDay nav ul.menu li a:hover {
  opacity: 1;
  font-weight: 700;
  border-bottom-color: #fff;
}
.header_investorDay .d-flex {
  gap: 25px;
  flex-direction: row-reverse;
}
.header_investorDay .language {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 7px;
}
@media (min-width: 1200px) {
  .header_investorDay .language {
    gap: 7px;
  }
}
.header_investorDay .language ul ul {
  gap: 16px;
}
.header_investorDay .language ul ul li:first-child {
  position: relative;
}
.header_investorDay .language ul ul li:first-child:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  right: -8px;
  top: 0;
}
.header_investorDay .language li {
  display: flex;
}
.header_investorDay .language li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.header_investorDay .language li a img {
  display: none;
}
.header_investorDay .language li a.active {
  font-weight: 900;
}
.header_investorDay .language .language-flag {
  width: 27px;
  margin: 0 auto;
}

.footer_investorDay {
  background-color: #231F20;
  padding: 12px 61px;
}
@media (min-width: 1200px) {
  .footer_investorDay {
    padding: 27px 0;
  }
}
.footer_investorDay .container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 1200px) {
  .footer_investorDay .container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer_investorDay .container p,
.footer_investorDay .container a {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
.footer_investorDay .container p b,
.footer_investorDay .container p strong,
.footer_investorDay .container a b,
.footer_investorDay .container a strong {
  font-weight: 700;
}

body.home .header {
  position: fixed;
}
body.home footer {
  bottom: 0;
  left: 0;
  z-index: 5;
}

.pageHome {
  position: relative;
}
.pageHome__banner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pageHome__banner__slick {
  position: relative;
  z-index: 1;
}
.pageHome__banner__slick,
.pageHome__banner__slick .slick-list,
.pageHome__banner__slick .slick-track,
.pageHome__banner__slick .slick-slide,
.pageHome__banner__slick .slick-slide > div,
.pageHome__banner__slick .slick-slide > div > div {
  height: calc(100vh - 82px);
}
@media (max-width: 768px) {
  .pageHome__banner__slick,
.pageHome__banner__slick .slick-list,
.pageHome__banner__slick .slick-track,
.pageHome__banner__slick .slick-slide,
.pageHome__banner__slick .slick-slide > div,
.pageHome__banner__slick .slick-slide > div > div {
    height: 318px;
  }
}
.pageHome__banner__item {
  height: 100%;
  position: relative;
}
.pageHome__banner__item > img,
.pageHome__banner__item video {
  width: 100%;
  height: 86%;
  object-fit: fill;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.pageHome__banner__item__editor {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}
@media (min-width: 1200px) {
  .pageHome__banner__item__editor {
    top: 360px;
  }
}
.pageHome__quickaccess {
  bottom: 80px;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #FAFAFA;
}
.pageHome__quickaccess__box {
  padding: 30px 0;
}
.pageHome__quickaccess__box .containerBox {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pageHome__quickaccess__box .slick-slider > div > div > div .element {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-direction: column;
  padding: 10px;
  position: relative;
  width: 162px;
  border-radius: 5px;
  transition: all 0.3s;
  cursor: pointer;
}
.pageHome__quickaccess__box .slick-slider > div > div > div .element:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50%;
  top: 23%;
  left: -28px;
  background: #000000;
}
@media (max-width: 1199px) {
  .pageHome__quickaccess__box .slick-slider > div > div > div .element:before {
    display: none;
  }
}
.pageHome__quickaccess__box .slick-slider > div > div > div .element:hover {
  opacity: 1 !important;
  background: #ED8B00;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
}
.pageHome__quickaccess__box .slick-slider > div > div > div .element:hover span {
  color: #fff;
}
.pageHome__quickaccess__box .slick-slider > div > div > div .element:hover img {
  filter: contrast(0.75) brightness(3);
}
.pageHome__quickaccess__box .slick-slider > div > div > div .element img {
  height: 40px;
  margin-bottom: 10px;
}
.pageHome__quickaccess__box .slick-slider > div > div > div .element span {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #696158;
}
.pageHome__quickaccess__box .slick-slider > div > div > div:first-child .element:before {
  display: none;
}
.pageHome__quotes {
  background: #231F20;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .pageHome__quotes .quotes {
    flex-direction: column;
  }
}
.pageHome__quotes .quotes ul {
  display: flex;
  gap: 15px;
}
.pageHome__quotes .quotes ul li {
  color: #fff;
  list-style: none;
}
.pageHome__quotes .quotes ul li.variation.down {
  color: #BF1320;
}
.pageHome__quotes .quotes ul li.variation.up {
  color: #06CE1A;
}
.pageHome__widgets {
  justify-content: space-between;
  padding: 56px 0;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .pageHome__widgets {
    justify-content: center;
    gap: 50px;
  }
}
.pageHome__widgets .news {
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(154, 154, 154, 0.3);
  border-radius: 5px;
  width: 350px;
  height: 407px;
  position: relative;
}
.pageHome__widgets .news h5 {
  font-weight: 400;
  line-height: 133%;
  color: #2D2926;
  padding: 21px 38px;
}
.pageHome__widgets .news #filesIQ {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pageHome__widgets .news #filesIQ li {
  list-style: none;
  display: flex;
  gap: 13px;
}
.pageHome__widgets .news #filesIQ li .date {
  width: 31px;
  height: 45px;
  background: #ED8B00;
  border-radius: 4px;
  padding: 6px;
}
.pageHome__widgets .news #filesIQ li .date time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 133%;
}
.pageHome__widgets .news #filesIQ li .date time span {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 133%;
}
.pageHome__widgets .news #filesIQ li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 133%;
  letter-spacing: -0.02em;
  color: #2D2926;
  display: block;
  align-self: center;
}
.pageHome__widgets .news .btnAll {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #ED8B00;
  position: absolute;
  bottom: 22px;
  left: 38px;
  text-decoration: none;
}
.pageHome__widgets .news .btnAll svg {
  margin-left: 11px;
}
.pageHome__widgets .results {
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(154, 154, 154, 0.3);
  border-radius: 5px;
  width: 350px;
  height: 407px;
  position: relative;
}
.pageHome__widgets .results .quarter {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  padding: 0 13px;
}
.pageHome__widgets .results .quarter > div {
  margin-top: 18px;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 10px 18px;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #696158;
  cursor: pointer;
}
.pageHome__widgets .results .quarter > div.active {
  background: #ED8B00;
  color: #fff;
}
.pageHome__widgets .results .files {
  padding: 0 13px;
}
.pageHome__widgets .results .files li {
  list-style: none;
  margin-bottom: 12px;
  border-radius: 2px;
  position: relative;
}
.pageHome__widgets .results .files li a {
  text-decoration: none;
  color: #2D2926;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.pageHome__widgets .results .files li a img {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 10px;
}
.pageHome__widgets .results .files li a .download {
  background: transparent;
  position: absolute;
  right: 2px;
}
.pageHome__widgets .results .files li:hover {
  background: #ED8B00;
}
.pageHome__widgets .results .files li:hover a {
  color: #fff;
}
.pageHome__widgets .results .files li:hover a img {
  background: transparent;
  filter: contrast(0) brightness(315%);
}
.pageHome__widgets .results .btnAll {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #ED8B00;
  position: absolute;
  bottom: 22px;
  left: 26px;
  text-decoration: none;
}
.pageHome__widgets .results .btnAll svg {
  margin-left: 11px;
}
.pageHome__widgets .events {
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(154, 154, 154, 0.3);
  border-radius: 5px;
  width: 350px;
  height: 407px;
  position: relative;
}
.pageHome__widgets .events h5 {
  font-weight: 400;
  line-height: 133%;
  color: #2D2926;
  padding: 21px 38px;
}
.pageHome__widgets .events #nextEvents li {
  list-style: none;
  margin-bottom: 24px;
}
.pageHome__widgets .events #nextEvents li .name {
  padding-bottom: 6px;
  font-weight: 500;
  font-size: 15px;
  line-height: 133%;
  color: #2D2926;
}
.pageHome__widgets .events #nextEvents li .date {
  font-weight: 400;
  font-size: 13px;
  line-height: 133%;
  color: #696158;
  padding-left: 20px;
  position: relative;
}
.pageHome__widgets .events #nextEvents li .date:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 1px;
  background: url(img/icons/calendarHome.png) no-repeat;
}
.pageHome__widgets .events .btnAll {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #ED8B00;
  position: absolute;
  bottom: 22px;
  left: 38px;
  text-decoration: none;
}
.pageHome__widgets .events .btnAll svg {
  margin-left: 11px;
}
.pageHome__mailing {
  background: #231F20;
  display: flex;
}
.pageHome__mailing .form h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #ffffff;
  padding: 40px 0 13px 0;
}
.pageHome__mailing .form span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #ffffff;
  padding-bottom: 36px;
  display: block;
}
.pageHome__mailing .boxs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 992px) {
  .pageHome__mailing .boxs {
    justify-content: center;
  }
}
.pageHome__mailing .boxs .viewAll {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-bottom: 1px solid #ED8B00;
  padding-bottom: 10px;
  width: 121px;
  text-decoration: none;
}
@media (min-width: 576px) {
  .pageHome__mailing .boxs .viewAll {
    position: absolute;
    right: 0;
    top: -57px;
  }
}
.pageHome__mailing .boxs .box {
  position: relative;
  min-height: 379px;
}
.pageHome__mailing .boxs .box img {
  width: 264px;
  height: 137px;
  object-fit: cover;
}
.pageHome__mailing .boxs .box h5 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #ffffff;
  padding: 10px 0;
}
.pageHome__mailing .boxs .box p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #ffffff;
}
.pageHome__mailing .boxs .box p * {
  color: #fff !important;
}
.pageHome__mailing .boxs .box p.data {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  color: #ffffff;
  padding: 10px 0;
  position: absolute;
  bottom: 47px;
}
.pageHome__mailing .boxs .box .btnNoticia {
  width: 117px;
  height: 29px;
  padding: 4px 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #ffffff;
  text-decoration: none;
  background: #ed8b00;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: absolute;
  bottom: 12px;
}
.pageHome__mailing .boxs .box .btnNoticia:lang(en) {
  width: 137px;
}

.internal-banner {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 24px 0;
  height: 226px;
}
.internal-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(36, 35, 34, 0.5) 0%, rgba(45, 41, 38, 0) 100%);
  z-index: 1;
}
.internal-banner > .container {
  position: relative;
  z-index: 3;
}
.internal-banner h1 {
  display: block;
  font-size: 40px;
  color: #fff;
  margin-bottom: 60px;
}
.internal-banner #breadcrumbs {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #fff;
}
.internal-banner #breadcrumbs li,
.internal-banner #breadcrumbs li * {
  color: #fff;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 19px;
  display: inline;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .internal-banner #breadcrumbs li,
.internal-banner #breadcrumbs li * {
    font-size: 16px;
    line-height: 20px;
  }
}
.internal-banner #breadcrumbs li a {
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.internal-banner #breadcrumbs li a:hover {
  opacity: 0.5;
}

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

.container .container {
  padding: 0 !important;
}

.wpContent {
  padding: 30px 0;
}
.wpContent .wpContent {
  padding: 0 !important;
}
.wpContent--faqs {
  margin: 30px 0;
}
.wpContent--tabs {
  margin: 30px 0;
}
.wpContent--hlArea {
  margin: 45px 0;
}
.wpContent--stockinfo .graph {
  width: 100%;
}
.wpContent--stockinfo .graph ~ .graph {
  margin-top: 40px;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll {
  min-width: 1048px;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices * {
  font-family: "Roboto", sans-serif;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices .historyTickerIdentification {
  display: none;
  padding: 10px 18px;
  margin: 0 0 6px 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  border: none;
  background-color: #ED8B00;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm {
  position: relative;
  margin: 0;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline {
  position: relative;
  width: 100%;
  margin: 0 0 44px 0;
  padding: 18px 0 0 0;
  display: flex;
  flex-direction: row;
  float: none;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline > div:not(.last) {
  position: relative;
  display: flex;
  width: auto;
  float: none;
  margin: 0 32px 0 0;
  padding: 0;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline > div:not(.last) label {
  margin: 0;
  float: none;
  width: 100px;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline > div:not(.last) input {
  margin: 0;
  padding: 12px 42px 9px 14px;
  max-width: 162px;
  width: 100%;
  height: auto;
  float: none;
  color: rgba(45, 41, 38, 0.75);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  border: 1px solid #ED8B00;
  border-radius: 3px;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline > div:not(.last)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline .last {
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0px;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline .last .info {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  margin: 0 0 0 18px;
  float: none;
  color: #2D2926;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline .btn {
  float: none;
  border: none;
  background-color: #ED8B00;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline .btn-export {
  position: absolute;
  right: 0;
  margin-top: 0px;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices .table__history {
  margin: 0;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices .table__history thead tr th {
  font-size: 14px;
  background: #fff;
  border-top: 1px solid #fff;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices .table__history tbody tr td {
  min-width: 104px;
  font-size: 14px;
  padding: 20px 0;
}
.wpContent--stockinfo .graph .chart .tbPrices .tbPrices__title {
  display: block;
  padding: 10px 18px;
  margin: 0 0 6px 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  border: none;
  background-color: #231F20;
}
.wpContent--stockinfo .graph .chart .tbPrices .tbPrices__price span, .wpContent--stockinfo .graph .chart .tbPrices .tbPrices__column span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.wpContent--stockinfo .graph .chart .btns input {
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px 6px !important;
  padding: 10px 24px;
  color: #2D2926;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 14px;
  border-radius: 6px;
  background-color: #ebebeb;
}
@media (min-width: 1200px) {
  .wpContent--stockinfo .graph .chart .btns input:nth-child(3) {
    margin-right: 64px !important;
  }
}
.wpContent--stockinfo .graph .chart .btns input.active {
  color: #fff;
  background-color: #231F20;
}
.wpContent--dynamicMap .row .map svg {
  width: 100%;
  height: auto;
}
.wpContent--dynamicMap .row .map svg text {
  display: flex;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
  stroke-width: 1px;
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  fill: #fff;
}
.wpContent--dynamicMap .row .map svg > path {
  position: relative;
  transition-duration: 0.144s;
}
.wpContent--dynamicMap .row .map svg > path[initials] {
  fill: #ed8b00;
}
.wpContent--dynamicMap .row .map svg > path[initials]:hover {
  fill: rgba(237, 139, 0, 0.75);
}
.wpContent--dynamicMap .row .map svg > path.active {
  fill: #231F20;
}
.wpContent--dynamicMap .row .map svg > path.active:hover {
  fill: rgba(35, 31, 32, 0.75);
}
.wpContent--dynamicMap .row .contents {
  display: flex;
  flex-direction: column;
}
.wpContent--dynamicMap .row .contents .stateContent {
  width: 100%;
  max-height: 0;
  padding: 0 27px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  transition-duration: 0.377s;
  transition-timing-function: ease-out;
  background-color: #fff;
  box-shadow: 0px 0px 4px #0071ad;
  border-radius: 4px;
}
.wpContent--dynamicMap .row .contents .stateContent.active {
  max-height: 512px;
  padding: 30px 27px;
  margin: 16px 0;
  opacity: 1;
  pointer-events: all;
}
.wpContent #print {
  position: fixed;
  top: 64%;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #231F20;
  background-color: #231F20;
  background-image: url("img/print.svg");
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.144s;
}
.wpContent #print:hover {
  background-color: rgba(35, 31, 32, 0.5);
}
.wpContent #print:active {
  transform: scale(1.1);
}
.wpContent ul:not(.cd-timeline-navigation, .tbPrices) {
  list-style: none;
  padding: 0;
}
.wpContent ul:not(.cd-timeline-navigation, .tbPrices) li {
  color: #2D2926;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 28px;
}
.wpContent ul:not(.cd-timeline-navigation, .tbPrices) li:before {
  content: "";
  background: #ED8B00;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 4px;
}
.wpContent .forms.select {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  margin-bottom: 25px;
}
.wpContent .forms.select select {
  width: auto;
  height: 45px;
  margin: 0;
  padding: 0 30px 0 23px;
  width: 110px;
  color: #2d2926;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 1px solid #cbcbcd;
  background: #fff;
  border-radius: 4px;
  background-image: url(img/arrow_down.png);
  background-position: calc(100% - 18px) center;
  background-repeat: no-repeat;
  background-size: 12px;
  transition: 0.144s;
}
.wpContent .contact h5 {
  margin-bottom: 8px;
}
.wpContent .contact .success-box {
  background-color: #231F20;
  border-radius: 10px;
  padding: 20px 0;
  text-align: center;
  color: white;
  display: none;
  width: 100%;
  margin: auto;
  max-width: 600px;
}
.wpContent .contact .fail-box {
  max-width: 600px;
  width: 100%;
  display: none;
  margin: 24px auto;
  padding: 20px 0;
  text-align: center;
  color: #FFABAB;
  border: 2px solid #FFABAB;
  border-radius: 10px;
  background-color: #fff;
}
.wpContent .hlArea {
  padding: 40px 0;
  background: #231F20;
  text-align: center;
  position: relative;
}
.wpContent .hlArea__editor {
  position: relative;
  z-index: 2;
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
}
.wpContent .hlArea__editor * {
  color: white;
}
.wpContent .tabs__nav {
  padding-left: 0;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.wpContent .tabs__nav li {
  cursor: pointer;
  padding-left: 0;
  padding: 10px;
  margin-bottom: 0 !important;
  border: 1px solid #eee;
  min-width: 120px;
  text-align: center;
  border-bottom: 0;
  color: #2D2926;
}
.wpContent .tabs__nav li::before {
  display: none;
}
.wpContent .tabs__nav li.active {
  background-color: #231F20;
  color: white;
}

@media print {
  .internal-banner {
    display: none;
  }
  .wpContent #print {
    display: none;
  }
  .wpContent .forms,
.wpContent .forms.select {
    display: none;
  }
}
.page-template-results-center .table-responsive table thead tr {
  background: linear-gradient(90deg, #58595b 0%, #242122 100%);
  border-radius: 5px;
}
.page-template-results-center .table-responsive table thead tr th {
  background: transparent !important;
  color: #fff;
}
.page-template-results-center .table-responsive table thead tr th:first-child {
  border-radius: 5px 0 0 5px;
}
.page-template-results-center .table-responsive table thead tr th:last-child {
  border-radius: 0 5px 5px 0;
}

.page-id-15180 .wpContent,
.page-id-15550 .wpContent {
  padding-top: 0 !important;
}
.page-id-15180 .wpContent--text,
.page-id-15550 .wpContent--text {
  padding-top: 48px;
}
.page-id-15180 .wpContent--text:first-child,
.page-id-15550 .wpContent--text:first-child {
  background: #FAFAFA;
}

.page_internal .segundobloco_imagem {
  background-image: url(https://ri-keplerweber.mz-sites.com/wp-content/uploads/sites/1167/2022/12/container_interno.png);
  height: 488px;
  margin: 70px 0;
}
.page_internal .segundobloco_imagem .texto {
  padding: 70px 10px 10px 160px;
  width: 620px;
}
@media (max-width: 768px) {
  .page_internal .segundobloco_imagem .texto {
    width: auto;
    padding: 6px;
  }
}
.page_internal .segundobloco_imagem .texto:before {
  content: "";
  position: absolute;
  width: 22%;
  height: 298px;
  background: url(img/line_apresentacoes.png) no-repeat;
  left: 5%;
  bottom: -100%;
  z-index: 2;
}
@media (max-width: 768px) {
  .page_internal .segundobloco_imagem .texto:before {
    display: none;
  }
}
.page_internal .accordion__item__content {
  padding-left: 15px;
  padding-top: 15px;
}

.search-results .searchContent thead tr th, .search-results .searchFiles thead tr th {
  background-color: #494440;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
}
.search-results .searchContent tbody tr td, .search-results .searchFiles tbody tr td {
  border: none;
  border-top: 1px solid #dadedf;
  background: #fff;
}
.search-results .searchContent tbody tr td a, .search-results .searchFiles tbody tr td a {
  position: relative;
  text-decoration: none;
}
.search-results .searchContent tbody tr td a .date, .search-results .searchFiles tbody tr td a .date {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #2d2926;
}
.search-results .searchContent tbody tr td a .view, .search-results .searchFiles tbody tr td a .view {
  position: absolute;
  right: 50px;
  top: 34%;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ed8b00;
}
.search-results .searchContent tbody tr td a .view:after, .search-results .searchFiles tbody tr td a .view:after {
  content: "";
  background: url(img/file_arrow.png);
  width: 28px;
  height: 28px;
  right: -44px;
  top: 29%;
  position: absolute;
  background-repeat: no-repeat;
}
.search-results .searchContent tbody tr td a .name, .search-results .searchFiles tbody tr td a .name {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  color: #2d2926;
}
.search-results .searchContent tbody tr td a .date, .search-results .searchFiles tbody tr td a .date {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #2d2926;
}
.search-results .searchContent tbody tr:nth-child(odd) td, .search-results .searchFiles tbody tr:nth-child(odd) td {
  background: #f4f4f4;
}
.search-results .buttons {
  padding: 40px 0;
}
.search-results .buttons .btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #ED8B00;
  color: #fff;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-results .buttons .btn:hover {
  opacity: 0.7;
}
.search-results .buttons .btn:disabled {
  color: #231F20;
  background-color: transparent;
  border: 1px solid #231F20;
  cursor: default;
}

.page-id-17859 .accordion__item__header, .page-id-17872 .accordion__item__header {
  color: #fff;
  background: #ED8B00;
  border-bottom: 1px solid #ED8B00;
}
.page-id-17859 .accordion__item__header::before, .page-id-17872 .accordion__item__header::before {
  filter: brightness(0) invert(1);
}

.pageStockinfo * {
  font-family: "Roboto", sans-serif !important;
}
.pageStockinfo__title {
  text-transform: uppercase;
  color: #231F20;
  margin-bottom: 40px;
}
.pageStockinfo .tbPrices {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .pageStockinfo .tbPrices {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.pageStockinfo .tbPrices__title {
  width: 100%;
  padding: 12px 8px;
  background: #ed8b00 !important;
  border-radius: 6px 6px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .pageStockinfo .tbPrices__title {
    padding: 12px 32px;
  }
}
@media (max-width: 1199px) {
  .pageStockinfo .tbPrices__title .dateReference {
    font-size: 12px;
    text-align: right;
  }
  .pageStockinfo .tbPrices__title .dateReference span {
    display: block;
  }
}
.pageStockinfo .tbPrices__price {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
@media (min-width: 1200px) {
  .pageStockinfo .tbPrices__price {
    width: 20%;
  }
}
.pageStockinfo .tbPrices__price .preco {
  text-align: center;
}
.pageStockinfo .tbPrices__price .preco .price {
  color: #231F20;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
}
.pageStockinfo .tbPrices__price .preco .variation {
  font-size: 18px;
  line-height: 27px;
  color: #363940;
}
.pageStockinfo .tbPrices__price .preco .variation.down {
  color: #fd0505 !important;
}
.pageStockinfo .tbPrices__price .preco .variation.up {
  color: #06ca78 !important;
}
.pageStockinfo .tbPrices__column {
  padding: 8px;
  background: #f5f6fa;
  text-align: center;
}
.pageStockinfo .tbPrices__column * {
  color: #000;
  font-weight: 600 !important;
}
@media (min-width: 1200px) {
  .pageStockinfo .tbPrices__column {
    padding: 32px 24px;
    text-align: left;
    width: 20%;
  }
}
.pageStockinfo .tbPrices__column > div + div {
  margin-top: 16px;
}
.pageStockinfo .tbPrices__column > div span.label {
  text-transform: uppercase;
  font-weight: 500;
}
.pageStockinfo .tbPrices__column > div span.value {
  font-weight: 600;
}
.pageStockinfo .btns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
  margin-bottom: 40px;
  gap: 8px;
}
@media (min-width: 1200px) {
  .pageStockinfo .btns {
    gap: initial;
    flex-direction: row;
    margin-bottom: 80px;
  }
}
.pageStockinfo .btns > div {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  gap: 8px;
}
@media (min-width: 1200px) {
  .pageStockinfo .btns > div {
    width: initial;
    margin-bottom: 0;
    margin-right: 48px;
    gap: initial;
  }
}
.pageStockinfo .btns input {
  margin: 0;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 1;
  border: 2px solid #d5d7d8;
  background: #fff;
  border-radius: 5px;
}
.pageStockinfo .btns input#chart-type-area {
  margin-right: 0 !important;
}
.pageStockinfo .btns input.active {
  background: #ed8b00;
  color: #fff;
  font-weight: 600;
  border: 2px solid #ed8b00;
  border-radius: 5px;
}
@media (min-width: 1200px) {
  .pageStockinfo .btns input + input {
    margin-left: 16px;
  }
}
.pageStockinfo .table-footer {
  display: none;
}
.pageStockinfo .historyTabularPrices .historyTickerIdentification {
  display: none;
}
.pageStockinfo .historyTabularPrices #historyForm {
  padding: 16px;
}
@media (min-width: 1200px) {
  .pageStockinfo .historyTabularPrices #historyForm {
    padding: 36px 0;
  }
}
.pageStockinfo .historyTabularPrices #historyForm .form-inline {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .pageStockinfo .historyTabularPrices #historyForm .form-inline {
    flex-direction: row;
  }
}
@media (max-width: 1199px) {
  .pageStockinfo .historyTabularPrices #historyForm .form-inline > div {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
  }
}
.pageStockinfo .historyTabularPrices #historyForm .form-inline > div:not(:last-child) label {
  margin-right: 16px;
}
.pageStockinfo .historyTabularPrices #historyForm .form-inline > div:not(:last-child) input {
  height: 48px;
  border: 1.5px solid #c7d1d8;
  border-radius: 6px;
  width: 166px;
  padding: 8px;
}
@media (min-width: 1200px) {
  .pageStockinfo .historyTabularPrices #historyForm .form-inline > div.first {
    margin-right: 24px;
  }
}
@media (min-width: 1200px) {
  .pageStockinfo .historyTabularPrices #historyForm .form-inline > div.last {
    margin-left: 48px;
    display: flex;
    align-items: center;
  }
}
.pageStockinfo .historyTabularPrices #historyForm .form-inline > div.last #btnSearchHistory {
  padding: 8px 38px;
  background: #ed8b00;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  border: 2px solid #ed8b00;
}
.pageStockinfo .historyTabularPrices #historyForm .form-inline > div.last .btn-close {
  display: none;
}
.pageStockinfo .historyTabularPrices #historyForm .form-inline > div.last .info {
  margin: 0;
  margin-top: 8px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  color: #363940;
  display: block;
}
@media (min-width: 1200px) {
  .pageStockinfo .historyTabularPrices #historyForm .form-inline > div.last .info {
    margin-top: 0;
    margin-left: 15px;
    display: inline;
  }
}
.pageStockinfo .historyTabularPrices #historyForm .form-inline #btnExportToExcel {
  background: #ed8b00;
  color: #fff;
  border-radius: 5px;
  border: 0px solid #ed8b00;
  width: 166px;
}
@media (min-width: 1200px) {
  .pageStockinfo .historyTabularPrices #historyForm .form-inline #btnExportToExcel {
    margin-left: 50px;
  }
}
.pageStockinfo .historyTabularPrices .table__history {
  margin: 0;
  white-space: nowrap;
}
.pageStockinfo .historyTabularPrices .table__history thead tr th {
  color: #2d2926;
  font-size: 16px;
  font-weight: 500;
}
.pageStockinfo .historyTabularPrices .table__history tfoot {
  display: none;
}
.pageStockinfo .timelineChart {
  margin-left: 10px;
}
.pageStockinfo .timelineChart .timelineChartHeaderArea .timelineChartHeader {
  background: #ed8b00 !important;
  color: #fff;
  font-weight: 400;
  border-bottom: 0px solid #ccc;
  font-size: 18px;
  border-radius: 5px;
  height: 43px;
  margin: 0;
  padding: 12px;
  line-height: 1 !important;
}
.pageStockinfo .timelineChart .listFileItemsInfo .listFileArchiveName {
  color: #434343;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}
.pageStockinfo .timelineChart .listFileItemsInfo .listFileArchiveFile a {
  color: #000;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
}
@media (max-width: 820px) {
  .pageStockinfo .col-tableChart {
    min-width: 100%;
  }
}
.pageStockinfo .col-tableChart {
  width: 100%;
}
.pageStockinfo #chart-stockinfo {
  overflow-x: auto;
}
.pageStockinfo .stockinfo-chart-timeline-area {
  display: flex;
}
@media (max-width: 991px) {
  .pageStockinfo .stockinfo-chart-timeline-area {
    flex-direction: column;
  }
}
.pageStockinfo .stockinfo-chart-timeline-area .col-tableChart {
  width: 100%;
}
@media (max-width: 991px) {
  .pageStockinfo .stockinfo-chart-timeline-area .col-tableChart {
    width: 100%;
  }
}
.pageStockinfo .chart .tbPrices .maxima .max {
  color: #06ca78 !important;
}
.pageStockinfo .chart .tbPrices .minima .min {
  color: #fd0505 !important;
}
.pageStockinfo .listFiles .listFilesArea:after {
  left: 52px !important;
}

.page-template-mailer-subscribe .wpContent {
  padding: 0 0;
}
.page-template-mailer-subscribe .pageMailer .contact .imagens {
  background: hsl(35deg, 86%, 95%);
  position: relative;
}
.page-template-mailer-subscribe .pageMailer .contact .imagens .box--1 {
  position: absolute;
  width: 302px;
  height: 44px;
  background: #fff;
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 42px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2d2926;
  top: 100px;
  left: 50px;
  z-index: 1;
}
.page-template-mailer-subscribe .pageMailer .contact .imagens .box--1:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 9px;
  top: 11px;
  background: url(img/icons/check-circle.png) no-repeat;
}
.page-template-mailer-subscribe .pageMailer .contact .imagens .box--2 {
  position: absolute;
  width: 302px;
  height: 44px;
  background: #fff;
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 42px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2d2926;
  top: 300px;
  left: 253px;
  z-index: 1;
}
.page-template-mailer-subscribe .pageMailer .contact .imagens .box--2:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 9px;
  top: 11px;
  background: url(img/icons/check-circle.png) no-repeat;
}
.page-template-mailer-subscribe .pageMailer .contact .imagens .box--3 {
  position: absolute;
  width: 302px;
  height: 44px;
  background: #fff;
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 42px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2d2926;
  bottom: 33%;
  left: 85px;
  z-index: 2;
}
.page-template-mailer-subscribe .pageMailer .contact .imagens .box--3:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 9px;
  top: 11px;
  background: url(img/icons/check-circle.png) no-repeat;
}
.page-template-mailer-subscribe .pageMailer .contact .imagens .img--1 {
  position: absolute;
  top: 50px;
  left: -50px;
  z-index: 1;
}
.page-template-mailer-subscribe .pageMailer .contact .imagens .img--2 {
  position: absolute;
  top: 170px;
  left: 149px;
  z-index: 0;
}
.page-template-mailer-subscribe .pageMailer .contact .select__multiple select {
  overflow: hidden;
  height: 80px;
  padding: 0;
}
.page-template-mailer-subscribe .pageMailer .contact .select__multiple select option {
  padding: 10px;
  border-bottom: 1px solid #ffffff;
  background-color: transparent !important;
  position: relative;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-template-mailer-subscribe .pageMailer .contact .select__multiple select option::before {
  content: "";
  background: url(img/icons/checkOff.png) no-repeat center;
  width: 17px;
  height: 17px;
  opacity: 0.5;
  cursor: pointer;
  margin-right: 8px;
}
.page-template-mailer-subscribe .pageMailer .contact .select__multiple select option:checked::before {
  opacity: 1;
  background: url(img/icons/checkboxChecked.png) no-repeat center;
}

.pageContact .conteudo table {
  margin: 0 0 20px 0;
}
.pageContact .conteudo table tr td {
  border-bottom: 0px solid #d5d7d8;
  padding: 0px 10px;
}
.pageContact .conteudo table tr td:first-child {
  width: 40px;
}
.pageContact .conteudo table tr .alignnone {
  margin: 0px 20px 8px 0;
}
.pageContact .conteudo p {
  width: 371px;
}
@media (max-width: 768px) {
  .pageContact .conteudo p {
    width: 100%;
  }
}
.pageContact .conteudo .bloco {
  width: 368px;
  border: 1px solid #2D2926;
  border-radius: 5px;
  padding: 52px 50px;
  height: auto;
}
.pageContact .conteudo .bloco p {
  line-height: 18.75px;
  width: 265px;
}

@page {
  size: calc(210mm * 1.67) calc(297mm * 1.67);
  margin: 2cm 0 0 0;
  :first {
    margin: 0 0 0 0;
  }
}
html {
  -webkit-print-color-adjust: exact;
}

.page-template-AnalysisCentral {
  /* generated by https://loading.io/ */
}
@keyframes ldio-swb3o00p8p {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.page-template-AnalysisCentral #simulador-loading.align-center,
.page-template-AnalysisCentral #mz-ca-loading.align-center {
  position: absolute;
  width: 100%;
  left: 0;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  opacity: 0;
  transition: 0.8s;
}
.page-template-AnalysisCentral #simulador-loading.align-center.active,
.page-template-AnalysisCentral #mz-ca-loading.align-center.active {
  z-index: 1;
  opacity: 1;
}
.page-template-AnalysisCentral #simulador-loading.align-center .loadingio-spinner-rolling-uyhlm100csa,
.page-template-AnalysisCentral #mz-ca-loading.align-center .loadingio-spinner-rolling-uyhlm100csa {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}
.page-template-AnalysisCentral #simulador-loading.align-center .loadingio-spinner-rolling-uyhlm100csa .ldio-swb3o00p8p,
.page-template-AnalysisCentral #mz-ca-loading.align-center .loadingio-spinner-rolling-uyhlm100csa .ldio-swb3o00p8p {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.page-template-AnalysisCentral #simulador-loading.align-center .loadingio-spinner-rolling-uyhlm100csa .ldio-swb3o00p8p div,
.page-template-AnalysisCentral #mz-ca-loading.align-center .loadingio-spinner-rolling-uyhlm100csa .ldio-swb3o00p8p div {
  box-sizing: content-box;
  position: absolute;
  width: 120px;
  height: 120px;
  border: 20px solid #ED8B00;
  border-top-color: transparent;
  border-radius: 50%;
  animation: ldio-swb3o00p8p 1s linear infinite;
  top: 100px;
  left: 100px;
}
.page-template-AnalysisCentral .datepicker {
  position: relative;
  z-index: 0;
  display: table;
  width: 100%;
  margin: 0 auto;
}
.page-template-AnalysisCentral .datepicker, .page-template-AnalysisCentral .datepicker * {
  border: none !important;
  background: transparent !important;
}
.page-template-AnalysisCentral .datepicker .nav-event {
  position: absolute;
  top: 15px;
  font-size: 0;
  cursor: pointer;
  z-index: 9;
}
.page-template-AnalysisCentral .datepicker .nav-event > svg {
  display: block;
  fill: #ED8B00;
  width: 20px;
  height: auto;
}
.page-template-AnalysisCentral .datepicker .nav-event.next {
  right: 15px;
}
@media (min-width: 992px) {
  .page-template-AnalysisCentral .datepicker .nav-event.next {
    right: 35px;
  }
}
.page-template-AnalysisCentral .datepicker .nav-event.prev {
  left: 15px;
}
@media (min-width: 992px) {
  .page-template-AnalysisCentral .datepicker .nav-event.prev {
    left: 35px;
  }
}
.page-template-AnalysisCentral .datepicker .nav-event:hover {
  opacity: 0.8;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-group {
  display: table-cell;
  width: 33.3%;
  padding: 0 12px 0;
  vertical-align: top;
}
@media (max-width: 992px) {
  .page-template-AnalysisCentral .datepicker .ui-datepicker-group {
    width: 50% !important;
  }
  .page-template-AnalysisCentral .datepicker .ui-datepicker-group-last {
    display: none;
  }
}
@media (max-width: 768px) {
  .page-template-AnalysisCentral .datepicker .ui-datepicker-group {
    width: 100% !important;
    padding: 0 !important;
  }
  .page-template-AnalysisCentral .datepicker .ui-datepicker-group-middle {
    display: none;
  }
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-header {
  width: 100%;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-header .page-template-AnalysisCentral .datepicker .ui-datepicker-prev span, .page-template-AnalysisCentral .datepicker .ui-datepicker-header .page-template-AnalysisCentral .datepicker .ui-datepicker-next span {
  display: none;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-title {
  color: #ED8B00;
  font-size: 20px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  line-height: 1;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-inline {
  width: 100% !important;
  display: table !important;
  border-collapse: separate;
  margin: 0 auto;
  min-height: 310px;
  padding: 0 !important;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-calendar {
  margin-top: 0;
  min-height: 265px;
  width: 100% !important;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-calendar tr th span {
  color: #231F20;
  font-size: 18px;
  line-height: 1;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-calendar tr td {
  background: white;
  padding: 5px;
  text-align: center;
  width: 14.3%;
  opacity: 1;
  pointer-events: initial !important;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-calendar tr td span {
  text-align: center;
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-calendar tr td.has-event span {
  color: #fff !important;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-calendar tr td.has-event.divulgacao-de-resultado span {
  background-color: #231F20 !important;
  border: 1px solid #231F20 !important;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-calendar tr td.has-event.webcast span {
  background-color: #080707 !important;
  border: 1px solid #080707 !important;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-calendar tr td.has-event.conferencias span {
  background-color: black !important;
  border: 1px solid black !important;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-calendar tr td.has-event.outros-eventos span {
  background-color: black !important;
  border: 1px solid black !important;
}
.page-template-AnalysisCentral .datepicker .ui-datepicker-prev, .page-template-AnalysisCentral .datepicker .ui-datepicker-next {
  display: none;
}
.page-template-AnalysisCentral #legenda_eventos {
  width: 100%;
  margin: 15px 15px 80px !important;
}
@media (max-width: 1199px) {
  .page-template-AnalysisCentral #legenda_eventos {
    display: flex;
    flex-direction: column;
  }
}
.page-template-AnalysisCentral #legenda_eventos .legenda_texto {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  color: #001D48;
}
.page-template-AnalysisCentral #legenda_eventos .legenda_item {
  display: inline-block;
  margin: 5px 15px 5px 0;
  position: relative;
}
.page-template-AnalysisCentral #legenda_eventos .legenda_item .cor {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
}
.page-template-AnalysisCentral #legenda_eventos .legenda_item .cor-01 {
  background: #231F20;
}
.page-template-AnalysisCentral #legenda_eventos .legenda_item .cor-02 {
  background: #080707;
}
.page-template-AnalysisCentral #legenda_eventos .legenda_item .cor-03 {
  background: black;
}
.page-template-AnalysisCentral #legenda_eventos .legenda_item .cor-04 {
  background: black;
}
.page-template-AnalysisCentral #legenda_eventos .legenda_item .cor-05 {
  background: black;
}
.page-template-AnalysisCentral #legenda_eventos .legenda_item .label {
  color: #2D2926;
  font-size: 16px;
  line-height: 1;
  padding: 5px 0 5px 35px;
}
.page-template-AnalysisCentral .ui-tooltip {
  position: absolute;
  z-index: 9999;
  background: white;
  border: 1px solid #e6e6e6;
  max-width: 300px;
  color: #2A2222;
  box-shadow: 0 0 7px #a8a8a8;
  padding: 0;
}
.page-template-AnalysisCentral .ui-tooltip h5 {
  color: #476da6;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
  margin: 0;
}
.page-template-AnalysisCentral .ui-tooltip ul {
  padding: 0;
  margin-bottom: 0;
}
.page-template-AnalysisCentral .ui-tooltip ul li {
  list-style: none;
  padding: 8px 10px;
  border-top: 1px solid #e6e6e6;
  font-size: 13px;
}
.page-template-AnalysisCentral .ui-tooltip .arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.page-template-AnalysisCentral .ui-tooltip .arrow.top {
  top: -16px;
  bottom: auto;
}
.page-template-AnalysisCentral .ui-tooltip .arrow.top:after {
  bottom: -20px;
  top: auto;
}
.page-template-AnalysisCentral .ui-tooltip .arrow.left {
  left: 20%;
}
.page-template-AnalysisCentral .ui-tooltip .arrow:after {
  content: "";
  background: white;
  border: 1px solid #e6e6e6;
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-template-AnalysisCentral .ui-helper-hidden-accessible {
  display: none;
}
.page-template-AnalysisCentral #data .evento-futuro h2, .page-template-AnalysisCentral #data .evento-realizado h2 {
  color: #ED8B00;
  font-size: 22px;
  line-height: 1;
}
@media (min-width: 1200px) {
  .page-template-AnalysisCentral #data .evento-futuro h2, .page-template-AnalysisCentral #data .evento-realizado h2 {
    font-size: 30px;
  }
}
.page-template-AnalysisCentral .container .container {
  padding: 0 !important;
}
.page-template-AnalysisCentral .wpContent .wpContent {
  padding: 0 !important;
}
.page-template-AnalysisCentral .historyTickerIdentification {
  display: block !important;
}

.AnalysisCentral {
  padding-top: 64px;
  padding-bottom: 64px;
  /**
   * Tooltip Styles
   */
  /* Add this attribute to the element that needs a tooltip */
  /* Hide the tooltip content by default */
  /* Position tooltip above the element */
  /* Triangle hack to make tooltip look like a speech bubble */
  /* Show tooltip content on hover */
  /**
   * Animation Styles
   */
}
.AnalysisCentral.initial {
  overflow-y: hidden;
}
.AnalysisCentral.initial .AnalysisCentral__tabs--content {
  display: block;
  opacity: 0;
}
.AnalysisCentral * {
  font-family: "Roboto", sans-serif !important;
}
.AnalysisCentral__tabs {
  display: none;
  justify-content: space-around;
  background: #FFFFFF;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  height: 79px;
  width: 100%;
  padding: 18px 10px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .AnalysisCentral__tabs {
    overflow: auto;
  }
}
.AnalysisCentral__tabs .item {
  padding: 19px 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 16px;
  background: #F4F4F4;
  color: #2D2926;
  border-radius: 5px;
  font-weight: 400;
  letter-spacing: -0.1px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.AnalysisCentral__tabs .item.active {
  color: #fff;
  background: #ED8B00;
  font-weight: 700;
}
.AnalysisCentral__tabs--content {
  display: none;
  transition: 1.2s;
}
.AnalysisCentral__tabs--content.active {
  display: block;
}
.AnalysisCentral .tearsheet > .row > div {
  margin-bottom: 50px;
}
.AnalysisCentral .tearsheet > .row > div > div {
  height: 100%;
}
.AnalysisCentral .tearsheet > .row > div > div table {
  margin: 0;
}
.AnalysisCentral .tearsheet .caixa-texto {
  position: relative;
}
.AnalysisCentral .tearsheet .caixa-texto:not(.normal) {
  padding: 30px 15px;
}
.AnalysisCentral .tearsheet .caixa-texto--imagem {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.AnalysisCentral .tearsheet .caixa-texto--imagem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.AnalysisCentral .tearsheet .caixa-texto__editor {
  position: relative;
  z-index: 2;
}
.AnalysisCentral .tearsheet .caixa-texto__editor .title {
  font-size: 24px;
}
.AnalysisCentral .tearsheet .caixa-texto__editor > *:last-child {
  margin-bottom: 0;
}
.AnalysisCentral .tearsheet .eventos-futuros h2 {
  font-size: 24px;
}
.AnalysisCentral .tearsheet .caixa-cotacoes {
  padding: 30px 15px;
}
.AnalysisCentral .tearsheet .caixa-cotacoes * {
  padding: 0;
  background: transparent;
  color: #2D2926;
}
.AnalysisCentral .tearsheet .caixa-cotacoes h1,
.AnalysisCentral .tearsheet .caixa-cotacoes h2,
.AnalysisCentral .tearsheet .caixa-cotacoes h3,
.AnalysisCentral .tearsheet .caixa-cotacoes h4,
.AnalysisCentral .tearsheet .caixa-cotacoes h5,
.AnalysisCentral .tearsheet .caixa-cotacoes h6 {
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 35px;
}
.AnalysisCentral .tearsheet .caixa-cotacoes table {
  margin: 0;
}
.AnalysisCentral .tearsheet .caixa-cotacoes table thead tr th {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.AnalysisCentral .tearsheet .caixa-cotacoes table thead tr th.price {
  font-size: 56px;
  line-height: 1;
  width: 64%;
}
.AnalysisCentral .tearsheet .caixa-cotacoes table thead tr th.variation span {
  font-size: 30px;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 5px 10px;
}
.AnalysisCentral .tearsheet .caixa-cotacoes table tbody tr.market td.value, .AnalysisCentral .tearsheet .caixa-cotacoes table tbody tr.marketCap td.value {
  font-weight: 400;
}
.AnalysisCentral .tearsheet .caixa-cotacoes table tbody tr td {
  padding: 10px 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
.AnalysisCentral .tearsheet .grafico-cotacoes .timelineChart {
  display: none;
}
.AnalysisCentral .tearsheet .grafico-cotacoes .btns {
  display: flex !important;
  overflow-x: auto !important;
}
@media (min-width: 1200px) {
  .AnalysisCentral .tearsheet .grafico-cotacoes .preco {
    font-size: 25px !important;
  }
  .AnalysisCentral .tearsheet .grafico-cotacoes .variation {
    font-size: 15px !important;
  }
  .AnalysisCentral .tearsheet .grafico-cotacoes .tbPrices__column {
    white-space: nowrap;
  }
  .AnalysisCentral .tearsheet .grafico-cotacoes .tbPrices__column * {
    font-size: 11px !important;
  }
  .AnalysisCentral .tearsheet .grafico-cotacoes .tbPrices__column .label {
    margin: 0 2px !important;
  }
  .AnalysisCentral .tearsheet .grafico-cotacoes .btns {
    margin-left: 0 !important;
  }
  .AnalysisCentral .tearsheet .grafico-cotacoes .btns .btn-change-chart-type,
.AnalysisCentral .tearsheet .grafico-cotacoes .btns .btn-change-chart-period {
    font-size: 12px !important;
    padding: 6px !important;
  }
  .AnalysisCentral .tearsheet .grafico-cotacoes .btns .btn-change-chart-type#chart-type-area,
.AnalysisCentral .tearsheet .grafico-cotacoes .btns .btn-change-chart-period#chart-type-area {
    margin-right: 30px !important;
  }
}
.AnalysisCentral .tearsheet .file-manager {
  display: none;
}
.AnalysisCentral .tearsheet .grafico-barras .highcharts-title {
  font-size: 20px;
  font-weight: 700;
}
.AnalysisCentral .tearsheet .chart .tbPrices {
  display: none;
}
.AnalysisCentral .chart,
.AnalysisCentral .chart__home {
  position: relative;
}
.AnalysisCentral .highlight.ticker {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 10px;
}
.AnalysisCentral .custom-arrow-default {
  width: 48px;
  height: 48px;
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgpMwidZAAAD6ElEQVRoBe1YPWwTMRR+9t2lNLkgMSBgIukCghEGOpGOiLlILPxMCJiQYEJIkWCCgYWk6tSCkCitVNgYW3YYkWCBbiAYgPaSKrk7m/e5vZDQNEmTI1DpLDnx2e/ne5/t9y4hSlrCQMJAwkDCQMJAwkDCwH/KgNaC0HdlawbePN4VwbQD3G4uhmBkDDZaTRS1pM1Dk5+q3EY3ApjDWswtZoN83o8BvtD50s8LwtlzDx1jzG2sxXsnYg2gsEQWnRPhWLlyloSc1UGN0DE2c7xmZGLchdgCODGtneUJEeTK1VNah8+FMypIKZ9U6GOMOaxBBrJxxRBLAMeL71Jvrwg/X149IihclHuyGe2v14kMUAdjzGENMpCFThxBDJyjwSYA5UreQU76SzLtHlXrHoOnVoCCOAg3paree01iYuW6+yXSHSSQgXbgxPQbA/7Agy/MrlqUGQPe3wIeCDWlODAfMpCFDgKHjX8SQKGo7bdXTgIspTPpOelmx5ldPNsdANmQgSx0IAcbsNVBp+NSf0doXptsA8u50uqM5WYvKc8LOIFaPNXNpubdCKXr2qG3Nrtyfe9lg7DJpnnu8WPnRwjFiNMh7OfL3n0rw+ArnmLYsNUNPNQEZKEDXdjApLHZR6HbWQDFYkM+X/JuypHMLT4ScK+5N9Yw0aVBVkMXNmCrId/kozHXYdALYxvqeJdZYJDMfq7sXZR2alYrPjUqDBh9X2eYnQdaWraQNqmgfmnlmvuYcJQmiXeUK3cPrWfWCsu/qyynyxnmj1Co+gUPbEYXxY5tMd6ZRrWGrx5bTwFEVfbwo9VxTWrOVNbQ54wTR0XVjmZbwuZqTeEcfOykWnc9QlGxQQXl+7ckR9xDqmbS5UD5uw3BPt8HR9Uqn5mYiU/X9n6IfLeRbUx13IHIQK709SDv8Us5yuDrFVTZuMEDkKPq1Tp8wBd8bhS6zru8bQAR+ANPdEbI0UU2jFcEPq+69RWhwUUMA7ZtqjX7gk/47hZE+wA4E0ARkDLe2lN+hxnnvL1uIGoK+Pb9vc5O4As+4Rs+DRZkpzZt6x1AMSkKRZPzVn7izDN7nzsZrnEsErFuFW9jM4Ypzk9KkZV1KPjuLXxaenWeFs6F5hcdsDW1PxBxrkf25Zw2NuXd0Erd5YfvjBs/o2SL5qaRaAujtX6eI90IF2wgBP5gt3qfkPLOx6vuQ/MPh0H8u0b8UYB4FSHwLij68cJOjSz4SocjSsgqVSP7Q/lOU5pqllaOFFYQ1GzDvjDsmxCGAmIYTraPhi9NYT/vx+thwOjg4zTR8jc+FZsvkB0kk6WEgYSBhIGEgYSBhIGEgZ0y8AthKvi5qGC2rAAAAABJRU5ErkJggg==);
  transform: rotate(180deg);
}
.AnalysisCentral .arrow-custom-image,
.AnalysisCentral .custom-arrow-image {
  max-width: 20px;
}
.AnalysisCentral .custom-arrow-default.up {
  transform: none;
}
.AnalysisCentral .highlight.ticker .infos-wrapper {
  font-size: 12px;
}
.AnalysisCentral .highlight.ticker .pref {
  font-weight: 700;
  color: #000;
}
.AnalysisCentral .highlight.ticker .value {
  font-size: 30px;
  font-weight: 700;
  color: #004f9d;
}
.AnalysisCentral .variation.down {
  color: #8b0000;
}
.AnalysisCentral .infos-wrapper .ticker,
.AnalysisCentral .variation.up {
  color: green;
}
.AnalysisCentral .highlight .infos-wrapper > span {
  display: block;
}
.AnalysisCentral .chart .loading-content {
  display: none !important;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  background: #fff;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  transition: all 0.2s linear;
  visibility: visible;
  opacity: 1;
}
.AnalysisCentral .btns.hide.simple-chart,
.AnalysisCentral .chart :before,
.AnalysisCentral .tbPrices.simple-chart {
  display: none;
}
.AnalysisCentral .chart .loading-content.hide {
  visibility: hidden;
  opacity: 0;
}
.AnalysisCentral .chart .tbPrices {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  float: left;
  border-bottom: 0px solid #f5f5f5;
}
.AnalysisCentral .chart .tbPrices li {
  margin: 0;
  padding: 0;
  float: left;
  width: 20%;
  list-style: none;
}
.AnalysisCentral .chart .tbPrices .tbPrices__title {
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 5px;
  background: #ED8B00 !important;
  color: #fff;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.AnalysisCentral .chart .tbPrices .tbPrices__column {
  font-size: 15px;
  font-weight: 100;
  color: #666;
  background: #F2F2F2;
  border-top: 1px dashed #eee;
  border-right: 1px dashed #eee;
  height: 102px;
}
.AnalysisCentral .chart .tbPrices .tbPrices__column .tbPrices__column-box.first {
  border-bottom: 1px dashed #eee;
}
.AnalysisCentral .chart .tbPrices .tbPrices__price {
  padding: 10px;
  border-left: 1px dashed #eee;
  background-color: #fff;
  height: 102px;
}
.AnalysisCentral .chart .tbPrices .tbPrices__column .label {
  text-transform: uppercase;
  height: 50px;
  display: inline-block;
  margin: 0 5px 0 15px;
  line-height: 50px;
  font-size: 11px;
}
.AnalysisCentral .chart .containerIndexes label,
.AnalysisCentral .table-footer {
  margin-right: 10px;
}
.AnalysisCentral .chart .tbPrices .tbPrices__column .value {
  font-size: 14px;
  font-weight: 700;
  color: #06CA78 !important;
}
.AnalysisCentral .chart .tbPrices .tbPrices__column .line,
.AnalysisCentral .chart .tbPrices .tbPrices__column .tbPrices__column.first {
  display: block;
  width: 100%;
  border-bottom: 1px dashed #eee;
}
.AnalysisCentral .chart .tbPrices .preco {
  width: 100%;
  border-left: none;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -2px;
  color: #666;
  display: block;
}
.AnalysisCentral .chart .tbPrices .preco span.variation {
  font-size: 26px;
  font-weight: 400;
  color: #999;
  letter-spacing: -1px;
}
.AnalysisCentral .chart .tbPrices .preco span.variation.down {
  color: #c00;
}
.AnalysisCentral .chart .tbPrices .preco span.variation.up {
  color: #2bda2b;
}
.AnalysisCentral .chart .tbPrices .preco span.variation.neutro {
  color: #e28c3b;
}
.AnalysisCentral .chart .tbPrices .maxima {
  color: #ED8B00 !important;
}
.AnalysisCentral .chart .tbPrices .maxima .max {
  color: #ED8B00 !important;
}
.AnalysisCentral .chart .tbPrices .minima {
  color: #c00;
}
.AnalysisCentral .chart .tbPrices .abertura {
  color: #f1b70f;
}
.AnalysisCentral .chart .tbPrices .dateReference {
  float: right;
  font-size: 12px;
  margin-top: 3px;
}
.AnalysisCentral .chart .containerIndexes {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.AnalysisCentral .table-footer {
  margin-bottom: 15px;
}
.AnalysisCentral .table-footer::after {
  clear: both;
  content: "";
  display: block;
}
.AnalysisCentral .table-footer .footer {
  display: none;
}
.AnalysisCentral .table-footer .footer .link a {
  text-decoration: none;
  color: #777;
}
.AnalysisCentral .table-footer .footer .link a:hover {
  color: #000;
}
.AnalysisCentral #texto .table-footer .footer a {
  color: #428bca;
  text-decoration: none;
}
.AnalysisCentral .btns {
  margin-left: 10px;
  margin-top: 20px;
}
.AnalysisCentral .btn-change-chart-period,
.AnalysisCentral .btn-change-chart-type {
  color: #000;
  background-color: transparent;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid #D5D7D8;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.AnalysisCentral .btn-change-chart-period.active,
.AnalysisCentral .btn-change-chart-type.active {
  background: #EE6E2B;
  color: #fff;
  border: 1px solid #EE6E2B;
}
.AnalysisCentral .highcharts-text-outline {
  font-weight: 100 !important;
}
.AnalysisCentral .btn-change-chart-period:hover,
.AnalysisCentral .btn-change-chart-type:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.AnalysisCentral .highcharts-axis-labels text,
.AnalysisCentral .highcharts-axis-labels tspan {
  fill: #aaa;
  font-size: 10px;
}
@media (max-width: 1023px) {
  .AnalysisCentral .chart .tbPrices .tbPrices__price {
    width: 30%;
    height: 204px;
  }
  .AnalysisCentral .chart .tbPrices .tbPrices__column {
    width: 70%;
    height: 51px;
  }
  .AnalysisCentral .chart .tbPrices .tbPrices__column .tbPrices__column-box {
    float: left;
    width: 50%;
  }
  .AnalysisCentral .chart .tbPrices .tbPrices__column .tbPrices__column-box.first {
    border-right: 1px dashed #eee;
    border-bottom: 0;
  }
}
@media (max-width: 639px) {
  .AnalysisCentral .chart .tbPrices .tbPrices__price {
    width: 100%;
    height: 102px;
  }
  .AnalysisCentral .chart .tbPrices .tbPrices__column {
    width: 100%;
    border-left: 1px dashed #eee;
    text-align: center;
  }
  .AnalysisCentral .chart .tbPrices .tbPrices__column .label {
    margin-left: 0;
  }
}
@media (max-width: 439px) {
  .AnalysisCentral .chart .tbPrices .tbPrices__column {
    width: 100%;
    height: 102px;
  }
  .AnalysisCentral .chart .tbPrices .tbPrices__column:nth-child(even) {
    border-left: 1px dashed #eee;
  }
  .AnalysisCentral .chart .tbPrices .tbPrices__column .tbPrices__column-box {
    width: 100%;
  }
  .AnalysisCentral .chart .tbPrices .tbPrices__column .tbPrices__column-box.first {
    border-right: 0;
    border-bottom: 1px dashed #eee;
  }
}
.AnalysisCentral .stockinfo {
  margin: 0;
}
.AnalysisCentral .stockinfo-chart .mziq-quotations {
  overflow: auto;
  width: 100%;
}
.AnalysisCentral .stockinfo-chart .mziq-quotations > .scroll {
  min-width: 0;
}
.AnalysisCentral #historyForm {
  margin-right: 10px;
  margin-left: 10px;
}
.AnalysisCentral .historyTabularPrices * {
  text-decoration: none;
}
.AnalysisCentral .historyTickerIdentification {
  background: #000;
  border-bottom: 5px solid #000;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 10px 15px;
}
.AnalysisCentral .historyTabularPrices .loading {
  text-align: center;
}
.AnalysisCentral .historyTabularPrices .scroll {
  float: left;
  overflow: auto;
  width: 100%;
}
.AnalysisCentral .historyTabularPrices .form-inline {
  float: left;
  margin: 20px 0;
  width: 100%;
}
.AnalysisCentral .historyTabularPrices .form-inline div {
  float: left;
}
.AnalysisCentral .historyTabularPrices .form-inline div.first {
  margin-right: 30px;
}
.AnalysisCentral .historyTabularPrices .form-inline div input,
.AnalysisCentral .historyTabularPrices .form-inline div label {
  color: #666;
  display: inline-block;
  margin-right: 10px;
  margin-top: 0;
  width: auto;
}
.AnalysisCentral .historyTabularPrices label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
}
.AnalysisCentral .historyTabularPrices .form-control {
  display: block;
  width: 100%;
  max-width: 105px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.AnalysisCentral .historyTabularPrices .form-inline div label.info {
  font-size: 11px;
  float: right;
  margin-left: 10px;
}
.AnalysisCentral .historyTabularPrices .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
}
.AnalysisCentral .legend {
  width: 100%;
  color: #999;
  margin: 2px;
  border-bottom: none;
  font-size: 11px;
}
.AnalysisCentral .item .symbol {
  font-weight: 700;
  margin-left: 5px;
}
.AnalysisCentral .historyTabularPrices .form-inline .btn {
  display: inline-block;
  padding: 10px 35px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #4cae4c;
  border-radius: 4px;
  color: #fff;
  background-color: #5cb85c;
  text-decoration: none;
  width: auto;
}
.AnalysisCentral .historyTabularPrices .form-inline .btn-export {
  float: right;
}
.AnalysisCentral .historyTabularPrices .form-inline .btn-export:hover {
  background-color: #4cae4c;
}
.AnalysisCentral .historyTabularPrices .form-inline .btn-close {
  display: none;
  background-color: #d9534f;
  border-color: #d43f3a;
  float: left;
  width: auto;
}
.AnalysisCentral .historyTabularPrices .form-inline .btn-close:hover {
  background-color: #d43f3a;
}
.AnalysisCentral .historyTabularPrices .fa-close:before {
  content: "\f00d";
  font: 100 17px/1 FontAwesome;
}
.AnalysisCentral .historyTabularPrices .form-inline .btn-default {
  background-color: #5cb85d;
  border: 1px solid #46a047;
  border-radius: 3px;
  color: #fff;
  float: left;
}
.AnalysisCentral .historyTabularPrices .form-inline .btn-default:hover {
  background-color: #46a047;
}
.AnalysisCentral .historyTabularPrices .form-inline .btn:disabled {
  background-color: #dedede;
  border-color: #b7b7b7;
  color: #666;
  pointer-events: none;
}
.AnalysisCentral .historyTabularPrices .up {
  color: green;
  text-indent: 4px;
}
.AnalysisCentral .variation .icon.up:after {
  content: "▲";
  display: inline-block;
  font-size: 10px;
}
.AnalysisCentral .variation .icon.down:after {
  content: "▼";
  display: inline-block;
  font-size: 10px;
}
.AnalysisCentral .historyTabularPrices .down {
  color: brown;
}
.AnalysisCentral .historyTabularPrices .footer {
  width: 100%;
  margin: 10px 0;
  border-bottom: none;
  float: left;
  text-align: right;
  color: #666;
  font-size: 10px;
}
.AnalysisCentral .table__history .fonte {
  width: 100%;
  font-size: 12px;
  color: #999;
  font-style: italic;
  float: right;
  border-bottom: none;
}
.AnalysisCentral table#stockinfo-live-table {
  font-size: 11px;
  display: table;
  color: #333;
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  border-spacing: 2px;
}
.AnalysisCentral table#stockinfo-live-table td,
.AnalysisCentral table#stockinfo-live-table th {
  padding: 4px;
  background: 0 0;
  border-bottom: 1px solid #ddd;
  transition: all 0.2s ease-out;
  font-size: 11px;
}
.AnalysisCentral table#stockinfo-live-table th {
  background: #e3e5e9;
  text-transform: uppercase;
}
.AnalysisCentral table#stockinfo-live-table tr td {
  padding: 5px 4px;
}
.AnalysisCentral table#stockinfo-live-table tr:hover {
  background: #f2f2ef;
}
.AnalysisCentral table#stockinfo-live-table tr td.up {
  color: #006400;
}
.AnalysisCentral table#stockinfo-live-table tr td.down {
  color: #8b0000;
}
.AnalysisCentral table#stockinfo-live-table tr.footer td {
  padding: 15px 0 0 5px;
  border-bottom: none;
  font-size: 10px;
  color: #999;
}
.AnalysisCentral table#stockinfo-live-table tr.footer td:hover {
  background: #fff;
}
.AnalysisCentral table#stockinfo-live-table tr.footer td a {
  text-decoration: none;
  color: #777;
}
.AnalysisCentral table#stockinfo-live-table tr.footer td a:hover {
  color: #000;
}
.AnalysisCentral .timelineChart .timelineChartHeaderArea .timelineChartHeader {
  background: #000 !important;
  font-size: 14px;
  height: 43px;
  margin: 0;
  padding: 12px;
  line-height: 1 !important;
}
.AnalysisCentral .timelineChart .listFileItemsInfo .listFileArchiveName {
  color: black;
}
.AnalysisCentral .timelineChart .listFileItemsInfo .listFileArchiveFile a {
  color: #444;
}
@media (max-width: 820px) {
  .AnalysisCentral .col-tableChart {
    min-width: 100%;
  }
}
.AnalysisCentral .col-tableChart {
  width: 100%;
}
.AnalysisCentral #chart-stockinfo {
  overflow-x: auto;
}
.AnalysisCentral .fundamentos {
  width: 100%;
  min-height: 839px;
}
.AnalysisCentral .fundamentos__filtros {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 40px;
  border: 1.5px solid rgba(105, 90, 255, 0.25);
  border-radius: 6px;
  background: #FFF;
}
@media (min-width: 768px) {
  .AnalysisCentral .fundamentos__filtros {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.AnalysisCentral .fundamentos__filtros__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 1rem 0;
}
@media (min-width: 1200px) {
  .AnalysisCentral .fundamentos__filtros__buttons {
    margin: 0;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.AnalysisCentral .fundamentos__filtros__buttons button + button {
  margin: 1rem 0 0 0;
}
@media (min-width: 1200px) {
  .AnalysisCentral .fundamentos__filtros__buttons button + button {
    margin: 0 0 0 1rem;
  }
}
.AnalysisCentral .fundamentos__filtros__expand {
  margin: 0 auto;
}
.AnalysisCentral .fundamentos__filtros button {
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 4px;
  border: none;
  color: #2D2926;
  font-weight: normal;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1200px) {
  .AnalysisCentral .fundamentos__filtros button + button {
    margin-left: 1rem;
  }
}
.AnalysisCentral .fundamentos__filtros button.active {
  background: #ED8B00;
  color: white;
}
.AnalysisCentral .fundamentos__filtros__checkbox {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
@media (min-width: 1200px) {
  .AnalysisCentral .fundamentos__filtros__checkbox {
    margin: 0 0 0 2rem;
  }
}
.AnalysisCentral .fundamentos__filtros__checkbox__item {
  margin: 8px 15px;
}
.AnalysisCentral .fundamentos__filtros__checkbox--label {
  display: flex;
  position: relative;
  cursor: pointer;
}
.AnalysisCentral .fundamentos__filtros__checkbox--checkbox {
  margin: 0 10px 0 0;
  cursor: pointer;
}
.AnalysisCentral .fundamentos__filtros__checkbox--checkbox:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 18px;
  height: 18px;
  border: 2px solid #ED8B00;
  border-radius: 4px;
}
.AnalysisCentral .fundamentos__filtros__checkbox--checkbox:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 0.5rem;
  border-color: #ED8B00;
  border-top-style: none;
  border-right-style: none;
  border-radius: 0;
  top: 0;
}
.AnalysisCentral .fundamentos__filtros__checkbox--checkbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: white;
  cursor: pointer;
}
.AnalysisCentral .fundamentos__filtros__select {
  border: 1.5px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin: 1rem auto;
  padding: 9px 12px;
  color: #2D2926;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  cursor: pointer;
  background: white;
}
@media (min-width: 1200px) {
  .AnalysisCentral .fundamentos__filtros__select {
    margin: 0 0 0 3.5rem;
  }
}
.AnalysisCentral .fundamentos__filtros__select:focus {
  box-shadow: none;
}
.AnalysisCentral .fundamentos img {
  max-width: 50px;
}
.AnalysisCentral .fundamentos table {
  position: relative;
  border-collapse: collapse;
  margin: 0;
}
.AnalysisCentral .fundamentos table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  min-width: 110px;
  padding: 0.5em;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5rem;
  text-align: right;
  border-bottom: none;
  background: #ED8B00;
}
.AnalysisCentral .fundamentos table thead th:first-child {
  left: 0;
  z-index: 1;
}
.AnalysisCentral .fundamentos table thead th:last-child {
  display: none !important;
}
.AnalysisCentral .fundamentos table tbody th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background: #ED8B00;
  text-align: left;
  min-width: 345px;
  width: 345px;
  padding: 0.5em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  color: #fff;
  cursor: default;
  border-top: 1px solid rgba(230, 232, 235, 0.7);
  border-bottom: 1px solid rgba(230, 232, 235, 0.7);
}
@media (max-width: 992px) {
  .AnalysisCentral .fundamentos table tbody th {
    min-width: 280px;
    width: 280px;
  }
}
.AnalysisCentral .fundamentos table tbody th.thead {
  padding-left: 40px;
}
.AnalysisCentral .fundamentos table tbody th.thead--arrow div:not(.d-flex) {
  cursor: pointer;
}
.AnalysisCentral .fundamentos table tbody th.thead--arrow div:not(.d-flex):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%) rotate(180deg);
  background: url(partials/AnalysisCentral/img/arrow.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(500%) contrast(103%);
}
.AnalysisCentral .fundamentos table tbody th.thead--arrow div:not(.d-flex).active:before {
  transform: translateY(-50%) rotate(270deg);
}
.AnalysisCentral .fundamentos table tbody th.thead--chart {
  padding-left: 20px;
}
.AnalysisCentral .fundamentos table tbody th.thead--chart img:first-child:not(.info) {
  width: unset;
  margin-right: 8px;
  cursor: pointer;
}
.AnalysisCentral .fundamentos table tbody th.thead--chart img.info {
  margin-left: 8px;
}
.AnalysisCentral .fundamentos table tbody th.thead--chart div:not(.d-flex) {
  position: relative;
  width: 15px;
  margin-right: 8px;
}
.AnalysisCentral .fundamentos table tbody th.thead--chart div:not(.d-flex):before {
  left: 0;
}
.AnalysisCentral .fundamentos table tbody th.thead img {
  width: 12px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(500%) contrast(103%);
}
.AnalysisCentral .fundamentos table tbody th.thead[level="1"] {
  padding-left: 40px;
}
.AnalysisCentral .fundamentos table tbody th.thead[level="2"] {
  padding-left: 60px;
}
.AnalysisCentral .fundamentos table tbody th.thead[level="2"] div:before {
  left: 40px;
}
.AnalysisCentral .fundamentos table tbody td {
  background: white;
  text-align: right;
  padding: 0.5em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5rem;
  color: #2D2926;
  border-top: 1px solid rgba(230, 232, 235, 0.7);
  border-bottom: 1px solid rgba(230, 232, 235, 0.7);
}
.AnalysisCentral .fundamentos table tbody td.lineTitle {
  background: white !important;
}
.AnalysisCentral .fundamentos table tbody td:last-child {
  display: none !important;
}
.AnalysisCentral .fundamentos table tbody tr:first-child:hover th {
  z-index: 999;
}
.AnalysisCentral .fundamentos table tbody tr:first-child [data-tooltip]:before {
  top: 100% !important;
  bottom: unset !important;
}
.AnalysisCentral .fundamentos table tbody tr:first-child [data-tooltip]:after {
  top: 90% !important;
  left: 20% !important;
  bottom: unset !important;
  transform: rotate(180deg);
}
.AnalysisCentral .fundamentos table tbody tr:hover td {
  background: #f2f2f2;
}
.AnalysisCentral .fundamentos__modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.AnalysisCentral .fundamentos__modal.active {
  display: flex;
}
.AnalysisCentral .fundamentos__modal:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.AnalysisCentral .fundamentos__modal__close {
  cursor: pointer;
  color: #ED8B00;
  font-size: 20px;
  position: absolute;
  right: 1rem;
  top: 10px;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.AnalysisCentral .fundamentos__modal__close:hover {
  opacity: 0.7;
}
.AnalysisCentral .fundamentos__modal__content {
  background-color: rgb(255, 255, 255);
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  max-height: 90vh;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: auto;
}
@media (max-width: 992px) {
  .AnalysisCentral .fundamentos__modal__content .fundamentos__filtrosContainer {
    display: none;
  }
}
.AnalysisCentral .fundamentos__modal__content__filtros {
  margin-bottom: 4rem;
}
.AnalysisCentral .fundamentos__modal__content__filtros__buttons {
  display: flex;
  flex-wrap: nowrap;
}
.AnalysisCentral .fundamentos__modal__content__filtros__buttons button {
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 4px;
  border: none;
  color: #2D2926;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}
.AnalysisCentral .fundamentos__modal__content__filtros__buttons button + button {
  margin-left: 1.5rem;
}
.AnalysisCentral .fundamentos__modal__content__filtros__buttons button.active {
  background: #ED8B00;
  color: white;
}
.AnalysisCentral .fundamentos__modal__content__filtros select {
  background: white;
  border: 1.5px solid rgba(105, 90, 255, 0.25);
  border-radius: 4px;
  padding: 9px 12px;
  color: #2D2926;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  cursor: pointer;
  margin-left: 1.5rem;
}
.AnalysisCentral .fundamentos__modal__content__filtros select:focus {
  box-shadow: none;
}
.AnalysisCentral .fundamentos__modal__content .fundamentos {
  min-height: unset;
}
.AnalysisCentral .fundamentos__modal__content .fundamentos__filtros__expand {
  display: none !important;
}
.AnalysisCentral .fundamentos__modal__content .overflow {
  overflow-y: scroll;
}
.AnalysisCentral .fundamentos__modal#chartBalanco .AnalysisCentral .fundamentos__modal#chartBalanco, .AnalysisCentral .fundamentos__modal#chartBalanco .AnalysisCentral .fundamentos__modal#chartResultado, .AnalysisCentral .fundamentos__modal#chartBalanco .AnalysisCentral .fundamentos__modal#chartFluxo this__content, .AnalysisCentral .fundamentos__modal#chartResultado .AnalysisCentral .fundamentos__modal#chartBalanco, .AnalysisCentral .fundamentos__modal#chartResultado .AnalysisCentral .fundamentos__modal#chartResultado, .AnalysisCentral .fundamentos__modal#chartResultado .AnalysisCentral .fundamentos__modal#chartFluxo this__content, .AnalysisCentral .fundamentos__modal#chartFluxo .AnalysisCentral .fundamentos__modal#chartBalanco, .AnalysisCentral .fundamentos__modal#chartFluxo .AnalysisCentral .fundamentos__modal#chartResultado, .AnalysisCentral .fundamentos__modal#chartFluxo .AnalysisCentral .fundamentos__modal#chartFluxo this__content {
  justify-content: center;
}
.AnalysisCentral .fundamentos__loading {
  width: 100%;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition-duration: 377ms;
}
.AnalysisCentral .fundamentos__loading.active {
  opacity: 1;
  max-height: none;
  overflow: auto;
}
.AnalysisCentral .fundamentos__loading.active ~ div:not(.mobileLandscapeAlert) {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
.AnalysisCentral .fundamentos__loading div {
  margin: 25px auto;
  border: 5px solid rgba(114, 114, 114, 0.2);
  border-top: 5px solid #ED8B00;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@media (max-width: 768px) and (orientation: portrait) {
  .AnalysisCentral .fundamentos__loading:not(.active) + .mobileLandscapeAlert {
    opacity: 1;
    max-height: none;
  }
}
.AnalysisCentral .fundamentos .mobileLandscapeAlert {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 256px;
  padding: 12px 16px;
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  pointer-events: none;
  transition-duration: 377ms;
  border-radius: 1rem;
  background-color: rgba(237, 139, 0, 0.1);
}
.AnalysisCentral .fundamentos .mobileLandscapeAlert .text {
  display: block;
  color: #2D2926;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.AnalysisCentral .fundamentos .mobileLandscapeAlert .phoneDemonstration {
  display: block;
  width: 128px;
  height: 128px;
  background: no-repeat center;
  background-image: url("partials/AnalysisCentral/img/phoneIcon.svg");
  filter: saturate(0) brightness(0);
  animation-name: toLandscape;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes toLandscape {
  0% {
    filter: saturate(0) brightness(0);
    transform: rotate(0);
  }
  50% {
    filter: saturate(1) brightness(1);
    transform: rotate(-90deg);
  }
  65% {
    filter: saturate(1) brightness(1);
    transform: rotate(-90deg);
  }
  80% {
    filter: saturate(0) brightness(0);
    transform: rotate(0);
  }
}
.AnalysisCentral .fundamentos .mobileLandscapeAlert ~ div {
  transition-duration: 377ms;
}
@media (max-width: 768px) and (orientation: portrait) {
  .AnalysisCentral .fundamentos .mobileLandscapeAlert ~ div {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
}
.AnalysisCentral [data-tooltip] {
  position: relative;
  z-index: 2;
}
.AnalysisCentral [data-tooltip]:before,
.AnalysisCentral [data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.AnalysisCentral [data-tooltip]:before {
  position: absolute;
  bottom: 100%;
  left: 30%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 100%;
  min-width: 350px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  color: #2D2926;
  content: attr(data-tooltip);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 300;
}
.AnalysisCentral [data-tooltip]:after {
  position: absolute;
  bottom: 100%;
  left: 30%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid white;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.AnalysisCentral [data-tooltip]:hover:before,
.AnalysisCentral [data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.AnalysisCentral .stockWithEvents__sectionTitle {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.AnalysisCentral .stockWithEvents__eventsFilter {
  margin-bottom: 1.5rem;
}
.AnalysisCentral .stockWithEvents__eventsFilter li.title {
  margin-right: 1rem;
}
.AnalysisCentral .stockWithEvents__eventsFilter li:not(.title) {
  position: relative;
  padding-left: 25px;
  margin-right: 1rem;
  cursor: pointer;
}
.AnalysisCentral .stockWithEvents__eventsFilter li:not(.title):before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #231F20;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.AnalysisCentral .stockWithEvents__eventsFilter li:not(.title).active:before {
  background: #231F20;
}
.AnalysisCentral .stockWithEvents .btns {
  margin-left: 0;
  margin-bottom: 5px;
  display: flex;
  overflow-x: auto;
}
.AnalysisCentral .stockWithEvents .btns .btn-change-chart-type,
.AnalysisCentral .stockWithEvents .btns .btn-change-chart-period {
  background-color: white;
  border: 1px solid #ED8B00;
  margin-bottom: 10px;
  transition: 0.3s all;
  height: 34px;
  padding: 0 12px;
  display: block;
}
.AnalysisCentral .stockWithEvents .btns .btn-change-chart-type.active,
.AnalysisCentral .stockWithEvents .btns .btn-change-chart-period.active {
  background-color: #ED8B00 !important;
}
.AnalysisCentral .stockWithEvents .btns .btn-change-chart-type:hover,
.AnalysisCentral .stockWithEvents .btns .btn-change-chart-period:hover {
  opacity: 0.7;
}
.AnalysisCentral .stockWithEvents__credits {
  display: block;
  text-align: right;
  font-size: 10px;
  color: #848587;
}
.AnalysisCentral .stockWithEvents__credits a {
  text-decoration: none;
  font-size: 10px;
  color: #777;
}
.AnalysisCentral .highcharts-a11y-proxy-group-legend ul li:before {
  display: none !important;
}
.AnalysisCentral .dividendos label {
  display: block;
  padding: 10px 0;
}
.AnalysisCentral .dividendos input {
  width: 100%;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 32px;
  border: none;
  background-color: #f1f1f1;
  border-radius: 8px;
  min-height: 40px;
  padding: 8px 16px;
  box-shadow: none;
}
.AnalysisCentral .dividendos input:focus-visible {
  outline: none;
}
.AnalysisCentral .dividendos button {
  all: unset;
  cursor: pointer;
  width: 125px;
  height: 38px;
  margin-bottom: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ED8B00;
  color: #fff;
  font-weight: 600;
  opacity: 0.8;
  transition: 0.8s;
}
.AnalysisCentral .dividendos table tbody tr td,
.AnalysisCentral .dividendos table tfoot tr td {
  text-align: unset;
}
.AnalysisCentral .derivativos,
.AnalysisCentral .derivativos p,
.AnalysisCentral .derivativos a,
.AnalysisCentral .derivativos input,
.AnalysisCentral .derivativos button,
.AnalysisCentral .derivativos li,
.AnalysisCentral .derivativos span,
.AnalysisCentral .derivativos strong {
  color: rgb(107, 116, 136);
}
.AnalysisCentral .derivativos main {
  padding-bottom: 100px;
}
.AnalysisCentral .derivativos section {
  padding-top: 50px;
}
.AnalysisCentral .derivativos section:first-child {
  padding-top: 0;
}
.AnalysisCentral .derivativos h3 {
  font-size: 22px;
  color: rgb(42, 55, 73);
  font-weight: 500;
  padding: 15px 0;
}
.AnalysisCentral .derivativos strong {
  color: rgb(42, 55, 73);
  font-weight: 500;
}
.AnalysisCentral .derivativos strong.up {
  color: rgb(25, 206, 176);
}
.AnalysisCentral .derivativos strong.down {
  color: rgb(233, 43, 70);
}
.AnalysisCentral .derivativos p,
.AnalysisCentral .derivativos li {
  color: rgb(107, 116, 136);
}
.AnalysisCentral .derivativos ul {
  display: flex;
  justify-content: between;
  align-items: center;
  list-style: none;
}
.AnalysisCentral .derivativos .chartFooter > * {
  flex: 1;
}
.AnalysisCentral .derivativos .chartFooter__buttons button {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: rgb(107, 116, 136);
  width: 41px;
  height: 28px;
  border-radius: 8px;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.AnalysisCentral .derivativos .chartFooter__buttons button + button {
  margin-left: 2rem;
}
.AnalysisCentral .derivativos .chartFooter__buttons button:hover, .AnalysisCentral .derivativos .chartFooter__buttons button.active {
  background: rgba(147, 165, 198, 0.1);
}
.AnalysisCentral .derivativos .chartFooter__legend span {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}
.AnalysisCentral .derivativos .chartFooter__legend span + span {
  margin-left: 2rem;
}
.AnalysisCentral .derivativos .chartFooter__legend span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2a3749;
}
.AnalysisCentral .derivativos .chartFooter__legend span.red:before {
  background: #e94f2b;
}
.AnalysisCentral .derivativos .chartFooter__legend span.orange:before {
  background: #ff952d;
}
.AnalysisCentral .simulador-de-investimentos {
  /* generated by https://loading.io/ */
}
.AnalysisCentral .simulador-de-investimentos .align-center {
  position: absolute;
  width: 100%;
  left: 0;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  opacity: 0;
  transition: 0.8s;
}
.AnalysisCentral .simulador-de-investimentos .align-center.active {
  z-index: 1;
  opacity: 1;
}
.AnalysisCentral .simulador-de-investimentos .align-center .loadingio-spinner-rolling-uyhlm100csa {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}
.AnalysisCentral .simulador-de-investimentos .align-center .loadingio-spinner-rolling-uyhlm100csa .ldio-swb3o00p8p {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.AnalysisCentral .simulador-de-investimentos .align-center .loadingio-spinner-rolling-uyhlm100csa .ldio-swb3o00p8p div {
  box-sizing: content-box;
  position: absolute;
  width: 120px;
  height: 120px;
  border: 20px solid #231f20;
  border-top-color: transparent;
  border-radius: 50%;
  animation: ldio-swb3o00p8p 1s linear infinite;
  top: 100px;
  left: 100px;
}
@keyframes ldio-swb3o00p8p {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.AnalysisCentral .simulador-de-investimentos .opcoes fieldset {
  border: none;
  margin-bottom: 10px;
}
.AnalysisCentral .simulador-de-investimentos .opcoes fieldset input[type=text],
.AnalysisCentral .simulador-de-investimentos .opcoes fieldset input[type=date],
.AnalysisCentral .simulador-de-investimentos .opcoes fieldset input[type=number],
.AnalysisCentral .simulador-de-investimentos .opcoes fieldset select {
  background-color: #fdfdfd;
  background-repeat: no-repeat;
  padding: 8px;
  margin: 5px 0;
  border: 0;
  color: #666666;
  font-size: 14px;
  -webkit-box-shadow: 1px 1px 1px #9e9e9e;
  -moz-box-shadow: 1px 1px 1px #9e9e9e;
  -ms-box-shadow: 1px 1px 1px #9e9e9e;
  -o-box-shadow: 1px 1px 1px #9e9e9e;
  box-shadow: 1px 1px 1px #9e9e9e;
}
.AnalysisCentral .simulador-de-investimentos .opcoes fieldset input[type=radio] {
  all: unset;
  border: 2px solid #231f20;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.AnalysisCentral .simulador-de-investimentos .opcoes fieldset input[type=radio]:checked {
  background-color: white;
  border: 4px solid #231f20;
  width: 6px;
  height: 6px;
}
.AnalysisCentral .simulador-de-investimentos .opcoes button {
  all: unset;
  cursor: pointer;
  width: 125px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  opacity: 0.8;
  transition: 0.8s;
  background-color: #ed8b00 !important;
  border: 0px solid #231f20 !important;
  color: #fff !important;
  border-radius: 5px;
  font-size: 16px;
}
.AnalysisCentral .simulador-de-investimentos .opcoes button:hover {
  background-color: #231f20 !important;
  color: white !important;
  opacity: 1 !important;
}
.AnalysisCentral .simulador-de-investimentos .opcoes button:hover {
  opacity: 1;
}
.AnalysisCentral .simulador-de-investimentos .opcoes button:disabled {
  background-color: #666666;
}
.AnalysisCentral .simulador-de-investimentos .table table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 20px 0;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 4px 4px;
}
.AnalysisCentral .simulador-de-investimentos .table table thead tr {
  background: linear-gradient(90deg, #feca30 0%, #f38330 100%);
}
.AnalysisCentral .simulador-de-investimentos .table table thead tr th {
  padding: 12px 20px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold !important;
  line-height: 150%;
  background-color: transparent !important;
}
.AnalysisCentral .simulador-de-investimentos .table table thead tr th:not(:first-child) {
  text-align: center;
}
.AnalysisCentral .simulador-de-investimentos .table table tbody tr td {
  padding: 10px 15px;
  color: #262626;
  line-height: 150%;
  border-bottom: 1px solid #e5e5e5;
  background: white;
}
.AnalysisCentral .simulador-de-investimentos .table table tbody tr td:not(:first-child) {
  text-align: center;
}
.AnalysisCentral .page-id-15232 .AnalysisCentral__tabs,
.AnalysisCentral .page-id-15612 .AnalysisCentral__tabs {
  display: none !important;
}
.AnalysisCentral .eventos h3 {
  font-size: 28px;
  color: #2D2926;
}
.AnalysisCentral .eventos .datepicker {
  position: relative;
  z-index: 0;
  display: table;
  width: 100%;
  margin: 0 auto;
}
.AnalysisCentral .eventos .datepicker .nav-event {
  position: absolute;
  top: 4px;
  font-size: 0;
  cursor: pointer;
  z-index: 9;
}
.AnalysisCentral .eventos .datepicker .nav-event::before {
  display: none;
}
.AnalysisCentral .eventos .datepicker .nav-event.next {
  right: 15px;
}
.AnalysisCentral .eventos .datepicker .nav-event.prev {
  left: 13px;
}
.AnalysisCentral .eventos .datepicker .nav-event:hover {
  opacity: 0.8;
}
.AnalysisCentral .eventos .datepicker .ui-datepicker-group {
  display: table-cell;
  width: 33.3%;
  padding: 0 12px 0;
  vertical-align: top;
}
@media (max-width: 992px) {
  .AnalysisCentral .eventos .datepicker .ui-datepicker-group {
    width: 50%;
  }
  .AnalysisCentral .eventos .datepicker .ui-datepicker-group-last {
    display: none;
  }
}
@media (max-width: 768px) {
  .AnalysisCentral .eventos .datepicker .ui-datepicker-group {
    width: 100%;
    padding: 0;
  }
  .AnalysisCentral .eventos .datepicker .ui-datepicker-group-middle {
    display: none;
  }
}
.AnalysisCentral .eventos .datepicker .ui-datepicker-header {
  width: 100%;
}
.AnalysisCentral .eventos .datepicker .ui-datepicker-header .AnalysisCentral .eventos .datepicker .ui-datepicker-prev span, .AnalysisCentral .eventos .datepicker .ui-datepicker-header .AnalysisCentral .eventos .datepicker .ui-datepicker-next span {
  display: none;
}
.AnalysisCentral .eventos .datepicker .ui-datepicker-title {
  color: #231F20;
  font-size: 16px;
  padding: 10px 0;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  font-weight: 700;
}
.AnalysisCentral .eventos .datepicker .ui-datepicker-inline {
  width: 100% !important;
  display: table !important;
  border-collapse: separate;
  margin: 0 auto;
  min-height: 310px;
}
.AnalysisCentral .eventos .datepicker .ui-datepicker-calendar {
  margin-top: 0;
  min-height: 265px;
  border: 2px solid #CBCBCD !important;
  border: none;
  box-shadow: none;
}
.AnalysisCentral .eventos .datepicker .ui-datepicker-calendar tr {
  background: none !important;
}
.AnalysisCentral .eventos .datepicker .ui-datepicker-calendar tr th {
  color: #2D2926;
}
@media (max-width: 1199px) {
  .AnalysisCentral .eventos .datepicker .ui-datepicker-calendar tr th {
    padding: 12px 14px;
  }
}
.AnalysisCentral .eventos .datepicker .ui-datepicker-calendar tr td {
  padding: 5px;
  text-align: center;
  width: 14.3%;
  border-bottom: none;
}
.AnalysisCentral .eventos .datepicker .ui-datepicker-calendar tr td span {
  font-size: 18px;
  color: #2D2926;
  display: block;
  font-size: 15px;
}
.AnalysisCentral .eventos .datepicker .ui-datepicker-calendar tr td.has-event {
  background: none !important;
}
.AnalysisCentral .eventos .datepicker .ui-datepicker-calendar tr td.has-event span {
  color: white;
  width: 32px;
  height: 32px;
  padding-top: 8px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #F2F2F2 !important;
  border: 0px solid #080707 !important;
}
.AnalysisCentral .eventos .datepicker .ui-datepicker-calendar tr td.has-event.divulgacao-de-resultado span {
  background-color: #ED8B00 !important;
}
.AnalysisCentral .eventos .datepicker .ui-datepicker-calendar tr td.has-event.webcast span {
  background-color: #FECA30 !important;
}
.AnalysisCentral .eventos .datepicker .ui-datepicker-calendar tr td.has-event.mais-de-um-evento span {
  background-color: #696158 !important;
}
.AnalysisCentral .eventos .datepicker .ui-datepicker-calendar tr td.has-event.conferencias span {
  background-color: #2D2926 !important;
}
.AnalysisCentral .eventos .datepicker .ui-datepicker-calendar tr td.has-event.outros-eventos span {
  background-color: #F2F2F2 !important;
}
.AnalysisCentral .eventos .datepicker .ui-datepicker-prev, .AnalysisCentral .eventos .datepicker .ui-datepicker-next {
  display: none;
}
.AnalysisCentral .eventos #legenda_eventos {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 5px auto;
}
.AnalysisCentral .eventos #legenda_eventos .legenda_texto {
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #4a4a4a;
  margin-bottom: 16px;
}
.AnalysisCentral .eventos #legenda_eventos .legenda_item {
  display: inline-block;
  margin: 5px 15px 5px 0;
  position: relative;
}
.AnalysisCentral .eventos #legenda_eventos .legenda_item .cor {
  position: absolute;
  left: 0;
  top: 3px;
  width: 17px;
  border-radius: 5px;
  height: 17px;
}
.AnalysisCentral .eventos #legenda_eventos .legenda_item .cor-01 {
  background: #ED8B00 !important;
}
.AnalysisCentral .eventos #legenda_eventos .legenda_item .cor-02 {
  background: #FECA30 !important;
}
.AnalysisCentral .eventos #legenda_eventos .legenda_item .cor-03 {
  background: #696158 !important;
}
.AnalysisCentral .eventos #legenda_eventos .legenda_item .cor-04 {
  background: #2D2926 !important;
}
.AnalysisCentral .eventos #legenda_eventos .legenda_item .cor-05 {
  background: #F2F2F2 !important;
}
.AnalysisCentral .eventos #legenda_eventos .legenda_item .label {
  color: #4a4a4a;
  padding: 5px 0 5px 25px;
}
.AnalysisCentral .eventos .ui-tooltip {
  position: absolute;
  z-index: 9999;
  background: white;
  border: 1px solid #e6e6e6;
  max-width: 300px;
  color: #2a2222;
  box-shadow: 0 0 7px #a8a8a8;
  padding: 0;
}
.AnalysisCentral .eventos .ui-tooltip h5 {
  color: #476da6;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
  margin: 0;
}
.AnalysisCentral .eventos .ui-tooltip ul {
  padding: 0;
  margin-bottom: 0;
}
.AnalysisCentral .eventos .ui-tooltip ul li {
  list-style: none;
  padding: 8px 10px;
  border-top: 1px solid #e6e6e6;
  font-size: 13px;
}
.AnalysisCentral .eventos .ui-tooltip .arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.AnalysisCentral .eventos .ui-tooltip .arrow.top {
  top: -16px;
  bottom: auto;
}
.AnalysisCentral .eventos .ui-tooltip .arrow.top:after {
  bottom: -20px;
  top: auto;
}
.AnalysisCentral .eventos .ui-tooltip .arrow.left {
  left: 20%;
}
.AnalysisCentral .eventos .ui-tooltip .arrow:after {
  content: "";
  background: white;
  border: 1px solid #e6e6e6;
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.AnalysisCentral .eventos .evento-realizado .forms.select.ano {
  display: flex;
  justify-content: flex-end;
}
.AnalysisCentral .ui-helper-hidden-accessible {
  display: none;
}

.page-template-page-mailer-unsubscribed .wpContent {
  padding: 0 0;
}
.page-template-page-mailer-unsubscribed .imagens {
  background: hsl(35deg, 86%, 95%);
  position: relative;
}
.page-template-page-mailer-unsubscribed .imagens .box--1 {
  position: absolute;
  width: 302px;
  height: 44px;
  background: #fff;
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 42px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2d2926;
  top: 100px;
  left: 50px;
  z-index: 1;
}
.page-template-page-mailer-unsubscribed .imagens .box--1:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 9px;
  top: 11px;
  background: url(img/icons/check-circle.png) no-repeat;
}
.page-template-page-mailer-unsubscribed .imagens .box--2 {
  position: absolute;
  width: 302px;
  height: 44px;
  background: #fff;
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 42px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2d2926;
  top: 300px;
  left: 253px;
  z-index: 1;
}
.page-template-page-mailer-unsubscribed .imagens .box--2:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 9px;
  top: 11px;
  background: url(img/icons/check-circle.png) no-repeat;
}
.page-template-page-mailer-unsubscribed .imagens .box--3 {
  position: absolute;
  width: 302px;
  height: 44px;
  background: #fff;
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 42px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2d2926;
  bottom: 33%;
  left: 85px;
  z-index: 2;
}
.page-template-page-mailer-unsubscribed .imagens .box--3:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 9px;
  top: 11px;
  background: url(img/icons/check-circle.png) no-repeat;
}
.page-template-page-mailer-unsubscribed .imagens .img--1 {
  position: absolute;
  top: 50px;
  left: -50px;
  z-index: 1;
}
.page-template-page-mailer-unsubscribed .imagens .img--2 {
  position: absolute;
  top: 170px;
  left: 149px;
  z-index: 0;
}
.page-template-page-mailer-unsubscribed .formRegister {
  max-width: 676px !important;
  position: relative;
  min-height: 512px;
}
.page-template-page-mailer-unsubscribed .formRegister form input,
.page-template-page-mailer-unsubscribed .formRegister form textarea,
.page-template-page-mailer-unsubscribed .formRegister form select {
  outline: none;
  width: 100%;
  margin-bottom: 0;
  padding: 16px;
  border: 1px solid #D8DFE5;
  border-radius: 5px;
  height: 53px;
}
.page-template-page-mailer-unsubscribed .formRegister form input:focus,
.page-template-page-mailer-unsubscribed .formRegister form textarea:focus,
.page-template-page-mailer-unsubscribed .formRegister form select:focus {
  border-color: #231F20;
}
.page-template-page-mailer-unsubscribed .formRegister form select {
  padding: 0 16px;
}
.page-template-page-mailer-unsubscribed .formRegister .mailerForm,
.page-template-page-mailer-unsubscribed .formRegister .mailerFormBlacklist {
  max-width: 100% !important;
}
.page-template-page-mailer-unsubscribed .formRegister .mailerForm .multiple {
  min-height: 100px !important;
}
.page-template-page-mailer-unsubscribed .formRegister .mailerForm .multiple option {
  padding: 0;
  color: #2D2926;
}
.page-template-page-mailer-unsubscribed .formRegister .mailerForm .multiple option.selected {
  background-color: #ddd !important;
  color: #373a3c !important;
}
.page-template-page-mailer-unsubscribed .formRegister .g-recaptcha {
  bottom: 64px;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm {
  max-width: 100% !important;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm span.label {
  font-size: 14px;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .terms {
  justify-content: center;
  position: absolute;
  z-index: 999;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .terms input {
  max-width: 15px !important;
  margin-top: 5px !important;
  color: #231F20;
  border: 2px solid #231F20 !important;
  background-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  margin: 0 15px 0 0;
  cursor: pointer;
  padding: 0 !important;
  appearance: auto;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .terms input:checked {
  background-image: url(img/check-solid.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .terms span#acceptedTerm {
  display: block !important;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .terms span#acceptedTerm * {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .terms span#acceptedTerm * a {
  text-decoration: underline;
  color: #ED8B00;
  font-size: 12px;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .buttons {
  padding-top: 30px;
  display: flex;
  justify-content: center !important;
  gap: 30px;
}
@media (max-width: 1199px) {
  .page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .buttons {
    padding-top: 60px;
  }
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .buttons button.clear {
  min-width: 160px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  padding: 12px 25px;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  border: 1px solid #ED8B00;
  background: white;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .buttons button.send {
  background: #ED8B00;
  border-color: #ED8B00;
  min-width: 160px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  padding: 12px 25px;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  color: #fff;
}
.page-template-page-mailer-unsubscribed .formRegister #MZMailerForm .buttons button.send:disabled {
  background: #ddd;
  border-color: #ddd;
  color: #373a3c;
}

.pageFaq .category {
  background: #fff;
  box-shadow: 0px 3px 14px rgba(74, 58, 255, 0.03), 0px -2px 4px rgba(20, 20, 43, 0.02), 0px 12px 24px rgba(20, 20, 43, 0.1);
  border-radius: 4px;
  padding: 20px 40px;
  width: 90%;
  align-items: center;
  margin: 0 auto;
}
.pageFaq .category #etc-faq {
  text-transform: inherit;
  height: 51px;
  font-weight: 50;
  color: #ED8B00;
  font-size: 16px;
  background: #FDF3E5;
  background-image: url(img/seta_select.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  border-radius: 50px;
  width: auto;
  border: 1px solid #FDF3E5;
}
.pageFaq .category h3 {
  margin-bottom: 0;
  font-size: 24px;
}
.pageFaq .accordion {
  width: 896px;
}
@media (max-width: 768px) {
  .pageFaq .accordion {
    width: 100%;
  }
}
.pageFaq .accordion__item {
  margin-bottom: 10px;
}
.pageFaq .accordion__item__header {
  display: flex;
  align-items: center;
  transition: 0.5s;
  height: 132px;
  box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  border-radius: 4px;
}
.pageFaq .accordion__item__header::before {
  content: "";
  width: 70px;
  height: 65px;
  position: absolute;
  right: 30px;
  top: 43%;
  transform: translateY(-50%);
  transition: 0.5s all;
  background: url(img/faq_right.png) no-repeat;
}
.pageFaq .accordion__item__header.active {
  height: 65px;
  color: #2D2926;
  background: #fff;
  border-bottom: 0px solid #fff;
  box-shadow: none;
}
.pageFaq .accordion__item__header.active::before {
  top: 12%;
  transform: none;
  background: url(img/faq_baixo.png) no-repeat;
}
.pageFaq .accordion__item__content {
  background: #fff;
  padding: 0 15px;
  padding-bottom: 30px;
}

.page-template-visao-geral .wpContent {
  padding-top: 0 !important;
}

.visaoGeral {
  background: #FAFAFA;
}
.visaoGeral__praticas {
  display: flex;
}
@media (max-width: 1199px) {
  .visaoGeral__praticas {
    flex-direction: column;
  }
}
.visaoGeral__praticas__top {
  position: relative;
  padding-top: 100px;
}
.visaoGeral__praticas__top:before {
  content: "";
  width: 305px;
  height: 5px;
  background: url(img/icons/Line.png);
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
}
.visaoGeral__praticas__top h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 140%;
  color: #2D2926;
}
.visaoGeral__praticas__textos .descricao {
  position: relative;
}
.visaoGeral__praticas__textos .descricao:after {
  content: "";
  width: 305px;
  height: 5px;
  background: url(img/icons/Line.png);
  position: absolute;
  right: 90%;
  top: 68px;
  background-repeat: no-repeat;
  transform: rotate(270deg);
}
.visaoGeral__praticas__textos h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 140%;
  color: #2D2926;
}
.visaoGeral__praticas__textos .orange {
  background: #ED8B00;
  padding: 10px;
}
.visaoGeral__praticas__textos .orange * {
  color: #fff;
}
.visaoGeral__praticas .img {
  flex: 0 0 29%;
}
@media (max-width: 1199px) {
  .visaoGeral__praticas .img {
    flex: 0 0 100%;
  }
}
.visaoGeral__praticas .img img {
  position: absolute;
  right: 0;
}
@media (max-width: 1199px) {
  .visaoGeral__praticas .img img {
    position: relative;
  }
}
.visaoGeral__companhia {
  margin-top: 92px;
  margin-bottom: 92px;
  background-repeat: no-repeat !important;
  background-blend-mode: hue;
  background-size: cover;
  padding: 30px;
  position: relative;
}
.visaoGeral__companhia:after {
  content: "";
  width: 305px;
  height: 5px;
  background: url(img/icons/Line.png);
  position: absolute;
  right: 0;
  bottom: -53px;
  background-repeat: no-repeat;
}
.visaoGeral__companhia .orange {
  color: #ED8B00;
}
.visaoGeral__companhia > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media (max-width: 1199px) {
  .visaoGeral__companhia > div {
    width: 100%;
  }
}
.visaoGeral__companhia > div h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
}
.visaoGeral__companhia > div p,
.visaoGeral__companhia > div h2,
.visaoGeral__companhia > div a {
  color: #fff;
  text-decoration: none;
}
.visaoGeral__divugacao {
  background: #ED8B00;
  padding: 20px;
}
.visaoGeral__divugacao > .container {
  justify-content: space-between;
  flex-wrap: wrap;
}
.visaoGeral__divugacao > .container .conteudo {
  margin: auto 0;
  width: 43%;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .visaoGeral__divugacao > .container .conteudo {
    width: 100%;
  }
}
.visaoGeral__divugacao > .container .conteudo .btnDivulgacao {
  width: 181px;
  height: 52px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #fff;
  background: #2D2926;
  border-radius: 5px;
  margin-top: 15px;
  padding-left: 37px;
  position: relative;
}
.visaoGeral__divugacao > .container .conteudo .btnDivulgacao:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(img/icons/arrowWhite.png);
  background-repeat: no-repeat;
  right: 6px;
  top: 19px;
}
.visaoGeral__divugacao > .container .conteudo h2 {
  font-weight: 800;
  font-size: 25px;
  line-height: 140%;
  color: #fff;
}
.visaoGeral__divugacao > .container .conteudo p {
  color: #fff;
}
.visaoGeral__slick {
  padding-top: 87px;
  padding-bottom: 87px;
}
.visaoGeral__slick .slick-slide {
  margin: 0 20px !important;
  padding: 0 74px !important;
}
.visaoGeral__slick .prev {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: rotate(180deg);
  cursor: pointer;
}
.visaoGeral__slick .next {
  position: absolute;
  right: -15px;
  top: 50%;
  cursor: pointer;
}
.visaoGeral__slick .item {
  padding: 32px;
  margin: 0 25px;
  box-shadow: 0px 3px 15px rgba(79, 79, 81, 0.08);
  border-radius: 5px;
}
.visaoGeral__slick .item * {
  color: #2D2926;
  line-height: 130%;
  font-weight: 400;
  font-size: 16px;
}

.esg {
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}
.esg__planos {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-blend-mode: hue;
  border-radius: 32px;
}
@media (max-width: 1199px) {
  .esg__planos {
    background-size: cover;
  }
}
.esg__planos__content {
  width: 63%;
  margin: 0 0 0 auto;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .esg__planos__content {
    width: 100%;
    padding: 20px;
  }
}
.esg__planos__content p,
.esg__planos__content h2 {
  color: #fff;
}
.esg__planos__content h2 {
  font-weight: 800;
  font-size: 32px;
  line-height: 140%;
  color: #f2f2f2;
  padding: 22px 0;
}
.esg__planos__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #f2f2f2;
}
.esg__planos__content a {
  width: 90%;
  display: flex;
  height: 60px;
  background: #ED8B00;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  margin: 14px 0px;
  padding-right: 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .esg__planos__content a {
    width: 100%;
  }
}
.esg__planos__content a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 37%;
  width: 40px;
  height: 25px;
  background: url(img/icons/esgDownload.png) no-repeat;
}
.esg__avancos {
  background: #f2f2f2;
  padding-top: 73px;
  padding-bottom: 73px;
}
.esg__avancos > .container .title {
  font-weight: 800;
  font-size: 24px;
  line-height: 140%;
  color: #2D2926;
  padding-bottom: 68px;
}
.esg__avancos > .container .boxs {
  display: flex;
  flex-wrap: wrap;
  gap: 29px;
}
@media (max-width: 1199px) {
  .esg__avancos > .container .boxs {
    justify-content: center;
  }
}
.esg__avancos > .container .boxs .box {
  height: 272px;
  flex: 0 0 259px;
  border: 1px solid #ED8B00;
  border-radius: 4px;
  background: #fff;
  padding: 0 9px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
.esg__avancos > .container .boxs .box p {
  font-size: 16px;
  line-height: 24px;
  color: #2D2926;
}
.esg__avancos > .container .boxs .box p strong,
.esg__avancos > .container .boxs .box p span {
  font-weight: 700 !important;
}
.esg__avancos > .container .boxs .box:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background: #ED8B00;
}
.esg__avancos > .container .boxs .box:hover p,
.esg__avancos > .container .boxs .box:hover strong,
.esg__avancos > .container .boxs .box:hover span {
  color: #fff;
}
.esg__avancos > .container .boxs .box:hover:before {
  filter: contrast(18%) brightness(176%);
}
.esg__gaps {
  padding-top: 77px;
}
.esg__gaps .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #2D2926;
}
.esg__gaps img {
  text-align: center;
  margin: auto;
  display: flex;
}
.esg__gaps .conteudo {
  padding-left: 50px;
  padding-bottom: 50px;
}

.backgroundLines {
  background: #fff;
}
.backgroundLines:nth-child(odd) {
  background: #f2f2f2;
}

.whyInvest {
  position: relative;
}
.whyInvest__first__paragraph {
  font-size: 15px;
}
.whyInvest__first__blocks {
  display: flex;
  gap: 39px;
  padding-top: 31px;
  position: relative;
}
.whyInvest__first__blocks:before {
  content: "";
  position: absolute;
  width: 22%;
  height: 100%;
  background: url(img/icons/Line.png) no-repeat;
  left: -35%;
  top: 50%;
  transform: rotate(90deg);
  z-index: 1;
}
@media (max-width: 1620px) {
  .whyInvest__first__blocks:before {
    left: -24%;
    top: -15%;
    overflow: hidden;
    width: 62%;
    transform: rotate(270deg);
  }
}
.whyInvest__first__blocks:after {
  content: "";
  position: absolute;
  width: 22%;
  height: 10%;
  background: url(img/icons/Line.png) no-repeat;
  right: 18%;
  top: -37%;
  transform: rotate(0deg);
  z-index: 1;
}
@media (max-width: 1620px) {
  .whyInvest__first__blocks:after {
    left: 71%;
    top: -36%;
    width: 300px;
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  .whyInvest__first__blocks {
    flex-wrap: wrap;
  }
}
.whyInvest__first__blocks .text {
  flex: 0 0 46%;
}
@media (max-width: 1199px) {
  .whyInvest__first__blocks .text {
    flex: 0 0 100%;
  }
}
.whyInvest__first__blocks .text p {
  font-size: 15px;
}
.whyInvest__first__blocks .produtsBox {
  display: flex;
  gap: 22px;
}
@media (max-width: 1199px) {
  .whyInvest__first__blocks .produtsBox {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.whyInvest__first__blocks .produtsBox .box {
  width: 178px;
  height: 185px;
  background: #fafafa;
  box-shadow: 0px 24px 32px rgba(22, 22, 22, 0.08);
  border-radius: 8px;
  border: 1px solid #ED8B00;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-top: 23px;
  transition: 0.4s;
}
.whyInvest__first__blocks .produtsBox .box * {
  font-size: 15px !important;
}
.whyInvest__first__blocks .produtsBox .box:hover {
  background: #ee6e2b;
}
.whyInvest__first__blocks .produtsBox .box:hover .number span strong span {
  color: #fff !important;
  display: block;
  margin-bottom: -50px;
}
.whyInvest__first__blocks .produtsBox .box .number {
  color: #2D2926;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.3px;
  padding-top: 0;
  font-size: 15px;
  margin-bottom: -7px;
}
.whyInvest__first__blocks .produtsBox .box .number span strong span {
  display: block;
  margin-bottom: -50px;
}
.whyInvest__bannerContainer {
  height: 488px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: relative;
}
.whyInvest__bannerContainer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.whyInvest__bannerContainer img::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 50px solid #555;
  border-bottom: 25px solid transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.whyInvest__banner {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whyInvest__banner .text {
  background: rgba(105, 97, 88, 0.7);
  padding: 42px 50px;
  width: 558px;
  position: absolute;
  right: 0;
  top: 80px;
}
@media (max-width: 1199px) {
  .whyInvest__banner .text {
    width: 100%;
  }
}
.whyInvest__banner .text p {
  font-weight: 700;
  line-height: 130%;
  color: #fff;
  font-size: 15px;
}
.whyInvest__contentBottom {
  padding-top: 67px;
}
.whyInvest__contentBottom p {
  font-size: 15px;
}

.Apresentacoes {
  margin-top: 50px;
}
@media (min-width: 1920px) {
  .Apresentacoes {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
.Apresentacoes h2 {
  color: #2D2926;
  font-size: 35px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.Apresentacoes p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #2D2926;
}
.Apresentacoes .div_box {
  max-width: 1344px;
}
@media (min-width: 1400px) {
  .Apresentacoes .div_box {
    max-width: 1890px;
  }
}
@media (min-width: 1920px) {
  .Apresentacoes .div_box {
    max-width: 1890px;
    margin: 0 auto;
  }
}
.Apresentacoes .div_box .content_left_img {
  margin-bottom: 60px;
}
.Apresentacoes .row {
  padding-bottom: 50px;
  align-items: center;
}
@media (max-width: 575px) {
  .Apresentacoes .row:first-child {
    flex-direction: column-reverse;
  }
  .Apresentacoes .row:first-child .col-sm-6 img {
    margin-bottom: 20px;
  }
}
.Apresentacoes .row .text_left {
  padding-left: 145px;
}
.Apresentacoes .row .text_left:before {
  content: "";
  position: absolute;
  width: 22%;
  height: 100%;
  background: url(img/line_apresentacoes.png) no-repeat;
  left: 11%;
  top: 0;
  z-index: 999;
}
.Apresentacoes .row .text_right {
  padding-right: 150px;
}
.Apresentacoes .row .text_right:before {
  content: "";
  position: absolute;
  width: 45%;
  height: 100%;
  background: url(img/line_horizontal.png) no-repeat;
  left: 40%;
  top: -50px;
  z-index: 999;
}
@media (max-width: 768px) {
  .Apresentacoes .order-mobile {
    order: 5;
  }
}
.Apresentacoes .div_historico {
  display: flex;
}
.Apresentacoes .div_historico > img {
  flex: 1 0 100%;
}

.sustentabilidade__abordagem {
  display: flex;
  gap: 80px;
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .sustentabilidade__abordagem {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.sustentabilidade__abordagem .text {
  position: relative;
}
.sustentabilidade__abordagem .text .btnLink {
  width: 318px;
  display: flex;
  height: 60px;
  background: #ED8B00;
  color: #fff;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  padding-right: 42px;
  position: absolute;
  border-radius: 5px;
  bottom: 0;
}
@media (max-width: 1199px) {
  .sustentabilidade__abordagem .text .btnLink {
    width: 100%;
    bottom: -83px;
  }
}
.sustentabilidade__abordagem .text .btnLink:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 32%;
  width: 25px;
  height: 25px;
  background: url(img/icons/esgDownload.png) no-repeat;
}
.sustentabilidade__sustentabilidadeContainer {
  position: relative;
}
.sustentabilidade__sustentabilidadeContainer .slickSustentabilidadeBanner .slick-list {
  max-height: 503px;
}
@media (max-width: 1400px) {
  .sustentabilidade__sustentabilidadeContainer .slickSustentabilidadeBanner .slick-list {
    min-height: 508px;
  }
}
@media (max-width: 1199px) {
  .sustentabilidade__sustentabilidadeContainer .slickSustentabilidadeBanner .slick-list {
    min-height: 403px;
  }
}
.sustentabilidade__sustentabilidadeContainer .slickSustentabilidadeBanner .item {
  width: 100%;
  height: 398px;
}
.sustentabilidade__sustentabilidadeContainer .slickSustentabilidadeBanner .item .background {
  width: 100vw;
  height: 398px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-blend-mode: hue;
  position: relative;
}
@media (max-width: 1199px) {
  .sustentabilidade__sustentabilidadeContainer .slickSustentabilidadeBanner .item .background {
    width: 100vw;
  }
}
.sustentabilidade__sustentabilidadeContainer .slickSustentabilidadeBanner .item .text {
  position: absolute;
  right: 150px;
  bottom: 20px;
  width: 366px;
  color: white;
  text-align: right;
  margin: 0 0 0 auto;
}
@media (max-width: 1400px) {
  .sustentabilidade__sustentabilidadeContainer .slickSustentabilidadeBanner .item .text {
    right: 50px;
  }
}
.sustentabilidade__sustentabilidadeContainer .slickSustentabilidadeBanner .item .text #number {
  position: absolute;
  font-weight: 700;
  font-size: 444px;
  line-height: 140%;
  color: #fff;
  opacity: 0.1;
  bottom: -172px;
  right: -40px;
}
.sustentabilidade__sustentabilidadeContainer .slickSustentabilidadeBanner .item .text * {
  color: white;
  text-align: right;
}
.sustentabilidade__sustentabilidadeContainer .slickSustentabilidadeText {
  position: absolute;
  background: #ED8B00;
  width: 688px;
  height: 206px;
  top: 230px;
  left: 91px;
  padding: 16px 76px 0px 32px;
}
@media (min-width: 1499px) {
  .sustentabilidade__sustentabilidadeContainer .slickSustentabilidadeText {
    left: 213px;
  }
}
@media (max-width: 1199px) {
  .sustentabilidade__sustentabilidadeContainer .slickSustentabilidadeText {
    position: relative;
    width: 100vw;
    left: 0;
    top: -5px;
    height: 100%;
  }
}
.sustentabilidade__sustentabilidadeContainer .slickSustentabilidadeText .item h2 {
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0;
}
.sustentabilidade__sustentabilidadeContainer .slickSustentabilidadeText .item p {
  color: #fff;
}
.sustentabilidade__sustentabilidadeContainer .slickSustentabilidadeText .slick-next {
  background: url(img/icons/arrow_sustentabilidade.png) no-repeat;
  right: -40px;
}
.sustentabilidade__sustentabilidadeContainer .slickSustentabilidadeText .slick-next:before {
  display: none;
}
.sustentabilidade__sustentabilidadeContainer .slickSustentabilidadeText .slick-prev {
  background: url(img/icons/arrow_sustentabilidade.png) no-repeat;
  left: -40px;
  transform: rotate(180deg);
}
.sustentabilidade__sustentabilidadeContainer .slickSustentabilidadeText .slick-prev:before {
  display: none;
}
.sustentabilidade__video {
  display: flex;
  gap: 54px;
  justify-content: space-between;
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .sustentabilidade__video {
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) and (max-width: 1800px) {
  .sustentabilidade__video {
    padding: 50px 0px;
  }
}
.sustentabilidade__video .contentText h2 {
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  color: #ED8B00;
}
.sustentabilidade__video .contentText p {
  color: #2d2926;
}
.sustentabilidade__video .contentVideo {
  position: relative;
}
.sustentabilidade__video .contentVideo .playerImage {
  position: absolute;
  max-width: 64px;
  height: 64px;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.sustentabilidade__video .contentVideo .capaVideo,
.sustentabilidade__video .contentVideo .capa {
  min-width: 556px;
  height: calc(100% - 58px);
  object-fit: cover;
  margin-top: 45px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .sustentabilidade__video .contentVideo .capaVideo,
.sustentabilidade__video .contentVideo .capa {
    min-width: 100%;
  }
}
.sustentabilidade__video .contentVideo iframe {
  width: 556px;
  height: 332px;
}
@media (max-width: 1199px) {
  .sustentabilidade__video .contentVideo iframe {
    width: 100%;
  }
}
.sustentabilidade__foco {
  min-height: 408px;
  background: #FAFAFA;
}
.sustentabilidade__foco > .container {
  display: flex;
  gap: 31px;
  justify-content: space-between;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 1199px) {
  .sustentabilidade__foco > .container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.sustentabilidade__foco > .container .text {
  padding-top: 21px;
  position: relative;
}
.sustentabilidade__foco > .container .text h2 {
  font-size: 32px;
}
.sustentabilidade__foco > .container .text .sub {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ED8B00;
}
.sustentabilidade__foco > .container .text a {
  display: flex;
  width: 234px;
  height: 44px;
  background: #ED8B00;
  color: #fff;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 5px;
  bottom: 0;
}
@media (max-width: 1199px) {
  .sustentabilidade__foco > .container .text a {
    width: 100%;
    bottom: 0;
  }
}

.NossaHistoria__quemSomos h5 {
  font-size: 16px;
}
.NossaHistoria__quemSomos h1,
.NossaHistoria__quemSomos h2,
.NossaHistoria__quemSomos h3 {
  color: #231f20;
  font-weight: 700;
}
.NossaHistoria__NossosNumeros .containerBox .bloco {
  width: 361px;
  height: 229px;
  border: 1px solid #ed8b00;
  padding: 50px;
  text-align: center;
  margin-bottom: 22px;
  transition: 0.4s;
}
.NossaHistoria__NossosNumeros .containerBox .bloco h5 {
  font-weight: 700;
  font-size: 48px;
}
.NossaHistoria__NossosNumeros .containerBox .bloco:hover {
  background: #ED8B00;
}
.NossaHistoria__NossosNumeros .containerBox .bloco:hover h5 {
  color: #fff;
}
.NossaHistoria__NossosNumeros .containerBox .bloco:hover p {
  color: #fff;
}
.NossaHistoria__Relatorio {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (max-width: 1199px) {
  .NossaHistoria__Relatorio .conteudo {
    width: 100% !important;
  }
}
.NossaHistoria__Relatorio .conteudo a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  gap: 10px;
  width: 187px;
  height: 50px;
  margin-top: 15px;
  /* Laranja */
  background: #ed8b00;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
}

.homeAddress {
  padding: 35px 0;
  position: relative;
  background: #f5f5f5;
}
.homeAddress .container {
  position: relative;
  display: flex;
}
@media (max-width: 1199px) {
  .homeAddress .container {
    flex-direction: column;
  }
}
.homeAddress .container .contentText {
  width: 32%;
  left: 17px;
  flex: 0 0 32%;
}
@media (max-width: 1199px) {
  .homeAddress .container .contentText {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
  }
}
.homeAddress .container .contentText .orange {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ED8B00;
}
.homeAddress .container .contentText p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #231F20;
}
.homeAddress .container .contentText h1 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: "Roboto", sans-serif;
  font-size: 32px;
  line-height: 38px;
  color: #231F20;
}
.homeAddress .slick-container {
  flex: 0 0 60%;
  overflow: hidden;
  margin: auto;
  margin-left: 115px;
  flex-wrap: nowrap;
}
@media (max-width: 1199px) {
  .homeAddress .slick-container {
    flex: 0 0 100%;
    overflow: auto;
    flex-wrap: wrap;
    max-height: 500px;
    width: 100%;
    margin-left: 0;
    margin-top: 60px;
  }
}
.homeAddress .slick-container .arrow-prev {
  right: -32px;
  position: absolute;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .homeAddress .slick-container .arrow-prev {
    right: 116px;
    top: 370px;
  }
}
.homeAddress .slick-container .arrow-next {
  left: 38%;
  position: absolute;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .homeAddress .slick-container .arrow-next {
    left: 116px;
    top: 370px;
  }
}
@media (max-width: 575px) {
  .homeAddress {
    padding: 100px 15px;
  }
}
.homeAddress__item {
  margin-right: 15px;
  position: relative;
}
@media (min-width: 576px) {
  .homeAddress__item span {
    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -ms-transition: 0.35s all;
    -o-transition: 0.35s all;
    transition: 0.35s all;
    position: absolute;
    top: 11px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    border-radius: 16px;
    left: 35%;
    color: #fff;
    text-align: center;
    z-index: 2;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    color: #ffffff;
  }
}
.homeAddress__item.active span {
  left: 10%;
  opacity: 1;
}
.homeAddress__item__content {
  height: 322px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
@media (min-width: 576px) {
  .homeAddress__item__content {
    width: 70px;
  }
}
@media (min-width: 768px) {
  .homeAddress__item__content {
    width: 91px;
  }
}
.homeAddress__item__content__text {
  display: none;
  opacity: 0;
  position: relative;
  left: -15px;
  background: #ececec;
  padding: 15px 18px;
  top: 64px;
  width: 80%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
@media (max-width: 1199px) {
  .homeAddress__item__content__text {
    top: 2px;
  }
}
.homeAddress__item__content__text h2 {
  line-height: 69px;
  margin-bottom: 13px;
  color: #231F20;
  font-weight: normal;
  font-size: 18px;
}
.homeAddress__item__content__text p,
.homeAddress__item__content__text p * {
  line-height: 26px;
  color: #231F20;
  margin-bottom: 10px;
  font-size: 10px;
}
.homeAddress__item__content__text address,
.homeAddress__item__content__text address * {
  font-weight: normal;
  line-height: 23px;
  font-style: normal;
  color: #231F20;
  font-size: 15px;
}
.homeAddress__item__content__text::before {
  content: "";
  width: 177px;
  height: 192px;
  position: absolute;
  right: -52px;
  bottom: -38px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 177px 192px;
  background-position: center center;
  background-image: url("img/addressBefore.svg");
}
.homeAddress__item__content__text ul li {
  font-size: 10px !important;
}
.homeAddress__item__content__text ul li:before {
  width: 4px !important;
  height: 4px !important;
  background: #231F20 !important;
}
.homeAddress__item:last-child {
  padding-right: 0;
}
@media (min-width: 576px) {
  .homeAddress__item.active .homeAddress__item__content {
    width: 280px;
  }
}
@media (min-width: 768px) {
  .homeAddress__item.active .homeAddress__item__content {
    width: 347px;
  }
}
.homeAddress__item.active .homeAddress__item__content__text {
  opacity: 1;
  display: block;
}
.homeAddress__item.active .homeAddress__item__content::before {
  opacity: 0;
}
.homeAddress__item:not(.active):hover .homeAddress__item__content::before {
  background: rgba(47, 82, 137, 0);
}
@media (max-width: 575px) {
  .homeAddress__item {
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    margin-right: 0 !important;
    padding: 0 !important;
    position: relative;
  }
  .homeAddress__item.active span {
    left: -200%;
    opacity: 0;
  }
  .homeAddress__item > span {
    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -ms-transition: 0.35s all;
    -o-transition: 0.35s all;
    transition: 0.35s all;
    position: absolute;
    top: 50%;
    left: 25px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    font-size: 24px;
    line-height: 1;
  }
  .homeAddress__item__content {
    background-image: none !important;
    background: #ececec;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 520px !important;
  }
  .homeAddress__item__content > img {
    border-radius: 20px;
  }
  .homeAddress__item__content__text {
    left: 0;
  }
  .homeAddress__item__content__text h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .homeAddress__item:not(.active) {
    height: 120px;
  }
}

.homeAddressMobile {
  display: none !important;
}
@media (max-width: 768px) {
  .homeAddressMobile {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .homeAddressMobile .year {
    margin-bottom: 70px !important;
  }
}
.homeAddressMobile .year .item-old {
  color: #2D2926 !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 63px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.homeAddressMobile .year .item-old::before {
  content: "";
  position: absolute;
  top: 4px !important;
  left: -26vw !important;
  width: 100vw !important;
  height: 4px !important;
  background-color: #d2d2d2 !important;
  border-style: none !important;
  border-color: none !important;
  border-width: none !important;
}
@media (max-width: 768px) {
  .homeAddressMobile .year .item-old::before {
    left: -29vw !important;
  }
}
@media (min-width: 1400px) {
  .homeAddressMobile .year .item-old::before {
    left: -7.5vw !important;
  }
}
.homeAddressMobile .year .slick-current .item-old::after {
  content: "";
  width: 9px !important;
  height: 9px !important;
  position: absolute !important;
  top: 2px !important;
  left: 176px !important;
  border-radius: 6px !important;
  background-color: #a77bca !important;
  z-index: 9 !important;
}
@media (max-width: 1400px) {
  .homeAddressMobile .year .slick-current .item-old::after {
    left: 135px !important;
  }
}
@media (min-width: 1432px) {
  .homeAddressMobile .year .slick-current .item-old::after {
    left: 134px !important;
  }
}
@media (max-width: 768px) {
  .homeAddressMobile .year .slick-current .item-old::after {
    left: 105px !important;
  }
}
@media (max-width: 415px) {
  .homeAddressMobile .year .slick-current .item-old::after {
    left: 48px !important;
  }
}
.homeAddressMobile .year .slick-current .item-old::before {
  content: "";
  width: 67vw !important;
  height: 4px !important;
  z-index: 99;
  position: absolute;
  top: 4px !important;
  left: -732px !important;
  background-color: #a77bca !important;
}
@media (max-width: 1400px) {
  .homeAddressMobile .year .slick-current .item-old::before {
    left: -1003px !important;
    width: 84vw !important;
  }
}
@media (min-width: 1400px) {
  .homeAddressMobile .year .slick-current .item-old::before {
    width: 53.5vw !important;
    left: -848px !important;
  }
}
@media (min-width: 1850px) {
  .homeAddressMobile .year .slick-current .item-old::before {
    width: 51.5vw !important;
  }
}
@media (max-width: 768px) {
  .homeAddressMobile .year .slick-current .item-old::before {
    left: -658px !important;
    width: 100vw !important;
  }
}
@media (max-width: 415px) {
  .homeAddressMobile .year .slick-current .item-old::before {
    left: -358px !important;
  }
}
@media (max-width: 375px) {
  .homeAddressMobile .year .slick-current .item-old::before {
    left: -319px !important;
  }
}
.homeAddressMobile .homeAddress__item {
  width: 100px !important;
  height: 600px !important;
  position: relative;
}
.homeAddressMobile .homeAddress__item__content {
  height: 414px !important;
}
.homeAddressMobile .slick-list {
  padding: 0 !important;
}
.homeAddressMobile .slick-list .slick-center .homeAddress__item {
  width: 278px !important;
  height: 600px !important;
  position: relative;
}
@media (max-width: 361px) {
  .homeAddressMobile .slick-list .slick-center .homeAddress__item__content {
    margin-right: 14px;
  }
}
.homeAddressMobile .slick-list .slick-center .homeAddress__item__content__text {
  opacity: 1 !important;
  display: block !important;
  width: 242px;
  min-height: 183px;
  top: 69%;
}
@media (max-width: 768px) {
  .homeAddressMobile .slick-list .slick-center .homeAddress__item__content__text {
    top: 55%;
  }
}
.homeAddressMobile .slick-list .slick-center .homeAddress__item__content__text h5 {
  font-size: 16px;
}
.homeAddressMobile .slick-list .slick-center .homeAddress__item__content__text p {
  font-size: 10px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .page-id-401 .homeAddress,
.page-id-929 .homeAddress {
    display: none;
  }
}

.midias {
  position: relative;
}
.midias .selectYear {
  border: 1px solid #cbcbcd;
  border-radius: 4px;
  width: 92px;
  height: 43px;
  position: absolute;
  right: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #2D2926;
  padding: 11px;
}
@media (max-width: 1199px) {
  .midias .selectYear {
    right: 15px;
  }
}
.midias__boxs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 33px;
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .midias__boxs {
    justify-content: center;
  }
}
.midias__boxs .box {
  flex: 0 0 33px;
}
.midias__boxs .box iframe {
  width: 358px;
  height: 208px;
  border-radius: 5px;
}
.midias__boxs .box h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  color: #ED8B00;
  padding-top: 16px;
}
.midias__boxs .box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #2D2926;
}

.page-template-kepler-day .wpContent, .page-template-kepler-day-results-center .wpContent {
  padding: 0 0;
}
.page-template-kepler-day .keplerDay__signUp, .page-template-kepler-day-results-center .keplerDay__signUp {
  padding: 65px 0;
  background: #e2e2e2;
  margin-top: 0;
}
.page-template-kepler-day .keplerDay__signUp p, .page-template-kepler-day-results-center .keplerDay__signUp p {
  text-align: center;
  font-size: 36px;
  margin-bottom: 0;
}
.page-template-kepler-day .keplerDay__signUp p strong, .page-template-kepler-day-results-center .keplerDay__signUp p strong {
  color: #ed8b00;
}
.page-template-kepler-day .keplerDay__background, .page-template-kepler-day-results-center .keplerDay__background {
  background: #fafafa;
  padding: 100px 0;
}
.page-template-kepler-day .keplerDay__background .container, .page-template-kepler-day-results-center .keplerDay__background .container {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1199px) {
  .page-template-kepler-day .keplerDay__background .container, .page-template-kepler-day-results-center .keplerDay__background .container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-template-kepler-day .keplerDay__background .container .text, .page-template-kepler-day-results-center .keplerDay__background .container .text {
  width: 50%;
}
@media (max-width: 1199px) {
  .page-template-kepler-day .keplerDay__background .container .text, .page-template-kepler-day-results-center .keplerDay__background .container .text {
    flex: 0 0 100%;
  }
}
.page-template-kepler-day .keplerDay__background .container .selects, .page-template-kepler-day-results-center .keplerDay__background .container .selects {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .page-template-kepler-day .keplerDay__background .container .selects, .page-template-kepler-day-results-center .keplerDay__background .container .selects {
    flex: 0 0 100%;
  }
}
.page-template-kepler-day .keplerDay__background .container .selects select, .page-template-kepler-day-results-center .keplerDay__background .container .selects select {
  border-radius: 5px;
  background: #ED8B00;
  color: #fff;
  width: 92px;
  height: 43px;
  padding-left: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  border: none;
}
.page-template-kepler-day .keplerDay__background .container .selects a, .page-template-kepler-day-results-center .keplerDay__background .container .selects a {
  background: #ED8B00;
  color: #fff;
  text-decoration: none;
  width: 219px;
  border-radius: 5px;
  padding: 12px 50px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-template-kepler-day .keplerDay__background .container .selects a:after, .page-template-kepler-day-results-center .keplerDay__background .container .selects a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 30px;
  background: url(img/icons/pdfkeplerday.png) no-repeat;
}
.page-template-kepler-day .keplerDay__video, .page-template-kepler-day-results-center .keplerDay__video {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 500px;
  padding-bottom: 150px;
  align-items: center;
  padding-top: 34px;
}
@media (min-width: 1200px) {
  .page-template-kepler-day .keplerDay__video iframe, .page-template-kepler-day-results-center .keplerDay__video iframe {
    width: 100%;
    min-height: 543px;
  }
}
.page-template-kepler-day .keplerDay__video h2, .page-template-kepler-day-results-center .keplerDay__video h2 {
  font-weight: #ED8B00;
  font-size: 35px;
  line-height: 130%;
  text-transform: capitalize;
  color: #ED8B00;
}
.page-template-kepler-day .keplerDay__video p, .page-template-kepler-day-results-center .keplerDay__video p {
  width: 50%;
  text-align: center;
}

.page-template-kepler-day-results-center .wpContent {
  padding: 30px 0;
}
.page-template-kepler-day-results-center .wpContent table thead {
  background-color: #ED8B00;
  border-radius: 5px;
}
.page-template-kepler-day-results-center .wpContent table thead th {
  background-color: transparent !important;
  color: #fff;
}
.page-template-kepler-day-results-center .wpContent table thead th:first-child {
  border-radius: 5px 0 0 5px;
}
.page-template-kepler-day-results-center .wpContent table thead th:last-child {
  border-radius: 0 5px 5px 0;
}
.page-template-kepler-day-results-center .wpContent iframe {
  border-radius: 5px;
}

.page-template-kepler-day-new {
  background-color: #d5d5d5;
}

.pageKeplerDay h1,
.pageKeplerDay h2,
.pageKeplerDay h3,
.pageKeplerDay h4,
.pageKeplerDay h5,
.pageKeplerDay h6 {
  font-family: "Roboto", sans-serif;
}
.pageKeplerDay a {
  font-family: "Roboto", sans-serif;
}
.pageKeplerDay p {
  font-family: "Roboto", sans-serif;
}
.pageKeplerDay .banner {
  position: relative;
  overflow: hidden;
  height: 359px;
  display: flex;
  align-items: center;
}
@media (min-width: 1300px) {
  .pageKeplerDay .banner {
    justify-content: initial;
    height: 630px;
    margin-top: 125px;
  }
}
@media (max-width: 1200px) {
  .pageKeplerDay .banner {
    height: 158px;
    margin-top: 217px;
  }
}
.pageKeplerDay .banner > img {
  width: 100%;
  height: 100%;
  min-width: 100vw;
}
@media (min-width: 1300px) {
  .pageKeplerDay .banner > img {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    z-index: 1;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    min-width: 100vw;
  }
}
.pageKeplerDay .banner__editor {
  position: relative;
  z-index: 2;
  margin-left: 140px;
}
@media (max-width: 575px) {
  .pageKeplerDay .banner__editor {
    max-width: 350px;
    margin-left: 0;
  }
}
.pageKeplerDay .banner__editor h1 {
  margin-left: 80px;
}
@media (max-width: 575px) {
  .pageKeplerDay .banner__editor h1 {
    margin-left: 0;
  }
}
.pageKeplerDay .banner__editor h1,
.pageKeplerDay .banner__editor h2,
.pageKeplerDay .banner__editor h3,
.pageKeplerDay .banner__editor h4,
.pageKeplerDay .banner__editor h5,
.pageKeplerDay .banner__editor h6 {
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
  color: #231f20;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .pageKeplerDay .banner__editor h1,
.pageKeplerDay .banner__editor h2,
.pageKeplerDay .banner__editor h3,
.pageKeplerDay .banner__editor h4,
.pageKeplerDay .banner__editor h5,
.pageKeplerDay .banner__editor h6 {
    font-size: 18px;
    line-height: 21px;
    color: #231f20;
    margin-bottom: 3px;
  }
}
.pageKeplerDay .banner__editor h1 b,
.pageKeplerDay .banner__editor h1 strong,
.pageKeplerDay .banner__editor h2 b,
.pageKeplerDay .banner__editor h2 strong,
.pageKeplerDay .banner__editor h3 b,
.pageKeplerDay .banner__editor h3 strong,
.pageKeplerDay .banner__editor h4 b,
.pageKeplerDay .banner__editor h4 strong,
.pageKeplerDay .banner__editor h5 b,
.pageKeplerDay .banner__editor h5 strong,
.pageKeplerDay .banner__editor h6 b,
.pageKeplerDay .banner__editor h6 strong {
  font-weight: #2D2926;
  font-family: "Roboto", sans-serif;
}
.pageKeplerDay .banner__editor p {
  margin-bottom: 8px;
  font-family: "Roboto", sans-serif;
}
.pageKeplerDay .sobre {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #231f20;
  padding: 30px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .pageKeplerDay .sobre {
    background-image: none !important;
    background-color: #231f20;
  }
}
@media (min-width: 1200px) {
  .pageKeplerDay .sobre {
    padding: 54px 0;
  }
}
@media (min-width: 1200px) {
  .pageKeplerDay .sobre .container {
    display: flex;
    gap: 10px;
    max-width: 1320px;
  }
}
.pageKeplerDay .sobre .box-desktop {
  width: 420px;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .pageKeplerDay .sobre .box-desktop {
    display: block;
  }
}
.pageKeplerDay .sobre .box-desktop ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.pageKeplerDay .sobre .box-desktop ul li {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #d5d5d5;
  gap: 17px;
  transition: all 0.3s;
}
.pageKeplerDay .sobre .box-desktop ul li:not(.active):hover {
  cursor: pointer;
  opacity: 0.5;
}
.pageKeplerDay .sobre .box-desktop ul li.active {
  color: white;
}
.pageKeplerDay .sobre .box-desktop ul li svg {
  flex-shrink: 0;
  stroke: #fff;
}
.pageKeplerDay .sobre .download {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: -25px;
  width: max-content;
  max-width: 100%;
  position: relative;
  z-index: 3;
}
@media (min-width: 1200px) {
  .pageKeplerDay .sobre .download {
    margin-bottom: 0;
    margin-right: -20px;
    margin-left: auto;
  }
}
.pageKeplerDay .sobre .download p {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  margin-bottom: 5px;
}
.pageKeplerDay .sobre .download a {
  padding: 8px 10px;
  background: #ffffff;
  border-radius: 69px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #2d2926;
  display: flex;
  align-items: center;
}
.pageKeplerDay .sobre .download a span {
  width: 24px;
  height: 24px;
  background: #231F20;
  border-radius: 50%;
  margin-left: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 8px;
  line-height: 10px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .pageKeplerDay .sobre .box {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.pageKeplerDay .sobre .box .item {
  transition: all 0.3s;
}
.pageKeplerDay .sobre .box .item:not(.active) {
  opacity: 0;
  overflow: hidden;
  height: 0;
  pointer-events: none;
}
.pageKeplerDay .sobre .box .item h2 {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  color: #ffffff;
  gap: 15px;
  margin-bottom: 42px;
}
@media (max-width: 500px) {
  .pageKeplerDay .sobre .box .item h2 {
    margin-bottom: 0px;
  }
}
.pageKeplerDay .sobre .box .item h2 svg {
  flex-shrink: 0;
  stroke: #fff;
}
@media (min-width: 1200px) {
  .pageKeplerDay .sobre .box .item h2,
.pageKeplerDay .sobre .box .item .download {
    display: none;
  }
}
.pageKeplerDay .sobre .box .item--quem-somos {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .pageKeplerDay .sobre .box .item--quem-somos {
    flex-direction: row-reverse;
    gap: 40px;
  }
}
.pageKeplerDay .sobre .box .item--quem-somos .image {
  width: calc(100% + 30px);
  margin: 0 -15px;
  height: 389px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 576px) {
  .pageKeplerDay .sobre .box .item--quem-somos .image {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .pageKeplerDay .sobre .box .item--quem-somos .image {
    width: 420px;
    height: 586px;
  }
}
.pageKeplerDay .sobre .box .item--quem-somos .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.pageKeplerDay .sobre .box .item--quem-somos .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  z-index: 1;
  display: block;
}
@media (max-width: 1199px) {
  .pageKeplerDay .sobre .box .item--quem-somos .image img {
    object-position: center;
    object-fit: contain;
  }
}
@media (max-width: 1199px) {
  .pageKeplerDay .sobre .box .item--quem-somos .content {
    margin-top: 20px;
  }
}
.pageKeplerDay .sobre .box .item--quem-somos .content h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 2px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .pageKeplerDay .sobre .box .item--quem-somos .content h6 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 12px;
  }
}
.pageKeplerDay .sobre .box .item--quem-somos .content h3 {
  font-weight: 400;
  font-size: 24px !important;
  line-height: 31px !important;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .pageKeplerDay .sobre .box .item--quem-somos .content h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .pageKeplerDay .sobre .box .item--quem-somos .content h3 {
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 30px;
  }
}
.pageKeplerDay .sobre .box .item--quem-somos .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .pageKeplerDay .sobre .box .item--quem-somos .content p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 36px;
  }
}
.pageKeplerDay .sobre .box .item--quem-somos .content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-bottom: 27px;
}
@media (min-width: 1200px) {
  .pageKeplerDay .sobre .box .item--quem-somos .content ul {
    margin-bottom: 0;
    gap: 38px;
  }
}
.pageKeplerDay .sobre .box .item--quem-somos .content ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  position: relative;
  padding-left: 21px;
}
.pageKeplerDay .sobre .box .item--quem-somos .content ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.pageKeplerDay .sobre .box .item--abordagem {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .pageKeplerDay .sobre .box .item--abordagem {
    flex-direction: row-reverse;
    gap: 40px;
  }
}
.pageKeplerDay .sobre .box .item--abordagem .image {
  width: calc(100% + 30px);
  margin: 0 -15px;
  height: 389px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 576px) {
  .pageKeplerDay .sobre .box .item--abordagem .image {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .pageKeplerDay .sobre .box .item--abordagem .image {
    width: 420px;
    height: 586px;
  }
}
.pageKeplerDay .sobre .box .item--abordagem .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.pageKeplerDay .sobre .box .item--abordagem .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  z-index: 1;
  display: block;
}
@media (max-width: 1199px) {
  .pageKeplerDay .sobre .box .item--abordagem .image img {
    object-position: center;
    object-fit: contain;
  }
}
.pageKeplerDay .sobre .box .item--abordagem .content h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 2px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .pageKeplerDay .sobre .box .item--abordagem .content h6 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 12px;
  }
}
.pageKeplerDay .sobre .box .item--abordagem .content h3 {
  font-weight: 400;
  font-size: 24px !important;
  line-height: 31px !important;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .pageKeplerDay .sobre .box .item--abordagem .content h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .pageKeplerDay .sobre .box .item--abordagem .content h3 {
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 30px;
  }
}
.pageKeplerDay .sobre .box .item--abordagem .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .pageKeplerDay .sobre .box .item--abordagem .content p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 36px;
  }
}
.pageKeplerDay .sobre .box .item--abordagem .content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-bottom: 27px;
}
@media (min-width: 1200px) {
  .pageKeplerDay .sobre .box .item--abordagem .content ul {
    margin-bottom: 0;
    gap: 38px;
  }
}
.pageKeplerDay .sobre .box .item--abordagem .content ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  position: relative;
  padding-left: 21px;
}
.pageKeplerDay .sobre .box .item--abordagem .content ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.pageKeplerDay .speakers {
  padding: 15px 0;
  background-color: #d5d5d5;
  position: relative;
}
@media (min-width: 1200px) {
  .pageKeplerDay .speakers {
    padding: 50px 0 130px;
  }
}
.pageKeplerDay .speakers::before, .pageKeplerDay .speakers::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/home_speakers_grafismo.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}
@media (min-width: 1200px) {
  .pageKeplerDay .speakers::before, .pageKeplerDay .speakers::after {
    display: block;
  }
}
.pageKeplerDay .speakers::before {
  background-position: top center;
}
.pageKeplerDay .speakers::after {
  background-position: bottom center;
}
.pageKeplerDay .speakers h2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #231F20;
}
@media (min-width: 1200px) {
  .pageKeplerDay .speakers h2 {
    margin-bottom: 35px;
  }
}
.pageKeplerDay .speakers .slick-next,
.pageKeplerDay .speakers .slick-prev {
  z-index: 1;
}
.pageKeplerDay .speakers .slick-next:before,
.pageKeplerDay .speakers .slick-prev:before {
  font-size: 63px;
  color: black;
}
.pageKeplerDay .speakers .slick-prev {
  left: -71px;
}
@media (max-width: 1199px) {
  .pageKeplerDay .speakers .slick-prev {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .pageKeplerDay .speakers .slick-next {
    right: 43px;
  }
}
.pageKeplerDay .speakers .container {
  position: relative;
  z-index: 3;
}
@media (min-width: 1200px) {
  .pageKeplerDay .speakers .container .row {
    justify-content: center;
    padding: 0 139px;
  }
}
.pageKeplerDay .speakers .container .row > div {
  margin-top: 22px;
}
@media (min-width: 1200px) {
  .pageKeplerDay .speakers .container .row > div {
    margin-top: 55px;
  }
}
.pageKeplerDay .speakers .item {
  text-decoration: none;
}
.pageKeplerDay .speakers .item .foto {
  width: 195px;
  height: 195px;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 auto 14px;
}
@media (min-width: 1200px) {
  .pageKeplerDay .speakers .item .foto {
    width: 180px;
    height: 180px;
    margin: 0 auto 16px;
  }
}
.pageKeplerDay .speakers .item h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .pageKeplerDay .speakers .item h3 {
    font-size: 24px;
    line-height: 42px;
    margin: 0;
  }
}
.pageKeplerDay .speakers .item p {
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  color: #231f20;
  height: 44px;
  margin-bottom: 14px;
  font-weight: bold;
}
.pageKeplerDay .speakers .item a {
  display: flex;
  margin: 0 auto;
  max-width: max-content;
}
.pageKeplerDay .speakers .item a svg {
  display: block;
}
.pageKeplerDay .speakers .item a svg path {
  fill: #231f20;
}
.pageKeplerDay .agenda {
  width: 100%;
  overflow: hidden;
  background: #231f20;
}
.pageKeplerDay .agenda .image-desktop {
  width: 100%;
  height: 100%;
  position: relative;
}
.pageKeplerDay .agenda .image-desktop .image {
  position: absolute;
  top: 0;
  right: -15px;
  width: 50vw;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 87% 100%;
  background-position: initial;
}
.pageKeplerDay .agenda .content {
  padding: 15px 0;
}
@media (min-width: 1200px) {
  .pageKeplerDay .agenda .content {
    padding: 38px 0 38px 50px;
  }
}
.pageKeplerDay .agenda .content h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  color: #ffffff;
  margin-bottom: 28px;
}
.pageKeplerDay .agenda .content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: grid;
  gap: 22px;
  grid-template-columns: auto auto;
}
@media (min-width: 1200px) {
  .pageKeplerDay .agenda .content ul {
    gap: 35px;
  }
}
.pageKeplerDay .agenda .content ul li {
  margin: 25px 0;
}
.pageKeplerDay .agenda .content ul li time {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #231F20;
  padding: 7px 10px;
  background: white;
  margin-bottom: 8px;
  display: inline-block;
}
.pageKeplerDay .agenda .content ul li h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  margin: 0;
}
.pageKeplerDay .evento {
  padding: 18px 0 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
@media (max-width: 1199px) {
  .pageKeplerDay .evento {
    background-image: none !important;
  }
}
@media (min-width: 1200px) {
  .pageKeplerDay .evento {
    padding: 52px 0;
    padding-top: 80px;
  }
}
.pageKeplerDay .evento .editor {
  width: 550px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 19px;
}
@media (min-width: 1200px) {
  .pageKeplerDay .evento .editor {
    margin-bottom: 54px;
  }
}
.pageKeplerDay .evento .editor > *:last-child {
  margin-bottom: 0;
}
.pageKeplerDay .evento .editor h1,
.pageKeplerDay .evento .editor h2,
.pageKeplerDay .evento .editor h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 13px;
}
@media (min-width: 1200px) {
  .pageKeplerDay .evento .editor h1,
.pageKeplerDay .evento .editor h2,
.pageKeplerDay .evento .editor h3 {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 16px;
  }
}
.pageKeplerDay .evento .editor h1 b,
.pageKeplerDay .evento .editor h1 strong,
.pageKeplerDay .evento .editor h2 b,
.pageKeplerDay .evento .editor h2 strong,
.pageKeplerDay .evento .editor h3 b,
.pageKeplerDay .evento .editor h3 strong {
  font-weight: 900;
}
.pageKeplerDay .evento .editor h4,
.pageKeplerDay .evento .editor h5,
.pageKeplerDay .evento .editor h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #231F20;
  text-transform: uppercase;
  margin-bottom: 13px;
}
@media (min-width: 1200px) {
  .pageKeplerDay .evento .editor h4,
.pageKeplerDay .evento .editor h5,
.pageKeplerDay .evento .editor h6 {
    margin-bottom: 16px;
  }
}
.pageKeplerDay .evento .editor p {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 1200px) {
  .pageKeplerDay .evento .editor p {
    font-size: 20px;
    line-height: 21px;
  }
}
.pageKeplerDay .evento .editor p b,
.pageKeplerDay .evento .editor p strong {
  font-weight: 700;
}
.pageKeplerDay .evento .counter {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.pageKeplerDay .evento .counter > div {
  width: 65px;
  height: 75px;
  padding: 6px;
  flex-shrink: 0;
  border: 1px solid #231f20;
  border-radius: 4px;
  position: relative;
  min-width: max-content;
}
@media (min-width: 1200px) {
  .pageKeplerDay .evento .counter > div {
    width: 128px;
    height: 145px;
    padding: 16px 8px;
  }
}
.pageKeplerDay .evento .counter > div span {
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  color: #231f20;
  display: block;
  text-align: center;
}
@media (min-width: 1200px) {
  .pageKeplerDay .evento .counter > div span {
    font-size: 64px;
    line-height: 73px;
  }
}
.pageKeplerDay .evento .counter > div p {
  margin: 0;
  margin-top: 10px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #231f20;
}
@media (min-width: 1200px) {
  .pageKeplerDay .evento .counter > div p {
    font-size: 24px;
    line-height: 28px;
  }
}
.pageKeplerDay .evento .counter > div + div {
  margin-left: 22px;
}
@media (min-width: 1200px) {
  .pageKeplerDay .evento .counter > div + div {
    margin-left: 41px;
  }
}
.pageKeplerDay .evento .counter > div + div::before {
  content: ":";
  position: absolute;
  top: 50%;
  right: calc(100% + 6px);
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  color: #231f20;
}
@media (min-width: 1200px) {
  .pageKeplerDay .evento .counter > div + div::before {
    right: calc(100% + 10px);
    font-size: 56px;
  }
}
.pageKeplerDay .evento .mailer {
  padding-top: 55px;
}
.pageKeplerDay .evento .mailer h3 {
  text-align: center;
  font-weight: 900;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  .pageKeplerDay .evento .mailer h3 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 26px;
  }
}
.pageKeplerDay .evento .mailer .formRegister {
  max-width: 450px !important;
  min-height: 400px;
  margin: auto;
}
.pageKeplerDay .evento .mailer .formRegister form#MZMailerForm {
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.pageKeplerDay .evento .mailer .formRegister form input,
.pageKeplerDay .evento .mailer .formRegister form textarea,
.pageKeplerDay .evento .mailer .formRegister form select {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000;
  padding: 12px;
}
.pageKeplerDay .evento .mailer .formRegister form input::-webkit-input-placeholder,
.pageKeplerDay .evento .mailer .formRegister form textarea::-webkit-input-placeholder,
.pageKeplerDay .evento .mailer .formRegister form select::-webkit-input-placeholder {
  color: #000;
}
.pageKeplerDay .evento .mailer .formRegister form input::-moz-input-placeholder,
.pageKeplerDay .evento .mailer .formRegister form textarea::-moz-input-placeholder,
.pageKeplerDay .evento .mailer .formRegister form select::-moz-input-placeholder {
  color: #000;
}
.pageKeplerDay .evento .mailer .formRegister form input::-ms-input-placeholder,
.pageKeplerDay .evento .mailer .formRegister form textarea::-ms-input-placeholder,
.pageKeplerDay .evento .mailer .formRegister form select::-ms-input-placeholder {
  color: #000;
}
.pageKeplerDay .evento .mailer .formRegister form input::-o-input-placeholder,
.pageKeplerDay .evento .mailer .formRegister form textarea::-o-input-placeholder,
.pageKeplerDay .evento .mailer .formRegister form select::-o-input-placeholder {
  color: #000;
}
.pageKeplerDay .evento .mailer .formRegister form input::input-placeholder,
.pageKeplerDay .evento .mailer .formRegister form textarea::input-placeholder,
.pageKeplerDay .evento .mailer .formRegister form select::input-placeholder {
  color: #000;
}
.pageKeplerDay .evento .mailer .formRegister form input:focus,
.pageKeplerDay .evento .mailer .formRegister form textarea:focus,
.pageKeplerDay .evento .mailer .formRegister form select:focus {
  border-color: rgba(35, 31, 32, 0.3);
  box-shadow: 0 0 0 0.2rem rgba(35, 31, 32, 0.3);
}
.pageKeplerDay .evento .mailer .formRegister form input.multiple,
.pageKeplerDay .evento .mailer .formRegister form textarea.multiple,
.pageKeplerDay .evento .mailer .formRegister form select.multiple {
  min-height: 95px !important;
  outline: none;
  padding: 10px;
  background: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #d5d7d8;
  max-height: 150px;
}
.pageKeplerDay .evento .mailer .formRegister form input.multiple::-webkit-scrollbar,
.pageKeplerDay .evento .mailer .formRegister form textarea.multiple::-webkit-scrollbar,
.pageKeplerDay .evento .mailer .formRegister form select.multiple::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
}
.pageKeplerDay .evento .mailer .formRegister form input.multiple::-webkit-scrollbar-thumb,
.pageKeplerDay .evento .mailer .formRegister form textarea.multiple::-webkit-scrollbar-thumb,
.pageKeplerDay .evento .mailer .formRegister form select.multiple::-webkit-scrollbar-thumb {
  background-color: #231F20;
}
.pageKeplerDay .evento .mailer .formRegister form input.multiple option,
.pageKeplerDay .evento .mailer .formRegister form textarea.multiple option,
.pageKeplerDay .evento .mailer .formRegister form select.multiple option {
  padding: 10px;
  padding-left: 30px;
  border-bottom: 1px solid #ffffff;
  background-color: transparent !important;
  position: relative;
}
.pageKeplerDay .evento .mailer .formRegister form input.multiple option::before,
.pageKeplerDay .evento .mailer .formRegister form textarea.multiple option::before,
.pageKeplerDay .evento .mailer .formRegister form select.multiple option::before {
  content: "";
  background: url(img/icon-checked-off.png) no-repeat center;
  position: absolute;
  top: 13px;
  left: 7px;
  width: 17px;
  height: 17px;
  opacity: 0.5;
  cursor: pointer;
}
.pageKeplerDay .evento .mailer .formRegister form input.multiple option:checked:before,
.pageKeplerDay .evento .mailer .formRegister form textarea.multiple option:checked:before,
.pageKeplerDay .evento .mailer .formRegister form select.multiple option:checked:before {
  opacity: 1;
  background: url(img/icon-checked.png) no-repeat center;
}
.pageKeplerDay .evento .mailer .formRegister form input[type=checkbox],
.pageKeplerDay .evento .mailer .formRegister form textarea[type=checkbox],
.pageKeplerDay .evento .mailer .formRegister form select[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  margin: 0 1rem 0 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.pageKeplerDay .evento .mailer .formRegister form input[type=checkbox]:before,
.pageKeplerDay .evento .mailer .formRegister form textarea[type=checkbox]:before,
.pageKeplerDay .evento .mailer .formRegister form select[type=checkbox]:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 4px;
}
.pageKeplerDay .evento .mailer .formRegister form input[type=checkbox]:checked:before,
.pageKeplerDay .evento .mailer .formRegister form textarea[type=checkbox]:checked:before,
.pageKeplerDay .evento .mailer .formRegister form select[type=checkbox]:checked:before {
  top: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 0.5rem;
  border-color: #000;
  border-top-style: none;
  border-right-style: none;
  border-radius: 0;
}
.pageKeplerDay .evento .mailer .formRegister form input[type=checkbox]:after,
.pageKeplerDay .evento .mailer .formRegister form textarea[type=checkbox]:after,
.pageKeplerDay .evento .mailer .formRegister form select[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  cursor: pointer;
}
.pageKeplerDay .evento .mailer .formRegister form label.field {
  margin: 0;
}
.pageKeplerDay .evento .mailer .formRegister form label.field.empresa {
  flex: 0 0 48%;
}
.pageKeplerDay .evento .mailer .formRegister form label.field span.label {
  display: none;
}
@media (min-width: 992px) {
  .pageKeplerDay .evento .mailer .formRegister form label.field.email, .pageKeplerDay .evento .mailer .formRegister form label.field.digiteotelefone {
    max-width: calc(50% - 5px);
  }
}
.pageKeplerDay .evento .mailer .formRegister form label.field.grupo span.label {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #000;
  display: none;
}
.pageKeplerDay .evento .mailer .formRegister form label.field.terms, .pageKeplerDay .evento .mailer .formRegister form label.field.desconto {
  position: absolute;
  justify-content: center;
  z-index: 2;
  bottom: 86px;
}
.pageKeplerDay .evento .mailer .formRegister form label.field.terms .terms__desconto, .pageKeplerDay .evento .mailer .formRegister form label.field.desconto .terms__desconto {
  bottom: 86px;
}
.pageKeplerDay .evento .mailer .formRegister form label.field.terms span#acceptedTerm, .pageKeplerDay .evento .mailer .formRegister form label.field.desconto span#acceptedTerm {
  display: block !important;
}
.pageKeplerDay .evento .mailer .formRegister form label.field.desconto {
  justify-content: flex-start;
  flex-direction: row;
  bottom: 152px;
}
.pageKeplerDay .evento .mailer .formRegister form label.field.company:lang(en) {
  width: 48%;
}
.pageKeplerDay .evento .mailer .formRegister form > .buttons {
  padding-top: 44px;
}
.pageKeplerDay .evento .mailer .formRegister form > .buttons > button {
  margin: 10px auto 30px;
  border: none;
  background-color: #000 !important;
  color: #fff;
  border-radius: 5px;
  padding: 15px;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pageKeplerDay .evento .mailer .formRegister form > .buttons > button.clear {
  display: none !important;
}
.pageKeplerDay .evento .mailer .formRegister form > .buttons > button.send:disabled {
  opacity: 0.5;
}
.pageKeplerDay .evento .mailer .formRegister form > .buttons > button.send:hover {
  background-color: #000 !important;
}
.pageKeplerDay .evento .mailer .formRegister .mailerForm,
.pageKeplerDay .evento .mailer .formRegister .mailerFormBlacklist {
  max-width: 100% !important;
}
.pageKeplerDay .evento .mailer .formRegister .g-recaptcha {
  bottom: 168px;
  justify-content: center;
  z-index: 1;
}
.pageKeplerDay .endereco {
  overflow: hidden;
  background: #231f20;
  width: 100%;
}
@media (max-width: 1199px) {
  .pageKeplerDay .endereco {
    flex-direction: column;
  }
}
.pageKeplerDay .endereco * {
  color: #fff;
}
.pageKeplerDay .endereco svg rect {
  fill: #fff !important;
}
.pageKeplerDay .endereco svg path {
  fill: #231f20;
}
@media (min-width: 1200px) {
  .pageKeplerDay .endereco {
    padding: 37px 7%;
  }
}
@media (min-width: 1200px) {
  .pageKeplerDay .endereco .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
  }
}
.pageKeplerDay .endereco .title {
  padding: 25px 0;
  background: none;
  width: 100%;
}
@media (min-width: 1200px) {
  .pageKeplerDay .endereco .title {
    padding: 0;
  }
}
.pageKeplerDay .endereco .title h3 {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  color: #ffffff;
}
.pageKeplerDay .endereco .title div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pageKeplerDay .endereco .title div svg {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .pageKeplerDay .endereco .title div svg {
    width: 68px;
    height: 68px;
  }
}
.pageKeplerDay .endereco .title div p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .pageKeplerDay .endereco .title div p {
    font-size: 16px;
    line-height: 18px;
  }
}
.pageKeplerDay .endereco .iframe {
  width: calc(100% + 30px);
  margin: 0 -15px;
  height: 210px;
  flex-shrink: 0;
}
@media (min-width: 576px) {
  .pageKeplerDay .endereco .iframe {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .pageKeplerDay .endereco .iframe {
    width: 552px;
    height: 336px;
    max-width: 100%;
  }
}
.pageKeplerDay .endereco .iframe iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.pageKeplerDay .presencaConfirmada {
  padding: 39px 0 35px;
  background: #ffb74d;
}
.pageKeplerDay .presencaConfirmada > .container h2 {
  text-align: center;
  margin-bottom: 56px;
}
.pageKeplerDay .presencaConfirmada > .container .slick-next,
.pageKeplerDay .presencaConfirmada > .container .slick-prev {
  z-index: 1;
}
.pageKeplerDay .presencaConfirmada > .container .slick-next:before,
.pageKeplerDay .presencaConfirmada > .container .slick-prev:before {
  font-size: 63px;
  color: black;
}
.pageKeplerDay .presencaConfirmada > .container .slick-prev {
  left: -71px;
}
@media (max-width: 1199px) {
  .pageKeplerDay .presencaConfirmada > .container .slick-prev {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .pageKeplerDay .presencaConfirmada > .container .slick-next {
    right: 43px;
  }
}
.pageKeplerDay .presencaConfirmada > .container .item {
  width: 222px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pageKeplerDay .presencaConfirmada > .container .item .logo {
  width: 53%;
  margin-top: -20px;
}
.pageKeplerDay .presencaConfirmada > .container .item--1 .logo {
  margin-top: -8px;
}
.pageKeplerDay .presencaConfirmada > .container .item--2 a > div img {
  object-position: top;
}
.pageKeplerDay .presencaConfirmada > .container .item--2 .logo {
  margin-top: 0px;
}
.pageKeplerDay .presencaConfirmada > .container .item a {
  text-decoration: none;
}
.pageKeplerDay .presencaConfirmada > .container .item a > div img {
  object-fit: cover;
  width: 180px;
  height: 180px;
  margin: 0 auto 16px;
  border-radius: 50%;
}
.pageKeplerDay .presencaConfirmada > .container .item a h6 {
  margin-top: 19px;
  margin-bottom: 7px;
  font-weight: 700;
  text-align: center;
  color: #000;
  font-size: 24px;
  line-height: 42px;
  margin: 0;
}
.pageKeplerDay .presencaConfirmada > .container .module-person_title {
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  color: #231f20;
  height: 44px;
  margin-bottom: 14px;
  font-weight: bold;
}

@media (max-width: 576px) {
  .img_mobile {
    object-fit: contain;
    width: 100%;
  }
}

.pageDiretoria h2 {
  color: #2D2926;
  font-weight: 500;
  font-size: 25px;
  line-height: 140%;
}
.pageDiretoria .accordion__item__header {
  padding: 15px 45px 0px 15px;
}
.pageDiretoria .accordion__item__header.active {
  color: #fff;
  background: #fff;
  border-bottom: 1px solid #D5D7D8;
}
.pageDiretoria .accordion__item__header.active::before {
  transform: rotate(180deg) translateY(50%);
  background: url(img/icons/arrowDownFaq.png) no-repeat;
  width: 30px;
  height: 20px;
  right: 20px;
}
.pageDiretoria .accordion__item__content {
  padding-top: 25px;
  padding-left: 15px;
}
.pageDiretoria .comites thead th {
  width: 25%;
  border-bottom: 1px solid #d5d7d8;
}
.pageDiretoria .comites thead th.inicio, .pageDiretoria .comites thead th.termino {
  text-align: center;
}
.pageDiretoria .comites thead th.nome {
  width: 35%;
}
.pageDiretoria .comites .informacao__cabecalho.active {
  color: #fff;
  background: #ED8B00;
  border-bottom: 1px solid #ED8B00;
}
.pageDiretoria .comites .informacao__cabecalho.active .termino:before {
  filter: brightness(4.5);
}
.pageDiretoria .comites .informacao__cabecalho td {
  cursor: pointer;
}
.pageDiretoria .comites .informacao__cabecalho td.nome {
  padding-left: 7px;
  position: relative;
}
.pageDiretoria .comites .informacao__cabecalho td.inicio, .pageDiretoria .comites .informacao__cabecalho td.termino {
  text-align: center;
}
.pageDiretoria .comites .informacao__cabecalho td.termino {
  position: relative;
}
.pageDiretoria .comites .informacao__cabecalho td.termino::before {
  content: "";
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 4px;
  transition: 0.5s;
  background-image: url("img/icons/arrowDownFaq.png");
  background-repeat: no-repeat;
  background-position: center;
}
.pageDiretoria .comites .informacao__cabecalho td.termino.active::before {
  background-image: url("img/icons/arrowUp.png");
  background-repeat: no-repeat;
  background-position: 49%;
}
.pageDiretoria .comites .informacao .curriculo {
  padding: 0;
}
.pageDiretoria .comites .informacao .curriculo td {
  padding: 0;
  border: none;
}
.pageDiretoria .comites .informacao .curriculo td .item {
  display: none;
  background-color: #F2F2F2;
  padding: 0 20px 0 0;
}
.pageDiretoria .comites .informacao .curriculo td .item > div {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .pageDiretoria .comites .informacao .curriculo td .item > div {
    flex-direction: column;
  }
}
.pageDiretoria .comites .informacao .curriculo td .item > div p {
  padding: 20px;
}
.pageDiretoria .comites .informacao .curriculo td .item img {
  object-fit: cover;
}
@media (max-width: 767px) {
  .pageDiretoria .comites .informacao .curriculo td .item img {
    object-fit: contain;
  }
}

.noticias {
  padding-bottom: 200px;
}
.noticias #selectYear {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 68px 0 68px auto;
  border: 1px solid #cbcbcd;
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #2d2926;
}
.noticias .containerNoticias {
  display: flex;
  gap: 45px 25px;
  flex-wrap: wrap;
  position: relative;
}
.noticias .containerNoticias .js-pagination {
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 23px;
}
.noticias .containerNoticias .js-pagination .next,
.noticias .containerNoticias .js-pagination .prev {
  border: none;
  background: transparent;
  cursor: pointer;
}
.noticias .containerNoticias .js-pagination .next[disabled],
.noticias .containerNoticias .js-pagination .prev[disabled] {
  opacity: 0.5;
}
.noticias .containerNoticias .js-pagination .prev {
  transform: rotate(180deg);
}
.noticias .containerNoticias .js-pagination .number {
  border: none;
  background: transparent;
  cursor: pointer;
  color: #696158;
}
.noticias .containerNoticias .js-pagination .number.active {
  color: #000000;
}
.noticias .containerNoticias .box {
  position: relative;
  min-height: 341px;
  flex: 0 0 31%;
}
@media (max-width: 1199px) {
  .noticias .containerNoticias .box {
    flex: 0 0 100%;
  }
}
.noticias .containerNoticias .box img {
  width: 362px;
  height: 137px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .noticias .containerNoticias .box img {
    width: 100%;
  }
}
.noticias .containerNoticias .box h5 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #2d2926;
}
.noticias .containerNoticias .box p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #2d2926 !important;
}
.noticias .containerNoticias .box p.data {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  color: #2d2926 !important;
}
.noticias .containerNoticias .box p:not(.data) {
  min-height: 67px;
}
.noticias .containerNoticias .box .btnNoticia {
  width: 117px;
  height: 29px;
  padding: 4px 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #ffffff;
  text-decoration: none;
  background: #ed8b00;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: absolute;
  bottom: 0;
}
.noticias .containerNoticias .box .btnNoticia:lang(en) {
  width: 137px;
}

.single-noticia .internal-banner .container h1 {
  display: none;
}
.single-noticia .singleNoticia {
  padding: 100px 0;
  overflow: hidden;
}
.single-noticia .singleNoticia .title {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  width: 60%;
  padding-bottom: 22px;
}
@media (max-width: 1199px) {
  .single-noticia .singleNoticia .title {
    width: 100%;
  }
}
.single-noticia .singleNoticia .containerPage {
  display: flex;
  gap: 44px;
}
@media (max-width: 1199px) {
  .single-noticia .singleNoticia .containerPage {
    flex-direction: column;
  }
}
.single-noticia .singleNoticia .containerPage .contentNoticia {
  flex: 0 0 60%;
}
.single-noticia .singleNoticia .containerPage .contentNoticia .top {
  margin-bottom: 44px;
}
.single-noticia .singleNoticia .containerPage .contentNoticia .top .information {
  display: flex;
  gap: 50px;
}
.single-noticia .singleNoticia .containerPage .contentNoticia .top .information p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}
.single-noticia .singleNoticia .containerPage .contentNoticia .top .information .moreView {
  color: #ed8b00;
  text-decoration: none;
}
.single-noticia .singleNoticia .containerPage .contentNoticia .top .information .sgvs {
  display: flex;
  gap: 18px;
}
.single-noticia .singleNoticia .containerPage .contentNoticia .top .information .sgvs .execCopy {
  cursor: pointer;
}
.single-noticia .singleNoticia .containerPage .contentNoticia .description {
  position: relative;
}
.single-noticia .singleNoticia .containerPage .listNoticias {
  flex: 1 0 25%;
  position: relative;
  height: 100%;
}
.single-noticia .singleNoticia .containerPage .listNoticias:after {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 105%;
  top: 0;
  background: #cbcbcd;
}
@media (max-width: 1199px) {
  .single-noticia .singleNoticia .containerPage .listNoticias:after {
    display: none;
  }
}
.single-noticia .singleNoticia .containerPage .listNoticias .pagination {
  width: max-content;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
}
.single-noticia .singleNoticia .containerPage .listNoticias .pagination .js-pagination-next,
.single-noticia .singleNoticia .containerPage .listNoticias .pagination .js-pagination-prev {
  border: none;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1L6.5 6L1.5 11' stroke='%23231F20' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  color: transparent;
  cursor: pointer;
}
.single-noticia .singleNoticia .containerPage .listNoticias .pagination .js-pagination-prev {
  transform: rotate(180deg);
}
.single-noticia .singleNoticia .containerPage .listNoticias .pagination .js-pagination-link {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  padding: 0 10px;
}
.single-noticia .singleNoticia .containerPage .listNoticias .js-pagination {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 23px;
}
.single-noticia .singleNoticia .containerPage .listNoticias .js-pagination .next,
.single-noticia .singleNoticia .containerPage .listNoticias .js-pagination .prev {
  border: none;
  background: transparent;
  cursor: pointer;
}
.single-noticia .singleNoticia .containerPage .listNoticias .js-pagination .next[disabled],
.single-noticia .singleNoticia .containerPage .listNoticias .js-pagination .prev[disabled] {
  opacity: 0.5;
}
.single-noticia .singleNoticia .containerPage .listNoticias .js-pagination .prev {
  transform: rotate(180deg);
}
.single-noticia .singleNoticia .containerPage .listNoticias .js-pagination .number {
  border: none;
  background: transparent;
  cursor: pointer;
  color: #696158;
}
.single-noticia .singleNoticia .containerPage .listNoticias .js-pagination .number.active {
  color: #000000;
}
.single-noticia .singleNoticia .containerPage .listNoticias .top {
  margin: 30px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
}
.single-noticia .singleNoticia .containerPage .listNoticias .box {
  position: relative;
  min-height: 356px;
  flex: 0 0 31%;
  margin: 20px auto;
}
@media (max-width: 1199px) {
  .single-noticia .singleNoticia .containerPage .listNoticias .box {
    flex: 0 0 100%;
  }
}
.single-noticia .singleNoticia .containerPage .listNoticias .box img {
  width: 352px !important;
  height: 137px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .single-noticia .singleNoticia .containerPage .listNoticias .box img {
    width: 100% !important;
  }
}
.single-noticia .singleNoticia .containerPage .listNoticias .box h5 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #2d2926;
}
.single-noticia .singleNoticia .containerPage .listNoticias .box p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #2d2926 !important;
}
.single-noticia .singleNoticia .containerPage .listNoticias .box p.data {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  color: #2d2926 !important;
}
.single-noticia .singleNoticia .containerPage .listNoticias .box p:not(.data) {
  min-height: 67px;
}
.single-noticia .singleNoticia .containerPage .listNoticias .box .btnNoticia {
  width: 117px;
  height: 29px;
  padding: 4px 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #ffffff;
  text-decoration: none;
  background: #ed8b00;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: absolute;
  bottom: 0;
}
.single-noticia .singleNoticia .containerPage .listNoticias .box .btnNoticia:lang(en) {
  width: 137px;
}

.page-template-premiacoes .pagePremiacoes__boxTop {
  max-width: 480px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  top: -80px;
  overflow: hidden;
}
.page-template-premiacoes .pagePremiacoes__boxTop .description {
  font-size: 18px;
  color: #91989F;
}
.page-template-premiacoes .pagePremiacoes__top .row {
  display: flex;
  align-items: center;
}
.page-template-premiacoes .pagePremiacoes__top .row .image img {
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.page-template-premiacoes .pagePremiacoes__top .row .col-sm-6 span {
  display: block;
  color: #91989f;
  font-size: 22px;
  line-height: 32px;
}
.page-template-premiacoes .pagePremiacoes .slickYear {
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .page-template-premiacoes .pagePremiacoes .slickYear {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .page-template-premiacoes .pagePremiacoes .slickYear:first-child {
    margin-top: 60px;
  }
}
.page-template-premiacoes .pagePremiacoes .slickYear .yearAndArrow {
  min-width: 320px;
  padding: 30px 30px 30px 80px;
}
@media (max-width: 1199px) {
  .page-template-premiacoes .pagePremiacoes .slickYear .yearAndArrow {
    padding: 0;
  }
}
.page-template-premiacoes .pagePremiacoes .slickYear .yearAndArrow .arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.page-template-premiacoes .pagePremiacoes .slickYear .yearAndArrow .arrows .next {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.page-template-premiacoes .pagePremiacoes .slickYear .yearAndArrow .arrows .next.slick-disabled {
  opacity: 0.6;
}
.page-template-premiacoes .pagePremiacoes .slickYear .yearAndArrow .arrows .next img {
  width: 25px;
  height: 25px;
}
.page-template-premiacoes .pagePremiacoes .slickYear .yearAndArrow .arrows .prev {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.page-template-premiacoes .pagePremiacoes .slickYear .yearAndArrow .arrows .prev.slick-disabled {
  opacity: 0.6;
}
.page-template-premiacoes .pagePremiacoes .slickYear .yearAndArrow .arrows .prev img {
  width: 25px;
  height: 25px;
  transform: scale(-1);
}
.page-template-premiacoes .pagePremiacoes .slickYear .yearAndArrow .year {
  margin-bottom: 20px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: #91989f;
}
@media (max-width: 1199px) {
  .page-template-premiacoes .pagePremiacoes .slickYear .slickAwards {
    width: 100%;
  }
}
.page-template-premiacoes .pagePremiacoes .slickYear .slickAwards .box {
  margin: 53px 10px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  width: 360px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 300px;
  box-sizing: border-box;
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .page-template-premiacoes .pagePremiacoes .slickYear .slickAwards .box {
    max-width: 360px;
    margin: 48px auto;
  }
}
.page-template-premiacoes .pagePremiacoes .slickYear .slickAwards .box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background: var(--cor-da-barra);
}
.page-template-premiacoes .pagePremiacoes .slickYear .slickAwards .box h4 {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.5;
  color: #34383d;
}
.page-template-premiacoes .pagePremiacoes .slickYear .slickAwards .box .content {
  overflow: auto;
  padding: 0 25px 0 0;
  /* Largura total da barra de rolagem */
  /* Fundo da trilha */
  /* Cor do manipulador */
}
.page-template-premiacoes .pagePremiacoes .slickYear .slickAwards .box .content::-webkit-scrollbar {
  width: 5px !important;
}
.page-template-premiacoes .pagePremiacoes .slickYear .slickAwards .box .content::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}
.page-template-premiacoes .pagePremiacoes .slickYear .slickAwards .box .content::-webkit-scrollbar-thumb {
  background: var(--cor-da-barra) !important; /* Cor laranja para o manipulador */
}
.page-template-premiacoes .pagePremiacoes .slickYear .slickAwards .box .content::-webkit-scrollbar-button:single-button {
  display: none !important;
}
.page-template-premiacoes .pagePremiacoes .slickYear .slickAwards .box .content .logo {
  display: block;
  margin: 20px auto 0;
  max-width: 170px;
}
.page-template-premiacoes .animationBottom {
  opacity: 0;
  transform: translateY(150px);
}
.page-template-premiacoes .animationLeft {
  opacity: 0;
  transform: translateX(-150px);
}
.page-template-premiacoes .animationRight {
  opacity: 0;
  transform: translateX(150px);
}

.sectionChart {
  position: relative;
}
.sectionChart .topText {
  z-index: 2;
  display: block;
  position: relative;
}
.sectionChart .sectionColumn {
  margin: 20px 0;
}
.sectionChart #chartJs {
  width: 100%;
}
@media (max-width: 1199px) {
  .sectionChart #chartJs {
    width: 100%;
    height: 700px;
    margin-top: -133px;
  }
}
.sectionChart #chartJs #contentLegend {
  display: flex;
}
.sectionChart #chartJs #nameLegends {
  color: black;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sectionChart #chartJs #circleLegends {
  display: inline-block;
  width: 28px;
  height: 17px;
  border-radius: 5px;
  margin-right: 6px;
}
.sectionChart .legendBottom {
  color: #ED8B00;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  position: absolute;
  right: 13%;
  bottom: 31px;
}
@media (max-width: 1199px) {
  .sectionChart .legendBottom {
    bottom: -50px;
    right: 15px;
    margin: 0 38px;
  }
}
.sectionChart .highcharts-legend-item .highcharts-point {
  display: none;
}

.sectionTable table {
  margin-top: 0;
}
.sectionTable table tbody tr {
  height: 56px;
}
.sectionTable table tbody tr:nth-child(odd) {
  background: #F5F5F5;
}
.sectionTable table tbody tr td {
  padding: 10px 10px;
}

.accordion {
  margin-top: 45px;
}
.accordion__item {
  margin-bottom: 10px;
}
.accordion__item__header {
  color: #1E1E1E;
  background: #fff;
  font-weight: 700;
  padding: 15px 72px 15px 15px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #D5D7D8;
  border-radius: 5px 5px 0px 0px;
}
.accordion__item__header::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all;
  background: url(img/seta_baixo.png) no-repeat;
}
.accordion__item__header.active {
  color: #fff;
  background: #ED8B00;
  border-bottom: 1px solid #ED8B00;
}
.accordion__item__header.active::before {
  transform: rotate(180deg) translateY(50%);
  background: url(img/arrow_accordion.png);
}
.accordion__item__content {
  display: none;
  padding-bottom: 8px;
}
.accordion__item__content table {
  margin: 0;
}

.cookie {
  background: #fff;
  position: fixed;
  bottom: 60px;
  border-radius: 8px;
  left: 180px;
  width: 1010px;
  padding: 32px 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
@media (min-width: 1400px) {
  .cookie {
    width: 53%;
    left: 480px;
  }
}
.cookie.active {
  opacity: 1;
  pointer-events: initial;
}
.cookie > .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cookie > .container {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.cookie__text {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cookie__text {
    margin-bottom: 0;
    margin-right: 90px;
    margin-left: 55px;
  }
}
.cookie__text, .cookie__text * {
  color: #2D2926;
  font-size: 14px;
  line-height: 24px;
}
.cookie__text * {
  margin: 0;
}
.cookie__close {
  white-space: nowrap;
  margin-right: 60px;
  border-radius: 5px;
  background: #ED8B00;
  border-color: #ED8B00;
}
@media (max-width: 767px) {
  .cookie__close {
    width: 100%;
    text-align: center;
  }
}

.datepicker {
  position: relative;
  z-index: 0;
  display: table;
  width: 100%;
  margin: 0 auto;
}
.datepicker, .datepicker * {
  border: none !important;
  background: transparent !important;
}
.datepicker .nav-event {
  position: absolute;
  top: 15px;
  font-size: 0;
  cursor: pointer;
  z-index: 9;
}
.datepicker .nav-event > svg {
  display: block;
  fill: #ED8B00;
  width: 20px;
  height: auto;
}
.datepicker .nav-event.next {
  right: 15px;
}
@media (min-width: 992px) {
  .datepicker .nav-event.next {
    right: 35px;
  }
}
.datepicker .nav-event.prev {
  left: 15px;
}
@media (min-width: 992px) {
  .datepicker .nav-event.prev {
    left: 35px;
  }
}
.datepicker .nav-event.prev::before {
  content: "\f0d9";
}
.datepicker .nav-event:hover {
  opacity: 0.8;
}
.datepicker .ui-datepicker-calendar {
  height: 300px;
}
.datepicker .ui-datepicker-group {
  display: table-cell;
  width: 33.3%;
  padding: 0 12px 0;
  vertical-align: top;
}
@media (max-width: 992px) {
  .datepicker .ui-datepicker-group {
    width: 50% !important;
  }
  .datepicker .ui-datepicker-group-last {
    display: none;
  }
}
@media (max-width: 768px) {
  .datepicker .ui-datepicker-group {
    width: 100% !important;
    padding: 0 !important;
  }
  .datepicker .ui-datepicker-group-middle {
    display: none;
  }
}
.datepicker .ui-datepicker-header {
  width: 100%;
}
.datepicker .ui-datepicker-header-prev span, .datepicker .ui-datepicker-header-next span {
  display: none;
}
.datepicker .ui-datepicker-title {
  color: #2D2926;
  font-size: 16px;
  padding: 10px 0;
  font-weight: 700;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
.datepicker .ui-datepicker-inline {
  width: 100% !important;
  display: table !important;
  border-collapse: separate;
  margin: 0 auto;
  min-height: 310px;
  padding: 0 !important;
}
.datepicker .ui-datepicker-calendar {
  margin-top: 0;
  min-height: 265px;
  width: 100% !important;
  border: 2px solid #CBCBCD !important;
}
.datepicker .ui-datepicker-calendar tr th span {
  color: #2D2926;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.datepicker .ui-datepicker-calendar tr td {
  background: white;
  padding: 5px;
  text-align: center;
  width: 14.3%;
  opacity: 1;
  pointer-events: initial !important;
}
.datepicker .ui-datepicker-calendar tr td span {
  text-align: center;
  display: block;
  color: #2D2926;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  height: 32px;
  width: 32px;
  border-radius: 5px;
  padding-top: 6px;
}
.datepicker .ui-datepicker-calendar tr td.has-event span {
  color: #fff !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event.divulgacao-de-resultado span {
  background-color: #ED8B00 !important;
  border: 1px solid #ED8B00 !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event.webcast span {
  background-color: #FECA30 !important;
  border: 1px solid #FECA30 !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event.conferencias span {
  background-color: #2D2926 !important;
  border: 1px solid #2D2926 !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event.outros-eventos span, .datepicker .ui-datepicker-calendar tr td.has-event.presenciais span {
  background-color: #F2F2F2 !important;
  border: 1px solid #F2F2F2 !important;
  color: #000 !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event.acionistas span {
  background-color: #FFDAA6 !important;
  border: 1px solid #F2F2F2 !important;
  color: #000 !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event.mais-de-um-evento span {
  background-color: #696158 !important;
  border: 1px solid #696158 !important;
  color: #000 !important;
}
.datepicker .ui-datepicker-prev, .datepicker .ui-datepicker-next {
  display: none;
}

#legenda_eventos {
  width: 100%;
  margin: 15px 0 60px !important;
  padding-left: 12px;
}
@media (max-width: 1199px) {
  #legenda_eventos {
    display: flex;
    flex-direction: column;
  }
}
#legenda_eventos .legenda_texto {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 700;
  color: #2D2926;
}
#legenda_eventos .legenda_item {
  display: inline-block;
  margin: 5px 15px 5px 0;
  position: relative;
}
#legenda_eventos .legenda_item .cor {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
#legenda_eventos .legenda_item .cor-01 {
  background: #ED8B00;
}
#legenda_eventos .legenda_item .cor-02 {
  background: #FECA30;
}
#legenda_eventos .legenda_item .cor-03 {
  background: #696158;
}
#legenda_eventos .legenda_item .cor-04 {
  background: #2D2926;
}
#legenda_eventos .legenda_item .cor-05 {
  background: #F2F2F2;
}
#legenda_eventos .legenda_item .cor-06 {
  background-color: #FFDAA6;
}
#legenda_eventos .legenda_item .label {
  color: #2D2926;
  font-size: 16px;
  line-height: 1;
  padding: 5px 0 5px 35px;
}

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

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

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

.evento-futuro .table-calendario thead tr .eventos {
  width: 380px;
}

.evento-realizado .table-calendario thead tr .data {
  width: 200px;
}
.evento-realizado .table-calendario thead tr .data:lang(en) {
  width: 242px;
}

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

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* POPUP HOME */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.popup .popup__home {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 750px;
  background-color: #fff;
  max-width: calc(100% - 30px);
  max-height: 600px;
  overflow: hidden;
  padding: 0;
  border-radius: 20px;
  background-color: transparent;
}
.popup .popup__home .image {
  height: auto;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  width: 423px;
  max-height: 600px;
}
.popup .popup__home main {
  text-align: left;
  padding: 22px 30px;
  width: 410px;
  background-color: white;
  overflow-y: auto;
  max-height: 600px;
}
.popup .popup__home main .textos {
  overflow: unset;
}
.popup .popup__home .close {
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .popup .popup__home .close {
    top: 10px;
    right: 15px;
  }
}
.popup .popup__home .close:hover {
  opacity: 0.5;
}
.popup__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 520px;
  background-color: #fff;
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
  overflow: auto;
  padding: 25px 15px;
}
.popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .popup__close {
    top: 20px;
    right: 25px;
  }
}
.popup__close:hover {
  opacity: 0.5;
}
.popup__logo {
  display: block;
  margin: 0 auto 16px auto;
  width: 158px;
}
@media (min-width: 1200px) {
  .popup__logo {
    width: 227px;
  }
}
.popup main {
  text-align: center;
  width: 270px;
  max-width: 100%;
  margin: 0 auto;
}
.popup main h1,
.popup main h2,
.popup main h3,
.popup main h4,
.popup main h5,
.popup main h6 {
  margin-bottom: 8px;
  color: #231F20;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .popup main h1,
.popup main h2,
.popup main h3,
.popup main h4,
.popup main h5,
.popup main h6 {
    font-size: 18px;
    line-height: 25px;
  }
}
.popup main p {
  color: #231F20;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .popup main p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.popup--coluna__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 100%;
  max-width: calc(100% - 30px);
  max-height: 600px;
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .popup--coluna__box {
    max-width: max-content;
    background-image: url("img/logo-popup.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 200px;
  }
}
.popup--coluna__box .close {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
  z-index: 99;
}
.popup--coluna__box .content {
  display: grid;
  grid-template-columns: 1fr;
  overflow-y: auto;
  max-height: 600px;
}
@media (min-width: 1200px) {
  .popup--coluna__box .content {
    grid-template-columns: 1fr 1fr;
  }
}
.popup--coluna__box .content__left, .popup--coluna__box .content__right {
  position: relative;
  padding: 20px;
}
@media (min-width: 1200px) {
  .popup--coluna__box .content__left, .popup--coluna__box .content__right {
    padding: 60px 15px;
    width: 500px;
  }
}
.popup--coluna__box .content__left .title, .popup--coluna__box .content__right .title {
  font-size: 22px;
  text-align: center;
}
@media (min-width: 1200px) {
  .popup--coluna__box .content__left .title, .popup--coluna__box .content__right .title {
    font-size: 25px;
  }
}
.popup--coluna__box .content__left .subtitle, .popup--coluna__box .content__right .subtitle {
  font-size: 20px;
  text-align: center;
}
.popup--coluna__box .content__left .text, .popup--coluna__box .content__right .text {
  margin-top: 20px;
}
.popup--coluna__box .content__left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 2px;
  background: #ED8B00;
}
@media (min-width: 1200px) {
  .popup--coluna__box .content__left::after {
    left: initial;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 85%;
  }
}

#popup_img {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#popup_img .box-message {
  position: relative;
}
#popup_img .box-message #btn_close_popupimg {
  position: absolute;
  right: 15px;
  top: 15px;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 1rem;
}
#popup_img .box-message .desktop {
  display: none;
}
@media (min-width: 768px) {
  #popup_img .box-message .desktop {
    display: block;
  }
}
#popup_img .box-message .mobile {
  display: block;
}
@media (min-width: 768px) {
  #popup_img .box-message .mobile {
    display: none;
  }
}

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

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

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

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

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

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

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./vendor/slick-1.9.0/fonts/slick.eot");
  src: url("./vendor/slick-1.9.0/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./vendor/slick-1.9.0/fonts/slick.woff") format("woff"), url("./vendor/slick-1.9.0/fonts/slick.ttf") format("truetype"), url("./vendor/slick-1.9.0/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 13px;
  width: 13px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 13px;
  width: 13px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 50%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: white;
}

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