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

One and only theme for IR Website for Atma RI
*/
@font-face {
  font-family: "Verdana";
  src: url("fonts/Verdana.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Verdana";
  src: url("fonts/Verdana-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
*,
*::before,
*::after {
  outline: 0;
  box-sizing: border-box;
}

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

body {
  margin: 0;
  padding: 0;
}
body.admin-bar .header {
  top: 46px;
}
@media screen and (min-width: 782px) {
  body.admin-bar .header {
    top: 32px;
  }
}

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

p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 130%;
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
}

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

h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 60px;
  color: #FFF;
  font-weight: 400;
}

h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 30px;
  color: #00bcb8;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 33px;
  color: #00bcb8;
  font-weight: 500;
}

h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 33px;
  color: #000;
  font-weight: 400;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  color: #FFF;
  font-weight: 700;
}

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

a {
  text-decoration: none;
}

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

.d-none {
  display: none;
}

body.contrastMode {
  background-color: #000;
}
body.contrastMode h4, body.contrastMode h3, body.contrastMode h2, body.contrastMode h1, body.contrastMode p, body.contrastMode a, body.contrastMode li, body.contrastMode th, body.contrastMode td, body.contrastMode strong, body.contrastMode span, body.contrastMode label, body.contrastMode select {
  color: #FFF !important;
}
body.contrastMode td, body.contrastMode th {
  border: 1px solid #FFF !important;
}
body.contrastMode td a img {
  filter: invert(1);
}
body.contrastMode th, body.contrastMode td {
  background-color: #000 !important;
}
body.contrastMode .boxes .box .home_box_news .lastUpdates .data {
  border: 2px solid #fff !important;
}
body.contrastMode .boxes .box .home_box_news .lastUpdates .data time {
  color: #FFF !important;
}
body.contrastMode .boxes .box .home_box_news .lastUpdates .data time span {
  color: #FFF !important;
}
body.contrastMode .header {
  background-color: #000;
}
body.contrastMode .header__top {
  background-color: #000;
}
body.contrastMode .header__top__left .logo img {
  filter: saturate(0) brightness(10);
}
body.contrastMode .header__top__right__links button {
  color: #FFF;
}
body.contrastMode .header__top__right__links button img {
  filter: saturate(0) brightness(10);
}
body.contrastMode .header__navigation {
  background-color: #000;
}
body.contrastMode .header__navigation nav .primary-menu li a {
  color: #FFF;
}
body.contrastMode .header__navigation nav .primary-menu li a:hover {
  background-color: #000;
}
body.contrastMode .header__navigation nav .primary-menu li .sub-menu {
  background-color: #000;
}
body.contrastMode .header__navigation nav .primary-menu li .sub-menu li a {
  color: #FFF;
}
body.contrastMode .header .header__menu > ul > li > a {
  color: #FFF;
}
body.contrastMode .header .header__menu > ul > li:hover {
  color: #000;
  background-color: #FFF;
}
body.contrastMode .header .header__menu > ul > li:hover .link {
  color: #000;
}
body.contrastMode .header .header__menu > ul > li .sub-menu {
  border-color: #FFF;
  background-color: #000;
}
body.contrastMode .header .header__menu > ul > li .sub-menu li a {
  color: #FFF;
}
body.contrastMode .fa-search {
  filter: saturate(0) brightness(10);
}
body.contrastMode .bg-icones {
  background-color: #000 !important;
}
body.contrastMode main p {
  color: #FFF;
}
body.contrastMode main .wpContent h2 {
  color: #FFF;
}
body.contrastMode main .wpContent table tr:nth-child(even) td {
  background-color: rgba(234, 246, 255, 0.25);
}
body.contrastMode main .wpContent table tr.curriculo > td {
  color: #000;
  background-color: #FFF;
}
body.contrastMode main .wpContent table tr > td {
  color: #FFF;
  background-color: none;
}
body.contrastMode main .wpContent table tr > td > a {
  color: #FFF;
}
body.contrastMode main .wpContent table ul a {
  color: #FFF;
}
body.contrastMode main .wpContent .datepicker table tbody td span {
  color: #FFF;
}
body.contrastMode main .wpContent .tbPrices__column-box {
  background-color: #FFF;
}
body.contrastMode main .wpContent .legenda_item .label {
  color: #FFF;
}
body.contrastMode main .wpContent .legenda_item .cor.dia_com_evento {
  border: 1px solid #FFF;
}
body.contrastMode footer.footer {
  background-color: #000;
}
body.contrastMode footer.footer .footer__siteMap {
  background-color: #000;
}
body.contrastMode footer.footer .footer__siteMapToggle--btn {
  color: #000;
  background-color: #FFF;
}

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

.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: unset;
  border-spacing: 0;
  width: 100%;
  margin: 20px 0;
  border: 1px solid #00bcb8;
}
table thead {
  text-align: justify;
}
table thead tr {
  background: none !important;
}
table thead th {
  padding: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  background: #00bcb8;
  color: #fff;
  font-weight: 700;
  border: none;
}
table tr > td {
  border-top: 1px solid #00bcb8;
  border-bottom: 1px solid #00bcb8;
}
table tr > td:first-child {
  border-left: 1px solid #00bcb8;
}
table tr > td:last-child {
  border-right: 1px solid #00bcb8;
}
table td {
  border: none;
  padding: 15px;
}
table.tb-central {
  border: 1px solid #00bcb8;
}
table.tb-central th {
  text-align: center;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}
table.tb-central th.ano {
  text-align: left;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}
table.tb-central td {
  border-top: 1px solid #00bcb8;
  font-weight: 400;
}
table.tb-central td.icone {
  width: 150px;
}
table.tb-central td.icone img {
  display: block;
  margin: auto;
}
table.tb-central td.icone.off img {
  filter: grayscale(100%);
  opacity: 0.5;
}
table.tb-central::before {
  content: "";
  background-image: url(img/layer_central_resultados.png);
  background-repeat: no-repeat;
  position: absolute;
  height: 436px;
  left: -90px;
  width: 190px;
  top: 395px;
}
table.tb-central::after {
  content: "";
  background-image: url(img/layer_central_bottom.png);
  background-repeat: no-repeat;
  position: absolute;
  height: 222px;
  width: 169px;
  right: 0;
}
table.table-arquivos {
  border-spacing: 0 10px;
  border: none;
}
table.table-arquivos tr > td {
  border-top: 1px solid #00bcb8;
  border-bottom: 1px solid #00bcb8;
}
table.table-arquivos tr > td:first-child {
  border-left: 1px solid #00bcb8;
}
table.table-arquivos tr > td:last-child {
  border-right: 1px solid #00bcb8;
  text-align: right;
}
table.table-arquivos td {
  font-weight: 400;
  border: none;
  padding: 5px 5px 3px 15px;
}
table.table-arquivos td.data {
  width: 100px;
  padding: 0px 15px 10px;
  font-weight: 300;
  color: #000;
}
table.table-arquivos td.download {
  padding: 0 20px;
}
table.table-arquivos td.icone {
  text-align: center;
  width: 65px;
}
table.table-arquivos td.icons {
  text-align: right;
  width: 10%;
}
table.table-arquivos td.icons img {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
table.table-arquivos td.icons img:hover {
  opacity: 0.8;
}
table.table-arquivos td.icons img:first-child {
  margin-right: 10px;
}
table.table-arquivos td.link a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
}
table.curriculum {
  border: 1px solid #C4C4C4;
}
table.curriculum:not(:last-child) {
  margin: 0 0 64px 0;
}
table.curriculum th {
  text-align: left;
  width: 33%;
}
table.curriculum th:first-child {
  padding-left: 40px;
}
table.curriculum > tbody > tr {
  cursor: pointer;
}
table.curriculum > tbody > tr.table_item .name {
  color: #323232;
  font-weight: bold;
}
table.curriculum > tbody > tr.table_item:hover td {
  background-color: rgba(0, 188, 184, 0.05);
}
table.curriculum > tbody > tr.table_item:active td {
  background-color: rgba(0, 188, 184, 0.15);
}
table.curriculum > tbody > tr > td {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #C4C4C4;
  -webkit-transition: 0.144s all;
  -moz-transition: 0.144s all;
  -ms-transition: 0.144s all;
  -o-transition: 0.144s all;
  transition: 0.144s all;
}
table.curriculum > tbody > tr > td:first-child {
  position: relative;
  padding-left: 40px;
}
table.curriculum > tbody > tr > td:first-child .toggle {
  position: absolute;
  left: 15px;
  top: 45%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}
table.curriculum > tbody > tr > td:first-child .toggle > .line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 2.5px;
  background-color: #00bcb8;
  -webkit-transition: 0.377s all;
  -moz-transition: 0.377s all;
  -ms-transition: 0.377s all;
  -o-transition: 0.377s all;
  transition: 0.377s all;
}
table.curriculum > tbody > tr > td:first-child .toggle > .line:last-child {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
table.curriculum > tbody > tr.active td:first-child .toggle .line:first-child, table.curriculum > tbody > tr.active td:first-child .toggle .line:last-child {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
table.table-calendario {
  margin-top: 0;
  border: none;
}
table.table-calendario tr > td {
  border-bottom: 1px solid #00bcb8;
}
table.table-calendario tr > td:first-child {
  border-left: 1px solid #00bcb8;
}
table.table-calendario tr > td:last-child {
  border-right: 1px solid #00bcb8;
  text-align: center;
}
table.table-calendario thead th {
  border: none;
  text-align: left;
  color: #FFF;
  background-color: #00bcb8;
  font-weight: 600;
}
table.table-calendario thead th:last-child {
  text-align: center;
}
table.table-calendario td {
  padding: 0 15px;
  height: 60px;
  border: none;
  font-weight: 400;
  border-radius: 0 !important;
}
table.table-calendario td:last-child {
  text-align: center;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
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-calendario td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.page-template-file-manager-faq .accordion__item__content {
  border: none !important;
}

@media (max-width: 767px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.searchPopup {
  display: none;
  position: fixed;
  z-index: 160;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #EAEAEA;
  opacity: 0.95;
}
.searchPopup__close {
  cursor: pointer;
  color: white;
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  z-index: 99;
  top: 8%;
  right: 5%;
}
@media (max-width: 320px) {
  .searchPopup__close {
    top: 13%;
    right: 10%;
  }
}
.searchPopup__form {
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.searchPopup__form form {
  display: flex;
  background: #fff;
  border-radius: 8px;
}
.searchPopup__form form input {
  background: transparent;
  border: none;
  border-bottom: 3px solid white;
  font-size: 16px;
  font-size: 1rem;
  outline: none;
  color: #000;
  padding-left: 8px;
  border-radius: 8px;
}
.searchPopup__form form input::-webkit-input-placeholder {
  color: #909090;
}
.searchPopup__form form input::-moz-input-placeholder {
  color: #909090;
}
.searchPopup__form form input::-ms-input-placeholder {
  color: #909090;
}
.searchPopup__form form input::-o-input-placeholder {
  color: #909090;
}
.searchPopup__form form input::input-placeholder {
  color: #909090;
}
@media (max-width: 767px) {
  .searchPopup__form form input {
    max-width: 350px;
  }
}
@media (max-width: 375px) {
  .searchPopup__form form input {
    max-width: 310px;
  }
}
@media (max-width: 320px) {
  .searchPopup__form form input {
    max-width: 250px;
  }
}
.searchPopup__form form button {
  background: #fa6e37;
  border-bottom: 3px solid white;
  padding-right: 8px;
  border-radius: 0px 8px 8px 0px;
  height: 48px;
  width: 48px;
  border: none;
}
.searchPopup__form form button img {
  max-width: 32px;
}

.search .searchFiles__date {
  width: 85px;
  text-align: center;
}
.search .searchFiles__icon {
  width: 52px;
  text-align: center;
}
.search .searchFiles__icon img {
  max-width: 32px;
  margin: auto;
  display: block;
}
.search .searchFiles td p {
  margin: 0;
  font-weight: 500;
  font-size: 12px;
}
.search .circle {
  width: 12px;
  height: 12px;
  border: 2px solid #00bcb8;
  background-color: #00bcb8;
  border-radius: 50%;
  margin: auto;
}
.search .table-search {
  border-collapse: separate;
  border: 1px solid #00bcb8;
  width: 100%;
  margin: 20px 0;
}
.search .table-search thead {
  background: #00bcb8;
}
.search .table-search thead th {
  padding: 15px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 130%;
  color: white;
  text-align: left;
  font-weight: 600;
}
.search .table-search tbody tr > td {
  border-top: 1px solid #00bcb8;
  border-bottom: 1px solid #00bcb8;
}
.search .table-search tbody tr td {
  padding: 10px 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 130%;
  color: #000;
}
.search .table-search tbody tr td a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  font-weight: 400;
}

.btn {
  display: block;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  padding: 11px 18px;
  -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--primaryColor {
  color: #00bcb8;
}
.btn--secondaryColor {
  color: #FFF;
}
.btn--bgWhite {
  background: white;
  border: 2px solid #00bcb8;
  font-weight: 400;
  color: #00bcb8;
}
.btn--bgWhite:hover {
  background-color: #00bcb8;
  color: #fff;
}
.btn--bgPrimaryColor {
  background: #00bcb8;
  border: 2px solid #00bcb8;
}
.btn--bgSecondaryColor {
  background: #FFF;
  border: 2px solid #FFF;
}
.btn:disabled {
  cursor: no-drop;
}
.btn:disabled:hover {
  opacity: 1;
}
.btn:hover {
  opacity: 0.8;
}

.custom_form {
  max-width: 550px;
}
.custom_form label {
  display: block;
  color: #000;
}
.custom_form label.error {
  color: #f85a5a;
  display: none;
}
.custom_form label.termos {
  text-align: left;
}
.custom_form label.termos label {
  padding-left: 5px;
  display: inline-block;
  margin-bottom: 15px;
}
.custom_form fieldset {
  padding: 1px;
  border: 0;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.custom_form input[type=text],
.custom_form input[type=email],
.custom_form input[type=phone],
.custom_form textarea,
.custom_form select {
  border: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 130%;
  outline: none;
  color: #000;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #00bcb8;
  padding: 10px 15px;
}
.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: #909090;
}
.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: #909090;
}
.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: #909090;
}
.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: #909090;
}
.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: #909090;
}
.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: #00bcb8;
}
.custom_form .select__multiple {
  outline: none;
  color: #000;
  width: 100%;
  margin-bottom: 25px;
  padding: 10px;
  background: white;
  border: 1px solid #807870;
  box-sizing: border-box;
  border-radius: 5px;
}
.custom_form .select__multiple::-webkit-input-placeholder {
  color: #000;
}
.custom_form .select__multiple::-moz-input-placeholder {
  color: #000;
}
.custom_form .select__multiple::-ms-input-placeholder {
  color: #000;
}
.custom_form .select__multiple::-o-input-placeholder {
  color: #000;
}
.custom_form .select__multiple::input-placeholder {
  color: #000;
}
.custom_form .select__multiple select {
  padding: 0;
  outline: none;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  background: white;
  border: 0;
  box-sizing: border-box;
  border-radius: 0;
}
.custom_form .select__multiple select::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
}
.custom_form .select__multiple select::-webkit-scrollbar-thumb {
  background-color: #00bcb8 !important;
}
.custom_form .select__multiple select option {
  padding: 10px;
  padding-left: 35px;
  border-bottom: 1px solid #ffffff;
  background-color: transparent !important;
  position: relative;
  font-weight: 400;
  font-size: 15px;
}
.custom_form .select__multiple select option:before {
  content: "";
  background: url("img/icon-checked-off.png") no-repeat center;
  position: absolute;
  top: 10px;
  left: 7px;
  width: 17px;
  height: 17px;
  opacity: 0.5;
  cursor: pointer;
}
.custom_form .select__multiple select option:checked:before {
  opacity: 1;
  background: url("img/icon-checked.png") no-repeat center;
}
.custom_form textarea {
  resize: none;
  height: 118px;
}
.custom_form button {
  max-width: 166px;
  height: 48px;
  display: block;
  cursor: pointer;
}
@media (max-width: 768px) {
  .custom_form {
    margin: 0 auto 15px;
  }
}
.custom_form .textPrivacyTerms {
  display: none;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  height: 90px;
}

.header {
  background: #fff;
  box-shadow: 1px 0px 5px 2px #ccc;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 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;
}
.header__top {
  background-color: #FFF;
  padding: 15px 0;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
}
@media (max-width: 1199px) {
  .header__top {
    padding: 15px 0;
  }
}
.header__top .headerGlobal {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .header__top .headerGlobal {
    flex-direction: column;
  }
}
.header__top__left {
  display: flex;
}
@media (max-width: 1199px) {
  .header__top__left {
    margin: 10px 0 15px;
  }
}
.header__top__right {
  display: flex;
  align-items: center;
}
.header__top__right .lang {
  margin-left: 10px;
  padding: 4px;
  border: 2px solid #00bcb8;
  border-radius: 3px;
  font-weight: 600;
}
.header__top__right .lang .active {
  display: none;
}
.header__top__right .lang a {
  color: #00bcb8;
}
@media (max-width: 767px) {
  .header__top__right .lang {
    margin-left: 10px;
    padding: 8px 10px;
    border: 2px solid #00bcb8;
    border-radius: 3px;
    font-weight: 600;
  }
}
.header__top__right__links {
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .header__top__right__links {
    width: 100%;
    justify-content: space-between;
  }
}
.header__top__right__links .decrease-font {
  background: transparent;
  border: none;
  color: #00bcb8;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
}
.header__top__right__links .increase-font {
  background: transparent;
  border: none;
  color: #00bcb8;
  font-size: 18px;
  font-size: 1.125rem;
  cursor: pointer;
}
.header__top__right__links .contraste {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  color: #00bcb8;
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 30px;
  cursor: pointer;
}
.header__top__right__links .contraste img {
  margin: 0 8px 0 20px;
  filter: brightness(0) saturate(100%) invert(76%) sepia(59%) saturate(7431%) hue-rotate(145deg) brightness(102%) contrast(101%);
}
.header__top__right__links form {
  position: relative;
}
.header__top__right__links form input {
  max-width: 180px;
  height: 30px;
  padding: 10px;
  border: 2px solid #00bcb8;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .header__top__right__links form input {
    max-width: 100%;
    height: 38px;
    bottom: 8px;
  }
}
@media (max-width: 320px) {
  .header__top__right__links form input {
    max-width: 185px;
  }
}
.header__top__right__links form button {
  height: 30px;
  border: none;
  outline: none;
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 4px;
  padding: 10px;
}
@media (max-width: 767px) {
  .header__top__right__links form button {
    bottom: 8px;
  }
}
.header__top__supportMenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1199px) {
  .header__top__supportMenu {
    margin-right: 0;
    margin-left: 60px;
  }
}
.header__top__supportMenu li {
  color: #FFF;
  margin-right: 26px;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
}
.header__top__supportMenu li img {
  margin-right: 8px;
}
.header__top__supportMenu li .globalHeaderLink {
  color: #FFF;
}
.header__top__supportMenu li a:hover {
  color: #00bcb8;
}
.header__top__supportMenu .activeContrast {
  display: flex;
  align-items: center;
}
.header__top__supportMenu a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 150%;
  color: #000;
  -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) {
  .header__top__supportMenu a {
    display: flex;
  }
}
.header__top__supportMenu a:hover {
  opacity: 0.7;
  color: white;
  text-decoration: underline;
}
.header__top__supportMenu a.active {
  display: none;
}
.header__top__supportMenu .supportMenuDivider {
  margin: 0px 5px;
}
.header__top__supportMenu input {
  width: 230px;
  border: none;
  outline: none;
  border-radius: 8px 0px 0px 8px;
  padding: 0px 15px;
  height: 48px;
}
.header__top__supportMenu button {
  background: #FA6E37;
  border: none;
  outline: none;
  border-radius: 0px 10px 10px 0px;
  height: 48px;
}
.header__top .logo {
  display: flex;
  align-items: center;
}
.header__top .logo .divider {
  width: 1.5px;
  height: 40px;
  margin: 0 25px;
  background: #fff;
}
.header__top .logo span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 130%;
  color: #fff;
  margin-top: 5px;
  display: block;
}
.header__top .listMobile {
  list-style: none;
  padding: 0;
}
.header__top .listMobile__lang {
  font-size: 0;
  background: url(img/icon_en.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.header__top .listMobile li {
  margin: 0px 10px;
}
.header__top .listMobile li a.active {
  display: none;
}
.header__top .listMobile button {
  background: url(img/search.png);
  background-color: #FA6E37;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: none;
}
.header__navigation__close {
  display: none;
}
@media (min-width: 1200px) {
  .header__navigation {
    background: #FFF;
    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -ms-transition: 0.35s all;
    -o-transition: 0.35s all;
    transition: 0.35s all;
  }
  .header__navigation > a, .header__navigation > ul, .header__navigation > p {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .header__navigation {
    position: fixed;
    background: #00bcb8;
    top: 0;
    bottom: 0;
    right: -1500px;
    z-index: 2;
    height: 100%;
    width: 100%;
    max-width: 320px;
    padding: 1.5rem 1rem;
    overflow: scroll;
    transition: 0.3s ease-in;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .header__navigation.active {
    right: 0;
  }
  .header__navigation.active .header__navigation__close {
    position: absolute;
    top: 4%;
    right: 4%;
    display: block;
  }
  .header__navigation.active .header__navigation__close div {
    height: 3px;
    width: 25px;
    background: #fff;
    border-radius: 10px;
  }
  .header__navigation.active .header__navigation__close div:first-child {
    transform: rotate(-45deg);
    margin-right: -25px;
  }
  .header__navigation.active .header__navigation__close div:last-child {
    transform: rotate(45deg);
    margin-top: -2px;
  }
  .header__navigation .container {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid white;
  }
}
@media (max-width: 1199px) and (max-width: 1024px) {
  .header__navigation .container {
    border-bottom: none;
  }
}
@media (max-width: 1199px) {
  .header__navigation > a {
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 160%;
    color: white;
    display: block;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .header__navigation > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid white;
  }
  .header__navigation > ul li {
    margin-right: 15px;
  }
  .header__navigation > ul li:last-child {
    margin-right: 0;
  }
  .header__navigation > ul li img {
    margin-right: 10px;
  }
  .header__navigation > ul li a,
.header__navigation > ul li span {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 130%;
    color: white;
  }
  .header__navigation > ul li a.increase-font, .header__navigation > ul li a.supportMenuDivider,
.header__navigation > ul li span.increase-font,
.header__navigation > ul li span.supportMenuDivider {
    margin-right: 5px;
  }
}
@media (max-width: 1199px) {
  .header__navigation > p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 150%;
    color: white;
  }
}
@media (max-width: 1199px) {
  .header__navigation > p a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 150%;
    color: white;
    text-decoration: underline;
  }
}
@media (max-width: 1199px) {
  .header__navigation > .copyright {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 150%;
    color: white;
    font-weight: 400;
  }
}
.header__navigation .topMenuMobile {
  border-bottom: 1px solid #B9B9B9;
  padding-bottom: 10px;
}
.header__navigation .topMenuMobile h3 {
  margin: 0;
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 1024px) {
  .header__navigation .topMenuMobile h3 {
    font-weight: 600;
  }
}
.header__navigation .topMenuMobile a {
  color: #FFF;
  font-size: 20px;
  font-size: 1.25rem;
}
.header__navigation .topMenuMobile a img {
  width: 19px;
  height: 19px;
}
@media (max-width: 767px) {
  .header__navigation .topMenuMobile a img {
    width: 24px;
    height: 24px;
  }
}
.header__navigation .bottomMenuMobile {
  border-top: 1px solid #B9B9B9;
  padding: 15px 0px;
}
.header__navigation .bottomMenuMobile a {
  color: #FFF;
}
.header__navigation .bottomMenuMobile ul {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
.header__navigation .bottomMenuMobile ul li {
  margin-right: 10px;
}
.header__navigation .primary-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1024px) {
  .header__navigation .primary-menu {
    flex-direction: column;
  }
}
.header__navigation .primary-menu > li {
  width: 100%;
  position: relative;
}
.header__navigation .primary-menu > li:hover > a {
  background-color: #c2c2c2;
  color: #3f3f40 !important;
}
.header__navigation .primary-menu > li:hover > .sub-menu {
  opacity: 1;
  pointer-events: all;
}
.header__navigation .primary-menu > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #3f3f40;
  transition-duration: 0.2s;
}
@media (max-width: 1024px) {
  .header__navigation .primary-menu > li > a {
    justify-content: flex-start;
    font-weight: 600;
  }
}
.header__navigation .primary-menu > li .sub-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.2s;
  background-color: #c2c2c2;
}
@media (max-width: 1024px) {
  .header__navigation .primary-menu > li .sub-menu {
    opacity: 1;
    border-left: 1px solid #3f3f40;
    position: relative;
    height: 100%;
  }
}
.header__navigation .primary-menu > li .sub-menu li a {
  color: #3f3f40;
  height: 40px;
  border-top: 1px solid #3f3f40;
  padding: 0 15px;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (max-width: 1024px) {
  .header__navigation .primary-menu > li .sub-menu li a {
    border-top: none;
  }
}
.header__navigation__bars {
  position: relative;
  bottom: 5px;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .header__navigation__bars {
    display: none;
  }
}
.header__navigation__bars div {
  height: 3px;
  width: 45px;
  background: #00bcb8;
  margin-bottom: 7px;
}
.header__navigation__bars div:last-child {
  margin-bottom: 0;
}
.header__navigation__bars::after {
  content: "menu";
  position: absolute;
  width: 20px;
  height: 10px;
  display: block;
  color: #00bcb8;
}
@media (min-width: 1200px) {
  .header__internal:not(.sticky) {
    background: white;
  }
}
@media (min-width: 1200px) and (max-width: 767px) {
  .header__internal:not(.sticky) .header__navigation__top .logo img {
    width: 140px;
    height: 28px;
  }
}
@media (min-width: 1200px) {
  .header__internal:not(.sticky) .header__navigation__top .logo .divider {
    background: #7a7a7a;
  }
}
@media (min-width: 1200px) {
  .header__internal:not(.sticky) .header__navigation__top .logo span {
    color: #7a7a7a;
  }
}
@media (min-width: 1200px) {
  .header__internal:not(.sticky) .header__navigation__top form input {
    border-color: #00bcb8;
  }
}
@media (min-width: 1200px) {
  .header__internal:not(.sticky) .primary-menu > li > a {
    color: #3f3f40;
  }
  .header__internal:not(.sticky) .primary-menu > li > a:hover {
    color: #FFF;
  }
}

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

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

.footer {
  bottom: 0;
  width: 100%;
  background: #c2c2c2;
  z-index: 2;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
  }
}
.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;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 455px) {
  .footer > .container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer > .container .footer__sitemap {
  width: 100%;
}
@media (max-width: 767px) {
  .footer > .container .footer__sitemap {
    display: none;
  }
}
.footer > .container .footer__sitemap .primary-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 40px;
  list-style: none;
}
.footer > .container .footer__sitemap .primary-menu li a {
  color: #3f3f40;
  font-weight: 700;
  font-size: 15px;
}
.footer > .container .footer__sitemap .primary-menu li .sub-menu {
  padding: 0 0 0 25px;
  list-style: none;
}
.footer > .container .footer__sitemap .primary-menu li .sub-menu li {
  margin: 5px 0;
}
.footer > .container .footer__sitemap .primary-menu li .sub-menu li a {
  font-weight: 400;
  font-size: 13px;
}
.footer > .container .footer__sitemap__bottom {
  width: 100%;
}
.footer > .container .footer__sitemap__bottom ul {
  display: flex;
  list-style: none;
}
.footer > .container .footer__sitemap__bottom ul li {
  margin-right: 10px;
  color: #3f3f40;
  font-size: 13px;
}
.footer > .container .footer__sitemap__bottom ul li a {
  color: #3f3f40;
}
.footer .pageHome__quickaccess {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .footer .pageHome__quickaccess {
    bottom: 51px;
    background: rgba(0, 90, 80, 0.6392156863);
    padding: 10px 0px;
  }
}
@media (max-width: 320px) {
  .footer .pageHome__quickaccess {
    bottom: 20px;
  }
}
.footer .pageHome__quickaccess .item a:hover path {
  stroke: #b9e155;
}
.footer .pageHome__quickaccess .item a:hover span {
  color: #b9e155;
}
.footer .pageHome__quickaccess .item a img {
  margin: auto auto 10px auto;
  height: 46px;
}
@media (max-width: 767px) {
  .footer .pageHome__quickaccess .item a img {
    height: auto;
  }
}
.footer .pageHome__quickaccess .item a span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 140%;
  color: #3f3f40;
}
@media (max-width: 767px) {
  .footer .pageHome__quickaccess .item a span {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media (max-width: 320px) {
  .footer .pageHome__quickaccess .item a span {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}

.cookieinfo {
  max-width: 1010px;
  margin: auto;
  bottom: 60px !important;
  padding: 0 18px !important;
  background: #fff !important;
  border-radius: 8px;
  z-index: 100 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  font-family: "Poppins", sans-serif !important;
}
@media (max-width: 768px) {
  .cookieinfo {
    flex-direction: column !important;
    flex-flow: column-reverse !important;
    bottom: 25px !important;
    padding: 25px !important;
  }
}

.cookieinfo span {
  padding: 22px 0 22px 0 !important;
  font-size: 15px !important;
  line-height: 150% !important;
  font-weight: 700 !important;
  color: #000 !important;
}

.cookieinfo a {
  color: #00bcb8;
  font-size: 15px;
  text-decoration: underline;
}

.cookieinfo a:hover {
  opacity: 0.7;
}

.cookieinfo-close {
  margin: unset !important;
  background: #00bcb8 !important;
  color: #fff !important;
  min-width: 150px !important;
  margin-left: 48px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}
@media (max-width: 768px) {
  .cookieinfo-close {
    margin-left: 0px !important;
  }
}

.sitemap {
  padding: 50px 0;
  background: white;
  display: none;
}
.sitemap .primary-menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sitemap .primary-menu 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;
}
.sitemap .primary-menu li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.sitemap .primary-menu > li > a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  font-weight: 700;
  color: #FFF;
  display: block;
  margin-bottom: 15px;
}
.sitemap .primary-menu .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sitemap .primary-menu .sub-menu li {
  padding: 0 10px;
}
.sitemap .primary-menu .sub-menu li a {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.sitemap .primary-menu .sub-menu li:last-child a {
  margin-bottom: 0;
}
.sitemap__credits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.sitemap__credits p,
.sitemap__credits a {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 18px;
  color: #00bcb8;
  margin: 0;
}
.sitemap__credits 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;
}
.sitemap__credits a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.pageHome__banner .slick-slide {
  overflow: hidden;
}
.pageHome__banner__item {
  position: relative;
  top: 52px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 490px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 1024px) {
  .pageHome__banner__item {
    height: 320px;
  }
}
.pageHome__banner__item video {
  position: absolute;
  left: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  z-index: -2;
}
.pageHome__banner__item .container {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 375px) {
  .pageHome__banner__item .container {
    top: 35%;
  }
}
.pageHome__banner__item .container h3 {
  font-size: 64px;
  font-size: 4rem;
  line-height: 72px;
  font-weight: 700;
  color: #FFF;
  text-align: left;
  margin-bottom: 15px;
  max-width: 402px;
}
.pageHome .boxesHome {
  padding: 20px;
}
.pageHome .boxesHome .boxes {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pageHome .boxesHome .boxes {
    flex-direction: column;
  }
}
.pageHome .boxesHome .boxes .box {
  width: 100%;
}
.pageHome .boxesHome .boxes .box h3 {
  margin: 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #E5E6E7;
  padding: 0 0 20px;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .pageHome .boxesHome .boxes .box h3 {
    padding: 0 0 20px;
    margin-top: 40px;
    color: #000;
  }
}
.pageHome .boxesHome .boxes .box .home_box_contact {
  margin-top: 20px;
}
.pageHome .boxesHome .boxes .box .home_box_news .home_box_news_link {
  display: block;
  text-align: center;
  color: #00bcb8;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}
.pageHome .boxesHome .boxes .box .home_box_news .lastUpdates {
  border: none;
  border-spacing: 0 15px;
  margin-top: 0;
}
.pageHome .boxesHome .boxes .box .home_box_news .lastUpdates tr .data {
  border: 2px solid #00bcb8;
  border-radius: 4px;
  padding: 8px 15px;
}
.pageHome .boxesHome .boxes .box .home_box_news .lastUpdates tr .data time {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  line-height: 21px;
  color: #00bcb8;
}
.pageHome .boxesHome .boxes .box .home_box_news .lastUpdates tr .data time span {
  font-size: 29px;
  font-weight: 700;
  color: #00bcb8;
  margin-bottom: 4px;
}
.pageHome .boxesHome .boxes .box .home_box_news .lastUpdates tr .link {
  border: none !important;
  padding: 0;
}
.pageHome .boxesHome .boxes .box .home_box_news .lastUpdates tr .link h3 {
  border: none !important;
  font-size: 14px;
  text-align: left;
  line-height: 21px;
  padding: 0;
}
.pageHome .boxesHome .boxes .box .home_box_news .lastUpdates tr .link h3 a {
  color: #000;
  font-size: 14px;
}
.pageHome .boxesHome .boxes .box .home_news_list table {
  border: none;
  border-spacing: 0 10px;
  padding-left: 15px;
}
.pageHome .boxesHome .boxes .box .home_news_list table tbody tr td {
  border: none;
}
.pageHome .boxesHome .boxes .box .home_news_list table tbody tr .data {
  border: 2px solid #00bcb8;
  border-radius: 4px;
  padding: 8px 15px;
  color: #00bcb8;
  line-height: 20px;
  text-align: center;
  width: 50px;
  font-size: 18px;
  font-size: 1.125rem;
}
.pageHome .boxesHome .boxes .box .home_news_list table tbody tr .link {
  border: none !important;
  padding: 0;
}
.pageHome .boxesHome .boxes .box .home_news_list table tbody tr .link h3 {
  border: none !important;
  font-size: 14px;
  text-align: left;
  line-height: 21px;
  padding: 0;
  max-width: 275px;
}
.pageHome .boxesHome .boxes .box .home_news_list table tbody tr .link h3 a {
  color: #000;
  font-size: 14px;
}
@media (max-width: 767px) {
  .pageHome .boxesHome .boxes .box .home_news_list table tbody tr .link h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
  }
}
.pageHome .boxesHome .boxes .box .home_news_list table span {
  display: block;
}
.pageHome .boxesHome .boxes .box .home_news_list table span.strong {
  font-weight: bold;
}
.pageHome .boxesHome .boxes .box .seeAll {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00bcb8;
}
.pageHome .boxesHome .boxes .box .home_box_results {
  display: grid;
  grid-template-columns: 2fr 2fr;
  grid-template-rows: 2fr 2fr;
  gap: 5px;
  margin-top: 20px;
  padding: 0 10px;
}
.pageHome .boxesHome .boxes .box .home_box_results .home_box_results_item {
  background: #E5E6E7;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 135px;
}
.pageHome .boxesHome .boxes .box .home_box_results .home_box_results_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pageHome .boxesHome .boxes .box .home_box_results .home_box_results_item a img {
  margin-bottom: 10px;
  max-width: 85px;
  height: auto;
}
.pageHome .boxesHome .boxes .box .home_box_results .home_box_results_item a span {
  color: #00bcb8;
  font-size: 13px;
  font-weight: 600;
}
.pageHome .boxesHome .boxes .box .home_box_results .home_box_results_item a:hover img, .pageHome .boxesHome .boxes .box .home_box_results .home_box_results_item a:hover span {
  filter: saturate(0) brightness(6);
  color: #FFF;
}

.internal-top {
  padding: 160px 0 30px;
}
.internal-top h1 {
  font-size: 20px;
  text-transform: uppercase;
  color: #3f3f40;
  font-weight: 700;
  margin: 0;
  margin: 30px 0 10px;
  line-height: 30px;
}

#breadcrumbs {
  padding: 0;
  list-style: none;
  margin: 0;
  color: #00bcb8;
  display: flex;
  border-bottom: 2px solid #EBEBEB;
}
@media (max-width: 320px) {
  #breadcrumbs li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 360px) {
  #breadcrumbs li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
#breadcrumbs li > * {
  color: #00bcb8;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 400 !important;
}
#breadcrumbs li.item-parent a {
  text-decoration: none;
  pointer-events: none;
}
#breadcrumbs li a {
  padding: 10px;
}
#breadcrumbs li a:hover {
  opacity: 0.7;
}
#breadcrumbs li:last-child {
  padding-left: 9px;
}
#breadcrumbs .bread-home {
  padding-left: 0 !important;
}
@media (max-width: 360px) {
  #breadcrumbs .bread-home {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.wpContent {
  padding-bottom: 50px;
}
.wpContent--faqs {
  margin: 30px 0;
}
.wpContent--tabs {
  margin: 30px 0;
}
.wpContent--hlArea {
  margin: 45px 0;
}
.wpContent a {
  color: #00bcb8;
  text-decoration: none;
  font-weight: 700;
}
.wpContent a:hover {
  opacity: 0.7;
}
.wpContent ul:not(.cd-timeline-navigation):not(.about__team):not(.tbPrices):not(.linksScroll) {
  list-style: none;
  padding-left: 15px;
}
.wpContent ul:not(.cd-timeline-navigation):not(.about__team):not(.tbPrices):not(.linksScroll) li {
  color: #000;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 0.5rem;
  padding-left: 15px;
  position: relative;
}
.wpContent ul:not(.cd-timeline-navigation):not(.about__team):not(.tbPrices):not(.linksScroll) li:before {
  content: "";
  background: url(img/arrow_list.png);
  background-repeat: no-repeat;
  width: 7px;
  height: 7px;
  position: absolute;
  left: -10px;
  top: 5px;
}
.wpContent .hidden,
.wpContent #no-files {
  display: none;
}
.wpContent .forms.select {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  margin-bottom: 10px;
}
.wpContent .forms.select select {
  font-family: "Gill Sans MT", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 130%;
  color: #000;
  width: 115px;
  height: 48px;
  cursor: pointer;
  padding-left: 20px;
  border-radius: 0;
  border: none;
  background-color: #00bcb8;
  background: url(img/arrow_select.png) no-repeat #EBEBEB 80%;
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  /* For IE10 */
}
.wpContent .forms.select select:-ms-expand {
  display: none;
}
.wpContent .forms.select select option {
  color: #fff;
}
.wpContent .contact h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 130%;
  color: #000;
  font-weight: 600;
  margin-bottom: 18px;
}
.wpContent .contact p {
  margin-bottom: 32px;
}
.wpContent .contact .g-recaptcha {
  margin-bottom: 20px;
}
.wpContent .contact .success-box {
  background-color: #00bcb8;
  border-radius: 10px;
  padding: 20px 0;
  text-align: center;
  color: white;
  display: none;
  width: 100%;
  margin: auto;
  max-width: 600px;
}
@media (max-width: 767px) {
  .wpContent .contact .contactOrder {
    order: 2;
  }
}
.wpContent .resumeHeader span {
  width: 50%;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  color: #000;
}
.wpContent .chart .tbPrices .tbPrices__title,
.wpContent .btn-change-chart-period.active,
.wpContent .btn-change-chart-type.active,
.wpContent .historyTickerIdentification,
.wpContent .btn-default,
.wpContent .btn-export {
  background-color: #00bcb8 !important;
  color: #fff;
}
.wpContent .chart::before {
  content: "";
  background-image: url(img/layer_stock_right.png);
  background-repeat: no-repeat;
  position: absolute;
  height: 436px;
  right: -120px;
  width: 125px;
  overflow: hidden;
  top: 45%;
}
@media (max-width: 1024px) {
  .wpContent .chart::before {
    display: none;
  }
}
.wpContent .chart .tbPrices {
  border-bottom: 0 !important;
}
.wpContent .chart .tbPrices .preco .price {
  color: #757575 !important;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}
.wpContent .chart .tbPrices .preco span.variation {
  font-weight: 600 !important;
}
.wpContent .chart .tbPrices .tbPrices__price {
  border-right: 1px solid #00bcb8;
  background-color: transparent;
  display: flex;
  align-items: center;
  padding: 0;
}
.wpContent .chart .tbPrices .tbPrices__column {
  border-top: 1px solid #00bcb8;
}
.wpContent .chart .tbPrices .tbPrices__column:last-child {
  border-right: 1px solid #00bcb8;
}
.wpContent .chart .tbPrices .tbPrices__column-box {
  border-bottom: 1px solid #00bcb8 !important;
}
.wpContent .chart .tbPrices .preco .price {
  color: #FFF;
}
.wpContent .chart .btns .btn-change-chart-type {
  background-color: #EBEBEB;
  border: none;
}
.wpContent .chart .btns .btn-change-chart-period {
  background-color: #EBEBEB;
  border: none;
}
.wpContent .historicoStockinfo .accordion__item .accordion__item__content {
  border: none !important;
}
.wpContent .stockinfo-history .mziq-quotations input {
  border-radius: 0;
}
.wpContent .stockinfo-history .mziq-quotations button {
  border-radius: 0 !important;
}
.wpContent .historyTabularPrices .form-inline .btn {
  border-radius: 0 !important;
}
.wpContent .stockinfo-history .mziq-quotations .table__history thead tr th {
  color: #FFF !important;
  background-color: #00bcb8 !important;
  border: none;
}
.wpContent .table-footer .footer {
  background: none !important;
}
.wpContent .text-center {
  text-align: center !important;
}
.wpContent .btns.hide {
  display: block;
}
.wpContent .btns {
  margin-bottom: 50px;
}
.wpContent .btns input {
  background: #fff;
  border: 2px solid #00bcb8;
  box-sizing: border-box;
  border-radius: 0;
  width: 88px;
  height: 40px;
  color: #00bcb8;
  text-transform: uppercase;
  font-weight: 400;
}
.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;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.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: #000;
}
.wpContent .tabs__nav li::before {
  display: none;
}
.wpContent .tabs__nav li.active {
  background-color: #00bcb8;
  color: white;
}
.wpContent .hlArea {
  padding: 45px 0;
  background: #FFF;
  text-align: center;
}
.wpContent .hlArea * {
  color: white;
}
.wpContent .historicoStockinfo .accordion__item__content {
  background-color: #fff;
}
.wpContent .historicoStockinfo table thead th {
  background: none;
  border-top: 1px solid #87B4C8 !important;
  border-bottom: 1px solid #87B4C8 !important;
  color: #1464E6;
}
.wpContent .historicoStockinfo table tbody {
  background-color: #eaeaea;
}
.wpContent .historicoStockinfo table tbody tr:nth-child(odd) {
  background-color: #eaeaea;
}
.wpContent .historicoStockinfo table tbody tr td {
  border: none;
}
.wpContent .historicoStockinfo label {
  line-height: 38px;
  font-weight: 700;
}
.wpContent .historicoStockinfo .info {
  font-weight: 700;
}
.wpContent .historicoStockinfo input {
  background: #fff;
  border: 1.5px solid #00bcb8;
  box-sizing: border-box;
  border-radius: 6px;
  width: 88px;
  height: 40px;
  color: #00bcb8 !important;
  text-transform: uppercase;
  font-weight: 700;
}
.wpContent .historicoStockinfo button {
  background: #00bcb8;
  border: none !important;
  box-sizing: border-box;
  border-radius: 6px !important;
  width: 88px;
  height: 40px;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 10px 25px !important;
}
.wpContent .historicoStockinfo .btn-export {
  background: #00bcb8;
  border: none !important;
  box-sizing: border-box;
  border-radius: 6px !important;
  width: 88px;
  height: 40px;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 10px 25px !important;
}
.wpContent .linksScroll {
  display: flex;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .wpContent .linksScroll {
    flex-wrap: wrap;
  }
}
.wpContent .linksScroll li {
  margin-right: 10px;
}
.wpContent .linksScroll li::before {
  display: none;
  padding: 0;
}
.wpContent .linksScroll li a {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}

.timeline {
  width: 100%;
  margin: 0;
}
.timeline__carousel .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1200px) {
  .timeline__carousel .item {
    flex-direction: row;
  }
}
.timeline__carousel .item .content {
  width: 100%;
  padding: 28px 40px;
  border-radius: 12px 0px 0px 0px;
  background-color: #FFF;
}
@media (min-width: 1200px) {
  .timeline__carousel .item .content {
    min-height: 306px;
    max-height: 306px;
    overflow: auto;
  }
}
.timeline__carousel .item .content > * {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.timeline__carousel .item .content .year {
  margin-bottom: 14px;
  color: #FFF;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}
.timeline__carousel .item .image {
  width: 100%;
  height: 306px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1200px) {
  .timeline__carousel .item .image {
    max-width: 414px;
  }
}
.timeline__years {
  padding: 0;
  margin: -4px 0 0 0;
}
.timeline__years .items {
  position: relative;
  padding: 0 32px;
}
.timeline__years .items::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #00bcb8;
}
.timeline__years .items .slick-current .item::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: -3px;
  left: -6px;
  border-radius: 6px;
  background-color: #FA6E37;
}
.timeline__years .items .slick-current .item::before {
  content: "";
  width: 50vw;
  height: 4px;
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #FA6E37;
}
.timeline__years .items .item {
  position: relative;
  width: 100%;
  margin: 4px 0 0 0;
  padding: 14px 10px;
  cursor: pointer;
  border-left: 1px solid #00bcb8;
  -webkit-transition: 0.144s all;
  -moz-transition: 0.144s all;
  -ms-transition: 0.144s all;
  -o-transition: 0.144s all;
  transition: 0.144s all;
}
.timeline__years .items .item:hover {
  background-color: rgba(0, 188, 184, 0.15);
}
.timeline__years .items .item:first-child {
  margin-left: 64px;
}
.timeline__years .items .item h3 {
  margin-bottom: 0;
  color: #000;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}
.timeline__years .items .slick-arrow {
  position: absolute;
  top: 8px;
  width: 32px;
  height: calc(100% - 4px);
  border: 0;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 2;
  background-color: #FFF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  -webkit-transition: 0.144s all;
  -moz-transition: 0.144s all;
  -ms-transition: 0.144s all;
  -o-transition: 0.144s all;
  transition: 0.144s all;
}
.timeline__years .items .slick-arrow:hover {
  background-color: hsl(0deg, 0%, 90%);
}
.timeline__years .items .slick-arrow:active {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.timeline__years .items .slick-arrow.prev {
  left: 0;
  background-image: url("img/years_prev.svg");
  background-size: auto;
}
.timeline__years .items .slick-arrow.next {
  right: 0;
  background-image: url("img/years_next.svg");
  background-size: auto;
}

.about h2 {
  text-align: center;
  margin-top: 80px;
}
.about .blue {
  color: #FFF;
}
.about .green {
  color: #00bcb8;
}
.about .greenlight {
  color: #C3F37B;
}
.about__team {
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 50px 0 0 0;
}
@media (max-width: 767px) {
  .about__team {
    flex-direction: column;
  }
}
.about__team li {
  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-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: calc(25% - 25px);
  margin-right: 25px;
  margin-bottom: 40px;
  min-height: 150px;
  background: #FAFCFE;
  border: 1px solid #FAFCFE;
  border-radius: 16px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .about__team li {
    width: calc(50% - 25px);
  }
}
@media (max-width: 767px) {
  .about__team li {
    width: 85%;
    align-items: center;
    margin-right: 0;
  }
}
.about__team li:hover, .about__team li.active {
  border: 2px solid #00bcb8;
  box-shadow: 4px 4px 8px rgba(74, 74, 87, 0.08);
  color: #00bcb8;
}
.about__team li:hover .name {
  color: #00bcb8;
}
.about__team li:hover .position {
  color: #FFF;
}
.about__team li .name {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
  padding: 0px 25px;
  text-align: center;
}
.about__team li .position {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  padding: 0px 10px;
}
.about__team li span {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 26px;
  color: #000;
}
.about__team li span:last-child {
  margin-bottom: 0;
}
.about__team__resumes {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 29, 0.7411764706);
  z-index: 999;
  padding: 15px;
}
.about__team__resumes__item {
  display: none;
  width: 100%;
  max-width: 750px;
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  background: white;
  padding: 20px;
  border-radius: 12px;
  border: 3px solid #ECF1F4;
}
@media (max-width: 767px) {
  .about__team__resumes__item {
    width: 85%;
  }
}
.about__team__resumes__item img {
  cursor: pointer;
}
.about__team__resumes__item .name {
  font-weight: 700;
  font-size: 36px;
  font-size: 2.25rem;
  color: #00bcb8;
  margin-bottom: 10px;
}
.about__team__resumes__item .position {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.about__team__resumes__item span {
  display: block;
}

/*--------------------------------------------------------------
# BIG NUMBERS
--------------------------------------------------------------*/
.page-template-page-sustentabilidade .ui-main .container {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .page-template-page-sustentabilidade .ui-main .container {
    padding: 0;
  }
}
.page-template-page-sustentabilidade .ui-main .text {
  padding-top: 0;
  padding-bottom: 51px;
}
@media (max-width: 1024px) {
  .page-template-page-sustentabilidade .ui-main .text {
    padding-bottom: 98px;
  }
}
@media (max-width: 768px) {
  .page-template-page-sustentabilidade .ui-main .text {
    padding-bottom: 0;
  }
}
.page-template-page-sustentabilidade .sustainability .container {
  max-width: 1155px;
}
.page-template-page-sustentabilidade .sustainability__nav {
  background-color: #FFF;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-template-page-sustentabilidade .sustainability__nav {
    top: 68px;
  }
}
.page-template-page-sustentabilidade .sustainability__nav--list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 auto;
}
.page-template-page-sustentabilidade .sustainability__nav--list .item {
  margin: 0;
  border-left: 1px solid #ffffff;
}
.page-template-page-sustentabilidade .sustainability__nav--list .item:last-child {
  border-right: 1px solid #ffffff;
}
.page-template-page-sustentabilidade .sustainability__nav--list .item:before {
  display: none;
}
.page-template-page-sustentabilidade .sustainability__nav--list .item a {
  color: #ffffff;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  padding: 13px 15px 10px 15px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
}
.page-template-page-sustentabilidade .sustainability__nav--list .item a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .page-template-page-sustentabilidade .sustainability__nav--list .item a {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7.5px 10px;
    line-height: 110%;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 540px) {
  .page-template-page-sustentabilidade .sustainability__nav--list .item a {
    padding: 7.5px 2.5px 7.5px 10px;
  }
}
.page-template-page-sustentabilidade .sustainability .row {
  margin: 0;
  padding: 0 15px;
  overflow: hidden;
}
.page-template-page-sustentabilidade .sustainability .row.bg-sustainabilityReport {
  background-color: #fff;
}
.page-template-page-sustentabilidade .sustainability .row.bg-covid {
  background-color: #00bcb8;
  position: relative;
}
.page-template-page-sustentabilidade .sustainability .row.bg-covid .container {
  position: static;
}
.page-template-page-sustentabilidade .sustainability .row.bg-sustainableDevelopments {
  background: url(img/vetor_sustentabilidade.png) no-repeat center;
  background-color: #1464e6;
  background-position: top right;
  position: relative;
  padding-bottom: 80px;
}
.page-template-page-sustentabilidade .sustainability .row.bg-sustainableDevelopments:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 125px;
  width: 100%;
  background: url(img/img-onda.png) no-repeat center bottom;
  background-size: 100% 100%;
}
@media (max-width: 1400px) {
  .page-template-page-sustentabilidade .sustainability .row.bg-sustainableDevelopments:after {
    background-size: auto;
  }
}
.page-template-page-sustentabilidade .sustainability .row h2 {
  font-style: normal;
  font-weight: normal;
  color: #000;
  text-align: justify;
  font-size: 24px;
  font-size: 1.5rem;
}
.page-template-page-sustentabilidade .sustainability .row h2.white {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .page-template-page-sustentabilidade .sustainability .row h2 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.page-template-page-sustentabilidade .sustainability .row__post {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-template-page-sustentabilidade .sustainability .row__post .avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-width: 260px;
  max-width: 260px;
}
.page-template-page-sustentabilidade .sustainability .row__post .avatar .title {
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #00bcb8;
  font-size: 17px;
  font-size: 1.0625rem;
}
.page-template-page-sustentabilidade .sustainability .row__post .avatar .subtitle {
  font-style: normal;
  font-weight: 100;
  line-height: 18px;
  padding-top: 5px;
  color: #00bcb8;
  font-size: 15px;
  font-size: 0.9375rem;
}
.page-template-page-sustentabilidade .sustainability .row__post .info {
  padding: 25px 80px;
  position: relative;
}
.page-template-page-sustentabilidade .sustainability .row__post .info:before, .page-template-page-sustentabilidade .sustainability .row__post .info:after {
  content: "";
  width: 145px;
  height: 125px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-page-sustentabilidade .sustainability .row__post .info:before {
  background-image: url(img/icon-aspas-left.png);
  top: 0;
  left: 0;
}
.page-template-page-sustentabilidade .sustainability .row__post .info:after {
  background-image: url(img/icon-aspas-right.png);
  bottom: 0;
  right: 0;
}
.page-template-page-sustentabilidade .sustainability .row__post .info p {
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: #204150;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (max-width: 1024px) {
  .page-template-page-sustentabilidade .sustainability .row__post {
    flex-direction: column;
    padding: 45px 0;
  }
  .page-template-page-sustentabilidade .sustainability .row__post .info {
    padding: 25px 0;
  }
  .page-template-page-sustentabilidade .sustainability .row__post .info:before, .page-template-page-sustentabilidade .sustainability .row__post .info:after {
    content: "";
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments {
  padding: 45px 0 0 0;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments p {
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: #ffffff;
  font-size: 15px;
  font-size: 0.9375rem;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel {
  max-width: 890px;
  margin: 35px auto 0;
  padding: 0 50px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-stage-outer {
  height: 475px !important;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-item {
  text-align: center;
  background-color: #ffffff;
  border: 6px solid #ffffff;
  min-height: 400px;
  padding: 10px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.49);
  -ms-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.49);
  -o-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.49);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.49);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-item.center {
  border-color: #00bcb8;
  padding: 15px 10px;
  min-height: 450px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-item.center p img {
  margin-top: 50px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-item h4 {
  color: #00bcb8;
  font-size: 40px;
  font-size: 2.5rem;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-item p {
  font-style: normal;
  font-weight: bold;
  line-height: 160%;
  color: #204150;
  font-size: 14px;
  font-size: 0.875rem;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-item p.txt {
  min-height: 110px;
  font-weight: 300;
  font-size: 14px;
  margin: 20px 0px;
  padding: 0px 10px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: -30px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-dots .owl-dot {
  background-color: #fff;
  border: 2px solid #ffffff;
  width: 17px;
  height: 17px;
  margin: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-dots .owl-dot.active, .page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-dots .owl-dot:hover {
  background: #87B4C8;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-nav {
  display: block;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-nav div {
  position: absolute;
  top: 35%;
  border: none;
  background: url(img/arrow-carousel-right.svg) no-repeat center;
  width: 20px;
  height: 46px;
  text-indent: -9000px;
  cursor: pointer;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-nav div.owl-prev {
  background-image: url(img/arrow-carousel-left.svg);
  left: 0;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-nav div.owl-next {
  right: 0;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-nav div:focus {
  outline: none;
}
.page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-nav div:hover {
  opacity: 0.9;
}
@media (max-width: 890px) {
  .page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel {
    padding: 0;
    max-width: 290px;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-stage-outer {
    height: 510px !important;
    overflow: visible;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-item {
    min-height: 510px;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-item.center {
    padding: 25px 10px;
    min-height: 510px;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-nav {
    display: none;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: -30px;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainableDevelopments .owl-carousel .owl-dots .owl-dot {
    width: 11px;
    height: 11px;
    margin: 10px 7.5px;
  }
}
.page-template-page-sustentabilidade .sustainability .row__cosansWay {
  padding: 25px 0 45px;
}
.page-template-page-sustentabilidade .sustainability .row__cosansWay h2 {
  margin-bottom: -35px;
}
.page-template-page-sustentabilidade .sustainability .row__cosansWay .box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-sustentabilidade .sustainability .row__cosansWay .box .info {
  margin-top: 50px;
}
.page-template-page-sustentabilidade .sustainability .row__cosansWay .box .info-1 {
  padding-right: 50px;
}
.page-template-page-sustentabilidade .sustainability .row__cosansWay .box .info-2 {
  padding-left: 50px;
}
.page-template-page-sustentabilidade .sustainability .row__cosansWay .box .img {
  max-width: 45%;
  min-width: 45%;
  text-align: center;
  margin: 0;
}
.page-template-page-sustentabilidade .sustainability .row__cosansWay .box p {
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: #204150;
  font-size: 17px;
  font-size: 1.0625rem;
}
.page-template-page-sustentabilidade .sustainability .row__cosansWay .box p:first-child {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .page-template-page-sustentabilidade .sustainability .row__cosansWay h2 {
    margin-bottom: 20px;
  }
  .page-template-page-sustentabilidade .sustainability .row__cosansWay .box {
    flex-direction: column;
  }
  .page-template-page-sustentabilidade .sustainability .row__cosansWay .box:last-child {
    flex-direction: column-reverse;
  }
  .page-template-page-sustentabilidade .sustainability .row__cosansWay .box .info {
    max-width: 100%;
    min-width: 100%;
    padding: 0;
  }
  .page-template-page-sustentabilidade .sustainability .row__cosansWay .box .info-1 {
    margin-bottom: 20px;
  }
  .page-template-page-sustentabilidade .sustainability .row__cosansWay .box .img {
    max-width: 100%;
    min-width: 100%;
    text-align: center;
    margin: 0;
  }
  .page-template-page-sustentabilidade .sustainability .row__cosansWay .box .img img {
    margin: 0 auto;
  }
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport {
  display: flex;
  flex-direction: column;
  padding: 25px 0 42px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport p {
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  color: #204150;
  font-size: 15px;
  font-size: 0.9375rem;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 880px;
  width: 100%;
  margin: 45px auto;
  position: relative;
  z-index: 1;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select {
  background: #00bcb8;
  position: relative;
  width: 115px;
  height: 48px;
  max-width: 220px;
  z-index: 1;
  display: flex;
  align-items: center;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select .year {
  font-style: normal;
  color: #fff;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding-left: 20px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select .year:before {
  content: "";
  position: absolute;
  top: 0;
  left: 65px;
  width: 37px;
  height: 100%;
  background: url(img/icon-file-select.png) no-repeat center;
}
@media (max-width: 414px) {
  .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select .year:before {
    left: 230px;
  }
}
@media (max-width: 375px) {
  .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select .year:before {
    left: 250px;
  }
}
@media (max-width: 360px) {
  .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select .year:before {
    left: 250px;
  }
}
@media (max-width: 320px) {
  .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select .year:before {
    left: 220px;
  }
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select .year:after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  width: 35px;
  height: 100%;
  background: url(img/icon-arrow-select.png) no-repeat center;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select .bg-dropFiles {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8;
  display: none;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select .bg-dropFiles.open {
  display: block;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select__list {
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 0;
  width: 100%;
  padding: 0;
  margin: 1px 0 0;
  z-index: 9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select__list::-webkit-scrollbar {
  width: 0;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select__list.open {
  height: auto;
  max-height: 240px;
  overflow: auto;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select__list .item {
  background-color: #00bcb8;
  text-align: center;
  margin: 0;
  padding: 10px 15px;
  width: 100%;
  color: #ffffff;
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: 1.5s all;
  -moz-transition: 1.5s all;
  -ms-transition: 1.5s all;
  -o-transition: 1.5s all;
  transition: 1.5s all;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select__list .item:before {
  display: none;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select__list .item:hover, .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select__list .item.active {
  background-color: #008986;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select__list .item:last-child {
  border-bottom: none;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .links {
  display: none;
  align-items: center;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .links.active, .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .links:first-child {
  display: flex;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .links .btn {
  width: 272px;
  height: 48px;
  margin-left: 20px;
  border: 2px solid #FA6E37;
  border-radius: 8px;
}
@media (max-width: 380px) {
  .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .links .btn {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .tabs {
    width: 100%;
  }
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 580px;
  width: 100%;
  margin: 15px auto;
  padding: 0;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .logos .item {
  margin: 0;
  padding: 0;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .logos .item:before {
  display: none;
}
.page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .video {
  margin: 25px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .video iframe {
    width: 100% !important;
    height: 210px !important;
  }
}
@media (max-width: 1024px) {
  .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select {
    max-width: 220px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select {
    min-width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 414px) {
  .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select {
    min-width: 272px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) and (max-width: 375px) {
  .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select {
    min-width: 315px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) and (max-width: 360px) {
  .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select {
    min-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) and (max-width: 320px) {
  .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .dropFiles .select {
    min-width: 260px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .links {
    flex-direction: column;
  }
  .page-template-page-sustentabilidade .sustainability .row__sustainabilityReport .links .btn {
    max-width: 320px;
    width: 100%;
    margin-left: 0 !important;
    margin-top: 15px;
  }
}
.page-template-page-sustentabilidade .sustainability .btn {
  background-color: none;
  position: relative;
  color: #FA6E37;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 70px;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
}
.page-template-page-sustentabilidade .sustainability .btn.white {
  background-color: #ffffff;
  color: #00bcb8;
}
.page-template-page-sustentabilidade .sustainability .btn.white:before {
  background-image: url(img/icon-download-blue.png);
}
.page-template-page-sustentabilidade .sustainability .btn.blue {
  background-color: #00bcb8;
}
.page-template-page-sustentabilidade .sustainability .btn.small {
  font-size: 13px;
  font-size: 0.8125rem;
}
.page-template-page-sustentabilidade .sustainability .btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 100%;
  background: url(img/icon-download-white.png) no-repeat center;
}
.page-template-page-sustentabilidade .sustainability .btn:hover {
  opacity: 0.85;
}
@media (max-width: 380px) {
  .page-template-page-sustentabilidade .sustainability .btn {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.glossario {
  margin-bottom: 75px;
}
.glossario .nav > li > a {
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  outline: 0;
}
.glossario .ui-state-active a {
  border-color: #eee #eee #ddd;
  background: #eee;
}
.glossario .nav-tabs li {
  float: left;
  margin-bottom: -1px;
  cursor: pointer;
}
.glossario .nav li a {
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  outline: 0;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  display: inline-block;
  color: #00bcb8;
}
.glossario .nav li.disabled a {
  color: #ddd;
}
.glossario .nav:after, .glossario .nav:before {
  content: " ";
  display: table;
}
.glossario .nav li:before {
  display: none;
}
.glossario .nav:after {
  clear: both;
}
.glossario .nav-tabs {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.glossario .nav-tabs li a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px;
}
.glossario .nav li a {
  padding: 6px;
}
.glossario .nav-tabs {
  padding-left: 20px;
  border-top: 0;
}
.glossario .nav-tabs li a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.glossario .nav-tabs li.disabled a:focus, .glossario .nav-tabs li.disabled a:hover {
  color: #bbb;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.glossario .nav-tabs li.active a {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.glossario .nav-tabs li.active a:focus, .glossario .nav-tabs li.active a:hover {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}

.orgLine {
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
.orgLine:last-child::before {
  background: url(img/arraste.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
}
.orgLine::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 40px);
  border: 1px dashed #87B4C8;
  border-right: none;
  border-radius: 16px 0 0 16px;
  transform: translate(-22px, 70px);
  z-index: -1;
}
.orgLine .orgCategoriaTitle {
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #00bcb8;
  border-radius: 6px;
  min-width: 166px;
  height: 128px;
}
@media (max-width: 992px) {
  .orgLine .orgCategoriaTitle {
    width: 100%;
  }
}
.orgLine .orgCategoriaTitle h3 {
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
}
.orgLine .orgBlocos {
  width: calc(100% - 166px);
}
@media (max-width: 992px) {
  .orgLine .orgBlocos {
    width: 100%;
  }
}
.orgLine .orgBlocos .orgBloco {
  border-radius: 6px;
  box-shadow: 0px 0px 3px 0px #b2b2b2;
  width: 264px;
  height: 128px;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin: 5px auto;
  background-color: #fff;
}
.orgLine .orgBlocos .orgBloco p {
  color: #000;
  font-weight: 300;
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 20px;
}
@media (max-width: 992px) {
  .orgLine .orgBlocos .orgBloco {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .orgLine {
    flex-direction: column;
  }
}

.newsList .items .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f5f5f5;
  border-right: 2px solid #f5f5f5;
}
.newsList .items .item a {
  font-size: 16px;
  font-size: 1rem;
  color: #414042;
  text-decoration: none;
  padding: 15px 0 15px 0;
  font-weight: 400;
}
.newsList .items .item a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .newsList .items .item a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.newsList .items .item .date {
  padding: 15px 0 15px 0;
  margin-right: 20px;
  font-size: 16px;
  font-size: 1rem;
  color: #414042;
}
@media (max-width: 767px) {
  .newsList .items .item .date {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.newsList .items .item img {
  padding: 15px 0 15px 0;
  margin-right: 20px;
}
.newsList .items .item .seeMore {
  color: #00bcb8;
  font-weight: 700;
  text-decoration: none;
  background-color: #FFF;
  padding: 10px 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .newsList .items .item .seeMore {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.newsList .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsList .pagination a {
  margin-right: 10px;
}

.teleconferencia .toolbox {
  padding: 35px 0;
}
.teleconferencia .toolbox ul {
  max-width: 1350px;
  margin: 0 auto;
  text-align: center;
}
.teleconferencia .toolbox li {
  display: inline-block;
  width: 13%;
  margin-left: 1%;
  height: 130px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .teleconferencia .toolbox li {
    width: 28%;
  }
}
.teleconferencia .toolbox li:first-child {
  margin-left: 0;
}
.teleconferencia .toolbox li::before {
  display: none !important;
}
.teleconferencia .toolbox li a {
  display: block;
  color: #00bcb8;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.teleconferencia .toolbox li a > img {
  display: block;
  margin: 25px auto 0;
}
.teleconferencia .toolbox li a > span {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 84px;
}
.teleconferencia .toolbox li a:after {
  content: "";
  display: block;
  margin: 0 auto;
  background: #00bcb8;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 25%;
  right: 25%;
  width: 34px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.teleconferencia .toolbox li a:hover:after {
  width: 50%;
}
.teleconferencia iframe {
  width: 100%;
  height: 845px;
}
@media (max-width: 768px) {
  .teleconferencia iframe {
    height: 697px;
  }
}

.accordion {
  margin: 20px 0;
}
.accordion__item {
  margin-bottom: 10px;
}
.accordion__item__header {
  line-height: 130%;
  background-color: #00bcb8;
  color: #FFF;
  border: 1px solid #00bcb8;
  font-size: 16px;
  font-weight: 400;
  padding: 15px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .accordion__item__header {
    padding: 15px 35px;
  }
}
.accordion__item__header span {
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  margin-left: 5px;
  width: 50%;
}
.accordion__item__header::before {
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all;
  background: url(img/arrow_down.png);
  background-repeat: no-repeat;
}
.accordion__item__header.active {
  background-color: #FFF;
  border: 1px solid #00bcb8;
  color: #00bcb8;
}
.accordion__item__header.active:before {
  transform: rotate(-180deg) translateY(50%);
  background: url(img/arrow_select.png);
  background-repeat: no-repeat;
}
.accordion__item__content {
  display: none;
  margin-top: 0;
  border: 1px solid #00bcb8;
  padding: 10px 15px;
}
.accordion__item__content table {
  margin-top: 0;
}
.accordion .noBorder {
  border: none !important;
}

.datepicker {
  position: relative;
  z-index: 0;
  display: table;
  width: 100%;
  margin: 0 auto;
}
.datepicker .nav-event {
  position: absolute;
  top: 4px;
  font-size: 0;
  cursor: pointer;
  z-index: 9;
}
.datepicker .nav-event::before {
  content: "";
  position: absolute;
  color: #434343;
  font-size: 30px;
  font-size: 1.875rem;
}
.datepicker .nav-event.next {
  right: 15px;
}
.datepicker .nav-event.prev {
  left: 13px;
}
.datepicker .nav-event.prev::before {
  content: "";
}
.datepicker .nav-event:hover {
  opacity: 0.8;
}
.datepicker .ui-datepicker-group {
  display: table-cell;
  width: 33.3%;
  padding: 0 12px 0;
  vertical-align: top;
}
@media (max-width: 992px) {
  .datepicker .ui-datepicker-group {
    width: 50%;
  }
  .datepicker .ui-datepicker-group-last {
    display: none;
  }
}
@media (max-width: 768px) {
  .datepicker .ui-datepicker-group {
    width: 100%;
  }
  .datepicker .ui-datepicker-group-middle {
    display: none;
  }
}
.datepicker .ui-datepicker-header {
  width: 100%;
}
.datepicker .ui-datepicker-header .datepicker .ui-datepicker-prev span, .datepicker .ui-datepicker-header .datepicker .ui-datepicker-next span {
  display: none;
}
.datepicker .ui-datepicker-title {
  color: #00bcb8;
  font-size: 16px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.datepicker .ui-datepicker-inline {
  width: 100% !important;
  display: table !important;
  border-collapse: separate;
  margin: 0 auto;
  min-height: 310px;
}
.datepicker .ui-datepicker-calendar {
  margin-top: 0;
  min-height: 265px;
  border: none;
}
.datepicker .ui-datepicker-calendar th {
  border: none;
  color: #00bcb8;
  background: none;
}
.datepicker .ui-datepicker-calendar tr td {
  background: white;
  padding: 5px;
  text-align: center;
  width: 14.3%;
  border: none;
}
.datepicker .ui-datepicker-calendar tr td span {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.datepicker .ui-datepicker-calendar tr td.has-event span {
  color: white;
  width: 32px;
  height: 32px;
  padding-top: 6px;
  margin: 0 auto;
  background-color: #AE85CE;
}
.datepicker .ui-datepicker-calendar tr td.has-event.divulgacao-de-resultado span {
  background-color: #E79797;
}
.datepicker .ui-datepicker-calendar tr td.has-event.webcast span {
  background-color: #06CA78;
}
.datepicker .ui-datepicker-calendar tr td.has-event.mais-de-um-evento span {
  background-color: #FF891C;
}
.datepicker .ui-datepicker-calendar tr td.has-event.conferencias span {
  background-color: #1C95FF;
}
.datepicker .ui-datepicker-calendar tr td.has-event.outros-eventos span {
  background-color: #AE85CE;
}
.datepicker .ui-datepicker-prev, .datepicker .ui-datepicker-next {
  display: none;
}

#legenda_eventos {
  width: 100%;
  margin: 5px auto;
}
#legenda_eventos .legenda_texto {
  color: #000;
}
#legenda_eventos .legenda_item {
  display: inline-block;
  margin: 5px 15px 5px 0;
  position: relative;
}
#legenda_eventos .legenda_item .cor {
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
}
#legenda_eventos .legenda_item .cor-01 {
  background: #E79797;
}
#legenda_eventos .legenda_item .cor-02 {
  background: #06CA78;
}
#legenda_eventos .legenda_item .cor-03 {
  background: #FF891C;
}
#legenda_eventos .legenda_item .cor-04 {
  background: #1C95FF;
}
#legenda_eventos .legenda_item .cor-05 {
  background: #AE85CE;
}
#legenda_eventos .legenda_item .label {
  color: #000;
  padding: 5px 0 5px 25px;
}

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

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

.evento-futuro h2 {
  font-size: 24px;
}

.evento-realizado h2 {
  font-size: 24px;
}

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

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* POPUP HOME */
#popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  background-color: rgba(0, 0, 0, 0.8);
}
#popup .box-msg {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 95%;
  max-width: 550px;
  background: white;
  padding: 60px 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#popup .box-msg .close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
#popup .box-msg .close:hover {
  opacity: 0.8;
}
#popup .box-msg h1,
#popup .box-msg h2,
#popup .box-msg h3,
#popup .box-msg h4,
#popup .box-msg h5,
#popup .box-msg h6 {
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 150%;
  text-align: center;
  color: #00bcb8;
  margin-bottom: 10px;
}
#popup .box-msg p {
  font-size: 15px;
  font-size: 0.9375rem;
}
#popup .box-msg a {
  color: #00bcb8;
  text-decoration: underline;
}
#popup .box-msg a:hover {
  opacity: 0.7;
}
#popup .box-msg *:last-child {
  margin-bottom: 0 !important;
}

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

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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