/*!
Theme Name: MZiQ - Celesc RI
Author: MZiQ
Author URI: http://mziq.com/
Description: MZiQ CMS Theme for Celesc RI website.
Version: 1.0
License: GNU General Public License v2 or later

One and only theme for IR Website for Celesc RI
*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
}

nav, header, footer, article, section, figure, figcaption {
  display: block;
  margin: 0;
}

figure, figcaption, img {
  line-height: 0;
}

img, input, object, embed {
  max-width: 100%;
  border: 0;
  margin: 0;
  padding: 0 14px;
}

input, textarea {
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}

button {
  outline: 0;
}

a, a:hover, a:focus {
  text-decoration: none;
  color: #f08300;
}

::-moz-selection, ::selection {
  color: #fff;
}

header, a {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.column-reverse {
  flex-direction: column-reverse;
}

@media (max-width: 768px) {
  .sm-column-reverse {
    flex-direction: column-reverse;
  }
}
a:hover {
  opacity: 0.6;
}

/*!
* Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  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: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

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

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

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

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

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

  .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;
  }
}
body, html {
  font-family: "Univers";
}

.section-title {
  text-transform: uppercase;
  position: relative;
  font-size: 47px;
  line-height: 1.35em;
  font-weight: 300;
  color: #000;
  margin-top: 0;
}
.section-title:after {
  content: "";
  height: 4px;
  width: 190px;
  position: absolute;
  background-color: #f08300;
  bottom: 0;
  left: 0;
}
.section-title.white {
  color: #fff;
}
.section-title.white:after {
  background-color: #fff;
}

.ver-mais {
  text-align: center;
  color: #f08300;
  display: block;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 50px;
}

.nav-links {
  margin-bottom: 50px;
}

#eventos-realizados {
  margin-bottom: 100px;
}

/*PopUp Home*/
#popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.75);
}

#popup .box-msg {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 600px;
  z-index: 99999;
  font-family: "Univers";
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: white;
  color: #fff;
  padding: 15px;
}
#popup .box-msg:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 15px;
  width: 60px;
  height: 63px;
  background: url(img/logo_celesc-3.png) no-repeat center center;
  background-size: 100%;
  background-color: #0d0d0d;
}

#popup .box-msg .info {
  padding: 0 0;
  text-align: center;
}

#popup .border-box {
  border: 1px solid #f08300;
}

#popup .box-msg h2,
#popup .box-msg p {
  line-height: 1.1em;
  font-size: 26px;
  letter-spacing: -0.5px;
  font-family: "Univers";
  font-weight: normal;
  padding: 15px;
  color: #f08300;
  margin: 0;
}

#popup .box-msg h2 {
  position: relative;
  color: #000;
  display: inline-block;
}
#popup .box-msg h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 70%;
  background: #f08300;
}

#popup .box-msg main h2 {
  font-size: 20px;
}

#popup .box-msg p {
  font-size: 16px;
  line-height: 25px;
  color: #555;
}

#popup .box-msg table {
  width: 100%;
  padding: 10px 20px 20px;
  float: none;
}

#popup .box-msg main p {
  color: #fff;
  margin-top: 15px;
}

#popup .box-msg h2 {
  text-transform: uppercase;
  text-align: center;
}

#popup .box-msg table td {
  width: 50%;
  text-align: left;
  padding: 5px 10px;
  vertical-align: top;
}

#popup .box-msg table tr td.ultimo {
  border: none;
}

#popup .box-msg table th {
  color: #ff9200;
  text-align: left;
  padding: 0 0 5px;
  border: none;
}

#popup .box-msg table tr td {
  border-left: 2px solid #ff9200;
}

#popup .box-msg td a,
#popup .box-msg p a {
  line-height: 20px;
  font-size: 15px;
  font-family: "Univers";
  font-weight: normal;
  padding-bottom: 15px;
  color: #fff;
}
#popup .box-msg td a:hover,
#popup .box-msg p a:hover {
  color: #00d7c7;
  text-decoration: underline;
}

#popup .box-msg p a {
  line-height: 20px;
  font-size: 15px;
}
#popup .box-msg p a:hover {
  color: #00d7c7;
  text-decoration: underline;
}

#popup .box-msg a {
  font-size: 16px !important;
  line-height: 25px !important;
  color: #f08300 !important;
}

#popup .box-msg a:hover {
  opacity: 0.7;
}

#popup .box-msg .close {
  position: absolute;
  right: 0px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #f08300;
  top: 0px;
  text-align: center;
  font-size: 27.5px;
  font-family: "Univers";
  color: #fff;
  font-style: normal;
  cursor: pointer;
  border-radius: 50%;
  transition: all ease 0.5s;
  padding-top: 4px;
}

@media (max-width: 767px) {
  #popup .box-msg {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 767px;
    width: 100%;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
#popup-image {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.75);
}
#popup-image .box-msg {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  font-family: "Univers";
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  padding: 15px;
}
#popup-image .box-msg .close {
  position: absolute;
  right: 10px;
  width: 40px;
  height: 40px;
  color: transparent;
  top: 5px;
  text-align: center;
  font-size: 27.5px;
  font-family: "Univers";
  font-style: normal;
  cursor: pointer;
  border-radius: 50%;
  transition: all ease 0.5s;
}

header {
  position: fixed;
  width: 100%;
  top: -150px;
  background-color: rgba(239, 241, 242, 0.9);
  z-index: 99;
  padding-top: 20px;
}
header .top-header {
  text-align: center;
}
header .top-header .logo {
  display: inline-block;
}
header .container {
  position: relative;
}
header .header-links {
  position: absolute;
  top: -80px;
  right: 0;
}
header .header-links a {
  color: #000;
  position: relative;
  margin-left: 20px;
}
header .header-links a.active {
  display: none;
}
header .header-links a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 2px;
  width: 35px;
  background: #000;
}
header .open-menu {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 257px;
  height: 33px;
  background: url("img/menu-mask.png");
  text-align: center;
  line-height: 33px;
  cursor: pointer;
}
header .open-menu a {
  color: #f08300;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  font-size: 18px;
}
header .open-menu a:after {
  content: "\f0d7";
  font-family: FontAwesome;
  padding-left: 5px;
}
header .open-menu a:before {
  content: "";
  height: 2px;
  width: 35px;
  background-color: #f08300;
  position: absolute;
  bottom: 0;
  left: 0;
}
header.active {
  top: 0;
}
header.active .open-menu {
  opacity: 0;
}
header nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
header nav ul li {
  text-align: center;
  width: 16.6%;
  position: relative;
  padding-bottom: 20px;
}
header nav ul li:nth-child(3) {
  margin-right: 100px;
}
header nav ul li:nth-child(4) {
  margin-left: 100px;
}
header nav ul li:nth-child(8) {
  width: 8%;
}
header nav ul li a {
  color: #f08300;
}
header nav ul li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  background-color: rgba(240, 131, 0, 0.8);
  padding: 15px;
  width: 220px;
}
header nav ul li .sub-menu li {
  display: block;
  width: 100%;
  margin: 0;
  text-align: left;
  padding: 5px 0;
}
header nav ul li .sub-menu li a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
header nav ul li .sub-menu li a:hover {
  color: #000;
}
header nav ul li:hover .sub-menu {
  display: block;
}

.admin-bar header.active {
  top: 32px;
}
.admin-bar header .open-menu {
  top: 32px;
}

.menu-mobile {
  display: none;
}

@media (max-width: 991px) {
  header {
    display: none;
  }

  .menu-mobile {
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
    max-width: inherit;
    display: block;
    padding-top: 5px;
  }
  .menu-mobile .logo {
    flex-grow: 1;
    flex-basis: auto;
  }
  .menu-mobile .fa-bars {
    font-size: 40px;
    color: #f08300;
    margin-right: 20px;
    cursor: pointer;
  }
  .menu-mobile nav {
    text-align: right;
    position: fixed;
    width: 300px;
    right: 0;
    top: 0;
    background-color: #fff;
    overflow-y: scroll;
    height: 100%;
    padding-top: 40px;
    display: none;
  }
  .menu-mobile nav .close-menu {
    font-size: 40px;
    position: absolute;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
  }
  .menu-mobile nav.active {
    display: block;
  }
  .menu-mobile nav ul {
    flex-direction: column;
  }
  .menu-mobile nav ul li {
    width: 100%;
    margin: 0 !important;
    text-align: left;
    padding: 0 10px;
  }
  .menu-mobile nav ul li .sub-menu {
    display: block;
    top: 0;
    position: inherit;
    background-color: #fff;
    padding: 20px 0;
  }
  .menu-mobile nav ul li .sub-menu li a {
    color: #202020;
  }
}
.slideshow .item {
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.slideshow .item:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.slideshow .item .container {
  position: relative;
}
.slideshow .item .container p {
  color: #fff;
  left: 0;
  position: relative;
  z-index: 99;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}

.mouse-over {
  position: relative;
  text-align: center;
}
.mouse-over .scroll-downs {
  position: absolute;
  top: -170px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 34px;
  height: 55px;
}
.mouse-over .mousey {
  width: 3px;
  padding: 8px 12px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
  cursor: pointer;
}
.mouse-over .scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}

.destaques {
  padding-top: 70px;
  padding-bottom: 20px;
}
.destaques .link-rapido {
  margin-bottom: 50px;
}
.destaques .link-rapido a {
  color: #000;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 300;
  color: #351e03;
  display: inline-block;
  position: relative;
}
.destaques .link-rapido a:after {
  content: "";
  height: 4px;
  width: 190px;
  background-color: #f08300;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cotacoes {
  background-color: #f08300;
  padding: 40px 0;
}
.cotacoes .cotacao {
  margin-bottom: 20px;
  text-align: center;
}
.cotacoes .cotacao .ticker {
  font-weight: bold;
  font-size: 63px;
  color: #fff;
  margin: 10px 0;
}
.cotacoes .cotacao .variation.up {
  color: green;
}
.cotacoes .cotacao .variation.down {
  color: red;
}
.cotacoes .cotacao span {
  display: flex;
  justify-content: center;
  font-size: 27px;
  color: #351e03;
}

/* calendar & datepicker */
#content > h1:first-child {
  display: none;
}

.datepicker {
  position: relative;
  z-index: 0;
  display: table;
  width: 100%;
  margin: 0 auto;
}

.datepicker .nav-event {
  position: absolute;
  top: 14px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  text-indent: -9000px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  z-index: 9;
  font-size: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.datepicker .nav-event:hover {
  opacity: 0.8;
}

.datepicker .nav-event.prev {
  left: 20px;
}

.datepicker .nav-event.next {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
  right: 20px;
}

.datepicker .ui-datepicker-header {
  width: 100%;
  top: 0;
  height: 100%;
}

.datepicker .ui-datepicker-header h2 {
  text-align: center;
  display: none;
}

.interna #content h2.quarter-name {
  display: none;
}

.datepicker .ui-datepicker-header .ui-datepicker-prev,
.datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 21px;
  margin-top: -10px;
  display: none;
}

.datepicker .ui-datepicker-header .ui-datepicker-prev {
  /*background: url(../img/interna_arrow_left.png);*/
  left: -30px;
}

.datepicker .ui-datepicker-header .ui-datepicker-next {
  /*background: url(../img/interna_arrow_right.png);*/
  right: -30px;
}

.datepicker .ui-datepicker-header .ui-datepicker-prev span,
.datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}

#data .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 5px;
  text-transform: uppercase;
}

.datepicker .ui-datepicker-header .ui-datepicker-title {
  color: #202020;
  font-size: 26px;
  padding: 0 0;
  margin: 0;
  text-align: center;
  font-weight: 300;
  width: 200px;
}

.home .datepicker .ui-datepicker-header .ui-datepicker-title {
  margin: 0;
  background: #fff;
}

.interna .ui-datepicker-title {
  font-size: 20px !important;
  padding-top: 10px !important;
}

.datepicker .ui-datepicker-unselectable {
  padding: 0 20px;
  text-align: center;
  height: 45px;
}

.interna .datepicker .ui-datepicker-unselectable {
  padding: 0 15px !important;
}

.datepicker .ui-datepicker-inline {
  border-collapse: separate;
  min-height: 310px;
  padding: 0;
}

.home .datepicker .ui-datepicker-inline {
  padding: 0;
  min-height: 200px;
}

.home .datepicker {
  padding: 0;
  max-width: 350px;
  margin: 0 5px;
}

.datepicker .ui-datepicker-group {
  display: table-cell;
  vertical-align: top;
  padding: 0 12px 0;
  position: relative;
  width: 33.3%;
}

.datepicker table, .ui-datepicker-group table.ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
}

.datepicker table tr {
  padding: 0;
  float: none;
  border: 0;
}

.datepicker table thead th {
  padding: 25px 10px;
  color: #000;
  font-weight: bold;
}

.datepicker table thead .datepicker-switch {
  padding: 6px 0;
  font-size: 18px;
  background: #94795D;
  text-align: center;
  color: #FFF;
  font: normal 15px/25px;
}

.datepicker table tbody td {
  width: 14.3%;
  cursor: default;
  border-bottom: 0 !important;
}

.datepicker table tbody td {
  height: 27px;
  opacity: 1 !important;
  padding: 5px 0;
  filter: alpha(opacity=100) !important;
}

.datepicker table tbody td span {
  color: #000;
  display: block;
  font-size: 20px;
  height: 28px;
  line-height: 32px;
  margin: 0;
  min-width: 20px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 0;
}

.interna .datepicker table tbody td span {
  font-size: 16px !important;
}

.datepicker table tbody td.ui-datepicker-week-end span {
  color: #000;
}

.datepicker table tbody td.has-event, .datepicker table tbody td.has-event span {
  color: #fff !important;
}

.datepicker table tbody td.has-event.divulgacao-de-resultado, .legenda_item .cor-01 {
  background-color: #476da6 !important;
  opacity: 1;
  filter: Alpha(Opacity=50);
}

.datepicker table tbody td.has-event.webcast, .legenda_item .cor-02 {
  background-color: #002168 !important;
}

.datepicker table tbody td.has-event.mais-de-um-evento, .legenda_item .cor-03 {
  background-color: #00adee !important;
}

.datepicker table tbody td.has-event.conferencias, .legenda_item .cor-04 {
  background-color: #ffca07 !important;
}

.datepicker table tbody td.has-event.presenciais, .legenda_item .cor-04 {
  background-color: #ffca07 !important;
}

.datepicker table tbody td.has-event.reuniao-publica, .legenda_item .cor-05 {
  background-color: #a7a7a7 !important;
}

.datepicker table tbody td.has-event.conselho-administracao, .legenda_item .cor-05 {
  background-color: #a7a7a7 !important;
}

.datepicker table tbody td.has-event.outros-eventos, .legenda_item .cor-05 {
  background-color: #a7a7a7 !important;
}

.datepicker .datepicker-days table tbody td.empty span {
  background: none;
}

.home .datepicker table tbody td.has-event, .home .datepicker table tbody td.has-event span {
  color: #fff !important;
}

.calendar-popover li {
  margin-top: 9px;
}

.calendar-popover li:first-child {
  margin-top: 0;
}

.ui-tooltip, .arrow:after {
  background: #fff;
  border: 1px solid #e6e6e6;
}

.ui-tooltip {
  position: absolute;
  z-index: 9999;
  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;
}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

.arrow.top {
  top: -16px;
  bottom: auto;
}

.arrow.left {
  left: 20%;
}

.arrow:after {
  content: "";
  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);
}

.arrow.top:after {
  bottom: -20px;
  top: auto;
}

.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-helper-hidden-accessible {
  display: none;
}

.lista_eventos {
  color: #FF0000;
  width: 100%;
  border-top: 1px dashed #D0D0D0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lista_eventos a, .lista_eventos a:hover {
  text-decoration: none;
  color: #FF0000;
}

.CAL_Proximo_Evento {
  width: 100%;
}

.CAL_Proximo_Evento_Esquerda_Topo {
  background-image: url("/images/bg_left.gif");
  background-repeat: repeat-y;
  background-position: left;
}

.CAL_Proximo_Evento_Direita_Topo {
  background-image: url("/images/bg_right.gif");
  background-repeat: repeat-y;
  background-position: right;
}

.CAL_Proximo_Evento_Rodape {
  background-image: url("/images/bg_bot.gif");
}

.CAL_Eventos, .CAL_proximo_evento_div {
  display: table;
}

.CAL_Proximo_Evento a, .CAL_Eventos a {
  font-family: Arial, Tahoma, Arial;
  color: #2A2222;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  background: #94795D;
  display: block;
  width: 32px;
  height: 32px;
}

/*.CAL_Proximo_Evento a:hover, .CAL_Eventos a:hover {
    color: #2A2222;
    font-size: 10px;
    text-decoration: none;
}*/
.CAL_Eventos .line {
  width: 100%;
  background-image: url("/images/linha_dupla.gif");
  background-repeat: repeat-x;
  margin-top: 10px;
  margin-left: -15px;
  margin-right: 15px;
  font-size: 1px;
  height: 20px;
}

.CAL_titulo {
  font-size: 14px;
  font-weight: bold;
  color: #003366;
}

#proximo_evento_link {
  font-size: 11px;
  text-decoration: none;
}

#proximo_evento_link:hover {
  font-size: 11px;
  text-decoration: none;
}

#proximo_evento_link:visited {
  font-size: 11px;
  text-decoration: none;
}

.box_evento {
  padding-left: 15px;
}

.legenda_eventos {
  display: none;
  border: 1px solid #e1e1e1;
  width: 180px;
  white-space: nowrap;
  padding: 5px;
  display: none;
  position: absolute;
  background: #FFFFFF;
}

.legenda_eventos table td {
  white-space: nowrap;
}

.rodape_calendario {
  text-align: left;
}

.btn_legenda {
  text-align: left;
}

.btn_legenda .label {
  font-family: Arial, Tahoma, Arial;
  color: #0054A6;
  font-size: 10px;
  text-decoration: none;
}

#legenda_eventos {
  width: 100%;
  margin: 5px auto;
}

.legenda_texto {
  font: normal 20px/26px;
}

.legenda_item {
  margin: 5px 15px 5px 0;
  display: inline-block;
  position: relative;
}

.legenda_item .label {
  color: rgb(78, 54, 41);
  font: normal 15px/17px;
  padding: 5px 0 5px 22px;
}

.legenda_item .cor {
  float: left;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 6px;
}

.legenda_fecha {
  text-align: right;
  cursor: pointer;
  font-weight: bold;
}

.conteudo-agenda-interna #main {
  padding: 0 !important;
}

#WzTtDiV {
  z-index: 999999999 !important;
}

.fn-calendar-load-past-events {
  margin-top: 20px;
}

.todo-conteudo-evento {
  display: table-row;
  vertical-align: middle;
  height: 45px;
}

.todo-conteudo-evento .CAL_data, .todo-conteudo-evento .imagem-calendario, .todo-conteudo-evento .nome-evento-agenda {
  color: #000;
  padding: 0px 5px;
  font: normal 17px/19px;
  display: table-cell;
  vertical-align: middle;
  min-height: 50px;
}

.todo-conteudo-evento .nome-evento-agenda {
  padding-left: 15px;
}

.CAL_data {
  margin-right: 10px;
  min-width: 150px;
}

/*.hora_evento {
    margin-left: 10px;
}
*/
.CAL_local {
  font-size: 14px;
  line-height: 16px;
}

#proximo_evento_data, #hora_proximo_evento, #proximo_evento_link, #proximo_evento_local {
  color: #000;
}

#proximo_evento_titulo,
.CAL_TITULO_DO_EVENTO {
  font-size: 14px;
  font-weight: bold;
}

.interna #content h2#prox_eventos, .interna #content h2.eventos_passados {
  margin: 20px 0;
}

.seta_topo a {
  padding: 0 0 0 7px;
  font-size: 11px;
  color: #747474 !important;
  text-decoration: none !important;
}

.seta_topo {
  background: url("/images/top.png") no-repeat 604px center;
  margin: 24px 0 6px 0;
  text-align: right;
}

.box_calendario_evento_corporativo {
  padding: 2px;
  text-align: center;
  margin: 0 auto;
}

.box_calendario_evento_corporativo img {
  float: left;
  margin: 0;
}

.box_calendario_evento_corporativo a {
  text-decoration: none;
  line-height: 25px;
}

.box_calendario_evento_corporativo .glyphicon-calendar:before {
  display: none;
}

.box_calendario_evento_corporativo .glyphicon-calendar {
  background: url("/images/glyphicons_045_calendar.png") no-repeat;
  background-color: #94795D;
  float: left;
  height: 24px;
  width: 23px;
  position: relative;
  left: 95px;
}

.bloco-calendar {
  width: 620px;
  margin: 0 auto;
}

.iframe-calendario {
  width: 90%;
  margin: 0 auto;
}

.bg-top-favoritos {
  top: 4px;
}

.attachments {
  margin-left: 9px;
  margin-top: 5px;
}

#content .attachments a {
  font-size: 11px;
  line-height: 22px;
  color: #4D8E4A;
}

.attachments img {
  float: left;
  margin-right: 4px;
}

.datepicker .datepicker-header .prev, .datepicker .datepicker-header .next {
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  #div_calendar .ui-datepicker-group {
    width: 50%;
  }

  #div_calendar .ui-datepicker-group-last {
    display: none;
  }
}
@media (max-width: 680px) {
  #div_calendar .ui-datepicker-group {
    width: 100%;
  }

  #div_calendar .ui-datepicker-group-middle {
    display: none;
  }
}
@media (max-width: 540px) {
  .datepicker .ui-datepicker-inline {
    padding: 0;
  }

  .datepicker .nav-event {
    z-index: 9;
    width: 15px;
  }

  .datepicker .nav-event.prev {
    left: 0;
  }

  .datepicker .nav-event.next {
    left: 205px;
  }

  #legenda_eventos {
    padding: 0 2px;
  }
}
.ano-style {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}

.form-control {
  padding: 10px;
  background: #000;
  color: #fff;
}

.kit-calendario {
  padding: 40px 0;
}
.kit-calendario .datepicker table {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #351e03;
  font-weight: 700;
}
.kit-calendario .datepicker table th {
  display: none;
}
.kit-calendario .datepicker table .has-event {
  cursor: pointer;
  position: relative;
}
.kit-calendario .datepicker table .has-event span {
  color: #fabb00;
}
.kit-calendario .datepicker .ui-datepicker-prev, .kit-calendario .datepicker .ui-datepicker-next {
  display: none;
}
.kit-calendario .datepicker .ui-datepicker-header {
  position: relative;
  padding: 0 26px;
  display: inline-block;
}
.kit-calendario .datepicker .nav-event {
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 2px;
}
.kit-calendario .datepicker .nav-event.next {
  left: 220px;
}
.kit-calendario .datepicker .nav-event.next:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 12px;
}
.kit-calendario .datepicker .nav-event.prev {
  left: 22px;
}
.kit-calendario .datepicker .nav-event.prev:before {
  content: "\f0d9";
  font-family: FontAwesome;
  font-size: 12px;
}

.ui-tooltip, .arrow:after {
  background: #fff;
  border: 1px solid #e6e6e6;
}

.ui-tooltip {
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  color: #2A2222;
  box-shadow: 0 0 7px #a8a8a8;
}
.ui-tooltip ul {
  padding: 10px;
  margin: 0;
}
.ui-tooltip li {
  list-style-type: none;
}

.ui-tooltip h5 {
  color: #fabb00;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
  margin: 0;
}

.kit {
  position: relative;
  min-height: 280px;
}

.kit fieldset {
  border: 0;
}

.kit fieldset label {
  float: left;
  width: 100%;
  margin: 5px 0;
  padding-bottom: 5px;
  padding-top: 1px;
  transition: 0s !important;
}

.kit input {
  float: left;
  margin-top: 3px;
}

.kit input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
}

.kit input[type=checkbox]:checked label:parent {
  color: red;
}

.kit label {
  padding-left: 30px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  float: left;
  position: relative;
  margin-left: 4%;
  width: 90%;
  font-size: 18px;
  color: #351e03;
  font-family: Calibri;
  transition: 0s;
}

.kit label.ativo {
  background-position: 0 -57px;
}

.kit label {
  background-image: url(img/checkbox.jpg);
}

.kit input.btn_download {
  background: none;
  border: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 185px;
  float: left;
  color: #333;
  font-weight: bold;
  font-family: Calibri;
  font-size: 16px;
  background: url(images/xbtnKit.png.pagespeed.ic.r_k0oysrgQ.png) no-repeat right 0;
  padding: 5px 30px;
  cursor: pointer;
  outline: none;
}

.kit input.btn_download:hover {
  background-position: right -50px;
  opacity: 0.8;
}

.kit-content .slick-prev, .kit-content .slick-next {
  top: 2px;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
}
.kit-content .slick-prev:before, .kit-content .slick-next:before {
  color: transparent;
  font-family: none;
}
.kit-content .slick-prev {
  left: 25px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  z-index: 9;
}
.kit-content .slick-next {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  right: inherit;
  left: 110px;
}
.kit-content .kit-quarter {
  text-align: left;
}
.kit-content .kit-quarter h3 {
  font-size: 26px;
  font-weight: 300;
  margin-left: 35px;
  margin-top: 0;
}
.kit-content .list-kit {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kit-content .list-kit li {
  padding: 20px 0;
  text-align: left;
}
.kit-content .list-kit li a {
  font-size: 18px;
  color: #351e03;
  font-family: "Univers";
  display: flex;
  align-items: center;
}
.kit-content .list-kit li a img {
  padding: 0 5px 2px;
}

.eventos {
  background-image: url("img/events-bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
  position: relative;
}
.eventos:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(35, 15, 0, 0.75);
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.eventos .container {
  position: relative;
  z-index: 2;
}
.eventos .section-title {
  color: #fff;
}
.eventos .evento {
  padding: 60px 0;
}
.eventos .evento .data {
  padding: 0 20px;
}
.eventos .evento .data span {
  line-height: 70px;
  display: block;
  color: #fff;
  font-size: 75px;
  font-weight: bold;
  text-align: center;
}
.eventos .evento .title h3 {
  color: #a9a9a9;
  font-size: 30px;
  font-weight: 400;
}
.eventos .evento .title a {
  color: #f08300;
  font-weight: bold;
  font-size: 18px;
}

.noticias {
  background-color: #202020;
  padding: 100px 0;
}
.noticias .section-title {
  color: #fff;
}
.noticias .noticia {
  text-align: center;
  padding: 60px 0;
}
.noticias .noticia .data {
  color: #fff;
}
.noticias .noticia .data .dia, .noticias .noticia .data .mes {
  font-weight: bold;
  font-size: 60px;
}
.noticias .noticia .title h3 {
  color: #a9a9a9;
  font-weight: 400;
  font-size: 23px;
}
.noticias .noticia .title a {
  color: #f08300;
  font-weight: bold;
  font-size: 18px;
}

.interna .datepicker .ui-datepicker-inline {
  width: 100% !important;
}
@media (max-width: 1200px) {
  .interna .datepicker .ui-datepicker-group {
    display: inline-block;
  }
  .interna .datepicker .ui-datepicker-title {
    width: 100%;
  }
  .interna .datepicker .ui-datepicker-unselectable {
    padding: 0 5px !important;
    height: 40px;
  }
  .interna .datepicker table tbody td span {
    font-size: 14px !important;
  }
}
@media (max-width: 540px) {
  .interna .datepicker .nav-event.next {
    left: auto;
  }
  .interna .datepicker .nav-event.prev {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .interna .table-calendario .data {
    width: 90px;
  }
}

.interna .position-relative .box-site-map {
  background-color: #fff;
}
.interna .position-relative .box-site-map .sitemap {
  cursor: pointer;
}
.interna .position-relative .box-site-map .sitemap .mapa {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #202020;
  padding: 0 15px;
  position: relative;
  text-align: center;
}
.interna .position-relative .box-site-map .sitemap .mapa::before {
  position: absolute;
  padding: 0;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 solid #202020;
  border-bottom: 5px solid #202020;
  left: 50%;
  top: 4px;
  margin-left: 52px;
}
.interna .position-relative .box-site-map.alter-color {
  background: #f08300;
}
.interna .position-relative .box-site-map.alter-color .sitemap {
  cursor: pointer;
}
.interna .position-relative .box-site-map.alter-color .sitemap .mapa {
  color: #fff;
}
.interna .position-relative .box-site-map.alter-color .sitemap .mapa::before {
  border-top: 5px solid #fff;
  border-bottom: 0 solid #fff;
}

.position-relative {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.position-relative .box-site-map {
  padding: 0;
  background: #202020;
  position: absolute;
  z-index: 9;
  bottom: 78px;
}
.position-relative .box-site-map.alter-color {
  background: #f08300;
}
.position-relative .box-site-map .sitemap {
  cursor: pointer;
}
.position-relative .box-site-map .sitemap .mapa {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 0 15px;
  text-align: center;
  position: relative;
}
.position-relative .box-site-map .sitemap .mapa::before {
  position: absolute;
  padding: 0;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0px solid #fff;
  border-bottom: 5px solid #fff;
  left: 50%;
  top: 4px;
  margin-left: 52px;
}
.position-relative .box-site-map .sitemap .mapa.ativo {
  color: #202020;
}
.position-relative .box-site-map .sitemap .mapa.ativo::before {
  border-top: 5px solid #202020;
  border-bottom: 0 solid #202020;
}
.position-relative .box-site-map .sitemap .bg-lightblue .nav-footer ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.position-relative .box-site-map .sitemap .bg-lightblue .nav-footer ul li {
  margin: 3px 0;
  line-height: 1em;
  padding-right: 25px;
}
.position-relative .box-site-map .sitemap .bg-lightblue .nav-footer ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
}
.position-relative .box-site-map .sitemap .bg-lightblue .nav-footer ul li .sub-menu {
  flex-direction: column;
  margin-top: 20px;
}
.position-relative .box-site-map .sitemap .bg-lightblue .nav-footer ul li .sub-menu li a {
  font-weight: normal;
}
.position-relative footer {
  padding: 20px 0;
  background-color: #f08300;
  width: 100%;
}
.position-relative footer .footer-content .footer-links a {
  font-weight: bold;
  color: #351e03;
  font-size: 20px;
  margin: 0 10px;
  position: relative;
}
.position-relative footer .footer-content .footer-links a:after {
  content: "";
  height: 4px;
  width: 75px;
  background-color: #351e03;
  position: absolute;
  top: 100%;
  left: 0;
}
.position-relative footer .footer-content .powered-by p, .position-relative footer .footer-content .powered-by a {
  text-transform: uppercase;
  color: #351e03;
  font-weight: bold;
  font-size: 14px;
}

.page-id-61 .position-relative, .page-id-63 .position-relative, .page-id-153 .position-relative, .page-id-100 .position-relative, .page-id-104 .position-relative, .page-id-155 .position-relative, .page-id-102 .position-relative, .page-id-129 .position-relative, .page-id-131 .position-relative, .page-id-141 .position-relative, .page-id-143 .position-relative, .page-id-689 .position-relative, .page-id-698 .position-relative, .page-id-693 .position-relative, .page-id-700 .position-relative, .page-id-138 .position-relative, .page-id-140 .position-relative, .page-id-128 .position-relative, .page-id-126 .position-relative, .page-id-132 .position-relative, .page-id-134 .position-relative {
  position: relative !important;
  bottom: 0 !important;
}

@media (max-width: 991px) {
  .box-site-map {
    display: none;
  }
}
.interna .table-responsive {
  overflow: auto;
}
@media (max-width: 991px) {
  .interna {
    padding-top: 0;
  }
  .interna .page-title {
    padding-top: 50px !important;
  }
}
.interna img {
  height: auto;
}
.interna header {
  background-color: #fff;
  box-shadow: 0 3px 49px 7px rgba(0, 0, 0, 0.3);
}
.interna .page-title {
  padding-top: 200px;
}
.interna .page-title h1 {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 300;
  position: relative;
  margin-bottom: 50px;
}
.interna .page-title h1:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #f08300;
}
.interna h2, .interna h3, .interna h4, .interna h5 {
  font-weight: 300;
}
.interna .page-content {
  padding-bottom: 110px;
}
.interna .page-content p, .interna .page-content li {
  font-size: 13px;
  padding-bottom: 3px;
  line-height: 1.4em;
}
.interna .page-content h3 {
  text-transform: uppercase;
  padding-top: 10px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}
.interna .page-content ol, .interna .page-content ul {
  padding-left: 0;
}
.interna input, .interna textarea, .interna #sl_profiles {
  margin-bottom: 20px;
  color: #202020;
  border: 0;
  padding: 5px;
  background-color: #fff1e4;
  font-size: 18px;
  font-family: "Univers";
  display: flex;
  width: 100%;
  font-weight: bold;
}
.interna input::placeholder, .interna textarea::placeholder, .interna #sl_profiles::placeholder {
  color: #351e03;
  font-weight: 700;
  font-size: 18px;
  font-family: "Univers";
}
.interna input.btn, .interna textarea.btn, .interna #sl_profiles.btn {
  background-color: #f08300;
  font-size: 12px;
  margin-top: 20px;
  color: #fff;
  float: left;
  cursor: pointer;
  font-weight: normal;
  height: 45px;
}
.interna input.btn.enviar, .interna textarea.btn.enviar, .interna #sl_profiles.btn.enviar {
  float: right;
}
.interna .box-sucesso {
  display: none;
}

table {
  margin-bottom: 25px;
  width: 100%;
  border-spacing: 1px;
  border-collapse: collapse;
}
table.table-arquivos {
  margin-bottom: 50px;
}
table th, table .tabelatt {
  color: #fff;
  padding: 7px 5px 3px 0;
  text-align: left;
  font-size: 13px;
  color: #000;
  line-height: 1em;
  border-bottom: 1px solid #f08300;
}
table th.center, table .tabelatt.center {
  text-align: center;
}
table th.right, table .tabelatt.right {
  text-align: right;
}
table td, table .tabelatx {
  color: #351e03;
  padding: 9px 5px 6px 0;
  font-size: 12px;
  line-height: 1.1em;
  border-bottom: 1px solid #f08300;
}
table td.center, table .tabelatx.center {
  text-align: center;
}
table td.right, table .tabelatx.right {
  text-align: right;
}
table td.icone, table .tabelatx.icone {
  padding: 5px 0;
  width: 50px;
}
table td.data, table .tabelatx.data {
  width: 20px;
}
table td.link, table .tabelatx.link {
  text-align: left;
}
table td.link a, table .tabelatx.link a {
  font-weight: normal;
  color: #351e03;
}
table td.link a:hover, table .tabelatx.link a:hover {
  color: #f08300;
}
table th.data {
  width: 115px;
  font-size: 20px;
}
table th.icone {
  text-align: center;
}
table.tb-central {
  text-align: center;
}
table.tb-central .titulo {
  width: 300px;
}
table.tb-central thead th.trimestre {
  width: 100px;
  text-align: center;
}
table.tb-central .first {
  text-align: left;
}
table.tb-central .icone.off img {
  opacity: 0.2;
}

.table-no-years {
  width: 100%;
}

.overflow {
  overflow: hidden;
}

.btn.reset, .btn.enviar {
  width: 111px !important;
  background-color: #000 !important;
  text-align: center !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
}

.table-calendario .data {
  font-size: 13px !important;
}

.search-link {
  cursor: pointer;
}

.interna .search-form form input {
  margin: 0 !important;
}
.interna .search-form form input::placeholder {
  color: #fff;
  font-size: 35px;
  font-weight: normal;
}

.search-form {
  position: relative;
  opacity: 0;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: -1;
}
.search-form.active {
  z-index: 100000000000000020;
  background: rgba(0, 0, 0, 0.9);
  opacity: 1;
}
.search-form.active .close-search {
  display: block;
}
.search-form .close-search {
  display: none;
  width: 55px;
  height: 55px;
  cursor: pointer;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 10;
  color: #fff;
  font-size: 50px;
}
.search-form form {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 768px;
  height: 85px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.search-form form fieldset {
  border: 0;
}
.search-form form input {
  color: #fff;
  font-size: 35px;
  padding: 0;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-right: 110px;
  padding-left: 20px;
  width: 100%;
  height: 100%;
  font-weight: 100;
  border: 0;
  line-height: 66px;
  background-color: #f08300;
  font-weight: 400;
  border-radius: 5px;
}
.search-form form input::placeholder {
  color: #fff;
}
.search-form form button {
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 0;
  height: 100%;
  width: 100px;
  color: #fff;
  background-color: transparent;
  font-size: 50px;
  top: 0;
}

.searh-results .table-arquivos td {
  padding: 15px !important;
}
.searh-results .table-arquivos td p {
  color: #000 !important;
  margin: 3px 0 !important;
}
.searh-results .paginacao {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 0;
}
.searh-results .paginacao .previous,
.searh-results .paginacao .next {
  position: absolute;
  top: 0;
}
.searh-results .paginacao .previous a,
.searh-results .paginacao .next a {
  color: #f08300;
}
.searh-results .paginacao .previous {
  left: 0;
}
.searh-results .paginacao .next {
  right: 0;
}

.page-template-mailer-unsubscribed .position-relative {
  position: relative !important;
  bottom: 0 !important;
}
.page-template-mailer-unsubscribed .formRegister {
  max-width: 522px !important;
  min-height: 400px;
  margin: 0 auto 110px 0;
}
.page-template-mailer-unsubscribed .formRegister form#MZMailerForm {
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-template-mailer-unsubscribed .formRegister form input,
.page-template-mailer-unsubscribed .formRegister form textarea,
.page-template-mailer-unsubscribed .formRegister form select {
  display: block;
  width: 100%;
  margin: 0px;
  color: #202020;
  border: 0;
  padding: 5px;
  background-color: #fff1e4;
  font-size: 18px;
  font-family: "Univers";
  display: flex;
  width: 100%;
  font-weight: bold;
}
.page-template-mailer-unsubscribed .formRegister form input::placeholder,
.page-template-mailer-unsubscribed .formRegister form textarea::placeholder,
.page-template-mailer-unsubscribed .formRegister form select::placeholder {
  color: #351e03;
  font-weight: 700;
  font-size: 18px;
  font-family: "Univers";
}
.page-template-mailer-unsubscribed .formRegister form input:focus,
.page-template-mailer-unsubscribed .formRegister form textarea:focus,
.page-template-mailer-unsubscribed .formRegister form select:focus {
  border-color: rgba(240, 131, 0, 0.3);
  box-shadow: 0 0 0 0.2rem rgba(240, 131, 0, 0.3);
}
.page-template-mailer-unsubscribed .formRegister form input[type=checkbox],
.page-template-mailer-unsubscribed .formRegister form textarea[type=checkbox],
.page-template-mailer-unsubscribed .formRegister form select[type=checkbox] {
  width: 15px !important;
  height: 15px !important;
  min-width: 15px !important;
  margin: 0 1rem 0 0;
  cursor: pointer;
  position: relative;
  background-color: #fff;
}
.page-template-mailer-unsubscribed .formRegister form input[type=checkbox]::before,
.page-template-mailer-unsubscribed .formRegister form textarea[type=checkbox]::before,
.page-template-mailer-unsubscribed .formRegister form select[type=checkbox]::before {
  content: "";
  transition: all 0.3s;
  background: url(img/icon-checked-off.png) no-repeat center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 15px;
  height: 15px;
  opacity: 0.5;
  cursor: pointer;
  z-index: 2;
}
.page-template-mailer-unsubscribed .formRegister form input[type=checkbox]:checked::before,
.page-template-mailer-unsubscribed .formRegister form textarea[type=checkbox]:checked::before,
.page-template-mailer-unsubscribed .formRegister form select[type=checkbox]:checked::before {
  opacity: 1;
  background: url(img/icon-checked.png) no-repeat center;
}
.page-template-mailer-unsubscribed .formRegister form label.field span.label {
  display: none;
}
.page-template-mailer-unsubscribed .formRegister form label.field.terms {
  position: absolute;
  bottom: 167px;
  padding: 10px;
  border: 1px solid;
  justify-content: flex-start;
}
.page-template-mailer-unsubscribed .formRegister form label.field.terms span#acceptedTerm {
  display: block !important;
}
.page-template-mailer-unsubscribed .formRegister form label.field.terms span#acceptedTerm p {
  margin: 0 !important;
}
.page-template-mailer-unsubscribed .formRegister form > .buttons {
  padding-top: 60px;
}
.page-template-mailer-unsubscribed .formRegister form > .buttons > button {
  margin: 30px 0 0 0px;
  border: none;
  background: black !important;
  color: white;
  border: 1px solid white;
  padding: 7px 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  height: 45px;
  margin-top: 20px;
  cursor: pointer;
  width: 100px;
}
.page-template-mailer-unsubscribed .formRegister form > .buttons > button:hover {
  opacity: 0.5;
}
.page-template-mailer-unsubscribed .formRegister form > .buttons > button.send:disabled {
  opacity: 0.5;
}
.page-template-mailer-unsubscribed .formRegister .mailerForm,
.page-template-mailer-unsubscribed .formRegister .mailerFormBlacklist {
  max-width: 100% !important;
}
.page-template-mailer-unsubscribed .formRegister .g-recaptcha {
  bottom: 88px;
  justify-content: flex-start;
}

.modal-foto {
  display: none;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  padding: 45px;
}

.modal-foto img {
  padding: 45px;
  max-width: 1070px;
  max-height: 798px;
  height: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-foto .close {
  position: fixed;
  right: 5px;
  top: 5px;
  color: #fff;
  font-size: 20px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 9999;
}

/* -------------------------------- 

Primary style

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

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  padding-top: 20px;
  width: 100%;
  display: block;
  clear: both;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: "mobile";
  display: none;
}

.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
  /* display: table; */
}

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 45px;
  /*width: 90%;*/
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  top: -72px;
}

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0;
  overflow: hidden;
  top: 0;
}

.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: "";
  position: absolute;
  z-index: 2;
  top: 12px;
  height: 100%;
  width: 50px;
}

.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0));
}

.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient(right, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to left, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0));
}

.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: -70px;
  top: 6px;
  height: 6px;
  /* width will be set using JavaScript */
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .events ol {
  list-style: none;
  padding: 0;
}

.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: -20px;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f08300;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

#texto .cd-horizontal-timeline .events a {
  text-decoration: none;
  position: absolute;
  top: 0;
  padding: 18px 0 2px 10px;
  /* margin-left: 15px; */
  z-index: 2;
  /* width: 80px; */
  border-left: 1px solid #909192;
  font-size: 18px;
  color: #909192;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

#texto .cd-horizontal-timeline .events a.selected,
#texto .cd-horizontal-timeline .events a:hover {
  color: #f08300;
}

.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -5px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  opacity: 0;
}

.no-touch .cd-horizontal-timeline .events a:hover::after,
.cd-horizontal-timeline .events a.selected::after {
  background-color: #f08300;
  border-color: #f08300;
  opacity: 1;
}

.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}

.cd-horizontal-timeline .events a.older-event::after {
  border-color: #f08300;
}

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 15px auto;
  }

  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: "desktop";
  }
}
#texto .cd-timeline-navigation li {
  list-style-type: none;
  margin: 0;
}
#texto .cd-timeline-navigation li:before {
  display: none;
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 3;
  top: 34px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.cd-timeline-navigation a::after {
  /* arrow icon */
  content: "";
  position: absolute;
  height: 31px;
  width: 40px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(img/next-horizontal.png) no-repeat 17px -31px;
}

.cd-timeline-navigation a.prev::after {
  /* arrow icon */
  background: url(img/prev-horizontal.png) no-repeat 5px -31px;
}

.cd-timeline-navigation a.prev {
  left: 0;
}

.cd-timeline-navigation a.next {
  right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
  border-color: #39cdef;
}

.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
  background-position-y: 0;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  height: 100% !important;
  min-height: 286px;
  width: 100%;
  margin: 2em auto;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
  z-index: 1;
}

.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  /*padding: 0 5%;*/
  padding: 0;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li > * {
  margin: 0 auto;
}

.cd-horizontal-timeline .events-content h2 {
  color: #f08300;
}

.cd-horizontal-timeline .events-content em {
  /* display: block; */
  font-style: italic;
  /* margin: 10px auto; */
}

.cd-horizontal-timeline .events-content em::before {
  display: none;
  content: "- ";
}

.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}

.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  /* line-height: 1.6; */
}

@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }

  .cd-horizontal-timeline .events-content em {
    /* font-size: 2rem; */
  }

  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/*timeline*/
#texto .events-content,
.cd-horizontal-timeline .timeline {
  margin: 0 auto;
  /* float: left; */
}

#texto .events-content ol {
  background: #f2f2f2;
  float: left;
  min-height: 287px;
  border-bottom: 6px solid #ebebeb;
  list-style: none;
  width: 100%;
  padding-bottom: 30px;
}

#texto .events-content li {
  margin: 0;
  padding: 0;
}

#texto .events-content .info-txt {
  padding: 0 20px;
}

#texto .events-content h2 {
  color: #f08300;
  font-size: 25px;
  margin: 20px 0 10px;
  float: left;
  width: 100%;
  font-weight: normal;
}

#texto .scroll {
  float: left;
  width: 100%;
  overflow: auto;
  padding-right: 15px;
}

#texto .events-content p {
  color: #202020;
  font-size: 12px;
  text-align: justify;
  margin: 5px 0;
}

#texto .events-content .info-img {
  overflow: hidden;
  max-height: 280px;
}

#texto .events-content .info-img img {
  width: 100%;
}

@media (max-width: 768px) {
  #texto .events-content ol {
    height: auto;
    float: none;
  }

  #texto .events-content .info-txt {
    padding: 0 15px;
    float: none;
    margin-bottom: 15px;
    display: table;
    width: 100%;
  }

  .cd-horizontal-timeline .timeline {
    top: -12px;
  }

  #texto .scroll {
    padding-right: 0;
  }

  #texto .events-content .info-img {
    position: relative;
    width: 100%;
  }

  #texto .events-content .info-img img {
    position: relative;
  }
}
@media (max-width: 1199px) {
  .cd-horizontal-timeline .events {
    left: -165px;
  }
}
/* =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. */
}

@media (max-width: 991px) {
  .destaques .link-rapido a {
    font-size: 25px;
  }

  .section-title {
    font-size: 35px;
  }

  .cotacoes .cotacao .ticker {
    font-size: 40px;
  }

  .noticias .noticia {
    padding: 30px 0;
    border-bottom: 1px solid #4c4c4c;
  }
  .noticias .noticia .data.dia, .noticias .noticia .data.mes {
    font-size: 40px;
  }
  .noticias .noticia .title h3 {
    font-size: 19px;
  }

  .ver-mais {
    font-size: 19px;
    margin-top: 30px;
  }

  .noticias {
    padding: 70px 0;
  }

  .datepicker .ui-datepicker-unselectable {
    padding: 0 10px;
    height: 35px;
  }

  .datepicker table tbody td span {
    font-size: 19px;
    font-weight: normal;
  }

  .home .datepicker .ui-datepicker-inline {
    margin: 0;
  }
}
@media (max-width: 768px) {
  header {
    left: 100%;
    top: 0;
    max-width: 400px;
  }
  header.active {
    right: 0;
    left: initial;
  }
  header .top-header .header-links {
    display: none;
  }
  header .top-header ul li {
    margin: 0 !important;
    width: 100%;
    text-align: left;
  }
  header .top-header ul li a {
    text-transform: uppercase;
  }
  header .top-header ul li .sub-menu {
    display: block;
    position: initial;
    background-color: transparent;
  }
  header .top-header ul li .sub-menu li a {
    color: #000 !important;
  }

  .calendario {
    margin-top: 30px;
  }

  footer .footer-content .footer-links {
    display: none;
  }

  .box-site-map {
    display: none;
  }
}

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