﻿
/*!
Theme Name: Gerdau RI Redesign
Author: MZ Group - Adelmo Dias
Author URI: https://www.mzgroup.com/
Description: MZiQ CMS Theme for Gerdau RI Redesign website.
Version: 3.0
License: GNU General Public License v2 or later

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

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100vw;
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  html.no-js {
    margin-top: 0 !important;
  }
}
html.contrast {
  filter: grayscale(100%);
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.admin-bar .header {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  body.admin-bar .header {
    top: 46px !important;
  }
}

body,
input,
textarea,
button {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  line-height: 130%;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: black;
  font-size: 16px;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  line-height: 130%;
}

p {
  color: black;
  font-size: 16px;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1,
h2,
h3 {
  color: #043464;
  font-family: "Barlow", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 2.2px;
  line-height: 130%;
}
@media (max-width: 992px) {
  h1,
  h2,
  h3 {
    font-size: 2rem;
  }
}

h4 {
  color: #053C6E;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

h5,
h6 {
  color: #053C6E;
  font-size: 26px;
  font-weight: 400;
  line-height: 130%;
}

a {
  text-decoration: none;
  transition: 0.3s all;
}
a:hover {
  opacity: 0.7;
}

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

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

*::-webkit-scrollbar {
  width: 9px !important;
  height: 9px !important;
}

*::-moz-scrollbar {
  width: 9px !important;
  height: 9px !important;
}

*::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.15) !important;
}

*::-moz-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.15) !important;
}

*::-webkit-scrollbar-thumb:hover {
  background: rgba(4, 52, 100, 0.75) !important;
}

*::-moz-scrollbar-thumb:hover {
  background: rgba(4, 52, 100, 0.75) !important;
}

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

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

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #053c6e !important;
}

*::-moz-scrollbar-thumb {
  border-radius: 5px;
  background: #053c6e !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 20px 0;
}
table thead th {
  padding: 14px 1.5rem;
  background: #043464;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: white;
  text-align: left;
}
table thead th:first-child {
  border-radius: 4px 0 0 0;
}
table thead th:last-child {
  border-radius: 0 4px 0 0;
}
table tr td {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: black;
  padding: 14px 1.5rem;
  border-bottom: 1px solid #D5D7D8;
}
table:not(.table-arquivos) thead th, table:not(.table-arquivos) thead td, table:not(.table-arquivos) tbody th, table:not(.table-arquivos) tbody td {
  padding: 4px 1.5rem !important;
}
table:not(.table-arquivos) thead th.data, table:not(.table-arquivos) thead td.data, table:not(.table-arquivos) tbody th.data, table:not(.table-arquivos) tbody td.data {
  width: 130px;
}
table:not(.table-arquivos) thead th.icone, table:not(.table-arquivos) thead td.icone, table:not(.table-arquivos) tbody th.icone, table:not(.table-arquivos) tbody td.icone {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 84px;
}
table:not(.table-arquivos) thead th.link a, table:not(.table-arquivos) thead td.link a, table:not(.table-arquivos) tbody th.link a, table:not(.table-arquivos) tbody td.link a {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
table:not(.table-arquivos) thead th.icons > div, table:not(.table-arquivos) thead td.icons > div, table:not(.table-arquivos) tbody th.icons > div, table:not(.table-arquivos) tbody td.icons > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
table:not(.table-arquivos) thead th.icons > div img, table:not(.table-arquivos) thead td.icons > div img, table:not(.table-arquivos) tbody th.icons > div img, table:not(.table-arquivos) tbody td.icons > div img {
  cursor: pointer;
  transition: 0.3s all;
}
table:not(.table-arquivos) thead th.icons > div img:hover, table:not(.table-arquivos) thead td.icons > div img:hover, table:not(.table-arquivos) tbody th.icons > div img:hover, table:not(.table-arquivos) tbody td.icons > div img:hover {
  opacity: 0.7;
}
table:not(.table-arquivos) thead th.icons > div img:first-child, table:not(.table-arquivos) thead td.icons > div img:first-child, table:not(.table-arquivos) tbody th.icons > div img:first-child, table:not(.table-arquivos) tbody td.icons > div img:first-child {
  margin-right: 1rem;
}
table.table-arquivos {
  min-width: 500px;
}
table.table-arquivos thead tr th {
  text-overflow: unset;
  white-space: unset;
}
table.table-arquivos thead tr th.link {
  text-align: left;
}
table.table-arquivos tbody tr:nth-child(odd) td {
  background: #F2F2F2;
}
table.table-arquivos td {
  border-bottom: none;
  text-overflow: unset;
  white-space: unset;
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
table.table-arquivos td.data {
  width: 130px;
}
table.table-arquivos td.icone {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 35px;
}
table.table-arquivos td.link a {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}
table.table-arquivos td.icons > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
table.table-arquivos td.icons > div img {
  cursor: pointer;
  transition: 0.3s all;
}
table.table-arquivos td.icons > div img:hover {
  opacity: 0.7;
}
table.table-arquivos td.icons > div img:first-child {
  margin-right: 1rem;
}
table.tb-central th {
  text-align: center;
}
table.tb-central th.ano {
  text-align: left;
}
table.tb-central td.icone {
  width: 150px;
}
table.tb-central td.icone img {
  display: block;
  margin: auto;
}
table.tb-central td.icone:not(.off) img {
  transition: 0.3s all;
}
table.tb-central td.icone:not(.off) img:hover {
  opacity: 0.5;
}
table.tb-central td.icone.off img {
  filter: grayscale(100%);
  opacity: 0.5;
  cursor: not-allowed;
}
table.table-calendario {
  min-width: 800px;
  margin-top: 0;
}
table.table-calendario thead th {
  text-align: left;
}
table.table-calendario thead th:first-child {
  width: 120px;
}
table.table-calendario td {
  height: 60px;
}
table.table-calendario#eventos-futuros thead th:last-child {
  width: 260px;
  text-align: center;
}
table.table-calendario#eventos-futuros tbody td:last-child {
  text-align: center;
}
table.table-calendario#eventos-futuros tbody td:last-child img {
  max-width: 35px;
  margin-right: 15px;
}
table.table-calendario#eventos-futuros tbody td:last-child a:last-child img {
  margin-right: 0;
}
table.table-search {
  border-bottom: none;
  margin-bottom: 3rem;
}
table.table-search tr th {
  background: none;
  text-align: left;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: black;
  padding-left: 0;
  padding-bottom: 20px;
}
table.table-search tr td:first-child {
  padding-left: 0;
}
table.table-search tr td a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: black;
}
table.table-search tr td a span {
  font-weight: 300;
}
table.table-search tr td.icon a {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  text-decoration: none;
  color: black;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
table.table-search tr td.icon a svg {
  margin-left: 12px;
}

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

.searchPopup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.searchPopup__form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 477px;
  max-width: calc(100% - 50px);
  display: flex;
}
.searchPopup__form > form {
  width: 100%;
  background: #fff;
  height: 48px;
  position: relative;
}
.searchPopup__form > form input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  padding: 15px 8px;
  color: black;
  font-size: 12px;
  line-height: 1;
}
.searchPopup__form > form button {
  background: transparent;
  padding: 0;
  border: none;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s all;
}
.searchPopup__form > form button:hover {
  opacity: 0.5;
}
.searchPopup__form > form button > svg {
  display: block;
}
.searchPopup__close {
  min-width: 48px;
  min-height: 48px;
  cursor: pointer;
  transition: 0.3s all;
}
.searchPopup__close:hover {
  opacity: 0.5;
}

.searchButtons button {
  border: none;
  background: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #3773D6;
  transition: 0.3s all;
  cursor: pointer;
}
.searchButtons button:hover {
  opacity: 0.8;
}
.searchButtons button:disabled {
  cursor: no-drop;
  color: #bebebe;
}
.searchButtons button:disabled:hover {
  opacity: 1;
}

.btn {
  text-decoration: none;
  display: block;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  padding: 12px 25px;
  transition: 0.3s all;
  border: 3px solid #043464;
  /*--------------------------------------------------------------
  ## Tamanhos
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Cores da fonte
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Cores de fundo
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Efeitos
  --------------------------------------------------------------*/
}
.btn--lg {
  width: 200px;
}
.btn--md {
  width: 165px;
}
.btn--sm {
  width: 105px;
}
.btn--white {
  color: white;
}
.btn--black {
  color: black;
}
.btn--primaryColor {
  color: #043464;
}
.btn--secondaryColor {
  color: #053C6E;
}
.btn--tertiaryColor {
  color: #84BBDD;
}
.btn--bgWhite {
  background: white;
  border-color: white;
}
.btn--bgBlack {
  background: black;
  border-color: black;
}
.btn--bgDisabled {
  background: #F2F2F2;
  border-color: #F2F2F2;
}
.btn--bgPrimaryColor {
  background: #043464;
  border-color: #043464;
}
.btn--bgSecondaryColor {
  background: #053C6E;
  border-color: #053C6E;
}
.btn--bgTertiaryColor {
  background: #84BBDD;
  border-color: #84BBDD;
}
.btn:disabled {
  background: #F2F2F2;
  cursor: no-drop;
  border-color: #F2F2F2;
  color: #bebebe;
}
.btn:disabled:hover {
  opacity: 1;
}
.btn:hover {
  opacity: 0.8;
}

.custom_form {
  width: 100%;
  max-width: 462px;
}
.custom_form fieldset {
  padding: 0;
  border: 0;
  margin-bottom: 1rem;
}
.custom_form fieldset.terms {
  display: flex;
  align-items: center;
}
.custom_form label:not(.customCheckbox--label) {
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  display: block;
  margin-bottom: 10px;
}
.custom_form label:not(.customCheckbox--label).label-check {
  display: block;
}
@media (max-width: 767px) {
  .custom_form label:not(.customCheckbox--label).label-check {
    max-width: 300px;
    padding-top: 18px;
  }
}
.custom_form span.error {
  color: black;
  font-size: 12px;
  line-height: 14px;
  color: #d43333;
}
.custom_form input[type=text],
.custom_form input[type=email],
.custom_form input[type=phone],
.custom_form textarea,
.custom_form select {
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  outline: none;
  width: 100%;
  margin-bottom: 0;
  padding: 11px 1rem;
  border-radius: 4px;
  border: 1px solid #D8DFE5;
  background: #FFF;
  box-shadow: 0px 4px 9px 0px rgba(27, 26, 65, 0.07);
}
.custom_form input[type=text]::placeholder,
.custom_form input[type=email]::placeholder,
.custom_form input[type=phone]::placeholder,
.custom_form textarea::placeholder,
.custom_form select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: transparent;
}
.custom_form input[type=text]:-ms-input-placeholder,
.custom_form input[type=email]:-ms-input-placeholder,
.custom_form input[type=phone]:-ms-input-placeholder,
.custom_form textarea:-ms-input-placeholder,
.custom_form select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
}
.custom_form input[type=text]::-ms-input-placeholder,
.custom_form input[type=email]::-ms-input-placeholder,
.custom_form input[type=phone]::-ms-input-placeholder,
.custom_form textarea::-ms-input-placeholder,
.custom_form select::-ms-input-placeholder {
  /* Microsoft Edge */
  color: transparent;
}
.custom_form textarea {
  resize: none;
  height: 135px;
}
.custom_form .g-recaptcha > div {
  margin: auto;
}
.custom_form .btn-submit,
.custom_form .btn-clear {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 166px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #043464;
  background-color: #043464;
  transition: 0.3s all;
  cursor: pointer;
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
.custom_form .btn-submit:hover,
.custom_form .btn-clear:hover {
  opacity: 0.7;
}
.custom_form .btn-submit:disabled,
.custom_form .btn-clear:disabled {
  background: #F2F2F2;
  cursor: no-drop;
  border-color: #F2F2F2;
  color: #bebebe;
}
.custom_form .btn-submit:disabled:hover,
.custom_form .btn-clear:disabled:hover {
  opacity: 1;
}
.custom_form .customCheckbox {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
  text-align: center;
}
.custom_form .customCheckbox--label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.custom_form .customCheckbox--label span,
.custom_form .customCheckbox--label a {
  color: black !important;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.custom_form .customCheckbox--checkbox {
  margin: 0 1rem 0 0;
  cursor: pointer;
}
.custom_form .customCheckbox--checkbox:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: white;
  z-index: 1;
  width: 15px;
  height: 15px;
  border: 1px solid #383838;
  border-radius: 0;
}
@media (max-width: 1200px) {
  .custom_form .customCheckbox--checkbox:before {
    top: 13px;
  }
}
.custom_form .customCheckbox--checkbox:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 0.5rem;
  border-color: #383838;
  border-top-style: none;
  border-right-style: none;
  border-radius: 0;
}
.custom_form .customCheckbox--checkbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .custom_form .customCheckbox--checkbox:after {
    top: 8px;
  }
}
.custom_form #sl_groups {
  background: #FFFFFF;
  border: 1px solid #D8DFE5;
  box-shadow: 0px 4px 9px rgba(27, 26, 65, 0.07);
  border-radius: 6px;
  padding: 10px;
  height: 120px;
  overflow: auto;
}
.custom_form #sl_groups > div {
  display: flex;
  align-items: center;
}
.custom_form #sl_groups > div + div {
  margin-top: 8px;
}
.custom_form #sl_groups > div label {
  font-size: 15px;
  line-height: 1;
  color: #282B2E;
  margin: 0;
  margin-left: 8px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: linear-gradient(to top, rgba(15, 45, 60, 0.031372549), rgba(15, 45, 60, 0.8), #0f2d3c) no-repeat top;
  background-size: 100% 100%;
  transition: 0.3s all;
}
.header.sticky {
  background: #043464;
}
.header.sticky .header__bottom {
  padding: 0.5rem 0;
}
@media (max-width: 1199px) {
  .header {
    padding: 0.5rem 0;
  }
}
.header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo svg {
  display: inline-block;
  width: 90px;
}
.header__logo svg path {
  fill: #043464;
}
.header__top {
  width: 100%;
  padding: 1.5rem 0 0 0;
}
@media (max-width: 1199px) {
  .header__top {
    display: none !important;
  }
}
.header__top__title {
  color: white;
}
.header__top__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__top__right__inAndDeCrease span {
  color: white;
  cursor: pointer;
}
.header__top__right__inAndDeCrease span + span {
  margin-left: 5px;
}
.header__top__right__contrast {
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
}
.header__top__right__contrast span {
  color: white;
  margin-left: 5px;
  cursor: pointer;
}
.header__top__right__links {
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
}
.header__top__right__links a {
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
.header__top__right__links a + a {
  margin-left: 1.5rem;
}
.header__top__right__langSwitcher {
  margin-left: 1.5rem;
}
.header__top__right__langSwitcher a {
  color: white;
  text-transform: uppercase;
}
.header__top__right__langSwitcher a.active {
  display: none;
}
.header__top__right__search {
  margin-left: 1.5rem;
  cursor: pointer;
}
.header__top__right__search path {
  fill: white;
}
.header__bottom__mobile {
  display: flex;
  align-items: center;
}
.header__bottom__mobile svg {
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .header__bottom__navigation > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  .header__bottom__navigation > ul > li {
    position: relative;
  }
  .header__bottom__navigation > ul > li:hover > ul {
    opacity: 1;
    pointer-events: initial;
  }
  .header__bottom__navigation > ul > li + li {
    padding-left: 2.5rem;
  }
  .header__bottom__navigation > ul > li > a {
    padding: 20px 0 10px 0;
    display: block;
    opacity: 1;
    position: relative;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    transition: 0.3s all;
  }
  .header__bottom__navigation > ul > li > a:hover {
    color: #fecb2f;
    opacity: 1;
  }
  .header__bottom__navigation > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    background: #043464;
    padding: 12px 24px;
    list-style-type: none;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    min-width: 100%;
  }
  .header__bottom__navigation > ul > li > ul li + li {
    margin-top: 8px;
  }
  .header__bottom__navigation > ul > li > ul li a {
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 20.5px;
    white-space: nowrap;
    text-decoration: none;
    transition: 0.3s all;
  }
  .header__bottom__navigation > ul > li > ul li a:hover {
    color: #fecb2f;
    opacity: 1;
  }
}
@media (max-width: 1199px) {
  .header__bottom__navigation {
    width: 100%;
    max-width: 285px;
    position: absolute;
    top: 0;
    right: -1500px;
    background: #043464;
    padding: 30px 20px;
    height: 100vh;
    overflow: auto;
    transition: all 0.3s;
  }
  .header__bottom__navigation.active {
    right: 0;
  }
  .header__bottom__navigation > ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-bottom: 2rem;
  }
  .header__bottom__navigation > ul > li {
    padding: 1rem 0;
  }
  .header__bottom__navigation > ul > li.menu-item-has-children > a {
    position: relative;
  }
  .header__bottom__navigation > ul > li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    background-image: url("../image/menu-mobile-arrow.png");
    width: 15px;
    height: 10px;
    transition: 0.3s all;
  }
  .header__bottom__navigation > ul > li.menu-item-has-children > a.menuActive {
    color: #76d5eb !important;
  }
  .header__bottom__navigation > ul > li.menu-item-has-children > a.menuActive:after {
    background-image: url("../image/menu-mobile-arrow-open.png");
  }
  .header__bottom__navigation > ul > li > a {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #fecb2f;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
  }
  .header__bottom__navigation > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: none;
  }
  .header__bottom__navigation > ul > li > ul li {
    margin-top: 1rem;
  }
  .header__bottom__navigation > ul > li > ul li a {
    font-size: 16px;
    line-height: 130%;
    color: white;
    text-decoration: none;
    position: relative;
  }
  .header__bottom__navigation .mobileActions__header {
    align-items: center;
    justify-content: space-between;
  }
  .header__bottom__navigation .mobileActions__header a {
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
  }
  .header__bottom__navigation .mobileActions__header > * + * {
    margin-left: 1rem;
  }
  .header__bottom__navigation .mobileActions__langSwitcher {
    margin: 1.5rem 0 1rem 0;
  }
  .header__bottom__navigation .mobileActions__langSwitcher a {
    color: white;
    text-transform: uppercase;
  }
  .header__bottom__navigation .mobileActions__langSwitcher a + a {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid white;
  }
}

.navigationBars {
  margin-left: 8px;
}
.navigationBars div {
  height: 2px;
  width: 16px;
  background: white;
  margin: 0 auto 5px auto;
}
.navigationBars div:last-child {
  margin-bottom: 0;
}

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

.footer {
  margin-top: auto;
  background: #043464;
  width: 100%;
}
.footer__top {
  padding: 14px 0;
  border-bottom: 1px solid #fecb2f;
}
@media (max-width: 1199px) {
  .footer__top {
    padding-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .footer__top .quotes {
    min-width: 850px;
    padding-bottom: 10px;
  }
}
.footer__top .quotes > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer__top .quotes > ul + ul {
  margin-left: 0.5rem;
}
@media (min-width: 1200px) {
  .footer__top .quotes > ul + ul {
    margin-left: 1.5rem;
    margin-top: 0;
  }
}
.footer__top .quotes > ul li.name, .footer__top .quotes > ul li.price {
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.footer__top .quotes > ul li.variation.up {
  color: #71c5e8;
}
.footer__top .quotes > ul li.variation.down {
  color: #ffc56e;
}
.footer__top .quotes > ul li + li {
  margin-left: 0.5rem;
}
@media (min-width: 1200px) {
  .footer__top .quotes > ul li + li {
    margin-left: 1rem;
  }
}
@media (max-width: 1199px) {
  .footer__top .container {
    overflow-x: scroll;
  }
}
.footer__bottom {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  .footer__bottom {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.footer__bottom .indexiesLogos {
  width: 100%;
  max-width: 600px;
}
@media (max-width: 1200px) {
  .footer__bottom .indexiesLogos {
    display: none !important;
  }
}
.footer__bottom .indexiesLogos > div + div {
  margin-left: 0.5rem;
}
.footer__bottom .indexiesLogos .slick-slide {
  display: grid !important;
  place-items: center !important;
  height: 41px !important;
}
.footer__bottom .socialMedia {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.footer__bottom .socialMedia > li + li {
  margin-left: 0.5rem;
}
.footer__bottom .socialMedia > li a,
.footer__bottom .socialMedia > li a img {
  display: block;
}
.footer__bottom .sitemapBtn {
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.footer__bottom .sitemapBtn svg {
  margin-left: 0.5rem;
}
.footer__sitemap {
  display: none;
  width: 100%;
  background: #043464;
  border-bottom: 1px solid #fecb2f;
  position: absolute;
  bottom: 100%;
  left: 0;
}
@media (max-width: 1199px) {
  .footer__sitemap {
    display: none !important;
  }
}
.footer__sitemap > .container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.footer__sitemap nav > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
.footer__sitemap nav > ul > li > a {
  color: #fecb2f;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  display: block;
  margin-bottom: 0.5rem;
  opacity: 1;
}
.footer__sitemap nav > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer__sitemap nav > ul > li > ul li + li {
  margin-top: 0.5rem;
}
.footer__sitemap nav > ul > li > ul li a {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
  transition: all 0.3s;
  opacity: 1;
}
.footer__sitemap nav > ul > li > ul li a:hover {
  color: #fecb2f;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("https://ri.gerdau.com/wp-content/themes/mziq_gerdau_ri_redesign/vendor/slick-1.9.0/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* 非开源字体引用已删除 */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: sans-serif;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 1170px;
  padding: 0 1rem;
  z-index: 3;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 13px;
  width: 13px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li + li {
  margin-top: 1rem;
}

.slick-dots li button {
  border: 0;
  background: white;
  display: block;
  height: 13px;
  width: 13px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border: 2px solid white;
  border-radius: 50%;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active button {
  background: #BCBDC0;
  border-color: #BCBDC0;
}

.internal-banner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem 0;
  height: 283px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.internal-banner > .container {
  position: relative;
  z-index: 3;
}
.internal-banner h1 {
  color: white;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .internal-banner h1 {
    font-size: 1.5rem;
  }
}
.internal-banner #breadcrumbs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: white;
}
.internal-banner #breadcrumbs li,
.internal-banner #breadcrumbs li * {
  font-family: "Barlow", sans-serif;
  color: white;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
  display: inline;
  text-decoration: none;
}
.internal-banner #breadcrumbs li a {
  transition: 0.3s all;
}
.internal-banner #breadcrumbs li a:hover {
  opacity: 0.5;
}
.internal-banner #breadcrumbs li.separator {
  padding: 0 0.5rem;
}
.internal-banner #breadcrumbs .bread-home {
  text-decoration: underline;
}

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

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

.wpContent {
  padding: 3rem 0 5rem 0;
}
.wpContent .wpContent {
  padding: 0 !important;
}
.wpContent ul:not([class]) {
  list-style: none;
  padding: 0;
}
.wpContent ul:not([class]) li {
  color: black;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 15px;
}
.wpContent ul:not([class]) li:before {
  content: "";
  background: #FECB2F;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
.wpContent a:not([class]) {
  color: #053C6E;
  text-decoration: underline;
}
.wpContent .forms.select {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
.wpContent .forms.select select {
  -webkit-appearance: none;
  appearance: none;
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  width: auto;
  height: 45px;
  margin: 0;
  padding: 0 30px 0 1rem;
  border: none;
  border-radius: 4px;
  background: #043464;
  background-image: url("../image/arrow_select.svg");
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  background-size: 13px;
  cursor: pointer;
}
.wpContent .hlArea {
  margin: 2.5rem 0;
  padding: 40px 0;
  background: #84BBDD;
  position: relative;
}
.wpContent .hlArea * {
  color: inherit;
}
.wpContent .tabs .tabsNavContainer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 4rem;
}
.wpContent .tabs__info__content {
  padding: 20px 0 10px;
}
.wpContent .tabs__nav {
  list-style: none;
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid #DEDFE4;
  overflow: hidden;
  width: 100%;
  overflow: auto;
  margin: 0;
  display: flex;
}
.wpContent .tabs__nav li {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  color: #8199B2;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin-right: 1rem;
  white-space: nowrap;
  transition: 0.3s all;
  padding: 0.5rem 1rem 0.5rem 1rem;
}
.wpContent .tabs__nav li > a {
  text-decoration: none;
}
.wpContent .tabs__nav li:last-child {
  margin-right: 0 !important;
}
.wpContent .tabs__nav li:after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 70px;
  height: 5px;
  background: transparent;
}
.wpContent .tabs__nav li:before {
  display: none;
}
.wpContent .tabs__nav li.active {
  color: #043464;
  font-weight: 700;
}
.wpContent .tabs__nav li.active:after {
  background: #FECB2F;
}
.wpContent .tabs__nav li:hover {
  opacity: 0.7;
}
.wpContent .tabs__nav--light {
  color: #fff !important;
}
.wpContent .notaRodape {
  margin-top: 63px;
}
.wpContent .notaRodape__texto {
  padding-top: 15px;
  border-top: 1px solid #DEDFE4;
  color: #717171;
  font-size: 14px;
}

body button.openStory {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition-duration: 144ms;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 4px 8px;
  height: 28px;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  border-radius: 14px;
  overflow: hidden;
  pointer-events: none;
  border: 1px solid white;
  background: transparent;
  transition-duration: 144ms;
  margin-left: 1rem;
}
body button.openStory.active, body button.openStory:hover {
  border-width: 2px;
  pointer-events: all;
}
body > .stories {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(32, 36, 44, 0.5);
  transition-duration: 610ms;
  z-index: 11;
}
body > .stories:not(.open) .box {
  pointer-events: none;
}
body > .stories:not(.open) .box .story {
  pointer-events: none;
}
body > .stories.paused .box .items .story.open .storyHeader .status .paused {
  opacity: 1;
}
body > .stories.open {
  opacity: 1;
  pointer-events: all;
}
body > .stories.open .box {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
}
body > .stories .box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc((100vh - 164px) * 1080 / 1920);
  height: calc(100vh - 164px);
  pointer-events: none;
  transition-duration: 377ms;
  transform: translate(-50%, -50%) scale(0.75);
}
body > .stories .box .close {
  position: absolute;
  top: 28px;
  right: 12px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  border-radius: 18px;
  background: no-repeat center;
  background-color: rgba(195, 210, 227, 0.25);
  background-image: url("../image/close.svg");
  background-size: 24px;
  transition-duration: 144ms;
  z-index: 1;
}
body > .stories .box .close:hover {
  background-color: rgba(141, 157, 185, 0.75);
}
body > .stories .box .close:active {
  transform: scale(0.9);
}
body > .stories .box .progressBars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 12px;
  display: grid;
  grid-auto-flow: column;
  gap: 8px;
}
body > .stories .box .progressBars::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 96px;
  pointer-events: none;
  background: linear-gradient(#333B4F, rgba(51, 59, 79, 0));
}
body > .stories .box .progressBars .bar {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: rgba(239, 243, 248, 0.15);
  backdrop-filter: blur(6px);
}
body > .stories .box .progressBars .bar .progress {
  display: block;
  height: 100%;
  border-radius: 4px;
  background-color: #043464;
  box-shadow: 0 0 6px rgba(4, 52, 100, 0.5);
  transition-duration: 21ms;
}
body > .stories .box .arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
body > .stories .box .arrows button {
  position: absolute;
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
  cursor: pointer;
  pointer-events: all;
  border: none;
  border-radius: 16px;
  background: no-repeat center;
  background-color: #535F7B;
  transition-duration: 144ms;
  box-shadow: 0 0 6px rgba(14, 15, 21, 0.5);
}
@media (min-width: 1200px) {
  body > .stories .box .arrows button {
    width: 48px;
    height: 48px;
  }
}
body > .stories .box .arrows button:disabled {
  opacity: 0.25;
  pointer-events: none;
}
body > .stories .box .arrows button:hover {
  background-color: #333B4F;
}
body > .stories .box .arrows button.prev {
  left: 12px;
  background-image: url("../image/prev.svg");
}
@media (min-width: 1200px) {
  body > .stories .box .arrows button.prev {
    left: -64px;
  }
}
body > .stories .box .arrows button.prev:active {
  transform: translateX(-3px);
}
body > .stories .box .arrows button.next {
  right: 12px;
  background-image: url("../image/next.svg");
}
@media (min-width: 1200px) {
  body > .stories .box .arrows button.next {
    right: -64px;
  }
}
body > .stories .box .arrows button.next:active {
  transform: translateX(3px);
}
body > .stories .box .items .story {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background: no-repeat center;
  background-size: cover;
  user-select: none;
  border-radius: 10px;
  overflow: hidden;
  transition-duration: 377ms;
}
body > .stories .box .items .story.muted .storyHeader .status .muted {
  opacity: 1;
}
body > .stories .box .items .story.open {
  opacity: 1;
  pointer-events: all;
}
body > .stories .box .items .story.open .btn {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
body > .stories .box .items .story video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
body > .stories .box .items .story .storyHeader {
  position: absolute;
  top: 24px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 64px 8px 16px;
  user-select: none;
  z-index: 1;
}
body > .stories .box .items .story .storyHeader .author {
  display: flex;
  align-items: center;
  gap: 16px;
}
body > .stories .box .items .story .storyHeader .author .avatar {
  display: block;
  width: 32px;
  height: 32px;
  user-select: none;
  border-radius: 16px;
  background: no-repeat center;
  background-size: cover;
}
body > .stories .box .items .story .storyHeader .author .name {
  display: block;
  color: #EFF3F8;
  font-size: 14px;
  font-weight: 500;
  user-select: none;
}
body > .stories .box .items .story .storyHeader .status {
  display: flex;
}
body > .stories .box .items .story .storyHeader .status > span {
  display: block;
  width: 28px;
  height: 28px;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  background: no-repeat center;
  background-size: 18px;
  transition-duration: 377ms;
}
body > .stories .box .items .story .storyHeader .status > span.muted {
  background-image: url("../image/muted.svg");
}
body > .stories .box .items .story .storyHeader .status > span.paused {
  background-image: url("../image/paused.svg");
}
body > .stories .box .items .story .btn {
  position: absolute;
  bottom: 24px;
  left: 50%;
  width: fit-content;
  opacity: 0;
  user-select: none;
  transform: translateX(-50%) translateY(-8px);
  transition-duration: 377ms;
  will-change: transform opacity;
}

.accordion {
  margin: 1.5rem 0;
}
.accordion__item {
  margin-bottom: 1rem;
}
.accordion__item__header {
  color: black;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  background: transparent;
  border-bottom: 1px solid #D5D7D8;
  padding: 13px 45px 13px 1.5rem;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .accordion__item__header {
    padding-left: 0.5rem;
    gap: 1rem;
  }
}
.accordion__item__header span {
  width: 50%;
}
.accordion__item__header::before {
  content: "";
  width: 15px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all;
  background: url(../image/arrow_accordion.png);
}
.accordion__item__header.active {
  background: #043464;
  color: white;
}
.accordion__item__header.active::before {
  background: url(../image/arrow_accordion_open.png);
}
.accordion__item__content {
  display: none;
  padding: 1rem 1.5rem;
  background: #F8F8F8;
}
.accordion__item__content.bgWhite {
  background: white;
}
.accordion__item__content table {
  margin: 0;
}

#loading {
  width: 100%;
}
#loading div {
  margin: 25px auto;
  border: 5px solid rgba(114, 114, 114, 0.2);
  border-top: 5px solid #043464;
  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);
  }
}
.globalPopup {
  position: fixed;
  width: 100%;
  max-width: max-content;
  height: 100%;
  z-index: 99;
  background: white;
  height: max-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 1rem 1.5rem;
}
@media (min-width: 992px) {
  .globalPopup {
    max-width: 557px;
  }
}
.globalPopup > span {
  position: absolute;
  top: 5px;
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1.875C7.6875 1.875 1.875 7.6875 1.875 15C1.875 22.3125 7.6875 28.125 15 28.125C22.3125 28.125 28.125 22.3125 28.125 15C28.125 7.6875 22.3125 1.875 15 1.875ZM15 26.25C8.8125 26.25 3.75 21.1875 3.75 15C3.75 8.8125 8.8125 3.75 15 3.75C21.1875 3.75 26.25 8.8125 26.25 15C26.25 21.1875 21.1875 26.25 15 26.25Z' fill='%23FECB2F'/%3E%3Cpath d='M20.0625 21.5625L15 16.5L9.9375 21.5625L8.4375 20.0625L13.5 15L8.4375 9.9375L9.9375 8.4375L15 13.5L20.0625 8.4375L21.5625 9.9375L16.5 15L21.5625 20.0625L20.0625 21.5625Z' fill='%23FECB2F'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.globalPopup .grid {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 992px) {
  .globalPopup .grid {
    flex-direction: row;
  }
}
.globalPopup .grid .textContainer {
  border-left: 0.3px solid #383838;
  padding-left: 12px;
}
.globalPopup .title {
  color: #0f3a6e;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: block;
  margin-bottom: 1rem;
}
.globalPopup p {
  color: #01010c;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.5%;
}
.globalPopup a {
  display: block;
  width: 100%;
  max-width: max-content;
  border-radius: 4px;
  background: #fecb2f;
  padding: 0.5rem 30px;
  transition: 0.5s all;
  margin: 0 auto;
  color: #0f3a6e;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.globalPopup a:hover {
  opacity: 0.7;
}

.popup__antigo {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.popup__antigo .close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 42px;
  height: 42px;
}
.popup__antigo .content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  max-width: calc(100% - 50px);
  max-height: 70%;
  background-color: #fff;
  padding: 0 0 15px;
  border-radius: 4px;
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .popup__antigo .content {
    max-width: 530px;
    max-height: 500px;
  }
}
.popup__antigo .content--header {
  padding: 0 0 20px;
}
.popup__antigo .content--text h3 {
  font-size: 24px;
}
.popup__antigo .content--text h3 + p {
  font-size: 18px;
}
.popup__antigo .content--text table {
  border-top: 1px solid #606060;
  border-bottom: 1px solid #606060;
}
@media (max-width: 1199px) {
  .popup__antigo .content--text table {
    width: initial !important;
    height: initial !important;
  }
}
.popup__antigo .content--text table * {
  background-color: transparent;
  color: #84BBDD;
}
.popup__antigo .content--text table * p {
  font-weight: 700;
}
.popup__antigo .content--text table * strong {
  font-weight: 900;
}

#popup-img {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.75);
}
#popup-img .box-msg {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 320px;
  z-index: 11;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 10px;
}
@media (min-width: 992px) {
  #popup-img .box-msg {
    max-width: 430px;
  }
}
#popup-img .box-msg .info img {
  position: relative;
}
#popup-img .box-msg .info .desktop {
  width: 100%;
  display: none;
}
@media (min-width: 992px) {
  #popup-img .box-msg .info .desktop {
    display: block;
  }
}
#popup-img .box-msg .info .mobile {
  width: 320px;
  display: block;
}
@media (min-width: 992px) {
  #popup-img .box-msg .info .mobile {
    display: none;
  }
}
#popup-img .box-msg header {
  padding: 51px 45px 40px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #043464;
  display: inline-block;
}
#popup-img .box-msg header img {
  vertical-align: middle;
  margin-top: 13px;
  margin-right: 6%;
  width: 24%;
}
#popup-img .box-msg .popup-txt {
  width: 70%;
  float: right;
}
#popup-img .box-msg .popup-tit {
  color: #043464;
  text-transform: uppercase;
  text-align: left;
  font-size: 25px;
  float: right;
  font-weight: bold;
  margin-bottom: 10px;
}
#popup-img .box-msg .popup-sub {
  color: #043464;
  font-size: 18px;
  font-weight: 300;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
#popup-img .box-msg .popup-sub span {
  font-size: 15px;
  color: #043464;
  font-weight: normal;
  text-align: center;
}
#popup-img .box-msg main {
  float: left;
  width: 100%;
  padding: 10px 0;
  position: relative;
  background-color: #fff;
  border-bottom: 9px solid #043464;
  border-radius: 10px;
}
#popup-img .box-msg main:before {
  content: "";
  bottom: -10px;
  right: 0;
  position: absolute;
  background: url(https://ri.gerdau.com/wp-content/themes/mziq_gerdau_ri_redesign/img/popup-before.png) no-repeat center;
  width: 72px;
  height: 73px;
  z-index: 9;
}
#popup-img .box-msg main table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  max-width: 600px;
  white-space: nowrap;
  margin: 10px auto;
}
#popup-img .box-msg main table th {
  color: #043464;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 5px 15px;
  padding-bottom: 15px;
  vertical-align: top;
}
#popup-img .box-msg main table td {
  width: 50%;
  text-align: left;
  padding: 5px 15px;
  vertical-align: top;
  color: black;
  font-size: 12px;
  font-weight: 300;
}
#popup-img .box-msg main table td strong {
  color: black;
  font-size: 16px;
}
#popup-img .box-msg main table td a {
  text-decoration: underline;
}
#popup-img .box-msg main p {
  margin-bottom: 12px;
  color: #043464 !important;
  float: left;
  margin: 5px 0 !important;
  width: 90%;
  padding-left: 10%;
  line-height: 1.2em;
  font-family: "museo";
  font-weight: 400;
  font-size: 13px;
}
#popup-img .box-msg main p span {
  font-size: 12px;
  color: #043464;
  font-weight: normal;
}
#popup-img .box-msg main p a {
  line-height: 22px;
  font-size: 1px;
  font-weight: normal;
  padding: 5px 15px;
  margin: 10px 0;
  font-size: 18px;
  color: #043464;
}
#popup-img .box-msg main li {
  margin-bottom: 5px;
  color: #4a4a4a !important;
  float: left;
  text-align: left;
  margin: 2px 0 10px 0 !important;
  width: 85%;
  position: relative;
  padding-left: 10%;
  line-height: 1.4em;
  font-family: "museo";
  font-weight: 500;
  font-size: 12px;
}
#popup-img .box-msg main li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #043464;
  top: 5px;
  left: 9%;
}
#popup-img .box-msg a {
  text-align: center;
}
#popup-img .box-msg .time {
  text-align: initial;
  font-size: 13.5px;
  font-weight: 100;
  color: white;
}
#popup-img .box-msg .time p {
  margin: 0 !important;
}
#popup-img .box-msg .close {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 25.5px;
  color: #000;
  border-radius: 50%;
  text-align: center;
  color: red;
  font-size: 26px;
  font-style: normal;
  cursor: pointer;
  z-index: 9;
  top: 6px;
  border-radius: 37%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 6px;
  line-height: -6px;
}
@media (max-width: 768px) {
  #popup-img {
    display: block;
  }
  #popup-img .box-msg {
    left: 50%;
    width: 95%;
  }
}

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

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

.AnalysisCentral {
  /**
   * Tooltip Styles
   */
  /* Add this attribute to the element that needs a tooltip */
  /* Hide the tooltip content by default */
  /* Position tooltip above the element */
  /* Triangle hack to make tooltip look like a speech bubble */
  /* Show tooltip content on hover */
  /**
   * Animation Styles
   */
}
.AnalysisCentral.initial {
  overflow-y: hidden;
}
.AnalysisCentral.initial .AnalysisCentral__tabs--content {
  display: block;
  opacity: 1;
}
.AnalysisCentral__tabs {
  display: flex;
  border-top: 1px solid rgb(230, 232, 235);
  border-bottom: 1px solid rgb(230, 232, 235);
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .AnalysisCentral__tabs {
    overflow: auto;
  }
}
.AnalysisCentral__tabs .item {
  padding: 19px 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.1px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.AnalysisCentral__tabs .item.active {
  color: #053C6E;
  border-bottom: 1px solid #053C6E;
}
.AnalysisCentral__tabs--content {
  display: none;
  transition: 1.2s;
}
.AnalysisCentral__tabs--content.active {
  display: block;
}
.AnalysisCentral .fundamentos {
  width: 100%;
  min-height: 839px;
}
.AnalysisCentral .fundamentos__filtros {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  border-radius: 6px;
  background: #FFF;
}
@media (min-width: 768px) {
  .AnalysisCentral .fundamentos__filtros {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.AnalysisCentral .fundamentos__filtros__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 1rem 0;
}
@media (min-width: 1200px) {
  .AnalysisCentral .fundamentos__filtros__buttons {
    margin: 0;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.AnalysisCentral .fundamentos__filtros__buttons button + button {
  margin: 1rem 0 0 0;
}
@media (min-width: 1200px) {
  .AnalysisCentral .fundamentos__filtros__buttons button + button {
    margin: 0 0 0 1rem;
  }
}
.AnalysisCentral .fundamentos__filtros button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: black;
  font-weight: normal;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
  border: solid 1px #D5D7D8;
  padding: 4px 16px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  height: 38px;
}
@media (min-width: 1200px) {
  .AnalysisCentral .fundamentos__filtros button + button {
    margin-left: 1rem;
  }
}
.AnalysisCentral .fundamentos__filtros button.active {
  background: #053C6E;
  color: white;
}
.AnalysisCentral .fundamentos__filtros__checkbox {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
@media (min-width: 1200px) {
  .AnalysisCentral .fundamentos__filtros__checkbox {
    margin: 0 0 0 2rem;
  }
}
.AnalysisCentral .fundamentos__filtros__checkbox__item {
  margin: 8px 15px;
}
.AnalysisCentral .fundamentos__filtros__checkbox--label {
  display: flex;
  position: relative;
  cursor: pointer;
}
.AnalysisCentral .fundamentos__filtros__checkbox--checkbox {
  margin: 0 10px 0 0;
  cursor: pointer;
}
.AnalysisCentral .fundamentos__filtros__checkbox--checkbox:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 18px;
  height: 18px;
  border: 2px solid #053C6E;
  border-radius: 4px;
}
.AnalysisCentral .fundamentos__filtros__checkbox--checkbox:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 0.5rem;
  border-color: #053C6E;
  border-top-style: none;
  border-right-style: none;
  border-radius: 0;
  top: 0;
}
.AnalysisCentral .fundamentos__filtros__checkbox--checkbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: white;
  cursor: pointer;
}
.AnalysisCentral .fundamentos__filtros__select {
  border: solid 1px #D5D7D8;
  margin: 1rem auto;
  padding: 0 12px;
  color: black;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  height: 38px;
  cursor: pointer;
  background: white;
}
@media (min-width: 1200px) {
  .AnalysisCentral .fundamentos__filtros__select {
    margin: 0 0 0 3.5rem;
  }
}
.AnalysisCentral .fundamentos__filtros__select:focus {
  box-shadow: none;
}
.AnalysisCentral .fundamentos__filtros__expand, .AnalysisCentral .fundamentos__filtros .fundamentoExportTable {
  background-color: #043464 !important;
  color: white !important;
  border-radius: 4px;
  width: 121px !important;
}
.AnalysisCentral .fundamentos img {
  max-width: 50px;
}
.AnalysisCentral .fundamentos .table-responsive {
  padding-bottom: 20px;
}
.AnalysisCentral .fundamentos .table-responsive::-webkit-scrollbar-track {
  background-color: #fff !important;
}
.AnalysisCentral .fundamentos .table-responsive::-webkit-scrollbar-thumb {
  background-color: #929292 !important;
}
.AnalysisCentral .fundamentos .table-responsive::-webkit-scrollbar-thumb:hover {
  background-color: #686161 !important;
}
.AnalysisCentral .fundamentos table {
  position: relative;
  border-collapse: collapse;
  margin: 0;
}
.AnalysisCentral .fundamentos table .title-parent {
  padding-left: 25px;
}
.AnalysisCentral .fundamentos table .tooltip {
  display: none !important;
}
.AnalysisCentral .fundamentos table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  min-width: 110px;
  padding: 0.5em;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5rem;
  text-align: right;
  padding-bottom: 45px !important;
  border-bottom: none;
  background: #fff;
}
.AnalysisCentral .fundamentos table thead th:first-child {
  left: 0;
  z-index: 1;
}
.AnalysisCentral .fundamentos table thead th:last-child {
  display: none !important;
}
.AnalysisCentral .fundamentos table tbody th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background: #fff;
  text-align: left;
  min-width: 345px;
  width: 345px;
  padding: 0.5em;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5rem;
  color: #000;
  cursor: default;
}
@media (max-width: 992px) {
  .AnalysisCentral .fundamentos table tbody th {
    min-width: 280px;
    width: 280px;
  }
}
.AnalysisCentral .fundamentos table tbody th.thead {
  padding-left: 40px;
}
.AnalysisCentral .fundamentos table tbody th.thead--arrow div:not(.d-flex) {
  cursor: pointer;
}
.AnalysisCentral .fundamentos table tbody th.thead--arrow div:not(.d-flex):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%) rotate(0deg);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.72 6.752H6.824V11.912H5.084V6.752H0.212V5.132H5.084V0.0079999H6.824V5.132H11.72V6.752Z' fill='black' /%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  transition: all 0.1s;
}
.AnalysisCentral .fundamentos table tbody th.thead--arrow div:not(.d-flex).active:before {
  height: 2px;
}
.AnalysisCentral .fundamentos table tbody th.thead--chart {
  padding-left: 20px;
}
.AnalysisCentral .fundamentos table tbody th.thead--chart img:first-child:not(.info) {
  width: unset;
  margin-right: 8px;
  cursor: pointer;
}
.AnalysisCentral .fundamentos table tbody th.thead--chart img.info {
  margin-left: 8px;
}
.AnalysisCentral .fundamentos table tbody th.thead--chart div:not(.d-flex) {
  position: relative;
  width: auto;
  margin-right: 8px;
}
.AnalysisCentral .fundamentos table tbody th.thead--chart div:not(.d-flex):before {
  left: 0;
}
.AnalysisCentral .fundamentos table tbody th.thead img {
  width: 12px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(500%) contrast(103%);
}
.AnalysisCentral .fundamentos table tbody th.thead[level="1"] {
  padding-left: 40px;
}
.AnalysisCentral .fundamentos table tbody th.thead[level="2"] {
  padding-left: 60px;
}
.AnalysisCentral .fundamentos table tbody th.thead[level="2"] div:before {
  left: 40px;
}
.AnalysisCentral .fundamentos table tbody td {
  background: white;
  text-align: right;
  padding: 0.5em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5rem;
  color: black;
  border-top: 1px solid rgba(230, 232, 235, 0.7);
  border-bottom: 1px solid rgba(230, 232, 235, 0.7);
}
.AnalysisCentral .fundamentos table tbody td.lineTitle {
  background: white !important;
}
.AnalysisCentral .fundamentos table tbody td:last-child {
  display: none !important;
}
.AnalysisCentral .fundamentos table tbody tr:first-child:hover th {
  z-index: 999;
}
.AnalysisCentral .fundamentos table tbody tr:first-child [data-tooltip]:before {
  top: 100% !important;
  bottom: unset !important;
}
.AnalysisCentral .fundamentos table tbody tr:first-child [data-tooltip]:after {
  top: 90% !important;
  left: 20% !important;
  bottom: unset !important;
  transform: rotate(180deg);
}
.AnalysisCentral .fundamentos table tbody tr:hover td {
  background: #f2f2f2;
}
.AnalysisCentral .fundamentos table tbody th, .AnalysisCentral .fundamentos table tbody tr, .AnalysisCentral .fundamentos table tbody th {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.AnalysisCentral .fundamentos__modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.AnalysisCentral .fundamentos__modal.active {
  display: flex;
}
.AnalysisCentral .fundamentos__modal:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.AnalysisCentral .fundamentos__modal__close {
  cursor: pointer;
  color: #053C6E;
  font-size: 20px;
  position: absolute;
  right: 1rem;
  top: 10px;
  transition: 0.3s all;
}
.AnalysisCentral .fundamentos__modal__close:hover {
  opacity: 0.7;
}
.AnalysisCentral .fundamentos__modal__content {
  background-color: rgb(255, 255, 255);
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  max-height: 90vh;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: auto;
}
@media (max-width: 992px) {
  .AnalysisCentral .fundamentos__modal__content .fundamentos__filtrosContainer {
    display: none;
  }
}
.AnalysisCentral .fundamentos__modal__content__filtros {
  margin-bottom: 4rem;
}
.AnalysisCentral .fundamentos__modal__content__filtros__buttons {
  display: flex;
  flex-wrap: nowrap;
}
.AnalysisCentral .fundamentos__modal__content__filtros__buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: black;
  font-weight: normal;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
  border: solid 1px #D5D7D8;
  padding: 4px 16px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
}
.AnalysisCentral .fundamentos__modal__content__filtros__buttons button + button {
  margin-left: 1.5rem;
}
.AnalysisCentral .fundamentos__modal__content__filtros__buttons button.active {
  background: #053C6E;
  color: white;
}
.AnalysisCentral .fundamentos__modal__content__filtros select {
  background: white;
  border: 1.5px solid rgba(105, 90, 255, 0.25);
  padding: 4px 16px;
  color: black;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  cursor: pointer;
  height: 38px;
  margin-left: 1.5rem;
}
.AnalysisCentral .fundamentos__modal__content__filtros select:focus {
  box-shadow: none;
}
.AnalysisCentral .fundamentos__modal__content .fundamentos {
  min-height: unset;
}
.AnalysisCentral .fundamentos__modal__content .fundamentos__filtros__expand {
  display: none !important;
}
.AnalysisCentral .fundamentos__modal__content .overflow {
  overflow-y: scroll;
}
.AnalysisCentral .fundamentos__modal#chartBalanco .AnalysisCentral .fundamentos__modal#chartBalanco, .AnalysisCentral .fundamentos__modal#chartBalanco .AnalysisCentral .fundamentos__modal#chartResultado, .AnalysisCentral .fundamentos__modal#chartBalanco .AnalysisCentral .fundamentos__modal#chartFluxo this__content, .AnalysisCentral .fundamentos__modal#chartResultado .AnalysisCentral .fundamentos__modal#chartBalanco, .AnalysisCentral .fundamentos__modal#chartResultado .AnalysisCentral .fundamentos__modal#chartResultado, .AnalysisCentral .fundamentos__modal#chartResultado .AnalysisCentral .fundamentos__modal#chartFluxo this__content, .AnalysisCentral .fundamentos__modal#chartFluxo .AnalysisCentral .fundamentos__modal#chartBalanco, .AnalysisCentral .fundamentos__modal#chartFluxo .AnalysisCentral .fundamentos__modal#chartResultado, .AnalysisCentral .fundamentos__modal#chartFluxo .AnalysisCentral .fundamentos__modal#chartFluxo this__content {
  justify-content: center;
}
.AnalysisCentral .fundamentos__loading {
  width: 100%;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition-duration: 377ms;
}
.AnalysisCentral .fundamentos__loading.active {
  opacity: 1;
  max-height: none;
  overflow: auto;
}
.AnalysisCentral .fundamentos__loading.active ~ div:not(.mobileLandscapeAlert) {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
.AnalysisCentral .fundamentos__loading div {
  margin: 25px auto;
  border: 5px solid rgba(114, 114, 114, 0.2);
  border-top: 5px solid #053C6E;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@media (max-width: 768px) and (orientation: portrait) {
  .AnalysisCentral .fundamentos__loading:not(.active) + .mobileLandscapeAlert {
    opacity: 1;
    max-height: none;
  }
}
.AnalysisCentral .fundamentos .mobileLandscapeAlert {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 256px;
  padding: 12px 16px;
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  pointer-events: none;
  transition-duration: 377ms;
  border-radius: 1rem;
  background-color: rgba(5, 60, 110, 0.1);
}
.AnalysisCentral .fundamentos .mobileLandscapeAlert .text {
  display: block;
  color: black;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.AnalysisCentral .fundamentos .mobileLandscapeAlert .phoneDemonstration {
  display: block;
  width: 128px;
  height: 128px;
  background: no-repeat center;
  background-image: url("../image/phoneIcon.svg");
  filter: saturate(0) brightness(0);
  animation-name: toLandscape;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes toLandscape {
  0% {
    filter: saturate(0) brightness(0);
    transform: rotate(0);
  }
  50% {
    filter: saturate(1) brightness(1);
    transform: rotate(-90deg);
  }
  65% {
    filter: saturate(1) brightness(1);
    transform: rotate(-90deg);
  }
  80% {
    filter: saturate(0) brightness(0);
    transform: rotate(0);
  }
}
.AnalysisCentral .fundamentos .mobileLandscapeAlert ~ div {
  transition-duration: 377ms;
}
@media (max-width: 768px) and (orientation: portrait) {
  .AnalysisCentral .fundamentos .mobileLandscapeAlert ~ div {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
}
.AnalysisCentral .fundamentos .btn-bottom {
  display: grid;
  place-items: center;
  margin-top: 15px;
}
.AnalysisCentral .fundamentos .btn-bottom > button {
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  padding: 16px 32px;
  background-color: #043464;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  border: none;
}
.AnalysisCentral .fundamentos .btn-bottom > button > img {
  margin-left: 8px;
}
.AnalysisCentral [data-tooltip] {
  position: relative;
  z-index: 2;
}
.AnalysisCentral [data-tooltip]:before,
.AnalysisCentral [data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.AnalysisCentral [data-tooltip]:before {
  position: absolute;
  bottom: 100%;
  left: 30%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 100%;
  min-width: 350px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  color: black;
  content: attr(data-tooltip);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 300;
}
.AnalysisCentral [data-tooltip]:after {
  position: absolute;
  bottom: 100%;
  left: 30%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid white;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.AnalysisCentral [data-tooltip]:hover:before,
.AnalysisCentral [data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=style.css.map */
