/*!
Theme Name: MZiQ - MBRF RI
Author: MZ Group
Author URI: https://www.mzgroup.com/
Description: MZiQ CMS Theme for MBRF RI website.
Version: 1.0
License: GNU General Public License v2 or later

One and only theme for IR Website for MBRF RI
*/
*,
*::before,
*::after {
  outline: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

body,
input,
textarea,
button {
  font-family: "co_textregular", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 1rem;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 1.5rem;
}

h1 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 60px;
  color: #212951;
}

h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 64px;
  color: #212951;
}

h3 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 24px;
  color: #000;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 33px;
  color: #000;
}

h5 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  color: #212951;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  color: #4A4A4A;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.bg-primaryColor {
  background-color: #AF1F24 !important;
}

.bg-textColor {
  background-color: #000 !important;
}

.bg-secondaryColor {
  background-color: #212951 !important;
}

.color-white {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

fieldset {
  border: none;
}

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

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden_toggle {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  border: none;
  background: none;
}

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

.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: 1042px) {
  .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: 1042px) {
  .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: 1042px) {
  .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: 1042px) {
  .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 {
  background: #212951;
}
table thead th {
  padding: 15px;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  color: white;
}
table tbody tr td {
  line-height: 24px;
  color: #000;
  padding: 10px 15px;
  border-bottom: 1px solid #929292;
}
table tbody tr td:first-child {
  border-left: 1px solid #929292;
}
table tbody tr td:last-child {
  border-right: 1px solid #929292;
}
table.curriculum th {
  text-align: left;
}
table.curriculum th:first-child {
  padding-left: 35px;
}
table.curriculum tr.table_item {
  cursor: pointer;
}
table.curriculum tr.table_item td:first-child {
  position: relative;
  padding-left: 25px;
}
table.curriculum tr.table_item td:first-child:before {
  content: "+";
  font-size: 25px;
  font-size: 1.5625rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  color: #AF1F24;
}
table.curriculum tr.table_item.active td:first-child:before {
  content: "-";
}
table.faq_curriculum {
  margin-top: 32px;
  border-spacing: 0;
}
table.faq_curriculum thead {
  background-color: transparent;
}
table.faq_curriculum thead th {
  color: #AF1F24;
  font-size: 19px;
}
table.faq_curriculum > tbody > tr.table_item {
  background-color: #EBEBEB;
  -webkit-transition: 0.175s all;
  -moz-transition: 0.175s all;
  -ms-transition: 0.175s all;
  -o-transition: 0.175s all;
  transition: 0.175s all;
}
table.faq_curriculum > tbody > tr.table_item td {
  padding: 8px 24px;
  font-size: 16px;
  border: none;
  -webkit-transition: 0.175s all;
  -moz-transition: 0.175s all;
  -ms-transition: 0.175s all;
  -o-transition: 0.175s all;
  transition: 0.175s all;
}
table.faq_curriculum > tbody > tr.table_item td .toggle {
  display: block;
  width: 100%;
  height: 54px;
  padding: 8px 0;
  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;
}
table.faq_curriculum > tbody > tr.table_item td .toggle svg {
  fill: #212951;
  -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.faq_curriculum > tbody > tr.table_item td:last-child {
  width: 64px;
  padding: 0;
}
table.faq_curriculum > tbody > tr.table_item td:last-child:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
table.faq_curriculum > tbody > tr.table_item.active {
  background-color: #212951;
}
table.faq_curriculum > tbody > tr.table_item.active td {
  color: #FFF;
}
table.faq_curriculum > tbody > tr.table_item.active td .toggle svg {
  fill: #FFF;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
table.faq_curriculum > tbody > tr td.resume-container {
  padding: 0;
  margin: 0;
  border: none;
}
table.faq_curriculum > tbody > tr td.resume-container .resume {
  max-height: 0;
  margin: 0 0 16px 0;
  color: #FFF;
  font-size: 15px;
  overflow-y: hidden;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  background-color: #212951;
}
table.faq_curriculum > tbody > tr td.resume-container .resume * {
  color: #FFF;
  font-size: 15px;
}
table.faq_curriculum > tbody > tr td.resume-container input[type=checkbox]:checked + .resume {
  max-height: 2048px;
  padding: 16px 24px;
}
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.off img {
  filter: grayscale(100%);
  opacity: 0.5;
}
table.table-arquivos td.data {
  width: 100px;
}
table.table-arquivos td.icone {
  text-align: center;
  width: 65px;
}
table.table-arquivos td.link a {
  color: #000;
  text-decoration: none;
}
table.table-calendario {
  margin-top: 0;
}
table.table-calendario thead th {
  text-align: left;
}
table.table-calendario thead th:last-child {
  text-align: center;
}
table.table-calendario td {
  padding: 0 15px;
  height: 60px;
}
table.table-calendario td:last-child {
  text-align: center;
}
table.table-calendario td:last-child img {
  max-width: 35px;
  margin-right: 15px;
}
table.table-calendario td:last-child a:last-child img {
  margin-right: 0;
}

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

.searchPopup {
  display: none;
  position: fixed;
  z-index: 60;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
}
.searchPopup::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 786px;
  height: 131px;
  background: url("img/IntersectTop.png") no-repeat center center;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.searchPopup::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 786px;
  height: 131px;
  background: url("img/IntersectBot.png") no-repeat center center;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.searchPopup__close {
  cursor: pointer;
  color: white;
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  z-index: 99;
  top: 5%;
  right: 15%;
}
.searchPopup__form {
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.searchPopup__form form {
  display: flex;
  max-width: 757px;
  width: 100%;
}
.searchPopup__form form input {
  background: white;
  border: none;
  padding: 12px 25px;
  outline: none;
  color: #000;
  width: calc(100% - 128px);
  font-size: 19px;
  font-size: 1.1875rem;
}
.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;
}
@media (max-width: 767px) {
  .searchPopup__form form input {
    max-width: 350px;
  }
}
@media (max-width: 375px) {
  .searchPopup__form form input {
    max-width: 310px;
  }
}
@media (max-width: 320px) {
  .searchPopup__form form input {
    max-width: 250px;
  }
}
.searchPopup__form form button {
  width: 128px;
  padding: 12px 19px;
  background: #212951;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  border: none;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.searchPopup__form form button:hover {
  background: #1a203f;
}
.searchPopup__form a.icon-microphone {
  position: relative;
  height: 54px;
  text-indent: -9000px;
  width: 60px;
  margin-left: -5px;
  margin-top: 0px;
  padding: 0px 15px;
  cursor: pointer;
  display: none;
  border: 1px solid #fff;
  background: url(img/icon-microphone.svg);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}
.searchPopup__form a.icon-microphone::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  opacity: 0;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.175s all;
  -moz-transition: 0.175s all;
  -ms-transition: 0.175s all;
  -o-transition: 0.175s all;
  transition: 0.175s all;
}
@keyframes breath {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
.searchPopup__form a.icon-microphone:hover::before {
  opacity: 0.25;
}
.searchPopup__form a.icon-microphone:active::before {
  opacity: 0.5;
}
.searchPopup__form a.icon-microphone.listening::before {
  animation-name: breath;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}
.searchPopup__form a.icon-microphone:not(*:root) {
  /* Supports only WebKit browsers */
  display: block;
}
@media (max-width: 768px) {
  .searchPopup {
    height: auto !important;
  }
}

.search table {
  margin-top: 20px;
  margin-bottom: 20px;
}
.search table tr td {
  border: none !important;
  border-bottom: 1px solid #000 !important;
}
.search .searchFiles__date {
  width: 85px;
  text-align: center;
}
.search .searchFiles__icon {
  width: 52px;
  text-align: center;
}
.search .searchFiles__icon img {
  max-width: 32px;
  margin: auto;
  display: block;
}
.search .circle {
  width: 12px;
  height: 12px;
  background: black;
  border-radius: 50%;
  margin: auto;
}
.search .btn-navigation {
  background: transparent;
  font-weight: 700;
  text-transform: capitalize;
  color: #AF1F24;
  text-decoration: none;
  padding: 0px 15px;
  border: 2px solid #AF1F24;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 17px;
  font-size: 1.0625rem;
}
.search .btn-navigation:hover {
  background: #AF1F24;
  color: white;
}
.search button[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
}
.search .col-md-6.divider::after {
  content: "";
  display: block;
  width: 3px;
  height: 90%;
  position: absolute;
  background: #AF1F24;
  right: 0;
  top: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.search .box-button {
  display: flex;
  margin: 10px 0;
  justify-content: center;
}
.search button {
  margin: 5px;
}
@media (max-width: 992px) {
  .search footer {
    position: relative;
  }
  .search .divider {
    border: none;
  }
}
.search .box-height {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 310px;
}

.btn {
  background-color: transparent;
  color: #000;
  display: block;
  font-weight: 300;
  text-align: center;
  padding: 11px 18px;
  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;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.btn--lg {
  width: 241px;
}
.btn--md {
  width: 165px;
}
.btn--sm {
  width: 105px;
}
.btn--white {
  color: white;
  border: 2px solid white;
}
.btn--whiteColor {
  color: white;
}
.btn--primaryColor {
  border: 2px solid #AF1F24;
  color: #AF1F24;
}
.btn--secondaryColor {
  color: #212951;
}
.btn--bgWhite {
  border: 2px solid white;
  background: white;
}
.btn--bgPrimaryColor {
  background: #AF1F24;
}
.btn--bgSecondaryColor {
  background: #212951;
}
.btn:hover {
  opacity: 0.8;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 15px;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.owl-next,
.owl-prev {
  font-size: 0;
  background: transparent;
  width: 15px;
  height: 15px;
  border-bottom: 5px solid #212951;
  border-right: 5px solid #212951;
  cursor: pointer;
  z-index: 3;
}
.owl-next.disabled,
.owl-prev.disabled {
  opacity: 0.6;
  cursor: default !important;
}
.owl-next.disabled:hover,
.owl-prev.disabled:hover {
  border-color: #212951;
}
@media (max-width: 768px) {
  .owl-next,
  .owl-prev {
    width: 15px;
    height: 15px;
  }
}
.owl-next:hover,
.owl-prev:hover {
  border-color: #AF1F24;
}

.owl-prev {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.owl-next {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}

.owl-dots {
  margin: 33px auto 0;
  display: block;
  text-align: center;
}
.owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 3px solid #212951;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.owl-dots .owl-dot + .owl-dot {
  margin-left: 28px;
}
.owl-dots .owl-dot.active {
  background: #212951;
}

.slick-prev,
.slick-next {
  cursor: pointer;
  position: absolute;
  left: 5%;
  top: 10px;
  width: 20px;
  height: 20px;
  font-size: 0;
  border: 0;
  background: transparent;
  border-right: 3px solid #AF1F24;
  border-bottom: 3px solid #AF1F24;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slick-prev.disabled,
.slick-next.disabled {
  opacity: 0.3;
}

.slick-next {
  left: auto;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.logged-in .headerNew {
  top: 32px;
}

.headerNew {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
  background: #f3e8de;
  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-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
@media (max-width: 767px) {
  .headerNew {
    padding: 0;
  }
}
.headerNew .container {
  height: 75px;
  max-width: 1170px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1070px) {
  .headerNew .container {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .headerNew .container .form-search {
    display: none;
  }
}
.headerNew .logo {
  position: relative;
  padding: 15px 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .headerNew .logo {
    width: 100%;
  }
}
.headerNew .logo__img {
  position: relative;
}
.headerNew .logo__img img {
  display: block;
}
.headerNew .logo .divider {
  width: 1.5px;
  height: 40px;
  margin: 0 15px;
  background: #000;
}
.headerNew .logo h2 {
  font-family: "coheadlinew01-regularregular", sans-serif;
  font-style: normal;
  margin: 0;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  position: relative;
  border: none;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media (max-width: 1070px) {
  .headerNew .logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
  }
  .headerNew .logo__img {
    margin-right: 0;
  }
  .headerNew .logo h2 {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 19px;
  }
  .headerNew .logo h2 span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .headerNew .logo h2 span.pt {
    padding-left: 3px;
  }
  .headerNew .logo h2 span.en {
    padding-right: 3px;
  }
  .headerNew .logo h2:before {
    display: none;
  }
}
.headerNew .form-search {
  background: #f3e8de;
  border: none;
  position: relative;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  height: 40px;
}
.headerNew .form-search input {
  background: transparent;
  border: none;
  height: 32px;
  width: 250px;
  padding: 8px 15px;
  color: #000;
  font-family: "coheadlinew01-regularregular", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.headerNew .form-search input::-webkit-input-placeholder {
  color: #000;
}
.headerNew .form-search input::-moz-input-placeholder {
  color: #000;
}
.headerNew .form-search input::-ms-input-placeholder {
  color: #000;
}
.headerNew .form-search input::-o-input-placeholder {
  color: #000;
}
.headerNew .form-search input::input-placeholder {
  color: #000;
}
@media (max-width: 767px) {
  .headerNew .form-search input {
    width: calc(100% - 105px);
  }
}
.headerNew .form-search .icon-microphone {
  height: 40px;
  background: url(img/microphone.png);
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9000px;
  width: 60px;
  margin-left: -5px;
  margin-top: 0px;
  padding: 0px 15px;
  cursor: pointer;
  display: block;
}
.headerNew .form-search .btnSearch {
  border: none;
  width: 50px;
  height: 38px;
  text-indent: -9000px;
  cursor: pointer;
  background: url(img/search.png) no-repeat center #212951;
}
.headerNew .searchMobile {
  display: none;
}
@media (max-width: 767px) {
  .headerNew .searchMobile {
    display: block;
    background-color: #AF1F24;
    padding: 15px 0;
  }
  .headerNew .searchMobile .form-search {
    border: 1px solid #00B1EB;
    width: 80%;
    margin: 0 auto;
  }
}
.headerNew .menu {
  background-color: #AF1F24;
  border-bottom: 4px solid #212951;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1070px) {
  .headerNew .menu {
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: -100%;
    width: 90%;
    height: 100%;
    padding: 80px 0px 80px 40px;
    overflow: auto;
    margin-top: 0;
    -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-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 999999;
  }
  .headerNew .menu.active {
    left: 0;
  }
  .headerNew .menu.active .icon-menu-close {
    display: block;
    right: 50px;
    z-index: 9;
  }
  .headerNew .menu .search {
    display: none;
  }
}
.headerNew .menu .institucional {
  display: none;
  width: 100%;
  border-bottom: 1px solid #E4E5E9;
  padding-bottom: 18px;
}
@media (max-width: 1070px) {
  .headerNew .menu .institucional {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.headerNew .menu .institucional a {
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 7px 0;
  margin: 0;
  color: #212951;
  font-family: "coheadlinew01-regularregular", sans-serif;
  display: block;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}
.headerNew .menu .icon-menu-close {
  border: none;
  background-color: transparent;
  position: fixed;
  right: 110%;
  font-size: 25px;
  top: 37.5px;
  padding: 15px;
  color: #000;
  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;
}
.headerNew .menu__list {
  margin: 0;
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerNew .menu__list > li {
  position: relative;
  margin: 0;
  padding: 7px 0;
  margin-right: 25px;
  min-width: 130px;
}
.headerNew .menu__list > li.first {
  min-width: 145px;
}
.headerNew .menu__list > li.last {
  border-right: none;
  margin-right: 0;
}
.headerNew .menu__list > li > a {
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding: 8px 20px 5px 8px;
  margin: 0;
  color: #FFF !important;
  text-transform: uppercase;
  font-family: "coheadlinew01-regularregular", sans-serif;
  display: inline-block;
  position: relative;
  background: url(img/icon-sub-menu-close.svg) no-repeat right center;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.headerNew .menu__list > li:last-child {
  margin-right: 0;
}
.headerNew .menu__list > li:hover .sub-menu {
  display: block;
}
.headerNew .menu__list .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  border-top: 4px solid #212951;
  background: rgba(2, 31, 89, 0.96);
  min-width: 250px;
  list-style: none;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
}
.headerNew .menu__list .sub-menu li {
  margin: 0;
  padding: 0;
  position: relative;
}
.headerNew .menu__list .sub-menu li a {
  color: #FFF;
  line-height: 17px;
  padding: 10px 8px;
  display: block;
  font-family: "coheadlinew01-regularregular", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.headerNew .menu__list .sub-menu li a:hover {
  color: #00A000;
}
.headerNew .menu__list .sub-menu li:hover > a {
  color: #00A000;
}
.headerNew .menu__list .sub-menu li .sub-menu {
  padding: 0;
  margin: 0;
  padding-left: 15px;
  pointer-events: none;
  top: 0%;
  left: 100%;
  display: none;
}
.headerNew .menu__list .sub-menu li .sub-menu li a:hover {
  color: #00A000;
}
.headerNew .menu__list .sub-menu li:hover > .sub-menu {
  display: block;
  position: absolute;
  border: none;
  box-shadow: none;
  pointer-events: all;
}
.headerNew .menu__list .sub-menu li.active-menu-3 > .sub-menu {
  display: block;
  position: relative;
  box-shadow: none;
  pointer-events: all;
}
.headerNew .menu__list .sub-menu .menu-item-has-children {
  cursor: pointer;
}
.headerNew .menu__list .sub-menu .menu-item-has-children > a {
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding: 8px 30px 8px 8px;
  margin: 0;
  font-family: "coheadlinew01-regularregular", sans-serif;
  display: inline-block;
  position: relative;
  background: url(img/icon-sub-menu-close.svg) no-repeat right center;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
@media (max-width: 767px) {
  .headerNew .menu__list .sub-menu .menu-item-has-children > a {
    padding: 8px 30px 8px 0px;
  }
}
.headerNew .menu__list .sub-menu .menu-item-has-children.active-menu-3 > a {
  color: #212951;
  background-image: url(img/icon-sub-menu-open.png);
}
@media (max-width: 1070px) {
  .headerNew .menu__list {
    height: 100%;
    width: 100%;
    padding: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: initial;
    -moz-justify-content: initial;
    -ms-justify-content: initial;
    justify-content: initial;
    -ms-flex-pack: initial;
    -webkit-align-items: initial;
    -moz-align-items: initial;
    -ms-align-items: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }
  .headerNew .menu__list:before {
    display: none !important;
  }
  .headerNew .menu__list > li {
    width: 100%;
    margin: 0;
  }
  .headerNew .menu__list > li:before {
    display: none;
  }
  .headerNew .menu__list > li.first {
    max-width: 100%;
    min-width: 100%;
  }
  .headerNew .menu__list > li > a {
    color: #232F66;
    padding: 10px 0;
    text-align: left;
    font-weight: 500;
    background: none !important;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .headerNew .menu__list .sub-menu {
    display: block;
    position: static;
    height: auto;
    border: none;
    background-color: transparent;
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
    box-shadow: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .headerNew .menu__list .sub-menu li a {
    padding: 10px 0;
    border: none;
    text-align: left;
    color: #3E424F;
  }
  .headerNew .menu__list .sub-menu li a:hover {
    background-color: transparent;
    opacity: 0.5;
  }
}
.headerNew .menu .footer-social {
  display: none;
}
@media (max-width: 767px) {
  .headerNew .menu .footer-social {
    display: block;
  }
  .headerNew .menu .footer-social .social-media {
    position: relative;
    padding-top: 40px;
  }
  .headerNew .menu .footer-social .social-media::before {
    content: "";
    position: absolute;
    background: url(img/line-mobile.png);
    top: 0;
    width: 100%;
    height: 2px;
    right: 0;
    background-repeat: no-repeat;
  }
  .headerNew .menu .footer-social .social-media ul {
    display: flex;
    padding: 0;
    list-style: none;
  }
  .headerNew .menu .footer-social .social-media ul li {
    padding-left: 20px;
  }
  .headerNew .menu .footer-social .social-media ul li:nth-child(1) {
    padding-left: 0;
  }
  .headerNew .menu .footer-social .container-social {
    padding-top: 40px;
  }
  .headerNew .menu .footer-social .container-social p {
    color: #AF1F24;
    font-weight: 500;
    font-size: 16px;
  }
  .headerNew .menu .footer-social .container-social p:last-child {
    padding-top: 10px;
    font-size: 14px;
  }
  .headerNew .menu .footer-social .container-social p a {
    color: #AF1F24;
  }
}
.headerNew .links {
  height: 100%;
  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: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerNew .links__listTop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
}
.headerNew .links__listTop .institucional a {
  font-weight: 700;
}
.headerNew .links__listTop li {
  margin-left: 12px;
  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;
}
.headerNew .links__listTop li:first-child {
  margin-left: 0;
  border-left: none;
}
.headerNew .links__listTop li.search {
  display: block;
  padding-left: 10px;
}
.headerNew .links__listTop li.institucional {
  padding-right: 8px;
}
.headerNew .links__listTop li.icon-acessibilidade {
  min-width: 33px;
  cursor: pointer;
}
.headerNew .links__listTop li.icon-acessibilidade button {
  border: none;
  background-color: transparent;
}
.headerNew .links__listTop li.lang {
  padding: 0;
  margin-left: 12px;
}
.headerNew .links__listTop li.lang a {
  color: #212951;
}
.headerNew .links__listTop li.lang a.active {
  font-weight: 700;
  color: #AF1F24;
}
.headerNew .links__listTop li.lang a:first-child {
  margin-right: 15px;
}
.headerNew .links__listTop li.lang a:first-child::after {
  content: "";
  width: 1.5px;
  height: 12px;
  margin: 0px 7px;
  background-color: #212951;
  position: absolute;
}
.headerNew .links__listTop li.icon-menu-open {
  display: none;
  color: #212951;
  cursor: pointer;
  padding-left: 0;
  margin-left: 0;
}
@media (max-width: 1070px) {
  .headerNew .links__listTop li.icon-menu-open {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.headerNew .links__listTop li a {
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  color: #212951;
  font-family: "coheadlinew01-regularregular", sans-serif;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.headerNew .links__listTop li a:hover {
  opacity: 0.5;
  color: #AF1F24;
}
.headerNew .links__listTop li a.disabled {
  display: none;
}
@media (max-width: 576px) {
  .headerNew .links__listTop li.institucional {
    display: none;
  }
  .headerNew .links__listTop li.lang {
    margin-left: 0;
    border-left: none;
  }
}
@media (max-width: 1070px) {
  .headerNew .links {
    width: 100%;
    display: none;
  }
  .headerNew .links__listTop {
    margin-bottom: 0;
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .headerNew .links__listTop li {
    padding: 0;
    margin: 0;
  }
  .headerNew .links__listTop li.institucional, .headerNew .links__listTop li.icon-acessibilidade {
    display: none;
  }
}
.headerNewContent {
  position: relative;
}
@media (max-width: 1024px) {
  .headerNewContent {
    flex-grow: 2;
    justify-content: flex-end;
    display: flex;
  }
}
.headerNewContent__links {
  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;
  display: none;
}
.headerNewContent__links__inst a {
  margin-right: 35px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.688px;
  color: #212951;
  font-size: 15px;
  font-size: 0.9375rem;
}
.headerNewContent__links__inst a:hover {
  color: #AF1F24;
}
@media (max-width: 768px) {
  .headerNewContent__links__inst a {
    display: none;
  }
}
.headerNewContent__links__lang {
  margin-right: 25px;
}
.headerNewContent__links__lang a {
  display: inline-block;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.688px;
  color: #AF1F24;
  font-size: 15px;
  font-size: 0.9375rem;
}
.headerNewContent__links__lang a + a {
  border-left: 2px solid #AF1F24;
  margin-left: 10px;
  padding-left: 10px;
}
.headerNewContent__links__lang a:hover {
  color: #AF1F24;
}
.headerNewContent__links__searchIcon {
  cursor: pointer;
}
.headerNewContent__links__searchIcon:hover path {
  stroke: #AF1F24;
}
.headerNewContent__navigation__close {
  display: none;
}
.headerNewContent__navigation h3 {
  font-weight: 400;
  font-size: 12px;
  color: #000;
}
.headerNewContent__navigation h3 a {
  color: #AF1F24;
}
.headerNewContent__navigation .form-search-mobile {
  background: #fff;
  border: none;
  position: relative;
  border: 1px solid #3E424F;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .headerNewContent__navigation .form-search-mobile {
    display: none;
  }
}
.headerNewContent__navigation .form-search-mobile input {
  background: transparent;
  border: none;
  height: 32px;
  width: 350px;
  padding: 8px 50px 8px 15px;
  color: #707070;
  font-family: "coheadlinew01-regularregular", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.headerNewContent__navigation .form-search-mobile input::-webkit-input-placeholder {
  color: #707070;
}
.headerNewContent__navigation .form-search-mobile input::-moz-input-placeholder {
  color: #707070;
}
.headerNewContent__navigation .form-search-mobile input::-ms-input-placeholder {
  color: #707070;
}
.headerNewContent__navigation .form-search-mobile input::-o-input-placeholder {
  color: #707070;
}
.headerNewContent__navigation .form-search-mobile input::input-placeholder {
  color: #707070;
}
@media (max-width: 767px) {
  .headerNewContent__navigation .form-search-mobile input {
    width: 100%;
  }
}
.headerNewContent__navigation .form-search-mobile .icon-microphone {
  height: 50px;
  background: url(img/microphone.png);
  border: 1px solid #fff;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9000px;
  width: 60px;
  margin-left: -5px;
  margin-top: 0px;
  padding: 0px 15px;
  cursor: pointer;
  display: block;
}
.headerNewContent__navigation .form-search-mobile .btnSearch {
  border: none;
  min-width: 50px;
  height: 50px;
  text-indent: -9000px;
  cursor: pointer;
  background: url(img/search.png) no-repeat center #212951;
}
@media (min-width: 1200px) {
  .headerNewContent__navigation {
    background: #EAEAEA;
    padding-top: 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;
  }
  .headerNewContent__navigation > a, .headerNewContent__navigation > ul, .headerNewContent__navigation > p {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .headerNewContent__navigation {
    position: fixed;
    background: white;
    top: 0;
    bottom: 0;
    right: -1500px;
    z-index: 2;
    height: 100%;
    width: 100%;
    padding: 1.5rem 1rem;
    overflow: scroll;
    transition: 0.3s ease-in;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .headerNewContent__navigation.active {
    right: 0;
  }
  .headerNewContent__navigation.active .headerNewContent__navigation__close {
    position: absolute;
    top: 4%;
    right: 4%;
    display: block;
  }
  .headerNewContent__navigation.active .headerNewContent__navigation__close div {
    height: 3px;
    width: 25px;
    background: #AF1F24;
    border-radius: 10px;
  }
  .headerNewContent__navigation.active .headerNewContent__navigation__close div:first-child {
    transform: rotate(-45deg);
    margin-right: -25px;
  }
  .headerNewContent__navigation.active .headerNewContent__navigation__close div:last-child {
    transform: rotate(45deg);
    margin-top: -2px;
  }
  .headerNewContent__navigation .container {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
  }
  .headerNewContent__navigation > a {
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 160%;
    color: #000;
    display: block;
    margin-bottom: 10px;
  }
  .headerNewContent__navigation > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    padding: 30px 0px 15px;
    border-bottom: 1px solid #000;
  }
  .headerNewContent__navigation > ul li {
    margin-right: 15px;
  }
  .headerNewContent__navigation > ul li:last-child {
    margin-right: 0;
  }
  .headerNewContent__navigation > ul li img {
    margin-right: 10px;
  }
  .headerNewContent__navigation > ul li a,
  .headerNewContent__navigation > ul li span {
    font-size: 12px;
    line-height: 130%;
    color: #000;
  }
  .headerNewContent__navigation > ul li a.increase-font, .headerNewContent__navigation > ul li a.supportMenuDivider,
  .headerNewContent__navigation > ul li span.increase-font,
  .headerNewContent__navigation > ul li span.supportMenuDivider {
    margin-right: 5px;
  }
  .headerNewContent__navigation > p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 150%;
    color: #000;
  }
  .headerNewContent__navigation > p a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 150%;
    color: #000;
    text-decoration: underline;
  }
  .headerNewContent__navigation > .copyright {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 150%;
    color: #000;
    font-weight: 400;
  }
  .headerNewContent__navigation > .copyright a {
    color: #AF1F24;
    text-decoration: underline;
  }
}
.headerNewContent__navigation .topMenuMobile {
  padding-bottom: 10px;
}
.headerNewContent__navigation .topMenuMobile .instLink {
  margin: 0;
  color: #212951;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
.headerNewContent__navigation .topMenuMobile .langMobile a {
  color: #000;
  position: relative;
}
.headerNewContent__navigation .topMenuMobile .langMobile .active {
  margin-right: 15px;
  font-weight: 700;
  color: #AF1F24;
}
.headerNewContent__navigation .topMenuMobile .langMobile .active::after {
  content: "";
  width: 1.5px;
  height: 14px;
  margin: 5px 7px;
  background-color: #000;
  position: absolute;
  top: 0;
}
.headerNewContent__navigation .topMenuMobile a {
  color: #212951;
  font-size: 14px;
  font-size: 0.875rem;
}
.headerNewContent__navigation .topMenuMobile a img {
  width: 19px;
  height: 19px;
}
.headerNewContent__navigation .bottomMenuMobile {
  border-top: 1px solid #B9B9B9;
  padding: 15px 0px;
}
.headerNewContent__navigation .bottomMenuMobile a {
  color: #212951;
}
.headerNewContent__navigation .bottomMenuMobile ul {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
.headerNewContent__navigation .bottomMenuMobile ul li {
  margin-right: 10px;
}
.headerNewContent__navigation .primary-menu {
  margin: 0;
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 1199px) {
  .headerNewContent__navigation .primary-menu {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
@media (min-width: 1200px) {
  .headerNewContent__navigation .primary-menu {
    position: relative;
  }
  .headerNewContent__navigation .primary-menu::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-height: 330px;
    background: #fff;
    display: none;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 1px 1px 2px 0px #5d5d5d;
  }
  .headerNewContent__navigation .primary-menu:hover::before {
    display: block;
  }
  .headerNewContent__navigation .primary-menu:hover > li ul {
    display: block;
  }
}
@media (max-width: 1024px) {
  .headerNewContent__navigation .primary-menu > li.active .sub-menu {
    height: 100%;
    opacity: 1;
    pointer-events: all;
  }
}
@media (min-width: 1200px) {
  .headerNewContent__navigation .primary-menu > li {
    position: relative;
    padding-bottom: 15px;
    width: 100%;
  }
  .headerNewContent__navigation .primary-menu > li:hover > a {
    color: #AF1F24 !important;
  }
  .headerNewContent__navigation .primary-menu > li:last-child {
    margin-right: 0;
  }
  .headerNewContent__navigation .primary-menu > li:last-child > .sub-menu {
    border-right: none;
  }
  .headerNewContent__navigation .primary-menu > li:last-child > a {
    padding-right: 0;
  }
  .headerNewContent__navigation .primary-menu > li:first-child > a {
    padding-left: 0;
  }
  .headerNewContent__navigation .primary-menu > li > a {
    white-space: nowrap;
    display: block;
    padding: 0 8px;
  }
  .headerNewContent__navigation .primary-menu > li:hover > a {
    color: #AF1F24;
  }
  .headerNewContent__navigation .primary-menu > li:hover .link {
    color: #AF1F24;
  }
  .headerNewContent__navigation .primary-menu > li:hover > .sub-menu li .sub-menu {
    padding: 0;
    padding-left: 20px;
  }
  .headerNewContent__navigation .primary-menu > li:hover > .sub-menu li .sub-menu li {
    list-style: disc;
    margin: 5px 0px;
    color: #AF1F24;
  }
  .headerNewContent__navigation .primary-menu > li:hover > .sub-menu li .sub-menu li a {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .headerNewContent__navigation .primary-menu > li {
    position: relative;
  }
  .headerNewContent__navigation .primary-menu > li:before {
    content: "";
    background: url(img/arrow_menu_mobile.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 8px;
    width: 17px;
    height: 11px;
    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -ms-transition: 0.35s all;
    -o-transition: 0.35s all;
    transition: 0.35s all;
  }
  .headerNewContent__navigation .primary-menu > li.active:before {
    transform: rotate(90deg);
  }
}
.headerNewContent__navigation .primary-menu > li a {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
.headerNewContent__navigation .primary-menu > li a:hover {
  text-decoration: none;
}
@media (max-width: 1199px) {
  .headerNewContent__navigation .primary-menu > li a {
    color: #000;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .headerNewContent__navigation .primary-menu > li a {
    text-align: center;
  }
}
.headerNewContent__navigation .primary-menu > li > .sub-menu {
  list-style: none;
  margin: 0;
}
@media (min-width: 1200px) {
  .headerNewContent__navigation .primary-menu > li > .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px;
    z-index: 1;
    width: 100%;
    min-width: min-content;
    min-height: 330px;
    border-right: 1px solid #AF1F24;
  }
}
@media (max-width: 1199px) {
  .headerNewContent__navigation .primary-menu > li > .sub-menu {
    position: relative;
    padding: 10px 0px;
    height: 0;
    opacity: 0;
    pointer-events: none;
  }
}
.headerNewContent__navigation .primary-menu > li > .sub-menu > li {
  padding-bottom: 13px;
}
.headerNewContent__navigation .primary-menu > li > .sub-menu > li:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 5px;
}
@media (max-width: 1199px) {
  .headerNewContent__navigation .primary-menu > li > .sub-menu > li {
    margin-bottom: 10px;
    border: none;
    padding-bottom: 0;
  }
}
.headerNewContent__navigation .primary-menu > li > .sub-menu > li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  font-weight: 400;
  color: #000;
  text-transform: unset;
}
.headerNewContent__navigation .primary-menu > li > .sub-menu > li a:hover {
  text-decoration: none;
  color: #AF1F24;
}
@media (max-width: 1199px) {
  .headerNewContent__navigation .primary-menu > li > .sub-menu > li a {
    color: #000;
    margin-bottom: 0;
  }
}
.headerNewContent__navigation__bars {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .headerNewContent__navigation__bars {
    display: none;
  }
}
.headerNewContent__navigation__bars div {
  height: 3px;
  width: 25px;
  background: #AF1F24;
  margin-bottom: 5px;
  border-radius: 10px;
}
.headerNewContent__navigation__bars div:last-child {
  margin-bottom: 0;
}
.headerNewContent__bars {
  display: none;
}
@media (max-width: 1042px) {
  .headerNewContent__bars {
    display: inline-block;
    width: 33px;
    height: 20px;
    right: 0;
    bottom: 35px;
    cursor: pointer;
  }
  .headerNewContent__bars div {
    display: block;
    position: relative;
    height: 3px;
    width: 100%;
    background-color: #AF1F24;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    top: 0;
    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -ms-transition: 0.35s all;
    -o-transition: 0.35s all;
    transition: 0.35s all;
  }
  .headerNewContent__bars div:nth-child(2) {
    top: 8.4px;
  }
  .headerNewContent__bars div:nth-child(3) {
    top: 17px;
  }
}

@media (min-width: 1025px) {
  .hide-desk {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

footer {
  position: fixed;
  width: 100%;
  background-color: #f3e8de;
  bottom: 0;
  left: 0;
  z-index: 1;
}
footer .sitemapBtn {
  cursor: pointer;
  color: white;
  background-color: #AF1F24;
  padding: 10px 20px 10px 0;
  letter-spacing: -0.608696px;
  text-transform: uppercase;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}
footer .sitemapBtn svg {
  position: relative;
  top: 2px;
  margin-left: 20px;
}
footer .sitemapBtn::before {
  content: "";
  width: 2000px;
  height: 100%;
  background-color: #AF1F24;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  footer .sitemapBtn {
    display: none;
  }
}
footer .quotes div {
  color: #000;
  letter-spacing: -0.608696px;
  font-size: 13px;
  font-size: 0.8125rem;
}
footer .quotes__item .ticker {
  margin-right: 12.5px;
}
footer .quotes__item .variation {
  position: relative;
  padding-right: 21px;
  font-style: italic;
  font-weight: bold;
}
footer .quotes__item .variation.down::before {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 0 7px;
  border-color: #ff0000 transparent transparent transparent;
}
footer .quotes__item .variation.up::before {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 6px 7px;
  border-color: transparent transparent #3FA016 transparent;
}
footer .quotes__item + div {
  margin-left: 21px;
  padding-left: 21px;
  border-left: 2px solid black;
}
@media (max-width: 768px) {
  footer .quotes__item + div {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}
@media (max-width: 768px) {
  footer .quotes {
    margin-bottom: 15px;
  }
}
footer .socials li .fa::before {
  color: #000;
  font-size: 22px;
  font-size: 1.375rem;
  -webkit-transition: 0.175s all;
  -moz-transition: 0.175s all;
  -ms-transition: 0.175s all;
  -o-transition: 0.175s all;
  transition: 0.175s all;
}
footer .socials li + li {
  margin-left: 25px;
}
footer .socials li:hover .fa::before {
  color: #212951;
}
footer .socialsMobile {
  background-color: #302957;
}
footer .socialsMobile .socialsMobileList {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
}
footer .socialsMobile .socialsMobileList li .fa::before {
  color: #FFF;
  font-size: 22px;
  font-size: 1.375rem;
  -webkit-transition: 0.175s all;
  -moz-transition: 0.175s all;
  -ms-transition: 0.175s all;
  -o-transition: 0.175s all;
  transition: 0.175s all;
}
footer .socialsMobile .socialsMobileList li + li {
  margin-left: 25px;
}
footer .socialsMobile .socialsMobileList li:hover .fa::before {
  color: #212951;
}
@media (max-width: 767px) {
  footer .p-center {
    padding: 15px 0px;
  }
}
@media (max-width: 320px) {
  footer .p-center {
    padding-top: 15px;
  }
}

@media (min-width: 1025px) {
  .hide-desk {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

.sitemap {
  display: none;
}
.sitemap__modal {
  position: fixed;
  bottom: 48px;
  left: 0;
  width: 100%;
  padding: 45px 0;
  background: #f3e8de;
  box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.32);
  z-index: 2;
}
.sitemap__modal > .container {
  max-height: 50vh;
  overflow-y: auto;
}
.sitemap__modal > .container::-webkit-scrollbar-track {
  background-color: rgba(175, 31, 36, 0.2) !important;
}
.sitemap__modal > .container::-moz-scrollbar-track {
  background-color: rgba(175, 31, 36, 0.2) !important;
}
.sitemap__modal > .container::-ms-scrollbar-track {
  background-color: rgba(175, 31, 36, 0.2) !important;
}
.sitemap__modal > .container::-o-scrollbar-track {
  background-color: rgba(175, 31, 36, 0.2) !important;
}
.sitemap__modal > .container::-webkit-scrollbar {
  width: 9px !important;
  height: 9px !important;
  -webkit-transition: 0.375s all;
  -moz-transition: 0.375s all;
  -ms-transition: 0.375s all;
  -o-transition: 0.375s all;
  transition: 0.375s all;
}
.sitemap__modal > .container::-moz-scrollbar {
  width: 9px !important;
  height: 9px !important;
  -webkit-transition: 0.375s all;
  -moz-transition: 0.375s all;
  -ms-transition: 0.375s all;
  -o-transition: 0.375s all;
  transition: 0.375s all;
}
.sitemap__modal > .container::-ms-scrollbar {
  width: 9px !important;
  height: 9px !important;
  -webkit-transition: 0.375s all;
  -moz-transition: 0.375s all;
  -ms-transition: 0.375s all;
  -o-transition: 0.375s all;
  transition: 0.375s all;
}
.sitemap__modal > .container::-o-scrollbar {
  width: 9px !important;
  height: 9px !important;
  -webkit-transition: 0.375s all;
  -moz-transition: 0.375s all;
  -ms-transition: 0.375s all;
  -o-transition: 0.375s all;
  transition: 0.375s all;
}
.sitemap__modal > .container::-webkit-scrollbar-thumb:hover {
  background: rgba(175, 31, 36, 0.75) !important;
}
.sitemap__modal > .container::-moz-scrollbar-thumb:hover {
  background: rgba(175, 31, 36, 0.75) !important;
}
.sitemap__modal > .container::-ms-scrollbar-thumb:hover {
  background: rgba(175, 31, 36, 0.75) !important;
}
.sitemap__modal > .container::-o-scrollbar-thumb:hover {
  background: rgba(175, 31, 36, 0.75) !important;
}
.sitemap__modal > .container::-webkit-scrollbar-thumb:active {
  background: black !important;
}
.sitemap__modal > .container::-moz-scrollbar-thumb:active {
  background: black !important;
}
.sitemap__modal > .container::-ms-scrollbar-thumb:active {
  background: black !important;
}
.sitemap__modal > .container::-o-scrollbar-thumb:active {
  background: black !important;
}
.sitemap__modal > .container::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #AF1F24 !important;
}
.sitemap__modal > .container::-moz-scrollbar-thumb {
  border-radius: 6px;
  background: #AF1F24 !important;
}
.sitemap__modal > .container::-ms-scrollbar-thumb {
  border-radius: 6px;
  background: #AF1F24 !important;
}
.sitemap__modal > .container::-o-scrollbar-thumb {
  border-radius: 6px;
  background: #AF1F24 !important;
}
.sitemap__modal > .container::-webkit-scrollbar-button:increment:end, .sitemap__modal > .container::-webkit-scrollbar-button:decrement:start {
  height: 9px;
  background-color: rgba(175, 31, 36, 0.5);
  -webkit-transition: 0.175s all;
  -moz-transition: 0.175s all;
  -ms-transition: 0.175s all;
  -o-transition: 0.175s all;
  transition: 0.175s all;
}
.sitemap__modal > .container::-webkit-scrollbar-button:increment:end:active, .sitemap__modal > .container::-webkit-scrollbar-button:decrement:start:active {
  background-color: #af1f24;
}
.sitemap__modal > .container::-webkit-scrollbar-button:increment:end:disabled, .sitemap__modal > .container::-webkit-scrollbar-button:decrement:start:disabled {
  background-color: rgba(175, 31, 36, 0.2);
}
.sitemap__modal > .container::-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);
}
.sitemap__modal > .container::-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);
}
.sitemap__modal > .container > ul > li {
  padding-left: 10px;
}
.sitemap__modal > .container > ul > li > a {
  display: block;
  color: #212951;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.sitemap__modal > .container > ul > li .sub-menu li {
  display: block;
}
.sitemap__modal > .container > ul > li .sub-menu li a {
  color: #000;
  line-height: 20px;
  padding-bottom: 2px;
  position: relative;
  font-size: 17px;
  font-size: 1.0625rem;
}
.sitemap__modal > .container > ul > li .sub-menu li a::before {
  content: "";
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.sitemap__modal > .container > ul > li .sub-menu li a:hover::before {
  width: 100%;
}
.sitemap__modal > .container > ul > li .sub-menu li + li {
  margin-top: 15px;
}
.sitemap__modal > .container p {
  font-size: 12px;
}
.sitemap__modal > .container p a {
  text-decoration: none;
  color: #000;
}
.sitemap__modal > .container .poweredby {
  margin-left: 50px;
  font-weight: 500;
}
.sitemap__close {
  position: absolute;
  right: 90px;
  top: 15px;
  width: 38px;
  height: 38px;
  padding: 8px;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: 0.175s all;
  -moz-transition: 0.175s all;
  -ms-transition: 0.175s all;
  -o-transition: 0.175s all;
  transition: 0.175s all;
}
.sitemap__close .fa::before {
  color: #000;
  font-size: 18px;
}
.sitemap__close:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.sitemap__close:active {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 992px) {
  .sitemap {
    display: none !important;
  }
}

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

main {
  overflow: hidden;
}

.page-template-home-page {
  background-color: #f3e8de;
}

.banner__slideshow figure {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.banner__slideshow figure figcaption {
  margin-bottom: 35px;
  padding: 0 45px;
  position: relative;
}
.banner__slideshow figure figcaption h2 {
  padding: 12px 16px 16px 16px;
  margin-bottom: 0;
  opacity: 0;
  color: white;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.797611);
  letter-spacing: -0.869565px;
  text-transform: uppercase;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  text-align: center;
  line-height: 48px;
  background-color: #AF1F24;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}
@media (max-width: 992px) {
  .banner__slideshow figure figcaption h2 {
    padding: 10px;
    line-height: 24px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.banner__slideshow figure figcaption h2:last-child {
  margin-top: 0.5rem;
}
.banner__slideshow figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
@media (max-width: 768px) {
  .banner__slideshow figure {
    height: 45vh !important;
  }
}
.banner__slideshow .zoom-in figure figcaption h2 {
  opacity: 1;
}
@media (min-width: 768px) {
  .banner__slideshowNew {
    height: calc(100vh - 200px);
  }
  .banner__slideshowNew .slick-track figure {
    height: calc(100vh - 200px);
  }
}
.banner__slideshowNew figure {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.banner__slideshowNew figure figcaption {
  margin-bottom: 35px;
  padding: 0 45px;
  position: relative;
}
.banner__slideshowNew figure figcaption h2 {
  padding: 12px 16px 16px 16px;
  margin-bottom: 0;
  opacity: 0;
  color: white;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.797611);
  letter-spacing: -0.869565px;
  text-transform: uppercase;
  background-color: #AF1F24;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  text-align: center;
  line-height: 48px;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  width: 860px;
}
@media (max-width: 992px) {
  .banner__slideshowNew figure figcaption h2 {
    padding: 10px;
    line-height: 24px;
    font-size: 18px;
    font-size: 1.125rem;
    max-width: 300px;
  }
}
.banner__slideshowNew figure figcaption h2:last-child {
  margin-top: 0.5rem;
}
.banner__slideshowNew figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
@media (max-width: 768px) {
  .banner__slideshowNew figure {
    height: 45vh !important;
  }
}
.banner__slideshowNew .zoom-in figure figcaption h2 {
  opacity: 1;
}
.banner__slideshowNew .slick-arrow {
  width: 47px;
  height: 47px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 47px 47px;
  position: absolute;
  z-index: 1;
  border: 0;
  font-size: 0;
  bottom: 80px !important;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 1024px) {
  .banner__slideshowNew .slick-arrow {
    bottom: 200px;
  }
}
@media (max-width: 767px) {
  .banner__slideshowNew .slick-arrow {
    bottom: 60px;
  }
}
.banner__slideshowNew .slick-arrow.slick-prev {
  background-image: url(img/arrow-left-redesign.svg) !important;
  background-size: initial;
  left: 35%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .banner__slideshowNew .slick-arrow.slick-prev {
    display: none !important;
  }
}
.banner__slideshowNew .slick-arrow.slick-next {
  background-image: url(img/arrow-right-redesign.svg) !important;
  background-size: initial;
  right: 35%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .banner__slideshowNew .slick-arrow.slick-next {
    display: none !important;
  }
}
.banner__slideshowNew .slick-arrow:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .banner__slideshowNew .slick-arrow {
    width: 27px;
    height: 27px;
    background-size: 27px 27px;
    top: calc(100% - 157px);
  }
}
.banner__slideshowNew .slick-dots {
  position: relative;
  bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .banner__slideshowNew .slick-dots {
    bottom: 200px;
  }
}
@media (max-width: 767px) {
  .banner__slideshowNew .slick-dots {
    bottom: 60px;
  }
}
.banner__slideshowNew .slick-dots li {
  height: 13px;
  width: 13px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.banner__slideshowNew .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%;
}
.banner__slideshowNew .slick-dots .slick-active button {
  background: white;
}
.banner__highlights {
  width: 100%;
  position: absolute;
  bottom: 80px;
  z-index: 1;
}
.banner__highlights a {
  display: block;
}
.banner__highlights a figure {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5), -4px -4px 5px rgba(0, 0, 0, 0.25);
  transform: rotateY(360deg);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  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;
}
.banner__highlights a figure img {
  display: block;
  margin: 0 auto;
}
.banner__highlights a legend {
  margin-top: 20px;
  color: white;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
.banner__highlights a:hover figure {
  transform: rotateY(180deg);
  background: #AF1F24;
}
.banner__highlights a:hover figure img {
  filter: brightness(0) invert(1);
}
.banner__highlights a:hover legend {
  color: #212951;
}
.banner__highlights .slick-dots {
  display: none !important;
}
@media (max-width: 768px) {
  .banner__highlights {
    padding: 15px 0;
    background-color: #000;
    position: inherit;
  }
}
.banner__highlightsNew {
  width: 100%;
  position: absolute;
  bottom: 70px;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner__highlightsNew {
    bottom: 150px;
  }
}
@media (min-width: 1500px) {
  .banner__highlightsNew {
    bottom: 70px;
  }
}
@media (min-width: 1700px) {
  .banner__highlightsNew {
    bottom: 110px;
  }
}
@media (min-width: 1800px) {
  .banner__highlightsNew {
    bottom: 140px;
  }
}
@media (min-width: 2000px) {
  .banner__highlightsNew {
    bottom: 180px;
  }
}
@media (min-width: 2700px) {
  .banner__highlightsNew {
    bottom: 250px;
  }
}
.banner__highlightsNew a {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0px 8px 8px 0px;
  margin: 10px 0px;
  width: 200px;
}
@media (max-width: 767px) {
  .banner__highlightsNew a {
    border-radius: 8px;
  }
}
@media (max-width: 320px) {
  .banner__highlightsNew a {
    border-radius: 8px;
    width: 170px;
    padding: 0px 10px;
  }
}
.banner__highlightsNew a figure {
  width: 100px;
  height: 60px;
  margin: 0 auto;
  transform: rotateY(360deg);
  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;
}
.banner__highlightsNew a figure img {
  display: block;
  margin: 0 auto;
}
.banner__highlightsNew a legend {
  color: #000;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}
.banner__highlightsNew a:hover figure {
  transform: rotateY(180deg);
  background: #AF1F24;
}
.banner__highlightsNew a:hover figure img {
  filter: brightness(0) invert(1);
}
.banner__highlightsNew a:hover legend {
  color: #212951;
}
.banner__highlightsNew .slick-dots {
  display: none !important;
}
@media (max-width: 768px) {
  .banner__highlightsNew {
    padding: 25px 0;
    background-color: #302957;
    position: relative;
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  .banner__highlightsNew {
    padding: 25px 0;
  }
}
@media (max-width: 414px) {
  .banner__highlightsNew {
    padding: 25px 0;
  }
}
@media (max-width: 375px) {
  .banner__highlightsNew {
    padding: 15px 0;
  }
}
@media (min-height: 810px) and (max-height: 823px) {
  .banner__highlightsNew {
    padding: 45px 0;
  }
}
@media (max-width: 320px) {
  .banner__highlightsNew {
    bottom: 45px;
  }
}
.banner__highlightsNew .slick-track {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .banner__highlightsNew .slick-track {
    display: block;
    left: 25%;
  }
}
.banner .slick-arrow {
  width: 47px;
  height: 47px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 47px 47px;
  position: absolute;
  z-index: 1;
  border: 0;
  font-size: 0;
  top: calc(100% - 115px);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.banner .slick-arrow.slick-prev {
  background-image: url(img/arrow-left-redesign.svg);
}
.banner .slick-arrow.slick-next {
  background-image: url(img/arrow-right-redesign.svg);
}
.banner .slick-arrow:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .banner .slick-arrow {
    width: 27px;
    height: 27px;
    background-size: 27px 27px;
    top: calc(100% - 157px);
  }
}
@media (max-width: 768px) {
  .banner {
    height: auto !important;
  }
}

.internal-banner {
  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;
  height: 250px;
  margin: 0 0 30px 0;
}
.internal-banner h1 {
  color: black;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 60px;
}

#breadcrumbs {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
  color: black;
}
#breadcrumbs li > * {
  color: black;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 400 !important;
}
#breadcrumbs li a {
  padding: 10px;
}
#breadcrumbs li a:hover {
  opacity: 0.7;
}
#breadcrumbs li:last-child {
  padding-left: 9px;
}
#breadcrumbs .bread-home {
  padding-left: 0 !important;
}

.wp-content {
  padding-bottom: 105px;
}
.wp-content a {
  color: #AF1F24;
  text-decoration: underline;
}
.wp-content a:hover {
  opacity: 0.7;
}
.wp-content .highlight {
  color: #FFF;
  background-color: #000;
}
.wp-content ul {
  list-style: none;
}
.wp-content ul li {
  color: #000;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 15px;
}
.wp-content ul li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 7px;
  border-color: transparent transparent transparent #212951;
  position: absolute;
  left: 0;
  top: 4px;
}
.wp-content ol {
  padding-left: 24px;
}
.wp-content ol li {
  margin-bottom: 1rem;
}
.wp-content ol li:before {
  display: none;
}
.wp-content .hidden,
.wp-content #no-files {
  display: none;
}
.wp-content .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: 10px;
}
.wp-content .forms.select select {
  background: transparent;
  border: 3px solid #AF1F24;
  width: 115px;
  height: 40px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  color: #000;
  padding-left: 10px;
}
.wp-content .forms.select select option {
  color: #000;
}
.wp-content .fm-header {
  background: #AF1F24;
  padding: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  color: white;
  margin-bottom: 0;
  font-weight: 400;
}
.wp-content.contact h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  color: #AF1F24;
  font-weight: 700;
  margin-bottom: 5px;
}
.wp-content.contact .g-recaptcha {
  margin-bottom: 20px;
}
.wp-content.contact .success-box {
  background-color: #AF1F24;
  border-radius: 10px;
  padding: 20px 0;
  text-align: center;
  color: white;
  display: none;
  width: 100%;
  margin: auto;
  max-width: 600px;
}
.wp-content .chart .tbPrices .tbPrices__title,
.wp-content .btn-change-chart-period.active,
.wp-content .btn-change-chart-type.active,
.wp-content .historyTickerIdentification,
.wp-content .btn-default,
.wp-content .btn-export {
  background-color: #AF1F24 !important;
}
.wp-content .btn-calendar-file {
  display: block;
  max-width: 640px;
  padding: 8px 12px;
  margin: 12px auto;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border: 1px solid #212951;
  background-color: #212951;
  -webkit-transition: 0.175s all;
  -moz-transition: 0.175s all;
  -ms-transition: 0.175s all;
  -o-transition: 0.175s all;
  transition: 0.175s all;
}
.wp-content .btn-calendar-file:hover {
  color: #212951;
  background-color: #FFF;
}
.wp-content .table-footer .footer {
  background: none !important;
}
.wp-content .text-center {
  text-align: center !important;
}
.wp-content .release {
  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;
  flex-direction: column;
  margin: 56px 0;
}
@media (min-width: 768px) {
  .wp-content .release {
    flex-direction: row;
    justify-content: space-between;
    margin: 12px 0;
  }
}
.wp-content .release .image {
  display: block;
  width: 100%;
  height: 220px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .wp-content .release .image {
    width: 120px;
    height: 145px;
    margin: 0 22px 0 0;
  }
}
.wp-content .release .links {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .wp-content .release .links {
    width: calc(100% - 120px - 24px);
  }
}
.wp-content .release .links > .link {
  display: block;
  width: 100%;
  padding: 8px 12px;
  margin: 0 0 12px 0;
  font-size: 14px;
  background: rgb(235, 235, 235);
  -webkit-transition: 0.172s all;
  -moz-transition: 0.172s all;
  -ms-transition: 0.172s all;
  -o-transition: 0.172s all;
  transition: 0.172s all;
}
.wp-content .release .links > .link:hover {
  background: rgb(200, 200, 200);
}

.page-operacoes .atuacao {
  margin-top: 56px;
  height: 300px;
  background: url(img/atuacao.png) no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .page-operacoes .atuacao {
    display: none;
  }
}
.page-operacoes .atuacao h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  color: white;
  max-width: 439px;
}
@media (max-width: 768px) {
  .page-operacoes .atuacao h2 {
    font-size: 16px;
    line-height: 20px;
    max-width: 270px;
  }
}
.page-operacoes .atuacao.mobile {
  display: none;
}
@media (max-width: 768px) {
  .page-operacoes .atuacao.mobile {
    display: flex;
    margin-top: 0;
  }
}
.page-operacoes .capacidade {
  margin-top: 56px;
  height: 300px;
  background: url(img/global.png) no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  .page-operacoes .capacidade {
    display: none;
  }
}
.page-operacoes .capacidade.mobile {
  display: none;
}
@media (max-width: 768px) {
  .page-operacoes .capacidade.mobile {
    display: block;
    margin-top: 0;
  }
}
.page-operacoes .capacidade .capacidade-global {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .page-operacoes .capacidade .capacidade-global .capacidade-left {
    padding-top: 40px;
  }
}
.page-operacoes .capacidade .capacidade-global .capacidade-left h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: white;
}
@media (max-width: 768px) {
  .page-operacoes .capacidade .capacidade-global .capacidade-left h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.page-operacoes .capacidade .capacidade-global .capacidade-left .capacidade-text-left {
  padding-top: 65px;
}
@media (max-width: 768px) {
  .page-operacoes .capacidade .capacidade-global .capacidade-left .capacidade-text-left {
    padding-top: 15px;
  }
}
.page-operacoes .capacidade .capacidade-global .capacidade-left .capacidade-text-left li {
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  color: white;
}
.page-operacoes .capacidade .capacidade-global .capacidade-left .capacidade-text-left li::before {
  background: white;
  border-width: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 7px;
}
@media (max-width: 768px) {
  .page-operacoes .capacidade .capacidade-global .capacidade-right {
    display: block;
    padding-top: 15px;
  }
}
.page-operacoes .capacidade .capacidade-global .capacidade-right h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  max-width: 450px;
  color: white;
}
@media (max-width: 768px) {
  .page-operacoes .capacidade .capacidade-global .capacidade-right h2 {
    font-size: 16px;
    line-height: 20px;
    max-width: inherit;
  }
}
.page-operacoes .capacidade .capacidade-global .capacidade-right .capacidade-text-right {
  padding-top: 35px;
}
@media (max-width: 768px) {
  .page-operacoes .capacidade .capacidade-global .capacidade-right .capacidade-text-right {
    padding-top: 10px;
  }
}
.page-operacoes .capacidade .capacidade-global .capacidade-right .capacidade-text-right li {
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  color: white;
}
.page-operacoes .capacidade .capacidade-global .capacidade-right .capacidade-text-right li::before {
  background: white;
  border-width: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 7px;
}
.page-operacoes .peoples {
  margin-top: 56px;
  height: 300px;
  background: url(img/peoples.png) no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .page-operacoes .peoples {
    display: none;
  }
}
.page-operacoes .peoples.mobile {
  display: none;
}
@media (max-width: 768px) {
  .page-operacoes .peoples.mobile {
    display: flex;
    margin-top: 0;
  }
}
.page-operacoes .peoples p {
  font-weight: bold;
  font-size: 28px;
  line-height: 130%;
  color: #16B516;
  max-width: 465px;
}
@media (max-width: 768px) {
  .page-operacoes .peoples p {
    font-size: 16px;
    line-height: 20px;
  }
}
.page-operacoes .unidades {
  padding-top: 30px;
}
.page-operacoes .unidades .unidades-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 768px) {
  .page-operacoes .unidades .unidades-content {
    flex-direction: column;
  }
}
.page-operacoes .unidades .unidades-content p {
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #021F59;
  max-width: 200px;
}
@media (max-width: 768px) {
  .page-operacoes .unidades .unidades-content p {
    margin-top: 30px;
  }
}
.page-operacoes .paises {
  background: url(img/paises.png) no-repeat;
  background-position: center center;
  height: 300px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .page-operacoes .paises {
    display: none;
  }
}
.page-operacoes .paises.mobile {
  display: none;
}
@media (max-width: 768px) {
  .page-operacoes .paises.mobile {
    display: flex;
    height: 800px;
  }
}
.page-operacoes .paises .paises-content {
  padding-top: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 768px) {
  .page-operacoes .paises .paises-content {
    flex-direction: column;
  }
  .page-operacoes .paises .paises-content div {
    margin-top: 50px;
  }
  .page-operacoes .paises .paises-content div:first-child {
    margin-top: 0;
  }
}
.page-operacoes .paises .paises-content p {
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  max-width: 112px;
}
.page-operacoes .paises .paises-content .argentina {
  position: relative;
}
.page-operacoes .paises .paises-content .argentina::before {
  content: "";
  position: absolute;
  background: url(img/argentina.png) no-repeat;
  width: 40px;
  height: 40px;
  top: -30px;
  left: 15px;
}
.page-operacoes .paises .paises-content .brasil {
  position: relative;
}
.page-operacoes .paises .paises-content .brasil::before {
  content: "";
  position: absolute;
  background: url(img/brasil.png) no-repeat;
  width: 40px;
  height: 40px;
  top: -30px;
  left: 15px;
}
.page-operacoes .paises .paises-content .uruguai {
  position: relative;
}
.page-operacoes .paises .paises-content .uruguai::before {
  content: "";
  position: absolute;
  background: url(img/uruguai.png) no-repeat;
  width: 40px;
  height: 40px;
  top: -30px;
  left: 15px;
}
.page-operacoes .paises .paises-content .chile {
  position: relative;
}
.page-operacoes .paises .paises-content .chile::before {
  content: "";
  position: absolute;
  background: url(img/chile.png) no-repeat;
  width: 40px;
  height: 40px;
  top: -30px;
  left: 15px;
}
.page-operacoes .paises .paises-content .estados-unidos {
  position: relative;
}
.page-operacoes .paises .paises-content .estados-unidos::before {
  content: "";
  position: absolute;
  background: url(img/usa.png) no-repeat;
  width: 40px;
  height: 40px;
  top: -30px;
  left: -5px;
}

.banner-unidades {
  position: relative;
}
.banner-unidades::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000000;
  z-index: 1;
}

.page-unidades .unidades-top {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .page-unidades .unidades-top {
    flex-direction: column;
  }
}
.page-unidades .unidades-top h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 25px;
  text-transform: uppercase;
  color: #021F59;
  background: #00A000;
  padding: 70px 75px 50px 40px;
  height: 160px;
  min-width: 345px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-unidades .unidades-top h2 {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.page-unidades .unidades-top img {
  position: absolute;
  z-index: 1;
  left: 300px;
}
@media (max-width: 767px) {
  .page-unidades .unidades-top img {
    top: 160px;
    left: unset;
  }
}
.page-unidades .unidades-top .unidades-text {
  background: #021F59;
  margin-left: 15px;
  position: relative;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .page-unidades .unidades-top .unidades-text {
    width: 100%;
    margin-left: 0;
    height: unset;
    text-align: center;
  }
}
.page-unidades .unidades-top .unidades-text p {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  padding: 40px 40px 40px 115px;
}
@media (max-width: 768px) {
  .page-unidades .unidades-top .unidades-text p {
    padding: 60px 30px 30px 30px;
  }
}
.page-unidades .unidades-content {
  margin-top: 85px;
}
.page-unidades .unidades-content h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  color: #021F59;
  text-align: center;
  margin-bottom: 80px;
}
.page-unidades .unidades-content img {
  display: block;
  margin: 0 auto;
}
.page-unidades .capacidade {
  margin-top: 130px;
}
.page-unidades .capacidade h2 {
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  color: #021F59;
  text-align: center;
  padding-top: 60px;
}
.page-unidades .capacidade img {
  display: block;
  margin: 0 auto;
}

.page-template-results-center-new .internal-banner {
  position: relative;
}
.page-template-results-center-new .internal-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000000;
  z-index: 1;
}
.page-template-results-center-new .table-arquivos td.icone {
  padding: 20px;
}
.page-template-results-center-new .wp-content .forms select {
  background: #302957;
  border-radius: 30px;
  color: white;
}
.page-template-results-center-new .wp-content .forms select option {
  color: white;
}

.terms {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: none;
}
.terms input {
  margin: 0 16px 0 0 !important;
  min-width: 18px;
  width: 18px !important;
  height: 18px !important;
  margin-right: 16px;
  box-shadow: none;
}
.terms label {
  display: block;
  margin: 0 !important;
}
.terms label p {
  margin: 0 !important;
  font-size: 14px;
}

.contact {
  padding: 0 12px;
}
.contact .custom_form fieldset {
  margin: 0 0 16px 0;
}
.contact .custom_form fieldset label {
  display: block;
  color: #AF1F24;
  font-size: 15px;
}
.contact .custom_form fieldset input, .contact .custom_form fieldset textarea {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #000;
}
.contact .custom_form fieldset select {
  width: 100%;
  padding: 8px 12px;
  border: 2px solid #000;
  background-color: #FFF;
  background-image: url("img/arrow_down_red.svg");
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
}
.contact .custom_form button, .contact .custom_form input[type=button] {
  width: 100%;
  margin: 8px 0 0 0;
  padding: 10px 56px;
  color: #FFF;
  cursor: pointer;
  border-radius: 8px;
  border: 2px solid #212951;
  background-color: #212951;
  -webkit-transition: 0.175s all;
  -moz-transition: 0.175s all;
  -ms-transition: 0.175s all;
  -o-transition: 0.175s all;
  transition: 0.175s all;
}
@media (min-width: 768px) {
  .contact .custom_form button, .contact .custom_form input[type=button] {
    width: auto;
    margin: 22px 0 0 0;
    border-radius: 32px;
  }
}
.contact .custom_form button:hover, .contact .custom_form input[type=button]:hover {
  background-color: #AF1F24;
}
.contact .side-panel {
  margin-top: 64px;
}
@media (min-width: 768px) {
  .contact .side-panel {
    margin: 0;
    padding: 0 0 0 82px;
  }
}

.teleconferencia .acessos .row .downloadLink {
  text-decoration: none;
}
.teleconferencia .acessos .row .downloadLink center img {
  height: 49px;
}
.teleconferencia .acessos .row .downloadLink center .resultados__item_text {
  text-decoration: none;
  margin-top: 0;
  transition: 0.4s;
  color: #000;
  font-weight: normal;
  font-size: 1.1875rem;
}
.teleconferencia .acessos .row .downloadLink center .resultados__item_text:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.teleconferencia iframe {
  width: 100%;
  height: 845px;
}
@media (max-width: 768px) {
  .teleconferencia iframe {
    height: 697px;
  }
}

.formRegister {
  margin: 0 !important;
}
.formRegister .mailerForm form,
.formRegister .mailerFormBlacklist form {
  width: 600px;
}
.formRegister .mailerForm form .field .label,
.formRegister .mailerFormBlacklist form .field .label {
  display: block;
  color: #AF1F24;
  font-size: 15px;
}
.formRegister .mailerForm form .field input,
.formRegister .mailerForm form .field select,
.formRegister .mailerFormBlacklist form .field input,
.formRegister .mailerFormBlacklist form .field select {
  font-size: 1rem;
  line-height: 130%;
  outline: none;
  color: #414042;
  width: 100%;
  margin-bottom: 0;
  padding: 0 15px;
  background: #fff;
  border: 2px solid #302957;
  box-sizing: border-box;
  height: 50px;
  width: 100%;
}
.formRegister .mailerForm form .field input:focus,
.formRegister .mailerForm form .field select:focus,
.formRegister .mailerFormBlacklist form .field input:focus,
.formRegister .mailerFormBlacklist form .field select:focus {
  border-color: #009640;
}
.formRegister .mailerForm form .field select,
.formRegister .mailerFormBlacklist form .field select {
  padding: 8px 12px;
  border: 2px solid #302957;
  background-color: #FFF;
  background-image: url(img/arrow_down_red.svg);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
}
.formRegister .mailerForm form .terms input,
.formRegister .mailerFormBlacklist form .terms input {
  width: 18px !important;
  margin-top: 15px;
}
.formRegister .mailerForm form .terms p,
.formRegister .mailerFormBlacklist form .terms p {
  margin-bottom: 0;
}
.formRegister .mailerForm form .buttons,
.formRegister .mailerFormBlacklist form .buttons {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  width: 100%;
  gap: 22px;
}
.formRegister .mailerForm form .buttons .clear,
.formRegister .mailerFormBlacklist form .buttons .clear {
  background: #302957;
  border: 2px solid #302957;
  box-sizing: border-box;
  color: #fff;
  width: 210px;
  max-width: 100%;
  text-transform: uppercase;
}
.formRegister .mailerForm form .buttons .send,
.formRegister .mailerFormBlacklist form .buttons .send {
  border: 2px solid #302957;
  box-sizing: border-box;
  background: #302957;
  color: #fff;
  width: 210px;
  max-width: 100%;
  text-transform: uppercase;
}
.formRegister .mailerForm form .buttons .sendBlacklist,
.formRegister .mailerFormBlacklist form .buttons .sendBlacklist {
  background: #302957;
  border: 2px solid #302957;
  box-sizing: border-box;
  color: #fff;
  width: 210px;
  max-width: 100%;
  text-transform: uppercase;
}
.formRegister #g-recaptcha-0 {
  bottom: 110px;
  justify-content: left;
}

.accordion {
  margin: 20px 0;
}
.accordion__item {
  margin-bottom: 0;
  border: 1px solid #AF1F24;
}
@media (min-width: 768px) {
  .accordion__item {
    margin-bottom: 10px;
  }
}
.accordion__item__header {
  position: relative;
  padding: 25px 133px 25px 85px;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  color: #000;
  cursor: pointer;
  background: transparent;
}
.accordion__item__header::after {
  content: "";
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  pointer-events: all;
  border-radius: 100%;
  background-image: url(img/accordion_green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px;
}
.accordion__item__header::after:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.accordion__item__header.active::after {
  transform: rotate(-180deg) translateY(50%);
}
.accordion__item__content {
  display: none;
  margin-top: 0;
  padding: 0;
  border: none;
}
@media (min-width: 768px) {
  .accordion__item__content {
    padding: 0 133px 0 85px;
  }
}
.accordion__item__content table {
  margin-top: 0;
}
@media (max-width: 768px) {
  .accordion__item__content table {
    margin: 0;
    border: none;
  }
  .accordion__item__content table > tbody > tr > td {
    border-left: none;
    border-right: none;
  }
  .accordion__item__content table > tbody > tr:last-child > td {
    border: none;
  }
}

.datepicker {
  position: relative;
  z-index: 0;
  display: table;
  width: 100%;
  margin: 0 auto;
}
.datepicker .nav-event {
  position: absolute;
  top: 4px;
  font-size: 0;
  cursor: pointer;
  z-index: 9;
}
.datepicker .nav-event::before {
  content: "\f0da";
  font-family: "FontAwesome";
  color: #AF1F24;
  font-size: 30px;
  font-size: 1.875rem;
}
.datepicker .nav-event.next {
  right: 15px;
}
.datepicker .nav-event.prev {
  left: 13px;
}
.datepicker .nav-event.prev::before {
  content: "\f0d9";
}
.datepicker .nav-event:hover {
  opacity: 0.8;
}
.datepicker .ui-datepicker-group {
  display: table-cell;
  width: 33.3%;
  padding: 0 12px 0;
  vertical-align: top;
}
@media (max-width: 992px) {
  .datepicker .ui-datepicker-group {
    width: 50%;
  }
  .datepicker .ui-datepicker-group-last {
    display: none;
  }
}
@media (max-width: 768px) {
  .datepicker .ui-datepicker-group {
    width: 100%;
  }
  .datepicker .ui-datepicker-group-middle {
    display: none;
  }
}
.datepicker .ui-datepicker-header {
  width: 100%;
}
.datepicker .ui-datepicker-header .datepicker .ui-datepicker-prev span, .datepicker .ui-datepicker-header .datepicker .ui-datepicker-next span {
  display: none;
}
.datepicker .ui-datepicker-title {
  color: #AF1F24;
  font-size: 16px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.datepicker .ui-datepicker-inline {
  width: 100% !important;
  display: table !important;
  border-collapse: separate;
  margin: 0 auto;
  min-height: 310px;
}
.datepicker .ui-datepicker-calendar {
  margin-top: 0;
  min-height: 265px;
}
.datepicker .ui-datepicker-calendar tr td {
  background: white;
  padding: 5px;
  text-align: center;
  width: 14.3%;
}
.datepicker .ui-datepicker-calendar tr td span {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 300;
}
.datepicker .ui-datepicker-calendar tr td.has-event span {
  color: white;
  width: 32px;
  height: 32px;
  padding-top: 3px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #a7a7a7;
}
.datepicker .ui-datepicker-calendar tr td.has-event.divulgacao-de-resultado span {
  background-color: #ff690b;
}
.datepicker .ui-datepicker-calendar tr td.has-event.webcast span {
  background-color: #022168;
}
.datepicker .ui-datepicker-calendar tr td.has-event.mais-de-um-evento span {
  background-color: #00adee;
}
.datepicker .ui-datepicker-calendar tr td.has-event.conferencias span {
  background-color: #ffca07;
}
.datepicker .ui-datepicker-calendar tr td.has-event.outros-eventos span {
  background-color: #a7a7a7;
}
.datepicker .ui-datepicker-prev, .datepicker .ui-datepicker-next {
  display: none;
}

#legenda_eventos {
  width: 100%;
  margin: 5px auto;
}
#legenda_eventos .legenda_item {
  display: inline-block;
  margin: 5px 15px 5px 0;
  position: relative;
}
#legenda_eventos .legenda_item .cor {
  position: absolute;
  left: 0;
  top: 13px;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#legenda_eventos .legenda_item .cor-01 {
  background: #ff690b;
}
#legenda_eventos .legenda_item .cor-02 {
  background: #022168;
}
#legenda_eventos .legenda_item .cor-03 {
  background: #00adee;
}
#legenda_eventos .legenda_item .cor-04 {
  background: #ffca07;
}
#legenda_eventos .legenda_item .cor-05 {
  background: #a7a7a7;
}
#legenda_eventos .legenda_item .label {
  color: #000;
  padding: 5px 0 5px 25px;
}

.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;
}

#loading {
  width: 100%;
}
#loading div {
  margin: 25px auto;
  border: 5px solid rgba(114, 114, 114, 0.2);
  border-top: 5px solid #AF1F24;
  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;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-image: linear-gradient(131deg, rgba(8, 110, 161, 0.8) 0%, rgb(115, 182, 103) 100%);
}
@media (max-width: 767px) {
  #popup {
    display: none;
  }
}
#popup .box-msg {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 592px;
  background: white;
  z-index: 15;
  height: auto;
  padding: 15px 30px;
  color: #000;
  border-radius: 15px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #popup .box-msg {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 767px;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 336px) {
  #popup .box-msg {
    padding: 20px 2px;
    top: 20px;
  }
}
#popup .box-msg main {
  border-top: 2px solid #00a000;
}
#popup .box-msg .close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 30px;
  height: 30px;
  padding: 0 5px;
  color: #fff;
  font-size: 26px;
  border-radius: 62px;
  background: #212951;
  font-family: arial, sans-serif;
  text-align: center;
  overflow: hidden;
  line-height: 1em;
  font-style: normal;
  cursor: pointer;
}
#popup .box-msg .close:hover {
  opacity: 0.8;
}
#popup .box-msg header img {
  margin: 25px auto 15px auto;
}
#popup .box-msg h2 {
  color: #302957;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 1.2em;
  letter-spacing: 0 !important;
  margin: 5px 0 20px;
}
#popup .box-msg h3 {
  color: #302957;
  position: relative;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0 !important;
  margin: 15px 0 15px;
}
#popup .box-msg p {
  color: #000;
  font-size: 14px;
  line-height: 1.4em;
  margin: 5px 0;
}
#popup .box-msg table {
  width: 100%;
  border-width: 0 !important;
  margin: 0;
}
#popup .box-msg table td {
  padding: 10px 0 0 10px !important;
  vertical-align: top;
  position: relative;
  border-color: transparent !important;
  background-color: transparent !important;
  font-size: 13px;
  line-height: 1.7em;
}
#popup .box-msg table td h3 {
  font-size: 15px;
  text-transform: uppercase;
  line-break: 1.1em;
  margin-bottom: 0px;
  color: #AF1F24;
}
#popup .box-msg table td h3::before {
  display: none;
}
#popup .box-msg table td p {
  font-size: 13px;
  line-height: 1.7em;
  padding: 5px 0;
}
#popup .box-msg table td p * {
  font-family: "co_textregular", sans-serif;
}
#popup .box-msg table td h4 {
  color: white;
  font-size: 14px;
  margin: 15px 0 5px;
  padding: 5px 15px;
  text-align: center;
  background-color: white;
  border-radius: 4px;
  color: #fff;
  width: 200px;
}
#popup .box-msg table td a {
  color: #FFF;
  border: 1px solid #AF1F24;
  padding: 5px;
  width: 120px;
  background-color: #AF1F24;
}
#popup .box-msg table th {
  color: #302957;
  vertical-align: initial;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px 10px;
}

#popup-img {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000000000000;
  background-color: rgba(0, 0, 0, 0.75);
}
#popup-img .box-msg {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 900px;
  z-index: 11;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 10px;
}
#popup-img .box-msg .info img {
  position: relative;
}
#popup-img .box-msg a {
  width: 319px;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 163px;
}
#popup-img .box-msg .close {
  position: absolute;
  right: 54px;
  top: 6px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9;
}
@media (max-width: 768px) {
  #popup-img {
    display: none;
  }
}

/* POPUP HOME */
#popupToggle:checked ~ .popup--duplo {
  opacity: 1;
  pointer-events: all;
}

.popup--duplo {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  background-color: rgba(34, 34, 34, 0.74);
  transition-duration: 0.61s;
}
@media (max-width: 991px) {
  .popup--duplo {
    width: 100% !important;
    height: 100% !important;
  }
}
.popup--duplo .box-msg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 96vw;
  max-width: 600px;
  min-height: 540px;
  max-height: 82vh;
  padding: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: auto;
}
.popup--duplo .box-msg .close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 62px;
  cursor: pointer;
  z-index: 1;
  transition-duration: 0.144s;
}
.popup--duplo .box-msg .close:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.popup--duplo .box-msg .close:active {
  transform: scale(0.8);
  background-color: rgba(255, 255, 255, 0.5);
}
.popup--duplo .box-msg .top {
  position: relative;
  padding: 100px 22px 22px 22px;
  background-color: #AF1F24;
  background-position-x: 6%, center;
  background-position-y: 0, center;
  background-image: url("img/logo.png");
  background-repeat: no-repeat;
  background-position: 50% 18px;
}
.popup--duplo .box-msg .top .title {
  display: block;
  margin: 0 0 7px 0;
  color: #fff;
  font-family: "coheadlinew01-regularregular", sans-serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  z-index: 1;
}
.popup--duplo .box-msg .top .subtitle {
  display: block;
  color: #fff;
  font-family: "coheadlinew01-regularregular", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  z-index: 1;
}
.popup--duplo .box-msg main {
  position: relative;
  display: block;
  padding: 40px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: calc(100% - 20px);
  background-size: auto;
  text-align: center;
}
.popup--duplo .box-msg main * {
  text-align: left;
  z-index: 1;
}
.popup--duplo .box-msg main .btn {
  width: max-content;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 5px 32px !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
  text-align: center !important;
  user-select: none;
  border: 2px solid rgba(33, 41, 81, 0) !important;
  border-radius: 48px !important;
  background: none;
  background-color: #212951;
  cursor: pointer;
  -webkit-transition: 0.144s all;
  -moz-transition: 0.144s all;
  -ms-transition: 0.144s all;
  -o-transition: 0.144s all;
  transition: 0.144s all;
  transition-timing-function: ease-out;
}
.popup--duplo .box-msg main .btn:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.popup--duplo .box-msg main .btn:hover {
  opacity: 0.7;
}
.popup--coluna {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.82);
  z-index: 9999;
}
.popup--coluna .popup__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 598px;
  background-color: #fff;
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
  overflow: auto;
  padding: 55px 15px;
}
@media (min-width: 1200px) {
  .popup--coluna .popup__box {
    padding: 55px 25px;
  }
}
.popup--coluna .popup__close {
  position: absolute;
  top: 8px;
  right: 13px;
  transition: 0.3s all;
  cursor: pointer;
}
.popup--coluna .popup__close:hover {
  opacity: 0.5;
}
.popup--coluna .popup__content .logo {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.popup--coluna .popup__content .title {
  text-align: center;
  margin-bottom: 15px;
}
.popup--coluna .popup__content .title h4 {
  color: #4d4d4d;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 19px;
}
.popup--coluna .popup__content .title p {
  margin: 0;
  color: #808080;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.popup--coluna .popup__content .content {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1200px) {
  .popup--coluna .popup__content .content {
    grid-template-columns: 1fr 1fr;
  }
}
.popup--coluna .popup__content .content.unico {
  grid-template-columns: 1fr;
}
.popup--coluna .popup__content .content > div {
  padding: 15px;
}
@media (max-width: 1199px) {
  .popup--coluna .popup__content .content > div + div {
    border-top: 1px solid #b3b3b3;
  }
}
@media (min-width: 1200px) {
  .popup--coluna .popup__content .content > div + div {
    border-left: 1px solid #b3b3b3;
  }
}
.popup--coluna .popup__content .content .editor {
  text-align: center;
  margin-bottom: 8px;
}
.popup--coluna .popup__content .content .editor > *:last-child {
  margin-bottom: 0;
}
.popup--coluna .popup__content .content .editor h1,
.popup--coluna .popup__content .content .editor h2,
.popup--coluna .popup__content .content .editor h3,
.popup--coluna .popup__content .content .editor h4,
.popup--coluna .popup__content .content .editor h5,
.popup--coluna .popup__content .content .editor h6 {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 5px;
}
.popup--coluna .popup__content .content .editor p {
  color: #b3b3b3;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.popup--coluna .popup__content .content__left ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.popup--coluna .popup__content .content__left ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #363636;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.popup--coluna .popup__content .content__left ul li img {
  flex-shrink: 0;
}
.popup--coluna .popup__content .content__right ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: 0 auto;
  width: max-content;
  max-width: 100%;
}
.popup--coluna .popup__content .content__right ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #363636;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.popup--coluna .popup__content .content__right ul li img {
  flex-shrink: 0;
}
.popup--coluna .popup__content .button {
  margin-top: 12px;
  display: flex;
}
.popup--coluna .popup__content .button a {
  width: 100%;
  text-align: center;
  padding: 18px 15px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 4px;
  background: #005abe;
}

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

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