@charset "UTF-8";
/*!
Theme Name: MZiQ - Cerradinho Par
Author: MZ Group
Author URI: https://www.mzgroup.com/
Description: MZiQ CMS Theme for Cerradinho Par website.
Version: 1.0
License: GNU General Public License v2 or later

One and only theme for IR Website for Cerradinho Par
*/
@font-face {
  font-family: "Effra";
  src: url("fonts/EffraMedium-Italic.woff2") format("woff2"), url("fonts/EffraMedium-Italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("fonts/EffraLight-Italic.woff2") format("woff2"), url("fonts/EffraLight-Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("fonts/Effra-Italic.woff2") format("woff2"), url("fonts/Effra-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("fonts/EffraLight-Regular.woff2") format("woff2"), url("fonts/EffraLight-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("fonts/EffraHeavy-Regular.woff2") format("woff2"), url("fonts/EffraHeavy-Regular.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("fonts/Effra-BoldItalic.woff2") format("woff2"), url("fonts/Effra-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("fonts/EffraMedium-Regular.woff2") format("woff2"), url("fonts/EffraMedium-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("fonts/EffraHeavy-Italic.woff2") format("woff2"), url("fonts/EffraHeavy-Italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("fonts/Effra-Bold.woff2") format("woff2"), url("fonts/Effra-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  outline: 0;
  box-sizing: border-box;
}

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

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

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

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400 !important;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 700;
  color: #8D8D8D;
}

h1 {
  font-size: 38px;
  line-height: 45px;
  font-family: "Klavika", sans-serif;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 51px;
    line-height: 61px;
  }
}

h2, h3 {
  font-size: 30px;
  line-height: 45px;
  font-family: "Klavika", sans-serif;
  font-weight: 500;
}
@media (min-width: 1200px) {
  h2, h3 {
    font-size: 35px;
    line-height: 52px;
  }
}

h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  h4 {
    font-size: 25px;
    line-height: 37px;
  }
}

h5, h6 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Klavika", sans-serif;
  font-weight: 400;
}

a {
  color: #DA5D2A;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  font-weight: 400;
}
a:hover {
  opacity: 0.5;
}

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

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

*::-webkit-scrollbar-track {
  background-color: white !important;
}

*::-moz-scrollbar-track {
  background-color: white !important;
}

*::-ms-scrollbar-track {
  background-color: white !important;
}

*::-o-scrollbar-track {
  background-color: white !important;
}

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

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

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

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

*::-webkit-scrollbar-thumb:hover {
  background: rgba(157, 144, 136, 0.75) !important;
}

*::-moz-scrollbar-thumb:hover {
  background: rgba(157, 144, 136, 0.75) !important;
}

*::-ms-scrollbar-thumb:hover {
  background: rgba(157, 144, 136, 0.75) !important;
}

*::-o-scrollbar-thumb:hover {
  background: rgba(157, 144, 136, 0.75) !important;
}

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

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

*::-ms-scrollbar-thumb:active {
  background: #9d9088 !important;
}

*::-o-scrollbar-thumb:active {
  background: #9d9088 !important;
}

*::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(157, 144, 136, 0.15) !important;
}

*::-moz-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(157, 144, 136, 0.15) !important;
}

*::-ms-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(157, 144, 136, 0.15) !important;
}

*::-o-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(157, 144, 136, 0.15) !important;
}

*::-webkit-scrollbar-button:increment:end, *::-webkit-scrollbar-button:decrement:start {
  height: 9px;
  background-color: rgba(157, 144, 136, 0.5);
  -webkit-transition: 0.377s all;
  -moz-transition: 0.377s all;
  -ms-transition: 0.377s all;
  -o-transition: 0.377s all;
  transition: 0.377s all;
}
*::-webkit-scrollbar-button:increment:end:active, *::-webkit-scrollbar-button:decrement:start:active {
  background-color: #9d9088;
}
*::-webkit-scrollbar-button:increment:end:disabled, *::-webkit-scrollbar-button:decrement:start:disabled {
  background-color: rgba(157, 144, 136, 0.2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 75px 0;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  table {
    margin: 50px 0;
  }
}
table thead th {
  background: #342B2A;
  padding: 14px 9px;
  color: #fff;
  text-align: left;
  font-size: 19px;
  line-height: 1;
  font-family: "Klavika", sans-serif;
}
table tr:nth-child(odd) {
  background: #F5F5F5;
}
table tr td {
  line-height: 24px;
  color: #8D8D8D;
  padding: 9px;
  font-size: 16px;
  font-weight: 400;
  border: none !important;
}
table.tb-central th {
  text-align: center;
}
table.tb-central th.ano {
  text-align: left;
  width: 450px;
}
table.tb-central td.icone {
  width: 150px;
}
table.tb-central td.icone img {
  display: block;
  margin: auto;
}
table.tb-central td.icone:not(.off) img {
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
table.tb-central td.icone:not(.off) img:hover {
  opacity: 0.5;
}
table.tb-central td.icone.off img {
  filter: grayscale(100%);
  opacity: 0.5;
  cursor: not-allowed;
}
table.table-arquivos thead tr th.data {
  width: 184px;
}
table.table-arquivos thead tr th.icone {
  width: 184px;
}
table.table-arquivos thead tr th.link {
  text-align: left;
}
table.table-arquivos td.data {
  width: 100px;
  text-align: center;
}
table.table-arquivos td.icone {
  text-align: center;
  width: 48px;
}
table.table-arquivos td.icone > a {
  width: 28px;
  min-width: 28px;
}
table.table-arquivos td.icone > a, table.table-arquivos td.icone > a img {
  display: block;
}
table.table-arquivos td.link a {
  color: #8D8D8D;
  text-decoration: none;
}
table.table-calendario {
  margin-top: 0;
}
table.table-calendario thead th {
  text-align: left;
  background-color: #fff !important;
  color: #8D8D8D !important;
  padding-bottom: 29px;
  font-size: 16px !important;
}
@media (max-width: 1199px) {
  table.table-calendario thead th {
    font-size: 14px !important;
  }
}
table.table-calendario td {
  border: none !important;
  border-bottom: 1px solid #C4C4C4 !important;
  font-size: 16px !important;
}
@media (max-width: 1199px) {
  table.table-calendario td {
    font-size: 14px !important;
  }
}
table.table-calendario td:last-child img {
  max-width: 35px;
  margin-right: 15px;
}
table.table-calendario td:last-child a:last-child img {
  margin-right: 0;
}
table.table-pageDirectors {
  margin-bottom: 40px;
}
table.table-pageDirectors th {
  width: 50%;
}
table.tb-noticias td {
  color: #333333;
}
table.tb-noticias a {
  color: #333333;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 !important;
}

.searchPopup {
  display: none;
}
.searchPopup__form > form {
  display: flex;
}
@media (min-width: 1200px) {
  .searchPopup__form {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(208, 207, 203, 0.7);
    z-index: 999;
  }
  .searchPopup__form > form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 477px;
    max-width: calc(100% - 50px);
    display: flex;
  }
  .searchPopup__form > form input {
    padding: 5px 8px;
    padding-left: 30px;
    font-size: 18px;
    width: 629px !important;
    height: 59px;
    background: #F4F4F4;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    border-radius: 30px 0 0 30px;
    border: none;
  }
  .searchPopup__form > form input::-webkit-input-placeholder {
    color: #8D8D8D;
  }
  .searchPopup__form > form input::-moz-input-placeholder {
    color: #8D8D8D;
  }
  .searchPopup__form > form input::-ms-input-placeholder {
    color: #8D8D8D;
  }
  .searchPopup__form > form input::-o-input-placeholder {
    color: #8D8D8D;
  }
  .searchPopup__form > form input::input-placeholder {
    color: #8D8D8D;
  }
  .searchPopup__form > form button {
    padding: 23px 26px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1;
    height: 59px;
    border: none;
    background: linear-gradient(90deg, #342B2A 0%, #9D9087 100%);
  }
  .searchPopup__close {
    cursor: pointer;
    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -ms-transition: 0.35s all;
    -o-transition: 0.35s all;
    transition: 0.35s all;
    position: absolute;
    top: 20px;
    right: -50px;
  }
  .searchPopup__close:hover {
    opacity: 0.5;
  }
}
@media (max-width: 1199px) {
  .searchPopup__form {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(208, 207, 203, 0.7);
    z-index: 999;
  }
  .searchPopup__form > form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    max-width: 100%;
    display: flex;
  }
  .searchPopup__form > form input {
    padding: 5px 8px;
    padding-left: 16px;
    font-size: 15px;
    width: 237px;
    max-width: 100%;
    height: 50px;
    background: #F4F4F4;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    border-radius: 30px 0 0 30px;
    border: none;
  }
  .searchPopup__form > form input::-webkit-input-placeholder {
    color: #8D8D8D;
  }
  .searchPopup__form > form input::-moz-input-placeholder {
    color: #8D8D8D;
  }
  .searchPopup__form > form input::-ms-input-placeholder {
    color: #8D8D8D;
  }
  .searchPopup__form > form input::-o-input-placeholder {
    color: #8D8D8D;
  }
  .searchPopup__form > form input::input-placeholder {
    color: #8D8D8D;
  }
  .searchPopup__form > form button {
    padding: 17px 3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    height: 50px;
    border: none;
    background: linear-gradient(90deg, #342B2A 0%, #9D9087 100%);
  }
  .searchPopup__close {
    cursor: pointer;
    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -ms-transition: 0.35s all;
    -o-transition: 0.35s all;
    transition: 0.35s all;
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 999;
  }
  .searchPopup__close:hover {
    opacity: 0.5;
  }
}

.search__container {
  margin-left: -15px;
  margin-right: -15px;
}
.search .searchContent tr td:first-child {
  width: 30px;
}
.search .circle {
  width: 12px;
  height: 12px;
  background: #9D9088;
  border-radius: 50%;
  margin: auto;
}
.search .icon {
  width: 18px;
  height: 16px;
  background-image: url("img/download-search.svg");
  background-size: 100% 100%;
  margin: 0 auto;
}
.search .icon-pdf {
  width: 30px;
  height: 30px;
  background-image: url("img/icon-pdf-search.svg");
  background-size: 100% 100%;
  margin: 0 auto;
}
.search .table-search tr th {
  border-radius: 5px;
  text-align: center;
}
.search .table-search tr td {
  height: 80px;
}
.search .table-search tr td a {
  font-weight: 400;
  color: #9D9088;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  display: block;
  text-decoration: none;
}
.search .table-search tr td a:hover {
  opacity: 0.5;
}
.search .table-search tr td a span {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}

.btn {
  text-decoration: none;
  display: block;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  padding: 10px;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  /*--------------------------------------------------------------
  ## 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: #9D9088;
}
.btn--secondaryColor {
  color: #342B2A;
}
.btn--tertiaryColor {
  color: #002659;
}
.btn--bgWhite {
  background: white;
  border: 2px solid white;
}
.btn--bgWhite.btn--tertiaryColor {
  border-color: #002659;
}
.btn--bgBlack {
  background: black;
  border: 2px solid black;
}
.btn--bgDisabled {
  background: #F2F2F2;
  border: 2px solid #F2F2F2;
}
.btn--bgPrimaryColor {
  background: #9D9088;
  border: 2px solid #9D9088;
}
.btn--bgSecondaryColor {
  background: #342B2A;
  border: 2px solid #342B2A;
}
.btn--bgTertiaryColor {
  background: #002659;
  border: 2px solid #002659;
}
.btn:disabled {
  background: #F2F2F2;
  cursor: no-drop;
  border-color: #F2F2F2;
  color: #666666;
}
.btn:disabled:hover {
  opacity: 1;
}
.btn:hover {
  opacity: 0.8;
}

.pageContact > .container {
  display: block;
  justify-content: center;
  align-items: center;
  margin-bottom: 62px;
}
@media (min-width: 1200px) {
  .pageContact > .container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.pageContact__text {
  max-width: 100%;
  margin-bottom: 48px;
  display: none;
}
@media (min-width: 1200px) {
  .pageContact__text {
    display: block;
  }
}
.pageContact__text span {
  font-size: 35px;
  line-height: 52px;
  color: #342B2A;
}
.pageContact__text__img {
  display: flex;
  justify-content: center;
}
.pageContact__text__img img {
  margin-top: 100px;
}
@media (max-width: 1023px) {
  .pageContact__text__img img {
    margin-top: 32px;
  }
}
@media (max-width: 1023px) {
  .pageContact__maps .item {
    margin-bottom: 32px !important;
    margin: 0 auto;
  }
}
.pageContact__maps span {
  color: #342B2A;
  font-size: 18px;
  line-height: 27px;
}
.pageContact__maps p, .pageContact__maps h1, .pageContact__maps h2, .pageContact__maps h3, .pageContact__maps h4, .pageContact__maps h5, .pageContact__maps h6 {
  color: #58595B;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
.pageContact__maps .map {
  margin-top: 55px;
}
.pageContact__maps .map * {
  margin: 0;
}
.pageContact__maps .map iframe {
  width: 100%;
  max-width: 100%;
  height: 235px;
}

.custom_form {
  max-width: 100%;
  padding: 42px 32px 34px 19px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.21);
  border-radius: 15px;
}
@media (min-width: 768px) {
  .custom_form {
    width: 457px !important;
  }
}
@media (max-width: 1199px) {
  .custom_form {
    margin: 0 auto;
  }
}
.custom_form label {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #8D8D8D;
}
.custom_form label.error {
  color: #342B2A;
  display: none;
}
.custom_form label.termos {
  text-align: left;
}
.custom_form label.termos label {
  padding-left: 5px;
  display: inline;
}
.custom_form .terms {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.custom_form .terms .input-check {
  margin: 2px 10px 0 0;
}
.custom_form .terms label {
  margin-bottom: -2px !important;
}
.custom_form .terms label, .custom_form .terms label * {
  margin: 0 !important;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  color: #8D8D8D;
  text-decoration: none;
}
.custom_form fieldset {
  padding: 0;
  border: 0;
  margin-bottom: 26px;
}
.custom_form input[type=text],
.custom_form input[type=email],
.custom_form input[type=phone],
.custom_form textarea,
.custom_form select {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #8D8D8D;
  height: 58px;
  outline: none;
  width: 100%;
  margin-bottom: 0;
  padding: 4px 22px;
  font-weight: 300;
  border-radius: 8px 8px 0 0;
  border-bottom: 0.5px solid #8D8D8D;
  border-top: none;
  border-right: none;
  border-left: none;
  background: #FAFAFA;
}
.custom_form input[type=text]::-webkit-input-placeholder,
.custom_form input[type=email]::-webkit-input-placeholder,
.custom_form input[type=phone]::-webkit-input-placeholder,
.custom_form textarea::-webkit-input-placeholder,
.custom_form select::-webkit-input-placeholder {
  color: #8D8D8D;
}
.custom_form input[type=text]::-moz-input-placeholder,
.custom_form input[type=email]::-moz-input-placeholder,
.custom_form input[type=phone]::-moz-input-placeholder,
.custom_form textarea::-moz-input-placeholder,
.custom_form select::-moz-input-placeholder {
  color: #8D8D8D;
}
.custom_form input[type=text]::-ms-input-placeholder,
.custom_form input[type=email]::-ms-input-placeholder,
.custom_form input[type=phone]::-ms-input-placeholder,
.custom_form textarea::-ms-input-placeholder,
.custom_form select::-ms-input-placeholder {
  color: #8D8D8D;
}
.custom_form input[type=text]::-o-input-placeholder,
.custom_form input[type=email]::-o-input-placeholder,
.custom_form input[type=phone]::-o-input-placeholder,
.custom_form textarea::-o-input-placeholder,
.custom_form select::-o-input-placeholder {
  color: #8D8D8D;
}
.custom_form input[type=text]::input-placeholder,
.custom_form input[type=email]::input-placeholder,
.custom_form input[type=phone]::input-placeholder,
.custom_form textarea::input-placeholder,
.custom_form select::input-placeholder {
  color: #8D8D8D;
}
.custom_form input[type=text]:focus,
.custom_form input[type=email]:focus,
.custom_form input[type=phone]:focus,
.custom_form textarea:focus,
.custom_form select:focus {
  border-color: #342B2A;
}
.custom_form select[multiple] {
  padding: 0;
  height: 110px;
}
.custom_form select[multiple] option {
  padding: 10px;
  padding-left: 30px;
  position: relative;
}
.custom_form select[multiple] option:checked::before {
  opacity: 1;
  background: url(img/icon-checked.png) no-repeat center;
}
.custom_form select[multiple] option::before {
  content: "";
  background: url(img/icon-checked-off.png) no-repeat center;
  position: absolute;
  top: 9px;
  left: 0;
  width: 17px;
  height: 17px;
  opacity: 0.5;
  cursor: pointer;
}
.custom_form textarea {
  resize: none;
  height: 125px;
  padding: 22px;
}
.custom_form button {
  width: 173px;
  height: 45px;
  border-radius: 50px;
}

.admin-bar .c-header {
  top: 46px;
}
@media (min-width: 783px) {
  .admin-bar .c-header {
    top: 32px;
  }
}
@media (max-width: 782px) {
  .admin-bar .c-header__navigation {
    top: 46px;
    height: calc(100% - 46px);
  }
}
@media (min-width: 783px) and (max-width: 1199px) {
  .admin-bar .c-header__navigation {
    top: 32px;
    height: calc(100% - 32px);
  }
}

.c-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: transparent;
  position: absolute;
}
.c-header a {
  text-decoration: none;
}
.c-header > .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
.c-header__logo {
  z-index: 1;
  width: 127px;
  padding: 10px 0;
  position: relative;
}
@media (min-width: 1200px) {
  .c-header__logo {
    padding: 20px 0;
    width: 211px;
  }
}
.c-header__logo > img {
  position: absolute;
  top: 0;
  right: -25px;
  height: calc(100% + 15px);
  min-width: 30vw;
  max-width: initial;
  z-index: -1;
}
@media (min-width: 1200px) {
  .c-header__logo > img {
    right: -52px;
    height: calc(100% + 25px);
    min-width: 40vw;
  }
}
.c-header__logo a {
  display: block;
}
.c-header__logo a img {
  max-width: 100%;
}
.c-header__top__works {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-left: auto;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .c-header__top__works {
    justify-content: flex-end;
  }
}
@media (max-width: 1199px) {
  .c-header__top__works--desktop {
    display: none;
  }
}
@media (min-width: 1200px) {
  .c-header__top__works--mobile {
    display: none;
  }
}
.c-header__top__works--mobile li {
  margin-left: 0 !important;
  padding: 8px;
  width: 50%;
}
.c-header__top__works li + li {
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .c-header__top__works li + li {
    margin-left: 15px;
  }
}
.c-header__top__works li a {
  display: block;
}
.c-header__top__works li a img {
  display: block;
  max-width: 105px;
}
@media (min-width: 1200px) {
  .c-header__top__works li a img {
    max-width: 150px;
  }
}
.c-header__mobileActions {
  list-style-type: none;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #342B2A 15.43%, #9D9088 108.64%);
  border-radius: 100px;
  padding: 5px 10px;
  margin: 0;
}
.c-header__mobileActions > li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-header__mobileActions > li + li {
  margin-left: 16px;
}
.c-header__search-language {
  list-style: none;
  display: flex;
  background: linear-gradient(90deg, #342B2A 15.43%, #9D9088 108.64%);
  border-radius: 100px;
  padding: 8px;
  margin-left: 41px;
  margin-top: auto;
}
.c-header__search-language > li + li {
  margin-left: 20px;
}
.c-header__search > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-header__search svg {
  display: block;
  cursor: pointer;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.c-header__search svg:hover {
  opacity: 0.5;
}
.c-header__language {
  width: 27px;
  height: 23px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-header__language ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.c-header__language ul, .c-header__language ul * {
  line-height: 1;
}
.c-header__language ul a {
  font-size: 13px;
  text-decoration: none;
  color: #373534;
  font-weight: 500;
}
.c-header__language ul a.active {
  display: none;
}
@media (max-width: 1199px) {
  .c-header__navigation {
    width: 290px;
    max-width: 100%;
    position: fixed;
    top: 0;
    right: -500px;
    background: #fff;
    padding: 16px 24px 24px 30px;
    height: 100%;
    overflow: auto;
    transition: all 0.3s;
    z-index: 999;
  }
  .c-header__navigation.active {
    right: 0;
  }
  .c-header__navigation.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 6px;
    background: linear-gradient(90deg, #9D9088 0%, #342B2A 100%);
  }
  .c-header__navigation__mobileClose {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .c-header__navigation > nav > ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-bottom: 16px;
    padding-top: 16px;
    border-bottom: 1px solid #383838;
    border-top: 1px solid #383838;
    margin-bottom: 16px;
  }
  .c-header__navigation > nav > ul > li {
    list-style-type: none;
    margin-bottom: 16px;
  }
  .c-header__navigation > nav > ul > li:hover ul {
    display: block;
  }
  .c-header__navigation > nav > ul > li + li {
    margin-top: 16px;
  }
  .c-header__navigation > nav > ul > li > a {
    font-size: 16px;
    line-height: 1;
    color: #9D9088;
    font-weight: 500;
    display: block;
    text-decoration: none;
  }
  .c-header__navigation > nav > ul > li > ul {
    display: none;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 0;
    list-style-type: none;
  }
  .c-header__navigation > nav > ul > li > ul li {
    position: relative;
  }
  .c-header__navigation > nav > ul > li > ul li + li {
    margin-top: 12px;
  }
  .c-header__navigation > nav > ul > li > ul li a {
    color: #8D8D8D;
    font-size: 15px;
    line-height: 1;
    font-weight: 300;
    text-decoration: none;
  }
}
@media (min-width: 1200px) {
  .c-header__navigation > nav > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  .c-header__navigation > nav > ul > li {
    position: relative;
  }
  .c-header__navigation > nav > ul > li:hover > ul {
    opacity: 1;
    pointer-events: initial;
    padding: 22px 18px;
  }
  .c-header__navigation > nav > ul > li + li {
    margin-left: 41px;
  }
  .c-header__navigation > nav > ul > li:last-child > ul {
    left: initial;
    right: 0;
  }
  .c-header__navigation > nav > ul > li:last-child > ul::before {
    right: 30px;
    left: initial;
  }
  .c-header__navigation > nav > ul > li:last-child > ul::after {
    border-radius: 0 0 5px 5px;
    transform: rotate(180deg);
  }
  .c-header__navigation > nav > ul > li > a {
    padding: 16px 0 23px 0;
    display: block;
    justify-content: flex-end;
    color: #fff;
    font-size: 18px !important;
    line-height: 1;
    opacity: 1;
    position: relative;
    font-weight: 500;
    text-decoration: none;
    position: relative;
  }
  .c-header__navigation > nav > ul > li > ul {
    width: 230px;
    position: absolute;
    padding: 0;
    top: 100%;
    left: 0;
    background: #fff;
    list-style-type: none;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    border-radius: 0 0 5px 5px;
  }
  .c-header__navigation > nav > ul > li > ul::before {
    content: "";
    position: absolute;
    bottom: calc(100% + 6px);
    left: 30px;
    height: 9px;
    width: 25px;
    background-image: url("img/arrow-menu.png");
    background-repeat: no-repeat;
  }
  .c-header__navigation > nav > ul > li > ul::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, #342B2A 0%, #9D9088 100%);
    border-radius: 5px 5px 0 0;
    transition: all 0.3s;
  }
  .c-header__navigation > nav > ul > li > ul li + li {
    margin-top: 9px;
  }
  .c-header__navigation > nav > ul > li > ul li a {
    color: #5E4F4A;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
  }
  .c-header__navigation > nav > ul > li > ul li a:hover {
    opacity: 1;
    color: #9D9088;
  }
}
.c-header__policy > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.c-header__policy > ul, .c-header__policy > ul * {
  display: inline;
  color: #5E4F4A;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.c-header__policy > ul li + li::before {
  content: " - ";
}
.c-header__policy > a {
  margin-top: 8px;
  display: flex;
  font-weight: 500;
  color: #5E4F4A;
  font-size: 12px;
  line-height: 1;
}

.footer {
  background: #D2D2D2;
  width: 100%;
  padding: 15px 0;
}
@media (min-width: 1200px) {
  .footer {
    padding: 24px 0;
  }
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.footer ul li + li::before {
  content: "|";
  margin: 0 4px;
}
.footer ul li.copy {
  display: none;
}
@media (min-width: 1200px) {
  .footer ul li.copy {
    display: initial;
  }
}
.footer ul li, .footer ul li a {
  color: #373534;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  font-weight: 400;
}

.admin-bar .c-header-v2 .c-header {
  top: 46px;
}
@media (min-width: 783px) {
  .admin-bar .c-header-v2 .c-header {
    top: 32px;
  }
}
@media (max-width: 782px) {
  .admin-bar .c-header-v2 .c-header__navigation {
    top: 46px;
    height: calc(100% - 46px);
  }
}
@media (min-width: 783px) and (max-width: 1199px) {
  .admin-bar .c-header-v2 .c-header__navigation {
    top: 32px;
    height: calc(100% - 32px);
  }
}

.c-header-v2 .c-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: transparent;
  position: fixed;
}
.c-header-v2 .c-header a {
  text-decoration: none;
}
.c-header-v2 .c-header > .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
.c-header-v2 .c-header__logo {
  z-index: 1;
  width: 127px;
  padding: 10px 0;
  position: relative;
}
@media (min-width: 1200px) {
  .c-header-v2 .c-header__logo {
    padding: 20px 0;
    width: 211px;
  }
}
.c-header-v2 .c-header__logo > img {
  position: absolute;
  top: 0;
  right: -25px;
  height: calc(100% + 15px);
  min-width: 30vw;
  max-width: initial;
  z-index: -1;
}
@media (min-width: 1200px) {
  .c-header-v2 .c-header__logo > img {
    right: -52px;
    height: calc(100% + 25px);
    min-width: 40vw;
  }
}
.c-header-v2 .c-header__logo a {
  display: block;
}
.c-header-v2 .c-header__logo a img {
  max-width: 100%;
}
.c-header-v2 .c-header__top__works {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-left: auto;
  position: relative;
  margin-bottom: 20px;
}
.c-header-v2 .c-header__top__works:before {
  content: "";
  position: absolute;
  background: url(img/icone-relacoes.png) no-repeat;
  width: 20px;
  height: 20px;
  top: -1px;
  right: 1%;
  z-index: -1;
}
.c-header-v2 .c-header__top__works a {
  color: white;
  margin-right: 40px;
}
@media (min-width: 1200px) {
  .c-header-v2 .c-header__top__works {
    justify-content: flex-end;
  }
}
@media (max-width: 1199px) {
  .c-header-v2 .c-header__top__works--desktop {
    display: none;
  }
}
.c-header-v2 .c-header__top__works--mobile {
  display: none;
}
@media (min-width: 1200px) {
  .c-header-v2 .c-header__top__works--mobile {
    display: none;
  }
}
.c-header-v2 .c-header__top__works--mobile li {
  margin-left: 0 !important;
  padding: 8px;
  width: 50%;
}
.c-header-v2 .c-header__top__works li + li {
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .c-header-v2 .c-header__top__works li + li {
    margin-left: 15px;
  }
}
.c-header-v2 .c-header__top__works li a {
  display: block;
}
.c-header-v2 .c-header__top__works li a img {
  display: block;
  max-width: 105px;
}
@media (min-width: 1200px) {
  .c-header-v2 .c-header__top__works li a img {
    max-width: 150px;
  }
}
.c-header-v2 .c-header__mobileActions {
  list-style-type: none;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #342b2a 15.43%, #9d9088 108.64%);
  border-radius: 100px;
  padding: 5px 10px;
  margin: 0;
}
.c-header-v2 .c-header__mobileActions > li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-header-v2 .c-header__mobileActions > li + li {
  margin-left: 16px;
}
.c-header-v2 .c-header__search-language {
  list-style: none;
  display: flex;
  background: linear-gradient(90deg, #342B2A 15.43%, #9D9088 108.64%);
  border-radius: 100px;
  padding: 8px;
  margin-left: 41px;
  margin-top: auto;
}
.c-header-v2 .c-header__search-language > li + li {
  margin-left: 20px;
}
.c-header-v2 .c-header__search > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-header-v2 .c-header__search svg {
  display: block;
  cursor: pointer;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.c-header-v2 .c-header__search svg:hover {
  opacity: 0.5;
}
.c-header-v2 .c-header__language {
  width: 27px;
  height: 23px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-header-v2 .c-header__language ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.c-header-v2 .c-header__language ul,
.c-header-v2 .c-header__language ul * {
  line-height: 1;
}
.c-header-v2 .c-header__language ul a {
  font-size: 13px;
  text-decoration: none;
  color: #373534;
  font-weight: 500;
}
.c-header-v2 .c-header__language ul a.active {
  display: none;
}
@media (max-width: 1199px) {
  .c-header-v2 .c-header__navigation {
    width: 290px;
    max-width: 100%;
    position: fixed;
    top: 0;
    right: -500px;
    background: #fff;
    padding: 16px 24px 24px 30px;
    height: 100%;
    overflow: auto;
    transition: all 0.3s;
    z-index: 999;
  }
  .c-header-v2 .c-header__navigation.active {
    right: 0;
  }
  .c-header-v2 .c-header__navigation.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 6px;
    background: linear-gradient(90deg, #9D9088 0%, #342B2A 100%);
  }
  .c-header-v2 .c-header__navigation__mobileClose {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .c-header-v2 .c-header__navigation > nav > ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-bottom: 16px;
    padding-top: 16px;
    border-bottom: 1px solid #383838;
    border-top: 1px solid #383838;
    margin-bottom: 16px;
  }
  .c-header-v2 .c-header__navigation > nav > ul > li {
    list-style-type: none;
    margin-bottom: 16px;
  }
  .c-header-v2 .c-header__navigation > nav > ul > li:hover ul {
    display: unset;
  }
  .c-header-v2 .c-header__navigation > nav > ul > li + li {
    margin-top: 16px;
  }
  .c-header-v2 .c-header__navigation > nav > ul > li > a {
    font-size: 16px;
    line-height: 1;
    color: #9D9088;
    font-weight: 500;
    display: unset;
    text-decoration: none;
  }
  .c-header-v2 .c-header__navigation > nav > ul > li > ul {
    display: unset;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 0;
    list-style-type: none;
  }
  .c-header-v2 .c-header__navigation > nav > ul > li > ul li {
    position: relative;
  }
  .c-header-v2 .c-header__navigation > nav > ul > li > ul li + li {
    margin-top: 12px;
  }
  .c-header-v2 .c-header__navigation > nav > ul > li > ul li a {
    color: #8D8D8D;
    font-size: 15px;
    line-height: 1;
    font-weight: 300;
    text-decoration: none;
  }
}
@media (min-width: 1200px) {
  .c-header-v2 .c-header__navigation > nav > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  .c-header-v2 .c-header__navigation > nav > ul > li {
    position: relative;
  }
  .c-header-v2 .c-header__navigation > nav > ul > li:hover > ul {
    opacity: 1;
    pointer-events: initial;
    padding: 22px 18px;
  }
  .c-header-v2 .c-header__navigation > nav > ul > li + li {
    margin-left: 41px;
  }
  .c-header-v2 .c-header__navigation > nav > ul > li:last-child > ul {
    left: initial;
    right: 0;
  }
  .c-header-v2 .c-header__navigation > nav > ul > li:last-child > ul::before {
    right: 30px;
    left: initial;
  }
  .c-header-v2 .c-header__navigation > nav > ul > li:last-child > ul::after {
    border-radius: 0 0 5px 5px;
    transform: rotate(180deg);
  }
  .c-header-v2 .c-header__navigation > nav > ul > li > a {
    padding: 16px 0 23px 0;
    display: block;
    justify-content: flex-end;
    color: #fff;
    font-size: 18px !important;
    line-height: 1;
    opacity: 1;
    position: relative;
    font-weight: 500;
    text-decoration: none;
    position: relative;
  }
  .c-header-v2 .c-header__navigation > nav > ul > li > ul {
    width: 230px;
    position: absolute;
    padding: 0;
    top: 100%;
    left: 0;
    background: #fff;
    list-style-type: none;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    border-radius: 0 0 5px 5px;
  }
  .c-header-v2 .c-header__navigation > nav > ul > li > ul::before {
    content: "";
    position: absolute;
    bottom: calc(100% + 6px);
    left: 30px;
    height: 9px;
    width: 25px;
    background-image: url("img/arrow-menu.png");
    background-repeat: no-repeat;
  }
  .c-header-v2 .c-header__navigation > nav > ul > li > ul::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, #342b2a 0%, #9d9088 100%);
    border-radius: 5px 5px 0 0;
    transition: all 0.3s;
  }
  .c-header-v2 .c-header__navigation > nav > ul > li > ul li + li {
    margin-top: 9px;
  }
  .c-header-v2 .c-header__navigation > nav > ul > li > ul li a {
    color: #5E4F4A;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
  }
  .c-header-v2 .c-header__navigation > nav > ul > li > ul li a:hover {
    opacity: 1;
    color: #9D9088;
  }
}
.c-header-v2 .c-header__policy {
  display: none;
}
.c-header-v2 .c-header__policy > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.c-header-v2 .c-header__policy > ul,
.c-header-v2 .c-header__policy > ul * {
  display: inline;
  color: #5E4F4A;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.c-header-v2 .c-header__policy > ul li + li::before {
  content: " - ";
}
.c-header-v2 .c-header__policy > a {
  margin-top: 8px;
  display: flex;
  font-weight: 500;
  color: #5E4F4A;
  font-size: 12px;
  line-height: 1;
}

.footer-v2 .footer-home {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.footer-v2 .sitemap {
  padding: 25px 0;
  background: #fff;
  display: none;
}
.footer-v2 .sitemap .primary-menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-v2 .sitemap .primary-menu li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  color: #9D9088;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.footer-v2 .sitemap .primary-menu li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.footer-v2 .sitemap .primary-menu > li::before {
  display: none;
}
.footer-v2 .sitemap .primary-menu > li > a {
  font-family: "Klavika", sans-serif;
  font-weight: 500;
}
.footer-v2 .sitemap .primary-menu .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: unset;
}
.footer-v2 .sitemap .primary-menu .sub-menu li + li::before {
  display: none;
}
.footer-v2 .sitemap .primary-menu .sub-menu li::before {
  display: none;
}
.footer-v2 .sitemap .primary-menu .sub-menu li:last-child a {
  margin-bottom: 0;
}
.footer-v2 .sitemap .primary-menu .sub-menu li a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
}
.footer-v2 .footer {
  padding: 0;
  background: #9D9088;
  z-index: 9999999;
}
.footer-v2 .footer > .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  min-height: 45px;
}
@media (max-width: 767px) {
  .footer-v2 .footer > .container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 48px;
    justify-content: center;
  }
}
.footer-v2 .footer > .container .sitemapBtn {
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  color: #002659;
  width: 165px;
  height: 45px;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 16px;
}
.footer-v2 .footer > .container .sitemapBtn:hover {
  opacity: 0.7;
}
.footer-v2 .footer > .container .sitemapBtn img {
  margin-left: 10px;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  filter: grayscale(1);
}
.footer-v2 .footer > .container .sitemapBtn.active img {
  transform: rotate(180deg);
}
.footer-v2 .footer > .container .quotations {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer-v2 .footer > .container .quotations li {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 23px;
  color: #fff;
  margin-right: 15px;
}
@media (max-width: 375px) {
  .footer-v2 .footer > .container .quotations li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.footer-v2 .footer > .container .quotations li:nth-child(3) {
  margin-right: 30px;
}
.footer-v2 .footer > .container .quotations li:last-child {
  margin-right: 0;
}
.footer-v2 .footer > .container .quotations li.up {
  color: #342B2A;
}
.footer-v2 .footer > .container .quotations li.down {
  color: #f15353;
}
.footer-v2 .footer > .container .copyright,
.footer-v2 .footer > .container .copyright a {
  color: white;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17px;
  margin: 0;
  text-transform: uppercase;
}
.footer-v2 .footer > .container .copyright a {
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  font-weight: 700;
}
.footer-v2 .footer > .container .copyright a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.footer-v2 .footer > .container .btn-area-lgpd {
  padding: 13px 20px;
  background-color: white;
  color: #505050;
  font-weight: bold;
  text-align: center;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .footer-v2 .footer > .container .btn-area-lgpd {
    display: none;
  }
}
.footer-v2 .footer > .container .social-footer {
  width: 125px;
  height: 45px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.footer-v2 .footer .icons-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 25px;
  flex-direction: column;
}
.footer-v2 .footer .icons-footer .imgs {
  margin: 0 5px;
}
.footer-v2 .footer .icons-footer .imgs-gif {
  height: 38px;
}
.footer-v2 .footer .icons-footer a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #002659;
}
.footer-v2 .footer .links-politicas {
  text-align: center;
}
.footer-v2 .footer .links-politicas a {
  color: #505050;
}
.footer-v2 .footer .links-politicas a:first-child {
  margin-right: 40px;
}
.footer-v2 .footer .area-lgpd {
  position: relative;
  padding: 5px 0;
  background: #fff;
}
.footer-v2 .footer .area-lgpd ul {
  position: absolute;
  left: 61%;
  top: -119px;
  background: white;
  padding: 20px;
}
.footer-v2 .footer .area-lgpd ul li {
  list-style: none;
  margin: 0 4px;
}
.footer-v2 .footer .area-lgpd ul li::before {
  display: none;
}
.footer-v2 .footer .area-lgpd ul li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  color: #9D9088;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.footer-v2 .footer .area-lgpd ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.cookieinfo-close {
  background: linear-gradient(90deg, #00a295 0%, #7cc585 100%) !important;
  border-radius: 20px !important;
  padding: 10px !important;
  font-weight: 500;
}

.cookieinfo {
  bottom: 45px !important;
  font-weight: 500;
}

.powered-mz {
  top: 10px;
}

.pageHome {
  position: relative;
}
.pageHome .slick-slider {
  position: relative;
  max-width: 100%;
  z-index: 1;
}
.pageHome .slick-slider .slick-arrow {
  z-index: 999;
}
.pageHome .slick-slider .slick-prev::before,
.pageHome .slick-slider .slick-next::before {
  display: none;
}
.pageHome .slick-slider .prev,
.pageHome .slick-slider .next {
  height: 30px;
  width: 15px;
}
.pageHome .slick-slider .prev {
  left: 15px;
  background: url("./img/arrow-left.png") no-repeat;
}
@media (min-width: 1500px) {
  .pageHome .slick-slider .prev {
    left: 50px;
  }
}
.pageHome .slick-slider .next {
  right: 15px;
  background: url("./img/arrow-right.png") no-repeat;
}
@media (min-width: 1500px) {
  .pageHome .slick-slider .next {
    right: 50px;
  }
}
.pageHome__banner {
  position: relative;
  width: 100%;
  z-index: 1;
}
.pageHome__banner__item {
  position: relative;
  height: 100%;
  width: 100%;
  height: 640px;
}
@media (min-width: 1200px) {
  .pageHome__banner__item {
    height: 740px;
  }
}
.pageHome__banner__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
@media (min-width: 1200px) {
  .pageHome__banner__item::before {
    display: none;
  }
}
.pageHome__banner__item > img {
  width: 100%;
  height: 100%;
  z-index: 8;
  z-index: 1;
}
@media (max-width: 767px) {
  .pageHome__banner__item > img {
    object-fit: cover;
  }
}
.pageHome__banner__item .container {
  position: absolute;
  top: 222px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media (min-width: 1200px) {
  .pageHome__banner__item .container {
    top: 260px;
  }
}
.pageHome__banner__item__content {
  width: 250px;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 11px 13px;
}
@media (min-width: 1200px) {
  .pageHome__banner__item__content {
    width: 408px;
    padding: 28px 17px;
  }
}
.pageHome__banner__item__content h1, .pageHome__banner__item__content h2, .pageHome__banner__item__content h3, .pageHome__banner__item__content h4, .pageHome__banner__item__content h5, .pageHome__banner__item__content h6 {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 8px !important;
}
@media (min-width: 1200px) {
  .pageHome__banner__item__content h1, .pageHome__banner__item__content h2, .pageHome__banner__item__content h3, .pageHome__banner__item__content h4, .pageHome__banner__item__content h5, .pageHome__banner__item__content h6 {
    font-size: 40px;
    line-height: 44px;
  }
}
.pageHome__banner__item__content p {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .pageHome__banner__item__content p {
    font-size: 26px;
    line-height: 26px;
  }
}
.pageHome__banner__item__content p:last-child {
  margin-bottom: 0 !important;
}
.pageHome__blocks {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pageHome__Notices {
  overflow: hidden;
}
.pageHome__Notices__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
}
.pageHome__Notices__title h5 {
  color: #342B2A;
  font-size: 28px;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .pageHome__Notices__title h5 {
    font-size: 30px;
  }
}
.pageHome__Notices__title ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-bottom: 7px;
  border-bottom: 2px solid #9D9088;
  white-space: nowrap;
}
.pageHome__Notices__title ul li {
  display: flex;
}
.pageHome__Notices__title ul li + li::before {
  content: "|";
  margin: 0 4px;
}
.pageHome__Notices__title ul li svg {
  display: block;
  transition: all 0.3s;
  cursor: pointer;
}
.pageHome__Notices__title ul li svg:hover {
  opacity: 0.5;
}
.pageHome__Notices__title ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #383838;
  line-height: 1;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .pageHome__Notices__title ul li a {
    font-size: 16px;
  }
}
.pageHome__Notices__title ul li a svg {
  margin-left: 5px;
}
.pageHome__Notices__popup {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.pageHome__Notices__popup > div {
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 500px;
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
  overflow: auto;
  position: relative;
}
.pageHome__Notices__popup > div > svg {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 0.3s;
  cursor: pointer;
}
.pageHome__Notices__popup > div > svg:hover {
  opacity: 0.5;
}
.pageHome__Notices__notice > ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.pageHome__Notices__notice > ul li + li {
  margin-top: 16px;
}
.pageHome__Notices__notice a {
  display: flex;
  text-decoration: none;
}
.pageHome__Notices__notice a .date {
  margin-right: 19px;
  text-align: center;
  background: #342B2A;
  padding: 10px;
}
.pageHome__Notices__notice a .date .day {
  color: #fff;
  font-weight: 500;
  font-size: 27px;
  line-height: 1;
  margin-bottom: 2px;
  display: block;
}
.pageHome__Notices__notice a .date .month {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}
.pageHome__Notices__notice a h6 {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 500;
}
.pageHome__Notices__notice a p {
  line-height: 18px;
  margin: 0;
  color: #342B2A;
  font-weight: 400;
}
.pageHome__atividades {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .pageHome__atividades {
    margin-top: 0;
  }
}
.pageHome__atividades > div:nth-child(even) {
  flex-direction: row-reverse;
}
.pageHome__atividades > div:nth-child(even) > p {
  background: #342B2A;
}
.pageHome__atividades__item {
  display: flex;
}
.pageHome__atividades__item > div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 50%;
}
.pageHome__atividades__item > p {
  background: #5E4F4A;
  margin-bottom: 0 !important;
  color: #fff;
  text-align: center;
  width: 50%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .pageHome__atividades__item > p {
    font-size: 16px;
    padding: 20px;
  }
}
.pageHome__content {
  display: flex;
  flex-direction: column;
  padding-top: 0px;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .pageHome__content {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 80px;
  }
}
.pageHome__content > div + div {
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .pageHome__content > div + div {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .pageHome__content__item {
    width: 502px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.pageHome__content__item__top {
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .pageHome__content__item__top {
    display: flex;
    justify-content: space-between;
  }
}
.pageHome__content__item__top > div + div {
  margin-top: 16px;
}
.pageHome__content__item__icone {
  width: 142px;
  min-width: 142px;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .pageHome__content__item__icone {
    margin-right: 35px;
  }
}
.pageHome__content__item__editor * {
  color: #373534;
  margin: 0;
  font-size: 14px;
  line-height: 19px;
}
.pageHome-v2 .pageHome__banner .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}
@media (max-width: 767px) {
  .pageHome-v2 .pageHome__banner .arrow {
    display: none !important;
  }
}
.pageHome-v2 .pageHome__banner .arrow.left {
  left: 50px;
}
.pageHome-v2 .pageHome__banner .arrow.right {
  right: 50px;
}
.pageHome-v2 .pageHome__banner__item {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.pageHome-v2 .pageHome__banner__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.pageHome-v2 .pageHome__banner__item .container {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .pageHome-v2 .pageHome__banner__item .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.pageHome-v2 .pageHome__banner__item .container h3 {
  font-family: "Klavika", sans-serif;
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  color: white;
  max-width: 480px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 1rem;
}
.pageHome-v2 .pageHome__banner__item .container h3 strong {
  color: #342B2A;
}
@media (max-width: 1199px) {
  .pageHome-v2 .pageHome__banner__item .container h3 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .pageHome-v2 .pageHome__banner__item .container h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 320px) {
  .pageHome-v2 .pageHome__banner__item .container h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
}
.pageHome-v2 .pageHome__banner__item .container p {
  font-size: fontSize;
  font-size: fontSize/16pxrem;
  line-height: 27px;
  color: white;
}
@media (max-width: 1199px) {
  .pageHome-v2 .pageHome__banner__item .container p {
    text-align: center;
  }
}
.pageHome-v2 .pageHome__quickaccess {
  position: absolute;
  left: 0;
  z-index: 9;
  width: 100%;
  min-height: 165px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.pageHome-v2 .pageHome__quickaccess .block .item {
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 150%;
  font-family: "Klavika", sans-serif;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  background: #fff;
  width: 85px !important;
  height: 85px;
  border-radius: 100%;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
@media (max-width: 768px) {
  .pageHome-v2 .pageHome__quickaccess .block .item {
    width: 65px !important;
    height: 65px;
  }
}
.pageHome-v2 .pageHome__quickaccess .block .item:hover {
  letter-spacing: 0.5px;
  background: linear-gradient(90deg, #342B2A 15.43%, #9D9088 108.64%);
}
.pageHome-v2 .pageHome__quickaccess .block .item a {
  min-height: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
@media (max-width: 767px) {
  .pageHome-v2 .pageHome__quickaccess .block .item a {
    font-size: 8px;
    font-size: 0.5rem;
    min-height: 65px;
  }
  .pageHome-v2 .pageHome__quickaccess .block .item a img {
    max-width: 35px;
  }
}
.pageHome-v2 .pageHome__quickaccess .block .item a:hover {
  opacity: 0.7;
}
.pageHome-v2 .pageHome__quickaccess .block .item a img {
  margin: auto;
}
.pageHome-v2 .pageHome__quickaccess .block .title-block {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  color: #fff;
}

.page-template-home-pagev2 .slick-arrow {
  display: none !important;
}
@media (max-width: 768px) {
  .page-template-home-pagev2 .pageHome__banner__item {
    width: unset !important;
  }
}
@media (max-width: 1380px) {
  .page-template-home-pagev2 .pageHome__banner__item {
    margin-top: 70px;
  }
}

body.page-template-home-pagev2 {
  overflow: hidden;
}

.internal-banner {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  min-height: 251px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 14px 0 0;
}
@media (min-width: 1200px) {
  .internal-banner {
    padding: 25px 0 0;
    min-height: 460px;
  }
}
.internal-banner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 305px;
  height: 37px;
  background: linear-gradient(90deg, #342B2A 50%, rgba(255, 255, 255, 0) 75.62%);
  z-index: 2;
}
@media (min-width: 768px) {
  .internal-banner::before {
    width: 693px;
  }
}
.internal-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 153.67%);
}
.internal-banner > .container {
  position: relative;
  z-index: 3;
  padding-bottom: 10px;
}
.internal-banner h1 {
  display: block;
  margin-bottom: 20px !important;
  color: #fff;
}
.internal-banner #breadcrumbs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #fff;
}
.internal-banner #breadcrumbs li, .internal-banner #breadcrumbs li * {
  color: #fff;
  font-size: 14px;
  font-family: "Klavika", sans-serif;
  font-weight: 700;
  line-height: 19px;
  display: inline;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .internal-banner #breadcrumbs li, .internal-banner #breadcrumbs li * {
    font-size: 13px;
    font-family: "Klavika", sans-serif;
    font-weight: 400;
    line-height: 15px;
  }
}
.internal-banner #breadcrumbs li + li {
  margin-left: 15px;
}
.internal-banner #breadcrumbs li a {
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
.internal-banner #breadcrumbs li a:hover {
  opacity: 0.5;
}
.internal-banner #breadcrumbs li strong {
  color: #fff;
}

.text-center {
  text-align: center !important;
}

.container .container {
  padding: 0 !important;
}

.wpContent {
  padding: 56px 0;
}
@media (max-width: 767px) {
  .wpContent {
    padding: 24px 0;
  }
}
.wpContent .wpContent {
  padding: 0 !important;
}
.wpContent--faqs {
  margin: 30px 0;
}
.wpContent--tabs {
  margin: 30px 0;
}
.wpContent--hlArea {
  margin: 48px 0;
}
.wpContent--stockinfo .graph {
  width: 100%;
}
.wpContent--stockinfo .graph ~ .graph {
  margin-top: 40px;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll {
  min-width: 1048px;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices * {
  font-family: "Klavika", sans-serif;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices .historyTickerIdentification {
  display: none;
  padding: 10px 18px;
  margin: 0 0 6px 0;
  color: #FFF;
  font-family: "Klavika", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  border: none;
  background-color: #342B2A;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm {
  position: relative;
  margin: 0;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline {
  position: relative;
  width: 100%;
  margin: 0 0 44px 0;
  padding: 18px 0 0 0;
  display: flex;
  flex-direction: row;
  float: none;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline > div:not(.last) {
  position: relative;
  display: inline-block;
  width: auto;
  float: none;
  margin: 0 32px 0 0;
  padding: 0;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline > div:not(.last) label {
  margin: 0;
  float: none;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline > div:not(.last) input {
  margin: 0;
  padding: 12px 42px 9px 14px;
  max-width: 248px;
  width: 100%;
  height: auto;
  float: none;
  color: rgba(141, 141, 141, 0.75);
  font-family: "Klavika", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  border: 1px solid #342B2A;
  border-radius: 3px;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline > div:not(.last)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  background-image: url("img/stockinfoCalendar.svg");
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline .last {
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline .last .info {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  margin: 0 0 0 18px;
  float: none;
  color: #8D8D8D;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline .btn {
  float: none;
  border: none;
  background-color: #9D9088;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices > #historyForm .form-inline .btn-export {
  position: absolute;
  right: 0;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices .table__history {
  margin: 0;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices .table__history thead tr th {
  font-size: 14px;
}
.wpContent--stockinfo .graph .mziq-quotations .scroll .historyTabularPrices .table__history tbody tr td {
  min-width: 104px;
  font-size: 14px;
}
.wpContent--stockinfo .graph .chart .tbPrices .tbPrices__title {
  display: block;
  padding: 10px 18px;
  margin: 0 0 6px 0;
  color: #FFF;
  font-family: "Klavika", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  border: none;
  background-color: #9D9088;
}
.wpContent--stockinfo .graph .chart .tbPrices .tbPrices__price span, .wpContent--stockinfo .graph .chart .tbPrices .tbPrices__column span {
  font-family: "Klavika", sans-serif;
  font-weight: 400;
}
.wpContent--stockinfo .graph .chart .btns input {
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px 6px !important;
  padding: 10px 24px;
  color: #8D8D8D;
  font-family: "Klavika", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 14px;
  border-radius: 6px;
  background-color: #EBEBEB;
}
@media (min-width: 1200px) {
  .wpContent--stockinfo .graph .chart .btns input:nth-child(3) {
    margin-right: 64px !important;
  }
}
.wpContent--stockinfo .graph .chart .btns input.active {
  color: #FFF;
  background-color: #9D9088;
}
.wpContent--hoverBox {
  padding: 48px 0;
}
.wpContent--hoverBox .container {
  display: flex;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .wpContent--hoverBox .container {
    flex-direction: row;
    justify-content: center;
  }
}
.wpContent--hoverBox .container .hoverBox {
  position: relative;
  display: block;
  width: 100%;
  max-width: 360px;
  padding: 48px 16px;
  margin: 0 25px;
  cursor: pointer;
  transition-duration: 0.377s;
  background-color: #342B2A;
}
.wpContent--hoverBox .container .hoverBox, .wpContent--hoverBox .container .hoverBox * {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}
.wpContent--hoverBox .container .hoverBox a {
  color: #9D9088;
  filter: brightness(2);
}
.wpContent--hoverBox .container .hoverBox a:hover {
  text-decoration: underline;
}
.wpContent--hoverBox .container .hoverBox::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  width: 80%;
  height: 1px;
  background-color: #FFF;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpContent--hoverBox .container .hoverBox::after {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 80%;
  height: 1px;
  background-color: #FFF;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpContent--hoverBox .container .hoverBox:focus .cover, .wpContent--hoverBox .container .hoverBox:focus-within .cover {
  opacity: 0;
  pointer-events: none;
}
.wpContent--hoverBox .container .hoverBox .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 16px;
  opacity: 1;
  background-color: #9D9088;
  transition-duration: 0.377s;
}
.wpContent--hoverBox .container .hoverBox .cover::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  width: 80%;
  height: 1px;
  background-color: #FFF;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpContent--hoverBox .container .hoverBox .cover::before {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 80%;
  height: 1px;
  background-color: #FFF;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpContent--hoverBox .container .hoverBox .cover .title {
  display: block;
  margin-bottom: 12px;
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}
.wpContent--hoverBox .container .hoverBox .cover .icon {
  display: block;
  width: 100px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
}
.wpContent--dynamicMap .row .map svg {
  width: 100%;
  height: auto;
}
.wpContent--dynamicMap .row .map svg text {
  display: flex;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  font-family: "Klavika", sans-serif;
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
  stroke-width: 1px;
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  fill: #FFF;
}
.wpContent--dynamicMap .row .map svg > path {
  position: relative;
  transition-duration: 0.144s;
}
.wpContent--dynamicMap .row .map svg > path[initials] {
  fill: #342b2a;
}
.wpContent--dynamicMap .row .map svg > path[initials]:hover {
  fill: rgba(52, 43, 42, 0.75);
}
.wpContent--dynamicMap .row .map svg > path.active {
  fill: #9D9088;
}
.wpContent--dynamicMap .row .map svg > path.active:hover {
  fill: rgba(157, 144, 136, 0.75);
}
.wpContent--dynamicMap .row .contents {
  display: flex;
  flex-direction: column;
}
.wpContent--dynamicMap .row .contents .stateContent {
  width: 100%;
  max-height: 0;
  padding: 0 27px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  transition-duration: 0.377s;
  transition-timing-function: ease-out;
  background-color: #FFF;
  box-shadow: 0px 0px 4px #0071AD;
  border-radius: 4px;
}
.wpContent--dynamicMap .row .contents .stateContent.active {
  max-height: 512px;
  padding: 30px 27px;
  margin: 16px 0;
  opacity: 1;
  pointer-events: all;
}
.wpContent #print {
  position: fixed;
  top: 64%;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #9D9088;
  background-color: #9D9088;
  background-image: url("img/print.svg");
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.144s;
}
.wpContent #print:hover {
  background-color: rgba(157, 144, 136, 0.5);
}
.wpContent #print:active {
  transform: scale(1.1);
}
.wpContent ul:not(.cd-timeline-navigation):not(.tbPrices):not(.diferent) {
  list-style: none;
  padding: 0;
}
.wpContent ul:not(.cd-timeline-navigation):not(.tbPrices):not(.diferent) li {
  color: #8D8D8D;
  font-size: 14px;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 8px;
  position: relative;
  padding-left: 28px;
}
@media (min-width: 1200px) {
  .wpContent ul:not(.cd-timeline-navigation):not(.tbPrices):not(.diferent) li {
    font-size: 16px;
    line-height: 24px;
  }
}
.wpContent ul:not(.cd-timeline-navigation):not(.tbPrices):not(.diferent) li:before {
  content: "";
  background: #342B2A;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
.wpContent .forms.select {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  align-items: center;
  margin-bottom: 40px;
}
.wpContent .forms.select select {
  width: auto;
  height: 38px;
  margin: 0;
  padding: 0 50px 0 20px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  background: #342B2A;
  border-radius: 19px;
  background-image: url(img/arrow_down.svg);
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  background-size: 15px;
  transition: 0.144s;
}
.wpContent .contact h5 {
  margin-bottom: 8px;
}
.wpContent .contact .g-recaptcha {
  margin-bottom: 20px;
}
.wpContent .contact .success-box {
  background-color: #9D9088;
  border-radius: 10px;
  padding: 20px 0;
  text-align: center;
  color: white;
  display: none;
  width: 100%;
  margin: auto;
  max-width: 600px;
}
.wpContent .contact .fail-box {
  max-width: 600px;
  width: 100%;
  display: none;
  margin: 24px auto;
  padding: 20px 0;
  text-align: center;
  color: #FFABAB;
  border: 2px solid #FFABAB;
  border-radius: 10px;
  background-color: #FFF;
}
.wpContent .resumeHeader span {
  width: 50%;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  color: #8D8D8D;
}
.wpContent .hlArea {
  padding: 24px 0;
  background: #002659;
  text-align: center;
  position: relative;
}
.wpContent .hlArea h4, .wpContent .hlArea h5, .wpContent .hlArea p {
  color: #fff;
}
.wpContent .hlArea p {
  line-height: 24px;
  margin-bottom: 0;
}
.wpContent .hlArea__editor {
  position: relative;
  z-index: 2;
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
}
.wpContent .hlArea__editor * {
  color: white !important;
}
.wpContent .tabs__nav {
  padding-left: 0;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.wpContent .tabs__nav li {
  cursor: pointer;
  padding-left: 0;
  padding: 10px;
  margin-bottom: 0 !important;
  border: 1px solid #eee;
  min-width: 120px;
  text-align: center;
  border-bottom: 0;
  color: #8D8D8D;
}
.wpContent .tabs__nav li::before {
  display: none;
}
.wpContent .tabs__nav li.active {
  background-color: #9D9088;
  color: white;
}

@media print {
  .internal-banner {
    display: none;
  }

  .wpContent #print {
    display: none;
  }
  .wpContent .forms, .wpContent .forms.select {
    display: none;
  }
}
.loading-spinner {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.loading-spinner::after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: loading-spinner 1.2s linear infinite;
}
.loading-spinner.loading-spinner--primaryColor::after {
  border-color: #9D9088 transparent #9D9088 transparent;
}

@keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pageStockinfo, .pageStockinfo * {
  font-family: "Klavika", sans-serif !important;
}
.pageStockinfo h2 {
  font-family: "Klavika", sans-serif !important;
  font-size: 22px;
  line-height: 1;
  color: #342B2A;
}
@media (min-width: 1200px) {
  .pageStockinfo h2 {
    font-size: 30px;
  }
}
.pageStockinfo__grafico .tbPrices {
  margin-bottom: 60px !important;
  border-bottom: none !important;
}
@media (max-width: 1199px) {
  .pageStockinfo__grafico .tbPrices {
    display: flex;
    flex-direction: column;
  }
  .pageStockinfo__grafico .tbPrices > li {
    width: 100% !important;
  }
}
.pageStockinfo__grafico .tbPrices__title {
  background: #342B2A !important;
  padding: 20px 10px !important;
  margin-bottom: 10px !important;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pageStockinfo__grafico .tbPrices__title > span {
  font-family: "Klavika", sans-serif !important;
}
.pageStockinfo__grafico .tbPrices__title, .pageStockinfo__grafico .tbPrices__title * {
  color: #fff;
  font-size: 16px !important;
  line-height: 1 !important;
  margin: 0 !important;
  font-weight: 400 !important;
}
@media (max-width: 991px) {
  .pageStockinfo__grafico .tbPrices__title, .pageStockinfo__grafico .tbPrices__title * {
    font-size: 14px !important;
  }
}
.pageStockinfo__grafico .tbPrices__title .dateReference, .pageStockinfo__grafico .tbPrices__title .dateReference * {
  font-size: 14px !important;
}
@media (max-width: 991px) {
  .pageStockinfo__grafico .tbPrices__title .dateReference, .pageStockinfo__grafico .tbPrices__title .dateReference * {
    font-size: 10px !important;
  }
}
.pageStockinfo__grafico .tbPrices__title .dateReference span {
  display: block;
}
.pageStockinfo__grafico .tbPrices__price {
  height: auto !important;
  margin-bottom: 0 !important;
  padding: 20px 10px !important;
  border: none !important;
  background: transparent !important;
}
@media (max-width: 1199px) {
  .pageStockinfo__grafico .tbPrices__price {
    border-bottom: 0.5px solid #D3DAD6 !important;
  }
}
.pageStockinfo__grafico .tbPrices__price .price {
  font-size: 27px !important;
  line-height: 32px !important;
  margin-bottom: 12px;
  color: #434343 !important;
  letter-spacing: 1px;
  font-weight: 700;
}
.pageStockinfo__grafico .tbPrices__price .variation, .pageStockinfo__grafico .tbPrices__price .variation * {
  font-size: 19px !important;
  line-height: 23px !important;
  font-weight: 700;
}
.pageStockinfo__grafico .tbPrices__column {
  height: auto !important;
  border: none !important;
  padding-left: 0;
}
@media (max-width: 1199px) {
  .pageStockinfo__grafico .tbPrices__column {
    text-align: center;
  }
}
.pageStockinfo__grafico .tbPrices__column > div {
  padding: 20px 10px;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
@media (max-width: 1199px) {
  .pageStockinfo__grafico .tbPrices__column > div {
    border-bottom: 0.5px solid #D3DAD6 !important;
  }
}
.pageStockinfo__grafico .tbPrices__column > div, .pageStockinfo__grafico .tbPrices__column > div * {
  font-size: 15px;
  line-height: 1;
}
.pageStockinfo__grafico .tbPrices__column > div span {
  height: auto !important;
  line-height: 1 !important;
  margin-left: 0 !important;
  font-weight: 400 !important;
}
.pageStockinfo__grafico .tbPrices__column > div span.label {
  font-family: "Klavika", sans-serif !important;
}
.pageStockinfo__grafico .btns {
  margin-top: 50px !important;
  margin-left: 0 !important;
  margin-bottom: 80px;
}
.pageStockinfo__grafico .btns > input {
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  background: transparent !important;
  color: #342B2A !important;
  font-size: 16px !important;
  line-height: 1 !important;
  padding: 9px 15px !important;
  font-family: "Klavika", sans-serif !important;
  transition: all 0.3s !important;
  border-radius: 30px;
  border: 1px solid #001D48;
}
@media (min-width: 992px) {
  .pageStockinfo__grafico .btns > input {
    padding: 9px 25px !important;
  }
}
.pageStockinfo__grafico .btns > input:hover {
  opacity: 0.5;
}
.pageStockinfo__grafico .btns > input.active {
  background: #342B2A !important;
  color: #fff !important;
}
.pageStockinfo__grafico .btns > input.active:hover {
  opacity: 1 !important;
}
.pageStockinfo__grafico .btns > input:nth-child(3) {
  margin-right: 75px !important;
}
.pageStockinfo__grafico .btns > input:last-child {
  margin-right: 0 !important;
}
.pageStockinfo__grafico .table-footer {
  display: none;
}
.pageStockinfo__historico .historyTickerIdentification {
  display: none;
}
.pageStockinfo__historico #historyForm .form-inline {
  margin: 0 0 34px !important;
  display: flex;
  align-items: flex-end;
  width: 1120px;
}
.pageStockinfo__historico #historyForm .form-inline > div.first {
  margin-right: 30px;
}
.pageStockinfo__historico #historyForm .form-inline > div:not(.last) {
  display: flex;
  align-items: center;
}
.pageStockinfo__historico #historyForm .form-inline > div:not(.last) label {
  color: #8D8D8D;
  font-size: 16px !important;
  margin: 0 10px 0 0 !important;
  line-height: 1 !important;
  white-space: nowrap;
}
.pageStockinfo__historico #historyForm .form-inline > div:not(.last) input {
  background: #FAFAFA;
  margin: 0 !important;
  width: 137px;
  min-width: 137px;
  border: none;
  border-bottom: 0.5px solid #001D48 !important;
  border-radius: 0 !important;
  color: #8D8D8D !important;
}
.pageStockinfo__historico #historyForm .form-inline > div.last {
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.pageStockinfo__historico #historyForm .form-inline > div.last button {
  background: #1741A2;
  color: #fff;
  font-family: "Klavika", sans-serif !important;
  padding: 10px 40px;
  border-radius: 30px;
  border: none !important;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1;
}
.pageStockinfo__historico #historyForm .form-inline > div.last a {
  display: none;
}
.pageStockinfo__historico #historyForm .form-inline > div.last label {
  font-size: 12px !important;
  line-height: 1 !important;
  color: #434343 !important;
  margin-left: 22px;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.pageStockinfo__historico #historyForm .form-inline > #btnExportToExcel {
  margin-left: 180px;
  background: #1741A2;
  color: #fff;
  font-family: "Klavika", sans-serif !important;
  padding: 10px 40px;
  border-radius: 30px;
  border: none !important;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1;
}
.pageStockinfo__historico .table__history {
  min-width: 1120px;
}
.pageStockinfo__historico .table__history tr th {
  border: none;
  background: none;
  padding: 20px 10px;
  color: #342B2A;
  font-size: 16px;
  line-height: 1;
  border-bottom: 1px solid #342B2A;
  border-radius: 0 !important;
}
.pageStockinfo__historico .table__history tr:last-child td {
  border-bottom: 1px solid #342B2A !important;
}
.pageStockinfo__historico .table__history tr td {
  border-color: #342B2A;
  padding: 20px 10px;
  color: #000;
  font-size: 13px;
  line-height: 1;
  border-bottom: none;
}
.pageStockinfo__historico .table__history tfoot {
  display: none;
}

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 45px;
  z-index: 2;
  top: -12px;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0;
  overflow: hidden;
  top: 0;
}
.cd-horizontal-timeline .events-wrapper::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 12px;
  height: 100%;
  width: 50px;
}
.cd-horizontal-timeline .events-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 12px;
  height: 100%;
  width: 50px;
  left: 0;
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient(right, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to left, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0));
}
.cd-horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: -240px;
  top: 6px;
  height: 6px;
  background: #342B2A;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  z-index: 2;
}
.cd-horizontal-timeline .filling-line {
  position: absolute;
  z-index: 2;
  left: -75px;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #12857D;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

#texto .cd-horizontal-timeline .events a {
  text-decoration: none;
  position: absolute;
  top: 0;
  padding: 15px;
  z-index: 2;
  width: 150px;
  border-left: 1.5px solid #342B2A;
  font-size: 20px;
  line-height: 1;
  color: #342B2A;
  font-family: "Klavika", sans-serif;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
#texto .cd-horizontal-timeline .events a.selected, #texto .cd-horizontal-timeline .events a:hover {
  color: #000;
}
#texto .cd-horizontal-timeline .events a.selected {
  color: #9D9088;
  border-left-color: #9D9088;
}

.cd-horizontal-timeline .events a::after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -5px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid #12857D;
  background-color: #12857D;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  opacity: 0;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #9D9088;
  border-color: #9D9088;
  opacity: 1;
}

.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  opacity: 1;
}

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 15px auto;
  }
}
#texto .cd-timeline-navigation li {
  list-style-type: none;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 22px;
  height: 24px;
  transform: translateY(-100%);
}
#texto .cd-timeline-navigation li:first-of-type {
  left: 0;
}
#texto .cd-timeline-navigation li:last-of-type {
  right: 0;
}

.cd-timeline-navigation {
  position: relative;
  z-index: 2;
}

.cd-timeline-navigation a {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  height: inherit;
  width: inherit;
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  content: "";
  position: absolute;
  height: inherit;
  width: inherit;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(img/cd-arrow.svg) no-repeat;
  background-size: 12px;
  background-position: 50% 1px;
  margin-bottom: -3px;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #39cdef;
}

.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 50% -24px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  height: auto !important;
  width: 100%;
  margin: 2em auto;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
  z-index: 1;
}
.cd-horizontal-timeline > .events-content > ol > li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@media (max-width: 1199px) {
  .cd-horizontal-timeline > .events-content > ol > li {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1200px) {
  .cd-horizontal-timeline > .events-content > ol > li {
    height: 255.97px;
  }
}

#texto .cd-horizontal-timeline .events-content ol li .scroll ul li {
  padding-left: 20px;
  position: relative;
  display: block;
}
#texto .cd-horizontal-timeline .events-content ol li .scroll ul li ul li::before {
  content: "";
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 14px;
  background: #9D9088;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.cd-horizontal-timeline .events-content li {
  background: #F4F4F4;
  margin: 0;
  min-height: 300px;
}
@media (max-width: 991px) {
  .cd-horizontal-timeline .events-content li {
    overflow-y: auto;
  }
}
.cd-horizontal-timeline .events-content li > div {
  height: auto !important;
}
@media (min-width: 992px) {
  .cd-horizontal-timeline .events-content li > div {
    height: 100% !important;
  }
}
.cd-horizontal-timeline .events-content li.selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content em {
  font-style: italic;
}
.cd-horizontal-timeline .events-content em::before {
  display: none;
  content: "- ";
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
#texto .events-content,
.cd-horizontal-timeline .timeline {
  margin: 0 auto;
}

#texto .events-content ol {
  list-style: none;
  border-bottom: 6px solid #ebebeb;
  margin: 0;
  padding-left: 0;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
#texto .events-content h2 {
  font-family: "Klavika", sans-serif;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  #texto .events-content h2 {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  #texto .events-content p {
    font-size: 14px;
  }
}
#texto .scroll {
  float: left;
  width: 100%;
  overflow: auto;
  max-height: 225px;
  padding-right: 15px;
}
#texto .events-content .info-img {
  overflow: hidden;
  height: inherit;
  padding-left: 0;
  padding-right: 0;
}
#texto .events-content .info-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#texto .cd-horizontal-timeline .events-content ol li .scroll ul li ul li ul li::before {
  background: #ccc;
}

.info-txt {
  background: #FAFAFA;
  padding: 10px 15px;
  height: inherit;
}
@media (min-width: 1200px) {
  .info-txt {
    padding: 15px 40px;
  }
}
@media (min-width: 992px) {
  .info-txt {
    overflow-y: auto;
  }
}

@media (max-width: 767px) {
  #texto .events-content ol {
    height: auto;
  }

  .cd-horizontal-timeline .timeline {
    top: -12px;
  }

  #texto .scroll {
    max-height: 500px;
    padding-right: 0;
  }
  #texto .events-content .info-img {
    position: relative;
  }
}
.pageTimeline2 {
  padding: 24px 0;
}
.pageTimeline2__timeline {
  position: relative;
}
@media (max-width: 1199px) {
  .pageTimeline2__timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 100%;
    background: linear-gradient(90deg, #342B2A 0%, #9D9088 100%);
    z-index: -1;
  }
  .pageTimeline2__timeline .slick-arrow {
    height: initial;
    width: initial;
  }
  .pageTimeline2__timeline .slick-arrow::before {
    content: "";
  }
  .pageTimeline2__timeline .slick-arrow.slick-disabled {
    opacity: 0.5;
  }
  .pageTimeline2__timeline .slick-arrow.slick-prev {
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0%) rotate(90deg);
  }
  .pageTimeline2__timeline .slick-arrow.slick-next {
    bottom: -25px;
    left: 50%;
    top: initial;
    right: initial;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .pageTimeline2__timeline .slick-arrow svg {
    stroke: #9D9088;
  }
  .pageTimeline2__timeline__item--reverse .pageTimeline2__timeline__item__box {
    flex-direction: row;
  }
  .pageTimeline2__timeline__item--reverse .pageTimeline2__timeline__item__img {
    padding-left: 0;
    padding-right: 55px;
  }
  .pageTimeline2__timeline__item--reverse .pageTimeline2__timeline__item__img::before {
    left: initial;
    right: 0;
  }
  .pageTimeline2__timeline__item--reverse .pageTimeline2__timeline__item__img::after {
    left: initial;
    right: 0;
    transform: translate(50%, -50%);
  }
  .pageTimeline2__timeline__item--reverse .pageTimeline2__timeline__item__img__box {
    margin-left: auto;
  }
  .pageTimeline2__timeline__item--reverse .pageTimeline2__timeline__item__year {
    padding-right: 0;
    padding-left: 25px;
    justify-content: flex-start;
  }
  .pageTimeline2__timeline__item__box {
    display: flex;
    flex-direction: row-reverse;
    padding: 40px 0;
    transition: all 0.3s;
    cursor: pointer;
  }
  .pageTimeline2__timeline__item__box:hover {
    opacity: 0.7;
  }
  .pageTimeline2__timeline__item__img {
    height: initial !important;
    width: 50%;
    padding-left: 45px;
    position: relative;
  }
  .pageTimeline2__timeline__item__img::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    width: 45px;
    background: #9D9088;
  }
  .pageTimeline2__timeline__item__img::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #9D9088;
  }
  .pageTimeline2__timeline__item__img__box {
    width: 100px;
    height: 100px;
    padding: 8px 5px;
    border-top: 2px solid #9D9088;
    border-bottom: 2px solid #9D9088;
    position: relative;
  }
  .pageTimeline2__timeline__item__img__box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12px;
    border-left: 2px solid #9D9088;
    border-right: 2px solid #9D9088;
  }
  .pageTimeline2__timeline__item__img__box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    border-left: 2px solid #9D9088;
    border-right: 2px solid #9D9088;
  }
  .pageTimeline2__timeline__item__img__box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pageTimeline2__timeline__item__year {
    height: initial !important;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 25px;
  }
  .pageTimeline2__timeline__item__year > h3 {
    color: #342B2A;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .pageTimeline2__timeline {
    margin-top: 60px;
  }
  .pageTimeline2__timeline::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, #373534 0%, #9D9088 100%);
    z-index: -1;
  }
  .pageTimeline2__timeline .slick-arrow {
    height: initial;
    width: initial;
  }
  .pageTimeline2__timeline .slick-arrow::before {
    content: "";
  }
  .pageTimeline2__timeline .slick-arrow.slick-disabled {
    opacity: 0.4;
  }
  .pageTimeline2__timeline .slick-arrow svg {
    stroke: #9D9088;
  }
  .pageTimeline2__timeline__item--reverse .pageTimeline2__timeline__item__box {
    flex-direction: column-reverse;
  }
  .pageTimeline2__timeline__item--reverse .pageTimeline2__timeline__item__img {
    padding-bottom: 0;
    padding-top: 60px;
  }
  .pageTimeline2__timeline__item--reverse .pageTimeline2__timeline__item__img::before {
    bottom: initial;
    top: 0;
  }
  .pageTimeline2__timeline__item--reverse .pageTimeline2__timeline__item__img::after {
    bottom: initial;
    top: 0;
    transform: translate(-50%, -50%);
  }
  .pageTimeline2__timeline__item--reverse .pageTimeline2__timeline__item__year {
    padding-top: 0;
    padding-bottom: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .pageTimeline2__timeline__item__box {
    display: flex;
    flex-direction: column;
    width: 100px;
    margin: 0 auto;
    transition: all 0.3s;
    cursor: pointer;
  }
  .pageTimeline2__timeline__item__box:hover {
    opacity: 0.7;
  }
  .pageTimeline2__timeline__item__img {
    padding-bottom: 60px;
    position: relative;
  }
  .pageTimeline2__timeline__item__img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 60px;
    background: #9D9088;
  }
  .pageTimeline2__timeline__item__img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #9D9088;
  }
  .pageTimeline2__timeline__item__img__box {
    width: 100px;
    height: 100px;
    padding: 8px 5px;
    border-top: 2px solid #9D9088;
    border-bottom: 2px solid #9D9088;
    position: relative;
  }
  .pageTimeline2__timeline__item__img__box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12px;
    border-left: 2px solid #9D9088;
    border-right: 2px solid #9D9088;
  }
  .pageTimeline2__timeline__item__img__box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    border-left: 2px solid #9D9088;
    border-right: 2px solid #9D9088;
  }
  .pageTimeline2__timeline__item__img__box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pageTimeline2__timeline__item__year {
    padding-top: 24px;
  }
  .pageTimeline2__timeline__item__year > h3 {
    color: #342B2A;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
  }
}
.pageTimeline2__timeline__popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1200px) {
  .pageTimeline2__timeline__popup {
    height: 100%;
  }
}
.pageTimeline2__timeline__popup > svg {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .pageTimeline2__timeline__popup > svg {
    width: 40px;
    height: 38px;
  }
}
.pageTimeline2__timeline__popup > svg:hover {
  opacity: 0.5;
}
@media (max-width: 1199px) {
  .pageTimeline2__timeline__popup__box {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .pageTimeline2__timeline__popup__box {
    display: flex;
    width: 100%;
    height: 100%;
  }
}
.pageTimeline2__timeline__popup__text {
  width: 100%;
  padding: 20px;
  height: 100%;
  overflow: auto;
}
@media (min-width: 1200px) {
  .pageTimeline2__timeline__popup__text {
    padding: 40px;
  }
}
.pageTimeline2__timeline__popup__text__title {
  color: #342B2A;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 22px;
  font-size: 30px;
}
@media (min-width: 1200px) {
  .pageTimeline2__timeline__popup__text__title {
    font-size: 35px;
  }
}
.pageTimeline2__timeline__popup__text__editor * {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
}
.pageTimeline2__timeline__popup__img {
  width: 100%;
  overflow: hidden;
  border-radius: 0px 0px 0px 246px;
  height: 300px;
}
@media (min-width: 1200px) {
  .pageTimeline2__timeline__popup__img {
    height: initial;
    width: 420px;
  }
}
.pageTimeline2__timeline__popup__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pagePropriedades > .container {
  display: flex;
  justify-content: center;
}
.pagePropriedades__map {
  position: relative;
}
.pagePropriedades__map svg {
  max-width: 100%;
}
.pagePropriedades__map svg .area {
  fill: #999999;
  transition: all 0.3s;
}
.pagePropriedades__map svg .area:hover {
  fill: #F58A1E;
}
.pagePropriedades__map svg .title, .pagePropriedades__map svg .pin {
  pointer-events: none;
}
.pagePropriedades__map .text {
  background: #DA5D2A;
  padding: 8px 15px;
  display: none;
}
@media (min-width: 1200px) {
  .pagePropriedades__map .text {
    position: absolute;
  }
}
.pagePropriedades__map .text h3 {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
.pagePropriedades__map .text ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.pagePropriedades__map .text ul li {
  color: #fff;
  font-weight: 500;
  counter-increment: inst;
  display: flex;
  align-items: center;
}
.pagePropriedades__map .text ul li + li {
  margin-top: 4px;
}
.pagePropriedades__map .text ul li::before {
  content: counter(inst);
  background: #333333;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  border-radius: 50%;
  margin-right: 6px;
}
@media (min-width: 1200px) {
  .pagePropriedades__map .text.sao-jose-do-rio-preto {
    top: 8%;
    left: 5%;
  }
}
@media (min-width: 1200px) {
  .pagePropriedades__map .text.novo-horizonte {
    bottom: 5%;
    right: 0%;
  }
}
@media (min-width: 1200px) {
  .pagePropriedades__map .text.catanduva {
    top: 50%;
    right: -40%;
  }
}

.accordion {
  margin-top: 45px;
}
.accordion__item {
  margin-bottom: 20px;
}
.accordion__item__header {
  line-height: 16px;
  color: #fff;
  background: linear-gradient(90deg, #342B2A 0%, #5E4F4A 99.13%);
  padding: 11px 27px 8px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  line-height: 15px;
  font-family: "Klavika", sans-serif;
  font-weight: 700;
  border-radius: 21px;
}
@media (max-width: 767px) {
  .accordion__item__header {
    font-size: 15px;
    line-height: 18px;
    padding: 9px 27px 9px 12px;
  }
}
.accordion__item__header::before {
  content: "";
  width: 14px;
  height: 7px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: rotate(-180deg) translateY(50%);
  transition: 0.5s all;
  background: url(img/arrow_accordion.png);
}
.accordion__item__header.active {
  border-radius: 20px 20px 0px 0px;
}
.accordion__item__header.active::before {
  transform: rotate(0deg) translateY(-50%);
  filter: brightness(0) invert(1);
}
.accordion__item__content {
  display: none;
  margin-top: 0;
  border: none;
  border: 1px solid #C4C4C4;
  border-radius: 0px 0px 20px 20px;
  margin-top: -5px;
  padding: 16px 20px 19px 16px;
}
.accordion__item__content p {
  font-size: 16px;
  line-height: lineHeight;
  margin-bottom: 5px !important;
}
.accordion__item__content table {
  margin: 0;
}
.accordion__item__content table tr td {
  padding: 14px 16px;
}
.accordion__item__content table tr td.link a {
  display: block;
  font-size: 16px;
  line-height: 1.2;
}
.accordion__item__content table tr td.icons {
  width: 40px;
}
.accordion__item__content table tr td.icons i {
  color: #9D9088;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  cursor: pointer;
  width: 17px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9088 5.72485L8.27246 9.20311' stroke='%2300265A' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M15.5455 10.8225V14.9964H1C1 14.9964 1.00007 11.5949 1.00007 10.8225' stroke='%2300265A' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M4.63672 5.72485L8.27308 9.20311' stroke='%2300265A' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M8.1416 0L8.1416 9.03207' stroke='%2300265A' stroke-width='2' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.accordion__item__content table tr td.icons i::before {
  content: "";
}
.accordion__item__content table tr td.icons i:hover {
  opacity: 0.5;
}

.cookieinfo {
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 19px 0;
  z-index: 999;
}
@media (max-width: 767px) {
  .cookieinfo {
    padding: 13px 0;
  }
}
.cookieinfo > .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cookieinfo > .container {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.cookieinfo__text {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cookieinfo__text {
    margin-right: 128px;
  }
}
.cookieinfo__text, .cookieinfo__text * {
  color: #565656;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 767px) {
  .cookieinfo__text, .cookieinfo__text * {
    font-size: 12px;
  }
}
.cookieinfo__text * {
  margin: 0 !important;
}
.cookieinfo__close {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cookieinfo__close {
    width: 100%;
    text-align: center;
  }
}
.cookieinfo .btn {
  background: #9D9088;
  border-radius: 50px;
  font-size: 12px;
  line-height: 1;
  margin-top: 8px;
  padding: 10px;
}
@media (min-width: 768px) {
  .cookieinfo .btn {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .cookieinfo .btn {
    width: 100%;
  }
}

.datepicker {
  position: relative;
  z-index: 0;
  display: table;
  width: 100%;
  margin: 0 auto;
}
.datepicker, .datepicker * {
  border: none !important;
  background: transparent !important;
}
.datepicker .nav-event {
  position: absolute;
  top: 10px;
  font-size: 0;
  cursor: pointer;
  z-index: 9;
  width: 14px;
  height: 21px;
}
.datepicker .nav-event::before {
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.datepicker .nav-event.next {
  right: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='21' viewBox='0 0 14 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 19L11 10.2237L2 2' stroke='%23333333' stroke-width='3'/%3E%3C/svg%3E%0A") !important;
}
@media (min-width: 992px) {
  .datepicker .nav-event.next {
    right: 35px;
  }
}
.datepicker .nav-event.prev {
  left: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='21' viewBox='0 0 14 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2L3 10.7763L12 19' stroke='%23333333' stroke-width='3'/%3E%3C/svg%3E%0A") !important;
}
@media (min-width: 992px) {
  .datepicker .nav-event.prev {
    left: 35px;
  }
}
.datepicker .nav-event.prev::before {
  content: "\f0d9";
}
.datepicker .nav-event:hover {
  opacity: 0.8;
}
.datepicker .ui-datepicker-group {
  display: table-cell;
  width: 33.3%;
  padding: 0 12px 0;
  vertical-align: top;
}
@media (max-width: 992px) {
  .datepicker .ui-datepicker-group {
    width: 50% !important;
  }
  .datepicker .ui-datepicker-group-last {
    display: none;
  }
}
@media (max-width: 768px) {
  .datepicker .ui-datepicker-group {
    width: 100% !important;
    padding: 0 !important;
  }
  .datepicker .ui-datepicker-group-middle {
    display: none;
  }
}
.datepicker .ui-datepicker-header {
  width: 100%;
}
.datepicker .ui-datepicker-header .datepicker .ui-datepicker-prev span, .datepicker .ui-datepicker-header .datepicker .ui-datepicker-next span {
  display: none;
}
.datepicker .ui-datepicker-title {
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-family: "Klavika", sans-serif;
  line-height: 1;
}
.datepicker .ui-datepicker-inline {
  width: 100% !important;
  display: table !important;
  border-collapse: separate;
  margin: 0 auto;
  min-height: 310px;
  padding: 0 !important;
}
.datepicker .ui-datepicker-calendar {
  margin-top: 0;
  min-height: 265px;
}
.datepicker .ui-datepicker-calendar tr th span {
  color: #000000;
  font-family: "Klavika", sans-serif;
  font-size: 18px;
  line-height: 1;
}
.datepicker .ui-datepicker-calendar tr td {
  background: white;
  padding: 8px;
  text-align: center;
  width: 14.3%;
  opacity: 1;
}
.datepicker .ui-datepicker-calendar tr td span {
  text-align: center;
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
}
.datepicker .ui-datepicker-calendar tr td.has-event {
  pointer-events: initial !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event span {
  color: #fff !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event.divulgacao-de-resultado span {
  background-color: #8FC34B !important;
  border: 1px solid #8FC34B !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event.webcast span {
  background-color: #006B71 !important;
  border: 1px solid #006B71 !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event.mais-de-um-evento span {
  background-color: #002659 !important;
  border: 1px solid #002659 !important;
  color: #000 !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event.conferencias span {
  background-color: #CACACA !important;
  border: 1px solid #CACACA !important;
}
.datepicker .ui-datepicker-calendar tr td.has-event.outros-eventos span {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
}
.datepicker .ui-datepicker-prev, .datepicker .ui-datepicker-next {
  display: none;
}

#legenda_eventos {
  width: 100%;
  margin: 32px 0 56px !important;
}
@media (max-width: 1199px) {
  #legenda_eventos {
    display: flex;
    flex-direction: column;
  }
}
#legenda_eventos .legenda_texto {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 6px;
  font-family: "Klavika", sans-serif;
  color: #8D8D8D;
}
#legenda_eventos .legenda_item {
  display: inline-block;
  margin: 5px 15px 5px 0;
  position: relative;
}
#legenda_eventos .legenda_item .cor {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
}
#legenda_eventos .legenda_item .cor-01 {
  background: #8FC34B;
}
#legenda_eventos .legenda_item .cor-02 {
  background: #006B71;
}
#legenda_eventos .legenda_item .cor-03 {
  background: #002659;
}
#legenda_eventos .legenda_item .cor-04 {
  background: #CACACA;
}
#legenda_eventos .legenda_item .cor-05 {
  background: #000000;
}
#legenda_eventos .legenda_item .label {
  color: #8D8D8D;
  font-size: 16px;
  line-height: 1;
  padding: 5px 0 5px 30px;
}

.ui-tooltip {
  position: absolute;
  z-index: 9999;
  background: white;
  border: 1px solid #e6e6e6;
  max-width: 300px;
  color: #2A2222;
  box-shadow: 0 0 7px #a8a8a8;
  padding: 0;
}
.ui-tooltip h5 {
  color: #476da6;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
  margin: 0;
}
.ui-tooltip ul {
  padding: 0;
  margin-bottom: 0;
}
.ui-tooltip ul li {
  list-style: none;
  padding: 8px 10px;
  border-top: 1px solid #e6e6e6;
  font-size: 13px;
}
.ui-tooltip .arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.ui-tooltip .arrow.top {
  top: -16px;
  bottom: auto;
}
.ui-tooltip .arrow.top:after {
  bottom: -20px;
  top: auto;
}
.ui-tooltip .arrow.left {
  left: 20%;
}
.ui-tooltip .arrow:after {
  content: "";
  background: white;
  border: 1px solid #e6e6e6;
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ui-helper-hidden-accessible {
  display: none;
}

#data .evento-futuro h2, #data .evento-realizado h2 {
  color: #00265A;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 40px !important;
  font-weight: 500;
}
@media (max-width: 1199px) {
  #data .evento-futuro h2, #data .evento-realizado h2 {
    margin-bottom: 56px !important;
  }
}

#loading {
  width: 100%;
}
#loading div {
  margin: 25px auto;
  border: 5px solid rgba(114, 114, 114, 0.2);
  border-top: 5px solid #9D9088;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* POPUP HOME */
.popup {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
@media (max-width: 1199px) {
  .popup {
    z-index: 9999;
  }
}
.popup__box {
  position: absolute;
  top: 43px;
  right: 0;
  overflow: auto;
  padding: 15px 35px 15px 16px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .popup__box {
    top: 27px;
    left: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .popup__box {
    width: 272px;
  }
}
.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  cursor: pointer;
}
.popup__close:hover {
  opacity: 0.5;
}
.popup main {
  text-align: left;
  max-width: 100%;
}
.popup main h1, .popup main h2, .popup main h3, .popup main h4, .popup main h5, .popup main h6 {
  margin-bottom: 8px;
  color: #9D9088;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.popup main p {
  color: #8D8D8D;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  margin-bottom: 23px;
  border-left: 0.3px solid #2B3A37;
  padding-left: 11px;
}
.popup main p:last-child {
  margin-bottom: 0 !important;
}
.popup main .btn a {
  text-decoration: none;
  color: #9D9088;
  background-color: #342B2A;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  padding: 10px 15px;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
@media (max-width: 1199px) {
  .popup main .btn {
    margin-bottom: 23px;
  }
}

@media (max-width: 1199px) {
  #popup {
    display: none;
  }
}
@media (min-width: 1200px) {
  #popup_mobile {
    display: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./vendor/slick-1.9.0/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./vendor/slick-1.9.0/fonts/slick.eot");
  src: url("./vendor/slick-1.9.0/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./vendor/slick-1.9.0/fonts/slick.woff") format("woff"), url("./vendor/slick-1.9.0/fonts/slick.ttf") format("truetype"), url("./vendor/slick-1.9.0/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 13px;
  width: 13px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 13px;
  width: 13px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 50%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: white;
}

/*# sourceMappingURL=style.css.map */
